namespace NXWMS.Client.FrmCustom { partial class ColumnControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.kryptonContextMenuItems1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems(); this.kryptonContextMenuItems2 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems(); this.kryptonContextMenuItems3 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems(); this.kryptonContextMenuItems4 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems(); this.kryptonContextMenuItems5 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.kryptonButtonExit = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kryptonButtonSelect = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.kryptonPanelCondtion = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.tableLayoutPanelCondtion = new System.Windows.Forms.TableLayoutPanel(); this.txtCondition4 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.lbCondition4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtCondition3 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.lbCondition3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtCondition2 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.lbCondition1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.lbCondition2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.txtCondition1 = new ComponentFactory.Krypton.Toolkit.KryptonTextBox(); this.kryptonPanel3 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.dataGridViewSelect = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelCondtion)).BeginInit(); this.kryptonPanelCondtion.SuspendLayout(); this.tableLayoutPanelCondtion.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelect)).BeginInit(); this.SuspendLayout(); // // contextMenuStrip1 // this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.查询ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 查询ToolStripMenuItem // this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem"; this.查询ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.查询ToolStripMenuItem.Text = "查询"; // // kryptonButtonExit // this.kryptonButtonExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonButtonExit.Location = new System.Drawing.Point(565, 6); this.kryptonButtonExit.Name = "kryptonButtonExit"; this.kryptonButtonExit.Size = new System.Drawing.Size(90, 27); this.kryptonButtonExit.StateCommon.Content.ShortText.Font = new System.Drawing.Font("宋体", 9F); this.kryptonButtonExit.TabIndex = 2; this.kryptonButtonExit.Values.Text = "退出"; this.kryptonButtonExit.Click += new System.EventHandler(this.kryptonButtonExit_Click); // // kryptonButtonSelect // this.kryptonButtonSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.kryptonButtonSelect.Location = new System.Drawing.Point(469, 6); this.kryptonButtonSelect.Name = "kryptonButtonSelect"; this.kryptonButtonSelect.Size = new System.Drawing.Size(90, 27); this.kryptonButtonSelect.StateCommon.Content.ShortText.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.kryptonButtonSelect.TabIndex = 1; this.kryptonButtonSelect.Values.Text = "确定"; this.kryptonButtonSelect.Click += new System.EventHandler(this.kryptonButtonSelect_Click); // // kryptonPanelCondtion // this.kryptonPanelCondtion.Controls.Add(this.tableLayoutPanelCondtion); this.kryptonPanelCondtion.Controls.Add(this.kryptonPanel3); this.kryptonPanelCondtion.Controls.Add(this.kryptonPanel2); this.kryptonPanelCondtion.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanelCondtion.Location = new System.Drawing.Point(0, 0); this.kryptonPanelCondtion.Name = "kryptonPanelCondtion"; this.kryptonPanelCondtion.Size = new System.Drawing.Size(667, 94); this.kryptonPanelCondtion.TabIndex = 62; // // tableLayoutPanelCondtion // this.tableLayoutPanelCondtion.AutoSize = true; this.tableLayoutPanelCondtion.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanelCondtion.ColumnCount = 4; this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); this.tableLayoutPanelCondtion.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition4, 3, 1); this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition4, 2, 1); this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition3, 1, 1); this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition3, 0, 1); this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition2, 3, 0); this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition1, 0, 0); this.tableLayoutPanelCondtion.Controls.Add(this.lbCondition2, 2, 0); this.tableLayoutPanelCondtion.Controls.Add(this.txtCondition1, 1, 0); this.tableLayoutPanelCondtion.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelCondtion.Location = new System.Drawing.Point(0, 21); this.tableLayoutPanelCondtion.Name = "tableLayoutPanelCondtion"; this.tableLayoutPanelCondtion.RowCount = 2; this.tableLayoutPanelCondtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelCondtion.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanelCondtion.Size = new System.Drawing.Size(667, 59); this.tableLayoutPanelCondtion.TabIndex = 3; this.tableLayoutPanelCondtion.Visible = false; // // txtCondition4 // this.txtCondition4.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCondition4.Location = new System.Drawing.Point(416, 33); this.txtCondition4.Name = "txtCondition4"; this.txtCondition4.Size = new System.Drawing.Size(248, 23); this.txtCondition4.TabIndex = 7; this.txtCondition4.Visible = false; // // lbCondition4 // this.lbCondition4.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCondition4.Location = new System.Drawing.Point(336, 33); this.lbCondition4.Name = "lbCondition4"; this.lbCondition4.Size = new System.Drawing.Size(74, 24); this.lbCondition4.TabIndex = 6; this.lbCondition4.Values.Text = "条件4"; this.lbCondition4.Visible = false; // // txtCondition3 // this.txtCondition3.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCondition3.Location = new System.Drawing.Point(83, 33); this.txtCondition3.Name = "txtCondition3"; this.txtCondition3.Size = new System.Drawing.Size(247, 23); this.txtCondition3.TabIndex = 5; this.txtCondition3.Visible = false; // // lbCondition3 // this.lbCondition3.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCondition3.Location = new System.Drawing.Point(3, 33); this.lbCondition3.Name = "lbCondition3"; this.lbCondition3.Size = new System.Drawing.Size(74, 24); this.lbCondition3.TabIndex = 4; this.lbCondition3.Values.Text = "条件3"; this.lbCondition3.Visible = false; // // txtCondition2 // this.txtCondition2.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCondition2.Location = new System.Drawing.Point(416, 3); this.txtCondition2.Name = "txtCondition2"; this.txtCondition2.Size = new System.Drawing.Size(248, 23); this.txtCondition2.TabIndex = 3; this.txtCondition2.Visible = false; // // lbCondition1 // this.lbCondition1.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCondition1.Location = new System.Drawing.Point(3, 3); this.lbCondition1.Name = "lbCondition1"; this.lbCondition1.Size = new System.Drawing.Size(74, 24); this.lbCondition1.TabIndex = 0; this.lbCondition1.Values.Text = "条件1"; this.lbCondition1.Visible = false; // // lbCondition2 // this.lbCondition2.Dock = System.Windows.Forms.DockStyle.Fill; this.lbCondition2.Location = new System.Drawing.Point(336, 3); this.lbCondition2.Name = "lbCondition2"; this.lbCondition2.Size = new System.Drawing.Size(74, 24); this.lbCondition2.TabIndex = 1; this.lbCondition2.Values.Text = "条件2"; this.lbCondition2.Visible = false; // // txtCondition1 // this.txtCondition1.Dock = System.Windows.Forms.DockStyle.Fill; this.txtCondition1.Location = new System.Drawing.Point(83, 3); this.txtCondition1.Name = "txtCondition1"; this.txtCondition1.Size = new System.Drawing.Size(247, 23); this.txtCondition1.TabIndex = 2; this.txtCondition1.Visible = false; // // kryptonPanel3 // this.kryptonPanel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonPanel3.Location = new System.Drawing.Point(0, 80); this.kryptonPanel3.Name = "kryptonPanel3"; this.kryptonPanel3.Size = new System.Drawing.Size(667, 14); this.kryptonPanel3.TabIndex = 2; // // kryptonPanel2 // this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonPanel2.Location = new System.Drawing.Point(0, 0); this.kryptonPanel2.Name = "kryptonPanel2"; this.kryptonPanel2.Size = new System.Drawing.Size(667, 21); this.kryptonPanel2.TabIndex = 1; // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.kryptonButtonSelect); this.kryptonPanel1.Controls.Add(this.kryptonButtonExit); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.kryptonPanel1.Location = new System.Drawing.Point(0, 269); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(667, 39); this.kryptonPanel1.TabIndex = 64; // // dataGridViewSelect // this.dataGridViewSelect.AllowUserToAddRows = false; this.dataGridViewSelect.AllowUserToDeleteRows = false; this.dataGridViewSelect.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridViewSelect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridViewSelect.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridViewSelect.GridStyles.Style = ComponentFactory.Krypton.Toolkit.DataGridViewStyle.Mixed; this.dataGridViewSelect.GridStyles.StyleBackground = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnSheet; this.dataGridViewSelect.Location = new System.Drawing.Point(0, 94); this.dataGridViewSelect.Name = "dataGridViewSelect"; this.dataGridViewSelect.RowTemplate.Height = 23; this.dataGridViewSelect.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewSelect.Size = new System.Drawing.Size(667, 175); this.dataGridViewSelect.StateCommon.Background.Color1 = System.Drawing.Color.White; this.dataGridViewSelect.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridHeaderColumnSheet; this.dataGridViewSelect.TabIndex = 65; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.HeaderText = "Column1"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.HeaderText = "Column2"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.HeaderText = "Column3"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.HeaderText = "Column4"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.HeaderText = "Column5"; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; // // ColumnControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.dataGridViewSelect); this.Controls.Add(this.kryptonPanel1); this.Controls.Add(this.kryptonPanelCondtion); this.Name = "ColumnControl"; this.Size = new System.Drawing.Size(667, 308); this.Resize += new System.EventHandler(this.ColumnControl_Resize); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelCondtion)).EndInit(); this.kryptonPanelCondtion.ResumeLayout(false); this.kryptonPanelCondtion.PerformLayout(); this.tableLayoutPanelCondtion.ResumeLayout(false); this.tableLayoutPanelCondtion.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSelect)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems1; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems2; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems3; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems4; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems kryptonContextMenuItems5; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 查询ToolStripMenuItem; private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSelect; private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonExit; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelCondtion; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewSelect; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelCondtion; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition4; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition4; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition3; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition3; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition2; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition1; private ComponentFactory.Krypton.Toolkit.KryptonLabel lbCondition2; private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtCondition1; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel3; private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2; } }