F_MST_0502.Designer - 副本.cs 75 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0502
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0502));
  30. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  31. this.ilPic = new System.Windows.Forms.ImageList(this.components);
  32. this.lvPic = new System.Windows.Forms.ListView();
  33. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.lblPhoto = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  38. this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.cbCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  40. this.txtProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  41. this.txtGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  42. this.txtMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  43. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.txtLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  58. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.dtpStartingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
  63. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  64. this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
  65. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  66. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  67. this.txtPlateLimitNum = new Dongke.WinForm.Controls.TxtNumerical();
  68. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.txtUnitPrice = new Dongke.WinForm.Controls.TxtNumerical();
  70. this.groupBox1 = new System.Windows.Forms.GroupBox();
  71. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  72. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  73. this.txtPackageNum = new Dongke.WinForm.Controls.TxtTextBox();
  74. this.txtMaterialRemark = new Dongke.WinForm.Controls.TxtTextBox();
  75. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  76. this.txtCopies = new Dongke.WinForm.Controls.TxtNumerical();
  77. this.txtMaterialCode = new Dongke.WinForm.Controls.TxtCodeNo();
  78. this.txtOutletDistance = new Dongke.WinForm.Controls.TxtCodeNo();
  79. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  80. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  81. this.txtMouldWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  82. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  83. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  84. this.txtMouldCost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  85. this.chkScrapSumFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  86. this.txtReservedDays = new Dongke.WinForm.Controls.TxtNumerical();
  87. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  88. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  90. this.lblMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  91. this.lblWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  92. this.lblMouldOutputCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  93. this.lblStandardGroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  94. this.txtMouldOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
  95. this.txtWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  96. this.txtMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  97. this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
  98. this.txtSEATCOVERCODE = new Dongke.WinForm.Controls.TxtNumerical();
  99. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  100. this.txtNumerical1 = new Dongke.WinForm.Controls.TxtNumerical();
  101. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  102. this.txtGroutmaterialcode = new Dongke.WinForm.Controls.TxtCodeNo();
  103. this.groupBox1.SuspendLayout();
  104. this.SuspendLayout();
  105. //
  106. // odlgFile
  107. //
  108. this.odlgFile.FileName = "openFileDialog1";
  109. //
  110. // ilPic
  111. //
  112. this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  113. this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
  114. this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
  115. //
  116. // lvPic
  117. //
  118. this.lvPic.Location = new System.Drawing.Point(94, 293);
  119. this.lvPic.Name = "lvPic";
  120. this.lvPic.Size = new System.Drawing.Size(548, 99);
  121. this.lvPic.TabIndex = 50;
  122. this.lvPic.UseCompatibleStateImageBehavior = false;
  123. this.lvPic.DoubleClick += new System.EventHandler(this.lvPic_DoubleClick);
  124. //
  125. // btnCancel
  126. //
  127. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  129. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  130. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  131. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.btnCancel.ForeColor = System.Drawing.Color.White;
  133. this.btnCancel.Location = new System.Drawing.Point(738, 362);
  134. this.btnCancel.Name = "btnCancel";
  135. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  136. this.btnCancel.TabIndex = 2;
  137. this.btnCancel.Text = "关闭";
  138. this.btnCancel.UseVisualStyleBackColor = false;
  139. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  140. //
  141. // btnSave
  142. //
  143. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  144. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  145. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  146. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.btnSave.ForeColor = System.Drawing.Color.White;
  148. this.btnSave.Location = new System.Drawing.Point(647, 362);
  149. this.btnSave.Name = "btnSave";
  150. this.btnSave.Size = new System.Drawing.Size(85, 30);
  151. this.btnSave.TabIndex = 1;
  152. this.btnSave.Text = "保存(&S)";
  153. this.btnSave.UseVisualStyleBackColor = false;
  154. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  155. //
  156. // lblPhoto
  157. //
  158. this.lblPhoto.AutoSize = true;
  159. this.lblPhoto.BackColor = System.Drawing.Color.Transparent;
  160. this.lblPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.lblPhoto.ForeColor = System.Drawing.SystemColors.ControlText;
  162. this.lblPhoto.Location = new System.Drawing.Point(33, 293);
  163. this.lblPhoto.Name = "lblPhoto";
  164. this.lblPhoto.Size = new System.Drawing.Size(53, 12);
  165. this.lblPhoto.TabIndex = 49;
  166. this.lblPhoto.Text = "产品图片";
  167. //
  168. // txtRemarks
  169. //
  170. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  171. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  172. this.txtRemarks.ErrorMessage = "";
  173. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.txtRemarks.Location = new System.Drawing.Point(93, 221);
  175. this.txtRemarks.MaxLength = 500;
  176. this.txtRemarks.Multiline = true;
  177. this.txtRemarks.Name = "txtRemarks";
  178. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  179. this.txtRemarks.Size = new System.Drawing.Size(547, 66);
  180. this.txtRemarks.TabIndex = 48;
  181. //
  182. // ddlGlazeTypeID
  183. //
  184. this.ddlGlazeTypeID.BackColor = System.Drawing.Color.Yellow;
  185. this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.ddlGlazeTypeID.DataSource = null;
  187. this.ddlGlazeTypeID.DisplayMember = null;
  188. this.ddlGlazeTypeID.ErrorMessage = "必须输入项目";
  189. this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.ddlGlazeTypeID.HasError = true;
  191. this.ddlGlazeTypeID.IsMustInput = true;
  192. this.ddlGlazeTypeID.IsSetPosition = false;
  193. this.ddlGlazeTypeID.Location = new System.Drawing.Point(291, 60);
  194. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  195. this.ddlGlazeTypeID.PromptBackColor = System.Drawing.Color.Snow;
  196. this.ddlGlazeTypeID.PromptForeColor = System.Drawing.Color.Gray;
  197. this.ddlGlazeTypeID.SelectedValue = "";
  198. this.ddlGlazeTypeID.Size = new System.Drawing.Size(130, 21);
  199. this.ddlGlazeTypeID.TabIndex = 15;
  200. this.ddlGlazeTypeID.ValueMember = null;
  201. //
  202. // cbValueFlag
  203. //
  204. this.cbValueFlag.AutoSize = true;
  205. this.cbValueFlag.Checked = true;
  206. this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  207. this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.cbValueFlag.Location = new System.Drawing.Point(538, 116);
  209. this.cbValueFlag.Name = "cbValueFlag";
  210. this.cbValueFlag.Size = new System.Drawing.Size(48, 16);
  211. this.cbValueFlag.TabIndex = 31;
  212. this.cbValueFlag.Text = "有效";
  213. this.cbValueFlag.UseVisualStyleBackColor = true;
  214. //
  215. // cbCeaseFlag
  216. //
  217. this.cbCeaseFlag.AutoSize = true;
  218. this.cbCeaseFlag.Checked = true;
  219. this.cbCeaseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  220. this.cbCeaseFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.cbCeaseFlag.Location = new System.Drawing.Point(484, 116);
  222. this.cbCeaseFlag.Name = "cbCeaseFlag";
  223. this.cbCeaseFlag.Size = new System.Drawing.Size(48, 16);
  224. this.cbCeaseFlag.TabIndex = 30;
  225. this.cbCeaseFlag.Text = "在产";
  226. this.cbCeaseFlag.UseVisualStyleBackColor = true;
  227. //
  228. // txtProductionCycle
  229. //
  230. this.txtProductionCycle.AllowNegative = false;
  231. this.txtProductionCycle.BackColor = System.Drawing.Color.Yellow;
  232. this.txtProductionCycle.BackgroundColor = System.Drawing.SystemColors.Window;
  233. this.txtProductionCycle.ErrorMessage = "必须输入项目";
  234. this.txtProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.txtProductionCycle.HasError = true;
  236. this.txtProductionCycle.ImeMode = System.Windows.Forms.ImeMode.Off;
  237. this.txtProductionCycle.IsMustInput = true;
  238. this.txtProductionCycle.Location = new System.Drawing.Point(510, 60);
  239. this.txtProductionCycle.MaxLength = 3;
  240. this.txtProductionCycle.MaxValue = new decimal(new int[] {
  241. 255,
  242. 0,
  243. 0,
  244. 0});
  245. this.txtProductionCycle.MinValue = new decimal(new int[] {
  246. 0,
  247. 0,
  248. 0,
  249. 0});
  250. this.txtProductionCycle.Name = "txtProductionCycle";
  251. this.txtProductionCycle.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(0, 0);
  252. this.txtProductionCycle.Size = new System.Drawing.Size(132, 21);
  253. this.txtProductionCycle.TabIndex = 17;
  254. this.txtProductionCycle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  255. this.txtProductionCycle.TextValue = "";
  256. //
  257. // txtGlazeWeight
  258. //
  259. this.txtGlazeWeight.AllowNegative = false;
  260. this.txtGlazeWeight.BackColor = System.Drawing.SystemColors.Window;
  261. this.txtGlazeWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  262. this.txtGlazeWeight.ErrorMessage = "";
  263. this.txtGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.txtGlazeWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  265. this.txtGlazeWeight.Location = new System.Drawing.Point(94, 60);
  266. this.txtGlazeWeight.MaxLength = 8;
  267. this.txtGlazeWeight.MaxValue = new decimal(new int[] {
  268. -1,
  269. -1,
  270. -1,
  271. 0});
  272. this.txtGlazeWeight.MinValue = new decimal(new int[] {
  273. -1,
  274. -1,
  275. -1,
  276. -2147483648});
  277. this.txtGlazeWeight.Name = "txtGlazeWeight";
  278. this.txtGlazeWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
  279. this.txtGlazeWeight.Size = new System.Drawing.Size(132, 21);
  280. this.txtGlazeWeight.TabIndex = 13;
  281. this.txtGlazeWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  282. this.txtGlazeWeight.TextValue = "";
  283. //
  284. // txtMudWeight
  285. //
  286. this.txtMudWeight.AllowNegative = false;
  287. this.txtMudWeight.BackColor = System.Drawing.SystemColors.Window;
  288. this.txtMudWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  289. this.txtMudWeight.ErrorMessage = "";
  290. this.txtMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.txtMudWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  292. this.txtMudWeight.Location = new System.Drawing.Point(510, 33);
  293. this.txtMudWeight.MaxLength = 8;
  294. this.txtMudWeight.MaxValue = new decimal(new int[] {
  295. -1,
  296. -1,
  297. -1,
  298. 0});
  299. this.txtMudWeight.MinValue = new decimal(new int[] {
  300. -1,
  301. -1,
  302. -1,
  303. -2147483648});
  304. this.txtMudWeight.Name = "txtMudWeight";
  305. this.txtMudWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
  306. this.txtMudWeight.Size = new System.Drawing.Size(132, 21);
  307. this.txtMudWeight.TabIndex = 11;
  308. this.txtMudWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  309. this.txtMudWeight.TextValue = "";
  310. //
  311. // txtGoodsModel
  312. //
  313. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  314. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  315. this.txtGoodsModel.ErrorMessage = "";
  316. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.txtGoodsModel.Location = new System.Drawing.Point(94, 33);
  318. this.txtGoodsModel.MaxLength = 50;
  319. this.txtGoodsModel.Name = "txtGoodsModel";
  320. this.txtGoodsModel.Size = new System.Drawing.Size(132, 21);
  321. this.txtGoodsModel.TabIndex = 7;
  322. //
  323. // txtGoodsSpecification
  324. //
  325. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  326. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  327. this.txtGoodsSpecification.ErrorMessage = "";
  328. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.txtGoodsSpecification.Location = new System.Drawing.Point(291, 33);
  330. this.txtGoodsSpecification.MaxLength = 50;
  331. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  332. this.txtGoodsSpecification.Size = new System.Drawing.Size(130, 21);
  333. this.txtGoodsSpecification.TabIndex = 9;
  334. //
  335. // txtGoodsName
  336. //
  337. this.txtGoodsName.BackColor = System.Drawing.Color.Yellow;
  338. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  339. this.txtGoodsName.ErrorMessage = "必须输入项目";
  340. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.txtGoodsName.HasError = true;
  342. this.txtGoodsName.IsMustInput = true;
  343. this.txtGoodsName.Location = new System.Drawing.Point(510, 6);
  344. this.txtGoodsName.MaxLength = 20;
  345. this.txtGoodsName.Name = "txtGoodsName";
  346. this.txtGoodsName.Size = new System.Drawing.Size(132, 21);
  347. this.txtGoodsName.TabIndex = 5;
  348. //
  349. // txtGoodsCode
  350. //
  351. this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
  352. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  353. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  354. this.txtGoodsCode.ErrorMessage = "必须输入项目";
  355. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.txtGoodsCode.HasError = true;
  357. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  358. this.txtGoodsCode.IsMustInput = true;
  359. this.txtGoodsCode.Location = new System.Drawing.Point(94, 6);
  360. this.txtGoodsCode.MaxLength = 10;
  361. this.txtGoodsCode.Name = "txtGoodsCode";
  362. this.txtGoodsCode.Size = new System.Drawing.Size(132, 21);
  363. this.txtGoodsCode.TabIndex = 1;
  364. //
  365. // lblRemarks
  366. //
  367. this.lblRemarks.AutoSize = true;
  368. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  369. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  371. this.lblRemarks.Location = new System.Drawing.Point(57, 221);
  372. this.lblRemarks.Name = "lblRemarks";
  373. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  374. this.lblRemarks.TabIndex = 47;
  375. this.lblRemarks.Text = "备注";
  376. //
  377. // lblProductionCycle
  378. //
  379. this.lblProductionCycle.AutoSize = true;
  380. this.lblProductionCycle.BackColor = System.Drawing.Color.Transparent;
  381. this.lblProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.lblProductionCycle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  383. this.lblProductionCycle.IsMustInput = true;
  384. this.lblProductionCycle.Location = new System.Drawing.Point(427, 64);
  385. this.lblProductionCycle.Name = "lblProductionCycle";
  386. this.lblProductionCycle.Size = new System.Drawing.Size(77, 12);
  387. this.lblProductionCycle.TabIndex = 16;
  388. this.lblProductionCycle.Text = "生产周期(天)";
  389. //
  390. // lblGlazeWeight
  391. //
  392. this.lblGlazeWeight.AutoSize = true;
  393. this.lblGlazeWeight.BackColor = System.Drawing.Color.Transparent;
  394. this.lblGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.lblGlazeWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  396. this.lblGlazeWeight.Location = new System.Drawing.Point(11, 64);
  397. this.lblGlazeWeight.Name = "lblGlazeWeight";
  398. this.lblGlazeWeight.Size = new System.Drawing.Size(77, 12);
  399. this.lblGlazeWeight.TabIndex = 12;
  400. this.lblGlazeWeight.Text = "釉浆用量(KG)";
  401. //
  402. // lblMudWeight
  403. //
  404. this.lblMudWeight.AutoSize = true;
  405. this.lblMudWeight.BackColor = System.Drawing.Color.Transparent;
  406. this.lblMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.lblMudWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  408. this.lblMudWeight.Location = new System.Drawing.Point(427, 37);
  409. this.lblMudWeight.Name = "lblMudWeight";
  410. this.lblMudWeight.Size = new System.Drawing.Size(77, 12);
  411. this.lblMudWeight.TabIndex = 10;
  412. this.lblMudWeight.Text = "泥浆用量(KG)";
  413. //
  414. // lblGlazeTypeID
  415. //
  416. this.lblGlazeTypeID.AutoSize = true;
  417. this.lblGlazeTypeID.BackColor = System.Drawing.Color.Transparent;
  418. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.lblGlazeTypeID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  420. this.lblGlazeTypeID.IsMustInput = true;
  421. this.lblGlazeTypeID.Location = new System.Drawing.Point(232, 64);
  422. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  423. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  424. this.lblGlazeTypeID.TabIndex = 14;
  425. this.lblGlazeTypeID.Text = "釉料类别";
  426. //
  427. // lblGoodsModel
  428. //
  429. this.lblGoodsModel.AutoSize = true;
  430. this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
  431. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  433. this.lblGoodsModel.Location = new System.Drawing.Point(35, 37);
  434. this.lblGoodsModel.Name = "lblGoodsModel";
  435. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  436. this.lblGoodsModel.TabIndex = 6;
  437. this.lblGoodsModel.Text = "产品型号";
  438. //
  439. // lblGoodsSpecification
  440. //
  441. this.lblGoodsSpecification.AutoSize = true;
  442. this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
  443. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  445. this.lblGoodsSpecification.Location = new System.Drawing.Point(232, 37);
  446. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  447. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  448. this.lblGoodsSpecification.TabIndex = 8;
  449. this.lblGoodsSpecification.Text = "产品规格";
  450. //
  451. // lblGoodsName
  452. //
  453. this.lblGoodsName.AutoSize = true;
  454. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  455. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  456. this.lblGoodsName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  457. this.lblGoodsName.IsMustInput = true;
  458. this.lblGoodsName.Location = new System.Drawing.Point(451, 10);
  459. this.lblGoodsName.Name = "lblGoodsName";
  460. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  461. this.lblGoodsName.TabIndex = 4;
  462. this.lblGoodsName.Text = "产品名称";
  463. //
  464. // lblGoodsCode
  465. //
  466. this.lblGoodsCode.AutoSize = true;
  467. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  468. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.lblGoodsCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  470. this.lblGoodsCode.IsMustInput = true;
  471. this.lblGoodsCode.Location = new System.Drawing.Point(35, 10);
  472. this.lblGoodsCode.Name = "lblGoodsCode";
  473. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  474. this.lblGoodsCode.TabIndex = 0;
  475. this.lblGoodsCode.Text = "产品编码";
  476. //
  477. // lblLusterwareWeight
  478. //
  479. this.lblLusterwareWeight.AutoSize = true;
  480. this.lblLusterwareWeight.BackColor = System.Drawing.Color.Transparent;
  481. this.lblLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.lblLusterwareWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  483. this.lblLusterwareWeight.Location = new System.Drawing.Point(11, 92);
  484. this.lblLusterwareWeight.Name = "lblLusterwareWeight";
  485. this.lblLusterwareWeight.Size = new System.Drawing.Size(77, 12);
  486. this.lblLusterwareWeight.TabIndex = 18;
  487. this.lblLusterwareWeight.Text = "光瓷重量(KG)";
  488. //
  489. // txtLusterwareWeight
  490. //
  491. this.txtLusterwareWeight.AllowNegative = false;
  492. this.txtLusterwareWeight.BackColor = System.Drawing.SystemColors.Window;
  493. this.txtLusterwareWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  494. this.txtLusterwareWeight.ErrorMessage = "";
  495. this.txtLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.txtLusterwareWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  497. this.txtLusterwareWeight.Location = new System.Drawing.Point(94, 88);
  498. this.txtLusterwareWeight.MaxLength = 8;
  499. this.txtLusterwareWeight.MaxValue = new decimal(new int[] {
  500. -1,
  501. -1,
  502. -1,
  503. 0});
  504. this.txtLusterwareWeight.MinValue = new decimal(new int[] {
  505. -1,
  506. -1,
  507. -1,
  508. -2147483648});
  509. this.txtLusterwareWeight.Name = "txtLusterwareWeight";
  510. this.txtLusterwareWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(7, 2);
  511. this.txtLusterwareWeight.Size = new System.Drawing.Size(132, 21);
  512. this.txtLusterwareWeight.TabIndex = 19;
  513. this.txtLusterwareWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  514. this.txtLusterwareWeight.TextValue = "";
  515. //
  516. // btnDelete
  517. //
  518. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  519. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  520. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  521. this.btnDelete.ForeColor = System.Drawing.Color.White;
  522. this.btnDelete.Location = new System.Drawing.Point(1, 362);
  523. this.btnDelete.Name = "btnDelete";
  524. this.btnDelete.Size = new System.Drawing.Size(85, 30);
  525. this.btnDelete.TabIndex = 52;
  526. this.btnDelete.Text = "删除(&E)";
  527. this.btnDelete.UseVisualStyleBackColor = false;
  528. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  529. //
  530. // btnUpload
  531. //
  532. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  533. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  534. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  535. this.btnUpload.ForeColor = System.Drawing.Color.White;
  536. this.btnUpload.Location = new System.Drawing.Point(1, 326);
  537. this.btnUpload.Name = "btnUpload";
  538. this.btnUpload.Size = new System.Drawing.Size(85, 30);
  539. this.btnUpload.TabIndex = 51;
  540. this.btnUpload.Text = "上传(&U)";
  541. this.btnUpload.UseVisualStyleBackColor = false;
  542. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  543. //
  544. // dtpStartingDate
  545. //
  546. this.dtpStartingDate.CustomFormat = "yyyy-MM-dd";
  547. this.dtpStartingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.dtpStartingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  549. this.dtpStartingDate.Location = new System.Drawing.Point(291, 88);
  550. this.dtpStartingDate.Name = "dtpStartingDate";
  551. this.dtpStartingDate.Size = new System.Drawing.Size(130, 21);
  552. this.dtpStartingDate.TabIndex = 21;
  553. //
  554. // c_Label1
  555. //
  556. this.c_Label1.AutoSize = true;
  557. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  558. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  559. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  560. this.c_Label1.IsMustInput = true;
  561. this.c_Label1.Location = new System.Drawing.Point(232, 92);
  562. this.c_Label1.Name = "c_Label1";
  563. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  564. this.c_Label1.TabIndex = 20;
  565. this.c_Label1.Text = "投产日期";
  566. //
  567. // txtSPM002
  568. //
  569. this.txtSPM002.CanLostFocusOnError = false;
  570. this.txtSPM002.DataValue = new decimal(new int[] {
  571. 0,
  572. 0,
  573. 0,
  574. 0});
  575. this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  576. this.txtSPM002.Location = new System.Drawing.Point(291, 114);
  577. this.txtSPM002.MaxValue = new decimal(new int[] {
  578. 99,
  579. 0,
  580. 0,
  581. 0});
  582. this.txtSPM002.MinValue = new decimal(new int[] {
  583. 0,
  584. 0,
  585. 0,
  586. 0});
  587. this.txtSPM002.MustInput = true;
  588. this.txtSPM002.Name = "txtSPM002";
  589. this.txtSPM002.ShowMustInputAlert = false;
  590. this.txtSPM002.Size = new System.Drawing.Size(49, 21);
  591. this.txtSPM002.TabIndex = 27;
  592. //
  593. // lblLabel2
  594. //
  595. this.lblLabel2.Location = new System.Drawing.Point(209, 118);
  596. this.lblLabel2.MustInput = true;
  597. this.lblLabel2.Name = "lblLabel2";
  598. this.lblLabel2.Size = new System.Drawing.Size(77, 12);
  599. this.lblLabel2.TabIndex = 26;
  600. this.lblLabel2.Text = "交坯限制天数";
  601. this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  602. //
  603. // txtSPM001
  604. //
  605. this.txtSPM001.CanLostFocusOnError = false;
  606. this.txtSPM001.DataValue = new decimal(new int[] {
  607. 0,
  608. 0,
  609. 0,
  610. 0});
  611. this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  612. this.txtSPM001.Location = new System.Drawing.Point(154, 114);
  613. this.txtSPM001.MaxValue = new decimal(new int[] {
  614. 99,
  615. 0,
  616. 0,
  617. 0});
  618. this.txtSPM001.MinValue = new decimal(new int[] {
  619. 0,
  620. 0,
  621. 0,
  622. 0});
  623. this.txtSPM001.MustInput = true;
  624. this.txtSPM001.Name = "txtSPM001";
  625. this.txtSPM001.ShowMustInputAlert = false;
  626. this.txtSPM001.Size = new System.Drawing.Size(49, 21);
  627. this.txtSPM001.TabIndex = 25;
  628. //
  629. // lblLabel1
  630. //
  631. this.lblLabel1.Location = new System.Drawing.Point(11, 118);
  632. this.lblLabel1.MustInput = true;
  633. this.lblLabel1.Name = "lblLabel1";
  634. this.lblLabel1.Size = new System.Drawing.Size(137, 12);
  635. this.lblLabel1.TabIndex = 24;
  636. this.lblLabel1.Text = "未交坯自动报损限制天数";
  637. this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  638. //
  639. // lblLabel3
  640. //
  641. this.lblLabel3.Location = new System.Drawing.Point(346, 118);
  642. this.lblLabel3.MustInput = true;
  643. this.lblLabel3.Name = "lblLabel3";
  644. this.lblLabel3.Size = new System.Drawing.Size(77, 12);
  645. this.lblLabel3.TabIndex = 28;
  646. this.lblLabel3.Text = "装板限制数量";
  647. //
  648. // txtPlateLimitNum
  649. //
  650. this.txtPlateLimitNum.CanLostFocusOnError = false;
  651. this.txtPlateLimitNum.DataValue = new decimal(new int[] {
  652. 0,
  653. 0,
  654. 0,
  655. 0});
  656. this.txtPlateLimitNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  657. this.txtPlateLimitNum.Location = new System.Drawing.Point(429, 114);
  658. this.txtPlateLimitNum.MaxValue = new decimal(new int[] {
  659. 999,
  660. 0,
  661. 0,
  662. 0});
  663. this.txtPlateLimitNum.MinValue = new decimal(new int[] {
  664. 0,
  665. 0,
  666. 0,
  667. 0});
  668. this.txtPlateLimitNum.MustInput = true;
  669. this.txtPlateLimitNum.Name = "txtPlateLimitNum";
  670. this.txtPlateLimitNum.ShowMustInputAlert = false;
  671. this.txtPlateLimitNum.Size = new System.Drawing.Size(49, 21);
  672. this.txtPlateLimitNum.TabIndex = 29;
  673. //
  674. // c_Label2
  675. //
  676. this.c_Label2.AutoSize = true;
  677. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  678. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  680. this.c_Label2.Location = new System.Drawing.Point(395, 145);
  681. this.c_Label2.Name = "c_Label2";
  682. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  683. this.c_Label2.TabIndex = 36;
  684. this.c_Label2.Text = "单值";
  685. //
  686. // txtUnitPrice
  687. //
  688. this.txtUnitPrice.CanLostFocusOnError = false;
  689. this.txtUnitPrice.DataValue = new decimal(new int[] {
  690. 0,
  691. 0,
  692. 0,
  693. 0});
  694. this.txtUnitPrice.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  695. this.txtUnitPrice.Location = new System.Drawing.Point(430, 141);
  696. this.txtUnitPrice.MaxValue = new decimal(new int[] {
  697. 1000000,
  698. 0,
  699. 0,
  700. 0});
  701. this.txtUnitPrice.MinValue = new decimal(new int[] {
  702. 0,
  703. 0,
  704. 0,
  705. 0});
  706. this.txtUnitPrice.Name = "txtUnitPrice";
  707. this.txtUnitPrice.Number = new System.Drawing.Point(6, 4);
  708. this.txtUnitPrice.ShowMustInputAlert = false;
  709. this.txtUnitPrice.Size = new System.Drawing.Size(120, 21);
  710. this.txtUnitPrice.TabIndex = 37;
  711. //
  712. // groupBox1
  713. //
  714. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  715. this.groupBox1.Controls.Add(this.lblLabel8);
  716. this.groupBox1.Controls.Add(this.lblLabel7);
  717. this.groupBox1.Controls.Add(this.txtPackageNum);
  718. this.groupBox1.Controls.Add(this.txtMaterialRemark);
  719. this.groupBox1.Controls.Add(this.lblLabel6);
  720. this.groupBox1.Controls.Add(this.txtCopies);
  721. this.groupBox1.Controls.Add(this.txtMaterialCode);
  722. this.groupBox1.Controls.Add(this.txtOutletDistance);
  723. this.groupBox1.Controls.Add(this.lblLabel5);
  724. this.groupBox1.Controls.Add(this.lblLabel4);
  725. this.groupBox1.Location = new System.Drawing.Point(648, 6);
  726. this.groupBox1.Name = "groupBox1";
  727. this.groupBox1.Size = new System.Drawing.Size(175, 297);
  728. this.groupBox1.TabIndex = 53;
  729. this.groupBox1.TabStop = false;
  730. this.groupBox1.Text = "外包装标识信息";
  731. //
  732. // lblLabel8
  733. //
  734. this.lblLabel8.Location = new System.Drawing.Point(7, 274);
  735. this.lblLabel8.MustInput = true;
  736. this.lblLabel8.Name = "lblLabel8";
  737. this.lblLabel8.Size = new System.Drawing.Size(53, 12);
  738. this.lblLabel8.TabIndex = 8;
  739. this.lblLabel8.Text = "打印份数";
  740. this.lblLabel8.Visible = false;
  741. //
  742. // lblLabel7
  743. //
  744. this.lblLabel7.Location = new System.Drawing.Point(7, 101);
  745. this.lblLabel7.MustInput = true;
  746. this.lblLabel7.Name = "lblLabel7";
  747. this.lblLabel7.Size = new System.Drawing.Size(53, 12);
  748. this.lblLabel7.TabIndex = 6;
  749. this.lblLabel7.Text = "物料描述";
  750. //
  751. // txtPackageNum
  752. //
  753. this.txtPackageNum.Location = new System.Drawing.Point(66, 19);
  754. this.txtPackageNum.MaxLength = 10;
  755. this.txtPackageNum.Name = "txtPackageNum";
  756. this.txtPackageNum.Size = new System.Drawing.Size(97, 21);
  757. this.txtPackageNum.TabIndex = 1;
  758. //
  759. // txtMaterialRemark
  760. //
  761. this.txtMaterialRemark.Location = new System.Drawing.Point(9, 120);
  762. this.txtMaterialRemark.MaxLength = 100;
  763. this.txtMaterialRemark.Multiline = true;
  764. this.txtMaterialRemark.Name = "txtMaterialRemark";
  765. this.txtMaterialRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  766. this.txtMaterialRemark.Size = new System.Drawing.Size(154, 144);
  767. this.txtMaterialRemark.TabIndex = 7;
  768. //
  769. // lblLabel6
  770. //
  771. this.lblLabel6.Location = new System.Drawing.Point(7, 77);
  772. this.lblLabel6.MustInput = true;
  773. this.lblLabel6.Name = "lblLabel6";
  774. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  775. this.lblLabel6.TabIndex = 4;
  776. this.lblLabel6.Text = "物料编码";
  777. //
  778. // txtCopies
  779. //
  780. this.txtCopies.CanLostFocusOnError = false;
  781. this.txtCopies.DataValue = new decimal(new int[] {
  782. 0,
  783. 0,
  784. 0,
  785. 0});
  786. this.txtCopies.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  787. this.txtCopies.Location = new System.Drawing.Point(66, 270);
  788. this.txtCopies.MaxValue = new decimal(new int[] {
  789. 99,
  790. 0,
  791. 0,
  792. 0});
  793. this.txtCopies.MinValue = new decimal(new int[] {
  794. 0,
  795. 0,
  796. 0,
  797. 0});
  798. this.txtCopies.MustInput = true;
  799. this.txtCopies.Name = "txtCopies";
  800. this.txtCopies.ShowMustInputAlert = false;
  801. this.txtCopies.Size = new System.Drawing.Size(97, 21);
  802. this.txtCopies.TabIndex = 9;
  803. this.txtCopies.Visible = false;
  804. //
  805. // txtMaterialCode
  806. //
  807. this.txtMaterialCode.Location = new System.Drawing.Point(66, 74);
  808. this.txtMaterialCode.MaxLength = 20;
  809. this.txtMaterialCode.Name = "txtMaterialCode";
  810. this.txtMaterialCode.Size = new System.Drawing.Size(97, 21);
  811. this.txtMaterialCode.TabIndex = 5;
  812. //
  813. // txtOutletDistance
  814. //
  815. this.txtOutletDistance.Location = new System.Drawing.Point(66, 47);
  816. this.txtOutletDistance.MaxLength = 3;
  817. this.txtOutletDistance.Name = "txtOutletDistance";
  818. this.txtOutletDistance.Size = new System.Drawing.Size(97, 21);
  819. this.txtOutletDistance.TabIndex = 3;
  820. //
  821. // lblLabel5
  822. //
  823. this.lblLabel5.Location = new System.Drawing.Point(19, 50);
  824. this.lblLabel5.MustInput = true;
  825. this.lblLabel5.Name = "lblLabel5";
  826. this.lblLabel5.Size = new System.Drawing.Size(41, 12);
  827. this.lblLabel5.TabIndex = 2;
  828. this.lblLabel5.Text = "出水距";
  829. //
  830. // lblLabel4
  831. //
  832. this.lblLabel4.Location = new System.Drawing.Point(7, 23);
  833. this.lblLabel4.MustInput = true;
  834. this.lblLabel4.Name = "lblLabel4";
  835. this.lblLabel4.Size = new System.Drawing.Size(53, 12);
  836. this.lblLabel4.TabIndex = 0;
  837. this.lblLabel4.Text = "包装数量";
  838. //
  839. // txtMouldWeight
  840. //
  841. this.txtMouldWeight.AllowNegative = false;
  842. this.txtMouldWeight.BackColor = System.Drawing.SystemColors.Window;
  843. this.txtMouldWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  844. this.txtMouldWeight.ErrorMessage = "";
  845. this.txtMouldWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  846. this.txtMouldWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  847. this.txtMouldWeight.Location = new System.Drawing.Point(94, 141);
  848. this.txtMouldWeight.MaxLength = 8;
  849. this.txtMouldWeight.MaxValue = new decimal(new int[] {
  850. 999999,
  851. 0,
  852. 0,
  853. 0});
  854. this.txtMouldWeight.MinValue = new decimal(new int[] {
  855. 0,
  856. 0,
  857. 0,
  858. 0});
  859. this.txtMouldWeight.Name = "txtMouldWeight";
  860. this.txtMouldWeight.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(5, 2);
  861. this.txtMouldWeight.Size = new System.Drawing.Size(107, 21);
  862. this.txtMouldWeight.TabIndex = 33;
  863. this.txtMouldWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  864. this.txtMouldWeight.TextValue = "";
  865. //
  866. // c_Label3
  867. //
  868. this.c_Label3.AutoSize = true;
  869. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  870. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  871. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  872. this.c_Label3.Location = new System.Drawing.Point(11, 145);
  873. this.c_Label3.Name = "c_Label3";
  874. this.c_Label3.Size = new System.Drawing.Size(77, 12);
  875. this.c_Label3.TabIndex = 32;
  876. this.c_Label3.Text = "模具重量(KG)";
  877. //
  878. // c_Label4
  879. //
  880. this.c_Label4.AutoSize = true;
  881. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  882. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  883. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  884. this.c_Label4.Location = new System.Drawing.Point(207, 145);
  885. this.c_Label4.Name = "c_Label4";
  886. this.c_Label4.Size = new System.Drawing.Size(77, 12);
  887. this.c_Label4.TabIndex = 34;
  888. this.c_Label4.Text = "模具成本(元)";
  889. //
  890. // txtMouldCost
  891. //
  892. this.txtMouldCost.AllowNegative = false;
  893. this.txtMouldCost.BackColor = System.Drawing.SystemColors.Window;
  894. this.txtMouldCost.BackgroundColor = System.Drawing.SystemColors.Window;
  895. this.txtMouldCost.ErrorMessage = "";
  896. this.txtMouldCost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  897. this.txtMouldCost.ImeMode = System.Windows.Forms.ImeMode.Off;
  898. this.txtMouldCost.Location = new System.Drawing.Point(291, 141);
  899. this.txtMouldCost.MaxLength = 8;
  900. this.txtMouldCost.MaxValue = new decimal(new int[] {
  901. 999999,
  902. 0,
  903. 0,
  904. 0});
  905. this.txtMouldCost.MinValue = new decimal(new int[] {
  906. 0,
  907. 0,
  908. 0,
  909. 0});
  910. this.txtMouldCost.Name = "txtMouldCost";
  911. this.txtMouldCost.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(5, 2);
  912. this.txtMouldCost.Size = new System.Drawing.Size(97, 21);
  913. this.txtMouldCost.TabIndex = 35;
  914. this.txtMouldCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  915. this.txtMouldCost.TextValue = "";
  916. //
  917. // chkScrapSumFlag
  918. //
  919. this.chkScrapSumFlag.AutoSize = true;
  920. this.chkScrapSumFlag.Checked = true;
  921. this.chkScrapSumFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  922. this.chkScrapSumFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  923. this.chkScrapSumFlag.Location = new System.Drawing.Point(565, 90);
  924. this.chkScrapSumFlag.Name = "chkScrapSumFlag";
  925. this.chkScrapSumFlag.Size = new System.Drawing.Size(72, 16);
  926. this.chkScrapSumFlag.TabIndex = 38;
  927. this.chkScrapSumFlag.Text = "损失统计";
  928. this.chkScrapSumFlag.UseVisualStyleBackColor = true;
  929. //
  930. // txtReservedDays
  931. //
  932. this.txtReservedDays.CanLostFocusOnError = false;
  933. this.txtReservedDays.DataValue = new decimal(new int[] {
  934. 0,
  935. 0,
  936. 0,
  937. 0});
  938. this.txtReservedDays.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  939. this.txtReservedDays.Location = new System.Drawing.Point(510, 88);
  940. this.txtReservedDays.MaxValue = new decimal(new int[] {
  941. 999,
  942. 0,
  943. 0,
  944. 0});
  945. this.txtReservedDays.MinValue = new decimal(new int[] {
  946. 0,
  947. 0,
  948. 0,
  949. 0});
  950. this.txtReservedDays.MustInput = true;
  951. this.txtReservedDays.Name = "txtReservedDays";
  952. this.txtReservedDays.ShowMustInputAlert = false;
  953. this.txtReservedDays.Size = new System.Drawing.Size(49, 21);
  954. this.txtReservedDays.TabIndex = 23;
  955. //
  956. // lblLabel9
  957. //
  958. this.lblLabel9.Location = new System.Drawing.Point(439, 92);
  959. this.lblLabel9.MustInput = true;
  960. this.lblLabel9.Name = "lblLabel9";
  961. this.lblLabel9.Size = new System.Drawing.Size(65, 12);
  962. this.lblLabel9.TabIndex = 22;
  963. this.lblLabel9.Text = "应存坯天数";
  964. //
  965. // lblGoodsType
  966. //
  967. this.lblGoodsType.AutoSize = true;
  968. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  969. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  970. this.lblGoodsType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  971. this.lblGoodsType.IsMustInput = true;
  972. this.lblGoodsType.Location = new System.Drawing.Point(232, 10);
  973. this.lblGoodsType.Name = "lblGoodsType";
  974. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  975. this.lblGoodsType.TabIndex = 2;
  976. this.lblGoodsType.Text = "产品类别";
  977. //
  978. // scbGoodsType
  979. //
  980. this.scbGoodsType.CheckedData = null;
  981. this.scbGoodsType.IsOnlyDisplayEnd = false;
  982. this.scbGoodsType.Location = new System.Drawing.Point(291, 6);
  983. this.scbGoodsType.Name = "scbGoodsType";
  984. this.scbGoodsType.Size = new System.Drawing.Size(130, 21);
  985. this.scbGoodsType.TabIndex = 3;
  986. //
  987. // lblMouldMaterialCode
  988. //
  989. this.lblMouldMaterialCode.AutoSize = true;
  990. this.lblMouldMaterialCode.BackColor = System.Drawing.Color.Transparent;
  991. this.lblMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  992. this.lblMouldMaterialCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  993. this.lblMouldMaterialCode.IsMustInput = true;
  994. this.lblMouldMaterialCode.Location = new System.Drawing.Point(11, 171);
  995. this.lblMouldMaterialCode.Name = "lblMouldMaterialCode";
  996. this.lblMouldMaterialCode.Size = new System.Drawing.Size(77, 12);
  997. this.lblMouldMaterialCode.TabIndex = 39;
  998. this.lblMouldMaterialCode.Text = "模具物料编码";
  999. //
  1000. // lblWaterLabelCode
  1001. //
  1002. this.lblWaterLabelCode.AutoSize = true;
  1003. this.lblWaterLabelCode.BackColor = System.Drawing.Color.Transparent;
  1004. this.lblWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1005. this.lblWaterLabelCode.ForeColor = System.Drawing.SystemColors.ControlText;
  1006. this.lblWaterLabelCode.Location = new System.Drawing.Point(23, 197);
  1007. this.lblWaterLabelCode.Name = "lblWaterLabelCode";
  1008. this.lblWaterLabelCode.Size = new System.Drawing.Size(65, 12);
  1009. this.lblWaterLabelCode.TabIndex = 45;
  1010. this.lblWaterLabelCode.Text = "水效标识码";
  1011. //
  1012. // lblMouldOutputCount
  1013. //
  1014. this.lblMouldOutputCount.AutoSize = true;
  1015. this.lblMouldOutputCount.BackColor = System.Drawing.Color.Transparent;
  1016. this.lblMouldOutputCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1017. this.lblMouldOutputCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1018. this.lblMouldOutputCount.IsMustInput = true;
  1019. this.lblMouldOutputCount.Location = new System.Drawing.Point(232, 171);
  1020. this.lblMouldOutputCount.Name = "lblMouldOutputCount";
  1021. this.lblMouldOutputCount.Size = new System.Drawing.Size(77, 12);
  1022. this.lblMouldOutputCount.TabIndex = 41;
  1023. this.lblMouldOutputCount.Text = "模具产出数量";
  1024. //
  1025. // lblStandardGroutingNum
  1026. //
  1027. this.lblStandardGroutingNum.AutoSize = true;
  1028. this.lblStandardGroutingNum.BackColor = System.Drawing.Color.Transparent;
  1029. this.lblStandardGroutingNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1030. this.lblStandardGroutingNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1031. this.lblStandardGroutingNum.IsMustInput = true;
  1032. this.lblStandardGroutingNum.Location = new System.Drawing.Point(394, 171);
  1033. this.lblStandardGroutingNum.Name = "lblStandardGroutingNum";
  1034. this.lblStandardGroutingNum.Size = new System.Drawing.Size(77, 12);
  1035. this.lblStandardGroutingNum.TabIndex = 43;
  1036. this.lblStandardGroutingNum.Text = "模具标准次数";
  1037. //
  1038. // txtMouldOutputCount
  1039. //
  1040. this.txtMouldOutputCount.CanLostFocusOnError = false;
  1041. this.txtMouldOutputCount.DataValue = new decimal(new int[] {
  1042. 1,
  1043. 0,
  1044. 0,
  1045. 0});
  1046. this.txtMouldOutputCount.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1047. this.txtMouldOutputCount.Location = new System.Drawing.Point(315, 167);
  1048. this.txtMouldOutputCount.MaxValue = new decimal(new int[] {
  1049. 999,
  1050. 0,
  1051. 0,
  1052. 0});
  1053. this.txtMouldOutputCount.MinValue = new decimal(new int[] {
  1054. 1,
  1055. 0,
  1056. 0,
  1057. 0});
  1058. this.txtMouldOutputCount.MustInput = true;
  1059. this.txtMouldOutputCount.Name = "txtMouldOutputCount";
  1060. this.txtMouldOutputCount.ShowMustInputAlert = false;
  1061. this.txtMouldOutputCount.Size = new System.Drawing.Size(73, 21);
  1062. this.txtMouldOutputCount.TabIndex = 42;
  1063. //
  1064. // txtWaterLabelCode
  1065. //
  1066. this.txtWaterLabelCode.BackColor = System.Drawing.SystemColors.Window;
  1067. this.txtWaterLabelCode.BackgroundColor = System.Drawing.SystemColors.Window;
  1068. this.txtWaterLabelCode.ErrorMessage = "";
  1069. this.txtWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1070. this.txtWaterLabelCode.Location = new System.Drawing.Point(93, 194);
  1071. this.txtWaterLabelCode.MaxLength = 50;
  1072. this.txtWaterLabelCode.Name = "txtWaterLabelCode";
  1073. this.txtWaterLabelCode.Size = new System.Drawing.Size(295, 21);
  1074. this.txtWaterLabelCode.TabIndex = 46;
  1075. //
  1076. // txtMouldMaterialCode
  1077. //
  1078. this.txtMouldMaterialCode.BackColor = System.Drawing.SystemColors.Window;
  1079. this.txtMouldMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
  1080. this.txtMouldMaterialCode.ErrorMessage = "";
  1081. this.txtMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1082. this.txtMouldMaterialCode.Location = new System.Drawing.Point(94, 167);
  1083. this.txtMouldMaterialCode.MaxLength = 50;
  1084. this.txtMouldMaterialCode.Name = "txtMouldMaterialCode";
  1085. this.txtMouldMaterialCode.Size = new System.Drawing.Size(132, 21);
  1086. this.txtMouldMaterialCode.TabIndex = 40;
  1087. //
  1088. // txtStandardGroutingNum
  1089. //
  1090. this.txtStandardGroutingNum.CanLostFocusOnError = false;
  1091. this.txtStandardGroutingNum.DataValue = new decimal(new int[] {
  1092. 0,
  1093. 0,
  1094. 0,
  1095. 0});
  1096. this.txtStandardGroutingNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1097. this.txtStandardGroutingNum.Location = new System.Drawing.Point(477, 167);
  1098. this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
  1099. 999999,
  1100. 0,
  1101. 0,
  1102. 0});
  1103. this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
  1104. 0,
  1105. 0,
  1106. 0,
  1107. 0});
  1108. this.txtStandardGroutingNum.MustInput = true;
  1109. this.txtStandardGroutingNum.Name = "txtStandardGroutingNum";
  1110. this.txtStandardGroutingNum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  1111. this.txtStandardGroutingNum.ShowMustInputAlert = false;
  1112. this.txtStandardGroutingNum.Size = new System.Drawing.Size(73, 21);
  1113. this.txtStandardGroutingNum.TabIndex = 54;
  1114. //
  1115. // txtSEATCOVERCODE
  1116. //
  1117. this.txtSEATCOVERCODE.CanLostFocusOnError = false;
  1118. this.txtSEATCOVERCODE.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
  1119. this.txtSEATCOVERCODE.Location = new System.Drawing.Point(477, 194);
  1120. this.txtSEATCOVERCODE.MaxValue = new decimal(new int[] {
  1121. 999,
  1122. 0,
  1123. 0,
  1124. 0});
  1125. this.txtSEATCOVERCODE.MinValue = new decimal(new int[] {
  1126. 0,
  1127. 0,
  1128. 0,
  1129. 0});
  1130. this.txtSEATCOVERCODE.Name = "txtSEATCOVERCODE";
  1131. this.txtSEATCOVERCODE.ShowMustInputAlert = false;
  1132. this.txtSEATCOVERCODE.Size = new System.Drawing.Size(73, 21);
  1133. this.txtSEATCOVERCODE.TabIndex = 56;
  1134. //
  1135. // c_Label5
  1136. //
  1137. this.c_Label5.AutoSize = true;
  1138. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  1139. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1140. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  1141. this.c_Label5.Location = new System.Drawing.Point(406, 198);
  1142. this.c_Label5.Name = "c_Label5";
  1143. this.c_Label5.Size = new System.Drawing.Size(65, 12);
  1144. this.c_Label5.TabIndex = 55;
  1145. this.c_Label5.Text = "盖板标识码";
  1146. //
  1147. // txtNumerical1
  1148. //
  1149. this.txtNumerical1.CanLostFocusOnError = false;
  1150. this.txtNumerical1.DataValue = new decimal(new int[] {
  1151. 1,
  1152. 0,
  1153. 0,
  1154. 0});
  1155. this.txtNumerical1.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1156. this.txtNumerical1.Location = new System.Drawing.Point(477, 194);
  1157. this.txtNumerical1.MaxValue = new decimal(new int[] {
  1158. 999,
  1159. 0,
  1160. 0,
  1161. 0});
  1162. this.txtNumerical1.MinValue = new decimal(new int[] {
  1163. 1,
  1164. 0,
  1165. 0,
  1166. 0});
  1167. this.txtNumerical1.MustInput = true;
  1168. this.txtNumerical1.Name = "txtNumerical1";
  1169. this.txtNumerical1.ShowMustInputAlert = false;
  1170. this.txtNumerical1.Size = new System.Drawing.Size(73, 21);
  1171. this.txtNumerical1.TabIndex = 56;
  1172. //
  1173. // lblLabel10
  1174. //
  1175. this.lblLabel10.Location = new System.Drawing.Point(655, 306);
  1176. this.lblLabel10.MustInput = true;
  1177. this.lblLabel10.Name = "lblLabel10";
  1178. this.lblLabel10.Size = new System.Drawing.Size(101, 12);
  1179. this.lblLabel10.TabIndex = 10;
  1180. this.lblLabel10.Text = "注浆初始物料编码";
  1181. //
  1182. // txtGroutmaterialcode
  1183. //
  1184. this.txtGroutmaterialcode.Location = new System.Drawing.Point(657, 326);
  1185. this.txtGroutmaterialcode.MaxLength = 20;
  1186. this.txtGroutmaterialcode.Name = "txtGroutmaterialcode";
  1187. this.txtGroutmaterialcode.Size = new System.Drawing.Size(154, 21);
  1188. this.txtGroutmaterialcode.TabIndex = 11;
  1189. //
  1190. // F_MST_0502
  1191. //
  1192. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1193. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1194. this.CancelButton = this.btnCancel;
  1195. this.ClientSize = new System.Drawing.Size(835, 431);
  1196. this.Controls.Add(this.lblLabel10);
  1197. this.Controls.Add(this.txtSEATCOVERCODE);
  1198. this.Controls.Add(this.txtGroutmaterialcode);
  1199. this.Controls.Add(this.c_Label5);
  1200. this.Controls.Add(this.txtStandardGroutingNum);
  1201. this.Controls.Add(this.txtMouldMaterialCode);
  1202. this.Controls.Add(this.txtWaterLabelCode);
  1203. this.Controls.Add(this.txtMouldOutputCount);
  1204. this.Controls.Add(this.lblStandardGroutingNum);
  1205. this.Controls.Add(this.lblMouldOutputCount);
  1206. this.Controls.Add(this.lblWaterLabelCode);
  1207. this.Controls.Add(this.lblMouldMaterialCode);
  1208. this.Controls.Add(this.lblGoodsType);
  1209. this.Controls.Add(this.scbGoodsType);
  1210. this.Controls.Add(this.txtReservedDays);
  1211. this.Controls.Add(this.lblLabel9);
  1212. this.Controls.Add(this.txtMouldCost);
  1213. this.Controls.Add(this.c_Label4);
  1214. this.Controls.Add(this.txtMouldWeight);
  1215. this.Controls.Add(this.c_Label3);
  1216. this.Controls.Add(this.groupBox1);
  1217. this.Controls.Add(this.c_Label2);
  1218. this.Controls.Add(this.txtUnitPrice);
  1219. this.Controls.Add(this.txtPlateLimitNum);
  1220. this.Controls.Add(this.lblLabel3);
  1221. this.Controls.Add(this.txtSPM002);
  1222. this.Controls.Add(this.lblLabel2);
  1223. this.Controls.Add(this.txtSPM001);
  1224. this.Controls.Add(this.lblLabel1);
  1225. this.Controls.Add(this.dtpStartingDate);
  1226. this.Controls.Add(this.btnUpload);
  1227. this.Controls.Add(this.btnDelete);
  1228. this.Controls.Add(this.txtLusterwareWeight);
  1229. this.Controls.Add(this.lblLusterwareWeight);
  1230. this.Controls.Add(this.lvPic);
  1231. this.Controls.Add(this.btnCancel);
  1232. this.Controls.Add(this.btnSave);
  1233. this.Controls.Add(this.lblPhoto);
  1234. this.Controls.Add(this.txtRemarks);
  1235. this.Controls.Add(this.ddlGlazeTypeID);
  1236. this.Controls.Add(this.cbValueFlag);
  1237. this.Controls.Add(this.chkScrapSumFlag);
  1238. this.Controls.Add(this.cbCeaseFlag);
  1239. this.Controls.Add(this.txtProductionCycle);
  1240. this.Controls.Add(this.txtGlazeWeight);
  1241. this.Controls.Add(this.txtMudWeight);
  1242. this.Controls.Add(this.txtGoodsModel);
  1243. this.Controls.Add(this.txtGoodsSpecification);
  1244. this.Controls.Add(this.txtGoodsName);
  1245. this.Controls.Add(this.txtGoodsCode);
  1246. this.Controls.Add(this.lblRemarks);
  1247. this.Controls.Add(this.lblProductionCycle);
  1248. this.Controls.Add(this.lblGlazeWeight);
  1249. this.Controls.Add(this.lblMudWeight);
  1250. this.Controls.Add(this.c_Label1);
  1251. this.Controls.Add(this.lblGlazeTypeID);
  1252. this.Controls.Add(this.lblGoodsModel);
  1253. this.Controls.Add(this.lblGoodsSpecification);
  1254. this.Controls.Add(this.lblGoodsName);
  1255. this.Controls.Add(this.lblGoodsCode);
  1256. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1257. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1258. this.IsSaveFormSize = false;
  1259. this.MaximizeBox = false;
  1260. this.MinimizeBox = false;
  1261. this.Name = "F_MST_0502";
  1262. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1263. this.StatusSizingGrip = false;
  1264. this.Text = "新建商品档案";
  1265. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  1266. this.Controls.SetChildIndex(this.lblGoodsCode, 0);
  1267. this.Controls.SetChildIndex(this.lblGoodsName, 0);
  1268. this.Controls.SetChildIndex(this.lblGoodsSpecification, 0);
  1269. this.Controls.SetChildIndex(this.lblGoodsModel, 0);
  1270. this.Controls.SetChildIndex(this.lblGlazeTypeID, 0);
  1271. this.Controls.SetChildIndex(this.c_Label1, 0);
  1272. this.Controls.SetChildIndex(this.lblMudWeight, 0);
  1273. this.Controls.SetChildIndex(this.lblGlazeWeight, 0);
  1274. this.Controls.SetChildIndex(this.lblProductionCycle, 0);
  1275. this.Controls.SetChildIndex(this.lblRemarks, 0);
  1276. this.Controls.SetChildIndex(this.txtGoodsCode, 0);
  1277. this.Controls.SetChildIndex(this.txtGoodsName, 0);
  1278. this.Controls.SetChildIndex(this.txtGoodsSpecification, 0);
  1279. this.Controls.SetChildIndex(this.txtGoodsModel, 0);
  1280. this.Controls.SetChildIndex(this.txtMudWeight, 0);
  1281. this.Controls.SetChildIndex(this.txtGlazeWeight, 0);
  1282. this.Controls.SetChildIndex(this.txtProductionCycle, 0);
  1283. this.Controls.SetChildIndex(this.cbCeaseFlag, 0);
  1284. this.Controls.SetChildIndex(this.chkScrapSumFlag, 0);
  1285. this.Controls.SetChildIndex(this.cbValueFlag, 0);
  1286. this.Controls.SetChildIndex(this.ddlGlazeTypeID, 0);
  1287. this.Controls.SetChildIndex(this.txtRemarks, 0);
  1288. this.Controls.SetChildIndex(this.lblPhoto, 0);
  1289. this.Controls.SetChildIndex(this.btnSave, 0);
  1290. this.Controls.SetChildIndex(this.btnCancel, 0);
  1291. this.Controls.SetChildIndex(this.lvPic, 0);
  1292. this.Controls.SetChildIndex(this.lblLusterwareWeight, 0);
  1293. this.Controls.SetChildIndex(this.txtLusterwareWeight, 0);
  1294. this.Controls.SetChildIndex(this.btnDelete, 0);
  1295. this.Controls.SetChildIndex(this.btnUpload, 0);
  1296. this.Controls.SetChildIndex(this.dtpStartingDate, 0);
  1297. this.Controls.SetChildIndex(this.lblLabel1, 0);
  1298. this.Controls.SetChildIndex(this.txtSPM001, 0);
  1299. this.Controls.SetChildIndex(this.lblLabel2, 0);
  1300. this.Controls.SetChildIndex(this.txtSPM002, 0);
  1301. this.Controls.SetChildIndex(this.lblLabel3, 0);
  1302. this.Controls.SetChildIndex(this.txtPlateLimitNum, 0);
  1303. this.Controls.SetChildIndex(this.txtUnitPrice, 0);
  1304. this.Controls.SetChildIndex(this.c_Label2, 0);
  1305. this.Controls.SetChildIndex(this.groupBox1, 0);
  1306. this.Controls.SetChildIndex(this.c_Label3, 0);
  1307. this.Controls.SetChildIndex(this.txtMouldWeight, 0);
  1308. this.Controls.SetChildIndex(this.c_Label4, 0);
  1309. this.Controls.SetChildIndex(this.txtMouldCost, 0);
  1310. this.Controls.SetChildIndex(this.lblLabel9, 0);
  1311. this.Controls.SetChildIndex(this.txtReservedDays, 0);
  1312. this.Controls.SetChildIndex(this.scbGoodsType, 0);
  1313. this.Controls.SetChildIndex(this.lblGoodsType, 0);
  1314. this.Controls.SetChildIndex(this.lblMouldMaterialCode, 0);
  1315. this.Controls.SetChildIndex(this.lblWaterLabelCode, 0);
  1316. this.Controls.SetChildIndex(this.lblMouldOutputCount, 0);
  1317. this.Controls.SetChildIndex(this.lblStandardGroutingNum, 0);
  1318. this.Controls.SetChildIndex(this.txtMouldOutputCount, 0);
  1319. this.Controls.SetChildIndex(this.txtWaterLabelCode, 0);
  1320. this.Controls.SetChildIndex(this.txtMouldMaterialCode, 0);
  1321. this.Controls.SetChildIndex(this.txtStandardGroutingNum, 0);
  1322. this.Controls.SetChildIndex(this.c_Label5, 0);
  1323. this.Controls.SetChildIndex(this.txtGroutmaterialcode, 0);
  1324. this.Controls.SetChildIndex(this.txtSEATCOVERCODE, 0);
  1325. this.Controls.SetChildIndex(this.lblLabel10, 0);
  1326. this.groupBox1.ResumeLayout(false);
  1327. this.groupBox1.PerformLayout();
  1328. this.ResumeLayout(false);
  1329. this.PerformLayout();
  1330. }
  1331. #endregion
  1332. private Basics.BaseControls.C_Label lblGoodsCode;
  1333. private Basics.BaseControls.C_Label lblGoodsName;
  1334. private Basics.BaseControls.C_Label lblGoodsSpecification;
  1335. private Basics.BaseControls.C_Label lblGoodsModel;
  1336. private Basics.BaseControls.C_Label lblGlazeTypeID;
  1337. private Basics.BaseControls.C_Label lblMudWeight;
  1338. private Basics.BaseControls.C_Label lblGlazeWeight;
  1339. private Basics.BaseControls.C_Label lblProductionCycle;
  1340. private Basics.BaseControls.C_Label lblRemarks;
  1341. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1342. private Basics.BaseControls.C_TextBox txtGoodsName;
  1343. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  1344. private Basics.BaseControls.C_TextBox txtGoodsModel;
  1345. private Basics.BaseControls.C_TXT_Digital txtMudWeight;
  1346. private Basics.BaseControls.C_TXT_Digital txtGlazeWeight;
  1347. private Basics.BaseControls.C_TXT_Digital txtProductionCycle;
  1348. private Basics.BaseControls.C_CheckBox cbCeaseFlag;
  1349. private Basics.BaseControls.C_CheckBox cbValueFlag;
  1350. private Basics.BaseControls.C_TXT_DropDownList ddlGlazeTypeID;
  1351. private Basics.BaseControls.C_TextBox txtRemarks;
  1352. private Basics.BaseControls.C_Button btnSave;
  1353. private Basics.BaseControls.C_Button btnCancel;
  1354. private System.Windows.Forms.OpenFileDialog odlgFile;
  1355. private Basics.BaseControls.C_Label lblPhoto;
  1356. private System.Windows.Forms.ImageList ilPic;
  1357. private System.Windows.Forms.ListView lvPic;
  1358. private Basics.BaseControls.C_Label lblLusterwareWeight;
  1359. private Basics.BaseControls.C_TXT_Digital txtLusterwareWeight;
  1360. private Basics.BaseControls.C_Button btnDelete;
  1361. private Basics.BaseControls.C_Button btnUpload;
  1362. private Basics.BaseControls.C_DateTimePicker dtpStartingDate;
  1363. private Basics.BaseControls.C_Label c_Label1;
  1364. private WinForm.Controls.TxtNumerical txtSPM002;
  1365. private WinForm.Controls.LblLabel lblLabel2;
  1366. private WinForm.Controls.TxtNumerical txtSPM001;
  1367. private WinForm.Controls.LblLabel lblLabel1;
  1368. private WinForm.Controls.LblLabel lblLabel3;
  1369. private WinForm.Controls.TxtNumerical txtPlateLimitNum;
  1370. private Basics.BaseControls.C_Label c_Label2;
  1371. private WinForm.Controls.TxtNumerical txtUnitPrice;
  1372. private System.Windows.Forms.GroupBox groupBox1;
  1373. private WinForm.Controls.LblLabel lblLabel4;
  1374. private WinForm.Controls.LblLabel lblLabel5;
  1375. private WinForm.Controls.TxtCodeNo txtOutletDistance;
  1376. private WinForm.Controls.LblLabel lblLabel6;
  1377. private WinForm.Controls.TxtCodeNo txtMaterialCode;
  1378. private WinForm.Controls.TxtTextBox txtMaterialRemark;
  1379. private WinForm.Controls.LblLabel lblLabel7;
  1380. private WinForm.Controls.TxtTextBox txtPackageNum;
  1381. private WinForm.Controls.LblLabel lblLabel8;
  1382. private WinForm.Controls.TxtNumerical txtCopies;
  1383. private Basics.BaseControls.C_TXT_Digital txtMouldWeight;
  1384. private Basics.BaseControls.C_Label c_Label3;
  1385. private Basics.BaseControls.C_Label c_Label4;
  1386. private Basics.BaseControls.C_TXT_Digital txtMouldCost;
  1387. private Basics.BaseControls.C_CheckBox chkScrapSumFlag;
  1388. private WinForm.Controls.TxtNumerical txtReservedDays;
  1389. private WinForm.Controls.LblLabel lblLabel9;
  1390. private Basics.BaseControls.C_Label lblGoodsType;
  1391. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1392. private Basics.BaseControls.C_Label lblMouldMaterialCode;
  1393. private Basics.BaseControls.C_Label lblWaterLabelCode;
  1394. private Basics.BaseControls.C_Label lblMouldOutputCount;
  1395. private Basics.BaseControls.C_Label lblStandardGroutingNum;
  1396. private WinForm.Controls.TxtNumerical txtMouldOutputCount;
  1397. private Basics.BaseControls.C_TextBox txtWaterLabelCode;
  1398. private Basics.BaseControls.C_TextBox txtMouldMaterialCode;
  1399. private WinForm.Controls.TxtNumerical txtStandardGroutingNum;
  1400. private WinForm.Controls.TxtNumerical txtSEATCOVERCODE;
  1401. private Basics.BaseControls.C_Label c_Label5;
  1402. private WinForm.Controls.TxtNumerical txtNumerical1;
  1403. private WinForm.Controls.LblLabel lblLabel10;
  1404. private WinForm.Controls.TxtCodeNo txtGroutmaterialcode;
  1405. }
  1406. }