namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_0108
{
///
/// 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_0108));
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.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.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineName = 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.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserID = 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.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.gbxInfo = new System.Windows.Forms.GroupBox();
this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.txtGroutingBatchno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
this.lblGroutingBatchno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.btnClearBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.txtBarCodeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
this.btnBindBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblBarCodeStart = 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(987, 557);
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.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(896, 557);
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;
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.GroutingLineCode,
this.GroutingLineName,
this.GroutingUserCode,
this.GoodsCode,
this.GoodsName,
this.GroutingMouldCode,
this.GMouldStatus,
this.BarCode,
this.Remarks,
this.GroutingLineId,
this.GroutingLineDetailID,
this.UserID});
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.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(12, 122);
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;
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(1060, 429);
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.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDetail_CurrentCellDirtyStateChanged);
this.dgvDetail.Sorted += new System.EventHandler(this.dgvDetail_Sorted);
//
// 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;
//
// GroutingUserCode
//
this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
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;
//
// BarCode
//
this.BarCode.DataPropertyName = "BarCode";
this.BarCode.HeaderText = "绑定条码";
this.BarCode.MaxInputLength = 11;
this.BarCode.Name = "BarCode";
//
// Remarks
//
this.Remarks.DataPropertyName = "Remarks";
this.Remarks.HeaderText = "备注";
this.Remarks.Name = "Remarks";
//
// GroutingLineId
//
this.GroutingLineId.DataPropertyName = "GroutingLineId";
this.GroutingLineId.HeaderText = "成型线ID";
this.GroutingLineId.Name = "GroutingLineId";
this.GroutingLineId.ReadOnly = true;
this.GroutingLineId.Visible = false;
//
// GroutingLineDetailID
//
this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
this.GroutingLineDetailID.HeaderText = "成型线明细ID";
this.GroutingLineDetailID.Name = "GroutingLineDetailID";
this.GroutingLineDetailID.ReadOnly = true;
this.GroutingLineDetailID.Visible = false;
//
// UserID
//
this.UserID.DataPropertyName = "UserID";
this.UserID.HeaderText = "成型工号ID";
this.UserID.Name = "UserID";
this.UserID.ReadOnly = true;
this.UserID.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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGroutingDate.IsMustInput = true;
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.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(1084, 35);
this.tsrOperate.TabIndex = 0;
//
// 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.lblGroutingLine);
this.gbxInfo.Controls.Add(this.scbGroutingLine);
this.gbxInfo.Controls.Add(this.dtpGroutingDate);
this.gbxInfo.Controls.Add(this.txtGroutingBatchno);
this.gbxInfo.Controls.Add(this.lblGroutingBatchno);
this.gbxInfo.Controls.Add(this.btnClearBarCode);
this.gbxInfo.Controls.Add(this.txtBarCodeStart);
this.gbxInfo.Controls.Add(this.btnBindBarCode);
this.gbxInfo.Controls.Add(this.lblBarCodeStart);
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(1060, 78);
this.gbxInfo.TabIndex = 1;
this.gbxInfo.TabStop = false;
this.gbxInfo.Text = "注浆信息";
//
// lblGroutingLine
//
this.lblGroutingLine.AutoSize = true;
this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingLine.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGroutingLine.IsMustInput = true;
this.lblGroutingLine.Location = new System.Drawing.Point(169, 23);
this.lblGroutingLine.Name = "lblGroutingLine";
this.lblGroutingLine.Size = new System.Drawing.Size(65, 12);
this.lblGroutingLine.TabIndex = 41;
this.lblGroutingLine.Text = "成型线编码";
//
// scbGroutingLine
//
this.scbGroutingLine.CheckedData = null;
this.scbGroutingLine.DisplayMember = "GroutingLineCode";
this.scbGroutingLine.GmouldStatus = "1";
this.scbGroutingLine.Location = new System.Drawing.Point(240, 19);
this.scbGroutingLine.MustInput = true;
this.scbGroutingLine.Name = "scbGroutingLine";
this.scbGroutingLine.Size = new System.Drawing.Size(164, 21);
this.scbGroutingLine.TabIndex = 40;
this.scbGroutingLine.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbGroutingLine_TextValueChanged);
//
// dtpGroutingDate
//
this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpGroutingDate.Location = new System.Drawing.Point(65, 17);
this.dtpGroutingDate.Name = "dtpGroutingDate";
this.dtpGroutingDate.Size = new System.Drawing.Size(98, 21);
this.dtpGroutingDate.TabIndex = 10;
//
// txtGroutingBatchno
//
this.txtGroutingBatchno.BackColor = System.Drawing.SystemColors.Window;
this.txtGroutingBatchno.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGroutingBatchno.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtGroutingBatchno.ErrorMessage = "";
this.txtGroutingBatchno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGroutingBatchno.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtGroutingBatchno.IsMustInput = true;
this.txtGroutingBatchno.Location = new System.Drawing.Point(65, 43);
this.txtGroutingBatchno.MaxLength = 11;
this.txtGroutingBatchno.Name = "txtGroutingBatchno";
this.txtGroutingBatchno.Size = new System.Drawing.Size(98, 21);
this.txtGroutingBatchno.TabIndex = 9;
this.txtGroutingBatchno.Text = "1";
this.txtGroutingBatchno.TextValue = "1";
//
// lblGroutingBatchno
//
this.lblGroutingBatchno.AutoSize = true;
this.lblGroutingBatchno.BackColor = System.Drawing.Color.Transparent;
this.lblGroutingBatchno.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGroutingBatchno.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGroutingBatchno.IsMustInput = true;
this.lblGroutingBatchno.Location = new System.Drawing.Point(6, 46);
this.lblGroutingBatchno.Name = "lblGroutingBatchno";
this.lblGroutingBatchno.Size = new System.Drawing.Size(53, 12);
this.lblGroutingBatchno.TabIndex = 8;
this.lblGroutingBatchno.Text = "注浆批次";
//
// btnClearBarCode
//
this.btnClearBarCode.BackColor = System.Drawing.Color.Transparent;
this.btnClearBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearBarCode.BackgroundImage")));
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(497, 38);
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);
//
// txtBarCodeStart
//
this.txtBarCodeStart.BackColor = System.Drawing.Color.Yellow;
this.txtBarCodeStart.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarCodeStart.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarCodeStart.ErrorMessage = "";
this.txtBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarCodeStart.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtBarCodeStart.IsMustInput = true;
this.txtBarCodeStart.Location = new System.Drawing.Point(240, 43);
this.txtBarCodeStart.MaxLength = 11;
this.txtBarCodeStart.Name = "txtBarCodeStart";
this.txtBarCodeStart.Size = new System.Drawing.Size(164, 21);
this.txtBarCodeStart.TabIndex = 5;
this.txtBarCodeStart.TextValue = "";
this.txtBarCodeStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCodeStart_KeyPress);
//
// btnBindBarCode
//
this.btnBindBarCode.BackColor = System.Drawing.Color.Transparent;
this.btnBindBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBindBarCode.BackgroundImage")));
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(410, 38);
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);
//
// lblBarCodeStart
//
this.lblBarCodeStart.AutoSize = true;
this.lblBarCodeStart.BackColor = System.Drawing.Color.Transparent;
this.lblBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBarCodeStart.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblBarCodeStart.Location = new System.Drawing.Point(181, 47);
this.lblBarCodeStart.Name = "lblBarCodeStart";
this.lblBarCodeStart.Size = new System.Drawing.Size(53, 12);
this.lblBarCodeStart.TabIndex = 4;
this.lblBarCodeStart.Text = "起始条码";
//
// F_PM_0108
//
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(1084, 612);
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_0108";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新建条码预设";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0108_FormClosing);
this.Load += new System.EventHandler(this.F_PM_0108_Load);
this.Shown += new System.EventHandler(this.F_PM_0108_Shown);
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.GroupBox gbxInfo;
private Basics.BaseControls.C_Button btnClearBarCode;
private Basics.BaseControls.C_TXT_BarCode txtBarCodeStart;
private Basics.BaseControls.C_Button btnBindBarCode;
private Basics.BaseControls.C_Label lblBarCodeStart;
private Basics.BaseControls.C_TXT_BarCode txtGroutingBatchno;
private Basics.BaseControls.C_Label lblGroutingBatchno;
private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
private Basics.BaseControls.C_Label lblGroutingLine;
private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
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.DataGridViewTextBoxColumn BarCode;
private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
}
}