namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_023 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_023)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.txtKilnCode = new System.Windows.Forms.TextBox(); this.txtKilnName = new System.Windows.Forms.TextBox(); this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblKilnName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.kilnID = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvKiln)).BeginInit(); this.SuspendLayout(); // // txtKilnCode // this.txtKilnCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKilnCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtKilnCode.Location = new System.Drawing.Point(71, 12); this.txtKilnCode.MaxLength = 20; this.txtKilnCode.Name = "txtKilnCode"; this.txtKilnCode.Size = new System.Drawing.Size(100, 21); this.txtKilnCode.TabIndex = 1; // // txtKilnName // this.txtKilnName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKilnName.Location = new System.Drawing.Point(236, 12); this.txtKilnName.MaxLength = 20; this.txtKilnName.Name = "txtKilnName"; this.txtKilnName.Size = new System.Drawing.Size(100, 21); this.txtKilnName.TabIndex = 3; // // lblKilnCode // this.lblKilnCode.AutoSize = true; this.lblKilnCode.BackColor = System.Drawing.Color.Transparent; this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblKilnCode.Location = new System.Drawing.Point(12, 16); this.lblKilnCode.Name = "lblKilnCode"; this.lblKilnCode.Size = new System.Drawing.Size(53, 12); this.lblKilnCode.TabIndex = 0; this.lblKilnCode.Text = "窑炉编码"; // // lblKilnName // this.lblKilnName.AutoSize = true; this.lblKilnName.BackColor = System.Drawing.Color.Transparent; this.lblKilnName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblKilnName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblKilnName.Location = new System.Drawing.Point(177, 16); this.lblKilnName.Name = "lblKilnName"; this.lblKilnName.Size = new System.Drawing.Size(53, 12); this.lblKilnName.TabIndex = 2; this.lblKilnName.Text = "窑炉名称"; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Gray; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(350, 7); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvKiln // this.dgvKiln.AllowUserToAddRows = false; this.dgvKiln.AllowUserToDeleteRows = false; this.dgvKiln.AllowUserToModifyRows = true; this.dgvKiln.AllowUserToOrderColumns = true; this.dgvKiln.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvKiln.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvKiln.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvKiln.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvKiln.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvKiln.CellHeight = 23; this.dgvKiln.ChildNodeColumnName = null; this.dgvKiln.ChildNodeColumnText = null; this.dgvKiln.ColumnDeep = 1; this.dgvKiln.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvKiln.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvKiln.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvKiln.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Sel, this.KilnCode, this.KilnName, this.kilnID}); this.dgvKiln.ColumnTreeView = null; this.dgvKiln.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvKiln.DynamicColumnName = ""; this.dgvKiln.EnableHeadersVisualStyles = false; this.dgvKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvKiln.HorizontalMergeColumn = null; this.dgvKiln.IsAutoCountSum = false; this.dgvKiln.IsAutoResizeColumns = false; this.dgvKiln.IsClickF12 = false; this.dgvKiln.IsOpenMergeCellFlag = false; this.dgvKiln.IsSubTotalFlag = false; this.dgvKiln.IsTopDeep = false; this.dgvKiln.Location = new System.Drawing.Point(12, 45); this.dgvKiln.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvKiln.MergeColumnNames = null; this.dgvKiln.MergeDetailColumnNames = null; this.dgvKiln.MergeDetailOnlyColumn = null; this.dgvKiln.MergeOnlyColumn = null; this.dgvKiln.MultiSelect = false; this.dgvKiln.Name = "dgvKiln"; this.dgvKiln.RefreshAtHscroll = false; this.dgvKiln.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgvKiln.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvKiln.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvKiln.RowTemplate.Height = 21; this.dgvKiln.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgvKiln.Size = new System.Drawing.Size(514, 301); this.dgvKiln.SortOrderColumnName = null; this.dgvKiln.TabIndex = 6; this.dgvKiln.Tag = true; this.dgvKiln.TotalSumColumns = null; this.dgvKiln.ViewRowFilter = ""; // // chkChooseAll // this.chkChooseAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(12, 359); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 7; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(441, 351); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 9; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(350, 351); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = false; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(441, 7); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.FillWeight = 50F; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Width = 50; // // KilnCode // this.KilnCode.DataPropertyName = "KilnCode"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; this.KilnCode.DefaultCellStyle = dataGridViewCellStyle3; this.KilnCode.HeaderText = "窑炉编号"; this.KilnCode.MaxInputLength = 20; this.KilnCode.Name = "KilnCode"; this.KilnCode.ReadOnly = true; this.KilnCode.Width = 80; // // KilnName // this.KilnName.DataPropertyName = "KilnName"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.Color.White; this.KilnName.DefaultCellStyle = dataGridViewCellStyle4; this.KilnName.HeaderText = "窑炉名称"; this.KilnName.MaxInputLength = 20; this.KilnName.Name = "KilnName"; this.KilnName.ReadOnly = true; this.KilnName.Width = 80; // // kilnID // this.kilnID.DataPropertyName = "kilnID"; this.kilnID.HeaderText = "窑炉ID"; this.kilnID.Name = "kilnID"; this.kilnID.ReadOnly = true; this.kilnID.Visible = false; // // S_CMN_023 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(544, 406); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.txtKilnCode); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtKilnName); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblKilnName); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.lblKilnCode); this.Controls.Add(this.dgvKiln); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_023"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "窑炉选择"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0203_FormClosed); this.Load += new System.EventHandler(this.FrmUser_Load); this.Controls.SetChildIndex(this.dgvKiln, 0); this.Controls.SetChildIndex(this.lblKilnCode, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.lblKilnName, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.txtKilnName, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.txtKilnCode, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvKiln)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.TextBox txtKilnCode; private System.Windows.Forms.TextBox txtKilnName; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKilnCode; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblKilnName; private Basics.BaseControls.C_DataGridView dgvKiln; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode; private System.Windows.Forms.DataGridViewTextBoxColumn KilnName; private System.Windows.Forms.DataGridViewTextBoxColumn kilnID; } }