namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_PC_0101_1_2
{
///
/// 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_2));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = 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.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.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
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.rabMouldStatus3 = new System.Windows.Forms.RadioButton();
this.rabMouldStatus1 = new System.Windows.Forms.RadioButton();
this.rabMouldStatus4 = new System.Windows.Forms.RadioButton();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.pnlMouldStatus = new System.Windows.Forms.Panel();
this.pnlScrap = new System.Windows.Forms.Panel();
this.txtScrapResponsibility = new Dongke.WinForm.Controls.TxtTextBox();
this.ftcScrapReason = new Dongke.WinForm.Controls.FtcFilterComboBox();
this.lblScrapReason = new Dongke.WinForm.Controls.LblLabel();
this.lblScrapResponsibility = new Dongke.WinForm.Controls.LblLabel();
this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
this.pnlMouldStatus.SuspendLayout();
this.pnlScrap.SuspendLayout();
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;
dataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle22;
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;
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle23.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle23.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle23.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle23;
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.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)));
dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle27.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle27.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle27.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle27.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle27.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle27;
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;
dataGridViewCellStyle28.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle28;
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;
//
// 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;
//
// MouldCode
//
this.MouldCode.DataPropertyName = "MouldCode";
this.MouldCode.HeaderText = "MouldCode";
this.MouldCode.Name = "MouldCode";
this.MouldCode.ReadOnly = true;
this.MouldCode.Visible = false;
//
// MouldID
//
this.MouldID.HeaderText = "MouldID";
this.MouldID.Name = "MouldID";
this.MouldID.ReadOnly = true;
this.MouldID.Visible = false;
//
// MouldBarcode
//
this.MouldBarcode.DataPropertyName = "MouldBarcode";
this.MouldBarcode.HeaderText = "模具条码";
this.MouldBarcode.Name = "MouldBarcode";
this.MouldBarcode.ReadOnly = true;
//
// GoodsID
//
this.GoodsID.DataPropertyName = "GoodsID";
this.GoodsID.HeaderText = "产品ID";
this.GoodsID.Name = "GoodsID";
this.GoodsID.ReadOnly = true;
this.GoodsID.Visible = false;
//
// GOODSCODE
//
this.GOODSCODE.DataPropertyName = "GOODSCODE";
this.GOODSCODE.HeaderText = "产品编码";
this.GOODSCODE.Name = "GOODSCODE";
this.GOODSCODE.ReadOnly = true;
//
// GOODSNAME
//
this.GOODSNAME.DataPropertyName = "GOODSNAME";
this.GOODSNAME.HeaderText = "产品名称";
this.GOODSNAME.Name = "GOODSNAME";
this.GOODSNAME.ReadOnly = true;
this.GOODSNAME.Visible = false;
//
// GoodsSpecification
//
this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
this.GoodsSpecification.HeaderText = "产品规格";
this.GoodsSpecification.Name = "GoodsSpecification";
this.GoodsSpecification.ReadOnly = true;
//
// StandardGroutingCount
//
this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle24;
this.StandardGroutingCount.HeaderText = "标准注浆次数";
this.StandardGroutingCount.Name = "StandardGroutingCount";
this.StandardGroutingCount.ReadOnly = true;
//
// GroutingCount
//
this.GroutingCount.DataPropertyName = "GroutingCount";
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle25;
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.ReadOnly = true;
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";
this.RreasonRemarks.ReadOnly = true;
//
// BeginUsedDateM
//
this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
dataGridViewCellStyle26.Format = "yyyy-MM-dd";
dataGridViewCellStyle26.NullValue = null;
this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle26;
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(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);
//
// rabMouldStatus3
//
this.rabMouldStatus3.AutoSize = true;
this.rabMouldStatus3.Location = new System.Drawing.Point(3, 24);
this.rabMouldStatus3.Name = "rabMouldStatus3";
this.rabMouldStatus3.Size = new System.Drawing.Size(47, 16);
this.rabMouldStatus3.TabIndex = 1;
this.rabMouldStatus3.Text = "待产";
this.rabMouldStatus3.UseVisualStyleBackColor = true;
//
// rabMouldStatus1
//
this.rabMouldStatus1.AutoSize = true;
this.rabMouldStatus1.Checked = true;
this.rabMouldStatus1.Location = new System.Drawing.Point(56, 24);
this.rabMouldStatus1.Name = "rabMouldStatus1";
this.rabMouldStatus1.Size = new System.Drawing.Size(47, 16);
this.rabMouldStatus1.TabIndex = 2;
this.rabMouldStatus1.TabStop = true;
this.rabMouldStatus1.Text = "回库";
this.rabMouldStatus1.UseVisualStyleBackColor = true;
//
// rabMouldStatus4
//
this.rabMouldStatus4.AutoSize = true;
this.rabMouldStatus4.Location = new System.Drawing.Point(109, 24);
this.rabMouldStatus4.Name = "rabMouldStatus4";
this.rabMouldStatus4.Size = new System.Drawing.Size(47, 16);
this.rabMouldStatus4.TabIndex = 3;
this.rabMouldStatus4.Text = "报废";
this.rabMouldStatus4.UseVisualStyleBackColor = true;
this.rabMouldStatus4.CheckedChanged += new System.EventHandler(this.rabMouldStatus4_CheckedChanged);
//
// 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(3, 3);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(77, 12);
this.c_Label2.TabIndex = 0;
this.c_Label2.Text = "条码模具去向";
//
// pnlMouldStatus
//
this.pnlMouldStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlMouldStatus.Controls.Add(this.pnlScrap);
this.pnlMouldStatus.Controls.Add(this.c_Label2);
this.pnlMouldStatus.Controls.Add(this.rabMouldStatus4);
this.pnlMouldStatus.Controls.Add(this.rabMouldStatus3);
this.pnlMouldStatus.Controls.Add(this.rabMouldStatus1);
this.pnlMouldStatus.Location = new System.Drawing.Point(372, 0);
this.pnlMouldStatus.Name = "pnlMouldStatus";
this.pnlMouldStatus.Size = new System.Drawing.Size(529, 46);
this.pnlMouldStatus.TabIndex = 4;
this.pnlMouldStatus.Visible = false;
//
// pnlScrap
//
this.pnlScrap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlScrap.Controls.Add(this.txtScrapResponsibility);
this.pnlScrap.Controls.Add(this.ftcScrapReason);
this.pnlScrap.Controls.Add(this.lblScrapReason);
this.pnlScrap.Controls.Add(this.lblScrapResponsibility);
this.pnlScrap.Location = new System.Drawing.Point(162, 0);
this.pnlScrap.Name = "pnlScrap";
this.pnlScrap.Size = new System.Drawing.Size(367, 46);
this.pnlScrap.TabIndex = 4;
this.pnlScrap.Visible = false;
//
// txtScrapResponsibility
//
this.txtScrapResponsibility.Location = new System.Drawing.Point(129, 22);
this.txtScrapResponsibility.MaxLength = 100;
this.txtScrapResponsibility.Name = "txtScrapResponsibility";
this.txtScrapResponsibility.Size = new System.Drawing.Size(120, 21);
this.txtScrapResponsibility.TabIndex = 3;
//
// ftcScrapReason
//
this.ftcScrapReason.DisplayMember = "dictionaryvalue";
this.ftcScrapReason.FormattingEnabled = true;
this.ftcScrapReason.Location = new System.Drawing.Point(3, 22);
this.ftcScrapReason.Name = "ftcScrapReason";
this.ftcScrapReason.Size = new System.Drawing.Size(120, 20);
this.ftcScrapReason.TabIndex = 1;
this.ftcScrapReason.ValueMember = "dictionaryID";
//
// lblScrapReason
//
this.lblScrapReason.Location = new System.Drawing.Point(3, 7);
this.lblScrapReason.MustInput = true;
this.lblScrapReason.Name = "lblScrapReason";
this.lblScrapReason.Size = new System.Drawing.Size(53, 12);
this.lblScrapReason.TabIndex = 0;
this.lblScrapReason.Text = "报废原因";
//
// lblScrapResponsibility
//
this.lblScrapResponsibility.Location = new System.Drawing.Point(129, 7);
this.lblScrapResponsibility.Name = "lblScrapResponsibility";
this.lblScrapResponsibility.Size = new System.Drawing.Size(53, 12);
this.lblScrapResponsibility.TabIndex = 2;
this.lblScrapResponsibility.Text = "报废责任";
//
// btnDelete
//
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnDelete.BackColor = System.Drawing.Color.Transparent;
this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.Location = new System.Drawing.Point(103, 410);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(85, 30);
this.btnDelete.TabIndex = 7;
this.btnDelete.Text = "删除(&D)";
this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Visible = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// F_PC_0101_1_2
//
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.pnlMouldStatus);
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.btnDelete);
this.Controls.Add(this.btnSave);
this.IsSaveFormSize = false;
this.Name = "F_PC_0101_1_2";
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.btnSave, 0);
this.Controls.SetChildIndex(this.btnDelete, 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);
this.Controls.SetChildIndex(this.pnlMouldStatus, 0);
((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
this.pnlMouldStatus.ResumeLayout(false);
this.pnlMouldStatus.PerformLayout();
this.pnlScrap.ResumeLayout(false);
this.pnlScrap.PerformLayout();
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.RadioButton rabMouldStatus3;
private System.Windows.Forms.RadioButton rabMouldStatus1;
private System.Windows.Forms.RadioButton rabMouldStatus4;
private Basics.BaseControls.C_Label c_Label2;
private System.Windows.Forms.Panel pnlMouldStatus;
private System.Windows.Forms.Panel pnlScrap;
private WinForm.Controls.TxtTextBox txtScrapResponsibility;
private WinForm.Controls.FtcFilterComboBox ftcScrapReason;
private WinForm.Controls.LblLabel lblScrapReason;
private WinForm.Controls.LblLabel lblScrapResponsibility;
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.DataGridViewTextBoxColumn RecordRemarks;
private Basics.BaseControls.C_Button btnDelete;
}
}