Query_MakeInf.Designer.cs 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_MakeInf
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_MakeInf));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.MakeCode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  31. this.Search = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  32. this.MakeInf = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  33. this.ma_unlimitageqty = new System.Windows.Forms.Label();
  34. this.ma_unlimitageqty_label = new System.Windows.Forms.Label();
  35. this.ma_bomversion = new System.Windows.Forms.Label();
  36. this.ma_bomversion_label = new System.Windows.Forms.Label();
  37. this.ma_qty = new System.Windows.Forms.Label();
  38. this.ma_qty_label = new System.Windows.Forms.Label();
  39. this.ma_softversion = new System.Windows.Forms.Label();
  40. this.ma_softversion_label = new System.Windows.Forms.Label();
  41. this.ma_wccode = new System.Windows.Forms.Label();
  42. this.ma_wccode_label = new System.Windows.Forms.Label();
  43. this.ma_custname = new System.Windows.Forms.Label();
  44. this.ma_custname_label = new System.Windows.Forms.Label();
  45. this.ma_salecode = new System.Windows.Forms.Label();
  46. this.ma_salecode_label = new System.Windows.Forms.Label();
  47. this.Product = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  48. this.pr_cartonweight = new System.Windows.Forms.Label();
  49. this.pr_cartonweight_label = new System.Windows.Forms.Label();
  50. this.pr_colorboxweight = new System.Windows.Forms.Label();
  51. this.pr_colorboxweight_label = new System.Windows.Forms.Label();
  52. this.pr_agingtime = new System.Windows.Forms.Label();
  53. this.pr_agingtime_label = new System.Windows.Forms.Label();
  54. this.pr_outboxinnerqty = new System.Windows.Forms.Label();
  55. this.pr_outboxinnerqty_label = new System.Windows.Forms.Label();
  56. this.pr_sendchecktype = new System.Windows.Forms.Label();
  57. this.pr_sendchecktype_label = new System.Windows.Forms.Label();
  58. this.pr_detail = new System.Windows.Forms.Label();
  59. this.pr_detail_label = new System.Windows.Forms.Label();
  60. this.pr_code = new System.Windows.Forms.Label();
  61. this.pr_code_label = new System.Windows.Forms.Label();
  62. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.label5 = new System.Windows.Forms.Label();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.label7 = new System.Windows.Forms.Label();
  69. this.label8 = new System.Windows.Forms.Label();
  70. this.label9 = new System.Windows.Forms.Label();
  71. this.label10 = new System.Windows.Forms.Label();
  72. this.label11 = new System.Windows.Forms.Label();
  73. this.label12 = new System.Windows.Forms.Label();
  74. this.label13 = new System.Windows.Forms.Label();
  75. this.label14 = new System.Windows.Forms.Label();
  76. this.label15 = new System.Windows.Forms.Label();
  77. this.Carft = new System.Windows.Forms.DataGridView();
  78. this.CD_STEPNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.CD_IFINPUT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.CD_IFOUTPUT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  81. this.CD_IFTEST = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  82. this.CD_IFSNCHANGE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  83. this.CD_IFOQC = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  84. this.CD_IFPACK = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  85. this.CD_IFREPAIR = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  86. this.CD_IFOUTLINE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  87. this.CD_IFSMTINOUT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  88. this.CD_IFSPC = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  89. this.CD_IFREDUCE = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  90. this.CD_IFMIDFINISH = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  91. this.CD_IFMIDINPUT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  92. this.CD_IFBURNIN = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  93. this.CD_IFBURNOUT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  94. this.CD_IFWEIGH = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  95. this.CD_IFOFFLINE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.CD_DETNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.CD_STEPCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.CD_FIRSTSTEP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.CD_STEPNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.CD_NEXTSTEPCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.CD_NEXTSTEPNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.CD_TABLE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.BOM = new System.Windows.Forms.DataGridView();
  104. this.SP_MOTHERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.SP_SONCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.SP_STEPCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.SP_REPCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.SP_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.SP_DESCRIPTION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.SP_DETNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.SP_PREFIX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.SP_TRACEKIND = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.SP_LENGTH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.SP_ONEUSEQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.SP_UPDATEMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.SP_UPDATEDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.Label = new System.Windows.Forms.DataGridView();
  118. this.LA_CODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.LA_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.LA_STATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.LA_INDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.LA_INMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.LA_PRINTNOS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.LA_URL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.LA_ISDEFAULT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.LA_TEMPLATETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.LA_SOFTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.LA_PRODCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.label16 = new System.Windows.Forms.Label();
  130. this.label17 = new System.Windows.Forms.Label();
  131. this.label18 = new System.Windows.Forms.Label();
  132. this.MakeInf.SuspendLayout();
  133. this.Product.SuspendLayout();
  134. this.groupBoxWithBorder1.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.Carft)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.BOM)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.Label)).BeginInit();
  138. this.SuspendLayout();
  139. //
  140. // label1
  141. //
  142. this.label1.AutoSize = true;
  143. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.label1.Location = new System.Drawing.Point(31, 21);
  145. this.label1.Name = "label1";
  146. this.label1.Size = new System.Drawing.Size(72, 27);
  147. this.label1.TabIndex = 0;
  148. this.label1.Text = "工单号";
  149. //
  150. // MakeCode
  151. //
  152. this.MakeCode.AllPower = null;
  153. this.MakeCode.BackColor = System.Drawing.Color.White;
  154. this.MakeCode.ID = null;
  155. this.MakeCode.Location = new System.Drawing.Point(116, 23);
  156. this.MakeCode.Name = "MakeCode";
  157. this.MakeCode.Power = null;
  158. this.MakeCode.Size = new System.Drawing.Size(196, 25);
  159. this.MakeCode.Str = null;
  160. this.MakeCode.Str1 = null;
  161. this.MakeCode.Str2 = null;
  162. this.MakeCode.TabIndex = 1;
  163. //
  164. // Search
  165. //
  166. this.Search.AllPower = null;
  167. this.Search.BackColor = System.Drawing.Color.Transparent;
  168. this.Search.DownImage = ((System.Drawing.Image)(resources.GetObject("Search.DownImage")));
  169. this.Search.Image = null;
  170. this.Search.IsShowBorder = true;
  171. this.Search.Location = new System.Drawing.Point(344, 23);
  172. this.Search.MoveImage = ((System.Drawing.Image)(resources.GetObject("Search.MoveImage")));
  173. this.Search.Name = "Search";
  174. this.Search.NormalImage = ((System.Drawing.Image)(resources.GetObject("Search.NormalImage")));
  175. this.Search.Power = null;
  176. this.Search.Size = new System.Drawing.Size(75, 28);
  177. this.Search.TabIndex = 2;
  178. this.Search.Text = "查询";
  179. this.Search.UseVisualStyleBackColor = false;
  180. this.Search.Click += new System.EventHandler(this.Search_Click);
  181. //
  182. // MakeInf
  183. //
  184. this.MakeInf.BorderColor = System.Drawing.Color.Black;
  185. this.MakeInf.Controls.Add(this.ma_unlimitageqty);
  186. this.MakeInf.Controls.Add(this.ma_unlimitageqty_label);
  187. this.MakeInf.Controls.Add(this.ma_bomversion);
  188. this.MakeInf.Controls.Add(this.ma_bomversion_label);
  189. this.MakeInf.Controls.Add(this.ma_qty);
  190. this.MakeInf.Controls.Add(this.ma_qty_label);
  191. this.MakeInf.Controls.Add(this.ma_softversion);
  192. this.MakeInf.Controls.Add(this.ma_softversion_label);
  193. this.MakeInf.Controls.Add(this.ma_wccode);
  194. this.MakeInf.Controls.Add(this.ma_wccode_label);
  195. this.MakeInf.Controls.Add(this.ma_custname);
  196. this.MakeInf.Controls.Add(this.ma_custname_label);
  197. this.MakeInf.Controls.Add(this.ma_salecode);
  198. this.MakeInf.Controls.Add(this.ma_salecode_label);
  199. this.MakeInf.Location = new System.Drawing.Point(29, 65);
  200. this.MakeInf.Name = "MakeInf";
  201. this.MakeInf.Size = new System.Drawing.Size(1182, 115);
  202. this.MakeInf.TabIndex = 3;
  203. this.MakeInf.TabStop = false;
  204. this.MakeInf.Text = "工单信息";
  205. this.MakeInf.TextColor = System.Drawing.Color.Black;
  206. //
  207. // ma_unlimitageqty
  208. //
  209. this.ma_unlimitageqty.AutoSize = true;
  210. this.ma_unlimitageqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.ma_unlimitageqty.Location = new System.Drawing.Point(666, 69);
  212. this.ma_unlimitageqty.Name = "ma_unlimitageqty";
  213. this.ma_unlimitageqty.Size = new System.Drawing.Size(0, 27);
  214. this.ma_unlimitageqty.TabIndex = 17;
  215. //
  216. // ma_unlimitageqty_label
  217. //
  218. this.ma_unlimitageqty_label.AutoSize = true;
  219. this.ma_unlimitageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.ma_unlimitageqty_label.Location = new System.Drawing.Point(554, 69);
  221. this.ma_unlimitageqty_label.Name = "ma_unlimitageqty_label";
  222. this.ma_unlimitageqty_label.Size = new System.Drawing.Size(112, 27);
  223. this.ma_unlimitageqty_label.TabIndex = 16;
  224. this.ma_unlimitageqty_label.Text = "不限老化数";
  225. //
  226. // ma_bomversion
  227. //
  228. this.ma_bomversion.AutoSize = true;
  229. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.ma_bomversion.Location = new System.Drawing.Point(408, 69);
  231. this.ma_bomversion.Name = "ma_bomversion";
  232. this.ma_bomversion.Size = new System.Drawing.Size(0, 27);
  233. this.ma_bomversion.TabIndex = 15;
  234. //
  235. // ma_bomversion_label
  236. //
  237. this.ma_bomversion_label.AutoSize = true;
  238. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.ma_bomversion_label.Location = new System.Drawing.Point(301, 69);
  240. this.ma_bomversion_label.Name = "ma_bomversion_label";
  241. this.ma_bomversion_label.Size = new System.Drawing.Size(92, 27);
  242. this.ma_bomversion_label.TabIndex = 14;
  243. this.ma_bomversion_label.Text = "销售订单";
  244. //
  245. // ma_qty
  246. //
  247. this.ma_qty.AutoSize = true;
  248. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.ma_qty.Location = new System.Drawing.Point(145, 69);
  250. this.ma_qty.Name = "ma_qty";
  251. this.ma_qty.Size = new System.Drawing.Size(0, 27);
  252. this.ma_qty.TabIndex = 13;
  253. //
  254. // ma_qty_label
  255. //
  256. this.ma_qty_label.AutoSize = true;
  257. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.ma_qty_label.Location = new System.Drawing.Point(38, 69);
  259. this.ma_qty_label.Name = "ma_qty_label";
  260. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  261. this.ma_qty_label.TabIndex = 12;
  262. this.ma_qty_label.Text = "工单数量";
  263. //
  264. // ma_softversion
  265. //
  266. this.ma_softversion.AutoSize = true;
  267. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.ma_softversion.Location = new System.Drawing.Point(927, 31);
  269. this.ma_softversion.Name = "ma_softversion";
  270. this.ma_softversion.Size = new System.Drawing.Size(0, 27);
  271. this.ma_softversion.TabIndex = 11;
  272. //
  273. // ma_softversion_label
  274. //
  275. this.ma_softversion_label.AutoSize = true;
  276. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.ma_softversion_label.Location = new System.Drawing.Point(817, 31);
  278. this.ma_softversion_label.Name = "ma_softversion_label";
  279. this.ma_softversion_label.Size = new System.Drawing.Size(92, 27);
  280. this.ma_softversion_label.TabIndex = 10;
  281. this.ma_softversion_label.Text = "软件版本";
  282. //
  283. // ma_wccode
  284. //
  285. this.ma_wccode.AutoSize = true;
  286. this.ma_wccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.ma_wccode.Location = new System.Drawing.Point(666, 31);
  288. this.ma_wccode.Name = "ma_wccode";
  289. this.ma_wccode.Size = new System.Drawing.Size(0, 27);
  290. this.ma_wccode.TabIndex = 9;
  291. //
  292. // ma_wccode_label
  293. //
  294. this.ma_wccode_label.AutoSize = true;
  295. this.ma_wccode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.ma_wccode_label.Location = new System.Drawing.Point(554, 31);
  297. this.ma_wccode_label.Name = "ma_wccode_label";
  298. this.ma_wccode_label.Size = new System.Drawing.Size(92, 27);
  299. this.ma_wccode_label.TabIndex = 8;
  300. this.ma_wccode_label.Text = "工作中心";
  301. //
  302. // ma_custname
  303. //
  304. this.ma_custname.AutoSize = true;
  305. this.ma_custname.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.ma_custname.Location = new System.Drawing.Point(408, 31);
  307. this.ma_custname.Name = "ma_custname";
  308. this.ma_custname.Size = new System.Drawing.Size(0, 27);
  309. this.ma_custname.TabIndex = 7;
  310. //
  311. // ma_custname_label
  312. //
  313. this.ma_custname_label.AutoSize = true;
  314. this.ma_custname_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.ma_custname_label.Location = new System.Drawing.Point(301, 31);
  316. this.ma_custname_label.Name = "ma_custname_label";
  317. this.ma_custname_label.Size = new System.Drawing.Size(92, 27);
  318. this.ma_custname_label.TabIndex = 6;
  319. this.ma_custname_label.Text = "客户名称";
  320. //
  321. // ma_salecode
  322. //
  323. this.ma_salecode.AutoSize = true;
  324. this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.ma_salecode.Location = new System.Drawing.Point(145, 31);
  326. this.ma_salecode.Name = "ma_salecode";
  327. this.ma_salecode.Size = new System.Drawing.Size(0, 27);
  328. this.ma_salecode.TabIndex = 5;
  329. //
  330. // ma_salecode_label
  331. //
  332. this.ma_salecode_label.AutoSize = true;
  333. this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.ma_salecode_label.Location = new System.Drawing.Point(38, 31);
  335. this.ma_salecode_label.Name = "ma_salecode_label";
  336. this.ma_salecode_label.Size = new System.Drawing.Size(92, 27);
  337. this.ma_salecode_label.TabIndex = 4;
  338. this.ma_salecode_label.Text = "销售订单";
  339. //
  340. // Product
  341. //
  342. this.Product.BorderColor = System.Drawing.Color.Black;
  343. this.Product.Controls.Add(this.pr_cartonweight);
  344. this.Product.Controls.Add(this.pr_cartonweight_label);
  345. this.Product.Controls.Add(this.pr_colorboxweight);
  346. this.Product.Controls.Add(this.pr_colorboxweight_label);
  347. this.Product.Controls.Add(this.pr_agingtime);
  348. this.Product.Controls.Add(this.pr_agingtime_label);
  349. this.Product.Controls.Add(this.pr_outboxinnerqty);
  350. this.Product.Controls.Add(this.pr_outboxinnerqty_label);
  351. this.Product.Controls.Add(this.pr_sendchecktype);
  352. this.Product.Controls.Add(this.pr_sendchecktype_label);
  353. this.Product.Controls.Add(this.pr_detail);
  354. this.Product.Controls.Add(this.pr_detail_label);
  355. this.Product.Controls.Add(this.pr_code);
  356. this.Product.Controls.Add(this.pr_code_label);
  357. this.Product.Location = new System.Drawing.Point(29, 191);
  358. this.Product.Name = "Product";
  359. this.Product.Size = new System.Drawing.Size(1182, 115);
  360. this.Product.TabIndex = 18;
  361. this.Product.TabStop = false;
  362. this.Product.Text = "产品信息";
  363. this.Product.TextColor = System.Drawing.Color.Black;
  364. //
  365. // pr_cartonweight
  366. //
  367. this.pr_cartonweight.AutoSize = true;
  368. this.pr_cartonweight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.pr_cartonweight.Location = new System.Drawing.Point(666, 69);
  370. this.pr_cartonweight.Name = "pr_cartonweight";
  371. this.pr_cartonweight.Size = new System.Drawing.Size(0, 27);
  372. this.pr_cartonweight.TabIndex = 17;
  373. //
  374. // pr_cartonweight_label
  375. //
  376. this.pr_cartonweight_label.AutoSize = true;
  377. this.pr_cartonweight_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.pr_cartonweight_label.Location = new System.Drawing.Point(554, 69);
  379. this.pr_cartonweight_label.Name = "pr_cartonweight_label";
  380. this.pr_cartonweight_label.Size = new System.Drawing.Size(112, 27);
  381. this.pr_cartonweight_label.TabIndex = 16;
  382. this.pr_cartonweight_label.Text = "卡通箱重量";
  383. //
  384. // pr_colorboxweight
  385. //
  386. this.pr_colorboxweight.AutoSize = true;
  387. this.pr_colorboxweight.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.pr_colorboxweight.Location = new System.Drawing.Point(408, 69);
  389. this.pr_colorboxweight.Name = "pr_colorboxweight";
  390. this.pr_colorboxweight.Size = new System.Drawing.Size(0, 27);
  391. this.pr_colorboxweight.TabIndex = 15;
  392. //
  393. // pr_colorboxweight_label
  394. //
  395. this.pr_colorboxweight_label.AutoSize = true;
  396. this.pr_colorboxweight_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.pr_colorboxweight_label.Location = new System.Drawing.Point(301, 69);
  398. this.pr_colorboxweight_label.Name = "pr_colorboxweight_label";
  399. this.pr_colorboxweight_label.Size = new System.Drawing.Size(92, 27);
  400. this.pr_colorboxweight_label.TabIndex = 14;
  401. this.pr_colorboxweight_label.Text = "彩盒重量";
  402. //
  403. // pr_agingtime
  404. //
  405. this.pr_agingtime.AutoSize = true;
  406. this.pr_agingtime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.pr_agingtime.Location = new System.Drawing.Point(145, 69);
  408. this.pr_agingtime.Name = "pr_agingtime";
  409. this.pr_agingtime.Size = new System.Drawing.Size(0, 27);
  410. this.pr_agingtime.TabIndex = 13;
  411. //
  412. // pr_agingtime_label
  413. //
  414. this.pr_agingtime_label.AutoSize = true;
  415. this.pr_agingtime_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.pr_agingtime_label.Location = new System.Drawing.Point(38, 69);
  417. this.pr_agingtime_label.Name = "pr_agingtime_label";
  418. this.pr_agingtime_label.Size = new System.Drawing.Size(92, 27);
  419. this.pr_agingtime_label.TabIndex = 12;
  420. this.pr_agingtime_label.Text = "老化时常";
  421. //
  422. // pr_outboxinnerqty
  423. //
  424. this.pr_outboxinnerqty.AutoSize = true;
  425. this.pr_outboxinnerqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.pr_outboxinnerqty.Location = new System.Drawing.Point(927, 31);
  427. this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
  428. this.pr_outboxinnerqty.Size = new System.Drawing.Size(0, 27);
  429. this.pr_outboxinnerqty.TabIndex = 11;
  430. //
  431. // pr_outboxinnerqty_label
  432. //
  433. this.pr_outboxinnerqty_label.AutoSize = true;
  434. this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(817, 31);
  436. this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
  437. this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(92, 27);
  438. this.pr_outboxinnerqty_label.TabIndex = 10;
  439. this.pr_outboxinnerqty_label.Text = "装箱容量";
  440. //
  441. // pr_sendchecktype
  442. //
  443. this.pr_sendchecktype.AutoSize = true;
  444. this.pr_sendchecktype.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.pr_sendchecktype.Location = new System.Drawing.Point(666, 31);
  446. this.pr_sendchecktype.Name = "pr_sendchecktype";
  447. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 27);
  448. this.pr_sendchecktype.TabIndex = 9;
  449. //
  450. // pr_sendchecktype_label
  451. //
  452. this.pr_sendchecktype_label.AutoSize = true;
  453. this.pr_sendchecktype_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.pr_sendchecktype_label.Location = new System.Drawing.Point(554, 31);
  455. this.pr_sendchecktype_label.Name = "pr_sendchecktype_label";
  456. this.pr_sendchecktype_label.Size = new System.Drawing.Size(92, 27);
  457. this.pr_sendchecktype_label.TabIndex = 8;
  458. this.pr_sendchecktype_label.Text = "送检类型";
  459. //
  460. // pr_detail
  461. //
  462. this.pr_detail.AutoSize = true;
  463. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.pr_detail.Location = new System.Drawing.Point(408, 31);
  465. this.pr_detail.Name = "pr_detail";
  466. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  467. this.pr_detail.TabIndex = 7;
  468. //
  469. // pr_detail_label
  470. //
  471. this.pr_detail_label.AutoSize = true;
  472. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.pr_detail_label.Location = new System.Drawing.Point(301, 31);
  474. this.pr_detail_label.Name = "pr_detail_label";
  475. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  476. this.pr_detail_label.TabIndex = 6;
  477. this.pr_detail_label.Text = "产品名称";
  478. //
  479. // pr_code
  480. //
  481. this.pr_code.AutoSize = true;
  482. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.pr_code.Location = new System.Drawing.Point(145, 31);
  484. this.pr_code.Name = "pr_code";
  485. this.pr_code.Size = new System.Drawing.Size(0, 27);
  486. this.pr_code.TabIndex = 5;
  487. //
  488. // pr_code_label
  489. //
  490. this.pr_code_label.AutoSize = true;
  491. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.pr_code_label.Location = new System.Drawing.Point(38, 31);
  493. this.pr_code_label.Name = "pr_code_label";
  494. this.pr_code_label.Size = new System.Drawing.Size(92, 27);
  495. this.pr_code_label.TabIndex = 4;
  496. this.pr_code_label.Text = "产品编号";
  497. //
  498. // groupBoxWithBorder1
  499. //
  500. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  501. this.groupBoxWithBorder1.Controls.Add(this.label2);
  502. this.groupBoxWithBorder1.Controls.Add(this.label3);
  503. this.groupBoxWithBorder1.Controls.Add(this.label4);
  504. this.groupBoxWithBorder1.Controls.Add(this.label5);
  505. this.groupBoxWithBorder1.Controls.Add(this.label6);
  506. this.groupBoxWithBorder1.Controls.Add(this.label7);
  507. this.groupBoxWithBorder1.Controls.Add(this.label8);
  508. this.groupBoxWithBorder1.Controls.Add(this.label9);
  509. this.groupBoxWithBorder1.Controls.Add(this.label10);
  510. this.groupBoxWithBorder1.Controls.Add(this.label11);
  511. this.groupBoxWithBorder1.Controls.Add(this.label12);
  512. this.groupBoxWithBorder1.Controls.Add(this.label13);
  513. this.groupBoxWithBorder1.Controls.Add(this.label14);
  514. this.groupBoxWithBorder1.Controls.Add(this.label15);
  515. this.groupBoxWithBorder1.Location = new System.Drawing.Point(29, 320);
  516. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  517. this.groupBoxWithBorder1.Size = new System.Drawing.Size(1182, 115);
  518. this.groupBoxWithBorder1.TabIndex = 19;
  519. this.groupBoxWithBorder1.TabStop = false;
  520. this.groupBoxWithBorder1.Text = "SN关联信息";
  521. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  522. //
  523. // label2
  524. //
  525. this.label2.AutoSize = true;
  526. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  527. this.label2.Location = new System.Drawing.Point(666, 69);
  528. this.label2.Name = "label2";
  529. this.label2.Size = new System.Drawing.Size(0, 27);
  530. this.label2.TabIndex = 17;
  531. //
  532. // label3
  533. //
  534. this.label3.AutoSize = true;
  535. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.label3.Location = new System.Drawing.Point(554, 69);
  537. this.label3.Name = "label3";
  538. this.label3.Size = new System.Drawing.Size(112, 27);
  539. this.label3.TabIndex = 16;
  540. this.label3.Text = "卡通箱重量";
  541. //
  542. // label4
  543. //
  544. this.label4.AutoSize = true;
  545. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.label4.Location = new System.Drawing.Point(408, 69);
  547. this.label4.Name = "label4";
  548. this.label4.Size = new System.Drawing.Size(0, 27);
  549. this.label4.TabIndex = 15;
  550. //
  551. // label5
  552. //
  553. this.label5.AutoSize = true;
  554. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.label5.Location = new System.Drawing.Point(301, 69);
  556. this.label5.Name = "label5";
  557. this.label5.Size = new System.Drawing.Size(92, 27);
  558. this.label5.TabIndex = 14;
  559. this.label5.Text = "彩盒重量";
  560. //
  561. // label6
  562. //
  563. this.label6.AutoSize = true;
  564. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.label6.Location = new System.Drawing.Point(145, 69);
  566. this.label6.Name = "label6";
  567. this.label6.Size = new System.Drawing.Size(0, 27);
  568. this.label6.TabIndex = 13;
  569. //
  570. // label7
  571. //
  572. this.label7.AutoSize = true;
  573. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.label7.Location = new System.Drawing.Point(38, 69);
  575. this.label7.Name = "label7";
  576. this.label7.Size = new System.Drawing.Size(92, 27);
  577. this.label7.TabIndex = 12;
  578. this.label7.Text = "老化时常";
  579. //
  580. // label8
  581. //
  582. this.label8.AutoSize = true;
  583. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  584. this.label8.Location = new System.Drawing.Point(927, 31);
  585. this.label8.Name = "label8";
  586. this.label8.Size = new System.Drawing.Size(0, 27);
  587. this.label8.TabIndex = 11;
  588. //
  589. // label9
  590. //
  591. this.label9.AutoSize = true;
  592. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  593. this.label9.Location = new System.Drawing.Point(817, 31);
  594. this.label9.Name = "label9";
  595. this.label9.Size = new System.Drawing.Size(92, 27);
  596. this.label9.TabIndex = 10;
  597. this.label9.Text = "装箱容量";
  598. //
  599. // label10
  600. //
  601. this.label10.AutoSize = true;
  602. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  603. this.label10.Location = new System.Drawing.Point(666, 31);
  604. this.label10.Name = "label10";
  605. this.label10.Size = new System.Drawing.Size(0, 27);
  606. this.label10.TabIndex = 9;
  607. //
  608. // label11
  609. //
  610. this.label11.AutoSize = true;
  611. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.label11.Location = new System.Drawing.Point(554, 31);
  613. this.label11.Name = "label11";
  614. this.label11.Size = new System.Drawing.Size(92, 27);
  615. this.label11.TabIndex = 8;
  616. this.label11.Text = "送检类型";
  617. //
  618. // label12
  619. //
  620. this.label12.AutoSize = true;
  621. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.label12.Location = new System.Drawing.Point(408, 31);
  623. this.label12.Name = "label12";
  624. this.label12.Size = new System.Drawing.Size(0, 27);
  625. this.label12.TabIndex = 7;
  626. //
  627. // label13
  628. //
  629. this.label13.AutoSize = true;
  630. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.label13.Location = new System.Drawing.Point(301, 31);
  632. this.label13.Name = "label13";
  633. this.label13.Size = new System.Drawing.Size(92, 27);
  634. this.label13.TabIndex = 6;
  635. this.label13.Text = "产品名称";
  636. //
  637. // label14
  638. //
  639. this.label14.AutoSize = true;
  640. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  641. this.label14.Location = new System.Drawing.Point(145, 31);
  642. this.label14.Name = "label14";
  643. this.label14.Size = new System.Drawing.Size(0, 27);
  644. this.label14.TabIndex = 5;
  645. //
  646. // label15
  647. //
  648. this.label15.AutoSize = true;
  649. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.label15.Location = new System.Drawing.Point(38, 31);
  651. this.label15.Name = "label15";
  652. this.label15.Size = new System.Drawing.Size(92, 27);
  653. this.label15.TabIndex = 4;
  654. this.label15.Text = "产品编号";
  655. //
  656. // Carft
  657. //
  658. this.Carft.AllowUserToAddRows = false;
  659. this.Carft.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  660. this.Carft.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  661. this.CD_STEPNO,
  662. this.CD_IFINPUT,
  663. this.CD_IFOUTPUT,
  664. this.CD_IFTEST,
  665. this.CD_IFSNCHANGE,
  666. this.CD_IFOQC,
  667. this.CD_IFPACK,
  668. this.CD_IFREPAIR,
  669. this.CD_IFOUTLINE,
  670. this.CD_IFSMTINOUT,
  671. this.CD_IFSPC,
  672. this.CD_IFREDUCE,
  673. this.CD_IFMIDFINISH,
  674. this.CD_IFMIDINPUT,
  675. this.CD_IFBURNIN,
  676. this.CD_IFBURNOUT,
  677. this.CD_IFWEIGH,
  678. this.CD_IFOFFLINE,
  679. this.CD_DETNO,
  680. this.CD_STEPCODE,
  681. this.CD_FIRSTSTEP,
  682. this.CD_STEPNAME,
  683. this.CD_NEXTSTEPCODE,
  684. this.CD_NEXTSTEPNAME,
  685. this.CD_TABLE});
  686. this.Carft.Location = new System.Drawing.Point(29, 479);
  687. this.Carft.Name = "Carft";
  688. this.Carft.RowTemplate.Height = 27;
  689. this.Carft.Size = new System.Drawing.Size(1182, 205);
  690. this.Carft.TabIndex = 20;
  691. //
  692. // CD_STEPNO
  693. //
  694. this.CD_STEPNO.DataPropertyName = "CD_STEPNO";
  695. this.CD_STEPNO.HeaderText = "执行顺序";
  696. this.CD_STEPNO.Name = "CD_STEPNO";
  697. //
  698. // CD_IFINPUT
  699. //
  700. this.CD_IFINPUT.DataPropertyName = "CD_IFINPUT";
  701. this.CD_IFINPUT.HeaderText = "上料工序";
  702. this.CD_IFINPUT.Name = "CD_IFINPUT";
  703. this.CD_IFINPUT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  704. this.CD_IFINPUT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  705. //
  706. // CD_IFOUTPUT
  707. //
  708. this.CD_IFOUTPUT.DataPropertyName = "CD_IFOUTPUT";
  709. this.CD_IFOUTPUT.HeaderText = "下料工序";
  710. this.CD_IFOUTPUT.Name = "CD_IFOUTPUT";
  711. this.CD_IFOUTPUT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  712. this.CD_IFOUTPUT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  713. //
  714. // CD_IFTEST
  715. //
  716. this.CD_IFTEST.DataPropertyName = "CD_IFTEST";
  717. this.CD_IFTEST.HeaderText = "测试工序";
  718. this.CD_IFTEST.Name = "CD_IFTEST";
  719. this.CD_IFTEST.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  720. this.CD_IFTEST.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  721. //
  722. // CD_IFSNCHANGE
  723. //
  724. this.CD_IFSNCHANGE.DataPropertyName = "CD_IFSNCHANGE";
  725. this.CD_IFSNCHANGE.HeaderText = "序号转换工序";
  726. this.CD_IFSNCHANGE.Name = "CD_IFSNCHANGE";
  727. this.CD_IFSNCHANGE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  728. this.CD_IFSNCHANGE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  729. this.CD_IFSNCHANGE.Width = 150;
  730. //
  731. // CD_IFOQC
  732. //
  733. this.CD_IFOQC.DataPropertyName = "CD_IFOQC";
  734. this.CD_IFOQC.HeaderText = "OQC工序";
  735. this.CD_IFOQC.Name = "CD_IFOQC";
  736. this.CD_IFOQC.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  737. this.CD_IFOQC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  738. //
  739. // CD_IFPACK
  740. //
  741. this.CD_IFPACK.DataPropertyName = "CD_IFPACK";
  742. this.CD_IFPACK.HeaderText = "包装工序";
  743. this.CD_IFPACK.Name = "CD_IFPACK";
  744. this.CD_IFPACK.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  745. this.CD_IFPACK.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  746. //
  747. // CD_IFREPAIR
  748. //
  749. this.CD_IFREPAIR.DataPropertyName = "CD_IFREPAIR";
  750. this.CD_IFREPAIR.HeaderText = "维修工序";
  751. this.CD_IFREPAIR.Name = "CD_IFREPAIR";
  752. this.CD_IFREPAIR.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  753. this.CD_IFREPAIR.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  754. //
  755. // CD_IFOUTLINE
  756. //
  757. this.CD_IFOUTLINE.DataPropertyName = "CD_IFOUTLINE";
  758. this.CD_IFOUTLINE.HeaderText = "线外工序";
  759. this.CD_IFOUTLINE.Name = "CD_IFOUTLINE";
  760. this.CD_IFOUTLINE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  761. this.CD_IFOUTLINE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  762. //
  763. // CD_IFSMTINOUT
  764. //
  765. this.CD_IFSMTINOUT.DataPropertyName = "CD_IFSMTINOUT";
  766. this.CD_IFSMTINOUT.HeaderText = "SMT防呆工序";
  767. this.CD_IFSMTINOUT.Name = "CD_IFSMTINOUT";
  768. this.CD_IFSMTINOUT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  769. this.CD_IFSMTINOUT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  770. this.CD_IFSMTINOUT.Width = 150;
  771. //
  772. // CD_IFSPC
  773. //
  774. this.CD_IFSPC.DataPropertyName = "CD_IFSPC";
  775. this.CD_IFSPC.HeaderText = "SPC工序";
  776. this.CD_IFSPC.Name = "CD_IFSPC";
  777. this.CD_IFSPC.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  778. this.CD_IFSPC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  779. //
  780. // CD_IFREDUCE
  781. //
  782. this.CD_IFREDUCE.DataPropertyName = "CD_IFREDUCE";
  783. this.CD_IFREDUCE.HeaderText = "扣料工序";
  784. this.CD_IFREDUCE.Name = "CD_IFREDUCE";
  785. this.CD_IFREDUCE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  786. this.CD_IFREDUCE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  787. //
  788. // CD_IFMIDFINISH
  789. //
  790. this.CD_IFMIDFINISH.DataPropertyName = "CD_IFMIDFINISH";
  791. this.CD_IFMIDFINISH.HeaderText = "中间产量工序";
  792. this.CD_IFMIDFINISH.Name = "CD_IFMIDFINISH";
  793. this.CD_IFMIDFINISH.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  794. this.CD_IFMIDFINISH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  795. this.CD_IFMIDFINISH.Width = 150;
  796. //
  797. // CD_IFMIDINPUT
  798. //
  799. this.CD_IFMIDINPUT.DataPropertyName = "CD_IFMIDINPUT";
  800. this.CD_IFMIDINPUT.HeaderText = "中间投入工序";
  801. this.CD_IFMIDINPUT.Name = "CD_IFMIDINPUT";
  802. this.CD_IFMIDINPUT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  803. this.CD_IFMIDINPUT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  804. this.CD_IFMIDINPUT.Width = 150;
  805. //
  806. // CD_IFBURNIN
  807. //
  808. this.CD_IFBURNIN.DataPropertyName = "CD_IFBURNIN";
  809. this.CD_IFBURNIN.HeaderText = "BURNIN工序";
  810. this.CD_IFBURNIN.Name = "CD_IFBURNIN";
  811. this.CD_IFBURNIN.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  812. this.CD_IFBURNIN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  813. this.CD_IFBURNIN.Width = 150;
  814. //
  815. // CD_IFBURNOUT
  816. //
  817. this.CD_IFBURNOUT.DataPropertyName = "CD_IFBURNOUT";
  818. this.CD_IFBURNOUT.HeaderText = "BURNOUT工序";
  819. this.CD_IFBURNOUT.Name = "CD_IFBURNOUT";
  820. this.CD_IFBURNOUT.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  821. this.CD_IFBURNOUT.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  822. this.CD_IFBURNOUT.Width = 150;
  823. //
  824. // CD_IFWEIGH
  825. //
  826. this.CD_IFWEIGH.DataPropertyName = "CD_IFWEIGH";
  827. this.CD_IFWEIGH.HeaderText = "是否称重";
  828. this.CD_IFWEIGH.Name = "CD_IFWEIGH";
  829. this.CD_IFWEIGH.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  830. this.CD_IFWEIGH.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  831. //
  832. // CD_IFOFFLINE
  833. //
  834. this.CD_IFOFFLINE.DataPropertyName = "CD_IFOFFLINE";
  835. this.CD_IFOFFLINE.HeaderText = "下线工序";
  836. this.CD_IFOFFLINE.Name = "CD_IFOFFLINE";
  837. //
  838. // CD_DETNO
  839. //
  840. this.CD_DETNO.DataPropertyName = "CD_DETNO";
  841. this.CD_DETNO.HeaderText = "序号";
  842. this.CD_DETNO.Name = "CD_DETNO";
  843. //
  844. // CD_STEPCODE
  845. //
  846. this.CD_STEPCODE.DataPropertyName = "CD_STEPCODE";
  847. this.CD_STEPCODE.HeaderText = "工序编号";
  848. this.CD_STEPCODE.Name = "CD_STEPCODE";
  849. //
  850. // CD_FIRSTSTEP
  851. //
  852. this.CD_FIRSTSTEP.DataPropertyName = "CD_FIRSTSTEP";
  853. this.CD_FIRSTSTEP.HeaderText = "是否第一道工序";
  854. this.CD_FIRSTSTEP.Name = "CD_FIRSTSTEP";
  855. this.CD_FIRSTSTEP.Width = 150;
  856. //
  857. // CD_STEPNAME
  858. //
  859. this.CD_STEPNAME.DataPropertyName = "CD_STEPNAME";
  860. this.CD_STEPNAME.HeaderText = "工序名称";
  861. this.CD_STEPNAME.Name = "CD_STEPNAME";
  862. //
  863. // CD_NEXTSTEPCODE
  864. //
  865. this.CD_NEXTSTEPCODE.DataPropertyName = "CD_NEXTSTEPCODE";
  866. this.CD_NEXTSTEPCODE.HeaderText = "下一工序编号";
  867. this.CD_NEXTSTEPCODE.Name = "CD_NEXTSTEPCODE";
  868. this.CD_NEXTSTEPCODE.Width = 150;
  869. //
  870. // CD_NEXTSTEPNAME
  871. //
  872. this.CD_NEXTSTEPNAME.DataPropertyName = "CD_NEXTSTEPNAME";
  873. this.CD_NEXTSTEPNAME.HeaderText = "下一工序名称";
  874. this.CD_NEXTSTEPNAME.Name = "CD_NEXTSTEPNAME";
  875. this.CD_NEXTSTEPNAME.Width = 150;
  876. //
  877. // CD_TABLE
  878. //
  879. this.CD_TABLE.DataPropertyName = "CD_TABLE";
  880. this.CD_TABLE.HeaderText = "板面";
  881. this.CD_TABLE.Name = "CD_TABLE";
  882. //
  883. // BOM
  884. //
  885. this.BOM.AllowUserToAddRows = false;
  886. this.BOM.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  887. this.BOM.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  888. this.SP_MOTHERCODE,
  889. this.SP_SONCODE,
  890. this.SP_STEPCODE,
  891. this.SP_REPCODE,
  892. this.SP_TYPE,
  893. this.SP_DESCRIPTION,
  894. this.SP_DETNO,
  895. this.SP_PREFIX,
  896. this.SP_TRACEKIND,
  897. this.SP_LENGTH,
  898. this.SP_ONEUSEQTY,
  899. this.SP_UPDATEMAN,
  900. this.SP_UPDATEDATE});
  901. this.BOM.Location = new System.Drawing.Point(29, 723);
  902. this.BOM.Name = "BOM";
  903. this.BOM.RowTemplate.Height = 27;
  904. this.BOM.Size = new System.Drawing.Size(1182, 157);
  905. this.BOM.TabIndex = 21;
  906. //
  907. // SP_MOTHERCODE
  908. //
  909. this.SP_MOTHERCODE.DataPropertyName = "SP_MOTHERCODE";
  910. this.SP_MOTHERCODE.HeaderText = "母件编号";
  911. this.SP_MOTHERCODE.Name = "SP_MOTHERCODE";
  912. //
  913. // SP_SONCODE
  914. //
  915. this.SP_SONCODE.DataPropertyName = "SP_SONCODE";
  916. this.SP_SONCODE.HeaderText = "物料编号";
  917. this.SP_SONCODE.Name = "SP_SONCODE";
  918. //
  919. // SP_STEPCODE
  920. //
  921. this.SP_STEPCODE.DataPropertyName = "SP_STEPCODE";
  922. this.SP_STEPCODE.HeaderText = "工序编号";
  923. this.SP_STEPCODE.Name = "SP_STEPCODE";
  924. //
  925. // SP_REPCODE
  926. //
  927. this.SP_REPCODE.DataPropertyName = "SP_REPCODE";
  928. this.SP_REPCODE.HeaderText = "替代料编号";
  929. this.SP_REPCODE.Name = "SP_REPCODE";
  930. this.SP_REPCODE.Width = 150;
  931. //
  932. // SP_TYPE
  933. //
  934. this.SP_TYPE.DataPropertyName = "SP_TYPE";
  935. this.SP_TYPE.HeaderText = "采集类型";
  936. this.SP_TYPE.Name = "SP_TYPE";
  937. //
  938. // SP_DESCRIPTION
  939. //
  940. this.SP_DESCRIPTION.DataPropertyName = "SP_DESCRIPTION";
  941. this.SP_DESCRIPTION.HeaderText = "描述";
  942. this.SP_DESCRIPTION.Name = "SP_DESCRIPTION";
  943. //
  944. // SP_DETNO
  945. //
  946. this.SP_DETNO.DataPropertyName = "SP_DETNO";
  947. this.SP_DETNO.HeaderText = "采集顺序";
  948. this.SP_DETNO.Name = "SP_DETNO";
  949. //
  950. // SP_PREFIX
  951. //
  952. this.SP_PREFIX.DataPropertyName = "SP_PREFIX";
  953. this.SP_PREFIX.HeaderText = "前缀码";
  954. this.SP_PREFIX.Name = "SP_PREFIX";
  955. //
  956. // SP_TRACEKIND
  957. //
  958. this.SP_TRACEKIND.DataPropertyName = "SP_TRACEKIND";
  959. this.SP_TRACEKIND.HeaderText = "管控类型";
  960. this.SP_TRACEKIND.Name = "SP_TRACEKIND";
  961. //
  962. // SP_LENGTH
  963. //
  964. this.SP_LENGTH.DataPropertyName = "SP_LENGTH";
  965. this.SP_LENGTH.HeaderText = "长度";
  966. this.SP_LENGTH.Name = "SP_LENGTH";
  967. //
  968. // SP_ONEUSEQTY
  969. //
  970. this.SP_ONEUSEQTY.DataPropertyName = "SP_ONEUSEQTY";
  971. this.SP_ONEUSEQTY.HeaderText = "单位用量";
  972. this.SP_ONEUSEQTY.Name = "SP_ONEUSEQTY";
  973. //
  974. // SP_UPDATEMAN
  975. //
  976. this.SP_UPDATEMAN.DataPropertyName = "SP_UPDATEMAN";
  977. this.SP_UPDATEMAN.HeaderText = "更新人";
  978. this.SP_UPDATEMAN.Name = "SP_UPDATEMAN";
  979. //
  980. // SP_UPDATEDATE
  981. //
  982. this.SP_UPDATEDATE.DataPropertyName = "SP_UPDATEDATE";
  983. this.SP_UPDATEDATE.HeaderText = "更新日期";
  984. this.SP_UPDATEDATE.Name = "SP_UPDATEDATE";
  985. //
  986. // Label
  987. //
  988. this.Label.AllowUserToAddRows = false;
  989. this.Label.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  990. this.Label.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  991. this.LA_CODE,
  992. this.LA_NAME,
  993. this.LA_STATUS,
  994. this.LA_INDATE,
  995. this.LA_INMAN,
  996. this.LA_PRINTNOS,
  997. this.LA_URL,
  998. this.LA_ISDEFAULT,
  999. this.LA_TEMPLATETYPE,
  1000. this.LA_SOFTTYPE,
  1001. this.LA_PRODCODE});
  1002. this.Label.Location = new System.Drawing.Point(29, 917);
  1003. this.Label.Name = "Label";
  1004. this.Label.RowTemplate.Height = 27;
  1005. this.Label.Size = new System.Drawing.Size(1182, 150);
  1006. this.Label.TabIndex = 22;
  1007. //
  1008. // LA_CODE
  1009. //
  1010. this.LA_CODE.DataPropertyName = "LA_CODE";
  1011. this.LA_CODE.HeaderText = "模板编号";
  1012. this.LA_CODE.Name = "LA_CODE";
  1013. //
  1014. // LA_NAME
  1015. //
  1016. this.LA_NAME.DataPropertyName = "LA_NAME";
  1017. this.LA_NAME.HeaderText = "模板名称";
  1018. this.LA_NAME.Name = "LA_NAME";
  1019. //
  1020. // LA_STATUS
  1021. //
  1022. this.LA_STATUS.DataPropertyName = "LA_STATUS";
  1023. this.LA_STATUS.HeaderText = "状态";
  1024. this.LA_STATUS.Name = "LA_STATUS";
  1025. //
  1026. // LA_INDATE
  1027. //
  1028. this.LA_INDATE.DataPropertyName = "LA_INDATE";
  1029. this.LA_INDATE.HeaderText = "录入日期";
  1030. this.LA_INDATE.Name = "LA_INDATE";
  1031. //
  1032. // LA_INMAN
  1033. //
  1034. this.LA_INMAN.DataPropertyName = "LA_INMAN";
  1035. this.LA_INMAN.HeaderText = "录入人";
  1036. this.LA_INMAN.Name = "LA_INMAN";
  1037. //
  1038. // LA_PRINTNOS
  1039. //
  1040. this.LA_PRINTNOS.DataPropertyName = "LA_PRINTNOS";
  1041. this.LA_PRINTNOS.HeaderText = "打印份数";
  1042. this.LA_PRINTNOS.Name = "LA_PRINTNOS";
  1043. //
  1044. // LA_URL
  1045. //
  1046. this.LA_URL.DataPropertyName = "LA_URL";
  1047. this.LA_URL.HeaderText = "模板路径";
  1048. this.LA_URL.Name = "LA_URL";
  1049. //
  1050. // LA_ISDEFAULT
  1051. //
  1052. this.LA_ISDEFAULT.DataPropertyName = "LA_ISDEFAULT";
  1053. this.LA_ISDEFAULT.HeaderText = "是否默认";
  1054. this.LA_ISDEFAULT.Name = "LA_ISDEFAULT";
  1055. //
  1056. // LA_TEMPLATETYPE
  1057. //
  1058. this.LA_TEMPLATETYPE.DataPropertyName = "LA_TEMPLATETYPE";
  1059. this.LA_TEMPLATETYPE.HeaderText = "模板类型";
  1060. this.LA_TEMPLATETYPE.Name = "LA_TEMPLATETYPE";
  1061. //
  1062. // LA_SOFTTYPE
  1063. //
  1064. this.LA_SOFTTYPE.DataPropertyName = "LA_SOFTTYPE";
  1065. this.LA_SOFTTYPE.HeaderText = "模板软件";
  1066. this.LA_SOFTTYPE.Name = "LA_SOFTTYPE";
  1067. //
  1068. // LA_PRODCODE
  1069. //
  1070. this.LA_PRODCODE.DataPropertyName = "LA_PRODCODE";
  1071. this.LA_PRODCODE.HeaderText = "产品编号";
  1072. this.LA_PRODCODE.Name = "LA_PRODCODE";
  1073. //
  1074. // label16
  1075. //
  1076. this.label16.AutoSize = true;
  1077. this.label16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1078. this.label16.Location = new System.Drawing.Point(31, 442);
  1079. this.label16.Name = "label16";
  1080. this.label16.Size = new System.Drawing.Size(92, 27);
  1081. this.label16.TabIndex = 23;
  1082. this.label16.Text = "产品途程";
  1083. //
  1084. // label17
  1085. //
  1086. this.label17.AutoSize = true;
  1087. this.label17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1088. this.label17.Location = new System.Drawing.Point(31, 689);
  1089. this.label17.Name = "label17";
  1090. this.label17.Size = new System.Drawing.Size(101, 27);
  1091. this.label17.TabIndex = 24;
  1092. this.label17.Text = "工序BOM";
  1093. //
  1094. // label18
  1095. //
  1096. this.label18.AutoSize = true;
  1097. this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1098. this.label18.Location = new System.Drawing.Point(31, 883);
  1099. this.label18.Name = "label18";
  1100. this.label18.Size = new System.Drawing.Size(92, 27);
  1101. this.label18.TabIndex = 25;
  1102. this.label18.Text = "标签信息";
  1103. //
  1104. // Query_MakeInf
  1105. //
  1106. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1107. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1108. this.ClientSize = new System.Drawing.Size(1235, 1084);
  1109. this.Controls.Add(this.label18);
  1110. this.Controls.Add(this.label17);
  1111. this.Controls.Add(this.label16);
  1112. this.Controls.Add(this.Label);
  1113. this.Controls.Add(this.BOM);
  1114. this.Controls.Add(this.Carft);
  1115. this.Controls.Add(this.groupBoxWithBorder1);
  1116. this.Controls.Add(this.Product);
  1117. this.Controls.Add(this.MakeInf);
  1118. this.Controls.Add(this.Search);
  1119. this.Controls.Add(this.MakeCode);
  1120. this.Controls.Add(this.label1);
  1121. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1122. this.Name = "Query_MakeInf";
  1123. this.Tag = "Query!MakeInf";
  1124. this.Text = "Query_MakeInf";
  1125. this.Load += new System.EventHandler(this.Query_MakeInf_Load);
  1126. this.SizeChanged += new System.EventHandler(this.Query_MakeInf_SizeChanged);
  1127. this.MakeInf.ResumeLayout(true);
  1128. this.MakeInf.PerformLayout();
  1129. this.Product.ResumeLayout(true);
  1130. this.Product.PerformLayout();
  1131. this.groupBoxWithBorder1.ResumeLayout(true);
  1132. this.groupBoxWithBorder1.PerformLayout();
  1133. ((System.ComponentModel.ISupportInitialize)(this.Carft)).EndInit();
  1134. ((System.ComponentModel.ISupportInitialize)(this.BOM)).EndInit();
  1135. ((System.ComponentModel.ISupportInitialize)(this.Label)).EndInit();
  1136. this.ResumeLayout(true);
  1137. this.PerformLayout();
  1138. }
  1139. #endregion
  1140. private System.Windows.Forms.Label label1;
  1141. private CustomControl.TextBoxWithIcon.SnCollectionBox MakeCode;
  1142. private CustomControl.ButtonUtil.NormalButton Search;
  1143. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder MakeInf;
  1144. private System.Windows.Forms.Label ma_softversion;
  1145. private System.Windows.Forms.Label ma_softversion_label;
  1146. private System.Windows.Forms.Label ma_wccode;
  1147. private System.Windows.Forms.Label ma_wccode_label;
  1148. private System.Windows.Forms.Label ma_custname;
  1149. private System.Windows.Forms.Label ma_custname_label;
  1150. private System.Windows.Forms.Label ma_salecode;
  1151. private System.Windows.Forms.Label ma_salecode_label;
  1152. private System.Windows.Forms.Label ma_bomversion;
  1153. private System.Windows.Forms.Label ma_bomversion_label;
  1154. private System.Windows.Forms.Label ma_qty;
  1155. private System.Windows.Forms.Label ma_qty_label;
  1156. private System.Windows.Forms.Label ma_unlimitageqty;
  1157. private System.Windows.Forms.Label ma_unlimitageqty_label;
  1158. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder Product;
  1159. private System.Windows.Forms.Label pr_cartonweight;
  1160. private System.Windows.Forms.Label pr_cartonweight_label;
  1161. private System.Windows.Forms.Label pr_colorboxweight;
  1162. private System.Windows.Forms.Label pr_colorboxweight_label;
  1163. private System.Windows.Forms.Label pr_agingtime;
  1164. private System.Windows.Forms.Label pr_agingtime_label;
  1165. private System.Windows.Forms.Label pr_outboxinnerqty;
  1166. private System.Windows.Forms.Label pr_outboxinnerqty_label;
  1167. private System.Windows.Forms.Label pr_sendchecktype;
  1168. private System.Windows.Forms.Label pr_sendchecktype_label;
  1169. private System.Windows.Forms.Label pr_detail;
  1170. private System.Windows.Forms.Label pr_detail_label;
  1171. private System.Windows.Forms.Label pr_code;
  1172. private System.Windows.Forms.Label pr_code_label;
  1173. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  1174. private System.Windows.Forms.Label label2;
  1175. private System.Windows.Forms.Label label3;
  1176. private System.Windows.Forms.Label label4;
  1177. private System.Windows.Forms.Label label5;
  1178. private System.Windows.Forms.Label label6;
  1179. private System.Windows.Forms.Label label7;
  1180. private System.Windows.Forms.Label label8;
  1181. private System.Windows.Forms.Label label9;
  1182. private System.Windows.Forms.Label label10;
  1183. private System.Windows.Forms.Label label11;
  1184. private System.Windows.Forms.Label label12;
  1185. private System.Windows.Forms.Label label13;
  1186. private System.Windows.Forms.Label label14;
  1187. private System.Windows.Forms.Label label15;
  1188. private System.Windows.Forms.DataGridView Carft;
  1189. private System.Windows.Forms.DataGridView BOM;
  1190. private System.Windows.Forms.DataGridView Label;
  1191. private System.Windows.Forms.Label label16;
  1192. private System.Windows.Forms.Label label17;
  1193. private System.Windows.Forms.Label label18;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn CD_STEPNO;
  1195. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFINPUT;
  1196. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFOUTPUT;
  1197. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFTEST;
  1198. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFSNCHANGE;
  1199. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFOQC;
  1200. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFPACK;
  1201. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFREPAIR;
  1202. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFOUTLINE;
  1203. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFSMTINOUT;
  1204. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFSPC;
  1205. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFREDUCE;
  1206. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFMIDFINISH;
  1207. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFMIDINPUT;
  1208. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFBURNIN;
  1209. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFBURNOUT;
  1210. private System.Windows.Forms.DataGridViewCheckBoxColumn CD_IFWEIGH;
  1211. private System.Windows.Forms.DataGridViewTextBoxColumn CD_IFOFFLINE;
  1212. private System.Windows.Forms.DataGridViewTextBoxColumn CD_DETNO;
  1213. private System.Windows.Forms.DataGridViewTextBoxColumn CD_STEPCODE;
  1214. private System.Windows.Forms.DataGridViewTextBoxColumn CD_FIRSTSTEP;
  1215. private System.Windows.Forms.DataGridViewTextBoxColumn CD_STEPNAME;
  1216. private System.Windows.Forms.DataGridViewTextBoxColumn CD_NEXTSTEPCODE;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn CD_NEXTSTEPNAME;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn CD_TABLE;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn SP_MOTHERCODE;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn SP_SONCODE;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn SP_STEPCODE;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn SP_REPCODE;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn SP_TYPE;
  1224. private System.Windows.Forms.DataGridViewTextBoxColumn SP_DESCRIPTION;
  1225. private System.Windows.Forms.DataGridViewTextBoxColumn SP_DETNO;
  1226. private System.Windows.Forms.DataGridViewTextBoxColumn SP_PREFIX;
  1227. private System.Windows.Forms.DataGridViewTextBoxColumn SP_TRACEKIND;
  1228. private System.Windows.Forms.DataGridViewTextBoxColumn SP_LENGTH;
  1229. private System.Windows.Forms.DataGridViewTextBoxColumn SP_ONEUSEQTY;
  1230. private System.Windows.Forms.DataGridViewTextBoxColumn SP_UPDATEMAN;
  1231. private System.Windows.Forms.DataGridViewTextBoxColumn SP_UPDATEDATE;
  1232. private System.Windows.Forms.DataGridViewTextBoxColumn LA_CODE;
  1233. private System.Windows.Forms.DataGridViewTextBoxColumn LA_NAME;
  1234. private System.Windows.Forms.DataGridViewTextBoxColumn LA_STATUS;
  1235. private System.Windows.Forms.DataGridViewTextBoxColumn LA_INDATE;
  1236. private System.Windows.Forms.DataGridViewTextBoxColumn LA_INMAN;
  1237. private System.Windows.Forms.DataGridViewTextBoxColumn LA_PRINTNOS;
  1238. private System.Windows.Forms.DataGridViewTextBoxColumn LA_URL;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn LA_ISDEFAULT;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn LA_TEMPLATETYPE;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn LA_SOFTTYPE;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn LA_PRODCODE;
  1243. }
  1244. }