Make_Decompose.Designer.cs 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  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.change = new System.Windows.Forms.RadioButton();
  37. this.nochange = new System.Windows.Forms.RadioButton();
  38. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  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.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
  52. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.pr_name = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithTextArea();
  63. this.ms_wccode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  64. this.ms_craftname = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  65. this.ms_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  66. this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  67. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  68. this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  69. this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  70. this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  71. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  73. this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  74. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  75. this.cm_spid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.cm_firstsn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.cm_wccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.cm_fsoncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.cm_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.cm_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.cm_craftname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.cm_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
  88. this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.cm_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.cm_maprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // pa_makecode_label
  102. //
  103. this.pa_makecode_label.AutoSize = true;
  104. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.pa_makecode_label.Location = new System.Drawing.Point(33, 529);
  106. this.pa_makecode_label.Name = "pa_makecode_label";
  107. this.pa_makecode_label.Size = new System.Drawing.Size(72, 27);
  108. this.pa_makecode_label.TabIndex = 173;
  109. this.pa_makecode_label.Text = "序列号";
  110. //
  111. // label1
  112. //
  113. this.label1.AutoSize = true;
  114. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.label1.Location = new System.Drawing.Point(33, 18);
  116. this.label1.Name = "label1";
  117. this.label1.Size = new System.Drawing.Size(58, 21);
  118. this.label1.TabIndex = 177;
  119. this.label1.Text = "序列号";
  120. //
  121. // label2
  122. //
  123. this.label2.AutoSize = true;
  124. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label2.Location = new System.Drawing.Point(33, 66);
  126. this.label2.Name = "label2";
  127. this.label2.Size = new System.Drawing.Size(74, 21);
  128. this.label2.TabIndex = 178;
  129. this.label2.Text = "产品编号";
  130. //
  131. // label3
  132. //
  133. this.label3.AutoSize = true;
  134. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.label3.Location = new System.Drawing.Point(315, 66);
  136. this.label3.Name = "label3";
  137. this.label3.Size = new System.Drawing.Size(74, 21);
  138. this.label3.TabIndex = 179;
  139. this.label3.Text = "名称规格";
  140. //
  141. // label4
  142. //
  143. this.label4.AutoSize = true;
  144. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label4.Location = new System.Drawing.Point(315, 18);
  146. this.label4.Name = "label4";
  147. this.label4.Size = new System.Drawing.Size(58, 21);
  148. this.label4.TabIndex = 180;
  149. this.label4.Text = "工单号";
  150. //
  151. // label5
  152. //
  153. this.label5.AutoSize = true;
  154. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.label5.Location = new System.Drawing.Point(727, 18);
  156. this.label5.Name = "label5";
  157. this.label5.Size = new System.Drawing.Size(74, 21);
  158. this.label5.TabIndex = 181;
  159. this.label5.Text = "已采集数";
  160. //
  161. // LabelDataGridView
  162. //
  163. this.LabelDataGridView.AllowUserToAddRows = false;
  164. this.LabelDataGridView.AllowUserToResizeRows = false;
  165. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  166. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  167. this.Choose,
  168. this.cm_spid,
  169. this.cm_firstsn,
  170. this.cm_wccode,
  171. this.cm_fsoncode,
  172. this.cm_stepcode,
  173. this.cm_stepname,
  174. this.cm_craftname,
  175. this.cm_craftcode,
  176. this.cm_id,
  177. this.pr_detail,
  178. this.mb_bgcode,
  179. this.mb_badcode,
  180. this.AddBad,
  181. this.pr_detail_,
  182. this.cm_soncode,
  183. this.cm_barcode,
  184. this.New_BarCode,
  185. this.cm_status,
  186. this.cm_maid,
  187. this.cm_materialtype,
  188. this.cm_maprodcode,
  189. this.cm_sncode,
  190. this.cm_makecode});
  191. this.LabelDataGridView.Location = new System.Drawing.Point(12, 102);
  192. this.LabelDataGridView.Name = "LabelDataGridView";
  193. this.LabelDataGridView.RowHeadersVisible = false;
  194. this.LabelDataGridView.RowTemplate.Height = 23;
  195. this.LabelDataGridView.Size = new System.Drawing.Size(889, 233);
  196. this.LabelDataGridView.TabIndex = 188;
  197. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  198. this.LabelDataGridView.Sorted += new System.EventHandler(this.LabelDataGridView_Sorted);
  199. //
  200. // change
  201. //
  202. this.change.AutoSize = true;
  203. this.change.Location = new System.Drawing.Point(731, 80);
  204. this.change.Name = "change";
  205. this.change.Size = new System.Drawing.Size(71, 16);
  206. this.change.TabIndex = 193;
  207. this.change.TabStop = true;
  208. this.change.Text = "拆解更换";
  209. this.change.UseVisualStyleBackColor = true;
  210. //
  211. // nochange
  212. //
  213. this.nochange.AutoSize = true;
  214. this.nochange.Location = new System.Drawing.Point(731, 57);
  215. this.nochange.Name = "nochange";
  216. this.nochange.Size = new System.Drawing.Size(47, 16);
  217. this.nochange.TabIndex = 194;
  218. this.nochange.TabStop = true;
  219. this.nochange.Text = "拆解";
  220. this.nochange.UseVisualStyleBackColor = true;
  221. //
  222. // dataGridViewCheckBoxColumn1
  223. //
  224. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  225. this.dataGridViewCheckBoxColumn1.HeaderText = "拆解更料";
  226. this.dataGridViewCheckBoxColumn1.MinimumWidth = 10;
  227. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  228. this.dataGridViewCheckBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  229. this.dataGridViewCheckBoxColumn1.Width = 60;
  230. //
  231. // dataGridViewTextBoxColumn1
  232. //
  233. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  234. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_id";
  235. this.dataGridViewTextBoxColumn1.HeaderText = "cm_id";
  236. this.dataGridViewTextBoxColumn1.MinimumWidth = 40;
  237. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  238. this.dataGridViewTextBoxColumn1.Visible = false;
  239. this.dataGridViewTextBoxColumn1.Width = 40;
  240. //
  241. // dataGridViewTextBoxColumn2
  242. //
  243. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  244. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  245. this.dataGridViewTextBoxColumn2.HeaderText = "pr_detail";
  246. this.dataGridViewTextBoxColumn2.MinimumWidth = 40;
  247. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  248. this.dataGridViewTextBoxColumn2.Visible = false;
  249. this.dataGridViewTextBoxColumn2.Width = 80;
  250. //
  251. // dataGridViewTextBoxColumn3
  252. //
  253. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  254. this.dataGridViewTextBoxColumn3.DataPropertyName = "pr_detail";
  255. this.dataGridViewTextBoxColumn3.HeaderText = "不良代码组编号";
  256. this.dataGridViewTextBoxColumn3.MinimumWidth = 40;
  257. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  258. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  259. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  260. this.dataGridViewTextBoxColumn3.Visible = false;
  261. this.dataGridViewTextBoxColumn3.Width = 80;
  262. //
  263. // dataGridViewTextBoxColumn4
  264. //
  265. this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_detail";
  266. this.dataGridViewTextBoxColumn4.HeaderText = "不良代码";
  267. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  268. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  269. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  270. this.dataGridViewTextBoxColumn4.Visible = false;
  271. this.dataGridViewTextBoxColumn4.Width = 80;
  272. //
  273. // dataGridViewTextBoxColumn5
  274. //
  275. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  276. this.dataGridViewTextBoxColumn5.DataPropertyName = "cm_soncode";
  277. this.dataGridViewTextBoxColumn5.HeaderText = "子件编号";
  278. this.dataGridViewTextBoxColumn5.MinimumWidth = 40;
  279. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  280. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  281. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  282. this.dataGridViewTextBoxColumn5.Visible = false;
  283. this.dataGridViewTextBoxColumn5.Width = 80;
  284. //
  285. // dataGridViewTextBoxColumn6
  286. //
  287. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  288. this.dataGridViewTextBoxColumn6.DataPropertyName = "cm_barcode";
  289. this.dataGridViewTextBoxColumn6.HeaderText = "物料批号";
  290. this.dataGridViewTextBoxColumn6.MinimumWidth = 40;
  291. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  292. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  293. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  294. this.dataGridViewTextBoxColumn6.Visible = false;
  295. this.dataGridViewTextBoxColumn6.Width = 80;
  296. //
  297. // dataGridViewTextBoxColumn7
  298. //
  299. this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  300. this.dataGridViewTextBoxColumn7.DataPropertyName = "cm_barcode";
  301. this.dataGridViewTextBoxColumn7.HeaderText = "新批号";
  302. this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
  303. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  304. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  305. this.dataGridViewTextBoxColumn7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  306. this.dataGridViewTextBoxColumn7.Visible = false;
  307. this.dataGridViewTextBoxColumn7.Width = 300;
  308. //
  309. // dataGridViewTextBoxColumn8
  310. //
  311. this.dataGridViewTextBoxColumn8.DataPropertyName = "cm_maid";
  312. this.dataGridViewTextBoxColumn8.HeaderText = "";
  313. this.dataGridViewTextBoxColumn8.MinimumWidth = 300;
  314. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  315. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  316. this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  317. this.dataGridViewTextBoxColumn8.Visible = false;
  318. this.dataGridViewTextBoxColumn8.Width = 300;
  319. //
  320. // dataGridViewTextBoxColumn9
  321. //
  322. this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  323. this.dataGridViewTextBoxColumn9.DataPropertyName = "cm_maid";
  324. this.dataGridViewTextBoxColumn9.HeaderText = "";
  325. this.dataGridViewTextBoxColumn9.MinimumWidth = 300;
  326. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  327. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  328. this.dataGridViewTextBoxColumn9.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  329. this.dataGridViewTextBoxColumn9.Visible = false;
  330. this.dataGridViewTextBoxColumn9.Width = 300;
  331. //
  332. // dataGridViewTextBoxColumn10
  333. //
  334. this.dataGridViewTextBoxColumn10.DataPropertyName = "cm_materialtype";
  335. this.dataGridViewTextBoxColumn10.HeaderText = "";
  336. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  337. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  338. this.dataGridViewTextBoxColumn10.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  339. this.dataGridViewTextBoxColumn10.Visible = false;
  340. this.dataGridViewTextBoxColumn10.Width = 80;
  341. //
  342. // dataGridViewTextBoxColumn11
  343. //
  344. this.dataGridViewTextBoxColumn11.DataPropertyName = "cm_sncode";
  345. this.dataGridViewTextBoxColumn11.HeaderText = "";
  346. this.dataGridViewTextBoxColumn11.MinimumWidth = 300;
  347. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  348. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  349. this.dataGridViewTextBoxColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  350. this.dataGridViewTextBoxColumn11.Visible = false;
  351. this.dataGridViewTextBoxColumn11.Width = 300;
  352. //
  353. // dataGridViewTextBoxColumn12
  354. //
  355. this.dataGridViewTextBoxColumn12.DataPropertyName = "cm_makecode";
  356. this.dataGridViewTextBoxColumn12.HeaderText = "";
  357. this.dataGridViewTextBoxColumn12.MinimumWidth = 300;
  358. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  359. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  360. this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  361. this.dataGridViewTextBoxColumn12.Visible = false;
  362. this.dataGridViewTextBoxColumn12.Width = 300;
  363. //
  364. // dataGridViewImageColumn1
  365. //
  366. this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  367. this.dataGridViewImageColumn1.HeaderText = "";
  368. this.dataGridViewImageColumn1.Image = global::UAS_MES.Properties.Resources.plus;
  369. this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
  370. this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  371. this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  372. this.dataGridViewImageColumn1.Width = 20;
  373. //
  374. // dataGridViewTextBoxColumn13
  375. //
  376. this.dataGridViewTextBoxColumn13.DataPropertyName = "cm_makecode";
  377. this.dataGridViewTextBoxColumn13.HeaderText = "";
  378. this.dataGridViewTextBoxColumn13.MinimumWidth = 300;
  379. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  380. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  381. this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  382. this.dataGridViewTextBoxColumn13.Visible = false;
  383. this.dataGridViewTextBoxColumn13.Width = 300;
  384. //
  385. // dataGridViewTextBoxColumn14
  386. //
  387. this.dataGridViewTextBoxColumn14.DataPropertyName = "cm_makecode";
  388. this.dataGridViewTextBoxColumn14.HeaderText = "";
  389. this.dataGridViewTextBoxColumn14.MinimumWidth = 300;
  390. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  391. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  392. this.dataGridViewTextBoxColumn14.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  393. this.dataGridViewTextBoxColumn14.Visible = false;
  394. this.dataGridViewTextBoxColumn14.Width = 300;
  395. //
  396. // dataGridViewTextBoxColumn15
  397. //
  398. this.dataGridViewTextBoxColumn15.DataPropertyName = "cm_makecode";
  399. this.dataGridViewTextBoxColumn15.HeaderText = "";
  400. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  401. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  402. this.dataGridViewTextBoxColumn15.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  403. this.dataGridViewTextBoxColumn15.Visible = false;
  404. //
  405. // dataGridViewTextBoxColumn16
  406. //
  407. this.dataGridViewTextBoxColumn16.DataPropertyName = "cm_sncode";
  408. this.dataGridViewTextBoxColumn16.HeaderText = "";
  409. this.dataGridViewTextBoxColumn16.MinimumWidth = 300;
  410. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  411. this.dataGridViewTextBoxColumn16.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  412. this.dataGridViewTextBoxColumn16.Visible = false;
  413. this.dataGridViewTextBoxColumn16.Width = 300;
  414. //
  415. // dataGridViewTextBoxColumn17
  416. //
  417. this.dataGridViewTextBoxColumn17.DataPropertyName = "cm_makecode";
  418. this.dataGridViewTextBoxColumn17.HeaderText = "";
  419. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  420. this.dataGridViewTextBoxColumn17.Visible = false;
  421. //
  422. // dataGridViewTextBoxColumn18
  423. //
  424. this.dataGridViewTextBoxColumn18.DataPropertyName = "cm_makecode";
  425. this.dataGridViewTextBoxColumn18.HeaderText = "";
  426. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  427. this.dataGridViewTextBoxColumn18.Visible = false;
  428. //
  429. // dataGridViewTextBoxColumn19
  430. //
  431. this.dataGridViewTextBoxColumn19.DataPropertyName = "cm_makecode";
  432. this.dataGridViewTextBoxColumn19.HeaderText = "";
  433. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  434. this.dataGridViewTextBoxColumn19.Visible = false;
  435. //
  436. // dataGridViewTextBoxColumn20
  437. //
  438. this.dataGridViewTextBoxColumn20.DataPropertyName = "cm_makecode";
  439. this.dataGridViewTextBoxColumn20.HeaderText = "";
  440. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  441. this.dataGridViewTextBoxColumn20.Visible = false;
  442. //
  443. // dataGridViewTextBoxColumn21
  444. //
  445. this.dataGridViewTextBoxColumn21.DataPropertyName = "cm_sncode";
  446. this.dataGridViewTextBoxColumn21.HeaderText = "";
  447. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  448. this.dataGridViewTextBoxColumn21.Visible = false;
  449. //
  450. // dataGridViewTextBoxColumn22
  451. //
  452. this.dataGridViewTextBoxColumn22.DataPropertyName = "cm_makecode";
  453. this.dataGridViewTextBoxColumn22.HeaderText = "";
  454. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  455. this.dataGridViewTextBoxColumn22.Visible = false;
  456. //
  457. // pr_name
  458. //
  459. this.pr_name.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  460. this.pr_name.Location = new System.Drawing.Point(400, 66);
  461. this.pr_name.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  462. this.pr_name.Name = "pr_name";
  463. this.pr_name.Size = new System.Drawing.Size(161, 25);
  464. this.pr_name.TabIndex = 195;
  465. this.pr_name.TextAreaEnable = false;
  466. this.pr_name.TextBoxEnable = false;
  467. //
  468. // ms_wccode
  469. //
  470. this.ms_wccode.AutoSize = true;
  471. this.ms_wccode.CutLength = null;
  472. this.ms_wccode.Location = new System.Drawing.Point(916, 73);
  473. this.ms_wccode.MaximumSize = new System.Drawing.Size(200, 0);
  474. this.ms_wccode.Name = "ms_wccode";
  475. this.ms_wccode.Size = new System.Drawing.Size(0, 12);
  476. this.ms_wccode.TabIndex = 191;
  477. this.ms_wccode.Visible = false;
  478. //
  479. // ms_craftname
  480. //
  481. this.ms_craftname.AutoSize = true;
  482. this.ms_craftname.CutLength = null;
  483. this.ms_craftname.Location = new System.Drawing.Point(856, 87);
  484. this.ms_craftname.MaximumSize = new System.Drawing.Size(200, 0);
  485. this.ms_craftname.Name = "ms_craftname";
  486. this.ms_craftname.Size = new System.Drawing.Size(0, 12);
  487. this.ms_craftname.TabIndex = 190;
  488. this.ms_craftname.Visible = false;
  489. //
  490. // ms_craftcode
  491. //
  492. this.ms_craftcode.AutoSize = true;
  493. this.ms_craftcode.CutLength = null;
  494. this.ms_craftcode.Location = new System.Drawing.Point(720, 87);
  495. this.ms_craftcode.MaximumSize = new System.Drawing.Size(200, 0);
  496. this.ms_craftcode.Name = "ms_craftcode";
  497. this.ms_craftcode.Size = new System.Drawing.Size(0, 12);
  498. this.ms_craftcode.TabIndex = 189;
  499. this.ms_craftcode.Visible = false;
  500. //
  501. // deccount
  502. //
  503. this.deccount.AutoSize = true;
  504. this.deccount.CutLength = null;
  505. this.deccount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.deccount.Location = new System.Drawing.Point(825, 18);
  507. this.deccount.MaximumSize = new System.Drawing.Size(150, 0);
  508. this.deccount.Name = "deccount";
  509. this.deccount.Size = new System.Drawing.Size(0, 21);
  510. this.deccount.TabIndex = 187;
  511. this.deccount.Tag = "1";
  512. //
  513. // ms_makecode
  514. //
  515. this.ms_makecode.AutoSize = true;
  516. this.ms_makecode.CutLength = null;
  517. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.ms_makecode.Location = new System.Drawing.Point(413, 18);
  519. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  520. this.ms_makecode.Name = "ms_makecode";
  521. this.ms_makecode.Size = new System.Drawing.Size(0, 21);
  522. this.ms_makecode.TabIndex = 186;
  523. this.ms_makecode.Tag = "1";
  524. //
  525. // ms_prodcode
  526. //
  527. this.ms_prodcode.AutoSize = true;
  528. this.ms_prodcode.CutLength = null;
  529. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.ms_prodcode.Location = new System.Drawing.Point(125, 66);
  531. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  532. this.ms_prodcode.Name = "ms_prodcode";
  533. this.ms_prodcode.Size = new System.Drawing.Size(0, 21);
  534. this.ms_prodcode.TabIndex = 184;
  535. this.ms_prodcode.Tag = "1";
  536. //
  537. // ms_sncode
  538. //
  539. this.ms_sncode.AutoSize = true;
  540. this.ms_sncode.CutLength = null;
  541. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.ms_sncode.Location = new System.Drawing.Point(125, 18);
  543. this.ms_sncode.MaximumSize = new System.Drawing.Size(150, 0);
  544. this.ms_sncode.Name = "ms_sncode";
  545. this.ms_sncode.Size = new System.Drawing.Size(0, 21);
  546. this.ms_sncode.TabIndex = 183;
  547. this.ms_sncode.Tag = "1";
  548. //
  549. // Decompose
  550. //
  551. this.Decompose.AllPower = null;
  552. this.Decompose.BackColor = System.Drawing.Color.Transparent;
  553. this.Decompose.DownImage = ((System.Drawing.Image)(resources.GetObject("Decompose.DownImage")));
  554. this.Decompose.Image = ((System.Drawing.Image)(resources.GetObject("Decompose.Image")));
  555. this.Decompose.IsShowBorder = true;
  556. this.Decompose.Location = new System.Drawing.Point(533, 533);
  557. this.Decompose.MoveImage = ((System.Drawing.Image)(resources.GetObject("Decompose.MoveImage")));
  558. this.Decompose.Name = "Decompose";
  559. this.Decompose.NormalImage = ((System.Drawing.Image)(resources.GetObject("Decompose.NormalImage")));
  560. this.Decompose.Power = null;
  561. this.Decompose.Size = new System.Drawing.Size(76, 27);
  562. this.Decompose.TabIndex = 175;
  563. this.Decompose.Text = "确定拆解";
  564. this.Decompose.UseVisualStyleBackColor = true;
  565. this.Decompose.Click += new System.EventHandler(this.Decompose_Click);
  566. //
  567. // sn_code
  568. //
  569. this.sn_code.AllPower = null;
  570. this.sn_code.BackColor = System.Drawing.Color.White;
  571. this.sn_code.ID = null;
  572. this.sn_code.Location = new System.Drawing.Point(147, 535);
  573. this.sn_code.Name = "sn_code";
  574. this.sn_code.Power = null;
  575. this.sn_code.Size = new System.Drawing.Size(196, 21);
  576. this.sn_code.Str = null;
  577. this.sn_code.Str1 = null;
  578. this.sn_code.Str2 = null;
  579. this.sn_code.TabIndex = 174;
  580. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  581. //
  582. // OperateResult
  583. //
  584. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.OperateResult.Location = new System.Drawing.Point(12, 355);
  586. this.OperateResult.Name = "OperateResult";
  587. this.OperateResult.Size = new System.Drawing.Size(889, 152);
  588. this.OperateResult.TabIndex = 172;
  589. this.OperateResult.Text = "";
  590. //
  591. // dataGridViewCheckBoxColumn2
  592. //
  593. this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  594. this.dataGridViewCheckBoxColumn2.HeaderText = "拆解";
  595. this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
  596. this.dataGridViewCheckBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  597. this.dataGridViewCheckBoxColumn2.Width = 40;
  598. //
  599. // Choose
  600. //
  601. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  602. this.Choose.HeaderText = "勾选";
  603. this.Choose.MinimumWidth = 80;
  604. this.Choose.Name = "Choose";
  605. this.Choose.Width = 80;
  606. //
  607. // cm_spid
  608. //
  609. this.cm_spid.DataPropertyName = "cm_spid";
  610. this.cm_spid.HeaderText = "";
  611. this.cm_spid.Name = "cm_spid";
  612. this.cm_spid.Visible = false;
  613. //
  614. // cm_firstsn
  615. //
  616. this.cm_firstsn.DataPropertyName = "cm_firstsn";
  617. this.cm_firstsn.HeaderText = "";
  618. this.cm_firstsn.Name = "cm_firstsn";
  619. this.cm_firstsn.Visible = false;
  620. //
  621. // cm_wccode
  622. //
  623. this.cm_wccode.DataPropertyName = "cm_wccode";
  624. this.cm_wccode.HeaderText = "";
  625. this.cm_wccode.Name = "cm_wccode";
  626. this.cm_wccode.Visible = false;
  627. //
  628. // cm_fsoncode
  629. //
  630. this.cm_fsoncode.DataPropertyName = "cm_fsoncode";
  631. this.cm_fsoncode.HeaderText = "";
  632. this.cm_fsoncode.Name = "cm_fsoncode";
  633. this.cm_fsoncode.Visible = false;
  634. //
  635. // cm_stepcode
  636. //
  637. this.cm_stepcode.DataPropertyName = "cm_stepcode";
  638. this.cm_stepcode.HeaderText = "";
  639. this.cm_stepcode.Name = "cm_stepcode";
  640. this.cm_stepcode.Visible = false;
  641. //
  642. // cm_stepname
  643. //
  644. this.cm_stepname.DataPropertyName = "cm_stepname";
  645. this.cm_stepname.HeaderText = "";
  646. this.cm_stepname.Name = "cm_stepname";
  647. this.cm_stepname.Visible = false;
  648. //
  649. // cm_craftname
  650. //
  651. this.cm_craftname.DataPropertyName = "cm_craftname";
  652. this.cm_craftname.HeaderText = "";
  653. this.cm_craftname.Name = "cm_craftname";
  654. this.cm_craftname.Visible = false;
  655. //
  656. // cm_craftcode
  657. //
  658. this.cm_craftcode.DataPropertyName = "cm_craftcode";
  659. this.cm_craftcode.HeaderText = "";
  660. this.cm_craftcode.Name = "cm_craftcode";
  661. this.cm_craftcode.Visible = false;
  662. //
  663. // cm_id
  664. //
  665. this.cm_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  666. this.cm_id.DataPropertyName = "cm_id";
  667. this.cm_id.HeaderText = "cm_id";
  668. this.cm_id.MinimumWidth = 40;
  669. this.cm_id.Name = "cm_id";
  670. this.cm_id.Visible = false;
  671. this.cm_id.Width = 40;
  672. //
  673. // pr_detail
  674. //
  675. this.pr_detail.DataPropertyName = "pr_detail";
  676. this.pr_detail.HeaderText = "pr_detail";
  677. this.pr_detail.Name = "pr_detail";
  678. this.pr_detail.Visible = false;
  679. this.pr_detail.Width = 80;
  680. //
  681. // mb_bgcode
  682. //
  683. this.mb_bgcode.HeaderText = "不良代码组编号";
  684. this.mb_bgcode.Name = "mb_bgcode";
  685. this.mb_bgcode.ReadOnly = true;
  686. this.mb_bgcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  687. this.mb_bgcode.Visible = false;
  688. this.mb_bgcode.Width = 80;
  689. //
  690. // mb_badcode
  691. //
  692. this.mb_badcode.HeaderText = "不良代码";
  693. this.mb_badcode.Name = "mb_badcode";
  694. this.mb_badcode.ReadOnly = true;
  695. this.mb_badcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  696. this.mb_badcode.Width = 80;
  697. //
  698. // AddBad
  699. //
  700. this.AddBad.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  701. this.AddBad.HeaderText = "";
  702. this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
  703. this.AddBad.Name = "AddBad";
  704. this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  705. this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  706. this.AddBad.Width = 20;
  707. //
  708. // pr_detail_
  709. //
  710. this.pr_detail_.HeaderText = "子件名称";
  711. this.pr_detail_.Name = "pr_detail_";
  712. //
  713. // cm_soncode
  714. //
  715. this.cm_soncode.DataPropertyName = "cm_soncode";
  716. this.cm_soncode.HeaderText = "子件编号";
  717. this.cm_soncode.Name = "cm_soncode";
  718. this.cm_soncode.ReadOnly = true;
  719. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  720. //
  721. // cm_barcode
  722. //
  723. this.cm_barcode.DataPropertyName = "cm_barcode";
  724. this.cm_barcode.HeaderText = "物料批号";
  725. this.cm_barcode.Name = "cm_barcode";
  726. this.cm_barcode.ReadOnly = true;
  727. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  728. //
  729. // New_BarCode
  730. //
  731. this.New_BarCode.HeaderText = "新批号";
  732. this.New_BarCode.MinimumWidth = 300;
  733. this.New_BarCode.Name = "New_BarCode";
  734. this.New_BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  735. this.New_BarCode.Width = 300;
  736. //
  737. // cm_status
  738. //
  739. this.cm_status.DataPropertyName = "cm_status";
  740. this.cm_status.HeaderText = "上线状态";
  741. this.cm_status.Name = "cm_status";
  742. //
  743. // cm_maid
  744. //
  745. this.cm_maid.DataPropertyName = "cm_maid";
  746. this.cm_maid.HeaderText = "";
  747. this.cm_maid.Name = "cm_maid";
  748. this.cm_maid.Visible = false;
  749. //
  750. // cm_materialtype
  751. //
  752. this.cm_materialtype.DataPropertyName = "cm_materialtype";
  753. this.cm_materialtype.HeaderText = "";
  754. this.cm_materialtype.Name = "cm_materialtype";
  755. this.cm_materialtype.Visible = false;
  756. //
  757. // cm_maprodcode
  758. //
  759. this.cm_maprodcode.DataPropertyName = "cm_maprodcode";
  760. this.cm_maprodcode.HeaderText = "";
  761. this.cm_maprodcode.Name = "cm_maprodcode";
  762. this.cm_maprodcode.Visible = false;
  763. //
  764. // cm_sncode
  765. //
  766. this.cm_sncode.DataPropertyName = "cm_sncode";
  767. this.cm_sncode.HeaderText = "";
  768. this.cm_sncode.Name = "cm_sncode";
  769. this.cm_sncode.Visible = false;
  770. //
  771. // cm_makecode
  772. //
  773. this.cm_makecode.DataPropertyName = "cm_makecode";
  774. this.cm_makecode.HeaderText = "";
  775. this.cm_makecode.Name = "cm_makecode";
  776. this.cm_makecode.Visible = false;
  777. //
  778. // Make_Decompose
  779. //
  780. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  781. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  782. this.ClientSize = new System.Drawing.Size(928, 573);
  783. this.Controls.Add(this.pr_name);
  784. this.Controls.Add(this.nochange);
  785. this.Controls.Add(this.change);
  786. this.Controls.Add(this.ms_wccode);
  787. this.Controls.Add(this.ms_craftname);
  788. this.Controls.Add(this.ms_craftcode);
  789. this.Controls.Add(this.LabelDataGridView);
  790. this.Controls.Add(this.deccount);
  791. this.Controls.Add(this.ms_makecode);
  792. this.Controls.Add(this.ms_prodcode);
  793. this.Controls.Add(this.ms_sncode);
  794. this.Controls.Add(this.label5);
  795. this.Controls.Add(this.label4);
  796. this.Controls.Add(this.label3);
  797. this.Controls.Add(this.label2);
  798. this.Controls.Add(this.label1);
  799. this.Controls.Add(this.Decompose);
  800. this.Controls.Add(this.sn_code);
  801. this.Controls.Add(this.pa_makecode_label);
  802. this.Controls.Add(this.OperateResult);
  803. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  804. this.Name = "Make_Decompose";
  805. this.Tag = "Make!Decompose";
  806. this.Text = "拆解处理";
  807. this.Load += new System.EventHandler(this.Make_Decompose_Load);
  808. this.SizeChanged += new System.EventHandler(this.Make_Decompose_SizeChanged);
  809. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  810. this.ResumeLayout(false);
  811. this.PerformLayout();
  812. }
  813. #endregion
  814. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  815. private System.Windows.Forms.Label pa_makecode_label;
  816. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  817. private CustomControl.ButtonUtil.NormalButton Decompose;
  818. private System.Windows.Forms.Label label1;
  819. private System.Windows.Forms.Label label2;
  820. private System.Windows.Forms.Label label3;
  821. private System.Windows.Forms.Label label4;
  822. private System.Windows.Forms.Label label5;
  823. private CustomControl.ValueLabel.ValueLabel ms_sncode;
  824. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  825. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  826. private CustomControl.ValueLabel.ValueLabel deccount;
  827. private System.Windows.Forms.DataGridView LabelDataGridView;
  828. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  829. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
  830. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  831. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  832. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  834. private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  839. private CustomControl.ValueLabel.ValueLabel ms_craftcode;
  840. private CustomControl.ValueLabel.ValueLabel ms_craftname;
  841. private CustomControl.ValueLabel.ValueLabel ms_wccode;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  844. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  845. private System.Windows.Forms.RadioButton change;
  846. private System.Windows.Forms.RadioButton nochange;
  847. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  848. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  849. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  850. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  851. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  852. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  855. private CustomControl.TextBoxWithIcon.TextBoxWithTextArea pr_name;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  857. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  858. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  859. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn cm_spid;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn cm_firstsn;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn cm_wccode;
  863. private System.Windows.Forms.DataGridViewTextBoxColumn cm_fsoncode;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn cm_stepcode;
  865. private System.Windows.Forms.DataGridViewTextBoxColumn cm_stepname;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn cm_craftname;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn cm_craftcode;
  868. private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
  869. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  870. private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
  871. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  872. private System.Windows.Forms.DataGridViewImageColumn AddBad;
  873. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
  874. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  875. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  876. private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
  877. private System.Windows.Forms.DataGridViewTextBoxColumn cm_status;
  878. private System.Windows.Forms.DataGridViewTextBoxColumn cm_maid;
  879. private System.Windows.Forms.DataGridViewTextBoxColumn cm_materialtype;
  880. private System.Windows.Forms.DataGridViewTextBoxColumn cm_maprodcode;
  881. private System.Windows.Forms.DataGridViewTextBoxColumn cm_sncode;
  882. private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
  883. }
  884. }