Make_MakeDown.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_MakeDown
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.md_code_label = new System.Windows.Forms.Label();
  29. this.make_count = new System.Windows.Forms.Label();
  30. this.count_label = new System.Windows.Forms.Label();
  31. this.md_reson = new System.Windows.Forms.Label();
  32. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pr_code = new System.Windows.Forms.Label();
  35. this.ms_makecode = new System.Windows.Forms.Label();
  36. this.mdcode = new System.Windows.Forms.TextBox();
  37. this.st_rstepcode_label = new System.Windows.Forms.Label();
  38. this.ma_craftcode_label = new System.Windows.Forms.Label();
  39. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  45. this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  46. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  47. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. this.inputreson = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.md_macode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.md_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.md_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.MD_DOWNMAN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // md_code_label
  58. //
  59. this.md_code_label.AutoSize = true;
  60. this.md_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  61. this.md_code_label.Location = new System.Drawing.Point(66, 20);
  62. this.md_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  63. this.md_code_label.Name = "md_code_label";
  64. this.md_code_label.Size = new System.Drawing.Size(114, 41);
  65. this.md_code_label.TabIndex = 194;
  66. this.md_code_label.Text = "事件号";
  67. //
  68. // make_count
  69. //
  70. this.make_count.AutoSize = true;
  71. this.make_count.Font = new System.Drawing.Font("微软雅黑", 12F);
  72. this.make_count.Location = new System.Drawing.Point(1026, 18);
  73. this.make_count.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  74. this.make_count.Name = "make_count";
  75. this.make_count.Size = new System.Drawing.Size(0, 41);
  76. this.make_count.TabIndex = 197;
  77. //
  78. // count_label
  79. //
  80. this.count_label.AutoSize = true;
  81. this.count_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  82. this.count_label.Location = new System.Drawing.Point(934, 18);
  83. this.count_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.count_label.Name = "count_label";
  85. this.count_label.Size = new System.Drawing.Size(82, 41);
  86. this.count_label.TabIndex = 196;
  87. this.count_label.Text = "数量";
  88. //
  89. // md_reson
  90. //
  91. this.md_reson.AutoSize = true;
  92. this.md_reson.Font = new System.Drawing.Font("微软雅黑", 12F);
  93. this.md_reson.Location = new System.Drawing.Point(36, 157);
  94. this.md_reson.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.md_reson.Name = "md_reson";
  96. this.md_reson.Size = new System.Drawing.Size(146, 41);
  97. this.md_reson.TabIndex = 198;
  98. this.md_reson.Text = "下地原因";
  99. //
  100. // LabelDataGridView
  101. //
  102. this.LabelDataGridView.AllowUserToAddRows = false;
  103. this.LabelDataGridView.AllowUserToResizeRows = false;
  104. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  105. this.LabelDataGridView.ColumnHeadersHeight = 46;
  106. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  107. this.md_macode,
  108. this.md_sncode,
  109. this.md_prodcode,
  110. this.pr_detail,
  111. this.MD_DOWNMAN});
  112. this.LabelDataGridView.Location = new System.Drawing.Point(46, 388);
  113. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  114. this.LabelDataGridView.Name = "LabelDataGridView";
  115. this.LabelDataGridView.RowHeadersVisible = false;
  116. this.LabelDataGridView.RowHeadersWidth = 82;
  117. this.LabelDataGridView.RowTemplate.Height = 23;
  118. this.LabelDataGridView.Size = new System.Drawing.Size(1494, 384);
  119. this.LabelDataGridView.TabIndex = 200;
  120. //
  121. // label1
  122. //
  123. this.label1.AutoSize = true;
  124. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  125. this.label1.Location = new System.Drawing.Point(36, 816);
  126. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label1.Name = "label1";
  128. this.label1.Size = new System.Drawing.Size(114, 41);
  129. this.label1.TabIndex = 202;
  130. this.label1.Text = "序列号";
  131. //
  132. // pr_code
  133. //
  134. this.pr_code.AutoSize = true;
  135. this.pr_code.Location = new System.Drawing.Point(880, 680);
  136. this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  137. this.pr_code.Name = "pr_code";
  138. this.pr_code.Size = new System.Drawing.Size(0, 24);
  139. this.pr_code.TabIndex = 205;
  140. this.pr_code.Visible = false;
  141. //
  142. // ms_makecode
  143. //
  144. this.ms_makecode.AutoSize = true;
  145. this.ms_makecode.Location = new System.Drawing.Point(1100, 680);
  146. this.ms_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  147. this.ms_makecode.Name = "ms_makecode";
  148. this.ms_makecode.Size = new System.Drawing.Size(0, 24);
  149. this.ms_makecode.TabIndex = 206;
  150. this.ms_makecode.Visible = false;
  151. //
  152. // mdcode
  153. //
  154. this.mdcode.Location = new System.Drawing.Point(192, 20);
  155. this.mdcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  156. this.mdcode.Name = "mdcode";
  157. this.mdcode.ReadOnly = true;
  158. this.mdcode.Size = new System.Drawing.Size(196, 35);
  159. this.mdcode.TabIndex = 207;
  160. //
  161. // st_rstepcode_label
  162. //
  163. this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  164. | System.Windows.Forms.AnchorStyles.Left)));
  165. this.st_rstepcode_label.AutoSize = true;
  166. this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.st_rstepcode_label.Location = new System.Drawing.Point(517, 86);
  168. this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  169. this.st_rstepcode_label.Name = "st_rstepcode_label";
  170. this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
  171. this.st_rstepcode_label.TabIndex = 208;
  172. this.st_rstepcode_label.Text = "拦截工序";
  173. //
  174. // ma_craftcode_label
  175. //
  176. this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  177. | System.Windows.Forms.AnchorStyles.Left)));
  178. this.ma_craftcode_label.AutoSize = true;
  179. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.ma_craftcode_label.Location = new System.Drawing.Point(36, 86);
  181. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  182. this.ma_craftcode_label.Name = "ma_craftcode_label";
  183. this.ma_craftcode_label.Size = new System.Drawing.Size(82, 41);
  184. this.ma_craftcode_label.TabIndex = 209;
  185. this.ma_craftcode_label.Text = "途程";
  186. //
  187. // dataGridViewTextBoxColumn1
  188. //
  189. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  190. this.dataGridViewTextBoxColumn1.DataPropertyName = "md_macode";
  191. this.dataGridViewTextBoxColumn1.HeaderText = "工单编号";
  192. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  193. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  194. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  195. //
  196. // dataGridViewTextBoxColumn2
  197. //
  198. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  199. this.dataGridViewTextBoxColumn2.DataPropertyName = "md_sncode";
  200. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  201. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  202. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  203. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  204. //
  205. // dataGridViewTextBoxColumn3
  206. //
  207. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  208. this.dataGridViewTextBoxColumn3.DataPropertyName = "md_prodcode";
  209. this.dataGridViewTextBoxColumn3.HeaderText = "产品代码";
  210. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  211. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  212. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  213. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  214. //
  215. // dataGridViewTextBoxColumn4
  216. //
  217. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  218. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  219. this.dataGridViewTextBoxColumn4.HeaderText = "产品名称";
  220. this.dataGridViewTextBoxColumn4.MinimumWidth = 80;
  221. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  222. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  223. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  224. //
  225. // dataGridViewTextBoxColumn5
  226. //
  227. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  228. this.dataGridViewTextBoxColumn5.HeaderText = "";
  229. this.dataGridViewTextBoxColumn5.MinimumWidth = 2;
  230. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  231. this.dataGridViewTextBoxColumn5.Width = 5;
  232. //
  233. // cd_stepcode
  234. //
  235. this.cd_stepcode.AllPower = "ifall";
  236. this.cd_stepcode.Caller = null;
  237. this.cd_stepcode.Condition = null;
  238. this.cd_stepcode.DBTitle = "回流工序";
  239. this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  240. this.cd_stepcode.FormName = null;
  241. this.cd_stepcode.Location = new System.Drawing.Point(688, 86);
  242. this.cd_stepcode.Margin = new System.Windows.Forms.Padding(6);
  243. this.cd_stepcode.Name = "cd_stepcode";
  244. this.cd_stepcode.Power = "ifspecial";
  245. this.cd_stepcode.ReturnData = null;
  246. this.cd_stepcode.SelectField = null;
  247. this.cd_stepcode.SetValueField = null;
  248. this.cd_stepcode.Size = new System.Drawing.Size(300, 44);
  249. this.cd_stepcode.TabIndex = 211;
  250. this.cd_stepcode.TableName = null;
  251. this.cd_stepcode.Tag = "";
  252. this.cd_stepcode.TextBoxEnable = false;
  253. this.cd_stepcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cd_stepcode_UserControlTextChanged);
  254. //
  255. // cr_code
  256. //
  257. this.cr_code.AllPower = "ifall";
  258. this.cr_code.Caller = null;
  259. this.cr_code.Condition = null;
  260. this.cr_code.DBTitle = "回流途程";
  261. this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  262. this.cr_code.FormName = null;
  263. this.cr_code.Location = new System.Drawing.Point(192, 86);
  264. this.cr_code.Margin = new System.Windows.Forms.Padding(6);
  265. this.cr_code.Name = "cr_code";
  266. this.cr_code.Power = "ifspecial";
  267. this.cr_code.ReturnData = null;
  268. this.cr_code.SelectField = null;
  269. this.cr_code.SetValueField = null;
  270. this.cr_code.Size = new System.Drawing.Size(294, 46);
  271. this.cr_code.TabIndex = 210;
  272. this.cr_code.TableName = null;
  273. this.cr_code.Tag = "ma_craftcode";
  274. this.cr_code.TextBoxEnable = false;
  275. this.cr_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cr_code_UserControlTextChanged);
  276. //
  277. // OperateResult
  278. //
  279. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.OperateResult.Location = new System.Drawing.Point(738, 157);
  281. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  282. this.OperateResult.Name = "OperateResult";
  283. this.OperateResult.Size = new System.Drawing.Size(796, 189);
  284. this.OperateResult.TabIndex = 204;
  285. this.OperateResult.Text = "";
  286. //
  287. // sn_code
  288. //
  289. this.sn_code.AllPower = null;
  290. this.sn_code.BackColor = System.Drawing.Color.White;
  291. this.sn_code.ID = null;
  292. this.sn_code.Location = new System.Drawing.Point(198, 816);
  293. this.sn_code.Margin = new System.Windows.Forms.Padding(6);
  294. this.sn_code.Name = "sn_code";
  295. this.sn_code.Power = null;
  296. this.sn_code.Size = new System.Drawing.Size(388, 35);
  297. this.sn_code.Str = null;
  298. this.sn_code.Str1 = null;
  299. this.sn_code.Str2 = null;
  300. this.sn_code.TabIndex = 201;
  301. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  302. //
  303. // inputreson
  304. //
  305. this.inputreson.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.inputreson.Location = new System.Drawing.Point(192, 157);
  307. this.inputreson.Margin = new System.Windows.Forms.Padding(6);
  308. this.inputreson.Name = "inputreson";
  309. this.inputreson.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  310. this.inputreson.Size = new System.Drawing.Size(484, 189);
  311. this.inputreson.TabIndex = 199;
  312. this.inputreson.Text = "";
  313. //
  314. // md_macode
  315. //
  316. this.md_macode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  317. this.md_macode.DataPropertyName = "md_macode";
  318. this.md_macode.HeaderText = "工单编号";
  319. this.md_macode.MinimumWidth = 10;
  320. this.md_macode.Name = "md_macode";
  321. this.md_macode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  322. //
  323. // md_sncode
  324. //
  325. this.md_sncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  326. this.md_sncode.DataPropertyName = "md_sncode";
  327. this.md_sncode.HeaderText = "序列号";
  328. this.md_sncode.MinimumWidth = 10;
  329. this.md_sncode.Name = "md_sncode";
  330. this.md_sncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  331. //
  332. // md_prodcode
  333. //
  334. this.md_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  335. this.md_prodcode.DataPropertyName = "md_prodcode";
  336. this.md_prodcode.HeaderText = "产品代码";
  337. this.md_prodcode.MinimumWidth = 10;
  338. this.md_prodcode.Name = "md_prodcode";
  339. this.md_prodcode.ReadOnly = true;
  340. this.md_prodcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  341. //
  342. // pr_detail
  343. //
  344. this.pr_detail.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  345. this.pr_detail.DataPropertyName = "pr_detail";
  346. this.pr_detail.HeaderText = "产品名称";
  347. this.pr_detail.MinimumWidth = 80;
  348. this.pr_detail.Name = "pr_detail";
  349. this.pr_detail.ReadOnly = true;
  350. this.pr_detail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  351. //
  352. // MD_DOWNMAN
  353. //
  354. this.MD_DOWNMAN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  355. this.MD_DOWNMAN.HeaderText = "";
  356. this.MD_DOWNMAN.MinimumWidth = 2;
  357. this.MD_DOWNMAN.Name = "MD_DOWNMAN";
  358. this.MD_DOWNMAN.Width = 2;
  359. //
  360. // Make_MakeDown
  361. //
  362. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  363. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  364. this.ClientSize = new System.Drawing.Size(1624, 912);
  365. this.Controls.Add(this.cd_stepcode);
  366. this.Controls.Add(this.st_rstepcode_label);
  367. this.Controls.Add(this.ma_craftcode_label);
  368. this.Controls.Add(this.cr_code);
  369. this.Controls.Add(this.mdcode);
  370. this.Controls.Add(this.ms_makecode);
  371. this.Controls.Add(this.pr_code);
  372. this.Controls.Add(this.OperateResult);
  373. this.Controls.Add(this.label1);
  374. this.Controls.Add(this.sn_code);
  375. this.Controls.Add(this.inputreson);
  376. this.Controls.Add(this.md_reson);
  377. this.Controls.Add(this.make_count);
  378. this.Controls.Add(this.count_label);
  379. this.Controls.Add(this.md_code_label);
  380. this.Controls.Add(this.LabelDataGridView);
  381. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  382. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  383. this.Name = "Make_MakeDown";
  384. this.Tag = "Make!MakeDown";
  385. this.Text = "Make_MakeDown";
  386. this.Load += new System.EventHandler(this.Make_MakeDown_Load);
  387. this.SizeChanged += new System.EventHandler(this.Make_MakeDown_SizeChanged);
  388. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  389. this.ResumeLayout(true);
  390. this.PerformLayout();
  391. }
  392. #endregion
  393. private System.Windows.Forms.Label md_code_label;
  394. private System.Windows.Forms.Label make_count;
  395. private System.Windows.Forms.Label count_label;
  396. private System.Windows.Forms.Label md_reson;
  397. private CustomControl.RichText.RichTextAutoBottom inputreson;
  398. private System.Windows.Forms.DataGridView LabelDataGridView;
  399. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  400. private System.Windows.Forms.Label label1;
  401. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  402. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  405. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  406. private System.Windows.Forms.Label pr_code;
  407. private System.Windows.Forms.Label ms_makecode;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn md_macode;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn md_sncode;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn md_prodcode;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn MD_DOWNMAN;
  414. private System.Windows.Forms.TextBox mdcode;
  415. private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
  416. private System.Windows.Forms.Label st_rstepcode_label;
  417. private System.Windows.Forms.Label ma_craftcode_label;
  418. private CustomControl.TextBoxWithIcon.SearchTextBox cr_code;
  419. }
  420. }