| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412 |
- 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));
- 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.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
- 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.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
- this.txtPlateLimitNum = new Dongke.WinForm.Controls.TxtNumerical();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtUnitPrice = new Dongke.WinForm.Controls.TxtNumerical();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
- 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.txtCopies = new Dongke.WinForm.Controls.TxtNumerical();
- 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.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.txtReservedDays = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- 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.txtMouldOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
- this.txtSEATCOVERCODE = new Dongke.WinForm.Controls.TxtNumerical();
- this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtNumerical1 = new Dongke.WinForm.Controls.TxtNumerical();
- this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
- this.txtGroutmaterialcode = new Dongke.WinForm.Controls.TxtCodeNo();
- 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.Location = new System.Drawing.Point(94, 293);
- this.lvPic.Name = "lvPic";
- this.lvPic.Size = new System.Drawing.Size(548, 99);
- this.lvPic.TabIndex = 50;
- 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(738, 362);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 2;
- 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(647, 362);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 1;
- 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(33, 293);
- this.lblPhoto.Name = "lblPhoto";
- this.lblPhoto.Size = new System.Drawing.Size(53, 12);
- this.lblPhoto.TabIndex = 49;
- 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(93, 221);
- 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(547, 66);
- this.txtRemarks.TabIndex = 48;
- //
- // ddlGlazeTypeID
- //
- this.ddlGlazeTypeID.BackColor = System.Drawing.Color.Yellow;
- this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
- this.ddlGlazeTypeID.DataSource = null;
- this.ddlGlazeTypeID.DisplayMember = null;
- this.ddlGlazeTypeID.ErrorMessage = "必须输入项目";
- this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ddlGlazeTypeID.HasError = true;
- this.ddlGlazeTypeID.IsMustInput = true;
- this.ddlGlazeTypeID.IsSetPosition = false;
- this.ddlGlazeTypeID.Location = new System.Drawing.Point(291, 60);
- this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
- this.ddlGlazeTypeID.PromptBackColor = System.Drawing.Color.Snow;
- this.ddlGlazeTypeID.PromptForeColor = System.Drawing.Color.Gray;
- this.ddlGlazeTypeID.SelectedValue = "";
- this.ddlGlazeTypeID.Size = new System.Drawing.Size(130, 21);
- this.ddlGlazeTypeID.TabIndex = 15;
- this.ddlGlazeTypeID.ValueMember = null;
- //
- // 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(538, 116);
- this.cbValueFlag.Name = "cbValueFlag";
- this.cbValueFlag.Size = new System.Drawing.Size(48, 16);
- this.cbValueFlag.TabIndex = 31;
- 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(484, 116);
- this.cbCeaseFlag.Name = "cbCeaseFlag";
- this.cbCeaseFlag.Size = new System.Drawing.Size(48, 16);
- this.cbCeaseFlag.TabIndex = 30;
- this.cbCeaseFlag.Text = "在产";
- this.cbCeaseFlag.UseVisualStyleBackColor = true;
- //
- // txtProductionCycle
- //
- this.txtProductionCycle.AllowNegative = false;
- this.txtProductionCycle.BackColor = System.Drawing.Color.Yellow;
- 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.HasError = true;
- this.txtProductionCycle.ImeMode = System.Windows.Forms.ImeMode.Off;
- this.txtProductionCycle.IsMustInput = true;
- this.txtProductionCycle.Location = new System.Drawing.Point(510, 60);
- this.txtProductionCycle.MaxLength = 3;
- this.txtProductionCycle.MaxValue = new decimal(new int[] {
- 255,
- 0,
- 0,
- 0});
- this.txtProductionCycle.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtProductionCycle.Name = "txtProductionCycle";
- this.txtProductionCycle.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(0, 0);
- this.txtProductionCycle.Size = new System.Drawing.Size(132, 21);
- this.txtProductionCycle.TabIndex = 17;
- 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(94, 60);
- this.txtGlazeWeight.MaxLength = 8;
- this.txtGlazeWeight.MaxValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- 0});
- this.txtGlazeWeight.MinValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- -2147483648});
- this.txtGlazeWeight.Name = "txtGlazeWeight";
- this.txtGlazeWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
- this.txtGlazeWeight.Size = new System.Drawing.Size(132, 21);
- this.txtGlazeWeight.TabIndex = 13;
- 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(510, 33);
- this.txtMudWeight.MaxLength = 8;
- this.txtMudWeight.MaxValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- 0});
- this.txtMudWeight.MinValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- -2147483648});
- this.txtMudWeight.Name = "txtMudWeight";
- this.txtMudWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
- this.txtMudWeight.Size = new System.Drawing.Size(132, 21);
- this.txtMudWeight.TabIndex = 11;
- 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(94, 33);
- this.txtGoodsModel.MaxLength = 50;
- this.txtGoodsModel.Name = "txtGoodsModel";
- this.txtGoodsModel.Size = new System.Drawing.Size(132, 21);
- this.txtGoodsModel.TabIndex = 7;
- //
- // 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(291, 33);
- this.txtGoodsSpecification.MaxLength = 50;
- this.txtGoodsSpecification.Name = "txtGoodsSpecification";
- this.txtGoodsSpecification.Size = new System.Drawing.Size(130, 21);
- this.txtGoodsSpecification.TabIndex = 9;
- //
- // txtGoodsName
- //
- this.txtGoodsName.BackColor = System.Drawing.Color.Yellow;
- 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.HasError = true;
- this.txtGoodsName.IsMustInput = true;
- this.txtGoodsName.Location = new System.Drawing.Point(510, 6);
- this.txtGoodsName.MaxLength = 20;
- this.txtGoodsName.Name = "txtGoodsName";
- this.txtGoodsName.Size = new System.Drawing.Size(132, 21);
- this.txtGoodsName.TabIndex = 5;
- //
- // 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(94, 6);
- this.txtGoodsCode.MaxLength = 10;
- this.txtGoodsCode.Name = "txtGoodsCode";
- this.txtGoodsCode.Size = new System.Drawing.Size(132, 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(57, 221);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 47;
- 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(427, 64);
- this.lblProductionCycle.Name = "lblProductionCycle";
- this.lblProductionCycle.Size = new System.Drawing.Size(77, 12);
- this.lblProductionCycle.TabIndex = 16;
- 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(11, 64);
- this.lblGlazeWeight.Name = "lblGlazeWeight";
- this.lblGlazeWeight.Size = new System.Drawing.Size(77, 12);
- this.lblGlazeWeight.TabIndex = 12;
- 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(427, 37);
- this.lblMudWeight.Name = "lblMudWeight";
- this.lblMudWeight.Size = new System.Drawing.Size(77, 12);
- this.lblMudWeight.TabIndex = 10;
- 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(232, 64);
- this.lblGlazeTypeID.Name = "lblGlazeTypeID";
- this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
- this.lblGlazeTypeID.TabIndex = 14;
- 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(35, 37);
- this.lblGoodsModel.Name = "lblGoodsModel";
- this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsModel.TabIndex = 6;
- 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(232, 37);
- this.lblGoodsSpecification.Name = "lblGoodsSpecification";
- this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsSpecification.TabIndex = 8;
- 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(451, 10);
- this.lblGoodsName.Name = "lblGoodsName";
- this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsName.TabIndex = 4;
- 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(35, 10);
- 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(11, 92);
- this.lblLusterwareWeight.Name = "lblLusterwareWeight";
- this.lblLusterwareWeight.Size = new System.Drawing.Size(77, 12);
- this.lblLusterwareWeight.TabIndex = 18;
- 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(94, 88);
- this.txtLusterwareWeight.MaxLength = 8;
- this.txtLusterwareWeight.MaxValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- 0});
- this.txtLusterwareWeight.MinValue = new decimal(new int[] {
- -1,
- -1,
- -1,
- -2147483648});
- this.txtLusterwareWeight.Name = "txtLusterwareWeight";
- this.txtLusterwareWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
- this.txtLusterwareWeight.Size = new System.Drawing.Size(132, 21);
- this.txtLusterwareWeight.TabIndex = 19;
- 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(1, 362);
- this.btnDelete.Name = "btnDelete";
- this.btnDelete.Size = new System.Drawing.Size(85, 30);
- this.btnDelete.TabIndex = 52;
- 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(1, 326);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(85, 30);
- this.btnUpload.TabIndex = 51;
- 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(291, 88);
- this.dtpStartingDate.Name = "dtpStartingDate";
- this.dtpStartingDate.Size = new System.Drawing.Size(130, 21);
- this.dtpStartingDate.TabIndex = 21;
- //
- // 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(232, 92);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 20;
- this.c_Label1.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(291, 114);
- this.txtSPM002.MaxValue = new decimal(new int[] {
- 99,
- 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 = 27;
- //
- // lblLabel2
- //
- this.lblLabel2.Location = new System.Drawing.Point(209, 118);
- this.lblLabel2.MustInput = true;
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(77, 12);
- this.lblLabel2.TabIndex = 26;
- 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(154, 114);
- this.txtSPM001.MaxValue = new decimal(new int[] {
- 99,
- 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 = 25;
- //
- // lblLabel1
- //
- this.lblLabel1.Location = new System.Drawing.Point(11, 118);
- this.lblLabel1.MustInput = true;
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(137, 12);
- this.lblLabel1.TabIndex = 24;
- this.lblLabel1.Text = "未交坯自动报损限制天数";
- this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // lblLabel3
- //
- this.lblLabel3.Location = new System.Drawing.Point(346, 118);
- this.lblLabel3.MustInput = true;
- this.lblLabel3.Name = "lblLabel3";
- this.lblLabel3.Size = new System.Drawing.Size(77, 12);
- this.lblLabel3.TabIndex = 28;
- this.lblLabel3.Text = "装板限制数量";
- //
- // 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(429, 114);
- 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 = 29;
- //
- // 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(395, 145);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(29, 12);
- this.c_Label2.TabIndex = 36;
- this.c_Label2.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(430, 141);
- 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, 4);
- this.txtUnitPrice.ShowMustInputAlert = false;
- this.txtUnitPrice.Size = new System.Drawing.Size(120, 21);
- this.txtUnitPrice.TabIndex = 37;
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.lblLabel8);
- 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.txtCopies);
- 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.Location = new System.Drawing.Point(648, 6);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(175, 297);
- this.groupBox1.TabIndex = 53;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "外包装标识信息";
- //
- // lblLabel8
- //
- this.lblLabel8.Location = new System.Drawing.Point(7, 274);
- 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;
- //
- // lblLabel7
- //
- this.lblLabel7.Location = new System.Drawing.Point(7, 101);
- 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(66, 19);
- this.txtPackageNum.MaxLength = 10;
- this.txtPackageNum.Name = "txtPackageNum";
- this.txtPackageNum.Size = new System.Drawing.Size(97, 21);
- this.txtPackageNum.TabIndex = 1;
- //
- // txtMaterialRemark
- //
- this.txtMaterialRemark.Location = new System.Drawing.Point(9, 120);
- 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(154, 144);
- this.txtMaterialRemark.TabIndex = 7;
- //
- // lblLabel6
- //
- this.lblLabel6.Location = new System.Drawing.Point(7, 77);
- this.lblLabel6.MustInput = true;
- this.lblLabel6.Name = "lblLabel6";
- this.lblLabel6.Size = new System.Drawing.Size(53, 12);
- this.lblLabel6.TabIndex = 4;
- this.lblLabel6.Text = "物料编码";
- //
- // 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(66, 270);
- 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(97, 21);
- this.txtCopies.TabIndex = 9;
- this.txtCopies.Visible = false;
- //
- // txtMaterialCode
- //
- this.txtMaterialCode.Location = new System.Drawing.Point(66, 74);
- this.txtMaterialCode.MaxLength = 20;
- this.txtMaterialCode.Name = "txtMaterialCode";
- this.txtMaterialCode.Size = new System.Drawing.Size(97, 21);
- this.txtMaterialCode.TabIndex = 5;
- //
- // txtOutletDistance
- //
- this.txtOutletDistance.Location = new System.Drawing.Point(66, 47);
- this.txtOutletDistance.MaxLength = 3;
- this.txtOutletDistance.Name = "txtOutletDistance";
- this.txtOutletDistance.Size = new System.Drawing.Size(97, 21);
- this.txtOutletDistance.TabIndex = 3;
- //
- // lblLabel5
- //
- this.lblLabel5.Location = new System.Drawing.Point(19, 50);
- 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(7, 23);
- this.lblLabel4.MustInput = true;
- this.lblLabel4.Name = "lblLabel4";
- this.lblLabel4.Size = new System.Drawing.Size(53, 12);
- this.lblLabel4.TabIndex = 0;
- this.lblLabel4.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(94, 141);
- this.txtMouldWeight.MaxLength = 8;
- this.txtMouldWeight.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.txtMouldWeight.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtMouldWeight.Name = "txtMouldWeight";
- this.txtMouldWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(5, 2);
- this.txtMouldWeight.Size = new System.Drawing.Size(107, 21);
- this.txtMouldWeight.TabIndex = 33;
- 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(11, 145);
- this.c_Label3.Name = "c_Label3";
- this.c_Label3.Size = new System.Drawing.Size(77, 12);
- this.c_Label3.TabIndex = 32;
- 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(207, 145);
- this.c_Label4.Name = "c_Label4";
- this.c_Label4.Size = new System.Drawing.Size(77, 12);
- this.c_Label4.TabIndex = 34;
- 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(291, 141);
- this.txtMouldCost.MaxLength = 8;
- this.txtMouldCost.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.txtMouldCost.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtMouldCost.Name = "txtMouldCost";
- this.txtMouldCost.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(5, 2);
- this.txtMouldCost.Size = new System.Drawing.Size(97, 21);
- this.txtMouldCost.TabIndex = 35;
- 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(565, 90);
- this.chkScrapSumFlag.Name = "chkScrapSumFlag";
- this.chkScrapSumFlag.Size = new System.Drawing.Size(72, 16);
- this.chkScrapSumFlag.TabIndex = 38;
- this.chkScrapSumFlag.Text = "损失统计";
- this.chkScrapSumFlag.UseVisualStyleBackColor = true;
- //
- // 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(510, 88);
- 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 = 23;
- //
- // lblLabel9
- //
- this.lblLabel9.Location = new System.Drawing.Point(439, 92);
- this.lblLabel9.MustInput = true;
- this.lblLabel9.Name = "lblLabel9";
- this.lblLabel9.Size = new System.Drawing.Size(65, 12);
- this.lblLabel9.TabIndex = 22;
- this.lblLabel9.Text = "应存坯天数";
- //
- // 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(232, 10);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 2;
- this.lblGoodsType.Text = "产品类别";
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(291, 6);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(130, 21);
- this.scbGoodsType.TabIndex = 3;
- //
- // 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(11, 171);
- this.lblMouldMaterialCode.Name = "lblMouldMaterialCode";
- this.lblMouldMaterialCode.Size = new System.Drawing.Size(77, 12);
- this.lblMouldMaterialCode.TabIndex = 39;
- 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(23, 197);
- this.lblWaterLabelCode.Name = "lblWaterLabelCode";
- this.lblWaterLabelCode.Size = new System.Drawing.Size(65, 12);
- this.lblWaterLabelCode.TabIndex = 45;
- 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(232, 171);
- this.lblMouldOutputCount.Name = "lblMouldOutputCount";
- this.lblMouldOutputCount.Size = new System.Drawing.Size(77, 12);
- this.lblMouldOutputCount.TabIndex = 41;
- 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(394, 171);
- this.lblStandardGroutingNum.Name = "lblStandardGroutingNum";
- this.lblStandardGroutingNum.Size = new System.Drawing.Size(77, 12);
- this.lblStandardGroutingNum.TabIndex = 43;
- this.lblStandardGroutingNum.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(315, 167);
- 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(73, 21);
- this.txtMouldOutputCount.TabIndex = 42;
- //
- // 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(93, 194);
- this.txtWaterLabelCode.MaxLength = 50;
- this.txtWaterLabelCode.Name = "txtWaterLabelCode";
- this.txtWaterLabelCode.Size = new System.Drawing.Size(295, 21);
- this.txtWaterLabelCode.TabIndex = 46;
- //
- // 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(94, 167);
- this.txtMouldMaterialCode.MaxLength = 50;
- this.txtMouldMaterialCode.Name = "txtMouldMaterialCode";
- this.txtMouldMaterialCode.Size = new System.Drawing.Size(132, 21);
- this.txtMouldMaterialCode.TabIndex = 40;
- //
- // txtStandardGroutingNum
- //
- this.txtStandardGroutingNum.CanLostFocusOnError = false;
- this.txtStandardGroutingNum.DataValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.txtStandardGroutingNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtStandardGroutingNum.Location = new System.Drawing.Point(477, 167);
- this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
- 0,
- 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(73, 21);
- this.txtStandardGroutingNum.TabIndex = 54;
- //
- // txtSEATCOVERCODE
- //
- this.txtSEATCOVERCODE.CanLostFocusOnError = false;
- this.txtSEATCOVERCODE.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
- this.txtSEATCOVERCODE.Location = new System.Drawing.Point(477, 194);
- 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.ShowMustInputAlert = false;
- this.txtSEATCOVERCODE.Size = new System.Drawing.Size(73, 21);
- this.txtSEATCOVERCODE.TabIndex = 56;
- //
- // 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(406, 198);
- this.c_Label5.Name = "c_Label5";
- this.c_Label5.Size = new System.Drawing.Size(65, 12);
- this.c_Label5.TabIndex = 55;
- this.c_Label5.Text = "盖板标识码";
- //
- // txtNumerical1
- //
- this.txtNumerical1.CanLostFocusOnError = false;
- this.txtNumerical1.DataValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtNumerical1.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
- this.txtNumerical1.Location = new System.Drawing.Point(477, 194);
- this.txtNumerical1.MaxValue = new decimal(new int[] {
- 999,
- 0,
- 0,
- 0});
- this.txtNumerical1.MinValue = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.txtNumerical1.MustInput = true;
- this.txtNumerical1.Name = "txtNumerical1";
- this.txtNumerical1.ShowMustInputAlert = false;
- this.txtNumerical1.Size = new System.Drawing.Size(73, 21);
- this.txtNumerical1.TabIndex = 56;
- //
- // lblLabel10
- //
- this.lblLabel10.Location = new System.Drawing.Point(655, 306);
- this.lblLabel10.MustInput = true;
- this.lblLabel10.Name = "lblLabel10";
- this.lblLabel10.Size = new System.Drawing.Size(101, 12);
- this.lblLabel10.TabIndex = 10;
- this.lblLabel10.Text = "注浆初始物料编码";
- //
- // txtGroutmaterialcode
- //
- this.txtGroutmaterialcode.Location = new System.Drawing.Point(657, 326);
- this.txtGroutmaterialcode.MaxLength = 20;
- this.txtGroutmaterialcode.Name = "txtGroutmaterialcode";
- this.txtGroutmaterialcode.Size = new System.Drawing.Size(154, 21);
- this.txtGroutmaterialcode.TabIndex = 11;
- //
- // 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(835, 431);
- this.Controls.Add(this.lblLabel10);
- this.Controls.Add(this.txtSEATCOVERCODE);
- this.Controls.Add(this.txtGroutmaterialcode);
- this.Controls.Add(this.c_Label5);
- this.Controls.Add(this.txtStandardGroutingNum);
- this.Controls.Add(this.txtMouldMaterialCode);
- this.Controls.Add(this.txtWaterLabelCode);
- this.Controls.Add(this.txtMouldOutputCount);
- this.Controls.Add(this.lblStandardGroutingNum);
- this.Controls.Add(this.lblMouldOutputCount);
- this.Controls.Add(this.lblWaterLabelCode);
- this.Controls.Add(this.lblMouldMaterialCode);
- this.Controls.Add(this.lblGoodsType);
- this.Controls.Add(this.scbGoodsType);
- this.Controls.Add(this.txtReservedDays);
- this.Controls.Add(this.lblLabel9);
- this.Controls.Add(this.txtMouldCost);
- this.Controls.Add(this.c_Label4);
- this.Controls.Add(this.txtMouldWeight);
- this.Controls.Add(this.c_Label3);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.c_Label2);
- this.Controls.Add(this.txtUnitPrice);
- this.Controls.Add(this.txtPlateLimitNum);
- this.Controls.Add(this.lblLabel3);
- this.Controls.Add(this.txtSPM002);
- this.Controls.Add(this.lblLabel2);
- this.Controls.Add(this.txtSPM001);
- this.Controls.Add(this.lblLabel1);
- this.Controls.Add(this.dtpStartingDate);
- this.Controls.Add(this.btnUpload);
- this.Controls.Add(this.btnDelete);
- this.Controls.Add(this.txtLusterwareWeight);
- this.Controls.Add(this.lblLusterwareWeight);
- this.Controls.Add(this.lvPic);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.lblPhoto);
- this.Controls.Add(this.txtRemarks);
- this.Controls.Add(this.ddlGlazeTypeID);
- this.Controls.Add(this.cbValueFlag);
- this.Controls.Add(this.chkScrapSumFlag);
- this.Controls.Add(this.cbCeaseFlag);
- this.Controls.Add(this.txtProductionCycle);
- this.Controls.Add(this.txtGlazeWeight);
- this.Controls.Add(this.txtMudWeight);
- this.Controls.Add(this.txtGoodsModel);
- this.Controls.Add(this.txtGoodsSpecification);
- this.Controls.Add(this.txtGoodsName);
- this.Controls.Add(this.txtGoodsCode);
- this.Controls.Add(this.lblRemarks);
- this.Controls.Add(this.lblProductionCycle);
- this.Controls.Add(this.lblGlazeWeight);
- this.Controls.Add(this.lblMudWeight);
- this.Controls.Add(this.c_Label1);
- this.Controls.Add(this.lblGlazeTypeID);
- this.Controls.Add(this.lblGoodsModel);
- this.Controls.Add(this.lblGoodsSpecification);
- this.Controls.Add(this.lblGoodsName);
- this.Controls.Add(this.lblGoodsCode);
- 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.lblGoodsCode, 0);
- this.Controls.SetChildIndex(this.lblGoodsName, 0);
- this.Controls.SetChildIndex(this.lblGoodsSpecification, 0);
- this.Controls.SetChildIndex(this.lblGoodsModel, 0);
- this.Controls.SetChildIndex(this.lblGlazeTypeID, 0);
- this.Controls.SetChildIndex(this.c_Label1, 0);
- this.Controls.SetChildIndex(this.lblMudWeight, 0);
- this.Controls.SetChildIndex(this.lblGlazeWeight, 0);
- this.Controls.SetChildIndex(this.lblProductionCycle, 0);
- this.Controls.SetChildIndex(this.lblRemarks, 0);
- this.Controls.SetChildIndex(this.txtGoodsCode, 0);
- this.Controls.SetChildIndex(this.txtGoodsName, 0);
- this.Controls.SetChildIndex(this.txtGoodsSpecification, 0);
- this.Controls.SetChildIndex(this.txtGoodsModel, 0);
- this.Controls.SetChildIndex(this.txtMudWeight, 0);
- this.Controls.SetChildIndex(this.txtGlazeWeight, 0);
- this.Controls.SetChildIndex(this.txtProductionCycle, 0);
- this.Controls.SetChildIndex(this.cbCeaseFlag, 0);
- this.Controls.SetChildIndex(this.chkScrapSumFlag, 0);
- this.Controls.SetChildIndex(this.cbValueFlag, 0);
- this.Controls.SetChildIndex(this.ddlGlazeTypeID, 0);
- this.Controls.SetChildIndex(this.txtRemarks, 0);
- this.Controls.SetChildIndex(this.lblPhoto, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.lvPic, 0);
- this.Controls.SetChildIndex(this.lblLusterwareWeight, 0);
- this.Controls.SetChildIndex(this.txtLusterwareWeight, 0);
- this.Controls.SetChildIndex(this.btnDelete, 0);
- this.Controls.SetChildIndex(this.btnUpload, 0);
- this.Controls.SetChildIndex(this.dtpStartingDate, 0);
- this.Controls.SetChildIndex(this.lblLabel1, 0);
- this.Controls.SetChildIndex(this.txtSPM001, 0);
- this.Controls.SetChildIndex(this.lblLabel2, 0);
- this.Controls.SetChildIndex(this.txtSPM002, 0);
- this.Controls.SetChildIndex(this.lblLabel3, 0);
- this.Controls.SetChildIndex(this.txtPlateLimitNum, 0);
- this.Controls.SetChildIndex(this.txtUnitPrice, 0);
- this.Controls.SetChildIndex(this.c_Label2, 0);
- this.Controls.SetChildIndex(this.groupBox1, 0);
- this.Controls.SetChildIndex(this.c_Label3, 0);
- this.Controls.SetChildIndex(this.txtMouldWeight, 0);
- this.Controls.SetChildIndex(this.c_Label4, 0);
- this.Controls.SetChildIndex(this.txtMouldCost, 0);
- this.Controls.SetChildIndex(this.lblLabel9, 0);
- this.Controls.SetChildIndex(this.txtReservedDays, 0);
- this.Controls.SetChildIndex(this.scbGoodsType, 0);
- this.Controls.SetChildIndex(this.lblGoodsType, 0);
- this.Controls.SetChildIndex(this.lblMouldMaterialCode, 0);
- this.Controls.SetChildIndex(this.lblWaterLabelCode, 0);
- this.Controls.SetChildIndex(this.lblMouldOutputCount, 0);
- this.Controls.SetChildIndex(this.lblStandardGroutingNum, 0);
- this.Controls.SetChildIndex(this.txtMouldOutputCount, 0);
- this.Controls.SetChildIndex(this.txtWaterLabelCode, 0);
- this.Controls.SetChildIndex(this.txtMouldMaterialCode, 0);
- this.Controls.SetChildIndex(this.txtStandardGroutingNum, 0);
- this.Controls.SetChildIndex(this.c_Label5, 0);
- this.Controls.SetChildIndex(this.txtGroutmaterialcode, 0);
- this.Controls.SetChildIndex(this.txtSEATCOVERCODE, 0);
- this.Controls.SetChildIndex(this.lblLabel10, 0);
- 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_TXT_DropDownList ddlGlazeTypeID;
- 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 System.Windows.Forms.GroupBox groupBox1;
- private WinForm.Controls.LblLabel lblLabel4;
- private WinForm.Controls.LblLabel lblLabel5;
- private WinForm.Controls.TxtCodeNo txtOutletDistance;
- private WinForm.Controls.LblLabel lblLabel6;
- private WinForm.Controls.TxtCodeNo txtMaterialCode;
- private WinForm.Controls.TxtTextBox txtMaterialRemark;
- private WinForm.Controls.LblLabel lblLabel7;
- private WinForm.Controls.TxtTextBox txtPackageNum;
- private WinForm.Controls.LblLabel lblLabel8;
- private WinForm.Controls.TxtNumerical txtCopies;
- 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 WinForm.Controls.TxtNumerical txtNumerical1;
- private WinForm.Controls.LblLabel lblLabel10;
- private WinForm.Controls.TxtCodeNo txtGroutmaterialcode;
- }
- }
|