Query_MakeInf.Designer.cs 82 KB

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