namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_3602
{
///
/// 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_3602));
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();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
this.txtBarcodes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label10 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtremarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.txtMATERIALCODE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label9 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtFIRQUANTITY = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbFIRBASIS = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbFIRGOODSTYPE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbWORKSHOP = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRegisterNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.dtpACCOUNTDATE = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
this.dgvRegisterDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
this.ITEMSYTPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ITEMSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ITEMSINFO = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.citemsvalue = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.ITEMSREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DETAILID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.gbxCondition.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).BeginInit();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(720, 510);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 11;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// gbxCondition
//
this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
this.gbxCondition.Controls.Add(this.scbGoods);
this.gbxCondition.Controls.Add(this.txtBarcodes);
this.gbxCondition.Controls.Add(this.c_Label10);
this.gbxCondition.Controls.Add(this.txtremarks);
this.gbxCondition.Controls.Add(this.c_Label5);
this.gbxCondition.Controls.Add(this.txtGoodsCode);
this.gbxCondition.Controls.Add(this.txtMATERIALCODE);
this.gbxCondition.Controls.Add(this.c_Label9);
this.gbxCondition.Controls.Add(this.txtFIRQUANTITY);
this.gbxCondition.Controls.Add(this.c_Label8);
this.gbxCondition.Controls.Add(this.cmbFIRBASIS);
this.gbxCondition.Controls.Add(this.c_Label6);
this.gbxCondition.Controls.Add(this.cmbFIRGOODSTYPE);
this.gbxCondition.Controls.Add(this.c_Label3);
this.gbxCondition.Controls.Add(this.lblGoods);
this.gbxCondition.Controls.Add(this.cmbLogo);
this.gbxCondition.Controls.Add(this.c_Label2);
this.gbxCondition.Controls.Add(this.lblGoodsCode);
this.gbxCondition.Controls.Add(this.c_Label4);
this.gbxCondition.Controls.Add(this.cmbWORKSHOP);
this.gbxCondition.Controls.Add(this.c_Label7);
this.gbxCondition.Controls.Add(this.txtRegisterNo);
this.gbxCondition.Controls.Add(this.c_Label1);
this.gbxCondition.Controls.Add(this.dtpACCOUNTDATE);
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
this.gbxCondition.IsMustInput = false;
this.gbxCondition.Location = new System.Drawing.Point(0, 4);
this.gbxCondition.Name = "gbxCondition";
this.gbxCondition.OriginalHeight = -1;
this.gbxCondition.Size = new System.Drawing.Size(807, 146);
this.gbxCondition.TabIndex = 1;
this.gbxCondition.TabStop = false;
this.gbxCondition.Text = "首件登记单 ▼";
//
// scbGoods
//
this.scbGoods.CheckedData = null;
this.scbGoods.Location = new System.Drawing.Point(455, 20);
this.scbGoods.Name = "scbGoods";
this.scbGoods.Size = new System.Drawing.Size(134, 21);
this.scbGoods.TabIndex = 123;
this.scbGoods.SearchedItemChanged += new System.EventHandler(this.scbGoods_SearchedItemChanged_1);
//
// txtBarcodes
//
this.txtBarcodes.BackColor = System.Drawing.SystemColors.Control;
this.txtBarcodes.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarcodes.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarcodes.ErrorMessage = "";
this.txtBarcodes.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarcodes.Location = new System.Drawing.Point(71, 112);
this.txtBarcodes.MaxLength = 20;
this.txtBarcodes.Name = "txtBarcodes";
this.txtBarcodes.ReadOnly = true;
this.txtBarcodes.Size = new System.Drawing.Size(727, 21);
this.txtBarcodes.TabIndex = 121;
this.txtBarcodes.TextValue = "";
//
// c_Label10
//
this.c_Label10.AutoSize = true;
this.c_Label10.BackColor = System.Drawing.Color.Transparent;
this.c_Label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label10.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label10.Location = new System.Drawing.Point(12, 115);
this.c_Label10.Name = "c_Label10";
this.c_Label10.Size = new System.Drawing.Size(53, 12);
this.c_Label10.TabIndex = 122;
this.c_Label10.Text = "产品条码";
//
// txtremarks
//
this.txtremarks.BackColor = System.Drawing.SystemColors.Window;
this.txtremarks.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtremarks.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtremarks.ErrorMessage = "";
this.txtremarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtremarks.Location = new System.Drawing.Point(455, 81);
this.txtremarks.MaxLength = 20;
this.txtremarks.Name = "txtremarks";
this.txtremarks.Size = new System.Drawing.Size(343, 21);
this.txtremarks.TabIndex = 119;
this.txtremarks.TextValue = "";
//
// c_Label5
//
this.c_Label5.AutoSize = true;
this.c_Label5.BackColor = System.Drawing.Color.Transparent;
this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
this.c_Label5.Location = new System.Drawing.Point(396, 86);
this.c_Label5.Name = "c_Label5";
this.c_Label5.Size = new System.Drawing.Size(29, 12);
this.c_Label5.TabIndex = 120;
this.c_Label5.Text = "备注";
//
// txtGoodsCode
//
this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtGoodsCode.ErrorMessage = "";
this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtGoodsCode.IsMustInput = true;
this.txtGoodsCode.Location = new System.Drawing.Point(663, 19);
this.txtGoodsCode.MaxLength = 20;
this.txtGoodsCode.Name = "txtGoodsCode";
this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
this.txtGoodsCode.TabIndex = 118;
//
// txtMATERIALCODE
//
this.txtMATERIALCODE.BackColor = System.Drawing.Color.Yellow;
this.txtMATERIALCODE.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtMATERIALCODE.ErrorMessage = "";
this.txtMATERIALCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMATERIALCODE.IsMustInput = true;
this.txtMATERIALCODE.Location = new System.Drawing.Point(664, 47);
this.txtMATERIALCODE.MaxLength = 20;
this.txtMATERIALCODE.Name = "txtMATERIALCODE";
this.txtMATERIALCODE.Size = new System.Drawing.Size(134, 21);
this.txtMATERIALCODE.TabIndex = 116;
//
// c_Label9
//
this.c_Label9.AutoSize = true;
this.c_Label9.BackColor = System.Drawing.Color.Transparent;
this.c_Label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label9.IsMustInput = true;
this.c_Label9.Location = new System.Drawing.Point(605, 51);
this.c_Label9.Name = "c_Label9";
this.c_Label9.Size = new System.Drawing.Size(53, 12);
this.c_Label9.TabIndex = 117;
this.c_Label9.Text = "物料编码";
//
// txtFIRQUANTITY
//
this.txtFIRQUANTITY.BackColor = System.Drawing.Color.Yellow;
this.txtFIRQUANTITY.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtFIRQUANTITY.ErrorMessage = "";
this.txtFIRQUANTITY.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtFIRQUANTITY.IsMustInput = true;
this.txtFIRQUANTITY.Location = new System.Drawing.Point(70, 51);
this.txtFIRQUANTITY.MaxLength = 20;
this.txtFIRQUANTITY.Name = "txtFIRQUANTITY";
this.txtFIRQUANTITY.Size = new System.Drawing.Size(121, 21);
this.txtFIRQUANTITY.TabIndex = 114;
//
// c_Label8
//
this.c_Label8.AutoSize = true;
this.c_Label8.BackColor = System.Drawing.Color.Transparent;
this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label8.IsMustInput = true;
this.c_Label8.Location = new System.Drawing.Point(11, 55);
this.c_Label8.Name = "c_Label8";
this.c_Label8.Size = new System.Drawing.Size(53, 12);
this.c_Label8.TabIndex = 115;
this.c_Label8.Text = "检验数量";
//
// cmbFIRBASIS
//
this.cmbFIRBASIS.BackColor = System.Drawing.Color.Yellow;
this.cmbFIRBASIS.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbFIRBASIS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbFIRBASIS.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbFIRBASIS.FormattingEnabled = true;
this.cmbFIRBASIS.IsMustInput = true;
this.cmbFIRBASIS.Location = new System.Drawing.Point(260, 81);
this.cmbFIRBASIS.Name = "cmbFIRBASIS";
this.cmbFIRBASIS.Size = new System.Drawing.Size(122, 20);
this.cmbFIRBASIS.TabIndex = 112;
//
// c_Label6
//
this.c_Label6.AutoSize = true;
this.c_Label6.BackColor = System.Drawing.Color.Transparent;
this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label6.Location = new System.Drawing.Point(201, 84);
this.c_Label6.Name = "c_Label6";
this.c_Label6.Size = new System.Drawing.Size(53, 12);
this.c_Label6.TabIndex = 113;
this.c_Label6.Text = "检验依据";
//
// cmbFIRGOODSTYPE
//
this.cmbFIRGOODSTYPE.BackColor = System.Drawing.Color.Yellow;
this.cmbFIRGOODSTYPE.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbFIRGOODSTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbFIRGOODSTYPE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbFIRGOODSTYPE.FormattingEnabled = true;
this.cmbFIRGOODSTYPE.IsMustInput = true;
this.cmbFIRGOODSTYPE.Location = new System.Drawing.Point(71, 81);
this.cmbFIRGOODSTYPE.Name = "cmbFIRGOODSTYPE";
this.cmbFIRGOODSTYPE.Size = new System.Drawing.Size(119, 20);
this.cmbFIRGOODSTYPE.TabIndex = 110;
//
// c_Label3
//
this.c_Label3.AutoSize = true;
this.c_Label3.BackColor = System.Drawing.Color.Transparent;
this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label3.Location = new System.Drawing.Point(12, 85);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(53, 12);
this.c_Label3.TabIndex = 111;
this.c_Label3.Text = "产品类型";
//
// lblGoods
//
this.lblGoods.AutoSize = true;
this.lblGoods.BackColor = System.Drawing.Color.Transparent;
this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoods.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGoods.IsMustInput = true;
this.lblGoods.Location = new System.Drawing.Point(396, 23);
this.lblGoods.Name = "lblGoods";
this.lblGoods.Size = new System.Drawing.Size(53, 12);
this.lblGoods.TabIndex = 108;
this.lblGoods.Text = "产 品";
//
// cmbLogo
//
this.cmbLogo.BackColor = System.Drawing.Color.Yellow;
this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLogo.FormattingEnabled = true;
this.cmbLogo.IsMustInput = true;
this.cmbLogo.Location = new System.Drawing.Point(455, 47);
this.cmbLogo.Name = "cmbLogo";
this.cmbLogo.Size = new System.Drawing.Size(134, 20);
this.cmbLogo.TabIndex = 40;
this.cmbLogo.SelectedValueChanged += new System.EventHandler(this.cmbLogo_SelectedValueChanged);
//
// 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(396, 53);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(53, 12);
this.c_Label2.TabIndex = 39;
this.c_Label2.Text = "产品商标";
//
// lblGoodsCode
//
this.lblGoodsCode.AutoSize = true;
this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblGoodsCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGoodsCode.IsMustInput = true;
this.lblGoodsCode.Location = new System.Drawing.Point(604, 23);
this.lblGoodsCode.Name = "lblGoodsCode";
this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
this.lblGoodsCode.TabIndex = 104;
this.lblGoodsCode.Text = "产品编码";
//
// c_Label4
//
this.c_Label4.AutoSize = true;
this.c_Label4.BackColor = System.Drawing.Color.Transparent;
this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label4.Location = new System.Drawing.Point(201, 53);
this.c_Label4.Name = "c_Label4";
this.c_Label4.Size = new System.Drawing.Size(53, 12);
this.c_Label4.TabIndex = 103;
this.c_Label4.Text = "日 期";
//
// cmbWORKSHOP
//
this.cmbWORKSHOP.BackColor = System.Drawing.Color.Yellow;
this.cmbWORKSHOP.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbWORKSHOP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbWORKSHOP.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbWORKSHOP.FormattingEnabled = true;
this.cmbWORKSHOP.IsMustInput = true;
this.cmbWORKSHOP.Location = new System.Drawing.Point(260, 23);
this.cmbWORKSHOP.Name = "cmbWORKSHOP";
this.cmbWORKSHOP.Size = new System.Drawing.Size(121, 20);
this.cmbWORKSHOP.TabIndex = 100;
//
// c_Label7
//
this.c_Label7.AutoSize = true;
this.c_Label7.BackColor = System.Drawing.Color.Transparent;
this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.c_Label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label7.IsMustInput = true;
this.c_Label7.Location = new System.Drawing.Point(201, 28);
this.c_Label7.Name = "c_Label7";
this.c_Label7.Size = new System.Drawing.Size(53, 12);
this.c_Label7.TabIndex = 102;
this.c_Label7.Text = "车 间";
//
// txtRegisterNo
//
this.txtRegisterNo.BackColor = System.Drawing.SystemColors.Control;
this.txtRegisterNo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtRegisterNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtRegisterNo.ErrorMessage = "";
this.txtRegisterNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRegisterNo.IsMustInput = true;
this.txtRegisterNo.Location = new System.Drawing.Point(71, 23);
this.txtRegisterNo.MaxLength = 20;
this.txtRegisterNo.Name = "txtRegisterNo";
this.txtRegisterNo.ReadOnly = true;
this.txtRegisterNo.Size = new System.Drawing.Size(119, 21);
this.txtRegisterNo.TabIndex = 98;
this.txtRegisterNo.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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.c_Label1.IsMustInput = true;
this.c_Label1.Location = new System.Drawing.Point(12, 28);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(53, 12);
this.c_Label1.TabIndex = 101;
this.c_Label1.Text = "登记单号";
//
// dtpACCOUNTDATE
//
this.dtpACCOUNTDATE.CustomFormat = "yyyy-MM-dd";
this.dtpACCOUNTDATE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dtpACCOUNTDATE.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpACCOUNTDATE.Location = new System.Drawing.Point(260, 49);
this.dtpACCOUNTDATE.Name = "dtpACCOUNTDATE";
this.dtpACCOUNTDATE.Size = new System.Drawing.Size(122, 21);
this.dtpACCOUNTDATE.TabIndex = 99;
//
// dgvRegisterDetail
//
this.dgvRegisterDetail.AllowUserToAddRows = false;
this.dgvRegisterDetail.AllowUserToDeleteRows = false;
this.dgvRegisterDetail.AllowUserToModifyRows = true;
this.dgvRegisterDetail.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.dgvRegisterDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvRegisterDetail.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.dgvRegisterDetail.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvRegisterDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.dgvRegisterDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
this.dgvRegisterDetail.CellHeight = 23;
this.dgvRegisterDetail.ChildNodeColumnName = null;
this.dgvRegisterDetail.ChildNodeColumnText = null;
this.dgvRegisterDetail.ColumnDeep = 1;
this.dgvRegisterDetail.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.dgvRegisterDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvRegisterDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvRegisterDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ITEMSYTPE,
this.ITEMSNAME,
this.ITEMSINFO,
this.citemsvalue,
this.ITEMSREMARKS,
this.DETAILID});
this.dgvRegisterDetail.ColumnTreeView = null;
this.dgvRegisterDetail.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.dgvRegisterDetail.DynamicColumnName = "";
this.dgvRegisterDetail.EnableHeadersVisualStyles = false;
this.dgvRegisterDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dgvRegisterDetail.FormatQuantityColumns = null;
this.dgvRegisterDetail.HasNode = false;
this.dgvRegisterDetail.HorizontalMergeColumn = null;
this.dgvRegisterDetail.IsAutoCountSum = true;
this.dgvRegisterDetail.IsAutoResizeColumns = false;
this.dgvRegisterDetail.IsClickF12 = false;
this.dgvRegisterDetail.IsOpenMergeCellFlag = false;
this.dgvRegisterDetail.IsSubTotalFlag = false;
this.dgvRegisterDetail.IsTopDeep = false;
this.dgvRegisterDetail.Location = new System.Drawing.Point(0, 156);
this.dgvRegisterDetail.MergeColumnNames = null;
this.dgvRegisterDetail.MergeDetailColumnNames = null;
this.dgvRegisterDetail.MergeDetailOnlyColumn = null;
this.dgvRegisterDetail.MergeOnlyColumn = null;
this.dgvRegisterDetail.MultiSelect = false;
this.dgvRegisterDetail.Name = "dgvRegisterDetail";
this.dgvRegisterDetail.RefreshAtHscroll = false;
this.dgvRegisterDetail.RowHeadersWidth = 50;
this.dgvRegisterDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.dgvRegisterDetail.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dgvRegisterDetail.RowTemplate.Height = 21;
this.dgvRegisterDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvRegisterDetail.Size = new System.Drawing.Size(807, 348);
this.dgvRegisterDetail.SortOrderColumnName = null;
this.dgvRegisterDetail.TabIndex = 38;
this.dgvRegisterDetail.Tag = true;
this.dgvRegisterDetail.TotalSumColumns = null;
this.dgvRegisterDetail.ViewRowFilter = "";
this.dgvRegisterDetail.VirtualNodes = false;
//
// ITEMSYTPE
//
this.ITEMSYTPE.DataPropertyName = "ITEMSYTPE";
this.ITEMSYTPE.HeaderText = "检验类型";
this.ITEMSYTPE.Name = "ITEMSYTPE";
this.ITEMSYTPE.Width = 77;
//
// ITEMSNAME
//
this.ITEMSNAME.DataPropertyName = "ITEMSNAME";
this.ITEMSNAME.HeaderText = "检验项目";
this.ITEMSNAME.Name = "ITEMSNAME";
this.ITEMSNAME.Width = 77;
//
// ITEMSINFO
//
this.ITEMSINFO.DataPropertyName = "ITEMSINFO";
this.ITEMSINFO.HeaderText = "检验要求";
this.ITEMSINFO.Name = "ITEMSINFO";
this.ITEMSINFO.Width = 77;
//
// citemsvalue
//
this.citemsvalue.DataPropertyName = "itemsValueID";
this.citemsvalue.HeaderText = "判定结果";
this.citemsvalue.Name = "citemsvalue";
this.citemsvalue.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.citemsvalue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.citemsvalue.Width = 77;
//
// ITEMSREMARKS
//
this.ITEMSREMARKS.DataPropertyName = "ITEMSREMARKS";
this.ITEMSREMARKS.HeaderText = "检验异常情况记录";
this.ITEMSREMARKS.Name = "ITEMSREMARKS";
this.ITEMSREMARKS.Width = 125;
//
// DETAILID
//
this.DETAILID.DataPropertyName = "DETAILID";
this.DETAILID.HeaderText = "DETAILID";
this.DETAILID.Name = "DETAILID";
this.DETAILID.Visible = false;
this.DETAILID.Width = 77;
//
// F_PM_3602
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(810, 545);
this.Controls.Add(this.dgvRegisterDetail);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.gbxCondition);
this.Name = "F_PM_3602";
this.RightToLeftLayout = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "首件登记单";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3602_FormClosed);
this.Load += new System.EventHandler(this.F_PM_3602_Load);
this.gbxCondition.ResumeLayout(false);
this.gbxCondition.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvRegisterDetail)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_GroupBox gbxCondition;
private Basics.BaseControls.C_Label lblGoodsCode;
private Basics.BaseControls.C_Label c_Label4;
private Basics.BaseControls.C_ComboBox cmbWORKSHOP;
private Basics.BaseControls.C_Label c_Label7;
private Basics.BaseControls.C_TextBox txtRegisterNo;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_DateTimePicker dtpACCOUNTDATE;
private Basics.BaseControls.C_ComboBox cmbLogo;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_Label lblGoods;
private Basics.BaseControls.C_ComboBox cmbFIRBASIS;
private Basics.BaseControls.C_Label c_Label6;
private Basics.BaseControls.C_ComboBox cmbFIRGOODSTYPE;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_TextBox txtFIRQUANTITY;
private Basics.BaseControls.C_Label c_Label8;
private Basics.BaseControls.C_TextBox txtMATERIALCODE;
private Basics.BaseControls.C_Label c_Label9;
private Basics.BaseControls.C_DataGridView dgvRegisterDetail;
private Basics.BaseControls.C_TextBox txtGoodsCode;
private Basics.BaseControls.C_TextBox txtremarks;
private Basics.BaseControls.C_Label c_Label5;
private Basics.BaseControls.C_TextBox txtBarcodes;
private Basics.BaseControls.C_Label c_Label10;
private Controls.SearchBox.ScbGoods scbGoods;
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSYTPE;
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSINFO;
private System.Windows.Forms.DataGridViewComboBoxColumn citemsvalue;
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMSREMARKS;
private System.Windows.Forms.DataGridViewTextBoxColumn DETAILID;
}
}