Make_Decompose.Designer.cs 35 KB

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