F_MST_0502.Designer.cs 95 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.odlgFile = new System.Windows.Forms.OpenFileDialog();
  35. this.ilPic = new System.Windows.Forms.ImageList(this.components);
  36. this.lvPic = new System.Windows.Forms.ListView();
  37. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.lblPhoto = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.cbValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.cbCeaseFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  43. this.txtProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  44. this.txtGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  45. this.txtMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  46. this.txtGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblProductionCycle = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblGlazeWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblMudWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.lblGoodsModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblGoodsSpecification = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.lblLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtLusterwareWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  61. this.btnDelete = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.dtpStartingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtMouldWeight = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  67. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.txtMouldCost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  70. this.chkScrapSumFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  71. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.lblMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.lblWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.lblMouldOutputCount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.lblStandardGroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.txtWaterLabelCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.txtMouldMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  78. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  79. this.tabControl1 = new System.Windows.Forms.TabControl();
  80. this.tabPage1 = new System.Windows.Forms.TabPage();
  81. this.ddlMudStoreType = new Dongke.WinForm.Controls.FtcFilterComboBox();
  82. this.lblMudStoreType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  83. this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
  84. this.groupBox2 = new System.Windows.Forms.GroupBox();
  85. this.txtMouldOutputCount = new Dongke.WinForm.Controls.TxtNumerical();
  86. this.txtStandardGroutingSum = new Dongke.WinForm.Controls.TxtNumerical();
  87. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  88. this.txtStandardGroutingNum = new Dongke.WinForm.Controls.TxtNumerical();
  89. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  90. this.txtSEATCOVERCODE = new Dongke.WinForm.Controls.TxtNumerical();
  91. this.txtReservedDays = new Dongke.WinForm.Controls.TxtNumerical();
  92. this.lblLabel10 = new Dongke.WinForm.Controls.LblLabel();
  93. this.lblLabel9 = new Dongke.WinForm.Controls.LblLabel();
  94. this.txtUnitPrice = new Dongke.WinForm.Controls.TxtNumerical();
  95. this.txtPlateLimitNum = new Dongke.WinForm.Controls.TxtNumerical();
  96. this.lblLabel3 = new Dongke.WinForm.Controls.LblLabel();
  97. this.txtSPM002 = new Dongke.WinForm.Controls.TxtNumerical();
  98. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  99. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  100. this.txtSPM001 = new Dongke.WinForm.Controls.TxtNumerical();
  101. this.tabPage2 = new System.Windows.Forms.TabPage();
  102. this.dgvGoodsSap = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  103. this.LogoID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.colmaterialcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.colmaterialremark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.colWaterLabelCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.colValueflag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  109. this.panel1 = new System.Windows.Forms.Panel();
  110. this.scbSAPCode2 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  111. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  112. this.lblLabel12 = new Dongke.WinForm.Controls.LblLabel();
  113. this.lblLabel11 = new Dongke.WinForm.Controls.LblLabel();
  114. this.txtSAPRemark = new Dongke.WinForm.Controls.TxtTextBox();
  115. this.txtSAPWaterLabelCode = new Dongke.WinForm.Controls.TxtTextBox();
  116. this.label1 = new System.Windows.Forms.Label();
  117. this.groupBox1 = new System.Windows.Forms.GroupBox();
  118. this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  119. this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
  120. this.lblLabel13 = new Dongke.WinForm.Controls.LblLabel();
  121. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  122. this.txtCopies = new Dongke.WinForm.Controls.TxtNumerical();
  123. this.lblLabel7 = new Dongke.WinForm.Controls.LblLabel();
  124. this.txtPackageNum = new Dongke.WinForm.Controls.TxtTextBox();
  125. this.txtMaterialRemark = new Dongke.WinForm.Controls.TxtTextBox();
  126. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  127. this.txtOutletDistance = new Dongke.WinForm.Controls.TxtCodeNo();
  128. this.lblLabel5 = new Dongke.WinForm.Controls.LblLabel();
  129. this.lblLabel4 = new Dongke.WinForm.Controls.LblLabel();
  130. this.txtSAPCode = new Dongke.WinForm.Controls.TxtCodeNo();
  131. this.txtMaterialCode = new Dongke.WinForm.Controls.TxtCodeNo();
  132. this.chkGLT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  133. this.c_Label8 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  134. this.tabControl1.SuspendLayout();
  135. this.tabPage1.SuspendLayout();
  136. this.groupBox2.SuspendLayout();
  137. this.tabPage2.SuspendLayout();
  138. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).BeginInit();
  139. this.panel1.SuspendLayout();
  140. this.groupBox1.SuspendLayout();
  141. this.SuspendLayout();
  142. //
  143. // odlgFile
  144. //
  145. this.odlgFile.FileName = "openFileDialog1";
  146. //
  147. // ilPic
  148. //
  149. this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  150. this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
  151. this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
  152. //
  153. // lvPic
  154. //
  155. this.lvPic.HideSelection = false;
  156. this.lvPic.Location = new System.Drawing.Point(128, 397);
  157. this.lvPic.Name = "lvPic";
  158. this.lvPic.Size = new System.Drawing.Size(454, 99);
  159. this.lvPic.TabIndex = 41;
  160. this.lvPic.UseCompatibleStateImageBehavior = false;
  161. this.lvPic.Visible = false;
  162. this.lvPic.DoubleClick += new System.EventHandler(this.lvPic_DoubleClick);
  163. //
  164. // btnCancel
  165. //
  166. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  167. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  168. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  169. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  170. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.btnCancel.ForeColor = System.Drawing.Color.White;
  172. this.btnCancel.Location = new System.Drawing.Point(687, 354);
  173. this.btnCancel.Name = "btnCancel";
  174. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  175. this.btnCancel.TabIndex = 5;
  176. this.btnCancel.Text = "关闭";
  177. this.btnCancel.UseVisualStyleBackColor = false;
  178. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  179. //
  180. // btnSave
  181. //
  182. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  184. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  185. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnSave.ForeColor = System.Drawing.Color.White;
  187. this.btnSave.Location = new System.Drawing.Point(596, 354);
  188. this.btnSave.Name = "btnSave";
  189. this.btnSave.Size = new System.Drawing.Size(85, 30);
  190. this.btnSave.TabIndex = 4;
  191. this.btnSave.Text = "保存(&S)";
  192. this.btnSave.UseVisualStyleBackColor = false;
  193. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  194. //
  195. // lblPhoto
  196. //
  197. this.lblPhoto.AutoSize = true;
  198. this.lblPhoto.BackColor = System.Drawing.Color.Transparent;
  199. this.lblPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lblPhoto.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.lblPhoto.Location = new System.Drawing.Point(69, 397);
  202. this.lblPhoto.Name = "lblPhoto";
  203. this.lblPhoto.Size = new System.Drawing.Size(53, 12);
  204. this.lblPhoto.TabIndex = 40;
  205. this.lblPhoto.Text = "产品图片";
  206. this.lblPhoto.Visible = false;
  207. //
  208. // txtRemarks
  209. //
  210. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  211. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  212. this.txtRemarks.ErrorMessage = "";
  213. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.txtRemarks.Location = new System.Drawing.Point(61, 170);
  215. this.txtRemarks.MaxLength = 500;
  216. this.txtRemarks.Multiline = true;
  217. this.txtRemarks.Name = "txtRemarks";
  218. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  219. this.txtRemarks.Size = new System.Drawing.Size(454, 143);
  220. this.txtRemarks.TabIndex = 29;
  221. //
  222. // cbValueFlag
  223. //
  224. this.cbValueFlag.AutoSize = true;
  225. this.cbValueFlag.Checked = true;
  226. this.cbValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  227. this.cbValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.cbValueFlag.Location = new System.Drawing.Point(68, 354);
  229. this.cbValueFlag.Name = "cbValueFlag";
  230. this.cbValueFlag.Size = new System.Drawing.Size(48, 16);
  231. this.cbValueFlag.TabIndex = 2;
  232. this.cbValueFlag.Text = "有效";
  233. this.cbValueFlag.UseVisualStyleBackColor = true;
  234. //
  235. // cbCeaseFlag
  236. //
  237. this.cbCeaseFlag.AutoSize = true;
  238. this.cbCeaseFlag.Checked = true;
  239. this.cbCeaseFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  240. this.cbCeaseFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.cbCeaseFlag.Location = new System.Drawing.Point(14, 354);
  242. this.cbCeaseFlag.Name = "cbCeaseFlag";
  243. this.cbCeaseFlag.Size = new System.Drawing.Size(48, 16);
  244. this.cbCeaseFlag.TabIndex = 1;
  245. this.cbCeaseFlag.Text = "在产";
  246. this.cbCeaseFlag.UseVisualStyleBackColor = true;
  247. //
  248. // txtProductionCycle
  249. //
  250. this.txtProductionCycle.AllowNegative = false;
  251. this.txtProductionCycle.BackColor = System.Drawing.SystemColors.Window;
  252. this.txtProductionCycle.BackgroundColor = System.Drawing.SystemColors.Window;
  253. this.txtProductionCycle.ErrorMessage = "";
  254. this.txtProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.txtProductionCycle.ImeMode = System.Windows.Forms.ImeMode.Off;
  256. this.txtProductionCycle.Location = new System.Drawing.Point(418, 7);
  257. this.txtProductionCycle.MaxLength = 10;
  258. this.txtProductionCycle.MaxValue = new decimal(new int[] {
  259. 999,
  260. 0,
  261. 0,
  262. 0});
  263. this.txtProductionCycle.MinValue = new decimal(new int[] {
  264. 0,
  265. 0,
  266. 0,
  267. 0});
  268. this.txtProductionCycle.Name = "txtProductionCycle";
  269. this.txtProductionCycle.Size = new System.Drawing.Size(100, 21);
  270. this.txtProductionCycle.TabIndex = 5;
  271. this.txtProductionCycle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  272. this.txtProductionCycle.TextValue = "";
  273. //
  274. // txtGlazeWeight
  275. //
  276. this.txtGlazeWeight.AllowNegative = false;
  277. this.txtGlazeWeight.BackColor = System.Drawing.SystemColors.Window;
  278. this.txtGlazeWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  279. this.txtGlazeWeight.ErrorMessage = "";
  280. this.txtGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.txtGlazeWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  282. this.txtGlazeWeight.Location = new System.Drawing.Point(418, 34);
  283. this.txtGlazeWeight.MaxLength = 10;
  284. this.txtGlazeWeight.MaxValue = new decimal(new int[] {
  285. 100000,
  286. 0,
  287. 0,
  288. 0});
  289. this.txtGlazeWeight.MinValue = new decimal(new int[] {
  290. 0,
  291. 0,
  292. 0,
  293. 0});
  294. this.txtGlazeWeight.Name = "txtGlazeWeight";
  295. this.txtGlazeWeight.Number = new System.Drawing.Point(5, 3);
  296. this.txtGlazeWeight.Size = new System.Drawing.Size(100, 21);
  297. this.txtGlazeWeight.TabIndex = 11;
  298. this.txtGlazeWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  299. this.txtGlazeWeight.TextValue = "";
  300. //
  301. // txtMudWeight
  302. //
  303. this.txtMudWeight.AllowNegative = false;
  304. this.txtMudWeight.BackColor = System.Drawing.SystemColors.Window;
  305. this.txtMudWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  306. this.txtMudWeight.ErrorMessage = "";
  307. this.txtMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.txtMudWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  309. this.txtMudWeight.Location = new System.Drawing.Point(418, 88);
  310. this.txtMudWeight.MaxLength = 10;
  311. this.txtMudWeight.MaxValue = new decimal(new int[] {
  312. 100000,
  313. 0,
  314. 0,
  315. 0});
  316. this.txtMudWeight.MinValue = new decimal(new int[] {
  317. 0,
  318. 0,
  319. 0,
  320. 0});
  321. this.txtMudWeight.Name = "txtMudWeight";
  322. this.txtMudWeight.Number = new System.Drawing.Point(5, 3);
  323. this.txtMudWeight.Size = new System.Drawing.Size(100, 21);
  324. this.txtMudWeight.TabIndex = 23;
  325. this.txtMudWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  326. this.txtMudWeight.TextValue = "";
  327. //
  328. // txtGoodsModel
  329. //
  330. this.txtGoodsModel.BackColor = System.Drawing.SystemColors.Window;
  331. this.txtGoodsModel.BackgroundColor = System.Drawing.SystemColors.Window;
  332. this.txtGoodsModel.ErrorMessage = "";
  333. this.txtGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.txtGoodsModel.Location = new System.Drawing.Point(229, 34);
  335. this.txtGoodsModel.MaxLength = 50;
  336. this.txtGoodsModel.Name = "txtGoodsModel";
  337. this.txtGoodsModel.Size = new System.Drawing.Size(100, 21);
  338. this.txtGoodsModel.TabIndex = 9;
  339. //
  340. // txtGoodsSpecification
  341. //
  342. this.txtGoodsSpecification.BackColor = System.Drawing.SystemColors.Window;
  343. this.txtGoodsSpecification.BackgroundColor = System.Drawing.SystemColors.Window;
  344. this.txtGoodsSpecification.ErrorMessage = "";
  345. this.txtGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.txtGoodsSpecification.Location = new System.Drawing.Point(229, 61);
  347. this.txtGoodsSpecification.MaxLength = 50;
  348. this.txtGoodsSpecification.Name = "txtGoodsSpecification";
  349. this.txtGoodsSpecification.Size = new System.Drawing.Size(100, 21);
  350. this.txtGoodsSpecification.TabIndex = 15;
  351. //
  352. // txtGoodsName
  353. //
  354. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  355. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  356. this.txtGoodsName.ErrorMessage = "必须输入项目";
  357. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.txtGoodsName.Location = new System.Drawing.Point(229, 7);
  359. this.txtGoodsName.MaxLength = 20;
  360. this.txtGoodsName.Name = "txtGoodsName";
  361. this.txtGoodsName.Size = new System.Drawing.Size(100, 21);
  362. this.txtGoodsName.TabIndex = 3;
  363. //
  364. // txtGoodsCode
  365. //
  366. this.txtGoodsCode.BackColor = System.Drawing.Color.Yellow;
  367. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  368. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  369. this.txtGoodsCode.ErrorMessage = "必须输入项目";
  370. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtGoodsCode.HasError = true;
  372. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  373. this.txtGoodsCode.IsMustInput = true;
  374. this.txtGoodsCode.Location = new System.Drawing.Point(64, 7);
  375. this.txtGoodsCode.MaxLength = 50;
  376. this.txtGoodsCode.Name = "txtGoodsCode";
  377. this.txtGoodsCode.Size = new System.Drawing.Size(100, 21);
  378. this.txtGoodsCode.TabIndex = 1;
  379. //
  380. // lblRemarks
  381. //
  382. this.lblRemarks.AutoSize = true;
  383. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  384. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  386. this.lblRemarks.Location = new System.Drawing.Point(26, 173);
  387. this.lblRemarks.Name = "lblRemarks";
  388. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  389. this.lblRemarks.TabIndex = 28;
  390. this.lblRemarks.Text = "备注";
  391. //
  392. // lblProductionCycle
  393. //
  394. this.lblProductionCycle.AutoSize = true;
  395. this.lblProductionCycle.BackColor = System.Drawing.Color.Transparent;
  396. this.lblProductionCycle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.lblProductionCycle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  398. this.lblProductionCycle.IsMustInput = true;
  399. this.lblProductionCycle.Location = new System.Drawing.Point(335, 11);
  400. this.lblProductionCycle.Name = "lblProductionCycle";
  401. this.lblProductionCycle.Size = new System.Drawing.Size(77, 12);
  402. this.lblProductionCycle.TabIndex = 4;
  403. this.lblProductionCycle.Text = "生产周期(天)";
  404. //
  405. // lblGlazeWeight
  406. //
  407. this.lblGlazeWeight.AutoSize = true;
  408. this.lblGlazeWeight.BackColor = System.Drawing.Color.Transparent;
  409. this.lblGlazeWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.lblGlazeWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  411. this.lblGlazeWeight.Location = new System.Drawing.Point(335, 38);
  412. this.lblGlazeWeight.Name = "lblGlazeWeight";
  413. this.lblGlazeWeight.Size = new System.Drawing.Size(77, 12);
  414. this.lblGlazeWeight.TabIndex = 10;
  415. this.lblGlazeWeight.Text = "釉浆用量(KG)";
  416. //
  417. // lblMudWeight
  418. //
  419. this.lblMudWeight.AutoSize = true;
  420. this.lblMudWeight.BackColor = System.Drawing.Color.Transparent;
  421. this.lblMudWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.lblMudWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  423. this.lblMudWeight.Location = new System.Drawing.Point(335, 92);
  424. this.lblMudWeight.Name = "lblMudWeight";
  425. this.lblMudWeight.Size = new System.Drawing.Size(77, 12);
  426. this.lblMudWeight.TabIndex = 22;
  427. this.lblMudWeight.Text = "泥浆用量(KG)";
  428. //
  429. // lblGlazeTypeID
  430. //
  431. this.lblGlazeTypeID.AutoSize = true;
  432. this.lblGlazeTypeID.BackColor = System.Drawing.Color.Transparent;
  433. this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.lblGlazeTypeID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  435. this.lblGlazeTypeID.IsMustInput = true;
  436. this.lblGlazeTypeID.Location = new System.Drawing.Point(5, 65);
  437. this.lblGlazeTypeID.Name = "lblGlazeTypeID";
  438. this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12);
  439. this.lblGlazeTypeID.TabIndex = 12;
  440. this.lblGlazeTypeID.Text = "釉料类别";
  441. //
  442. // lblGoodsModel
  443. //
  444. this.lblGoodsModel.AutoSize = true;
  445. this.lblGoodsModel.BackColor = System.Drawing.Color.Transparent;
  446. this.lblGoodsModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.lblGoodsModel.ForeColor = System.Drawing.SystemColors.ControlText;
  448. this.lblGoodsModel.Location = new System.Drawing.Point(170, 38);
  449. this.lblGoodsModel.Name = "lblGoodsModel";
  450. this.lblGoodsModel.Size = new System.Drawing.Size(53, 12);
  451. this.lblGoodsModel.TabIndex = 8;
  452. this.lblGoodsModel.Text = "产品型号";
  453. //
  454. // lblGoodsSpecification
  455. //
  456. this.lblGoodsSpecification.AutoSize = true;
  457. this.lblGoodsSpecification.BackColor = System.Drawing.Color.Transparent;
  458. this.lblGoodsSpecification.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.lblGoodsSpecification.ForeColor = System.Drawing.SystemColors.ControlText;
  460. this.lblGoodsSpecification.Location = new System.Drawing.Point(170, 65);
  461. this.lblGoodsSpecification.Name = "lblGoodsSpecification";
  462. this.lblGoodsSpecification.Size = new System.Drawing.Size(53, 12);
  463. this.lblGoodsSpecification.TabIndex = 14;
  464. this.lblGoodsSpecification.Text = "产品规格";
  465. //
  466. // lblGoodsName
  467. //
  468. this.lblGoodsName.AutoSize = true;
  469. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  470. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.lblGoodsName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  472. this.lblGoodsName.IsMustInput = true;
  473. this.lblGoodsName.Location = new System.Drawing.Point(170, 11);
  474. this.lblGoodsName.Name = "lblGoodsName";
  475. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  476. this.lblGoodsName.TabIndex = 2;
  477. this.lblGoodsName.Text = "产品名称";
  478. //
  479. // lblGoodsCode
  480. //
  481. this.lblGoodsCode.AutoSize = true;
  482. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  483. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.lblGoodsCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  485. this.lblGoodsCode.IsMustInput = true;
  486. this.lblGoodsCode.Location = new System.Drawing.Point(5, 11);
  487. this.lblGoodsCode.Name = "lblGoodsCode";
  488. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  489. this.lblGoodsCode.TabIndex = 0;
  490. this.lblGoodsCode.Text = "产品编码";
  491. //
  492. // lblLusterwareWeight
  493. //
  494. this.lblLusterwareWeight.AutoSize = true;
  495. this.lblLusterwareWeight.BackColor = System.Drawing.Color.Transparent;
  496. this.lblLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.lblLusterwareWeight.ForeColor = System.Drawing.SystemColors.ControlText;
  498. this.lblLusterwareWeight.Location = new System.Drawing.Point(335, 65);
  499. this.lblLusterwareWeight.Name = "lblLusterwareWeight";
  500. this.lblLusterwareWeight.Size = new System.Drawing.Size(77, 12);
  501. this.lblLusterwareWeight.TabIndex = 16;
  502. this.lblLusterwareWeight.Text = "光瓷重量(KG)";
  503. //
  504. // txtLusterwareWeight
  505. //
  506. this.txtLusterwareWeight.AllowNegative = false;
  507. this.txtLusterwareWeight.BackColor = System.Drawing.SystemColors.Window;
  508. this.txtLusterwareWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  509. this.txtLusterwareWeight.ErrorMessage = "";
  510. this.txtLusterwareWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  511. this.txtLusterwareWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  512. this.txtLusterwareWeight.Location = new System.Drawing.Point(418, 61);
  513. this.txtLusterwareWeight.MaxLength = 10;
  514. this.txtLusterwareWeight.MaxValue = new decimal(new int[] {
  515. 100000,
  516. 0,
  517. 0,
  518. 0});
  519. this.txtLusterwareWeight.MinValue = new decimal(new int[] {
  520. 0,
  521. 0,
  522. 0,
  523. 0});
  524. this.txtLusterwareWeight.Name = "txtLusterwareWeight";
  525. this.txtLusterwareWeight.Number = new System.Drawing.Point(5, 2);
  526. this.txtLusterwareWeight.Size = new System.Drawing.Size(100, 21);
  527. this.txtLusterwareWeight.TabIndex = 17;
  528. this.txtLusterwareWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  529. this.txtLusterwareWeight.TextValue = "";
  530. //
  531. // btnDelete
  532. //
  533. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  534. this.btnDelete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.BackgroundImage")));
  535. this.btnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.btnDelete.ForeColor = System.Drawing.Color.White;
  537. this.btnDelete.Location = new System.Drawing.Point(3, 283);
  538. this.btnDelete.Name = "btnDelete";
  539. this.btnDelete.Size = new System.Drawing.Size(55, 30);
  540. this.btnDelete.TabIndex = 43;
  541. this.btnDelete.Text = "删除(&E)";
  542. this.btnDelete.UseVisualStyleBackColor = false;
  543. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  544. //
  545. // btnUpload
  546. //
  547. this.btnUpload.BackColor = System.Drawing.Color.Transparent;
  548. this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
  549. this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  550. this.btnUpload.ForeColor = System.Drawing.Color.White;
  551. this.btnUpload.Location = new System.Drawing.Point(3, 247);
  552. this.btnUpload.Name = "btnUpload";
  553. this.btnUpload.Size = new System.Drawing.Size(55, 30);
  554. this.btnUpload.TabIndex = 42;
  555. this.btnUpload.Text = "上传(&U)";
  556. this.btnUpload.UseVisualStyleBackColor = false;
  557. this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
  558. //
  559. // dtpStartingDate
  560. //
  561. this.dtpStartingDate.CustomFormat = "yyyy-MM-dd";
  562. this.dtpStartingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  563. this.dtpStartingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  564. this.dtpStartingDate.Location = new System.Drawing.Point(64, 88);
  565. this.dtpStartingDate.Name = "dtpStartingDate";
  566. this.dtpStartingDate.Size = new System.Drawing.Size(100, 21);
  567. this.dtpStartingDate.TabIndex = 19;
  568. //
  569. // c_Label1
  570. //
  571. this.c_Label1.AutoSize = true;
  572. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  573. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  575. this.c_Label1.IsMustInput = true;
  576. this.c_Label1.Location = new System.Drawing.Point(5, 92);
  577. this.c_Label1.Name = "c_Label1";
  578. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  579. this.c_Label1.TabIndex = 18;
  580. this.c_Label1.Text = "投产日期";
  581. //
  582. // c_Label2
  583. //
  584. this.c_Label2.AutoSize = true;
  585. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  586. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  588. this.c_Label2.Location = new System.Drawing.Point(170, 92);
  589. this.c_Label2.Name = "c_Label2";
  590. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  591. this.c_Label2.TabIndex = 20;
  592. this.c_Label2.Text = "产品单值";
  593. //
  594. // txtMouldWeight
  595. //
  596. this.txtMouldWeight.AllowNegative = false;
  597. this.txtMouldWeight.BackColor = System.Drawing.SystemColors.Window;
  598. this.txtMouldWeight.BackgroundColor = System.Drawing.SystemColors.Window;
  599. this.txtMouldWeight.ErrorMessage = "";
  600. this.txtMouldWeight.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  601. this.txtMouldWeight.ImeMode = System.Windows.Forms.ImeMode.Off;
  602. this.txtMouldWeight.Location = new System.Drawing.Point(62, 128);
  603. this.txtMouldWeight.MaxLength = 10;
  604. this.txtMouldWeight.MaxValue = new decimal(new int[] {
  605. 100000,
  606. 0,
  607. 0,
  608. 0});
  609. this.txtMouldWeight.MinValue = new decimal(new int[] {
  610. 0,
  611. 0,
  612. 0,
  613. 0});
  614. this.txtMouldWeight.Name = "txtMouldWeight";
  615. this.txtMouldWeight.Number = new System.Drawing.Point(5, 2);
  616. this.txtMouldWeight.Size = new System.Drawing.Size(164, 21);
  617. this.txtMouldWeight.TabIndex = 7;
  618. this.txtMouldWeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  619. this.txtMouldWeight.TextValue = "";
  620. //
  621. // c_Label3
  622. //
  623. this.c_Label3.AutoSize = true;
  624. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  625. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  627. this.c_Label3.Location = new System.Drawing.Point(6, 132);
  628. this.c_Label3.Name = "c_Label3";
  629. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  630. this.c_Label3.TabIndex = 6;
  631. this.c_Label3.Text = "重量(KG)";
  632. //
  633. // c_Label4
  634. //
  635. this.c_Label4.AutoSize = true;
  636. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  637. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  638. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  639. this.c_Label4.Location = new System.Drawing.Point(6, 159);
  640. this.c_Label4.Name = "c_Label4";
  641. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  642. this.c_Label4.TabIndex = 8;
  643. this.c_Label4.Text = "成本(元)";
  644. //
  645. // txtMouldCost
  646. //
  647. this.txtMouldCost.AllowNegative = false;
  648. this.txtMouldCost.BackColor = System.Drawing.SystemColors.Window;
  649. this.txtMouldCost.BackgroundColor = System.Drawing.SystemColors.Window;
  650. this.txtMouldCost.ErrorMessage = "";
  651. this.txtMouldCost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.txtMouldCost.ImeMode = System.Windows.Forms.ImeMode.Off;
  653. this.txtMouldCost.Location = new System.Drawing.Point(62, 155);
  654. this.txtMouldCost.MaxLength = 10;
  655. this.txtMouldCost.MaxValue = new decimal(new int[] {
  656. 100000,
  657. 0,
  658. 0,
  659. 0});
  660. this.txtMouldCost.MinValue = new decimal(new int[] {
  661. 0,
  662. 0,
  663. 0,
  664. 0});
  665. this.txtMouldCost.Name = "txtMouldCost";
  666. this.txtMouldCost.Number = new System.Drawing.Point(5, 2);
  667. this.txtMouldCost.Size = new System.Drawing.Size(164, 21);
  668. this.txtMouldCost.TabIndex = 9;
  669. this.txtMouldCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  670. this.txtMouldCost.TextValue = "";
  671. //
  672. // chkScrapSumFlag
  673. //
  674. this.chkScrapSumFlag.AutoSize = true;
  675. this.chkScrapSumFlag.Checked = true;
  676. this.chkScrapSumFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  677. this.chkScrapSumFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.chkScrapSumFlag.Location = new System.Drawing.Point(122, 354);
  679. this.chkScrapSumFlag.Name = "chkScrapSumFlag";
  680. this.chkScrapSumFlag.Size = new System.Drawing.Size(156, 16);
  681. this.chkScrapSumFlag.TabIndex = 3;
  682. this.chkScrapSumFlag.Text = "损失统计(废品损失表用)";
  683. this.chkScrapSumFlag.UseVisualStyleBackColor = true;
  684. //
  685. // lblGoodsType
  686. //
  687. this.lblGoodsType.AutoSize = true;
  688. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  689. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  690. this.lblGoodsType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  691. this.lblGoodsType.IsMustInput = true;
  692. this.lblGoodsType.Location = new System.Drawing.Point(5, 38);
  693. this.lblGoodsType.Name = "lblGoodsType";
  694. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  695. this.lblGoodsType.TabIndex = 6;
  696. this.lblGoodsType.Text = "产品类别";
  697. //
  698. // lblMouldMaterialCode
  699. //
  700. this.lblMouldMaterialCode.AutoSize = true;
  701. this.lblMouldMaterialCode.BackColor = System.Drawing.Color.Transparent;
  702. this.lblMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.lblMouldMaterialCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  704. this.lblMouldMaterialCode.IsMustInput = true;
  705. this.lblMouldMaterialCode.Location = new System.Drawing.Point(6, 24);
  706. this.lblMouldMaterialCode.Name = "lblMouldMaterialCode";
  707. this.lblMouldMaterialCode.Size = new System.Drawing.Size(53, 12);
  708. this.lblMouldMaterialCode.TabIndex = 0;
  709. this.lblMouldMaterialCode.Text = "物料编码";
  710. //
  711. // lblWaterLabelCode
  712. //
  713. this.lblWaterLabelCode.AutoSize = true;
  714. this.lblWaterLabelCode.BackColor = System.Drawing.Color.Transparent;
  715. this.lblWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.lblWaterLabelCode.ForeColor = System.Drawing.SystemColors.ControlText;
  717. this.lblWaterLabelCode.Location = new System.Drawing.Point(5, 119);
  718. this.lblWaterLabelCode.Name = "lblWaterLabelCode";
  719. this.lblWaterLabelCode.Size = new System.Drawing.Size(53, 12);
  720. this.lblWaterLabelCode.TabIndex = 24;
  721. this.lblWaterLabelCode.Text = "水效标识";
  722. //
  723. // lblMouldOutputCount
  724. //
  725. this.lblMouldOutputCount.AutoSize = true;
  726. this.lblMouldOutputCount.BackColor = System.Drawing.Color.Transparent;
  727. this.lblMouldOutputCount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.lblMouldOutputCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  729. this.lblMouldOutputCount.IsMustInput = true;
  730. this.lblMouldOutputCount.Location = new System.Drawing.Point(6, 51);
  731. this.lblMouldOutputCount.Name = "lblMouldOutputCount";
  732. this.lblMouldOutputCount.Size = new System.Drawing.Size(53, 12);
  733. this.lblMouldOutputCount.TabIndex = 2;
  734. this.lblMouldOutputCount.Text = "产出数量";
  735. //
  736. // lblStandardGroutingNum
  737. //
  738. this.lblStandardGroutingNum.AutoSize = true;
  739. this.lblStandardGroutingNum.BackColor = System.Drawing.Color.Transparent;
  740. this.lblStandardGroutingNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.lblStandardGroutingNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  742. this.lblStandardGroutingNum.IsMustInput = true;
  743. this.lblStandardGroutingNum.Location = new System.Drawing.Point(6, 78);
  744. this.lblStandardGroutingNum.Name = "lblStandardGroutingNum";
  745. this.lblStandardGroutingNum.Size = new System.Drawing.Size(53, 12);
  746. this.lblStandardGroutingNum.TabIndex = 4;
  747. this.lblStandardGroutingNum.Text = "标准次数";
  748. //
  749. // txtWaterLabelCode
  750. //
  751. this.txtWaterLabelCode.BackColor = System.Drawing.SystemColors.Window;
  752. this.txtWaterLabelCode.BackgroundColor = System.Drawing.SystemColors.Window;
  753. this.txtWaterLabelCode.ErrorMessage = "";
  754. this.txtWaterLabelCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  755. this.txtWaterLabelCode.Location = new System.Drawing.Point(64, 115);
  756. this.txtWaterLabelCode.MaxLength = 100;
  757. this.txtWaterLabelCode.Name = "txtWaterLabelCode";
  758. this.txtWaterLabelCode.Size = new System.Drawing.Size(265, 21);
  759. this.txtWaterLabelCode.TabIndex = 25;
  760. //
  761. // txtMouldMaterialCode
  762. //
  763. this.txtMouldMaterialCode.BackColor = System.Drawing.SystemColors.Window;
  764. this.txtMouldMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
  765. this.txtMouldMaterialCode.ErrorMessage = "";
  766. this.txtMouldMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  767. this.txtMouldMaterialCode.Location = new System.Drawing.Point(62, 20);
  768. this.txtMouldMaterialCode.MaxLength = 50;
  769. this.txtMouldMaterialCode.Name = "txtMouldMaterialCode";
  770. this.txtMouldMaterialCode.Size = new System.Drawing.Size(164, 21);
  771. this.txtMouldMaterialCode.TabIndex = 1;
  772. //
  773. // c_Label5
  774. //
  775. this.c_Label5.AutoSize = true;
  776. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  777. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  779. this.c_Label5.Location = new System.Drawing.Point(353, 119);
  780. this.c_Label5.Name = "c_Label5";
  781. this.c_Label5.Size = new System.Drawing.Size(59, 12);
  782. this.c_Label5.TabIndex = 26;
  783. this.c_Label5.Text = "PLC标识码";
  784. //
  785. // tabControl1
  786. //
  787. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  788. | System.Windows.Forms.AnchorStyles.Left)
  789. | System.Windows.Forms.AnchorStyles.Right)));
  790. this.tabControl1.Controls.Add(this.tabPage1);
  791. this.tabControl1.Controls.Add(this.tabPage2);
  792. this.tabControl1.Location = new System.Drawing.Point(3, 3);
  793. this.tabControl1.Name = "tabControl1";
  794. this.tabControl1.SelectedIndex = 0;
  795. this.tabControl1.Size = new System.Drawing.Size(769, 345);
  796. this.tabControl1.TabIndex = 0;
  797. //
  798. // tabPage1
  799. //
  800. this.tabPage1.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  801. this.tabPage1.Controls.Add(this.ddlMudStoreType);
  802. this.tabPage1.Controls.Add(this.lblMudStoreType);
  803. this.tabPage1.Controls.Add(this.ddlGlazeTypeID);
  804. this.tabPage1.Controls.Add(this.btnUpload);
  805. this.tabPage1.Controls.Add(this.btnDelete);
  806. this.tabPage1.Controls.Add(this.groupBox2);
  807. this.tabPage1.Controls.Add(this.lblGoodsType);
  808. this.tabPage1.Controls.Add(this.scbGoodsType);
  809. this.tabPage1.Controls.Add(this.txtGoodsCode);
  810. this.tabPage1.Controls.Add(this.lblGoodsCode);
  811. this.tabPage1.Controls.Add(this.txtSEATCOVERCODE);
  812. this.tabPage1.Controls.Add(this.lblGoodsName);
  813. this.tabPage1.Controls.Add(this.c_Label8);
  814. this.tabPage1.Controls.Add(this.c_Label5);
  815. this.tabPage1.Controls.Add(this.lblGoodsSpecification);
  816. this.tabPage1.Controls.Add(this.lblGoodsModel);
  817. this.tabPage1.Controls.Add(this.lblGlazeTypeID);
  818. this.tabPage1.Controls.Add(this.txtWaterLabelCode);
  819. this.tabPage1.Controls.Add(this.c_Label1);
  820. this.tabPage1.Controls.Add(this.lblMudWeight);
  821. this.tabPage1.Controls.Add(this.lblGlazeWeight);
  822. this.tabPage1.Controls.Add(this.lblProductionCycle);
  823. this.tabPage1.Controls.Add(this.lblWaterLabelCode);
  824. this.tabPage1.Controls.Add(this.lblRemarks);
  825. this.tabPage1.Controls.Add(this.txtGoodsName);
  826. this.tabPage1.Controls.Add(this.txtGoodsSpecification);
  827. this.tabPage1.Controls.Add(this.txtGoodsModel);
  828. this.tabPage1.Controls.Add(this.txtReservedDays);
  829. this.tabPage1.Controls.Add(this.txtMudWeight);
  830. this.tabPage1.Controls.Add(this.lblLabel10);
  831. this.tabPage1.Controls.Add(this.lblLabel9);
  832. this.tabPage1.Controls.Add(this.txtGlazeWeight);
  833. this.tabPage1.Controls.Add(this.txtProductionCycle);
  834. this.tabPage1.Controls.Add(this.c_Label2);
  835. this.tabPage1.Controls.Add(this.txtRemarks);
  836. this.tabPage1.Controls.Add(this.txtUnitPrice);
  837. this.tabPage1.Controls.Add(this.lblLusterwareWeight);
  838. this.tabPage1.Controls.Add(this.txtPlateLimitNum);
  839. this.tabPage1.Controls.Add(this.txtLusterwareWeight);
  840. this.tabPage1.Controls.Add(this.lblLabel3);
  841. this.tabPage1.Controls.Add(this.dtpStartingDate);
  842. this.tabPage1.Controls.Add(this.txtSPM002);
  843. this.tabPage1.Controls.Add(this.lblLabel1);
  844. this.tabPage1.Controls.Add(this.lblLabel2);
  845. this.tabPage1.Controls.Add(this.txtSPM001);
  846. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  847. this.tabPage1.Name = "tabPage1";
  848. this.tabPage1.Size = new System.Drawing.Size(761, 319);
  849. this.tabPage1.TabIndex = 0;
  850. this.tabPage1.Text = "基础信息";
  851. //
  852. // ddlMudStoreType
  853. //
  854. this.ddlMudStoreType.FormattingEnabled = true;
  855. this.ddlMudStoreType.HasNullData = true;
  856. this.ddlMudStoreType.Location = new System.Drawing.Point(64, 144);
  857. this.ddlMudStoreType.Name = "ddlMudStoreType";
  858. this.ddlMudStoreType.ShowMustInputAlert = false;
  859. this.ddlMudStoreType.Size = new System.Drawing.Size(100, 20);
  860. this.ddlMudStoreType.TabIndex = 62;
  861. //
  862. // lblMudStoreType
  863. //
  864. this.lblMudStoreType.AutoSize = true;
  865. this.lblMudStoreType.BackColor = System.Drawing.Color.Transparent;
  866. this.lblMudStoreType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  867. this.lblMudStoreType.ForeColor = System.Drawing.SystemColors.ControlText;
  868. this.lblMudStoreType.Location = new System.Drawing.Point(5, 147);
  869. this.lblMudStoreType.Name = "lblMudStoreType";
  870. this.lblMudStoreType.Size = new System.Drawing.Size(53, 12);
  871. this.lblMudStoreType.TabIndex = 61;
  872. this.lblMudStoreType.Text = "坯库类型";
  873. //
  874. // ddlGlazeTypeID
  875. //
  876. this.ddlGlazeTypeID.FormattingEnabled = true;
  877. this.ddlGlazeTypeID.Location = new System.Drawing.Point(64, 61);
  878. this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
  879. this.ddlGlazeTypeID.ShowMustInputAlert = false;
  880. this.ddlGlazeTypeID.Size = new System.Drawing.Size(100, 20);
  881. this.ddlGlazeTypeID.TabIndex = 58;
  882. //
  883. // groupBox2
  884. //
  885. this.groupBox2.Controls.Add(this.txtMouldMaterialCode);
  886. this.groupBox2.Controls.Add(this.lblMouldMaterialCode);
  887. this.groupBox2.Controls.Add(this.txtMouldOutputCount);
  888. this.groupBox2.Controls.Add(this.lblMouldOutputCount);
  889. this.groupBox2.Controls.Add(this.txtStandardGroutingSum);
  890. this.groupBox2.Controls.Add(this.c_Label7);
  891. this.groupBox2.Controls.Add(this.txtStandardGroutingNum);
  892. this.groupBox2.Controls.Add(this.lblStandardGroutingNum);
  893. this.groupBox2.Controls.Add(this.txtMouldWeight);
  894. this.groupBox2.Controls.Add(this.c_Label3);
  895. this.groupBox2.Controls.Add(this.c_Label4);
  896. this.groupBox2.Controls.Add(this.txtMouldCost);
  897. this.groupBox2.Location = new System.Drawing.Point(526, 127);
  898. this.groupBox2.Name = "groupBox2";
  899. this.groupBox2.Size = new System.Drawing.Size(232, 186);
  900. this.groupBox2.TabIndex = 39;
  901. this.groupBox2.TabStop = false;
  902. this.groupBox2.Text = "模具属性";
  903. //
  904. // txtMouldOutputCount
  905. //
  906. this.txtMouldOutputCount.CanLostFocusOnError = false;
  907. this.txtMouldOutputCount.DataValue = new decimal(new int[] {
  908. 1,
  909. 0,
  910. 0,
  911. 0});
  912. this.txtMouldOutputCount.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  913. this.txtMouldOutputCount.Location = new System.Drawing.Point(62, 47);
  914. this.txtMouldOutputCount.MaxValue = new decimal(new int[] {
  915. 999,
  916. 0,
  917. 0,
  918. 0});
  919. this.txtMouldOutputCount.MinValue = new decimal(new int[] {
  920. 1,
  921. 0,
  922. 0,
  923. 0});
  924. this.txtMouldOutputCount.MustInput = true;
  925. this.txtMouldOutputCount.Name = "txtMouldOutputCount";
  926. this.txtMouldOutputCount.ShowMustInputAlert = false;
  927. this.txtMouldOutputCount.Size = new System.Drawing.Size(164, 21);
  928. this.txtMouldOutputCount.TabIndex = 3;
  929. this.txtMouldOutputCount.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
  930. //
  931. // txtStandardGroutingSum
  932. //
  933. this.txtStandardGroutingSum.DataValue = new decimal(new int[] {
  934. 1,
  935. 0,
  936. 0,
  937. 0});
  938. this.txtStandardGroutingSum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  939. this.txtStandardGroutingSum.Location = new System.Drawing.Point(62, 101);
  940. this.txtStandardGroutingSum.MaxValue = new decimal(new int[] {
  941. 999999,
  942. 0,
  943. 0,
  944. 0});
  945. this.txtStandardGroutingSum.MinValue = new decimal(new int[] {
  946. 1,
  947. 0,
  948. 0,
  949. 0});
  950. this.txtStandardGroutingSum.Name = "txtStandardGroutingSum";
  951. this.txtStandardGroutingSum.ReadOnly = true;
  952. this.txtStandardGroutingSum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  953. this.txtStandardGroutingSum.ShowMustInputAlert = false;
  954. this.txtStandardGroutingSum.Size = new System.Drawing.Size(164, 21);
  955. this.txtStandardGroutingSum.TabIndex = 5;
  956. //
  957. // c_Label7
  958. //
  959. this.c_Label7.AutoSize = true;
  960. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  961. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  962. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  963. this.c_Label7.Location = new System.Drawing.Point(6, 105);
  964. this.c_Label7.Name = "c_Label7";
  965. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  966. this.c_Label7.TabIndex = 4;
  967. this.c_Label7.Text = "标准总数";
  968. //
  969. // txtStandardGroutingNum
  970. //
  971. this.txtStandardGroutingNum.DataValue = new decimal(new int[] {
  972. 1,
  973. 0,
  974. 0,
  975. 0});
  976. this.txtStandardGroutingNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  977. this.txtStandardGroutingNum.Location = new System.Drawing.Point(62, 74);
  978. this.txtStandardGroutingNum.MaxValue = new decimal(new int[] {
  979. 999999,
  980. 0,
  981. 0,
  982. 0});
  983. this.txtStandardGroutingNum.MinValue = new decimal(new int[] {
  984. 1,
  985. 0,
  986. 0,
  987. 0});
  988. this.txtStandardGroutingNum.MustInput = true;
  989. this.txtStandardGroutingNum.Name = "txtStandardGroutingNum";
  990. this.txtStandardGroutingNum.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  991. this.txtStandardGroutingNum.ShowMustInputAlert = false;
  992. this.txtStandardGroutingNum.Size = new System.Drawing.Size(164, 21);
  993. this.txtStandardGroutingNum.TabIndex = 5;
  994. this.txtStandardGroutingNum.TextChanged += new System.EventHandler(this.txtMouldOutputCount_TextChanged);
  995. //
  996. // scbGoodsType
  997. //
  998. this.scbGoodsType.CheckedData = null;
  999. this.scbGoodsType.IsOnlyDisplayEnd = false;
  1000. this.scbGoodsType.Location = new System.Drawing.Point(64, 34);
  1001. this.scbGoodsType.Name = "scbGoodsType";
  1002. this.scbGoodsType.Size = new System.Drawing.Size(100, 21);
  1003. this.scbGoodsType.TabIndex = 7;
  1004. //
  1005. // txtSEATCOVERCODE
  1006. //
  1007. this.txtSEATCOVERCODE.CanLostFocusOnError = false;
  1008. this.txtSEATCOVERCODE.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.None;
  1009. this.txtSEATCOVERCODE.Location = new System.Drawing.Point(418, 115);
  1010. this.txtSEATCOVERCODE.MaxValue = new decimal(new int[] {
  1011. 999999,
  1012. 0,
  1013. 0,
  1014. 0});
  1015. this.txtSEATCOVERCODE.MinValue = new decimal(new int[] {
  1016. 0,
  1017. 0,
  1018. 0,
  1019. 0});
  1020. this.txtSEATCOVERCODE.Name = "txtSEATCOVERCODE";
  1021. this.txtSEATCOVERCODE.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  1022. this.txtSEATCOVERCODE.ShowMustInputAlert = false;
  1023. this.txtSEATCOVERCODE.Size = new System.Drawing.Size(100, 21);
  1024. this.txtSEATCOVERCODE.TabIndex = 27;
  1025. this.txtSEATCOVERCODE.ThousandsSeparator = Dongke.WinForm.Controls.ShowDigitalKind.None;
  1026. //
  1027. // txtReservedDays
  1028. //
  1029. this.txtReservedDays.CanLostFocusOnError = false;
  1030. this.txtReservedDays.DataValue = new decimal(new int[] {
  1031. 0,
  1032. 0,
  1033. 0,
  1034. 0});
  1035. this.txtReservedDays.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1036. this.txtReservedDays.Location = new System.Drawing.Point(607, 89);
  1037. this.txtReservedDays.MaxValue = new decimal(new int[] {
  1038. 999,
  1039. 0,
  1040. 0,
  1041. 0});
  1042. this.txtReservedDays.MinValue = new decimal(new int[] {
  1043. 0,
  1044. 0,
  1045. 0,
  1046. 0});
  1047. this.txtReservedDays.MustInput = true;
  1048. this.txtReservedDays.Name = "txtReservedDays";
  1049. this.txtReservedDays.ShowMustInputAlert = false;
  1050. this.txtReservedDays.Size = new System.Drawing.Size(67, 21);
  1051. this.txtReservedDays.TabIndex = 37;
  1052. //
  1053. // lblLabel10
  1054. //
  1055. this.lblLabel10.Location = new System.Drawing.Point(524, 112);
  1056. this.lblLabel10.Name = "lblLabel10";
  1057. this.lblLabel10.Size = new System.Drawing.Size(113, 12);
  1058. this.lblLabel10.TabIndex = 38;
  1059. this.lblLabel10.Text = "(成型存坯汇总表用)";
  1060. //
  1061. // lblLabel9
  1062. //
  1063. this.lblLabel9.Location = new System.Drawing.Point(524, 92);
  1064. this.lblLabel9.MustInput = true;
  1065. this.lblLabel9.Name = "lblLabel9";
  1066. this.lblLabel9.Size = new System.Drawing.Size(77, 12);
  1067. this.lblLabel9.TabIndex = 36;
  1068. this.lblLabel9.Text = "成型存坯天数";
  1069. //
  1070. // txtUnitPrice
  1071. //
  1072. this.txtUnitPrice.CanLostFocusOnError = false;
  1073. this.txtUnitPrice.DataValue = new decimal(new int[] {
  1074. 0,
  1075. 0,
  1076. 0,
  1077. 0});
  1078. this.txtUnitPrice.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1079. this.txtUnitPrice.Location = new System.Drawing.Point(229, 88);
  1080. this.txtUnitPrice.MaxValue = new decimal(new int[] {
  1081. 1000000,
  1082. 0,
  1083. 0,
  1084. 0});
  1085. this.txtUnitPrice.MinValue = new decimal(new int[] {
  1086. 0,
  1087. 0,
  1088. 0,
  1089. 0});
  1090. this.txtUnitPrice.Name = "txtUnitPrice";
  1091. this.txtUnitPrice.Number = new System.Drawing.Point(6, 6);
  1092. this.txtUnitPrice.ShowMustInputAlert = false;
  1093. this.txtUnitPrice.Size = new System.Drawing.Size(100, 21);
  1094. this.txtUnitPrice.TabIndex = 21;
  1095. //
  1096. // txtPlateLimitNum
  1097. //
  1098. this.txtPlateLimitNum.CanLostFocusOnError = false;
  1099. this.txtPlateLimitNum.DataValue = new decimal(new int[] {
  1100. 0,
  1101. 0,
  1102. 0,
  1103. 0});
  1104. this.txtPlateLimitNum.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1105. this.txtPlateLimitNum.Location = new System.Drawing.Point(607, 61);
  1106. this.txtPlateLimitNum.MaxValue = new decimal(new int[] {
  1107. 999,
  1108. 0,
  1109. 0,
  1110. 0});
  1111. this.txtPlateLimitNum.MinValue = new decimal(new int[] {
  1112. 0,
  1113. 0,
  1114. 0,
  1115. 0});
  1116. this.txtPlateLimitNum.MustInput = true;
  1117. this.txtPlateLimitNum.Name = "txtPlateLimitNum";
  1118. this.txtPlateLimitNum.ShowMustInputAlert = false;
  1119. this.txtPlateLimitNum.Size = new System.Drawing.Size(67, 21);
  1120. this.txtPlateLimitNum.TabIndex = 35;
  1121. //
  1122. // lblLabel3
  1123. //
  1124. this.lblLabel3.Location = new System.Drawing.Point(524, 65);
  1125. this.lblLabel3.MustInput = true;
  1126. this.lblLabel3.Name = "lblLabel3";
  1127. this.lblLabel3.Size = new System.Drawing.Size(77, 12);
  1128. this.lblLabel3.TabIndex = 34;
  1129. this.lblLabel3.Text = "装板限制数量";
  1130. //
  1131. // txtSPM002
  1132. //
  1133. this.txtSPM002.CanLostFocusOnError = false;
  1134. this.txtSPM002.DataValue = new decimal(new int[] {
  1135. 0,
  1136. 0,
  1137. 0,
  1138. 0});
  1139. this.txtSPM002.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1140. this.txtSPM002.Location = new System.Drawing.Point(607, 35);
  1141. this.txtSPM002.MaxValue = new decimal(new int[] {
  1142. 999,
  1143. 0,
  1144. 0,
  1145. 0});
  1146. this.txtSPM002.MinValue = new decimal(new int[] {
  1147. 0,
  1148. 0,
  1149. 0,
  1150. 0});
  1151. this.txtSPM002.MustInput = true;
  1152. this.txtSPM002.Name = "txtSPM002";
  1153. this.txtSPM002.ShowMustInputAlert = false;
  1154. this.txtSPM002.Size = new System.Drawing.Size(67, 21);
  1155. this.txtSPM002.TabIndex = 33;
  1156. //
  1157. // lblLabel1
  1158. //
  1159. this.lblLabel1.Location = new System.Drawing.Point(524, 11);
  1160. this.lblLabel1.MustInput = true;
  1161. this.lblLabel1.Name = "lblLabel1";
  1162. this.lblLabel1.Size = new System.Drawing.Size(77, 12);
  1163. this.lblLabel1.TabIndex = 30;
  1164. this.lblLabel1.Text = "自动报损天数";
  1165. this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1166. //
  1167. // lblLabel2
  1168. //
  1169. this.lblLabel2.Location = new System.Drawing.Point(524, 38);
  1170. this.lblLabel2.MustInput = true;
  1171. this.lblLabel2.Name = "lblLabel2";
  1172. this.lblLabel2.Size = new System.Drawing.Size(77, 12);
  1173. this.lblLabel2.TabIndex = 32;
  1174. this.lblLabel2.Text = "交坯限制天数";
  1175. this.lblLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1176. //
  1177. // txtSPM001
  1178. //
  1179. this.txtSPM001.CanLostFocusOnError = false;
  1180. this.txtSPM001.DataValue = new decimal(new int[] {
  1181. 0,
  1182. 0,
  1183. 0,
  1184. 0});
  1185. this.txtSPM001.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1186. this.txtSPM001.Location = new System.Drawing.Point(607, 8);
  1187. this.txtSPM001.MaxValue = new decimal(new int[] {
  1188. 999,
  1189. 0,
  1190. 0,
  1191. 0});
  1192. this.txtSPM001.MinValue = new decimal(new int[] {
  1193. 0,
  1194. 0,
  1195. 0,
  1196. 0});
  1197. this.txtSPM001.MustInput = true;
  1198. this.txtSPM001.Name = "txtSPM001";
  1199. this.txtSPM001.ShowMustInputAlert = false;
  1200. this.txtSPM001.Size = new System.Drawing.Size(67, 21);
  1201. this.txtSPM001.TabIndex = 31;
  1202. //
  1203. // tabPage2
  1204. //
  1205. this.tabPage2.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg;
  1206. this.tabPage2.Controls.Add(this.dgvGoodsSap);
  1207. this.tabPage2.Controls.Add(this.panel1);
  1208. this.tabPage2.Controls.Add(this.label1);
  1209. this.tabPage2.Controls.Add(this.groupBox1);
  1210. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1211. this.tabPage2.Name = "tabPage2";
  1212. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1213. this.tabPage2.Size = new System.Drawing.Size(761, 319);
  1214. this.tabPage2.TabIndex = 1;
  1215. this.tabPage2.Text = "物料信息";
  1216. //
  1217. // dgvGoodsSap
  1218. //
  1219. this.dgvGoodsSap.AllowUserToAddRows = false;
  1220. this.dgvGoodsSap.AllowUserToDeleteRows = false;
  1221. this.dgvGoodsSap.AllowUserToModifyRows = true;
  1222. this.dgvGoodsSap.AllowUserToOrderColumns = true;
  1223. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  1224. this.dgvGoodsSap.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  1225. this.dgvGoodsSap.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1226. this.dgvGoodsSap.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  1227. this.dgvGoodsSap.CellHeight = 23;
  1228. this.dgvGoodsSap.ChildNodeColumnName = null;
  1229. this.dgvGoodsSap.ChildNodeColumnText = null;
  1230. this.dgvGoodsSap.ColumnDeep = 1;
  1231. this.dgvGoodsSap.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1232. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1233. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  1234. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1235. dataGridViewCellStyle18.ForeColor = System.Drawing.Color.White;
  1236. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1237. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1238. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  1239. this.dgvGoodsSap.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  1240. this.dgvGoodsSap.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1241. this.dgvGoodsSap.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1242. this.LogoID,
  1243. this.logoName,
  1244. this.colmaterialcode,
  1245. this.colmaterialremark,
  1246. this.colWaterLabelCode,
  1247. this.colValueflag});
  1248. this.dgvGoodsSap.ColumnTreeView = null;
  1249. this.dgvGoodsSap.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  1250. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1251. dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
  1252. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1253. dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
  1254. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1255. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1256. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  1257. this.dgvGoodsSap.DefaultCellStyle = dataGridViewCellStyle19;
  1258. this.dgvGoodsSap.DynamicColumnName = "";
  1259. this.dgvGoodsSap.EnableHeadersVisualStyles = false;
  1260. this.dgvGoodsSap.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1261. this.dgvGoodsSap.FormatQuantityColumns = null;
  1262. this.dgvGoodsSap.HorizontalMergeColumn = null;
  1263. this.dgvGoodsSap.IsAutoCountSum = true;
  1264. this.dgvGoodsSap.IsAutoResizeColumns = false;
  1265. this.dgvGoodsSap.IsClickF12 = false;
  1266. this.dgvGoodsSap.IsOpenMergeCellFlag = false;
  1267. this.dgvGoodsSap.IsSubTotalFlag = false;
  1268. this.dgvGoodsSap.IsTopDeep = false;
  1269. this.dgvGoodsSap.Location = new System.Drawing.Point(201, 3);
  1270. this.dgvGoodsSap.MergeColumnNames = null;
  1271. this.dgvGoodsSap.MergeDetailColumnNames = null;
  1272. this.dgvGoodsSap.MergeDetailOnlyColumn = null;
  1273. this.dgvGoodsSap.MergeOnlyColumn = null;
  1274. this.dgvGoodsSap.Name = "dgvGoodsSap";
  1275. this.dgvGoodsSap.ReadOnly = true;
  1276. this.dgvGoodsSap.RefreshAtHscroll = false;
  1277. this.dgvGoodsSap.RowHeadersWidth = 50;
  1278. this.dgvGoodsSap.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1279. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1280. this.dgvGoodsSap.RowsDefaultCellStyle = dataGridViewCellStyle20;
  1281. this.dgvGoodsSap.RowTemplate.Height = 21;
  1282. this.dgvGoodsSap.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1283. this.dgvGoodsSap.Size = new System.Drawing.Size(554, 227);
  1284. this.dgvGoodsSap.SortOrderColumnName = null;
  1285. this.dgvGoodsSap.TabIndex = 1;
  1286. this.dgvGoodsSap.Tag = "";
  1287. this.dgvGoodsSap.TotalSumColumns = null;
  1288. this.dgvGoodsSap.ViewRowFilter = "";
  1289. this.dgvGoodsSap.VirtualMode = true;
  1290. this.dgvGoodsSap.SelectionChanged += new System.EventHandler(this.dgvGoodsSap_SelectionChanged);
  1291. //
  1292. // LogoID
  1293. //
  1294. this.LogoID.HeaderText = "LogoID";
  1295. this.LogoID.Name = "LogoID";
  1296. this.LogoID.ReadOnly = true;
  1297. this.LogoID.Visible = false;
  1298. //
  1299. // logoName
  1300. //
  1301. this.logoName.DataPropertyName = "logoName";
  1302. this.logoName.HeaderText = "产品商标";
  1303. this.logoName.Name = "logoName";
  1304. this.logoName.ReadOnly = true;
  1305. //
  1306. // colmaterialcode
  1307. //
  1308. this.colmaterialcode.DataPropertyName = "materialcode";
  1309. this.colmaterialcode.HeaderText = "物料编码";
  1310. this.colmaterialcode.Name = "colmaterialcode";
  1311. this.colmaterialcode.ReadOnly = true;
  1312. //
  1313. // colmaterialremark
  1314. //
  1315. this.colmaterialremark.DataPropertyName = "materialremark";
  1316. this.colmaterialremark.HeaderText = "物料描述";
  1317. this.colmaterialremark.Name = "colmaterialremark";
  1318. this.colmaterialremark.ReadOnly = true;
  1319. //
  1320. // colWaterLabelCode
  1321. //
  1322. this.colWaterLabelCode.DataPropertyName = "WaterLabelCode";
  1323. this.colWaterLabelCode.HeaderText = "水效标识";
  1324. this.colWaterLabelCode.Name = "colWaterLabelCode";
  1325. this.colWaterLabelCode.ReadOnly = true;
  1326. //
  1327. // colValueflag
  1328. //
  1329. this.colValueflag.DataPropertyName = "Valueflag";
  1330. this.colValueflag.FalseValue = "0";
  1331. this.colValueflag.HeaderText = "有效标识";
  1332. this.colValueflag.Name = "colValueflag";
  1333. this.colValueflag.ReadOnly = true;
  1334. this.colValueflag.TrueValue = "1";
  1335. //
  1336. // panel1
  1337. //
  1338. this.panel1.Controls.Add(this.scbSAPCode2);
  1339. this.panel1.Controls.Add(this.c_Label6);
  1340. this.panel1.Controls.Add(this.lblLabel12);
  1341. this.panel1.Controls.Add(this.lblLabel11);
  1342. this.panel1.Controls.Add(this.txtSAPRemark);
  1343. this.panel1.Controls.Add(this.txtSAPWaterLabelCode);
  1344. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1345. this.panel1.Location = new System.Drawing.Point(198, 230);
  1346. this.panel1.Name = "panel1";
  1347. this.panel1.Size = new System.Drawing.Size(560, 86);
  1348. this.panel1.TabIndex = 2;
  1349. //
  1350. // scbSAPCode2
  1351. //
  1352. this.scbSAPCode2.CheckedData = null;
  1353. this.scbSAPCode2.EditReadOnly = false;
  1354. this.scbSAPCode2.Location = new System.Drawing.Point(64, 6);
  1355. this.scbSAPCode2.Name = "scbSAPCode2";
  1356. this.scbSAPCode2.Size = new System.Drawing.Size(125, 21);
  1357. this.scbSAPCode2.TabIndex = 13;
  1358. this.scbSAPCode2.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode2_TextValueChanged);
  1359. //
  1360. // c_Label6
  1361. //
  1362. this.c_Label6.AutoSize = true;
  1363. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  1364. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1365. this.c_Label6.ForeColor = System.Drawing.SystemColors.ControlText;
  1366. this.c_Label6.Location = new System.Drawing.Point(195, 10);
  1367. this.c_Label6.Name = "c_Label6";
  1368. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  1369. this.c_Label6.TabIndex = 4;
  1370. this.c_Label6.Text = "水效标识";
  1371. //
  1372. // lblLabel12
  1373. //
  1374. this.lblLabel12.AutoSize = false;
  1375. this.lblLabel12.Location = new System.Drawing.Point(6, 33);
  1376. this.lblLabel12.Name = "lblLabel12";
  1377. this.lblLabel12.Size = new System.Drawing.Size(15, 50);
  1378. this.lblLabel12.TabIndex = 2;
  1379. this.lblLabel12.Text = "物料描述";
  1380. //
  1381. // lblLabel11
  1382. //
  1383. this.lblLabel11.Location = new System.Drawing.Point(6, 10);
  1384. this.lblLabel11.Name = "lblLabel11";
  1385. this.lblLabel11.Size = new System.Drawing.Size(53, 12);
  1386. this.lblLabel11.TabIndex = 0;
  1387. this.lblLabel11.Text = "物料编码";
  1388. //
  1389. // txtSAPRemark
  1390. //
  1391. this.txtSAPRemark.Location = new System.Drawing.Point(27, 33);
  1392. this.txtSAPRemark.MaxLength = 100;
  1393. this.txtSAPRemark.Multiline = true;
  1394. this.txtSAPRemark.Name = "txtSAPRemark";
  1395. this.txtSAPRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  1396. this.txtSAPRemark.Size = new System.Drawing.Size(530, 50);
  1397. this.txtSAPRemark.TabIndex = 3;
  1398. this.txtSAPRemark.TextChanged += new System.EventHandler(this.txtSAPRemark_TextChanged);
  1399. this.txtSAPRemark.Validated += new System.EventHandler(this.txtSAPRemark_Validated);
  1400. //
  1401. // txtSAPWaterLabelCode
  1402. //
  1403. this.txtSAPWaterLabelCode.Location = new System.Drawing.Point(254, 6);
  1404. this.txtSAPWaterLabelCode.MaxLength = 100;
  1405. this.txtSAPWaterLabelCode.Name = "txtSAPWaterLabelCode";
  1406. this.txtSAPWaterLabelCode.Size = new System.Drawing.Size(303, 21);
  1407. this.txtSAPWaterLabelCode.TabIndex = 5;
  1408. this.txtSAPWaterLabelCode.Validated += new System.EventHandler(this.txtSAPWaterLabelCode_Validated);
  1409. //
  1410. // label1
  1411. //
  1412. this.label1.Dock = System.Windows.Forms.DockStyle.Left;
  1413. this.label1.Location = new System.Drawing.Point(195, 3);
  1414. this.label1.Name = "label1";
  1415. this.label1.Size = new System.Drawing.Size(3, 313);
  1416. this.label1.TabIndex = 1;
  1417. //
  1418. // groupBox1
  1419. //
  1420. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  1421. this.groupBox1.Controls.Add(this.scbSAPCode1);
  1422. this.groupBox1.Controls.Add(this.ftcLogo);
  1423. this.groupBox1.Controls.Add(this.lblLabel13);
  1424. this.groupBox1.Controls.Add(this.lblLabel8);
  1425. this.groupBox1.Controls.Add(this.txtCopies);
  1426. this.groupBox1.Controls.Add(this.lblLabel7);
  1427. this.groupBox1.Controls.Add(this.txtPackageNum);
  1428. this.groupBox1.Controls.Add(this.txtMaterialRemark);
  1429. this.groupBox1.Controls.Add(this.lblLabel6);
  1430. this.groupBox1.Controls.Add(this.txtOutletDistance);
  1431. this.groupBox1.Controls.Add(this.lblLabel5);
  1432. this.groupBox1.Controls.Add(this.lblLabel4);
  1433. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  1434. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  1435. this.groupBox1.Name = "groupBox1";
  1436. this.groupBox1.Size = new System.Drawing.Size(192, 313);
  1437. this.groupBox1.TabIndex = 0;
  1438. this.groupBox1.TabStop = false;
  1439. this.groupBox1.Text = "默认信息";
  1440. //
  1441. // scbSAPCode1
  1442. //
  1443. this.scbSAPCode1.CheckedData = null;
  1444. this.scbSAPCode1.EditReadOnly = false;
  1445. this.scbSAPCode1.Location = new System.Drawing.Point(61, 74);
  1446. this.scbSAPCode1.Name = "scbSAPCode1";
  1447. this.scbSAPCode1.Size = new System.Drawing.Size(125, 21);
  1448. this.scbSAPCode1.TabIndex = 12;
  1449. //
  1450. // ftcLogo
  1451. //
  1452. this.ftcLogo.FormattingEnabled = true;
  1453. this.ftcLogo.Location = new System.Drawing.Point(62, 285);
  1454. this.ftcLogo.Name = "ftcLogo";
  1455. this.ftcLogo.ShowMustInputAlert = false;
  1456. this.ftcLogo.Size = new System.Drawing.Size(124, 20);
  1457. this.ftcLogo.TabIndex = 11;
  1458. //
  1459. // lblLabel13
  1460. //
  1461. this.lblLabel13.Location = new System.Drawing.Point(3, 289);
  1462. this.lblLabel13.MustInput = true;
  1463. this.lblLabel13.Name = "lblLabel13";
  1464. this.lblLabel13.Size = new System.Drawing.Size(53, 12);
  1465. this.lblLabel13.TabIndex = 10;
  1466. this.lblLabel13.Text = "注浆商标";
  1467. //
  1468. // lblLabel8
  1469. //
  1470. this.lblLabel8.Location = new System.Drawing.Point(3, 247);
  1471. this.lblLabel8.MustInput = true;
  1472. this.lblLabel8.Name = "lblLabel8";
  1473. this.lblLabel8.Size = new System.Drawing.Size(53, 12);
  1474. this.lblLabel8.TabIndex = 8;
  1475. this.lblLabel8.Text = "打印份数";
  1476. this.lblLabel8.Visible = false;
  1477. //
  1478. // txtCopies
  1479. //
  1480. this.txtCopies.CanLostFocusOnError = false;
  1481. this.txtCopies.DataValue = new decimal(new int[] {
  1482. 0,
  1483. 0,
  1484. 0,
  1485. 0});
  1486. this.txtCopies.InputErrorAlert = Dongke.WinForm.Controls.InputErrorAlert.Always;
  1487. this.txtCopies.Location = new System.Drawing.Point(62, 243);
  1488. this.txtCopies.MaxValue = new decimal(new int[] {
  1489. 99,
  1490. 0,
  1491. 0,
  1492. 0});
  1493. this.txtCopies.MinValue = new decimal(new int[] {
  1494. 0,
  1495. 0,
  1496. 0,
  1497. 0});
  1498. this.txtCopies.MustInput = true;
  1499. this.txtCopies.Name = "txtCopies";
  1500. this.txtCopies.ShowMustInputAlert = false;
  1501. this.txtCopies.Size = new System.Drawing.Size(124, 21);
  1502. this.txtCopies.TabIndex = 9;
  1503. this.txtCopies.Visible = false;
  1504. //
  1505. // lblLabel7
  1506. //
  1507. this.lblLabel7.Location = new System.Drawing.Point(3, 105);
  1508. this.lblLabel7.MustInput = true;
  1509. this.lblLabel7.Name = "lblLabel7";
  1510. this.lblLabel7.Size = new System.Drawing.Size(53, 12);
  1511. this.lblLabel7.TabIndex = 6;
  1512. this.lblLabel7.Text = "物料描述";
  1513. //
  1514. // txtPackageNum
  1515. //
  1516. this.txtPackageNum.Location = new System.Drawing.Point(62, 20);
  1517. this.txtPackageNum.MaxLength = 10;
  1518. this.txtPackageNum.Name = "txtPackageNum";
  1519. this.txtPackageNum.Size = new System.Drawing.Size(124, 21);
  1520. this.txtPackageNum.TabIndex = 1;
  1521. //
  1522. // txtMaterialRemark
  1523. //
  1524. this.txtMaterialRemark.Location = new System.Drawing.Point(5, 128);
  1525. this.txtMaterialRemark.MaxLength = 100;
  1526. this.txtMaterialRemark.Multiline = true;
  1527. this.txtMaterialRemark.Name = "txtMaterialRemark";
  1528. this.txtMaterialRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  1529. this.txtMaterialRemark.Size = new System.Drawing.Size(181, 151);
  1530. this.txtMaterialRemark.TabIndex = 7;
  1531. //
  1532. // lblLabel6
  1533. //
  1534. this.lblLabel6.Location = new System.Drawing.Point(3, 78);
  1535. this.lblLabel6.MustInput = true;
  1536. this.lblLabel6.Name = "lblLabel6";
  1537. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  1538. this.lblLabel6.TabIndex = 4;
  1539. this.lblLabel6.Text = "物料编码";
  1540. //
  1541. // txtOutletDistance
  1542. //
  1543. this.txtOutletDistance.Location = new System.Drawing.Point(62, 47);
  1544. this.txtOutletDistance.MaxLength = 3;
  1545. this.txtOutletDistance.Name = "txtOutletDistance";
  1546. this.txtOutletDistance.Size = new System.Drawing.Size(124, 21);
  1547. this.txtOutletDistance.TabIndex = 3;
  1548. //
  1549. // lblLabel5
  1550. //
  1551. this.lblLabel5.Location = new System.Drawing.Point(15, 51);
  1552. this.lblLabel5.MustInput = true;
  1553. this.lblLabel5.Name = "lblLabel5";
  1554. this.lblLabel5.Size = new System.Drawing.Size(41, 12);
  1555. this.lblLabel5.TabIndex = 2;
  1556. this.lblLabel5.Text = "出水距";
  1557. //
  1558. // lblLabel4
  1559. //
  1560. this.lblLabel4.Location = new System.Drawing.Point(3, 24);
  1561. this.lblLabel4.MustInput = true;
  1562. this.lblLabel4.Name = "lblLabel4";
  1563. this.lblLabel4.Size = new System.Drawing.Size(53, 12);
  1564. this.lblLabel4.TabIndex = 0;
  1565. this.lblLabel4.Text = "包装数量";
  1566. //
  1567. // txtSAPCode
  1568. //
  1569. this.txtSAPCode.Location = new System.Drawing.Point(472, 370);
  1570. this.txtSAPCode.MaxLength = 20;
  1571. this.txtSAPCode.Name = "txtSAPCode";
  1572. this.txtSAPCode.Size = new System.Drawing.Size(100, 21);
  1573. this.txtSAPCode.TabIndex = 1;
  1574. this.txtSAPCode.Visible = false;
  1575. this.txtSAPCode.Validated += new System.EventHandler(this.txtSAPCode_Validated);
  1576. //
  1577. // txtMaterialCode
  1578. //
  1579. this.txtMaterialCode.Location = new System.Drawing.Point(366, 370);
  1580. this.txtMaterialCode.MaxLength = 20;
  1581. this.txtMaterialCode.Name = "txtMaterialCode";
  1582. this.txtMaterialCode.Size = new System.Drawing.Size(100, 21);
  1583. this.txtMaterialCode.TabIndex = 5;
  1584. this.txtMaterialCode.Visible = false;
  1585. //
  1586. // chkGLT
  1587. //
  1588. this.chkGLT.AutoSize = true;
  1589. this.chkGLT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1590. this.chkGLT.Location = new System.Drawing.Point(284, 354);
  1591. this.chkGLT.Name = "chkGLT";
  1592. this.chkGLT.Size = new System.Drawing.Size(96, 16);
  1593. this.chkGLT.TabIndex = 2;
  1594. this.chkGLT.Text = "高压型号标识";
  1595. this.chkGLT.UseVisualStyleBackColor = true;
  1596. //
  1597. // c_Label8
  1598. //
  1599. this.c_Label8.AutoSize = true;
  1600. this.c_Label8.BackColor = System.Drawing.Color.Transparent;
  1601. this.c_Label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1602. this.c_Label8.ForeColor = System.Drawing.SystemColors.ControlText;
  1603. this.c_Label8.Location = new System.Drawing.Point(353, 138);
  1604. this.c_Label8.Name = "c_Label8";
  1605. this.c_Label8.Size = new System.Drawing.Size(161, 12);
  1606. this.c_Label8.TabIndex = 26;
  1607. this.c_Label8.Text = "对应机械打磨、施釉、盖板等";
  1608. //
  1609. // F_MST_0502
  1610. //
  1611. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1612. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1613. this.CancelButton = this.btnCancel;
  1614. this.ClientSize = new System.Drawing.Size(784, 409);
  1615. this.Controls.Add(this.btnCancel);
  1616. this.Controls.Add(this.txtSAPCode);
  1617. this.Controls.Add(this.btnSave);
  1618. this.Controls.Add(this.tabControl1);
  1619. this.Controls.Add(this.chkScrapSumFlag);
  1620. this.Controls.Add(this.lvPic);
  1621. this.Controls.Add(this.chkGLT);
  1622. this.Controls.Add(this.cbValueFlag);
  1623. this.Controls.Add(this.cbCeaseFlag);
  1624. this.Controls.Add(this.txtMaterialCode);
  1625. this.Controls.Add(this.lblPhoto);
  1626. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1627. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1628. this.IsSaveFormSize = false;
  1629. this.MaximizeBox = false;
  1630. this.MinimizeBox = false;
  1631. this.Name = "F_MST_0502";
  1632. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1633. this.StatusSizingGrip = false;
  1634. this.Text = "新建商品档案";
  1635. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  1636. this.Controls.SetChildIndex(this.lblPhoto, 0);
  1637. this.Controls.SetChildIndex(this.txtMaterialCode, 0);
  1638. this.Controls.SetChildIndex(this.cbCeaseFlag, 0);
  1639. this.Controls.SetChildIndex(this.cbValueFlag, 0);
  1640. this.Controls.SetChildIndex(this.chkGLT, 0);
  1641. this.Controls.SetChildIndex(this.lvPic, 0);
  1642. this.Controls.SetChildIndex(this.chkScrapSumFlag, 0);
  1643. this.Controls.SetChildIndex(this.tabControl1, 0);
  1644. this.Controls.SetChildIndex(this.btnSave, 0);
  1645. this.Controls.SetChildIndex(this.txtSAPCode, 0);
  1646. this.Controls.SetChildIndex(this.btnCancel, 0);
  1647. this.tabControl1.ResumeLayout(false);
  1648. this.tabPage1.ResumeLayout(false);
  1649. this.tabPage1.PerformLayout();
  1650. this.groupBox2.ResumeLayout(false);
  1651. this.groupBox2.PerformLayout();
  1652. this.tabPage2.ResumeLayout(false);
  1653. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsSap)).EndInit();
  1654. this.panel1.ResumeLayout(false);
  1655. this.panel1.PerformLayout();
  1656. this.groupBox1.ResumeLayout(false);
  1657. this.groupBox1.PerformLayout();
  1658. this.ResumeLayout(false);
  1659. this.PerformLayout();
  1660. }
  1661. #endregion
  1662. private Basics.BaseControls.C_Label lblGoodsCode;
  1663. private Basics.BaseControls.C_Label lblGoodsName;
  1664. private Basics.BaseControls.C_Label lblGoodsSpecification;
  1665. private Basics.BaseControls.C_Label lblGoodsModel;
  1666. private Basics.BaseControls.C_Label lblGlazeTypeID;
  1667. private Basics.BaseControls.C_Label lblMudWeight;
  1668. private Basics.BaseControls.C_Label lblGlazeWeight;
  1669. private Basics.BaseControls.C_Label lblProductionCycle;
  1670. private Basics.BaseControls.C_Label lblRemarks;
  1671. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1672. private Basics.BaseControls.C_TextBox txtGoodsName;
  1673. private Basics.BaseControls.C_TextBox txtGoodsSpecification;
  1674. private Basics.BaseControls.C_TextBox txtGoodsModel;
  1675. private Basics.BaseControls.C_TXT_Digital txtMudWeight;
  1676. private Basics.BaseControls.C_TXT_Digital txtGlazeWeight;
  1677. private Basics.BaseControls.C_TXT_Digital txtProductionCycle;
  1678. private Basics.BaseControls.C_CheckBox cbCeaseFlag;
  1679. private Basics.BaseControls.C_CheckBox cbValueFlag;
  1680. private Basics.BaseControls.C_TextBox txtRemarks;
  1681. private Basics.BaseControls.C_Button btnSave;
  1682. private Basics.BaseControls.C_Button btnCancel;
  1683. private System.Windows.Forms.OpenFileDialog odlgFile;
  1684. private Basics.BaseControls.C_Label lblPhoto;
  1685. private System.Windows.Forms.ImageList ilPic;
  1686. private System.Windows.Forms.ListView lvPic;
  1687. private Basics.BaseControls.C_Label lblLusterwareWeight;
  1688. private Basics.BaseControls.C_TXT_Digital txtLusterwareWeight;
  1689. private Basics.BaseControls.C_Button btnDelete;
  1690. private Basics.BaseControls.C_Button btnUpload;
  1691. private Basics.BaseControls.C_DateTimePicker dtpStartingDate;
  1692. private Basics.BaseControls.C_Label c_Label1;
  1693. private WinForm.Controls.TxtNumerical txtSPM002;
  1694. private WinForm.Controls.LblLabel lblLabel2;
  1695. private WinForm.Controls.TxtNumerical txtSPM001;
  1696. private WinForm.Controls.LblLabel lblLabel1;
  1697. private WinForm.Controls.LblLabel lblLabel3;
  1698. private WinForm.Controls.TxtNumerical txtPlateLimitNum;
  1699. private Basics.BaseControls.C_Label c_Label2;
  1700. private WinForm.Controls.TxtNumerical txtUnitPrice;
  1701. private Basics.BaseControls.C_TXT_Digital txtMouldWeight;
  1702. private Basics.BaseControls.C_Label c_Label3;
  1703. private Basics.BaseControls.C_Label c_Label4;
  1704. private Basics.BaseControls.C_TXT_Digital txtMouldCost;
  1705. private Basics.BaseControls.C_CheckBox chkScrapSumFlag;
  1706. private WinForm.Controls.TxtNumerical txtReservedDays;
  1707. private WinForm.Controls.LblLabel lblLabel9;
  1708. private Basics.BaseControls.C_Label lblGoodsType;
  1709. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1710. private Basics.BaseControls.C_Label lblMouldMaterialCode;
  1711. private Basics.BaseControls.C_Label lblWaterLabelCode;
  1712. private Basics.BaseControls.C_Label lblMouldOutputCount;
  1713. private Basics.BaseControls.C_Label lblStandardGroutingNum;
  1714. private WinForm.Controls.TxtNumerical txtMouldOutputCount;
  1715. private Basics.BaseControls.C_TextBox txtWaterLabelCode;
  1716. private Basics.BaseControls.C_TextBox txtMouldMaterialCode;
  1717. private WinForm.Controls.TxtNumerical txtStandardGroutingNum;
  1718. private WinForm.Controls.TxtNumerical txtSEATCOVERCODE;
  1719. private Basics.BaseControls.C_Label c_Label5;
  1720. private System.Windows.Forms.TabControl tabControl1;
  1721. private System.Windows.Forms.TabPage tabPage1;
  1722. private System.Windows.Forms.TabPage tabPage2;
  1723. private System.Windows.Forms.GroupBox groupBox1;
  1724. private WinForm.Controls.LblLabel lblLabel8;
  1725. private WinForm.Controls.LblLabel lblLabel7;
  1726. private WinForm.Controls.TxtTextBox txtPackageNum;
  1727. private WinForm.Controls.TxtTextBox txtMaterialRemark;
  1728. private WinForm.Controls.LblLabel lblLabel6;
  1729. private WinForm.Controls.TxtNumerical txtCopies;
  1730. private WinForm.Controls.TxtCodeNo txtMaterialCode;
  1731. private WinForm.Controls.TxtCodeNo txtOutletDistance;
  1732. private WinForm.Controls.LblLabel lblLabel5;
  1733. private WinForm.Controls.LblLabel lblLabel4;
  1734. private System.Windows.Forms.GroupBox groupBox2;
  1735. private WinForm.Controls.LblLabel lblLabel10;
  1736. private Basics.BaseControls.C_DataGridView dgvGoodsSap;
  1737. private System.Windows.Forms.Label label1;
  1738. private System.Windows.Forms.Panel panel1;
  1739. private WinForm.Controls.TxtCodeNo txtSAPCode;
  1740. private WinForm.Controls.LblLabel lblLabel12;
  1741. private WinForm.Controls.LblLabel lblLabel11;
  1742. private WinForm.Controls.TxtTextBox txtSAPRemark;
  1743. private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
  1744. private WinForm.Controls.LblLabel lblLabel13;
  1745. private WinForm.Controls.FtcFilterComboBox ftcLogo;
  1746. private Basics.BaseControls.C_Label c_Label6;
  1747. private WinForm.Controls.TxtTextBox txtSAPWaterLabelCode;
  1748. private System.Windows.Forms.DataGridViewTextBoxColumn LogoID;
  1749. private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
  1750. private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialcode;
  1751. private System.Windows.Forms.DataGridViewTextBoxColumn colmaterialremark;
  1752. private System.Windows.Forms.DataGridViewTextBoxColumn colWaterLabelCode;
  1753. private System.Windows.Forms.DataGridViewCheckBoxColumn colValueflag;
  1754. private WinForm.Controls.TxtNumerical txtStandardGroutingSum;
  1755. private Basics.BaseControls.C_Label c_Label7;
  1756. private Basics.BaseControls.C_CheckBox chkGLT;
  1757. private WinForm.Controls.FtcFilterComboBox ddlMudStoreType;
  1758. private Basics.BaseControls.C_Label lblMudStoreType;
  1759. private Controls.SearchBox.ScbSAPCode scbSAPCode1;
  1760. private Controls.SearchBox.ScbSAPCode scbSAPCode2;
  1761. private Basics.BaseControls.C_Label c_Label8;
  1762. }
  1763. }