namespace Dongke.IBOSS.PRD.Client.PCModule { partial class F_PC_0101_1_8 { /// /// 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_0101_1_8)); 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(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnCancel = 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.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.MouldBarcode = 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 System.Windows.Forms.DataGridViewTextBoxColumn(); 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.Trademark = new System.Windows.Forms.DataGridViewComboBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit(); this.SuspendLayout(); // // 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(727, 410); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 8; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // 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.ColumnHeadersHeight = 27; this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingLineDetailID, this.GroutingLineIDM, this.GroutingMouldCode, this.MouldCode, this.MouldID, this.MouldBarcode, this.GoodsID, this.GOODSCODE, this.GOODSNAME, this.GoodsSpecification, this.StandardGroutingCount, this.GroutingCount, this.GMouldStatusM, this.RreasonRemarks, this.BeginUsedDateM, this.EndUsedDate, this.GMouldStatus, this.Trademark}); 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.HasNode = false; 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(888, 358); this.dgvGroutingLineDetail.SortOrderColumnName = null; this.dgvGroutingLineDetail.TabIndex = 5; this.dgvGroutingLineDetail.Tag = true; this.dgvGroutingLineDetail.TotalSumColumns = null; this.dgvGroutingLineDetail.ViewRowFilter = ""; this.dgvGroutingLineDetail.VirtualMode = true; this.dgvGroutingLineDetail.VirtualNodes = false; // // 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(816, 410); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_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(120, 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 = "成型线编码"; // // 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(266, 14); this.txtDateStart.Name = "txtDateStart"; this.txtDateStart.Size = new System.Drawing.Size(100, 21); this.txtDateStart.TabIndex = 3; // // 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(207, 18); this.lblTimes.Name = "lblTimes"; this.lblTimes.Size = new System.Drawing.Size(53, 12); this.lblTimes.TabIndex = 2; this.lblTimes.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 = 6; this.btnAdaptive.Text = "自适应列宽"; this.btnAdaptive.UseVisualStyleBackColor = false; this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click); // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型生产线明细ID"; this.GroutingLineDetailID.MinimumWidth = 8; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.ReadOnly = true; this.GroutingLineDetailID.Visible = false; this.GroutingLineDetailID.Width = 150; // // GroutingLineIDM // this.GroutingLineIDM.DataPropertyName = "GroutingLineID"; this.GroutingLineIDM.HeaderText = "成型生产线ID"; this.GroutingLineIDM.MinimumWidth = 8; this.GroutingLineIDM.Name = "GroutingLineIDM"; this.GroutingLineIDM.ReadOnly = true; this.GroutingLineIDM.Visible = false; this.GroutingLineIDM.Width = 150; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "模具编号"; this.GroutingMouldCode.MinimumWidth = 8; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; this.GroutingMouldCode.Width = 120; // // MouldCode // this.MouldCode.DataPropertyName = "MouldCode"; this.MouldCode.HeaderText = "MouldCode"; this.MouldCode.MinimumWidth = 8; this.MouldCode.Name = "MouldCode"; this.MouldCode.ReadOnly = true; this.MouldCode.Visible = false; this.MouldCode.Width = 150; // // MouldID // this.MouldID.HeaderText = "MouldID"; this.MouldID.MinimumWidth = 8; this.MouldID.Name = "MouldID"; this.MouldID.ReadOnly = true; this.MouldID.Visible = false; this.MouldID.Width = 150; // // MouldBarcode // this.MouldBarcode.DataPropertyName = "MouldBarcode"; this.MouldBarcode.HeaderText = "模具条码"; this.MouldBarcode.MinimumWidth = 8; this.MouldBarcode.Name = "MouldBarcode"; this.MouldBarcode.ReadOnly = true; this.MouldBarcode.Width = 150; // // GoodsID // this.GoodsID.DataPropertyName = "GoodsID"; this.GoodsID.HeaderText = "产品ID"; this.GoodsID.MinimumWidth = 8; this.GoodsID.Name = "GoodsID"; this.GoodsID.ReadOnly = true; this.GoodsID.Visible = false; this.GoodsID.Width = 150; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品编码"; this.GOODSCODE.MinimumWidth = 8; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; this.GOODSCODE.Width = 150; // // GOODSNAME // this.GOODSNAME.DataPropertyName = "GOODSNAME"; this.GOODSNAME.HeaderText = "产品名称"; this.GOODSNAME.MinimumWidth = 8; this.GOODSNAME.Name = "GOODSNAME"; this.GOODSNAME.ReadOnly = true; this.GOODSNAME.Visible = false; this.GOODSNAME.Width = 150; // // GoodsSpecification // this.GoodsSpecification.DataPropertyName = "GoodsSpecification"; this.GoodsSpecification.HeaderText = "产品规格"; this.GoodsSpecification.MinimumWidth = 8; this.GoodsSpecification.Name = "GoodsSpecification"; this.GoodsSpecification.ReadOnly = true; this.GoodsSpecification.Width = 150; // // StandardGroutingCount // this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle3; this.StandardGroutingCount.HeaderText = "标准注浆次数"; this.StandardGroutingCount.MinimumWidth = 8; this.StandardGroutingCount.Name = "StandardGroutingCount"; this.StandardGroutingCount.ReadOnly = true; this.StandardGroutingCount.Width = 150; // // 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.MinimumWidth = 8; 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.ReadOnly = true; this.GroutingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.GroutingCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.GroutingCount.Width = 150; // // GMouldStatusM // this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME"; this.GMouldStatusM.HeaderText = "模具状态"; this.GMouldStatusM.MinimumWidth = 8; this.GMouldStatusM.Name = "GMouldStatusM"; this.GMouldStatusM.ReadOnly = true; this.GMouldStatusM.Width = 120; // // RreasonRemarks // this.RreasonRemarks.DataPropertyName = "RreasonRemarks"; this.RreasonRemarks.HeaderText = "备注"; this.RreasonRemarks.MinimumWidth = 8; this.RreasonRemarks.Name = "RreasonRemarks"; this.RreasonRemarks.ReadOnly = true; this.RreasonRemarks.Width = 150; // // BeginUsedDateM // this.BeginUsedDateM.DataPropertyName = "BeginUsedDate"; dataGridViewCellStyle5.Format = "yyyy-MM-dd"; dataGridViewCellStyle5.NullValue = null; this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle5; this.BeginUsedDateM.HeaderText = "开始使用日期"; this.BeginUsedDateM.MinimumWidth = 8; 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.MinimumWidth = 8; this.EndUsedDate.Name = "EndUsedDate"; this.EndUsedDate.ReadOnly = true; this.EndUsedDate.Visible = false; this.EndUsedDate.Width = 150; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatus"; this.GMouldStatus.HeaderText = "GMouldStatus"; this.GMouldStatus.MinimumWidth = 8; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; this.GMouldStatus.Visible = false; this.GMouldStatus.Width = 150; // // Trademark // this.Trademark.DataPropertyName = "LOGOID"; this.Trademark.HeaderText = "商标"; this.Trademark.MinimumWidth = 8; this.Trademark.Name = "Trademark"; this.Trademark.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Trademark.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Trademark.Width = 150; // // F_PC_0101_1_8 // 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(912, 465); this.Controls.Add(this.btnAdaptive); this.Controls.Add(this.txtGroutingLineCode); this.Controls.Add(this.c_Label1); this.Controls.Add(this.txtDateStart); this.Controls.Add(this.lblTimes); this.Controls.Add(this.btnCancel); this.Controls.Add(this.dgvGroutingLineDetail); this.Controls.Add(this.btnSave); this.IsSaveFormSize = false; this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "F_PC_0101_1_8"; 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_8_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.dgvGroutingLineDetail, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.lblTimes, 0); this.Controls.SetChildIndex(this.txtDateStart, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtGroutingLineCode, 0); this.Controls.SetChildIndex(this.btnAdaptive, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_TextBox txtGroutingLineCode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_DateTimePicker txtDateStart; private Basics.BaseControls.C_Label lblTimes; private Basics.BaseControls.C_Button btnAdaptive; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn MouldID; private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode; 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 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.DataGridViewComboBoxColumn Trademark; } }