namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_015 { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_015)); this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtProductionLineName = new System.Windows.Forms.TextBox(); this.dgvProductionLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtProductionLineCode = new System.Windows.Forms.TextBox(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvProductionLine)).BeginInit(); this.SuspendLayout(); // // lblProductionLineName // this.lblProductionLineName.AutoSize = true; this.lblProductionLineName.BackColor = System.Drawing.Color.Transparent; this.lblProductionLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblProductionLineName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblProductionLineName.Location = new System.Drawing.Point(211, 16); this.lblProductionLineName.Name = "lblProductionLineName"; this.lblProductionLineName.Size = new System.Drawing.Size(65, 12); this.lblProductionLineName.TabIndex = 2; this.lblProductionLineName.Text = "生产线名称"; // // lblProductionLineCode // this.lblProductionLineCode.AutoSize = true; this.lblProductionLineCode.BackColor = System.Drawing.Color.Transparent; this.lblProductionLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblProductionLineCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblProductionLineCode.Location = new System.Drawing.Point(12, 16); this.lblProductionLineCode.Name = "lblProductionLineCode"; this.lblProductionLineCode.Size = new System.Drawing.Size(65, 12); this.lblProductionLineCode.TabIndex = 0; this.lblProductionLineCode.Text = "生产线编码"; // // txtProductionLineName // this.txtProductionLineName.Font = new System.Drawing.Font("宋体", 9F); this.txtProductionLineName.Location = new System.Drawing.Point(282, 11); this.txtProductionLineName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtProductionLineName.MaxLength = 20; this.txtProductionLineName.Name = "txtProductionLineName"; this.txtProductionLineName.Size = new System.Drawing.Size(122, 21); this.txtProductionLineName.TabIndex = 3; // // dgvProductionLine // this.dgvProductionLine.AllowUserToAddRows = false; this.dgvProductionLine.AllowUserToDeleteRows = false; this.dgvProductionLine.AllowUserToModifyRows = true; this.dgvProductionLine.AllowUserToOrderColumns = true; this.dgvProductionLine.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvProductionLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvProductionLine.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.dgvProductionLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvProductionLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvProductionLine.CellHeight = 23; this.dgvProductionLine.ChildNodeColumnName = null; this.dgvProductionLine.ChildNodeColumnText = null; this.dgvProductionLine.ColumnDeep = 1; this.dgvProductionLine.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.dgvProductionLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvProductionLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvProductionLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ProductionLineID, this.Sel, this.ProductionLineCode, this.ProductionLineName}); this.dgvProductionLine.ColumnTreeView = null; this.dgvProductionLine.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvProductionLine.DefaultCellStyle = dataGridViewCellStyle3; this.dgvProductionLine.DynamicColumnName = ""; this.dgvProductionLine.EnableHeadersVisualStyles = false; this.dgvProductionLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvProductionLine.HorizontalMergeColumn = null; this.dgvProductionLine.IsAutoCountSum = true; this.dgvProductionLine.IsAutoResizeColumns = false; this.dgvProductionLine.IsClickF12 = false; this.dgvProductionLine.IsOpenMergeCellFlag = false; this.dgvProductionLine.IsSubTotalFlag = false; this.dgvProductionLine.IsTopDeep = false; this.dgvProductionLine.Location = new System.Drawing.Point(14, 42); this.dgvProductionLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvProductionLine.MergeColumnNames = null; this.dgvProductionLine.MergeDetailColumnNames = null; this.dgvProductionLine.MergeDetailOnlyColumn = null; this.dgvProductionLine.MergeOnlyColumn = null; this.dgvProductionLine.MultiSelect = false; this.dgvProductionLine.Name = "dgvProductionLine"; this.dgvProductionLine.RefreshAtHscroll = false; this.dgvProductionLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvProductionLine.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvProductionLine.RowTemplate.Height = 21; this.dgvProductionLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvProductionLine.Size = new System.Drawing.Size(599, 342); this.dgvProductionLine.SortOrderColumnName = null; this.dgvProductionLine.TabIndex = 6; this.dgvProductionLine.Tag = true; this.dgvProductionLine.TotalSumColumns = null; this.dgvProductionLine.ViewRowFilter = ""; this.dgvProductionLine.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick); this.dgvProductionLine.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(437, 7); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtProductionLineCode // this.txtProductionLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtProductionLineCode.Font = new System.Drawing.Font("宋体", 9F); this.txtProductionLineCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtProductionLineCode.Location = new System.Drawing.Point(83, 11); this.txtProductionLineCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtProductionLineCode.MaxLength = 21; this.txtProductionLineCode.Name = "txtProductionLineCode"; this.txtProductionLineCode.Size = new System.Drawing.Size(122, 21); this.txtProductionLineCode.TabIndex = 1; // // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(528, 389); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 9; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; 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); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(437, 389); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 8; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // chkChooseAll // 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(24, 389); 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); // // 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(528, 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); // // ProductionLineID // this.ProductionLineID.DataPropertyName = "ProductionLineID"; this.ProductionLineID.HeaderText = "ProductionLineID"; this.ProductionLineID.Name = "ProductionLineID"; this.ProductionLineID.ReadOnly = true; this.ProductionLineID.Visible = false; // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; 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.Visible = false; // // ProductionLineCode // this.ProductionLineCode.DataPropertyName = "ProductionLineCode"; this.ProductionLineCode.HeaderText = "生产线编码"; this.ProductionLineCode.Name = "ProductionLineCode"; this.ProductionLineCode.ReadOnly = true; this.ProductionLineCode.Width = 120; // // ProductionLineName // this.ProductionLineName.DataPropertyName = "ProductionLineName"; this.ProductionLineName.HeaderText = "生产线名称"; this.ProductionLineName.Name = "ProductionLineName"; this.ProductionLineName.ReadOnly = true; this.ProductionLineName.Width = 120; // // S_CMN_015 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(625, 444); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblProductionLineName); this.Controls.Add(this.lblProductionLineCode); this.Controls.Add(this.txtProductionLineName); this.Controls.Add(this.dgvProductionLine); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtProductionLineCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_015"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "生产线控件"; this.Load += new System.EventHandler(this.S_CMN_015_Load); this.Controls.SetChildIndex(this.txtProductionLineCode, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.dgvProductionLine, 0); this.Controls.SetChildIndex(this.txtProductionLineName, 0); this.Controls.SetChildIndex(this.lblProductionLineCode, 0); this.Controls.SetChildIndex(this.lblProductionLineName, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvProductionLine)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblProductionLineName; private Basics.BaseControls.C_Label lblProductionLineCode; private System.Windows.Forms.TextBox txtProductionLineName; private Basics.BaseControls.C_DataGridView dgvProductionLine; private Basics.BaseControls.C_Button btnSearch; private System.Windows.Forms.TextBox txtProductionLineCode; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName; } }