namespace Dongke.IBOSS.PRD.Client.Controls.FormCommon { partial class S_CMN_016 { /// /// 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_016)); this.lblProductionLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblProductionLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtProcedureName = new System.Windows.Forms.TextBox(); this.dgvProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.txtProcedureCode = 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.btnSearch = 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.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.orgfullname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).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(199, 20); this.lblProductionLineName.Name = "lblProductionLineName"; this.lblProductionLineName.Size = new System.Drawing.Size(53, 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, 20); this.lblProductionLineCode.Name = "lblProductionLineCode"; this.lblProductionLineCode.Size = new System.Drawing.Size(53, 12); this.lblProductionLineCode.TabIndex = 0; this.lblProductionLineCode.Text = "工序编码"; // // txtProcedureName // this.txtProcedureName.Font = new System.Drawing.Font("宋体", 9F); this.txtProcedureName.Location = new System.Drawing.Point(258, 16); this.txtProcedureName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtProcedureName.MaxLength = 20; this.txtProcedureName.Name = "txtProcedureName"; this.txtProcedureName.Size = new System.Drawing.Size(122, 21); this.txtProcedureName.TabIndex = 3; // // dgvProcedure // this.dgvProcedure.AllowUserToAddRows = false; this.dgvProcedure.AllowUserToDeleteRows = false; this.dgvProcedure.AllowUserToModifyRows = true; this.dgvProcedure.AllowUserToOrderColumns = true; this.dgvProcedure.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvProcedure.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.dgvProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvProcedure.CellHeight = 23; this.dgvProcedure.ChildNodeColumnName = null; this.dgvProcedure.ChildNodeColumnText = null; this.dgvProcedure.ColumnDeep = 1; this.dgvProcedure.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.dgvProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ProcedureID, this.Sel, this.ProcedureCode, this.ProcedureName, this.ProductionLineName, this.orgfullname, this.Remarks}); this.dgvProcedure.ColumnTreeView = null; this.dgvProcedure.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))); 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.dgvProcedure.DefaultCellStyle = dataGridViewCellStyle3; this.dgvProcedure.DynamicColumnName = ""; this.dgvProcedure.EnableHeadersVisualStyles = false; this.dgvProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvProcedure.HorizontalMergeColumn = null; this.dgvProcedure.IsAutoCountSum = true; this.dgvProcedure.IsAutoResizeColumns = false; this.dgvProcedure.IsClickF12 = false; this.dgvProcedure.IsOpenMergeCellFlag = false; this.dgvProcedure.IsSubTotalFlag = false; this.dgvProcedure.IsTopDeep = false; this.dgvProcedure.Location = new System.Drawing.Point(12, 46); this.dgvProcedure.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvProcedure.MergeColumnNames = null; this.dgvProcedure.MergeDetailColumnNames = null; this.dgvProcedure.MergeDetailOnlyColumn = null; this.dgvProcedure.MergeOnlyColumn = null; this.dgvProcedure.MultiSelect = false; this.dgvProcedure.Name = "dgvProcedure"; this.dgvProcedure.RefreshAtHscroll = false; this.dgvProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvProcedure.RowTemplate.Height = 21; this.dgvProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvProcedure.Size = new System.Drawing.Size(601, 339); this.dgvProcedure.SortOrderColumnName = null; this.dgvProcedure.TabIndex = 6; this.dgvProcedure.Tag = true; this.dgvProcedure.TotalSumColumns = null; this.dgvProcedure.ViewRowFilter = ""; this.dgvProcedure.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvProductionLine_CellMouseDoubleClick); this.dgvProcedure.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvProductionLine_KeyDown); // // txtProcedureCode // this.txtProcedureCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtProcedureCode.Font = new System.Drawing.Font("宋体", 9F); this.txtProcedureCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtProcedureCode.Location = new System.Drawing.Point(71, 16); this.txtProcedureCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txtProcedureCode.MaxLength = 21; this.txtProcedureCode.Name = "txtProcedureCode"; this.txtProcedureCode.Size = new System.Drawing.Size(122, 21); this.txtProcedureCode.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); // // 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, 11); 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); // // 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(12, 390); 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, 11); 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); // // ProcedureID // this.ProcedureID.DataPropertyName = "ProcedureID"; this.ProcedureID.HeaderText = "ProcedureID"; this.ProcedureID.Name = "ProcedureID"; this.ProcedureID.ReadOnly = true; this.ProcedureID.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; // // ProcedureCode // this.ProcedureCode.DataPropertyName = "ProcedureCode"; this.ProcedureCode.HeaderText = "工序编码"; this.ProcedureCode.Name = "ProcedureCode"; this.ProcedureCode.ReadOnly = true; this.ProcedureCode.Width = 120; // // ProcedureName // this.ProcedureName.DataPropertyName = "ProcedureName"; this.ProcedureName.HeaderText = "工序名称"; this.ProcedureName.Name = "ProcedureName"; this.ProcedureName.ReadOnly = true; this.ProcedureName.Width = 120; // // ProductionLineName // this.ProductionLineName.DataPropertyName = "ProductionLineName"; this.ProductionLineName.HeaderText = "生产线名称"; this.ProductionLineName.Name = "ProductionLineName"; this.ProductionLineName.ReadOnly = true; // // orgfullname // this.orgfullname.DataPropertyName = "organizationname"; this.orgfullname.HeaderText = "所属部门"; this.orgfullname.Name = "orgfullname"; this.orgfullname.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // S_CMN_016 // 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.btnSearch); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Controls.Add(this.lblProductionLineName); this.Controls.Add(this.lblProductionLineCode); this.Controls.Add(this.txtProcedureName); this.Controls.Add(this.dgvProcedure); this.Controls.Add(this.txtProcedureCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_016"; 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.txtProcedureCode, 0); this.Controls.SetChildIndex(this.dgvProcedure, 0); this.Controls.SetChildIndex(this.txtProcedureName, 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.btnSearch, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvProcedure)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblProductionLineName; private Basics.BaseControls.C_Label lblProductionLineCode; private System.Windows.Forms.TextBox txtProcedureName; private Basics.BaseControls.C_DataGridView dgvProcedure; private System.Windows.Forms.TextBox txtProcedureCode; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode; private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName; private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName; private System.Windows.Forms.DataGridViewTextBoxColumn orgfullname; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; } }