Make_Decompose.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_Decompose
  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(Make_Decompose));
  29. this.pa_makecode_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  36. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
  43. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.balnk = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51. this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
  57. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ms_wccode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.ms_craftname = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.ms_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  69. this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  70. this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  71. this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  72. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  73. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  74. this.pr_name = new System.Windows.Forms.Label();
  75. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  76. this.SuspendLayout();
  77. //
  78. // pa_makecode_label
  79. //
  80. this.pa_makecode_label.AutoSize = true;
  81. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.pa_makecode_label.Location = new System.Drawing.Point(33, 529);
  83. this.pa_makecode_label.Name = "pa_makecode_label";
  84. this.pa_makecode_label.Size = new System.Drawing.Size(72, 27);
  85. this.pa_makecode_label.TabIndex = 173;
  86. this.pa_makecode_label.Text = "序列号";
  87. //
  88. // label1
  89. //
  90. this.label1.AutoSize = true;
  91. this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.label1.Location = new System.Drawing.Point(33, 18);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(72, 27);
  95. this.label1.TabIndex = 177;
  96. this.label1.Text = "序列号";
  97. //
  98. // label2
  99. //
  100. this.label2.AutoSize = true;
  101. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.label2.Location = new System.Drawing.Point(33, 66);
  103. this.label2.Name = "label2";
  104. this.label2.Size = new System.Drawing.Size(92, 27);
  105. this.label2.TabIndex = 178;
  106. this.label2.Text = "产品编号";
  107. //
  108. // label3
  109. //
  110. this.label3.AutoSize = true;
  111. this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.label3.Location = new System.Drawing.Point(361, 66);
  113. this.label3.Name = "label3";
  114. this.label3.Size = new System.Drawing.Size(92, 27);
  115. this.label3.TabIndex = 179;
  116. this.label3.Text = "名称规格";
  117. //
  118. // label4
  119. //
  120. this.label4.AutoSize = true;
  121. this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.label4.Location = new System.Drawing.Point(361, 18);
  123. this.label4.Name = "label4";
  124. this.label4.Size = new System.Drawing.Size(72, 27);
  125. this.label4.TabIndex = 180;
  126. this.label4.Text = "工单号";
  127. //
  128. // label5
  129. //
  130. this.label5.AutoSize = true;
  131. this.label5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.label5.Location = new System.Drawing.Point(727, 18);
  133. this.label5.Name = "label5";
  134. this.label5.Size = new System.Drawing.Size(92, 27);
  135. this.label5.TabIndex = 181;
  136. this.label5.Text = "已采集数";
  137. //
  138. // LabelDataGridView
  139. //
  140. this.LabelDataGridView.AllowUserToAddRows = false;
  141. this.LabelDataGridView.AllowUserToResizeRows = false;
  142. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  143. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  144. this.Choose,
  145. this.Choose2,
  146. this.cm_id,
  147. this.pr_detail,
  148. this.mb_bgcode,
  149. this.mb_badcode,
  150. this.AddBad,
  151. this.cm_soncode,
  152. this.cm_barcode,
  153. this.New_BarCode,
  154. this.balnk,
  155. this.cm_maid,
  156. this.cm_materialtype,
  157. this.cm_sncode});
  158. this.LabelDataGridView.Location = new System.Drawing.Point(12, 102);
  159. this.LabelDataGridView.Name = "LabelDataGridView";
  160. this.LabelDataGridView.RowHeadersVisible = false;
  161. this.LabelDataGridView.RowTemplate.Height = 23;
  162. this.LabelDataGridView.Size = new System.Drawing.Size(889, 233);
  163. this.LabelDataGridView.TabIndex = 188;
  164. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  165. this.LabelDataGridView.Sorted += new System.EventHandler(this.LabelDataGridView_Sorted);
  166. //
  167. // Choose
  168. //
  169. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  170. this.Choose.HeaderText = "拆解更换";
  171. this.Choose.Name = "Choose";
  172. this.Choose.Width = 60;
  173. //
  174. // Choose2
  175. //
  176. this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  177. this.Choose2.HeaderText = "拆解";
  178. this.Choose2.Name = "Choose2";
  179. this.Choose2.Width = 40;
  180. //
  181. // cm_id
  182. //
  183. this.cm_id.DataPropertyName = "cm_id";
  184. this.cm_id.HeaderText = "cm_id";
  185. this.cm_id.Name = "cm_id";
  186. this.cm_id.Visible = false;
  187. this.cm_id.Width = 5;
  188. //
  189. // pr_detail
  190. //
  191. this.pr_detail.DataPropertyName = "pr_detail";
  192. this.pr_detail.HeaderText = "pr_detail";
  193. this.pr_detail.Name = "pr_detail";
  194. this.pr_detail.Visible = false;
  195. this.pr_detail.Width = 80;
  196. //
  197. // mb_bgcode
  198. //
  199. this.mb_bgcode.HeaderText = "不良代码组编号";
  200. this.mb_bgcode.Name = "mb_bgcode";
  201. this.mb_bgcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  202. this.mb_bgcode.Visible = false;
  203. this.mb_bgcode.Width = 80;
  204. //
  205. // mb_badcode
  206. //
  207. this.mb_badcode.HeaderText = "不良代码";
  208. this.mb_badcode.Name = "mb_badcode";
  209. this.mb_badcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  210. this.mb_badcode.Width = 80;
  211. //
  212. // AddBad
  213. //
  214. this.AddBad.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  215. this.AddBad.HeaderText = "";
  216. this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
  217. this.AddBad.Name = "AddBad";
  218. this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  219. this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  220. this.AddBad.Width = 20;
  221. //
  222. // cm_soncode
  223. //
  224. this.cm_soncode.DataPropertyName = "cm_soncode";
  225. this.cm_soncode.HeaderText = "子件编号";
  226. this.cm_soncode.Name = "cm_soncode";
  227. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  228. //
  229. // cm_barcode
  230. //
  231. this.cm_barcode.DataPropertyName = "cm_barcode";
  232. this.cm_barcode.HeaderText = "物料批号";
  233. this.cm_barcode.Name = "cm_barcode";
  234. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  235. //
  236. // New_BarCode
  237. //
  238. this.New_BarCode.HeaderText = "新批号";
  239. this.New_BarCode.Name = "New_BarCode";
  240. this.New_BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  241. //
  242. // balnk
  243. //
  244. this.balnk.HeaderText = "";
  245. this.balnk.Name = "balnk";
  246. this.balnk.Width = 5;
  247. //
  248. // cm_maid
  249. //
  250. this.cm_maid.DataPropertyName = "cm_maid";
  251. this.cm_maid.HeaderText = "";
  252. this.cm_maid.Name = "cm_maid";
  253. this.cm_maid.Visible = false;
  254. //
  255. // cm_materialtype
  256. //
  257. this.cm_materialtype.DataPropertyName = "cm_materialtype";
  258. this.cm_materialtype.HeaderText = "";
  259. this.cm_materialtype.Name = "cm_materialtype";
  260. this.cm_materialtype.Visible = false;
  261. //
  262. // cm_sncode
  263. //
  264. this.cm_sncode.DataPropertyName = "cm_sncode";
  265. this.cm_sncode.HeaderText = "";
  266. this.cm_sncode.Name = "cm_sncode";
  267. this.cm_sncode.Visible = false;
  268. //
  269. // dataGridViewCheckBoxColumn1
  270. //
  271. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  272. this.dataGridViewCheckBoxColumn1.HeaderText = "拆解更料";
  273. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  274. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  275. this.dataGridViewCheckBoxColumn1.Width = 60;
  276. //
  277. // dataGridViewCheckBoxColumn2
  278. //
  279. this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  280. this.dataGridViewCheckBoxColumn2.HeaderText = "拆解";
  281. this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
  282. this.dataGridViewCheckBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  283. this.dataGridViewCheckBoxColumn2.Width = 40;
  284. //
  285. // dataGridViewTextBoxColumn1
  286. //
  287. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_id";
  288. this.dataGridViewTextBoxColumn1.HeaderText = "cm_id";
  289. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  290. this.dataGridViewTextBoxColumn1.Visible = false;
  291. this.dataGridViewTextBoxColumn1.Width = 5;
  292. //
  293. // dataGridViewTextBoxColumn2
  294. //
  295. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  296. this.dataGridViewTextBoxColumn2.HeaderText = "pr_detail";
  297. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  298. this.dataGridViewTextBoxColumn2.Visible = false;
  299. this.dataGridViewTextBoxColumn2.Width = 80;
  300. //
  301. // dataGridViewTextBoxColumn3
  302. //
  303. this.dataGridViewTextBoxColumn3.HeaderText = "不良代码组编号";
  304. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  305. this.dataGridViewTextBoxColumn3.Visible = false;
  306. this.dataGridViewTextBoxColumn3.Width = 80;
  307. //
  308. // dataGridViewTextBoxColumn4
  309. //
  310. this.dataGridViewTextBoxColumn4.HeaderText = "不良代码";
  311. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  312. this.dataGridViewTextBoxColumn4.Width = 80;
  313. //
  314. // dataGridViewImageColumn1
  315. //
  316. this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  317. this.dataGridViewImageColumn1.HeaderText = "";
  318. this.dataGridViewImageColumn1.Image = global::UAS_MES.Properties.Resources.plus;
  319. this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
  320. this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  321. this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  322. this.dataGridViewImageColumn1.Width = 20;
  323. //
  324. // dataGridViewTextBoxColumn5
  325. //
  326. this.dataGridViewTextBoxColumn5.DataPropertyName = "cm_soncode";
  327. this.dataGridViewTextBoxColumn5.HeaderText = "子件编号";
  328. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  329. //
  330. // dataGridViewTextBoxColumn6
  331. //
  332. this.dataGridViewTextBoxColumn6.DataPropertyName = "cm_barcode";
  333. this.dataGridViewTextBoxColumn6.HeaderText = "物料批号";
  334. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  335. //
  336. // dataGridViewTextBoxColumn7
  337. //
  338. this.dataGridViewTextBoxColumn7.HeaderText = "新批号";
  339. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  340. //
  341. // dataGridViewTextBoxColumn8
  342. //
  343. this.dataGridViewTextBoxColumn8.HeaderText = "";
  344. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  345. this.dataGridViewTextBoxColumn8.Width = 5;
  346. //
  347. // dataGridViewTextBoxColumn9
  348. //
  349. this.dataGridViewTextBoxColumn9.DataPropertyName = "cm_maid";
  350. this.dataGridViewTextBoxColumn9.HeaderText = "";
  351. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  352. this.dataGridViewTextBoxColumn9.Visible = false;
  353. //
  354. // dataGridViewTextBoxColumn10
  355. //
  356. this.dataGridViewTextBoxColumn10.DataPropertyName = "cm_materialtype";
  357. this.dataGridViewTextBoxColumn10.HeaderText = "";
  358. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  359. this.dataGridViewTextBoxColumn10.Visible = false;
  360. //
  361. // dataGridViewTextBoxColumn11
  362. //
  363. this.dataGridViewTextBoxColumn11.DataPropertyName = "cm_sncode";
  364. this.dataGridViewTextBoxColumn11.HeaderText = "";
  365. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  366. this.dataGridViewTextBoxColumn11.Visible = false;
  367. //
  368. // ms_wccode
  369. //
  370. this.ms_wccode.AutoSize = true;
  371. this.ms_wccode.CutLength = null;
  372. this.ms_wccode.Location = new System.Drawing.Point(931, 86);
  373. this.ms_wccode.MaximumSize = new System.Drawing.Size(200, 0);
  374. this.ms_wccode.Name = "ms_wccode";
  375. this.ms_wccode.Size = new System.Drawing.Size(0, 12);
  376. this.ms_wccode.TabIndex = 191;
  377. this.ms_wccode.Visible = false;
  378. //
  379. // ms_craftname
  380. //
  381. this.ms_craftname.AutoSize = true;
  382. this.ms_craftname.CutLength = null;
  383. this.ms_craftname.Location = new System.Drawing.Point(856, 87);
  384. this.ms_craftname.MaximumSize = new System.Drawing.Size(200, 0);
  385. this.ms_craftname.Name = "ms_craftname";
  386. this.ms_craftname.Size = new System.Drawing.Size(0, 12);
  387. this.ms_craftname.TabIndex = 190;
  388. this.ms_craftname.Visible = false;
  389. //
  390. // ms_craftcode
  391. //
  392. this.ms_craftcode.AutoSize = true;
  393. this.ms_craftcode.CutLength = null;
  394. this.ms_craftcode.Location = new System.Drawing.Point(720, 87);
  395. this.ms_craftcode.MaximumSize = new System.Drawing.Size(200, 0);
  396. this.ms_craftcode.Name = "ms_craftcode";
  397. this.ms_craftcode.Size = new System.Drawing.Size(0, 12);
  398. this.ms_craftcode.TabIndex = 189;
  399. this.ms_craftcode.Visible = false;
  400. //
  401. // deccount
  402. //
  403. this.deccount.AutoSize = true;
  404. this.deccount.CutLength = null;
  405. this.deccount.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.deccount.Location = new System.Drawing.Point(825, 18);
  407. this.deccount.MaximumSize = new System.Drawing.Size(150, 0);
  408. this.deccount.Name = "deccount";
  409. this.deccount.Size = new System.Drawing.Size(0, 27);
  410. this.deccount.TabIndex = 187;
  411. this.deccount.Tag = "1";
  412. //
  413. // ms_makecode
  414. //
  415. this.ms_makecode.AutoSize = true;
  416. this.ms_makecode.CutLength = null;
  417. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.ms_makecode.Location = new System.Drawing.Point(459, 18);
  419. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  420. this.ms_makecode.Name = "ms_makecode";
  421. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  422. this.ms_makecode.TabIndex = 186;
  423. this.ms_makecode.Tag = "1";
  424. //
  425. // ms_prodcode
  426. //
  427. this.ms_prodcode.AutoSize = true;
  428. this.ms_prodcode.CutLength = null;
  429. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  430. this.ms_prodcode.Location = new System.Drawing.Point(125, 66);
  431. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  432. this.ms_prodcode.Name = "ms_prodcode";
  433. this.ms_prodcode.Size = new System.Drawing.Size(0, 27);
  434. this.ms_prodcode.TabIndex = 184;
  435. this.ms_prodcode.Tag = "1";
  436. //
  437. // ms_sncode
  438. //
  439. this.ms_sncode.AutoSize = true;
  440. this.ms_sncode.CutLength = null;
  441. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.ms_sncode.Location = new System.Drawing.Point(125, 18);
  443. this.ms_sncode.MaximumSize = new System.Drawing.Size(150, 0);
  444. this.ms_sncode.Name = "ms_sncode";
  445. this.ms_sncode.Size = new System.Drawing.Size(0, 27);
  446. this.ms_sncode.TabIndex = 183;
  447. this.ms_sncode.Tag = "1";
  448. //
  449. // Decompose
  450. //
  451. this.Decompose.AllPower = null;
  452. this.Decompose.BackColor = System.Drawing.Color.Transparent;
  453. this.Decompose.DownImage = ((System.Drawing.Image)(resources.GetObject("Decompose.DownImage")));
  454. this.Decompose.Image = ((System.Drawing.Image)(resources.GetObject("Decompose.Image")));
  455. this.Decompose.IsShowBorder = true;
  456. this.Decompose.Location = new System.Drawing.Point(533, 533);
  457. this.Decompose.MoveImage = ((System.Drawing.Image)(resources.GetObject("Decompose.MoveImage")));
  458. this.Decompose.Name = "Decompose";
  459. this.Decompose.NormalImage = ((System.Drawing.Image)(resources.GetObject("Decompose.NormalImage")));
  460. this.Decompose.Power = null;
  461. this.Decompose.Size = new System.Drawing.Size(76, 27);
  462. this.Decompose.TabIndex = 175;
  463. this.Decompose.Text = "确定拆解";
  464. this.Decompose.UseVisualStyleBackColor = true;
  465. this.Decompose.Click += new System.EventHandler(this.Decompose_Click);
  466. //
  467. // sn_code
  468. //
  469. this.sn_code.AllPower = null;
  470. this.sn_code.BackColor = System.Drawing.Color.White;
  471. this.sn_code.ID = null;
  472. this.sn_code.Location = new System.Drawing.Point(147, 535);
  473. this.sn_code.Name = "sn_code";
  474. this.sn_code.Power = null;
  475. this.sn_code.Size = new System.Drawing.Size(196, 21);
  476. this.sn_code.Str = null;
  477. this.sn_code.Str1 = null;
  478. this.sn_code.Str2 = null;
  479. this.sn_code.TabIndex = 174;
  480. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  481. //
  482. // OperateResult
  483. //
  484. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.OperateResult.Location = new System.Drawing.Point(12, 355);
  486. this.OperateResult.Name = "OperateResult";
  487. this.OperateResult.Size = new System.Drawing.Size(889, 152);
  488. this.OperateResult.TabIndex = 172;
  489. this.OperateResult.Text = "";
  490. //
  491. // pr_name
  492. //
  493. this.pr_name.AutoSize = true;
  494. this.pr_name.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.pr_name.Location = new System.Drawing.Point(459, 66);
  496. this.pr_name.Name = "pr_name";
  497. this.pr_name.Size = new System.Drawing.Size(0, 27);
  498. this.pr_name.TabIndex = 192;
  499. //
  500. // Make_Decompose
  501. //
  502. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  503. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  504. this.ClientSize = new System.Drawing.Size(928, 573);
  505. this.Controls.Add(this.pr_name);
  506. this.Controls.Add(this.ms_wccode);
  507. this.Controls.Add(this.ms_craftname);
  508. this.Controls.Add(this.ms_craftcode);
  509. this.Controls.Add(this.LabelDataGridView);
  510. this.Controls.Add(this.deccount);
  511. this.Controls.Add(this.ms_makecode);
  512. this.Controls.Add(this.ms_prodcode);
  513. this.Controls.Add(this.ms_sncode);
  514. this.Controls.Add(this.label5);
  515. this.Controls.Add(this.label4);
  516. this.Controls.Add(this.label3);
  517. this.Controls.Add(this.label2);
  518. this.Controls.Add(this.label1);
  519. this.Controls.Add(this.Decompose);
  520. this.Controls.Add(this.sn_code);
  521. this.Controls.Add(this.pa_makecode_label);
  522. this.Controls.Add(this.OperateResult);
  523. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  524. this.Name = "Make_Decompose";
  525. this.Tag = "Make!Decompose";
  526. this.Text = "拆解处理";
  527. this.Load += new System.EventHandler(this.Make_Decompose_Load);
  528. this.SizeChanged += new System.EventHandler(this.Make_Decompose_SizeChanged);
  529. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  530. this.ResumeLayout(false);
  531. this.PerformLayout();
  532. }
  533. #endregion
  534. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  535. private System.Windows.Forms.Label pa_makecode_label;
  536. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  537. private CustomControl.ButtonUtil.NormalButton Decompose;
  538. private System.Windows.Forms.Label label1;
  539. private System.Windows.Forms.Label label2;
  540. private System.Windows.Forms.Label label3;
  541. private System.Windows.Forms.Label label4;
  542. private System.Windows.Forms.Label label5;
  543. private CustomControl.ValueLabel.ValueLabel ms_sncode;
  544. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  545. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  546. private CustomControl.ValueLabel.ValueLabel deccount;
  547. private System.Windows.Forms.DataGridView LabelDataGridView;
  548. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  549. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  554. private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  559. private CustomControl.ValueLabel.ValueLabel ms_craftcode;
  560. private CustomControl.ValueLabel.ValueLabel ms_craftname;
  561. private CustomControl.ValueLabel.ValueLabel ms_wccode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  565. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  566. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  571. private System.Windows.Forms.DataGridViewImageColumn AddBad;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn balnk;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn cm_maid;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn cm_materialtype;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn cm_sncode;
  579. private System.Windows.Forms.Label pr_name;
  580. }
  581. }