Make_Decompose.Designer.cs 51 KB

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