namespace Cyberpipe { partial class FormDocumentManager { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDocumentManager)); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.btn_add = new DevComponents.DotNetBar.ButtonX(); this.btn_query = new DevComponents.DotNetBar.ButtonX(); this.dateTime_end = new System.Windows.Forms.DateTimePicker(); this.dateTime_begin = new System.Windows.Forms.DateTimePicker(); this.combo_writer = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.combo_file_type = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem10 = new DevComponents.Editors.ComboItem(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.comboItem6 = new DevComponents.Editors.ComboItem(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); this.comboItem9 = new DevComponents.Editors.ComboItem(); this.txt_title = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.sideBar1 = new DevComponents.DotNetBar.SideBar(); this.waitpicBox = new System.Windows.Forms.PictureBox(); this.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.wordDocumentControl = new DevExpress.XtraRichEdit.RichEditControl(); this.excelDocumentControl = new DevExpress.XtraSpreadsheet.SpreadsheetControl(); this.pdfDocumentControl = new DevExpress.XtraPdfViewer.PdfViewer(); this.pictureDocumentControl = new System.Windows.Forms.PictureBox(); this.panelEx1.SuspendLayout(); this.sideBar1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.waitpicBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureDocumentControl)).BeginInit(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.btn_add); this.panelEx1.Controls.Add(this.btn_query); this.panelEx1.Controls.Add(this.dateTime_end); this.panelEx1.Controls.Add(this.dateTime_begin); this.panelEx1.Controls.Add(this.combo_writer); this.panelEx1.Controls.Add(this.combo_file_type); this.panelEx1.Controls.Add(this.txt_title); this.panelEx1.Controls.Add(this.labelX3); this.panelEx1.Controls.Add(this.labelX5); this.panelEx1.Controls.Add(this.labelX4); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx1.Location = new System.Drawing.Point(0, 0); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(873, 68); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 0; // // btn_add // this.btn_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_add.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_add.Location = new System.Drawing.Point(719, 34); this.btn_add.Name = "btn_add"; this.btn_add.Size = new System.Drawing.Size(70, 23); this.btn_add.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_add.TabIndex = 4; this.btn_add.Text = "新增"; this.btn_add.Click += new System.EventHandler(this.btn_add_Click); // // btn_query // this.btn_query.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btn_query.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btn_query.Location = new System.Drawing.Point(605, 34); this.btn_query.Name = "btn_query"; this.btn_query.Size = new System.Drawing.Size(70, 23); this.btn_query.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btn_query.TabIndex = 4; this.btn_query.Text = "查询"; this.btn_query.Click += new System.EventHandler(this.btn_query_Click); // // dateTime_end // this.dateTime_end.Location = new System.Drawing.Point(271, 35); this.dateTime_end.Name = "dateTime_end"; this.dateTime_end.Size = new System.Drawing.Size(174, 21); this.dateTime_end.TabIndex = 3; // // dateTime_begin // this.dateTime_begin.Location = new System.Drawing.Point(65, 35); this.dateTime_begin.Name = "dateTime_begin"; this.dateTime_begin.Size = new System.Drawing.Size(174, 21); this.dateTime_begin.TabIndex = 3; // // combo_writer // this.combo_writer.DisplayMember = "Text"; this.combo_writer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_writer.FormattingEnabled = true; this.combo_writer.ItemHeight = 15; this.combo_writer.Location = new System.Drawing.Point(650, 5); this.combo_writer.Name = "combo_writer"; this.combo_writer.Size = new System.Drawing.Size(174, 21); this.combo_writer.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_writer.TabIndex = 2; // // combo_file_type // this.combo_file_type.DisplayMember = "Text"; this.combo_file_type.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_file_type.FormattingEnabled = true; this.combo_file_type.ItemHeight = 15; this.combo_file_type.Items.AddRange(new object[] { this.comboItem10, this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4, this.comboItem5, this.comboItem6, this.comboItem7, this.comboItem8, this.comboItem9}); this.combo_file_type.Location = new System.Drawing.Point(352, 5); this.combo_file_type.Name = "combo_file_type"; this.combo_file_type.Size = new System.Drawing.Size(210, 21); this.combo_file_type.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_file_type.TabIndex = 2; // // comboItem1 // this.comboItem1.Text = "规划审查文档"; // // comboItem2 // this.comboItem2.Text = "规范标准库"; // // comboItem3 // this.comboItem3.Text = "规划设计文档"; // // comboItem4 // this.comboItem4.Text = "规划设计图"; // // comboItem5 // this.comboItem5.Text = "控规图"; // // comboItem6 // this.comboItem6.Text = "管线路由分布"; // // comboItem7 // this.comboItem7.Text = "管线配件分布"; // // comboItem8 // this.comboItem8.Text = "系统文件"; // // comboItem9 // this.comboItem9.Text = "单证文档"; // // txt_title // // // // this.txt_title.Border.Class = "TextBoxBorder"; this.txt_title.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txt_title.Location = new System.Drawing.Point(65, 5); this.txt_title.Name = "txt_title"; this.txt_title.Size = new System.Drawing.Size(201, 21); this.txt_title.TabIndex = 1; // // labelX3 // this.labelX3.AutoSize = true; // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(287, 7); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(50, 16); this.labelX3.TabIndex = 0; this.labelX3.Text = "文档类型"; // // labelX5 // this.labelX5.AutoSize = true; // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(250, 39); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(8, 14); this.labelX5.TabIndex = 0; this.labelX5.Text = "-"; // // labelX4 // this.labelX4.AutoSize = true; // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(8, 39); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(50, 16); this.labelX4.TabIndex = 0; this.labelX4.Text = "上传日期"; // // labelX2 // this.labelX2.AutoSize = true; // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(597, 7); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(38, 16); this.labelX2.TabIndex = 0; this.labelX2.Text = "上传人"; // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(15, 9); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(26, 16); this.labelX1.TabIndex = 0; this.labelX1.Text = "标题"; // // sideBar1 // this.sideBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar; this.sideBar1.BorderStyle = DevComponents.DotNetBar.eBorderType.None; this.sideBar1.Controls.Add(this.waitpicBox); this.sideBar1.Controls.Add(this.winGridViewPager1); this.sideBar1.Dock = System.Windows.Forms.DockStyle.Top; this.sideBar1.ExpandedPanel = null; this.sideBar1.Location = new System.Drawing.Point(0, 68); this.sideBar1.Name = "sideBar1"; this.sideBar1.Size = new System.Drawing.Size(873, 249); this.sideBar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.sideBar1.TabIndex = 16; this.sideBar1.Text = "sideBar1"; // // waitpicBox // this.waitpicBox.BackColor = System.Drawing.Color.DarkGray; this.waitpicBox.Image = ((System.Drawing.Image)(resources.GetObject("waitpicBox.Image"))); this.waitpicBox.Location = new System.Drawing.Point(352, 33); this.waitpicBox.Name = "waitpicBox"; this.waitpicBox.Size = new System.Drawing.Size(126, 116); this.waitpicBox.TabIndex = 2; this.waitpicBox.TabStop = false; // // winGridViewPager1 // this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.Dock = System.Windows.Forms.DockStyle.Fill; this.winGridViewPager1.Location = new System.Drawing.Point(0, 0); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.Size = new System.Drawing.Size(873, 249); this.winGridViewPager1.TabIndex = 3; // // expandableSplitter1 // this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Top; this.expandableSplitter1.ExpandableControl = this.sideBar1; this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103))))); this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135))))); this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2; this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground; this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120))))); this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText; this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189))))); this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246))))); this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground; this.expandableSplitter1.Location = new System.Drawing.Point(0, 317); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(873, 8); this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007; this.expandableSplitter1.TabIndex = 25; this.expandableSplitter1.TabStop = false; // // progressBar1 // this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.progressBar1.Location = new System.Drawing.Point(0, 601); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(873, 23); this.progressBar1.TabIndex = 37; this.progressBar1.Visible = false; // // wordDocumentControl // this.wordDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.wordDocumentControl.EnableToolTips = true; this.wordDocumentControl.Location = new System.Drawing.Point(0, 325); this.wordDocumentControl.Name = "wordDocumentControl"; this.wordDocumentControl.Options.CopyPaste.MaintainDocumentSectionSettings = false; this.wordDocumentControl.Options.Fields.UseCurrentCultureDateTimeFormat = false; this.wordDocumentControl.Options.MailMerge.KeepLastParagraph = false; this.wordDocumentControl.Size = new System.Drawing.Size(873, 276); this.wordDocumentControl.TabIndex = 38; this.wordDocumentControl.Visible = false; // // excelDocumentControl // this.excelDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.excelDocumentControl.Location = new System.Drawing.Point(0, 325); this.excelDocumentControl.Name = "excelDocumentControl"; this.excelDocumentControl.Size = new System.Drawing.Size(873, 276); this.excelDocumentControl.TabIndex = 39; this.excelDocumentControl.Text = "spreadsheetControl1"; this.excelDocumentControl.Visible = false; // // pdfDocumentControl // this.pdfDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.pdfDocumentControl.HandTool = false; this.pdfDocumentControl.Location = new System.Drawing.Point(0, 325); this.pdfDocumentControl.Name = "pdfDocumentControl"; this.pdfDocumentControl.Size = new System.Drawing.Size(873, 276); this.pdfDocumentControl.TabIndex = 40; this.pdfDocumentControl.Visible = false; // // pictureDocumentControl // this.pictureDocumentControl.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureDocumentControl.Location = new System.Drawing.Point(0, 325); this.pictureDocumentControl.Name = "pictureDocumentControl"; this.pictureDocumentControl.Size = new System.Drawing.Size(873, 276); this.pictureDocumentControl.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureDocumentControl.TabIndex = 41; this.pictureDocumentControl.TabStop = false; this.pictureDocumentControl.Visible = false; // // FormDocumentManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(873, 624); this.Controls.Add(this.pictureDocumentControl); this.Controls.Add(this.pdfDocumentControl); this.Controls.Add(this.excelDocumentControl); this.Controls.Add(this.wordDocumentControl); this.Controls.Add(this.progressBar1); this.Controls.Add(this.expandableSplitter1); this.Controls.Add(this.sideBar1); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.Name = "FormDocumentManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "文档操作"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormDocumentManager_FormClosing); this.Load += new System.EventHandler(this.FormDocumentManager_Load); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.sideBar1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.waitpicBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureDocumentControl)).EndInit(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.SideBar sideBar1; private System.Windows.Forms.DateTimePicker dateTime_begin; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_writer; private DevComponents.DotNetBar.Controls.TextBoxX txt_title; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1; private System.Windows.Forms.DateTimePicker dateTime_end; private DevComponents.DotNetBar.ButtonX btn_add; private DevComponents.DotNetBar.ButtonX btn_query; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_file_type; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.Editors.ComboItem comboItem4; private DevComponents.Editors.ComboItem comboItem5; private DevComponents.Editors.ComboItem comboItem6; private DevComponents.Editors.ComboItem comboItem7; private DevComponents.Editors.ComboItem comboItem8; private DevComponents.Editors.ComboItem comboItem9; private DevComponents.Editors.ComboItem comboItem10; private System.Windows.Forms.ProgressBar progressBar1; private DevExpress.XtraRichEdit.RichEditControl wordDocumentControl; private DevExpress.XtraSpreadsheet.SpreadsheetControl excelDocumentControl; private DevExpress.XtraPdfViewer.PdfViewer pdfDocumentControl; private System.Windows.Forms.PictureBox pictureDocumentControl; private System.Windows.Forms.PictureBox waitpicBox; private WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; } }