namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0101_1_3 { /// /// 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0101_1_3)); this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NewMouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldID = 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.StandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.GroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital(); this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.btnAddMouldBarcode = new Dongke.WinForm.Controls.BtnButton(); this.txtBarcode = new Dongke.WinForm.Controls.TxtCode(); this.txtGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSetCount = new Dongke.WinForm.Controls.BtnButton(); this.txtStandardGroutingCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit(); this.SuspendLayout(); // // lblTimes // this.lblTimes.AutoSize = true; this.lblTimes.BackColor = System.Drawing.Color.Transparent; this.lblTimes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblTimes.ForeColor = System.Drawing.SystemColors.ControlText; this.lblTimes.Location = new System.Drawing.Point(187, 18); this.lblTimes.Name = "lblTimes"; this.lblTimes.Size = new System.Drawing.Size(53, 12); this.lblTimes.TabIndex = 2; this.lblTimes.Text = "操作时间"; // // txtDateStart // this.txtDateStart.CustomFormat = "yyyy-MM-dd"; this.txtDateStart.Enabled = false; this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.txtDateStart.Location = new System.Drawing.Point(246, 14); this.txtDateStart.Name = "txtDateStart"; this.txtDateStart.Size = new System.Drawing.Size(100, 21); this.txtDateStart.TabIndex = 3; // // dgvGroutingLineDetail // this.dgvGroutingLineDetail.AllowUserToAddRows = false; this.dgvGroutingLineDetail.AllowUserToDeleteRows = false; this.dgvGroutingLineDetail.AllowUserToModifyRows = true; this.dgvGroutingLineDetail.AllowUserToOrderColumns = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGroutingLineDetail.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.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGroutingLineDetail.CellHeight = 23; this.dgvGroutingLineDetail.ChildNodeColumnName = null; this.dgvGroutingLineDetail.ChildNodeColumnText = null; this.dgvGroutingLineDetail.ColumnDeep = 1; this.dgvGroutingLineDetail.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.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingLineDetailID, this.GroutingLineIDM, this.GroutingMouldCode, this.NewMouldBarcode, this.MouldBarcode, this.MouldCode, this.MouldID, this.GoodsID, this.GOODSCODE, this.GOODSNAME, this.GoodsSpecification, this.StandardGroutingCount, this.GroutingCount, this.GMouldStatusM, this.RreasonRemarks, this.BeginUsedDateM, this.EndUsedDate, this.GMouldStatus, this.RecordRemarks}); this.dgvGroutingLineDetail.ColumnTreeView = null; this.dgvGroutingLineDetail.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))); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle6; this.dgvGroutingLineDetail.DynamicColumnName = ""; this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false; this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGroutingLineDetail.FormatQuantityColumns = null; this.dgvGroutingLineDetail.HorizontalMergeColumn = null; this.dgvGroutingLineDetail.IsAutoCountSum = true; this.dgvGroutingLineDetail.IsAutoResizeColumns = false; this.dgvGroutingLineDetail.IsClickF12 = false; this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false; this.dgvGroutingLineDetail.IsSubTotalFlag = false; this.dgvGroutingLineDetail.IsTopDeep = false; this.dgvGroutingLineDetail.Location = new System.Drawing.Point(12, 46); this.dgvGroutingLineDetail.MergeColumnNames = null; this.dgvGroutingLineDetail.MergeDetailColumnNames = null; this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null; this.dgvGroutingLineDetail.MergeOnlyColumn = null; this.dgvGroutingLineDetail.MultiSelect = false; this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail"; this.dgvGroutingLineDetail.RefreshAtHscroll = false; this.dgvGroutingLineDetail.RowHeadersWidth = 50; this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle7; this.dgvGroutingLineDetail.RowTemplate.Height = 21; this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1025, 358); this.dgvGroutingLineDetail.SortOrderColumnName = null; this.dgvGroutingLineDetail.TabIndex = 99; this.dgvGroutingLineDetail.Tag = true; this.dgvGroutingLineDetail.TotalSumColumns = null; this.dgvGroutingLineDetail.ViewRowFilter = ""; this.dgvGroutingLineDetail.VirtualMode = true; this.dgvGroutingLineDetail.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvGroutingLineDetail_RowPrePaint); this.dgvGroutingLineDetail.SelectionChanged += new System.EventHandler(this.dgvGroutingLineDetail_SelectionChanged); // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型生产线明细ID"; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.ReadOnly = true; this.GroutingLineDetailID.Visible = false; // // GroutingLineIDM // this.GroutingLineIDM.DataPropertyName = "GroutingLineID"; this.GroutingLineIDM.HeaderText = "成型生产线ID"; this.GroutingLineIDM.Name = "GroutingLineIDM"; this.GroutingLineIDM.ReadOnly = true; this.GroutingLineIDM.Visible = false; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; this.GroutingMouldCode.Width = 120; // // NewMouldBarcode // this.NewMouldBarcode.DataPropertyName = "NewMouldBarcode"; this.NewMouldBarcode.HeaderText = "模具条码"; this.NewMouldBarcode.Name = "NewMouldBarcode"; this.NewMouldBarcode.ReadOnly = true; // // MouldBarcode // this.MouldBarcode.DataPropertyName = "MouldBarcode"; this.MouldBarcode.HeaderText = "模具条码(原)"; this.MouldBarcode.Name = "MouldBarcode"; this.MouldBarcode.ReadOnly = true; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "MouldCode"; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; this.MouldCode.Visible = false; // // MouldID // this.MouldID.DataPropertyName = "MouldID"; this.MouldID.HeaderText = "MouldID"; this.MouldID.Name = "MouldID"; this.MouldID.ReadOnly = true; this.MouldID.Visible = false; // // 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; this.GOODSNAME.Visible = false; // // GoodsSpecification // this.GoodsSpecification.DataPropertyName = "GoodsSpecification"; this.GoodsSpecification.HeaderText = "产品规格"; this.GoodsSpecification.Name = "GoodsSpecification"; this.GoodsSpecification.ReadOnly = true; // // StandardGroutingCount // this.StandardGroutingCount.AllowNegative = false; this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle3; this.StandardGroutingCount.HeaderText = "标准注浆次数"; this.StandardGroutingCount.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.StandardGroutingCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.StandardGroutingCount.Name = "StandardGroutingCount"; this.StandardGroutingCount.Number = new System.Drawing.Point(0, 0); this.StandardGroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // GroutingCount // this.GroutingCount.DataPropertyName = "GroutingCount"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle4; this.GroutingCount.HeaderText = "注浆次数"; this.GroutingCount.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.GroutingCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.GroutingCount.Name = "GroutingCount"; this.GroutingCount.Number = new System.Drawing.Point(0, 0); this.GroutingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.GroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // GMouldStatusM // this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME"; this.GMouldStatusM.HeaderText = "模具状态"; this.GMouldStatusM.Name = "GMouldStatusM"; this.GMouldStatusM.ReadOnly = true; this.GMouldStatusM.Width = 120; // // RreasonRemarks // this.RreasonRemarks.DataPropertyName = "RreasonRemarks"; this.RreasonRemarks.HeaderText = "备注"; this.RreasonRemarks.Name = "RreasonRemarks"; // // BeginUsedDateM // this.BeginUsedDateM.DataPropertyName = "BeginUsedDate"; dataGridViewCellStyle5.Format = "yyyy-MM-dd"; dataGridViewCellStyle5.NullValue = null; this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle5; this.BeginUsedDateM.HeaderText = "开始使用日期"; this.BeginUsedDateM.Name = "BeginUsedDateM"; this.BeginUsedDateM.ReadOnly = true; this.BeginUsedDateM.Visible = false; this.BeginUsedDateM.Width = 120; // // EndUsedDate // this.EndUsedDate.DataPropertyName = "EndUsedDate"; this.EndUsedDate.HeaderText = "结束使用日期"; this.EndUsedDate.Name = "EndUsedDate"; this.EndUsedDate.ReadOnly = true; this.EndUsedDate.Visible = false; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatus"; this.GMouldStatus.HeaderText = "GMouldStatus"; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; this.GMouldStatus.Visible = false; // // RecordRemarks // this.RecordRemarks.DataPropertyName = "RecordRemarks"; this.RecordRemarks.HeaderText = "操作备注"; this.RecordRemarks.Name = "RecordRemarks"; this.RecordRemarks.Width = 300; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(954, 410); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 12; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(865, 410); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 11; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtGroutingLineCode // this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Control; this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingLineCode.ErrorMessage = ""; this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingLineCode.Location = new System.Drawing.Point(81, 14); this.txtGroutingLineCode.MaxLength = 200; this.txtGroutingLineCode.Name = "txtGroutingLineCode"; this.txtGroutingLineCode.ReadOnly = true; this.txtGroutingLineCode.Size = new System.Drawing.Size(100, 21); this.txtGroutingLineCode.TabIndex = 1; this.txtGroutingLineCode.TextValue = ""; // // 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(12, 18); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(65, 12); this.c_Label1.TabIndex = 0; this.c_Label1.Text = "成型线编码"; // // btnAdaptive // this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAdaptive.BackColor = System.Drawing.Color.Transparent; this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage"))); this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnAdaptive.ForeColor = System.Drawing.Color.White; this.btnAdaptive.Location = new System.Drawing.Point(12, 410); this.btnAdaptive.Name = "btnAdaptive"; this.btnAdaptive.Size = new System.Drawing.Size(85, 30); this.btnAdaptive.TabIndex = 10; this.btnAdaptive.Text = "自适应列宽"; this.btnAdaptive.UseVisualStyleBackColor = false; this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click); // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(352, 18); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 4; this.c_Label2.Text = "模具编号"; // // txtGMouldCode // this.txtGMouldCode.BackColor = System.Drawing.SystemColors.Control; this.txtGMouldCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGMouldCode.ErrorMessage = ""; this.txtGMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGMouldCode.Location = new System.Drawing.Point(411, 14); this.txtGMouldCode.MaxLength = 200; this.txtGMouldCode.Name = "txtGMouldCode"; this.txtGMouldCode.ReadOnly = true; this.txtGMouldCode.Size = new System.Drawing.Size(100, 21); this.txtGMouldCode.TabIndex = 5; this.txtGMouldCode.TextValue = ""; // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(517, 18); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 6; this.lblLabel1.Text = "模具条码"; // // btnAddMouldBarcode // this.btnAddMouldBarcode.Location = new System.Drawing.Point(682, 9); this.btnAddMouldBarcode.Name = "btnAddMouldBarcode"; this.btnAddMouldBarcode.Size = new System.Drawing.Size(85, 30); this.btnAddMouldBarcode.TabIndex = 8; this.btnAddMouldBarcode.Text = "绑定模具(&M)"; this.btnAddMouldBarcode.UseVisualStyleBackColor = true; this.btnAddMouldBarcode.Click += new System.EventHandler(this.btnAddMouldBarcode_Click); // // txtBarcode // this.txtBarcode.Location = new System.Drawing.Point(576, 14); this.txtBarcode.MaxLength = 20; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.Size = new System.Drawing.Size(100, 21); this.txtBarcode.TabIndex = 7; this.txtBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarcode_KeyDown); // // txtGroutingCount // this.txtGroutingCount.AllowNegative = false; this.txtGroutingCount.BackColor = System.Drawing.SystemColors.Window; this.txtGroutingCount.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGroutingCount.ErrorMessage = ""; this.txtGroutingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGroutingCount.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtGroutingCount.Location = new System.Drawing.Point(933, 14); this.txtGroutingCount.MaxLength = 0; this.txtGroutingCount.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtGroutingCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtGroutingCount.Name = "txtGroutingCount"; this.txtGroutingCount.Size = new System.Drawing.Size(36, 21); this.txtGroutingCount.TabIndex = 12; this.txtGroutingCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtGroutingCount.TextValue = ""; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label4.Location = new System.Drawing.Point(874, 18); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 11; this.c_Label4.Text = "已注次数"; // // btnSetCount // this.btnSetCount.Location = new System.Drawing.Point(975, 9); this.btnSetCount.Name = "btnSetCount"; this.btnSetCount.Size = new System.Drawing.Size(58, 30); this.btnSetCount.TabIndex = 13; this.btnSetCount.Text = "设定"; this.btnSetCount.UseVisualStyleBackColor = true; this.btnSetCount.Click += new System.EventHandler(this.btnSetCount_Click); // // txtStandardGroutingCount // this.txtStandardGroutingCount.AllowNegative = false; this.txtStandardGroutingCount.BackColor = System.Drawing.SystemColors.Window; this.txtStandardGroutingCount.BackgroundColor = System.Drawing.SystemColors.Window; this.txtStandardGroutingCount.ErrorMessage = ""; this.txtStandardGroutingCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtStandardGroutingCount.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtStandardGroutingCount.Location = new System.Drawing.Point(832, 14); this.txtStandardGroutingCount.MaxLength = 0; this.txtStandardGroutingCount.MaxValue = new decimal(new int[] { 999999, 0, 0, 0}); this.txtStandardGroutingCount.MinValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtStandardGroutingCount.Name = "txtStandardGroutingCount"; this.txtStandardGroutingCount.Size = new System.Drawing.Size(36, 21); this.txtStandardGroutingCount.TabIndex = 10; this.txtStandardGroutingCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtStandardGroutingCount.TextValue = ""; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label3.Location = new System.Drawing.Point(773, 18); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 9; this.c_Label3.Text = "标准次数"; // // F_PC_0101_1_3 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(1049, 465); this.Controls.Add(this.txtStandardGroutingCount); this.Controls.Add(this.c_Label3); this.Controls.Add(this.txtGroutingCount); this.Controls.Add(this.c_Label4); this.Controls.Add(this.lblLabel1); this.Controls.Add(this.btnSetCount); this.Controls.Add(this.btnAddMouldBarcode); this.Controls.Add(this.txtBarcode); this.Controls.Add(this.btnAdaptive); this.Controls.Add(this.dgvGroutingLineDetail); this.Controls.Add(this.txtGMouldCode); this.Controls.Add(this.c_Label2); this.Controls.Add(this.txtGroutingLineCode); this.Controls.Add(this.c_Label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtDateStart); this.Controls.Add(this.lblTimes); this.IsSaveFormSize = false; this.Name = "F_PC_0101_1_3"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "结束换模"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.F_PC_0101_1_2_Load); this.Controls.SetChildIndex(this.lblTimes, 0); this.Controls.SetChildIndex(this.txtDateStart, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtGroutingLineCode, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.txtGMouldCode, 0); this.Controls.SetChildIndex(this.dgvGroutingLineDetail, 0); this.Controls.SetChildIndex(this.btnAdaptive, 0); this.Controls.SetChildIndex(this.txtBarcode, 0); this.Controls.SetChildIndex(this.btnAddMouldBarcode, 0); this.Controls.SetChildIndex(this.btnSetCount, 0); this.Controls.SetChildIndex(this.lblLabel1, 0); this.Controls.SetChildIndex(this.c_Label4, 0); this.Controls.SetChildIndex(this.txtGroutingCount, 0); this.Controls.SetChildIndex(this.c_Label3, 0); this.Controls.SetChildIndex(this.txtStandardGroutingCount, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblTimes; private Basics.BaseControls.C_DateTimePicker txtDateStart; private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_TextBox txtGroutingLineCode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Button btnAdaptive; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtGMouldCode; private WinForm.Controls.LblLabel lblLabel1; private WinForm.Controls.BtnButton btnAddMouldBarcode; private WinForm.Controls.TxtCode txtBarcode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn NewMouldBarcode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldID; 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 Basics.BaseControls.C_DGV_Column_Digital StandardGroutingCount; private Basics.BaseControls.C_DGV_Column_Digital GroutingCount; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM; private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks; private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM; private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus; private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks; private Basics.BaseControls.C_TXT_Digital txtGroutingCount; private Basics.BaseControls.C_Label c_Label4; private WinForm.Controls.BtnButton btnSetCount; private Basics.BaseControls.C_TXT_Digital txtStandardGroutingCount; private Basics.BaseControls.C_Label c_Label3; } }