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() { 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.winGridViewPager1 = new WHC.Pager.WinControl.WinGridViewPager(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panelEx1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); 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(901, 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(56, 18); 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(13, 16); 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(56, 18); 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(44, 18); 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(31, 18); this.labelX1.TabIndex = 0; this.labelX1.Text = "标题"; // // 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(3, 3); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.Size = new System.Drawing.Size(895, 364); this.winGridViewPager1.TabIndex = 3; // // progressBar1 // this.progressBar1.Dock = System.Windows.Forms.DockStyle.Fill; this.progressBar1.Location = new System.Drawing.Point(3, 373); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(895, 16); this.progressBar1.TabIndex = 37; this.progressBar1.Visible = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.winGridViewPager1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.progressBar1, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 68); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 94.39776F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 5.602241F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(901, 392); this.tableLayoutPanel1.TabIndex = 38; // // FormDocumentManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(901, 460); this.Controls.Add(this.tableLayoutPanel1); 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.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.PanelEx panelEx1; 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 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 WHC.Pager.WinControl.WinGridViewPager winGridViewPager1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }