| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0502
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0502));
- 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.odlgFile = new System.Windows.Forms.OpenFileDialog();
- this.ilPic = new System.Windows.Forms.ImageList(this.components);
- this.lvPic = new System.Windows.Forms.ListView();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblPhoto = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.cbCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.txtProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.dtpStartingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtMouldWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtMouldCost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
- this.chkScrapSumFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblMouldOutputCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.lblStandardGroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.txtMouldOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtStandardGroutingSum = new Dongke.WinForm.Controls.TxtNumerical();
- this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.txtSEATCOVERCODE = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtReservedDays = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
- this.txtUnitPrice = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtPlateLimitNum = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colmaterialremark = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colWaterLabelCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colValueflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.panel1 = new System.Windows.Forms.Panel();
- this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtSAPCode = new Dongke.WinForm.Controls.TxtCodeNo();
- this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSAPRemark = new Dongke.WinForm.Controls.TxtTextBox();
- this.txtSAPWaterLabelCode = new Dongke.WinForm.Controls.TxtTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
- this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
- this.txtCopies = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
- this.txtPackageNum = new Dongke.WinForm.Controls.TxtTextBox();
- this.txtMaterialRemark = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
- this.txtMaterialCode = new Dongke.WinForm.Controls.TxtCodeNo();
- this.txtOutletDistance = new Dongke.WinForm.Controls.TxtCodeNo();
- this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
- this.chkGLT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
- this.panel1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // odlgFile
- //
- this.odlgFile.FileName = "openFileDialog1";
- //
- // ilPic
- //
- this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
- this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
- //
- // lvPic
- //
- this.lvPic.HideSelection = false;
- this.lvPic.Location = new System.Drawing.Point(64, 214);
- this.lvPic.Name = "lvPic";
- this.lvPic.Size = new System.Drawing.Size(454, 99);
- this.lvPic.TabIndex = 41;
- this.lvPic.UseCompatibleStateImageBehavior = false;
- this.lvPic.DoubleClick += new System.EventHandler(this.lvPic_DoubleClick);
- //
- // 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(623, 354);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 5;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = false;
- 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(532, 354);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "保存(&S)";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // lblPhoto
- //
- this.lblPhoto.AutoSize = true;
- this.lblPhoto.BackColor = System.Drawing.Color.Transparent;
- this.lblPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblPhoto.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblPhoto.Location = new System.Drawing.Point(5, 214);
- this.lblPhoto.Name = "lblPhoto";
- this.lblPhoto.Size = new System.Drawing.Size(53, 12);
- this.lblPhoto.TabIndex = 40;
- this.lblPhoto.Text = "产品图片";
- //
- // txtRemarks
- //
- this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
- this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
- 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(64, 142);
- this.txtRemarks.MaxLength = 500;
- this.txtRemarks.Multiline = true;
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(454, 66);
- this.txtRemarks.TabIndex = 29;
- //
- // cbValueFlag
- //
- this.cbValueFlag.AutoSize = true;
- this.cbValueFlag.Checked = true;
- this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbValueFlag.Location = new System.Drawing.Point(68, 354);
- this.cbValueFlag.Name = "cbValueFlag";
- this.cbValueFlag.Size = new System.Drawing.Size(48, 16);
- this.cbValueFlag.TabIndex = 2;
- this.cbValueFlag.Text = "有效";
- this.cbValueFlag.UseVisualStyleBackColor = true;
- //
- // cbCeaseFlag
- //
- this.cbCeaseFlag.AutoSize = true;
- this.cbCeaseFlag.Checked = true;
- this.cbCeaseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.cbCeaseFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbCeaseFlag.Location = new System.Drawing.Point(14, 354);
- this.cbCeaseFlag.Name = "cbCeaseFlag";
- this.cbCeaseFlag.Size = new System.Drawing.Size(48, 16);
- this.cbCeaseFlag.TabIndex = 1;
- this.cbCeaseFlag.Text = "在产";
- this.cbCeaseFlag.UseVisualStyleBackColor = true;
- //
- // txtProductionCycle
- //
- this.txtProductionCycle.AllowNegative = false;
- this.txtProductionCycle.BackColor = System.Drawing.SystemColors.Window;
- this.txtProductionCycle.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtProductionCycle.ErrorMessage = "";
- this.txtProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtProductionCycle.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtProductionCycle.Location = new System.Drawing.Point(418, 7);
- this.txtProductionCycle.MaxLength = 10;
- this.txtProductionCycle.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtProductionCycle.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtProductionCycle.Name = "txtProductionCycle";
- this.txtProductionCycle.Size = new System.Drawing.Size(100, 21);
- this.txtProductionCycle.TabIndex = 5;
- this.txtProductionCycle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtProductionCycle.TextValue = "";
- //
- // txtGlazeWeight
- //
- this.txtGlazeWeight.AllowNegative = false;
- this.txtGlazeWeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtGlazeWeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGlazeWeight.ErrorMessage = "";
- this.txtGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGlazeWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGlazeWeight.Location = new System.Drawing.Point(418, 34);
- this.txtGlazeWeight.MaxLength = 10;
- this.txtGlazeWeight.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtGlazeWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtGlazeWeight.Name = "txtGlazeWeight";
- this.txtGlazeWeight.Number = new System.Drawing.Point(5, 2);
- this.txtGlazeWeight.Size = new System.Drawing.Size(100, 21);
- this.txtGlazeWeight.TabIndex = 11;
- this.txtGlazeWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtGlazeWeight.TextValue = "";
- //
- // txtMudWeight
- //
- this.txtMudWeight.AllowNegative = false;
- this.txtMudWeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtMudWeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMudWeight.ErrorMessage = "";
- this.txtMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMudWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtMudWeight.Location = new System.Drawing.Point(418, 88);
- this.txtMudWeight.MaxLength = 10;
- this.txtMudWeight.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtMudWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtMudWeight.Name = "txtMudWeight";
- this.txtMudWeight.Number = new System.Drawing.Point(5, 2);
- this.txtMudWeight.Size = new System.Drawing.Size(100, 21);
- this.txtMudWeight.TabIndex = 23;
- this.txtMudWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtMudWeight.TextValue = "";
- //
- // txtGoodsModel
- //
- this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsModel.ErrorMessage = "";
- this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsModel.Location = new System.Drawing.Point(229, 34);
- this.txtGoodsModel.MaxLength = 50;
- this.txtGoodsModel.Name = "txtGoodsModel";
- this.txtGoodsModel.Size = new System.Drawing.Size(100, 21);
- this.txtGoodsModel.TabIndex = 9;
- //
- // txtGoodsSpecification
- //
- this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsSpecification.ErrorMessage = "";
- this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsSpecification.Location = new System.Drawing.Point(229, 61);
- this.txtGoodsSpecification.MaxLength = 50;
- this.txtGoodsSpecification.Name = "txtGoodsSpecification";
- this.txtGoodsSpecification.Size = new System.Drawing.Size(100, 21);
- this.txtGoodsSpecification.TabIndex = 15;
- //
- // txtGoodsName
- //
- this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsName.ErrorMessage = "必须输入项目";
- this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsName.Location = new System.Drawing.Point(229, 7);
- this.txtGoodsName.MaxLength = 20;
- this.txtGoodsName.Name = "txtGoodsName";
- this.txtGoodsName.Size = new System.Drawing.Size(100, 21);
- this.txtGoodsName.TabIndex = 3;
- //
- // txtGoodsCode
- //
- this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
- this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtGoodsCode.ErrorMessage = "必须输入项目";
- this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtGoodsCode.HasError = true;
- this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtGoodsCode.IsMustInput = true;
- this.txtGoodsCode.Location = new System.Drawing.Point(64, 7);
- this.txtGoodsCode.MaxLength = 50;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(100, 21);
- this.txtGoodsCode.TabIndex = 1;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(29, 142);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 28;
- this.lblRemarks.Text = "备注";
- //
- // lblProductionCycle
- //
- this.lblProductionCycle.AutoSize = true;
- this.lblProductionCycle.BackColor = System.Drawing.Color.Transparent;
- this.lblProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblProductionCycle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblProductionCycle.IsMustInput = true;
- this.lblProductionCycle.Location = new System.Drawing.Point(335, 11);
- this.lblProductionCycle.Name = "lblProductionCycle";
- this.lblProductionCycle.Size = new System.Drawing.Size(77, 12);
- this.lblProductionCycle.TabIndex = 4;
- this.lblProductionCycle.Text = "生产周期(天)";
- //
- // lblGlazeWeight
- //
- this.lblGlazeWeight.AutoSize = true;
- this.lblGlazeWeight.BackColor = System.Drawing.Color.Transparent;
- this.lblGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGlazeWeight.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGlazeWeight.Location = new System.Drawing.Point(335, 38);
- this.lblGlazeWeight.Name = "lblGlazeWeight";
- this.lblGlazeWeight.Size = new System.Drawing.Size(77, 12);
- this.lblGlazeWeight.TabIndex = 10;
- this.lblGlazeWeight.Text = "釉浆用量(KG)";
- //
- // lblMudWeight
- //
- this.lblMudWeight.AutoSize = true;
- this.lblMudWeight.BackColor = System.Drawing.Color.Transparent;
- this.lblMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMudWeight.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblMudWeight.Location = new System.Drawing.Point(335, 92);
- this.lblMudWeight.Name = "lblMudWeight";
- this.lblMudWeight.Size = new System.Drawing.Size(77, 12);
- this.lblMudWeight.TabIndex = 22;
- this.lblMudWeight.Text = "泥浆用量(KG)";
- //
- // lblGlazeTypeID
- //
- this.lblGlazeTypeID.AutoSize = true;
- this.lblGlazeTypeID.BackColor = System.Drawing.Color.Transparent;
- this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGlazeTypeID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGlazeTypeID.IsMustInput = true;
- this.lblGlazeTypeID.Location = new System.Drawing.Point(5, 65);
- this.lblGlazeTypeID.Name = "lblGlazeTypeID";
- this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
- this.lblGlazeTypeID.TabIndex = 12;
- this.lblGlazeTypeID.Text = "釉料类别";
- //
- // lblGoodsModel
- //
- this.lblGoodsModel.AutoSize = true;
- this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsModel.Location = new System.Drawing.Point(170, 38);
- this.lblGoodsModel.Name = "lblGoodsModel";
- this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsModel.TabIndex = 8;
- this.lblGoodsModel.Text = "产品型号";
- //
- // lblGoodsSpecification
- //
- this.lblGoodsSpecification.AutoSize = true;
- this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsSpecification.Location = new System.Drawing.Point(170, 65);
- this.lblGoodsSpecification.Name = "lblGoodsSpecification";
- this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsSpecification.TabIndex = 14;
- this.lblGoodsSpecification.Text = "产品规格";
- //
- // lblGoodsName
- //
- this.lblGoodsName.AutoSize = true;
- this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
- this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGoodsName.IsMustInput = true;
- this.lblGoodsName.Location = new System.Drawing.Point(170, 11);
- this.lblGoodsName.Name = "lblGoodsName";
- this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsName.TabIndex = 2;
- this.lblGoodsName.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(5, 11);
- this.lblGoodsCode.Name = "lblGoodsCode";
- this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsCode.TabIndex = 0;
- this.lblGoodsCode.Text = "产品编码";
- //
- // lblLusterwareWeight
- //
- this.lblLusterwareWeight.AutoSize = true;
- this.lblLusterwareWeight.BackColor = System.Drawing.Color.Transparent;
- this.lblLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLusterwareWeight.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblLusterwareWeight.Location = new System.Drawing.Point(335, 65);
- this.lblLusterwareWeight.Name = "lblLusterwareWeight";
- this.lblLusterwareWeight.Size = new System.Drawing.Size(77, 12);
- this.lblLusterwareWeight.TabIndex = 16;
- this.lblLusterwareWeight.Text = "光瓷重量(KG)";
- //
- // txtLusterwareWeight
- //
- this.txtLusterwareWeight.AllowNegative = false;
- this.txtLusterwareWeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtLusterwareWeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtLusterwareWeight.ErrorMessage = "";
- this.txtLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtLusterwareWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtLusterwareWeight.Location = new System.Drawing.Point(418, 61);
- this.txtLusterwareWeight.MaxLength = 10;
- this.txtLusterwareWeight.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtLusterwareWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtLusterwareWeight.Name = "txtLusterwareWeight";
- this.txtLusterwareWeight.Number = new System.Drawing.Point(5, 2);
- this.txtLusterwareWeight.Size = new System.Drawing.Size(100, 21);
- this.txtLusterwareWeight.TabIndex = 17;
- this.txtLusterwareWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtLusterwareWeight.TextValue = "";
- //
- // btnDelete
- //
- 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(3, 283);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(55, 30);
- this.btnDelete.TabIndex = 43;
- this.btnDelete.Text = "删除(&E)";
- this.btnDelete.UseVisualStyleBackColor = false;
- this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
- //
- // btnUpload
- //
- this.btnUpload.BackColor = System.Drawing.Color.Transparent;
- this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
- this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpload.ForeColor = System.Drawing.Color.White;
- this.btnUpload.Location = new System.Drawing.Point(3, 247);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(55, 30);
- this.btnUpload.TabIndex = 42;
- this.btnUpload.Text = "上传(&U)";
- this.btnUpload.UseVisualStyleBackColor = false;
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
- //
- // dtpStartingDate
- //
- this.dtpStartingDate.CustomFormat = "yyyy-MM-dd";
- this.dtpStartingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpStartingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStartingDate.Location = new System.Drawing.Point(64, 88);
- this.dtpStartingDate.Name = "dtpStartingDate";
- this.dtpStartingDate.Size = new System.Drawing.Size(100, 21);
- this.dtpStartingDate.TabIndex = 19;
- //
- // 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(5, 92);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 18;
- 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.SystemColors.ControlText;
- this.c_Label2.Location = new System.Drawing.Point(170, 92);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 20;
- this.c_Label2.Text = "产品单值";
- //
- // txtMouldWeight
- //
- this.txtMouldWeight.AllowNegative = false;
- this.txtMouldWeight.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldWeight.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldWeight.ErrorMessage = "";
- this.txtMouldWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtMouldWeight.Location = new System.Drawing.Point(62, 128);
- this.txtMouldWeight.MaxLength = 10;
- this.txtMouldWeight.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtMouldWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtMouldWeight.Name = "txtMouldWeight";
- this.txtMouldWeight.Number = new System.Drawing.Point(5, 2);
- this.txtMouldWeight.Size = new System.Drawing.Size(100, 21);
- this.txtMouldWeight.TabIndex = 7;
- this.txtMouldWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtMouldWeight.TextValue = "";
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label3.Location = new System.Drawing.Point(6, 132);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(53, 12);
- this.c_Label3.TabIndex = 6;
- this.c_Label3.Text = "重量(KG)";
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label4.Location = new System.Drawing.Point(6, 159);
- this.c_Label4.Name = "c_Label4";
- this.c_Label4.Size = new System.Drawing.Size(53, 12);
- this.c_Label4.TabIndex = 8;
- this.c_Label4.Text = "成本(元)";
- //
- // txtMouldCost
- //
- this.txtMouldCost.AllowNegative = false;
- this.txtMouldCost.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldCost.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldCost.ErrorMessage = "";
- this.txtMouldCost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldCost.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtMouldCost.Location = new System.Drawing.Point(62, 155);
- this.txtMouldCost.MaxLength = 10;
- this.txtMouldCost.MaxValue = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.txtMouldCost.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtMouldCost.Name = "txtMouldCost";
- this.txtMouldCost.Number = new System.Drawing.Point(5, 2);
- this.txtMouldCost.Size = new System.Drawing.Size(100, 21);
- this.txtMouldCost.TabIndex = 9;
- this.txtMouldCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.txtMouldCost.TextValue = "";
- //
- // chkScrapSumFlag
- //
- this.chkScrapSumFlag.AutoSize = true;
- this.chkScrapSumFlag.Checked = true;
- this.chkScrapSumFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkScrapSumFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkScrapSumFlag.Location = new System.Drawing.Point(122, 354);
- this.chkScrapSumFlag.Name = "chkScrapSumFlag";
- this.chkScrapSumFlag.Size = new System.Drawing.Size(156, 16);
- this.chkScrapSumFlag.TabIndex = 3;
- this.chkScrapSumFlag.Text = "损失统计(废品损失表用)";
- this.chkScrapSumFlag.UseVisualStyleBackColor = true;
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblGoodsType.IsMustInput = true;
- this.lblGoodsType.Location = new System.Drawing.Point(5, 38);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 6;
- this.lblGoodsType.Text = "产品类别";
- //
- // lblMouldMaterialCode
- //
- this.lblMouldMaterialCode.AutoSize = true;
- this.lblMouldMaterialCode.BackColor = System.Drawing.Color.Transparent;
- this.lblMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMouldMaterialCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblMouldMaterialCode.IsMustInput = true;
- this.lblMouldMaterialCode.Location = new System.Drawing.Point(6, 24);
- this.lblMouldMaterialCode.Name = "lblMouldMaterialCode";
- this.lblMouldMaterialCode.Size = new System.Drawing.Size(53, 12);
- this.lblMouldMaterialCode.TabIndex = 0;
- this.lblMouldMaterialCode.Text = "物料编码";
- //
- // lblWaterLabelCode
- //
- this.lblWaterLabelCode.AutoSize = true;
- this.lblWaterLabelCode.BackColor = System.Drawing.Color.Transparent;
- this.lblWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblWaterLabelCode.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblWaterLabelCode.Location = new System.Drawing.Point(5, 119);
- this.lblWaterLabelCode.Name = "lblWaterLabelCode";
- this.lblWaterLabelCode.Size = new System.Drawing.Size(53, 12);
- this.lblWaterLabelCode.TabIndex = 24;
- this.lblWaterLabelCode.Text = "水效标识";
- //
- // lblMouldOutputCount
- //
- this.lblMouldOutputCount.AutoSize = true;
- this.lblMouldOutputCount.BackColor = System.Drawing.Color.Transparent;
- this.lblMouldOutputCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblMouldOutputCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblMouldOutputCount.IsMustInput = true;
- this.lblMouldOutputCount.Location = new System.Drawing.Point(6, 51);
- this.lblMouldOutputCount.Name = "lblMouldOutputCount";
- this.lblMouldOutputCount.Size = new System.Drawing.Size(53, 12);
- this.lblMouldOutputCount.TabIndex = 2;
- this.lblMouldOutputCount.Text = "产出数量";
- //
- // lblStandardGroutingNum
- //
- this.lblStandardGroutingNum.AutoSize = true;
- this.lblStandardGroutingNum.BackColor = System.Drawing.Color.Transparent;
- this.lblStandardGroutingNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblStandardGroutingNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblStandardGroutingNum.IsMustInput = true;
- this.lblStandardGroutingNum.Location = new System.Drawing.Point(6, 78);
- this.lblStandardGroutingNum.Name = "lblStandardGroutingNum";
- this.lblStandardGroutingNum.Size = new System.Drawing.Size(53, 12);
- this.lblStandardGroutingNum.TabIndex = 4;
- this.lblStandardGroutingNum.Text = "标准次数";
- //
- // txtWaterLabelCode
- //
- this.txtWaterLabelCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtWaterLabelCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtWaterLabelCode.ErrorMessage = "";
- this.txtWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtWaterLabelCode.Location = new System.Drawing.Point(64, 115);
- this.txtWaterLabelCode.MaxLength = 100;
- this.txtWaterLabelCode.Name = "txtWaterLabelCode";
- this.txtWaterLabelCode.Size = new System.Drawing.Size(265, 21);
- this.txtWaterLabelCode.TabIndex = 25;
- //
- // txtMouldMaterialCode
- //
- this.txtMouldMaterialCode.BackColor = System.Drawing.SystemColors.Window;
- this.txtMouldMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtMouldMaterialCode.ErrorMessage = "";
- this.txtMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMouldMaterialCode.Location = new System.Drawing.Point(62, 20);
- this.txtMouldMaterialCode.MaxLength = 50;
- this.txtMouldMaterialCode.Name = "txtMouldMaterialCode";
- this.txtMouldMaterialCode.Size = new System.Drawing.Size(100, 21);
- this.txtMouldMaterialCode.TabIndex = 1;
- //
- // 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(347, 119);
- this.c_Label5.Name = "c_Label5";
- this.c_Label5.Size = new System.Drawing.Size(65, 12);
- this.c_Label5.TabIndex = 26;
- this.c_Label5.Text = "盖板标识码";
- //
- // tabControl1
- //
- this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(3, 3);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(705, 345);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.tabPage1.Controls.Add(this.ddlGlazeTypeID);
- this.tabPage1.Controls.Add(this.btnUpload);
- this.tabPage1.Controls.Add(this.btnDelete);
- this.tabPage1.Controls.Add(this.groupBox2);
- this.tabPage1.Controls.Add(this.lvPic);
- this.tabPage1.Controls.Add(this.lblGoodsType);
- this.tabPage1.Controls.Add(this.scbGoodsType);
- this.tabPage1.Controls.Add(this.lblPhoto);
- this.tabPage1.Controls.Add(this.txtGoodsCode);
- this.tabPage1.Controls.Add(this.lblGoodsCode);
- this.tabPage1.Controls.Add(this.txtSEATCOVERCODE);
- this.tabPage1.Controls.Add(this.lblGoodsName);
- this.tabPage1.Controls.Add(this.c_Label5);
- this.tabPage1.Controls.Add(this.lblGoodsSpecification);
- this.tabPage1.Controls.Add(this.lblGoodsModel);
- this.tabPage1.Controls.Add(this.lblGlazeTypeID);
- this.tabPage1.Controls.Add(this.txtWaterLabelCode);
- this.tabPage1.Controls.Add(this.c_Label1);
- this.tabPage1.Controls.Add(this.lblMudWeight);
- this.tabPage1.Controls.Add(this.lblGlazeWeight);
- this.tabPage1.Controls.Add(this.lblProductionCycle);
- this.tabPage1.Controls.Add(this.lblWaterLabelCode);
- this.tabPage1.Controls.Add(this.lblRemarks);
- this.tabPage1.Controls.Add(this.txtGoodsName);
- this.tabPage1.Controls.Add(this.txtGoodsSpecification);
- this.tabPage1.Controls.Add(this.txtGoodsModel);
- this.tabPage1.Controls.Add(this.txtReservedDays);
- this.tabPage1.Controls.Add(this.txtMudWeight);
- this.tabPage1.Controls.Add(this.lblLabel10);
- this.tabPage1.Controls.Add(this.lblLabel9);
- this.tabPage1.Controls.Add(this.txtGlazeWeight);
- this.tabPage1.Controls.Add(this.txtProductionCycle);
- this.tabPage1.Controls.Add(this.c_Label2);
- this.tabPage1.Controls.Add(this.txtRemarks);
- this.tabPage1.Controls.Add(this.txtUnitPrice);
- this.tabPage1.Controls.Add(this.lblLusterwareWeight);
- this.tabPage1.Controls.Add(this.txtPlateLimitNum);
- this.tabPage1.Controls.Add(this.txtLusterwareWeight);
- this.tabPage1.Controls.Add(this.lblLabel3);
- this.tabPage1.Controls.Add(this.dtpStartingDate);
- this.tabPage1.Controls.Add(this.txtSPM002);
- this.tabPage1.Controls.Add(this.lblLabel1);
- this.tabPage1.Controls.Add(this.lblLabel2);
- this.tabPage1.Controls.Add(this.txtSPM001);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(697, 319);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "基础信息";
- //
- // ddlGlazeTypeID
- //
- this.ddlGlazeTypeID.FormattingEnabled = true;
- this.ddlGlazeTypeID.Location = new System.Drawing.Point(64, 61);
- this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
- this.ddlGlazeTypeID.ShowMustInputAlert = false;
- this.ddlGlazeTypeID.Size = new System.Drawing.Size(100, 20);
- this.ddlGlazeTypeID.TabIndex = 58;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.txtMouldMaterialCode);
- this.groupBox2.Controls.Add(this.lblMouldMaterialCode);
- this.groupBox2.Controls.Add(this.txtMouldOutputCount);
- this.groupBox2.Controls.Add(this.lblMouldOutputCount);
- this.groupBox2.Controls.Add(this.txtStandardGroutingSum);
- this.groupBox2.Controls.Add(this.c_Label7);
- this.groupBox2.Controls.Add(this.txtStandardGroutingNum);
- this.groupBox2.Controls.Add(this.lblStandardGroutingNum);
- this.groupBox2.Controls.Add(this.txtMouldWeight);
- this.groupBox2.Controls.Add(this.c_Label3);
- this.groupBox2.Controls.Add(this.c_Label4);
- this.groupBox2.Controls.Add(this.txtMouldCost);
- this.groupBox2.Location = new System.Drawing.Point(526, 127);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(169, 186);
- this.groupBox2.TabIndex = 39;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "模具属性";
- //
- // txtMouldOutputCount
- //
- this.txtMouldOutputCount.CanLostFocusOnError = false;
- this.txtMouldOutputCount.DataValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtMouldOutputCount.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtMouldOutputCount.Location = new System.Drawing.Point(62, 47);
- this.txtMouldOutputCount.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtMouldOutputCount.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtMouldOutputCount.MustInput = true;
- this.txtMouldOutputCount.Name = "txtMouldOutputCount";
- this.txtMouldOutputCount.ShowMustInputAlert = false;
- this.txtMouldOutputCount.Size = new System.Drawing.Size(100, 21);
- this.txtMouldOutputCount.TabIndex = 3;
- this.txtMouldOutputCount.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
- //
- // txtStandardGroutingSum
- //
- this.txtStandardGroutingSum.DataValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtStandardGroutingSum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtStandardGroutingSum.Location = new System.Drawing.Point(62, 101);
- this.txtStandardGroutingSum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.txtStandardGroutingSum.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtStandardGroutingSum.Name = "txtStandardGroutingSum";
- this.txtStandardGroutingSum.ReadOnly = true;
- this.txtStandardGroutingSum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
- this.txtStandardGroutingSum.ShowMustInputAlert = false;
- this.txtStandardGroutingSum.Size = new System.Drawing.Size(100, 21);
- this.txtStandardGroutingSum.TabIndex = 5;
- //
- // 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.SystemColors.ControlText;
- this.c_Label7.Location = new System.Drawing.Point(6, 105);
- this.c_Label7.Name = "c_Label7";
- this.c_Label7.Size = new System.Drawing.Size(53, 12);
- this.c_Label7.TabIndex = 4;
- this.c_Label7.Text = "标准总数";
- //
- // txtStandardGroutingNum
- //
- this.txtStandardGroutingNum.DataValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtStandardGroutingNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtStandardGroutingNum.Location = new System.Drawing.Point(62, 74);
- this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtStandardGroutingNum.MustInput = true;
- this.txtStandardGroutingNum.Name = "txtStandardGroutingNum";
- this.txtStandardGroutingNum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
- this.txtStandardGroutingNum.ShowMustInputAlert = false;
- this.txtStandardGroutingNum.Size = new System.Drawing.Size(100, 21);
- this.txtStandardGroutingNum.TabIndex = 5;
- this.txtStandardGroutingNum.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(64, 34);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(100, 21);
- this.scbGoodsType.TabIndex = 7;
- //
- // txtSEATCOVERCODE
- //
- this.txtSEATCOVERCODE.CanLostFocusOnError = false;
- this.txtSEATCOVERCODE.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
- this.txtSEATCOVERCODE.Location = new System.Drawing.Point(418, 115);
- this.txtSEATCOVERCODE.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtSEATCOVERCODE.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSEATCOVERCODE.Name = "txtSEATCOVERCODE";
- this.txtSEATCOVERCODE.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.txtSEATCOVERCODE.ShowMustInputAlert = false;
- this.txtSEATCOVERCODE.Size = new System.Drawing.Size(100, 21);
- this.txtSEATCOVERCODE.TabIndex = 27;
- //
- // txtReservedDays
- //
- this.txtReservedDays.CanLostFocusOnError = false;
- this.txtReservedDays.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtReservedDays.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtReservedDays.Location = new System.Drawing.Point(607, 89);
- this.txtReservedDays.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtReservedDays.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtReservedDays.MustInput = true;
- this.txtReservedDays.Name = "txtReservedDays";
- this.txtReservedDays.ShowMustInputAlert = false;
- this.txtReservedDays.Size = new System.Drawing.Size(49, 21);
- this.txtReservedDays.TabIndex = 37;
- //
- // lblLabel10
- //
- this.lblLabel10.Location = new System.Drawing.Point(524, 112);
- this.lblLabel10.Name = "lblLabel10";
- this.lblLabel10.Size = new System.Drawing.Size(113, 12);
- this.lblLabel10.TabIndex = 38;
- this.lblLabel10.Text = "(成型存坯汇总表用)";
- //
- // lblLabel9
- //
- this.lblLabel9.Location = new System.Drawing.Point(524, 92);
- this.lblLabel9.MustInput = true;
- this.lblLabel9.Name = "lblLabel9";
- this.lblLabel9.Size = new System.Drawing.Size(77, 12);
- this.lblLabel9.TabIndex = 36;
- this.lblLabel9.Text = "成型存坯天数";
- //
- // txtUnitPrice
- //
- this.txtUnitPrice.CanLostFocusOnError = false;
- this.txtUnitPrice.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtUnitPrice.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtUnitPrice.Location = new System.Drawing.Point(229, 88);
- this.txtUnitPrice.MaxValue = new decimal(new int[] {
- 1000000,
- 0,
- 0,
- 0});
- this.txtUnitPrice.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtUnitPrice.Name = "txtUnitPrice";
- this.txtUnitPrice.Number = new System.Drawing.Point(6, 6);
- this.txtUnitPrice.ShowMustInputAlert = false;
- this.txtUnitPrice.Size = new System.Drawing.Size(100, 21);
- this.txtUnitPrice.TabIndex = 21;
- //
- // txtPlateLimitNum
- //
- this.txtPlateLimitNum.CanLostFocusOnError = false;
- this.txtPlateLimitNum.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtPlateLimitNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtPlateLimitNum.Location = new System.Drawing.Point(607, 61);
- this.txtPlateLimitNum.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtPlateLimitNum.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtPlateLimitNum.MustInput = true;
- this.txtPlateLimitNum.Name = "txtPlateLimitNum";
- this.txtPlateLimitNum.ShowMustInputAlert = false;
- this.txtPlateLimitNum.Size = new System.Drawing.Size(49, 21);
- this.txtPlateLimitNum.TabIndex = 35;
- //
- // lblLabel3
- //
- this.lblLabel3.Location = new System.Drawing.Point(524, 65);
- this.lblLabel3.MustInput = true;
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(77, 12);
- this.lblLabel3.TabIndex = 34;
- this.lblLabel3.Text = "装板限制数量";
- //
- // txtSPM002
- //
- this.txtSPM002.CanLostFocusOnError = false;
- this.txtSPM002.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM002.Location = new System.Drawing.Point(607, 35);
- this.txtSPM002.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtSPM002.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM002.MustInput = true;
- this.txtSPM002.Name = "txtSPM002";
- this.txtSPM002.ShowMustInputAlert = false;
- this.txtSPM002.Size = new System.Drawing.Size(49, 21);
- this.txtSPM002.TabIndex = 33;
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(524, 11);
- this.lblLabel1.MustInput = true;
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(77, 12);
- this.lblLabel1.TabIndex = 30;
- this.lblLabel1.Text = "自动报损天数";
- this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(524, 38);
- this.lblLabel2.MustInput = true;
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(77, 12);
- this.lblLabel2.TabIndex = 32;
- this.lblLabel2.Text = "交坯限制天数";
- this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txtSPM001
- //
- this.txtSPM001.CanLostFocusOnError = false;
- this.txtSPM001.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtSPM001.Location = new System.Drawing.Point(607, 8);
- this.txtSPM001.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtSPM001.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtSPM001.MustInput = true;
- this.txtSPM001.Name = "txtSPM001";
- this.txtSPM001.ShowMustInputAlert = false;
- this.txtSPM001.Size = new System.Drawing.Size(49, 21);
- this.txtSPM001.TabIndex = 31;
- //
- // tabPage2
- //
- this.tabPage2.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
- this.tabPage2.Controls.Add(this.dgvGoodsSap);
- this.tabPage2.Controls.Add(this.panel1);
- this.tabPage2.Controls.Add(this.label1);
- this.tabPage2.Controls.Add(this.groupBox1);
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(697, 319);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "物料信息";
- //
- // dgvGoodsSap
- //
- this.dgvGoodsSap.AllowUserToAddRows = false;
- this.dgvGoodsSap.AllowUserToDeleteRows = false;
- this.dgvGoodsSap.AllowUserToModifyRows = true;
- this.dgvGoodsSap.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGoodsSap.CellHeight = 23;
- this.dgvGoodsSap.ChildNodeColumnName = null;
- this.dgvGoodsSap.ChildNodeColumnText = null;
- this.dgvGoodsSap.ColumnDeep = 1;
- this.dgvGoodsSap.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.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.LogoID,
- this.logoName,
- this.colmaterialcode,
- this.colmaterialremark,
- this.colWaterLabelCode,
- this.colValueflag});
- this.dgvGoodsSap.ColumnTreeView = null;
- this.dgvGoodsSap.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.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvGoodsSap.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvGoodsSap.DynamicColumnName = "";
- this.dgvGoodsSap.EnableHeadersVisualStyles = false;
- this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGoodsSap.FormatQuantityColumns = null;
- this.dgvGoodsSap.HorizontalMergeColumn = null;
- this.dgvGoodsSap.IsAutoCountSum = true;
- this.dgvGoodsSap.IsAutoResizeColumns = false;
- this.dgvGoodsSap.IsClickF12 = false;
- this.dgvGoodsSap.IsOpenMergeCellFlag = false;
- this.dgvGoodsSap.IsSubTotalFlag = false;
- this.dgvGoodsSap.IsTopDeep = false;
- this.dgvGoodsSap.Location = new System.Drawing.Point(174, 3);
- this.dgvGoodsSap.MergeColumnNames = null;
- this.dgvGoodsSap.MergeDetailColumnNames = null;
- this.dgvGoodsSap.MergeDetailOnlyColumn = null;
- this.dgvGoodsSap.MergeOnlyColumn = null;
- this.dgvGoodsSap.Name = "dgvGoodsSap";
- this.dgvGoodsSap.ReadOnly = true;
- this.dgvGoodsSap.RefreshAtHscroll = false;
- this.dgvGoodsSap.RowHeadersWidth = 50;
- this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvGoodsSap.RowTemplate.Height = 21;
- this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGoodsSap.Size = new System.Drawing.Size(520, 227);
- this.dgvGoodsSap.SortOrderColumnName = null;
- this.dgvGoodsSap.TabIndex = 1;
- this.dgvGoodsSap.Tag = "";
- this.dgvGoodsSap.TotalSumColumns = null;
- this.dgvGoodsSap.ViewRowFilter = "";
- this.dgvGoodsSap.VirtualMode = true;
- this.dgvGoodsSap.SelectionChanged += new System.EventHandler(this.dgvGoodsSap_SelectionChanged);
- //
- // LogoID
- //
- this.LogoID.HeaderText = "LogoID";
- this.LogoID.Name = "LogoID";
- this.LogoID.ReadOnly = true;
- this.LogoID.Visible = false;
- //
- // logoName
- //
- this.logoName.DataPropertyName = "logoName";
- this.logoName.HeaderText = "产品商标";
- this.logoName.Name = "logoName";
- this.logoName.ReadOnly = true;
- //
- // colmaterialcode
- //
- this.colmaterialcode.DataPropertyName = "materialcode";
- this.colmaterialcode.HeaderText = "物料编码";
- this.colmaterialcode.Name = "colmaterialcode";
- this.colmaterialcode.ReadOnly = true;
- //
- // colmaterialremark
- //
- this.colmaterialremark.DataPropertyName = "materialremark";
- this.colmaterialremark.HeaderText = "物料描述";
- this.colmaterialremark.Name = "colmaterialremark";
- this.colmaterialremark.ReadOnly = true;
- //
- // colWaterLabelCode
- //
- this.colWaterLabelCode.DataPropertyName = "WaterLabelCode";
- this.colWaterLabelCode.HeaderText = "水效标识";
- this.colWaterLabelCode.Name = "colWaterLabelCode";
- this.colWaterLabelCode.ReadOnly = true;
- //
- // colValueflag
- //
- this.colValueflag.DataPropertyName = "Valueflag";
- this.colValueflag.FalseValue = "0";
- this.colValueflag.HeaderText = "有效标识";
- this.colValueflag.Name = "colValueflag";
- this.colValueflag.ReadOnly = true;
- this.colValueflag.TrueValue = "1";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.c_Label6);
- this.panel1.Controls.Add(this.txtSAPCode);
- this.panel1.Controls.Add(this.lblLabel12);
- this.panel1.Controls.Add(this.lblLabel11);
- this.panel1.Controls.Add(this.txtSAPRemark);
- this.panel1.Controls.Add(this.txtSAPWaterLabelCode);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel1.Location = new System.Drawing.Point(174, 230);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(520, 86);
- this.panel1.TabIndex = 2;
- //
- // 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.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label6.Location = new System.Drawing.Point(171, 10);
- this.c_Label6.Name = "c_Label6";
- this.c_Label6.Size = new System.Drawing.Size(53, 12);
- this.c_Label6.TabIndex = 4;
- this.c_Label6.Text = "水效标识";
- //
- // txtSAPCode
- //
- this.txtSAPCode.Location = new System.Drawing.Point(65, 6);
- this.txtSAPCode.MaxLength = 20;
- this.txtSAPCode.Name = "txtSAPCode";
- this.txtSAPCode.Size = new System.Drawing.Size(100, 21);
- this.txtSAPCode.TabIndex = 1;
- this.txtSAPCode.Validated += new System.EventHandler(this.txtSAPCode_Validated);
- //
- // lblLabel12
- //
- this.lblLabel12.AutoSize = false;
- this.lblLabel12.Location = new System.Drawing.Point(6, 33);
- this.lblLabel12.Name = "lblLabel12";
- this.lblLabel12.Size = new System.Drawing.Size(15, 50);
- this.lblLabel12.TabIndex = 2;
- this.lblLabel12.Text = "物料描述";
- //
- // lblLabel11
- //
- this.lblLabel11.Location = new System.Drawing.Point(6, 10);
- this.lblLabel11.Name = "lblLabel11";
- this.lblLabel11.Size = new System.Drawing.Size(53, 12);
- this.lblLabel11.TabIndex = 0;
- this.lblLabel11.Text = "物料编码";
- //
- // txtSAPRemark
- //
- this.txtSAPRemark.Location = new System.Drawing.Point(27, 33);
- this.txtSAPRemark.MaxLength = 100;
- this.txtSAPRemark.Multiline = true;
- this.txtSAPRemark.Name = "txtSAPRemark";
- this.txtSAPRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtSAPRemark.Size = new System.Drawing.Size(490, 50);
- this.txtSAPRemark.TabIndex = 3;
- this.txtSAPRemark.Validated += new System.EventHandler(this.txtSAPRemark_Validated);
- //
- // txtSAPWaterLabelCode
- //
- this.txtSAPWaterLabelCode.Location = new System.Drawing.Point(230, 6);
- this.txtSAPWaterLabelCode.MaxLength = 100;
- this.txtSAPWaterLabelCode.Name = "txtSAPWaterLabelCode";
- this.txtSAPWaterLabelCode.Size = new System.Drawing.Size(287, 21);
- this.txtSAPWaterLabelCode.TabIndex = 5;
- this.txtSAPWaterLabelCode.Validated += new System.EventHandler(this.txtSAPWaterLabelCode_Validated);
- //
- // label1
- //
- this.label1.Dock = System.Windows.Forms.DockStyle.Left;
- this.label1.Location = new System.Drawing.Point(171, 3);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(3, 313);
- this.label1.TabIndex = 1;
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.ftcLogo);
- this.groupBox1.Controls.Add(this.lblLabel13);
- this.groupBox1.Controls.Add(this.lblLabel8);
- this.groupBox1.Controls.Add(this.txtCopies);
- this.groupBox1.Controls.Add(this.lblLabel7);
- this.groupBox1.Controls.Add(this.txtPackageNum);
- this.groupBox1.Controls.Add(this.txtMaterialRemark);
- this.groupBox1.Controls.Add(this.lblLabel6);
- this.groupBox1.Controls.Add(this.txtMaterialCode);
- this.groupBox1.Controls.Add(this.txtOutletDistance);
- this.groupBox1.Controls.Add(this.lblLabel5);
- this.groupBox1.Controls.Add(this.lblLabel4);
- this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.groupBox1.Location = new System.Drawing.Point(3, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(168, 313);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "默认信息";
- //
- // ftcLogo
- //
- this.ftcLogo.FormattingEnabled = true;
- this.ftcLogo.Location = new System.Drawing.Point(62, 285);
- this.ftcLogo.Name = "ftcLogo";
- this.ftcLogo.ShowMustInputAlert = false;
- this.ftcLogo.Size = new System.Drawing.Size(100, 20);
- this.ftcLogo.TabIndex = 11;
- //
- // lblLabel13
- //
- this.lblLabel13.Location = new System.Drawing.Point(3, 289);
- this.lblLabel13.MustInput = true;
- this.lblLabel13.Name = "lblLabel13";
- this.lblLabel13.Size = new System.Drawing.Size(53, 12);
- this.lblLabel13.TabIndex = 10;
- this.lblLabel13.Text = "注浆商标";
- //
- // lblLabel8
- //
- this.lblLabel8.Location = new System.Drawing.Point(3, 247);
- this.lblLabel8.MustInput = true;
- this.lblLabel8.Name = "lblLabel8";
- this.lblLabel8.Size = new System.Drawing.Size(53, 12);
- this.lblLabel8.TabIndex = 8;
- this.lblLabel8.Text = "打印份数";
- this.lblLabel8.Visible = false;
- //
- // txtCopies
- //
- this.txtCopies.CanLostFocusOnError = false;
- this.txtCopies.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtCopies.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtCopies.Location = new System.Drawing.Point(62, 243);
- this.txtCopies.MaxValue = new decimal(new int[] {
- 99,
- 0,
- 0,
- 0});
- this.txtCopies.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtCopies.MustInput = true;
- this.txtCopies.Name = "txtCopies";
- this.txtCopies.ShowMustInputAlert = false;
- this.txtCopies.Size = new System.Drawing.Size(100, 21);
- this.txtCopies.TabIndex = 9;
- this.txtCopies.Visible = false;
- //
- // lblLabel7
- //
- this.lblLabel7.Location = new System.Drawing.Point(3, 105);
- this.lblLabel7.MustInput = true;
- this.lblLabel7.Name = "lblLabel7";
- this.lblLabel7.Size = new System.Drawing.Size(53, 12);
- this.lblLabel7.TabIndex = 6;
- this.lblLabel7.Text = "物料描述";
- //
- // txtPackageNum
- //
- this.txtPackageNum.Location = new System.Drawing.Point(62, 20);
- this.txtPackageNum.MaxLength = 10;
- this.txtPackageNum.Name = "txtPackageNum";
- this.txtPackageNum.Size = new System.Drawing.Size(100, 21);
- this.txtPackageNum.TabIndex = 1;
- //
- // txtMaterialRemark
- //
- this.txtMaterialRemark.Location = new System.Drawing.Point(5, 128);
- this.txtMaterialRemark.MaxLength = 100;
- this.txtMaterialRemark.Multiline = true;
- this.txtMaterialRemark.Name = "txtMaterialRemark";
- this.txtMaterialRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtMaterialRemark.Size = new System.Drawing.Size(157, 151);
- this.txtMaterialRemark.TabIndex = 7;
- //
- // lblLabel6
- //
- this.lblLabel6.Location = new System.Drawing.Point(3, 78);
- this.lblLabel6.MustInput = true;
- this.lblLabel6.Name = "lblLabel6";
- this.lblLabel6.Size = new System.Drawing.Size(53, 12);
- this.lblLabel6.TabIndex = 4;
- this.lblLabel6.Text = "物料编码";
- //
- // txtMaterialCode
- //
- this.txtMaterialCode.Location = new System.Drawing.Point(62, 74);
- this.txtMaterialCode.MaxLength = 20;
- this.txtMaterialCode.Name = "txtMaterialCode";
- this.txtMaterialCode.Size = new System.Drawing.Size(100, 21);
- this.txtMaterialCode.TabIndex = 5;
- //
- // txtOutletDistance
- //
- this.txtOutletDistance.Location = new System.Drawing.Point(62, 47);
- this.txtOutletDistance.MaxLength = 3;
- this.txtOutletDistance.Name = "txtOutletDistance";
- this.txtOutletDistance.Size = new System.Drawing.Size(100, 21);
- this.txtOutletDistance.TabIndex = 3;
- //
- // lblLabel5
- //
- this.lblLabel5.Location = new System.Drawing.Point(15, 51);
- this.lblLabel5.MustInput = true;
- this.lblLabel5.Name = "lblLabel5";
- this.lblLabel5.Size = new System.Drawing.Size(41, 12);
- this.lblLabel5.TabIndex = 2;
- this.lblLabel5.Text = "出水距";
- //
- // lblLabel4
- //
- this.lblLabel4.Location = new System.Drawing.Point(3, 24);
- this.lblLabel4.MustInput = true;
- this.lblLabel4.Name = "lblLabel4";
- this.lblLabel4.Size = new System.Drawing.Size(53, 12);
- this.lblLabel4.TabIndex = 0;
- this.lblLabel4.Text = "包装数量";
- //
- // chkGLT
- //
- this.chkGLT.AutoSize = true;
- this.chkGLT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkGLT.Location = new System.Drawing.Point(284, 354);
- this.chkGLT.Name = "chkGLT";
- this.chkGLT.Size = new System.Drawing.Size(96, 16);
- this.chkGLT.TabIndex = 2;
- this.chkGLT.Text = "高压型号标识";
- this.chkGLT.UseVisualStyleBackColor = true;
- //
- // F_MST_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(720, 409);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.chkScrapSumFlag);
- this.Controls.Add(this.chkGLT);
- this.Controls.Add(this.cbValueFlag);
- this.Controls.Add(this.cbCeaseFlag);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_0502";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.StatusSizingGrip = false;
- this.Text = "新建商品档案";
- this.Load += new System.EventHandler(this.F_MST_0702_Load);
- this.Controls.SetChildIndex(this.cbCeaseFlag, 0);
- this.Controls.SetChildIndex(this.cbValueFlag, 0);
- this.Controls.SetChildIndex(this.chkGLT, 0);
- this.Controls.SetChildIndex(this.chkScrapSumFlag, 0);
- this.Controls.SetChildIndex(this.tabControl1, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_Label lblGoodsCode;
- private Basics.BaseControls.C_Label lblGoodsName;
- private Basics.BaseControls.C_Label lblGoodsSpecification;
- private Basics.BaseControls.C_Label lblGoodsModel;
- private Basics.BaseControls.C_Label lblGlazeTypeID;
- private Basics.BaseControls.C_Label lblMudWeight;
- private Basics.BaseControls.C_Label lblGlazeWeight;
- private Basics.BaseControls.C_Label lblProductionCycle;
- private Basics.BaseControls.C_Label lblRemarks;
- private Basics.BaseControls.C_TextBox txtGoodsCode;
- private Basics.BaseControls.C_TextBox txtGoodsName;
- private Basics.BaseControls.C_TextBox txtGoodsSpecification;
- private Basics.BaseControls.C_TextBox txtGoodsModel;
- private Basics.BaseControls.C_TXT_Digital txtMudWeight;
- private Basics.BaseControls.C_TXT_Digital txtGlazeWeight;
- private Basics.BaseControls.C_TXT_Digital txtProductionCycle;
- private Basics.BaseControls.C_CheckBox cbCeaseFlag;
- private Basics.BaseControls.C_CheckBox cbValueFlag;
- private Basics.BaseControls.C_TextBox txtRemarks;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_Button btnCancel;
- private System.Windows.Forms.OpenFileDialog odlgFile;
- private Basics.BaseControls.C_Label lblPhoto;
- private System.Windows.Forms.ImageList ilPic;
- private System.Windows.Forms.ListView lvPic;
- private Basics.BaseControls.C_Label lblLusterwareWeight;
- private Basics.BaseControls.C_TXT_Digital txtLusterwareWeight;
- private Basics.BaseControls.C_Button btnDelete;
- private Basics.BaseControls.C_Button btnUpload;
- private Basics.BaseControls.C_DateTimePicker dtpStartingDate;
- private Basics.BaseControls.C_Label c_Label1;
- private WinForm.Controls.TxtNumerical txtSPM002;
- private WinForm.Controls.LblLabel lblLabel2;
- private WinForm.Controls.TxtNumerical txtSPM001;
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.LblLabel lblLabel3;
- private WinForm.Controls.TxtNumerical txtPlateLimitNum;
- private Basics.BaseControls.C_Label c_Label2;
- private WinForm.Controls.TxtNumerical txtUnitPrice;
- private Basics.BaseControls.C_TXT_Digital txtMouldWeight;
- private Basics.BaseControls.C_Label c_Label3;
- private Basics.BaseControls.C_Label c_Label4;
- private Basics.BaseControls.C_TXT_Digital txtMouldCost;
- private Basics.BaseControls.C_CheckBox chkScrapSumFlag;
- private WinForm.Controls.TxtNumerical txtReservedDays;
- private WinForm.Controls.LblLabel lblLabel9;
- private Basics.BaseControls.C_Label lblGoodsType;
- private Controls.SearchBox.ScbGoodsType scbGoodsType;
- private Basics.BaseControls.C_Label lblMouldMaterialCode;
- private Basics.BaseControls.C_Label lblWaterLabelCode;
- private Basics.BaseControls.C_Label lblMouldOutputCount;
- private Basics.BaseControls.C_Label lblStandardGroutingNum;
- private WinForm.Controls.TxtNumerical txtMouldOutputCount;
- private Basics.BaseControls.C_TextBox txtWaterLabelCode;
- private Basics.BaseControls.C_TextBox txtMouldMaterialCode;
- private WinForm.Controls.TxtNumerical txtStandardGroutingNum;
- private WinForm.Controls.TxtNumerical txtSEATCOVERCODE;
- private Basics.BaseControls.C_Label c_Label5;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.GroupBox groupBox1;
- private WinForm.Controls.LblLabel lblLabel8;
- private WinForm.Controls.LblLabel lblLabel7;
- private WinForm.Controls.TxtTextBox txtPackageNum;
- private WinForm.Controls.TxtTextBox txtMaterialRemark;
- private WinForm.Controls.LblLabel lblLabel6;
- private WinForm.Controls.TxtNumerical txtCopies;
- private WinForm.Controls.TxtCodeNo txtMaterialCode;
- private WinForm.Controls.TxtCodeNo txtOutletDistance;
- private WinForm.Controls.LblLabel lblLabel5;
- private WinForm.Controls.LblLabel lblLabel4;
- private System.Windows.Forms.GroupBox groupBox2;
- private WinForm.Controls.LblLabel lblLabel10;
- private Basics.BaseControls.C_DataGridView dgvGoodsSap;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel panel1;
- private WinForm.Controls.TxtCodeNo txtSAPCode;
- private WinForm.Controls.LblLabel lblLabel12;
- private WinForm.Controls.LblLabel lblLabel11;
- private WinForm.Controls.TxtTextBox txtSAPRemark;
- private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
- private WinForm.Controls.LblLabel lblLabel13;
- private WinForm.Controls.FtcFilterComboBox ftcLogo;
- private Basics.BaseControls.C_Label c_Label6;
- private WinForm.Controls.TxtTextBox txtSAPWaterLabelCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
- private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialcode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialremark;
- private System.Windows.Forms.DataGridViewTextBoxColumn colWaterLabelCode;
- private System.Windows.Forms.DataGridViewCheckBoxColumn colValueflag;
- private WinForm.Controls.TxtNumerical txtStandardGroutingSum;
- private Basics.BaseControls.C_Label c_Label7;
- private Basics.BaseControls.C_CheckBox chkGLT;
- }
- }
|