Make_Decompose.Designer.cs 53 KB

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