Make_MakeDown.Designer.cs 24 KB

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