namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_0502
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0502));
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.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
this.tsbtnDelete = 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.cmbKilnCarPosition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnCarPosition = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KilnCarID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tsrOperate.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// tsrOperate
//
this.tsrOperate.AutoSize = false;
this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
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.tsbtnDelete,
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(927, 35);
this.tsrOperate.TabIndex = 26;
this.tsrOperate.Text = "toolStrip1";
//
// tsbtnDelete
//
this.tsbtnDelete.AutoSize = false;
this.tsbtnDelete.Enabled = false;
this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDelete.Name = "tsbtnDelete";
this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
this.tsbtnDelete.Text = "删除(&D)";
this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_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);
//
// cmbKilnCarPosition
//
this.cmbKilnCarPosition.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbKilnCarPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbKilnCarPosition.FormattingEnabled = true;
this.cmbKilnCarPosition.Location = new System.Drawing.Point(586, 20);
this.cmbKilnCarPosition.Name = "cmbKilnCarPosition";
this.cmbKilnCarPosition.Size = new System.Drawing.Size(121, 20);
this.cmbKilnCarPosition.TabIndex = 28;
//
// lblUserID
//
this.lblUserID.AutoSize = true;
this.lblUserID.BackColor = System.Drawing.Color.Transparent;
this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblUserID.IsMustInput = true;
this.lblUserID.Location = new System.Drawing.Point(169, 24);
this.lblUserID.Name = "lblUserID";
this.lblUserID.Size = new System.Drawing.Size(53, 12);
this.lblUserID.TabIndex = 23;
this.lblUserID.Text = "生产工号";
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label1.IsMustInput = true;
this.c_Label1.Location = new System.Drawing.Point(354, 24);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 24;
this.c_Label1.Text = "窑炉车号";
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label2.IsMustInput = true;
this.c_Label2.Location = new System.Drawing.Point(527, 24);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(53, 12);
this.c_Label2.TabIndex = 24;
this.c_Label2.Text = "窑车位置";
//
// lblBarcode
//
this.lblBarcode.AutoSize = true;
this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblBarcode.IsMustInput = true;
this.lblBarcode.Location = new System.Drawing.Point(713, 24);
this.lblBarcode.Name = "lblBarcode";
this.lblBarcode.Size = new System.Drawing.Size(53, 12);
this.lblBarcode.TabIndex = 24;
this.lblBarcode.Text = "产品条码";
//
// txtKilnCarCode
//
this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window;
this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtKilnCarCode.ErrorMessage = "";
this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKilnCarCode.Location = new System.Drawing.Point(413, 20);
this.txtKilnCarCode.MaxLength = 50;
this.txtKilnCarCode.Name = "txtKilnCarCode";
this.txtKilnCarCode.Size = new System.Drawing.Size(108, 21);
this.txtKilnCarCode.TabIndex = 1;
this.txtKilnCarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtKilnCarCode_Validating);
//
// txtUserCode
//
this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtUserCode.Enabled = false;
this.txtUserCode.ErrorMessage = "";
this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtUserCode.Location = new System.Drawing.Point(228, 20);
this.txtUserCode.MaxLength = 20;
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(120, 21);
this.txtUserCode.TabIndex = 0;
this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
//
// txtBarcode
//
this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarcode.ErrorMessage = "";
this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarcode.Location = new System.Drawing.Point(772, 20);
this.txtBarcode.MaxLength = 11;
this.txtBarcode.Name = "txtBarcode";
this.txtBarcode.Size = new System.Drawing.Size(120, 21);
this.txtBarcode.TabIndex = 2;
this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
//
// dgvProduction
//
this.dgvProduction.AllowUserToAddRows = false;
this.dgvProduction.AllowUserToDeleteRows = false;
this.dgvProduction.AllowUserToModifyRows = true;
this.dgvProduction.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvProduction.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.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvProduction.CellHeight = 23;
this.dgvProduction.ChildNodeColumnName = null;
this.dgvProduction.ChildNodeColumnText = null;
this.dgvProduction.ColumnDeep = 1;
this.dgvProduction.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.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BarCode,
this.KilnCode,
this.KilnCarCode,
this.KilnCarPosition,
this.GoodsID,
this.Status,
this.GoodsCode,
this.GoodsName,
this.UserID,
this.UserCode,
this.UserName,
this.KilnID,
this.KilnCarName,
this.KilnName,
this.KilnCarID,
this.MouldCode,
this.GroutingDate,
this.GroutingUserCode,
this.IsPublicBody,
this.GroutingNum,
this.LogoCodeName});
this.dgvProduction.ColumnTreeView = null;
this.dgvProduction.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)));
this.dgvProduction.DynamicColumnName = "";
this.dgvProduction.EnableHeadersVisualStyles = false;
this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvProduction.FormatQuantityColumns = null;
this.dgvProduction.HorizontalMergeColumn = null;
this.dgvProduction.IsAutoCountSum = false;
this.dgvProduction.IsAutoResizeColumns = false;
this.dgvProduction.IsClickF12 = false;
this.dgvProduction.IsOpenMergeCellFlag = false;
this.dgvProduction.IsSubTotalFlag = false;
this.dgvProduction.IsTopDeep = false;
this.dgvProduction.Location = new System.Drawing.Point(12, 95);
this.dgvProduction.MergeColumnNames = null;
this.dgvProduction.MergeDetailColumnNames = null;
this.dgvProduction.MergeDetailOnlyColumn = null;
this.dgvProduction.MergeOnlyColumn = null;
this.dgvProduction.MultiSelect = false;
this.dgvProduction.Name = "dgvProduction";
this.dgvProduction.RefreshAtHscroll = false;
this.dgvProduction.RowHeadersWidth = 50;
this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
this.dgvProduction.RowTemplate.Height = 21;
this.dgvProduction.Size = new System.Drawing.Size(903, 322);
this.dgvProduction.SortOrderColumnName = null;
this.dgvProduction.TabIndex = 28;
this.dgvProduction.Tag = true;
this.dgvProduction.TotalSumColumns = null;
this.dgvProduction.ViewRowFilter = "";
//
// 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.CausesValidation = false;
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(830, 420);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 30;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(739, 420);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 29;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Visible = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.txtKiln);
this.groupBox1.Controls.Add(this.lblKiln);
this.groupBox1.Controls.Add(this.cmbKilnCarPosition);
this.groupBox1.Controls.Add(this.lblUserID);
this.groupBox1.Controls.Add(this.txtBarcode);
this.groupBox1.Controls.Add(this.c_Label1);
this.groupBox1.Controls.Add(this.txtUserCode);
this.groupBox1.Controls.Add(this.c_Label2);
this.groupBox1.Controls.Add(this.txtKilnCarCode);
this.groupBox1.Controls.Add(this.lblBarcode);
this.groupBox1.Location = new System.Drawing.Point(12, 38);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(903, 51);
this.groupBox1.TabIndex = 33;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "基础数据";
//
// txtKiln
//
this.txtKiln.BackColor = System.Drawing.SystemColors.Window;
this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtKiln.ErrorMessage = "";
this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtKiln.Location = new System.Drawing.Point(65, 20);
this.txtKiln.MaxLength = 20;
this.txtKiln.Name = "txtKiln";
this.txtKiln.Size = new System.Drawing.Size(91, 21);
this.txtKiln.TabIndex = 29;
this.txtKiln.TextValue = "";
this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
this.txtKiln.Validating += new System.ComponentModel.CancelEventHandler(this.txtKiln_Validating);
//
// lblKiln
//
this.lblKiln.AutoSize = true;
this.lblKiln.BackColor = System.Drawing.Color.Transparent;
this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblKiln.IsMustInput = true;
this.lblKiln.Location = new System.Drawing.Point(6, 24);
this.lblKiln.Name = "lblKiln";
this.lblKiln.Size = new System.Drawing.Size(53, 12);
this.lblKiln.TabIndex = 30;
this.lblKiln.Text = "窑炉编码";
//
// BarCode
//
this.BarCode.DataPropertyName = "BarCode";
this.BarCode.HeaderText = "产品条码";
this.BarCode.Name = "BarCode";
this.BarCode.ReadOnly = true;
//
// KilnCode
//
this.KilnCode.DataPropertyName = "KilnCode";
this.KilnCode.HeaderText = "窑炉编码";
this.KilnCode.Name = "KilnCode";
this.KilnCode.ReadOnly = true;
//
// KilnCarCode
//
this.KilnCarCode.DataPropertyName = "KilnCarCode";
this.KilnCarCode.HeaderText = "窑车编码";
this.KilnCarCode.Name = "KilnCarCode";
this.KilnCarCode.ReadOnly = true;
//
// KilnCarPosition
//
this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
this.KilnCarPosition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
this.KilnCarPosition.HeaderText = "窑车位置";
this.KilnCarPosition.Name = "KilnCarPosition";
this.KilnCarPosition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.KilnCarPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// GoodsID
//
this.GoodsID.HeaderText = "GoodsID";
this.GoodsID.Name = "GoodsID";
this.GoodsID.ReadOnly = true;
this.GoodsID.Visible = false;
//
// Status
//
this.Status.DataPropertyName = "Status";
dataGridViewCellStyle3.NullValue = "本次登车";
this.Status.DefaultCellStyle = dataGridViewCellStyle3;
this.Status.HeaderText = "产品状态";
this.Status.Name = "Status";
this.Status.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;
//
// UserID
//
this.UserID.DataPropertyName = "UserID";
this.UserID.HeaderText = "UserID";
this.UserID.Name = "UserID";
this.UserID.ReadOnly = true;
this.UserID.Visible = false;
//
// UserCode
//
this.UserCode.DataPropertyName = "UserCode";
this.UserCode.HeaderText = "生产工号";
this.UserCode.Name = "UserCode";
this.UserCode.ReadOnly = true;
//
// UserName
//
this.UserName.DataPropertyName = "UserName";
this.UserName.HeaderText = "UserName";
this.UserName.Name = "UserName";
this.UserName.ReadOnly = true;
this.UserName.Visible = false;
//
// KilnID
//
this.KilnID.DataPropertyName = "KilnID";
this.KilnID.HeaderText = "KilnID";
this.KilnID.Name = "KilnID";
this.KilnID.ReadOnly = true;
this.KilnID.Visible = false;
//
// KilnCarName
//
this.KilnCarName.DataPropertyName = "KilnCarName";
this.KilnCarName.HeaderText = "窑车名称";
this.KilnCarName.Name = "KilnCarName";
this.KilnCarName.ReadOnly = true;
this.KilnCarName.Visible = false;
//
// KilnName
//
this.KilnName.DataPropertyName = "KilnName";
this.KilnName.HeaderText = "窑炉名称";
this.KilnName.Name = "KilnName";
this.KilnName.ReadOnly = true;
this.KilnName.Visible = false;
//
// KilnCarID
//
this.KilnCarID.DataPropertyName = "KilnCarID";
this.KilnCarID.HeaderText = "KilnCarID";
this.KilnCarID.Name = "KilnCarID";
this.KilnCarID.ReadOnly = true;
this.KilnCarID.Visible = false;
//
// MouldCode
//
this.MouldCode.DataPropertyName = "MouldCode";
this.MouldCode.HeaderText = "模具编号";
this.MouldCode.Name = "MouldCode";
this.MouldCode.ReadOnly = true;
//
// GroutingDate
//
this.GroutingDate.DataPropertyName = "GroutingDate";
dataGridViewCellStyle4.Format = "yyyy-MM-dd";
dataGridViewCellStyle4.NullValue = null;
this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
this.GroutingDate.HeaderText = "注浆日期";
this.GroutingDate.Name = "GroutingDate";
this.GroutingDate.ReadOnly = true;
//
// GroutingUserCode
//
this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
this.GroutingUserCode.HeaderText = "成型工号";
this.GroutingUserCode.Name = "GroutingUserCode";
this.GroutingUserCode.ReadOnly = true;
//
// IsPublicBody
//
this.IsPublicBody.DataPropertyName = "IsPublicBody";
this.IsPublicBody.FalseValue = "0";
this.IsPublicBody.HeaderText = "公坯标识";
this.IsPublicBody.Name = "IsPublicBody";
this.IsPublicBody.ReadOnly = true;
this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.IsPublicBody.TrueValue = "1";
//
// GroutingNum
//
this.GroutingNum.DataPropertyName = "GroutingNum";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
this.GroutingNum.HeaderText = "注浆次数";
this.GroutingNum.Name = "GroutingNum";
this.GroutingNum.ReadOnly = true;
//
// LogoCodeName
//
this.LogoCodeName.DataPropertyName = "LogoCodeName";
this.LogoCodeName.HeaderText = "商标";
this.LogoCodeName.Name = "LogoCodeName";
this.LogoCodeName.ReadOnly = true;
//
// F_PM_0502
//
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(927, 473);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.dgvProduction);
this.Controls.Add(this.tsrOperate);
this.IsSaveFormSize = false;
this.Name = "F_PM_0502";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "F_PM_0502";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0502_FormClosing);
this.Load += new System.EventHandler(this.F_PM_0502_Load);
this.Controls.SetChildIndex(this.tsrOperate, 0);
this.Controls.SetChildIndex(this.dgvProduction, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.tsrOperate.ResumeLayout(false);
this.tsrOperate.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_ToolStrip tsrOperate;
private System.Windows.Forms.ToolStripButton tsbtnDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
private System.Windows.Forms.ToolStripButton tsbtnClose;
private Basics.BaseControls.C_Label lblUserID;
private Basics.BaseControls.C_Label lblBarcode;
private Basics.BaseControls.C_TextBox txtUserCode;
private Basics.BaseControls.C_TextBox txtBarcode;
private Basics.BaseControls.C_DataGridView dgvProduction;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_TextBox txtKilnCarCode;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_ComboBox cmbKilnCarPosition;
private System.Windows.Forms.GroupBox groupBox1;
private Basics.BaseControls.C_TextBox txtKiln;
private Basics.BaseControls.C_Label lblKiln;
private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
private System.Windows.Forms.DataGridViewComboBoxColumn KilnCarPosition;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
private System.Windows.Forms.DataGridViewTextBoxColumn Status;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
}
}