namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0102_1 { /// /// 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(F_PC_0102_1)); 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(); this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.dkType = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGMouldTypeSearchBox(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.btnAddMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnDeleteMould = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dkUser = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox(); this.dkGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGoodsSearchBox(); this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.c_GroupBox1 = new System.Windows.Forms.GroupBox(); this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_GroupBox2 = new System.Windows.Forms.GroupBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtBeginNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit(); this.c_GroupBox1.SuspendLayout(); this.c_GroupBox2.SuspendLayout(); this.SuspendLayout(); // // lblBuildingNo // this.lblBuildingNo.AutoSize = true; this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent; this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblBuildingNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblBuildingNo.IsMustInput = true; this.lblBuildingNo.Location = new System.Drawing.Point(42, 21); this.lblBuildingNo.Name = "lblBuildingNo"; this.lblBuildingNo.Size = new System.Drawing.Size(29, 12); this.lblBuildingNo.TabIndex = 0; this.lblBuildingNo.Text = "楼号"; // // txtBuildingNo // this.txtBuildingNo.BackColor = System.Drawing.Color.Yellow; this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBuildingNo.ErrorMessage = "必须输入项目"; this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBuildingNo.HasError = true; this.txtBuildingNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBuildingNo.IsMustInput = true; this.txtBuildingNo.Location = new System.Drawing.Point(77, 17); this.txtBuildingNo.MaxLength = 10; this.txtBuildingNo.Name = "txtBuildingNo"; this.txtBuildingNo.RejectCharsPattern = "[^a-zA-Z0-9]"; this.txtBuildingNo.Size = new System.Drawing.Size(80, 21); this.txtBuildingNo.TabIndex = 1; this.txtBuildingNo.TextChanged += new System.EventHandler(this.txtBuildingNo_TextChanged); // // lblFloorNo // this.lblFloorNo.AutoSize = true; this.lblFloorNo.BackColor = System.Drawing.Color.Transparent; this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblFloorNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblFloorNo.IsMustInput = true; this.lblFloorNo.Location = new System.Drawing.Point(163, 21); this.lblFloorNo.Name = "lblFloorNo"; this.lblFloorNo.Size = new System.Drawing.Size(29, 12); this.lblFloorNo.TabIndex = 2; this.lblFloorNo.Text = "楼层"; // // lblGroutingLineNo // this.lblGroutingLineNo.AutoSize = true; this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLineNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGroutingLineNo.IsMustInput = true; this.lblGroutingLineNo.Location = new System.Drawing.Point(270, 21); this.lblGroutingLineNo.Name = "lblGroutingLineNo"; this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12); this.lblGroutingLineNo.TabIndex = 4; this.lblGroutingLineNo.Text = "线号"; // // lblGroutingLineCode // this.lblGroutingLineCode.AutoSize = true; this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLineCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGroutingLineCode.IsMustInput = true; this.lblGroutingLineCode.Location = new System.Drawing.Point(391, 20); this.lblGroutingLineCode.Name = "lblGroutingLineCode"; this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12); this.lblGroutingLineCode.TabIndex = 6; this.lblGroutingLineCode.Text = "成型线编码"; // // txtGroutingLineCode // this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control; this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingLineCode.ErrorMessage = "必须输入项目"; this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineCode.HasError = true; this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGroutingLineCode.IsMustInput = true; this.txtGroutingLineCode.Location = new System.Drawing.Point(462, 17); this.txtGroutingLineCode.MaxLength = 30; this.txtGroutingLineCode.Name = "txtGroutingLineCode"; this.txtGroutingLineCode.ReadOnly = true; this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9_-]"; this.txtGroutingLineCode.Size = new System.Drawing.Size(188, 21); this.txtGroutingLineCode.TabIndex = 7; this.txtGroutingLineCode.TextChanged += new System.EventHandler(this.txtGroutingLineCode_TextChanged); // // lblGroutingLineName // this.lblGroutingLineName.AutoSize = true; this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent; this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingLineName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.lblGroutingLineName.IsMustInput = true; this.lblGroutingLineName.Location = new System.Drawing.Point(6, 48); this.lblGroutingLineName.Name = "lblGroutingLineName"; this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12); this.lblGroutingLineName.TabIndex = 8; this.lblGroutingLineName.Text = "成型线名称"; // // txtGroutingLineName // this.txtGroutingLineName.BackColor = System.Drawing.Color.Yellow; this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineName.ErrorMessage = "必须输入项目"; this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineName.HasError = true; this.txtGroutingLineName.IsMustInput = true; this.txtGroutingLineName.Location = new System.Drawing.Point(77, 44); this.txtGroutingLineName.MaxLength = 50; this.txtGroutingLineName.Name = "txtGroutingLineName"; this.txtGroutingLineName.Size = new System.Drawing.Size(187, 21); this.txtGroutingLineName.TabIndex = 9; // // dkType // this.dkType.DataSource = null; this.dkType.Enabled = true; this.dkType.IsCanManyTimes = 1; this.dkType.IsMustInput = false; this.dkType.Location = new System.Drawing.Point(6, 71); this.dkType.MouldTypeCode = ""; this.dkType.MouldTypeID = null; this.dkType.MouldTypeIDS = null; this.dkType.MouldTypeName = null; this.dkType.Name = "dkType"; this.dkType.PurviewType = ((byte)(0)); this.dkType.Size = new System.Drawing.Size(258, 21); this.dkType.TabIndex = 10; this.dkType.Title = "成型线类型"; this.dkType.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control; // // lblRemarks // this.lblRemarks.AutoSize = true; this.lblRemarks.BackColor = System.Drawing.Color.Transparent; this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText; this.lblRemarks.Location = new System.Drawing.Point(270, 44); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 12; this.lblRemarks.Text = "备注"; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(306, 44); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(345, 76); this.txtRemarks.TabIndex = 13; // // lblCount // this.lblCount.AutoSize = true; this.lblCount.BackColor = System.Drawing.Color.Transparent; this.lblCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblCount.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCount.Location = new System.Drawing.Point(317, 24); this.lblCount.Name = "lblCount"; this.lblCount.Size = new System.Drawing.Size(53, 12); this.lblCount.TabIndex = 3; this.lblCount.Text = "模具数量"; // // txtCount // this.txtCount.BackColor = System.Drawing.SystemColors.Window; this.txtCount.BackgroundColor = System.Drawing.SystemColors.Window; this.txtCount.ErrorMessage = ""; this.txtCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCount.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtCount.Location = new System.Drawing.Point(376, 20); this.txtCount.MaxLength = 3; this.txtCount.MaxValue = new decimal(new int[] { 999, 0, 0, 0}); this.txtCount.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtCount.Name = "txtCount"; this.txtCount.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0); this.txtCount.Size = new System.Drawing.Size(55, 21); this.txtCount.TabIndex = 4; this.txtCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCount.TextValue = ""; // // btnAddMould // this.btnAddMould.BackColor = System.Drawing.Color.Transparent; this.btnAddMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAddMould.BackgroundImage"))); this.btnAddMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAddMould.ForeColor = System.Drawing.Color.White; this.btnAddMould.Location = new System.Drawing.Point(474, 15); this.btnAddMould.Name = "btnAddMould"; this.btnAddMould.Size = new System.Drawing.Size(85, 30); this.btnAddMould.TabIndex = 5; this.btnAddMould.Text = "添加模具(&A)"; this.btnAddMould.UseVisualStyleBackColor = false; this.btnAddMould.Click += new System.EventHandler(this.btnAddMould_Click); // // dgvDetail // this.dgvDetail.AllowUserToAddRows = false; this.dgvDetail.AllowUserToModifyRows = true; this.dgvDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvDetail.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.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvDetail.CellHeight = 23; this.dgvDetail.ChildNodeColumnName = null; this.dgvDetail.ChildNodeColumnText = null; this.dgvDetail.ColumnDeep = 1; this.dgvDetail.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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingLineDetailID, this.GroutingMouldCode, this.GoodsID, this.GoodsCode, this.GoodsName, this.GoodsSpecification, this.GroutingCount, this.GMouldStatus, this.BeginUsedDate, this.EndUsedDate, this.Remarks, this.MouldCode}); this.dgvDetail.ColumnTreeView = null; this.dgvDetail.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.dgvDetail.DefaultCellStyle = dataGridViewCellStyle3; this.dgvDetail.DynamicColumnName = ""; this.dgvDetail.EnableHeadersVisualStyles = false; this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDetail.IsAutoCountSum = true; this.dgvDetail.IsAutoResizeColumns = false; this.dgvDetail.IsClickF12 = false; this.dgvDetail.IsSubTotalFlag = false; this.dgvDetail.Location = new System.Drawing.Point(8, 50); this.dgvDetail.Name = "dgvDetail"; this.dgvDetail.ReadOnly = true; this.dgvDetail.RefreshAtHscroll = false; this.dgvDetail.RowHeadersWidth = 50; this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvDetail.RowTemplate.Height = 21; this.dgvDetail.Size = new System.Drawing.Size(642, 255); this.dgvDetail.SortOrderColumnName = null; this.dgvDetail.TabIndex = 7; this.dgvDetail.Tag = true; this.dgvDetail.TotalSumColumns = null; this.dgvDetail.ViewRowFilter = ""; this.dgvDetail.VirtualMode = true; // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型线明细ID"; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.ReadOnly = true; this.GroutingLineDetailID.Visible = false; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "产品ID"; this.GoodsID.Name = "GoodsID"; this.GoodsID.ReadOnly = true; this.GoodsID.Visible = false; // // GoodsCode // this.GoodsCode.DataPropertyName = "GoodsCode"; this.GoodsCode.HeaderText = "产品编码"; this.GoodsCode.Name = "GoodsCode"; this.GoodsCode.ReadOnly = true; // // GoodsName // this.GoodsName.DataPropertyName = "GoodsName"; this.GoodsName.HeaderText = "产品名称"; this.GoodsName.Name = "GoodsName"; this.GoodsName.ReadOnly = true; // // GoodsSpecification // this.GoodsSpecification.DataPropertyName = "GoodsSpecification"; this.GoodsSpecification.HeaderText = "产品规格"; this.GoodsSpecification.Name = "GoodsSpecification"; this.GoodsSpecification.ReadOnly = true; // // GroutingCount // this.GroutingCount.DataPropertyName = "GroutingCount"; this.GroutingCount.HeaderText = "注浆次数"; this.GroutingCount.Name = "GroutingCount"; this.GroutingCount.ReadOnly = true; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatus"; this.GMouldStatus.HeaderText = "模具状态"; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; // // BeginUsedDate // this.BeginUsedDate.DataPropertyName = "BeginUsedDate"; this.BeginUsedDate.HeaderText = "开始使用日期"; this.BeginUsedDate.Name = "BeginUsedDate"; this.BeginUsedDate.ReadOnly = true; // // EndUsedDate // this.EndUsedDate.DataPropertyName = "EndUsedDate"; this.EndUsedDate.HeaderText = "结束使用日期"; this.EndUsedDate.Name = "EndUsedDate"; this.EndUsedDate.ReadOnly = true; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "模具编码"; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(496, 457); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 3; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnClose // 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(587, 457); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 4; this.btnClose.Text = "关闭(&X)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnCancel_Click); // // btnDeleteMould // this.btnDeleteMould.BackColor = System.Drawing.Color.Transparent; this.btnDeleteMould.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDeleteMould.BackgroundImage"))); this.btnDeleteMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnDeleteMould.ForeColor = System.Drawing.Color.White; this.btnDeleteMould.Location = new System.Drawing.Point(565, 15); this.btnDeleteMould.Name = "btnDeleteMould"; this.btnDeleteMould.Size = new System.Drawing.Size(85, 30); this.btnDeleteMould.TabIndex = 6; this.btnDeleteMould.Text = "删除模具(&D)"; this.btnDeleteMould.UseVisualStyleBackColor = false; this.btnDeleteMould.Click += new System.EventHandler(this.btnDeleteSelected_Click); // // dkUser // this.dkUser.DataSource = null; this.dkUser.Enabled = true; this.dkUser.IsMustInput = false; this.dkUser.IsWorker = false; this.dkUser.Location = new System.Drawing.Point(18, 98); this.dkUser.Name = "dkUser"; this.dkUser.PurviewType = ((byte)(0)); this.dkUser.Size = new System.Drawing.Size(246, 21); this.dkUser.TabIndex = 11; this.dkUser.Title = "成型工号"; this.dkUser.TxtUserBackColor = System.Drawing.SystemColors.Control; this.dkUser.UserCode = ""; this.dkUser.UserID = null; this.dkUser.UserIDS = null; this.dkUser.UserName = null; // // dkGoods // this.dkGoods.DataSource = null; this.dkGoods.Enabled = true; this.dkGoods.GoodsCode = ""; this.dkGoods.GoodsID = null; this.dkGoods.GoodsIDS = null; this.dkGoods.GoodsName = null; this.dkGoods.GoodsSpecification = null; this.dkGoods.IsMustInput = false; this.dkGoods.Location = new System.Drawing.Point(8, 20); this.dkGoods.Name = "dkGoods"; this.dkGoods.PurviewType = ((byte)(0)); this.dkGoods.Size = new System.Drawing.Size(171, 21); this.dkGoods.TabIndex = 0; this.dkGoods.Title = "产品名称"; this.dkGoods.TxtGoodsBackColor = System.Drawing.SystemColors.Control; // // txtFloorNo // this.txtFloorNo.BackColor = System.Drawing.Color.Yellow; this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtFloorNo.ErrorMessage = "必须输入项目"; this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtFloorNo.HasError = true; this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtFloorNo.IsMustInput = true; this.txtFloorNo.Location = new System.Drawing.Point(198, 18); this.txtFloorNo.MaxLength = 5; this.txtFloorNo.MaxValue = new decimal(new int[] { 99, 0, 0, 0}); this.txtFloorNo.MinValue = new decimal(new int[] { 99, 0, 0, -2147483648}); this.txtFloorNo.Name = "txtFloorNo"; this.txtFloorNo.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(2, 0); this.txtFloorNo.Size = new System.Drawing.Size(66, 21); this.txtFloorNo.TabIndex = 3; this.txtFloorNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtFloorNo.TextChanged += new System.EventHandler(this.txtFloorNo_TextChanged); // // c_GroupBox1 // this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.txtGroutingLineNo); this.c_GroupBox1.Controls.Add(this.lblBuildingNo); this.c_GroupBox1.Controls.Add(this.txtBuildingNo); this.c_GroupBox1.Controls.Add(this.txtFloorNo); this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode); this.c_GroupBox1.Controls.Add(this.dkUser); this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode); this.c_GroupBox1.Controls.Add(this.lblGroutingLineName); this.c_GroupBox1.Controls.Add(this.txtGroutingLineName); this.c_GroupBox1.Controls.Add(this.txtRemarks); this.c_GroupBox1.Controls.Add(this.lblFloorNo); this.c_GroupBox1.Controls.Add(this.lblRemarks); this.c_GroupBox1.Controls.Add(this.dkType); this.c_GroupBox1.Controls.Add(this.lblGroutingLineNo); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.Location = new System.Drawing.Point(12, 7); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.Size = new System.Drawing.Size(657, 127); this.c_GroupBox1.TabIndex = 0; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "成型线信息"; // // txtGroutingLineNo // this.txtGroutingLineNo.BackColor = System.Drawing.Color.Yellow; this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGroutingLineNo.ErrorMessage = "必须输入项目"; this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineNo.HasError = true; this.txtGroutingLineNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGroutingLineNo.IsMustInput = true; this.txtGroutingLineNo.Location = new System.Drawing.Point(305, 17); this.txtGroutingLineNo.MaxLength = 10; this.txtGroutingLineNo.Name = "txtGroutingLineNo"; this.txtGroutingLineNo.RejectCharsPattern = "[^a-zA-Z0-9]"; this.txtGroutingLineNo.Size = new System.Drawing.Size(80, 21); this.txtGroutingLineNo.TabIndex = 5; this.txtGroutingLineNo.TextChanged += new System.EventHandler(this.txtGroutingLineNo_TextChanged); // // c_GroupBox2 // this.c_GroupBox2.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.c_GroupBox2.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage"))); this.c_GroupBox2.Controls.Add(this.dkGoods); this.c_GroupBox2.Controls.Add(this.c_Label1); this.c_GroupBox2.Controls.Add(this.lblCount); this.c_GroupBox2.Controls.Add(this.btnDeleteMould); this.c_GroupBox2.Controls.Add(this.txtBeginNum); this.c_GroupBox2.Controls.Add(this.txtCount); this.c_GroupBox2.Controls.Add(this.dgvDetail); this.c_GroupBox2.Controls.Add(this.btnAddMould); this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox2.Location = new System.Drawing.Point(12, 140); this.c_GroupBox2.Name = "c_GroupBox2"; this.c_GroupBox2.Size = new System.Drawing.Size(657, 311); this.c_GroupBox2.TabIndex = 1; this.c_GroupBox2.TabStop = false; this.c_GroupBox2.Text = "模具信息"; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(185, 24); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(65, 12); this.c_Label1.TabIndex = 1; this.c_Label1.Text = "起始模具号"; // // txtBeginNum // this.txtBeginNum.BackColor = System.Drawing.SystemColors.Window; this.txtBeginNum.BackgroundColor = System.Drawing.SystemColors.Window; this.txtBeginNum.ErrorMessage = ""; this.txtBeginNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtBeginNum.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtBeginNum.Location = new System.Drawing.Point(256, 20); this.txtBeginNum.MaxLength = 3; this.txtBeginNum.MaxValue = new decimal(new int[] { 999, 0, 0, 0}); this.txtBeginNum.MinValue = new decimal(new int[] { 1, 0, 0, 0}); this.txtBeginNum.Name = "txtBeginNum"; this.txtBeginNum.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(3, 0); this.txtBeginNum.Size = new System.Drawing.Size(55, 21); this.txtBeginNum.TabIndex = 2; this.txtBeginNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtBeginNum.TextValue = ""; // // F_PC_0102_1 // 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(684, 512); this.Controls.Add(this.c_GroupBox2); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsSaveFormSize = false; this.MaximizeBox = false; this.Name = "F_PC_0102_1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "GroutingLineDetailInfo"; this.Load += new System.EventHandler(this.F_PC_0102_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.c_GroupBox2, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); this.c_GroupBox2.ResumeLayout(false); this.c_GroupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblBuildingNo; private Basics.BaseControls.C_TextBox txtBuildingNo; private Basics.BaseControls.C_Label lblFloorNo; private Basics.BaseControls.C_Label lblGroutingLineNo; private Basics.BaseControls.C_Label lblGroutingLineCode; private Basics.BaseControls.C_TextBox txtGroutingLineCode; private Basics.BaseControls.C_Label lblGroutingLineName; private Basics.BaseControls.C_TextBox txtGroutingLineName; private Controls.SearchTextBox.dkGMouldTypeSearchBox dkType; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Label lblCount; private Basics.BaseControls.C_TXT_Digital txtCount; private Basics.BaseControls.C_Button btnAddMould; private Basics.BaseControls.C_DataGridView dgvDetail; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnDeleteMould; private Controls.SearchTextBox.dkUserInfoSearchBox dkUser; private Controls.SearchTextBox.dkGoodsSearchBox dkGoods; private Basics.BaseControls.C_TXT_Digital txtFloorNo; private System.Windows.Forms.GroupBox c_GroupBox1; private System.Windows.Forms.GroupBox c_GroupBox2; private Basics.BaseControls.C_TextBox txtGroutingLineNo; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TXT_Digital txtBeginNum; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus; private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate; private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; } }