namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2901 { /// /// 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_PM_2901)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.SReasonID = new System.Windows.Forms.DataGridViewComboBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colOBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.colOScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.DeliverFlag = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnGrouting = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.tsbtnClose = new System.Windows.Forms.ToolStripButton(); this.gbxInfo = new System.Windows.Forms.GroupBox(); this.cboSReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.lblSReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClearBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnBindBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.txtGrouting = new System.Windows.Forms.TextBox(); this.lblGroutingDateValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblGrouting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit(); this.tsrOperate.SuspendLayout(); this.gbxInfo.SuspendLayout(); this.SuspendLayout(); // // 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(789, 446); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 4; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.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.Enabled = false; 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(698, 446); 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); // // dgvDetail // this.dgvDetail.AllowUserToAddRows = false; this.dgvDetail.AllowUserToDeleteRows = false; this.dgvDetail.AllowUserToModifyRows = true; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; 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; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GroutingDailyID, this.GroutingDailyDetailID, this.GroutingLineId, this.GroutingLineDetailID, this.GroutingLineCode, this.GroutingLineName, this.UserID, this.GroutingUserCode, this.GoodsCode, this.GoodsName, this.GroutingMouldCode, this.GMouldStatus, this.GroutingFlag, this.GroutingBatchNo, this.NoGroutingRreason, this.BarCode, this.ScrapFlag, this.SReasonID, this.Remarks, this.colOBarCode, this.colOScrapFlag, this.DeliverFlag}); 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))); dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle9; this.dgvDetail.DynamicColumnName = ""; this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; this.dgvDetail.EnableHeadersVisualStyles = false; this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvDetail.FormatQuantityColumns = null; this.dgvDetail.HorizontalMergeColumn = null; this.dgvDetail.IsAutoCountSum = true; this.dgvDetail.IsAutoResizeColumns = false; this.dgvDetail.IsClickF12 = false; this.dgvDetail.IsOpenMergeCellFlag = false; this.dgvDetail.IsSubTotalFlag = false; this.dgvDetail.IsTopDeep = false; this.dgvDetail.Location = new System.Drawing.Point(15, 96); this.dgvDetail.MergeColumnNames = null; this.dgvDetail.MergeDetailColumnNames = null; this.dgvDetail.MergeDetailOnlyColumn = null; this.dgvDetail.MergeOnlyColumn = null; this.dgvDetail.MultiSelect = false; this.dgvDetail.Name = "dgvDetail"; this.dgvDetail.RefreshAtHscroll = false; this.dgvDetail.RowHeadersWidth = 50; this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvDetail.RowTemplate.Height = 21; this.dgvDetail.Size = new System.Drawing.Size(862, 344); this.dgvDetail.SortOrderColumnName = null; this.dgvDetail.TabIndex = 2; this.dgvDetail.Tag = true; this.dgvDetail.TotalSumColumns = null; this.dgvDetail.ViewRowFilter = ""; this.dgvDetail.VirtualMode = true; this.dgvDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellValueChanged); this.dgvDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDetail_CurrentCellDirtyStateChanged); this.dgvDetail.Sorted += new System.EventHandler(this.dgvDetail_Sorted); // // GroutingDailyID // this.GroutingDailyID.DataPropertyName = "GroutingDailyID"; this.GroutingDailyID.HeaderText = "注浆日报ID"; this.GroutingDailyID.Name = "GroutingDailyID"; this.GroutingDailyID.Visible = false; // // GroutingDailyDetailID // this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID"; this.GroutingDailyDetailID.Name = "GroutingDailyDetailID"; this.GroutingDailyDetailID.Visible = false; // // GroutingLineId // this.GroutingLineId.DataPropertyName = "GroutingLineId"; this.GroutingLineId.HeaderText = "成型线ID"; this.GroutingLineId.Name = "GroutingLineId"; this.GroutingLineId.Visible = false; // // GroutingLineDetailID // this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID"; this.GroutingLineDetailID.HeaderText = "成型线明细ID"; this.GroutingLineDetailID.Name = "GroutingLineDetailID"; this.GroutingLineDetailID.Visible = false; // // GroutingLineCode // this.GroutingLineCode.DataPropertyName = "GroutingLineCode"; this.GroutingLineCode.HeaderText = "成型线编码"; this.GroutingLineCode.Name = "GroutingLineCode"; this.GroutingLineCode.ReadOnly = true; // // GroutingLineName // this.GroutingLineName.DataPropertyName = "GroutingLineName"; this.GroutingLineName.HeaderText = "成型线名称"; this.GroutingLineName.Name = "GroutingLineName"; this.GroutingLineName.ReadOnly = true; // // UserID // this.UserID.DataPropertyName = "UserID"; this.UserID.HeaderText = "成型工号ID"; this.UserID.Name = "UserID"; this.UserID.Visible = false; // // GroutingUserCode // this.GroutingUserCode.DataPropertyName = "UserCode"; this.GroutingUserCode.HeaderText = "成型工号"; this.GroutingUserCode.Name = "GroutingUserCode"; this.GroutingUserCode.ReadOnly = true; // // 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; // // GroutingMouldCode // this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode"; this.GroutingMouldCode.HeaderText = "模具编号"; this.GroutingMouldCode.Name = "GroutingMouldCode"; this.GroutingMouldCode.ReadOnly = true; this.GroutingMouldCode.Width = 120; // // GMouldStatus // this.GMouldStatus.DataPropertyName = "GMouldStatusName"; this.GMouldStatus.HeaderText = "模具状态"; this.GMouldStatus.Name = "GMouldStatus"; this.GMouldStatus.ReadOnly = true; this.GMouldStatus.Width = 60; // // GroutingFlag // this.GroutingFlag.DataPropertyName = "GroutingFlag"; this.GroutingFlag.FalseValue = "0"; this.GroutingFlag.HeaderText = "注浆标识"; this.GroutingFlag.IndeterminateValue = "0"; this.GroutingFlag.Name = "GroutingFlag"; this.GroutingFlag.ReadOnly = true; this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.GroutingFlag.TrueValue = "1"; this.GroutingFlag.Width = 80; // // GroutingBatchNo // this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle8; this.GroutingBatchNo.HeaderText = "注浆批次"; this.GroutingBatchNo.Name = "GroutingBatchNo"; this.GroutingBatchNo.ReadOnly = true; // // NoGroutingRreason // this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason"; this.NoGroutingRreason.HeaderText = "未注浆原因"; this.NoGroutingRreason.Name = "NoGroutingRreason"; this.NoGroutingRreason.ReadOnly = true; this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // BarCode // this.BarCode.DataPropertyName = "BarCode"; this.BarCode.HeaderText = "产品条码"; this.BarCode.MaxInputLength = 11; this.BarCode.Name = "BarCode"; this.BarCode.ReadOnly = true; // // ScrapFlag // this.ScrapFlag.DataPropertyName = "ScrapFlag"; this.ScrapFlag.FalseValue = "0"; this.ScrapFlag.HeaderText = "损坯标识"; this.ScrapFlag.IndeterminateValue = "0"; this.ScrapFlag.Name = "ScrapFlag"; this.ScrapFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.ScrapFlag.TrueValue = "1"; // // SReasonID // this.SReasonID.DataPropertyName = "SReasonID"; this.SReasonID.HeaderText = "损坯原因"; this.SReasonID.Name = "SReasonID"; this.SReasonID.Resizable = System.Windows.Forms.DataGridViewTriState.True; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; // // colOBarCode // this.colOBarCode.DataPropertyName = "OBarCode"; this.colOBarCode.HeaderText = "原条码"; this.colOBarCode.Name = "colOBarCode"; this.colOBarCode.ReadOnly = true; this.colOBarCode.Visible = false; // // colOScrapFlag // this.colOScrapFlag.DataPropertyName = "OScrapFlag"; this.colOScrapFlag.HeaderText = "原损坯标识"; this.colOScrapFlag.Name = "colOScrapFlag"; this.colOScrapFlag.ReadOnly = true; this.colOScrapFlag.Visible = false; // // DeliverFlag // this.DeliverFlag.DataPropertyName = "DeliverFlag"; this.DeliverFlag.HeaderText = "DeliverFlag"; this.DeliverFlag.Name = "DeliverFlag"; this.DeliverFlag.ReadOnly = true; this.DeliverFlag.Visible = false; // // lblGroutingDate // this.lblGroutingDate.AutoSize = true; this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent; this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingDate.Location = new System.Drawing.Point(6, 23); this.lblGroutingDate.Name = "lblGroutingDate"; this.lblGroutingDate.Size = new System.Drawing.Size(53, 12); this.lblGroutingDate.TabIndex = 0; this.lblGroutingDate.Text = "注浆日期"; // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnGrouting, this.toolStripSeparator1, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(886, 35); this.tsrOperate.TabIndex = 0; // // tsbtnGrouting // this.tsbtnGrouting.AutoSize = false; this.tsbtnGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnGrouting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnGrouting.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnGrouting.Name = "tsbtnGrouting"; this.tsbtnGrouting.Size = new System.Drawing.Size(80, 25); this.tsbtnGrouting.Text = "注浆登记(&D)"; this.tsbtnGrouting.Click += new System.EventHandler(this.tsbtnGrouting_Click); // // toolStripSeparator1 // this.toolStripSeparator1.AutoSize = false; this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // gbxInfo // this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg; this.gbxInfo.Controls.Add(this.cboSReason); this.gbxInfo.Controls.Add(this.lblSReason); this.gbxInfo.Controls.Add(this.btnClearBarCode); this.gbxInfo.Controls.Add(this.btnBindBarCode); this.gbxInfo.Controls.Add(this.txtGrouting); this.gbxInfo.Controls.Add(this.lblGroutingDateValue); this.gbxInfo.Controls.Add(this.lblGrouting); this.gbxInfo.Controls.Add(this.lblGroutingDate); this.gbxInfo.Location = new System.Drawing.Point(12, 38); this.gbxInfo.Name = "gbxInfo"; this.gbxInfo.Size = new System.Drawing.Size(862, 52); this.gbxInfo.TabIndex = 1; this.gbxInfo.TabStop = false; this.gbxInfo.Text = "注浆信息"; // // cboSReason // this.cboSReason.BackColor = System.Drawing.SystemColors.Window; this.cboSReason.BackgroundColor = System.Drawing.SystemColors.Window; this.cboSReason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboSReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cboSReason.FormattingEnabled = true; this.cboSReason.Location = new System.Drawing.Point(502, 19); this.cboSReason.Name = "cboSReason"; this.cboSReason.Size = new System.Drawing.Size(145, 20); this.cboSReason.TabIndex = 9; // // lblSReason // this.lblSReason.AutoSize = true; this.lblSReason.BackColor = System.Drawing.Color.Transparent; this.lblSReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSReason.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSReason.Location = new System.Drawing.Point(443, 23); this.lblSReason.Name = "lblSReason"; this.lblSReason.Size = new System.Drawing.Size(53, 12); this.lblSReason.TabIndex = 8; this.lblSReason.Text = "报损原因"; // // btnClearBarCode // this.btnClearBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearBarCode.BackColor = System.Drawing.Color.Transparent; this.btnClearBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearBarCode.BackgroundImage"))); this.btnClearBarCode.Enabled = false; this.btnClearBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearBarCode.ForeColor = System.Drawing.Color.White; this.btnClearBarCode.Location = new System.Drawing.Point(771, 14); this.btnClearBarCode.Name = "btnClearBarCode"; this.btnClearBarCode.Size = new System.Drawing.Size(85, 30); this.btnClearBarCode.TabIndex = 7; this.btnClearBarCode.Text = "清空原因(&C)"; this.btnClearBarCode.UseVisualStyleBackColor = false; this.btnClearBarCode.Click += new System.EventHandler(this.btnClearBarCode_Click); // // btnBindBarCode // this.btnBindBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBindBarCode.BackColor = System.Drawing.Color.Transparent; this.btnBindBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBindBarCode.BackgroundImage"))); this.btnBindBarCode.Enabled = false; this.btnBindBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnBindBarCode.ForeColor = System.Drawing.Color.White; this.btnBindBarCode.Location = new System.Drawing.Point(680, 14); this.btnBindBarCode.Name = "btnBindBarCode"; this.btnBindBarCode.Size = new System.Drawing.Size(85, 30); this.btnBindBarCode.TabIndex = 6; this.btnBindBarCode.Text = "报损原因(&B)"; this.btnBindBarCode.UseVisualStyleBackColor = false; this.btnBindBarCode.Click += new System.EventHandler(this.btnBindBarCode_Click); // // txtGrouting // this.txtGrouting.Location = new System.Drawing.Point(220, 19); this.txtGrouting.Name = "txtGrouting"; this.txtGrouting.ReadOnly = true; this.txtGrouting.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtGrouting.Size = new System.Drawing.Size(217, 21); this.txtGrouting.TabIndex = 3; // // lblGroutingDateValue // this.lblGroutingDateValue.AutoSize = true; this.lblGroutingDateValue.BackColor = System.Drawing.Color.Transparent; this.lblGroutingDateValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGroutingDateValue.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGroutingDateValue.Location = new System.Drawing.Point(65, 23); this.lblGroutingDateValue.Name = "lblGroutingDateValue"; this.lblGroutingDateValue.Size = new System.Drawing.Size(65, 12); this.lblGroutingDateValue.TabIndex = 1; this.lblGroutingDateValue.Text = "YYYY-MM-DD"; // // lblGrouting // this.lblGrouting.AutoSize = true; this.lblGrouting.BackColor = System.Drawing.Color.Transparent; this.lblGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGrouting.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGrouting.Location = new System.Drawing.Point(149, 23); this.lblGrouting.Name = "lblGrouting"; this.lblGrouting.Size = new System.Drawing.Size(65, 12); this.lblGrouting.TabIndex = 2; this.lblGrouting.Text = "成型线信息"; // // F_PM_2901 // 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(886, 501); this.Controls.Add(this.gbxInfo); this.Controls.Add(this.tsrOperate); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnSave); this.Controls.Add(this.dgvDetail); this.IsSaveFormSize = false; this.Name = "F_PM_2901"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "开模报损"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.F_PM_2901_Load); this.Controls.SetChildIndex(this.dgvDetail, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.gbxInfo, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit(); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxInfo.ResumeLayout(false); this.gbxInfo.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblGroutingDate; private Basics.BaseControls.C_DataGridView dgvDetail; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private System.Windows.Forms.ToolStripButton tsbtnClose; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.GroupBox gbxInfo; private System.Windows.Forms.TextBox txtGrouting; private Basics.BaseControls.C_Label lblGroutingDateValue; private Basics.BaseControls.C_Label lblGrouting; private System.Windows.Forms.ToolStripButton tsbtnGrouting; private Basics.BaseControls.C_Button btnClearBarCode; private Basics.BaseControls.C_Button btnBindBarCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode; private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus; private System.Windows.Forms.DataGridViewCheckBoxColumn GroutingFlag; private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo; private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason; private System.Windows.Forms.DataGridViewTextBoxColumn BarCode; private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag; private System.Windows.Forms.DataGridViewComboBoxColumn SReasonID; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; private System.Windows.Forms.DataGridViewTextBoxColumn colOBarCode; private System.Windows.Forms.DataGridViewCheckBoxColumn colOScrapFlag; private System.Windows.Forms.DataGridViewTextBoxColumn DeliverFlag; private Basics.BaseControls.C_ComboBox cboSReason; private Basics.BaseControls.C_Label lblSReason; } }