Make_Decompose.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_Decompose
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_Decompose));
  29. this.pa_makecode_label = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  36. this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
  43. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.qqqqq = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  52. this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  56. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // pa_makecode_label
  60. //
  61. this.pa_makecode_label.AutoSize = true;
  62. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.pa_makecode_label.Location = new System.Drawing.Point(33, 552);
  64. this.pa_makecode_label.Name = "pa_makecode_label";
  65. this.pa_makecode_label.Size = new System.Drawing.Size(72, 27);
  66. this.pa_makecode_label.TabIndex = 173;
  67. this.pa_makecode_label.Text = "序列号";
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.label1.Location = new System.Drawing.Point(33, 18);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(72, 27);
  76. this.label1.TabIndex = 177;
  77. this.label1.Text = "序列号";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label2.Location = new System.Drawing.Point(33, 66);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(92, 27);
  86. this.label2.TabIndex = 178;
  87. this.label2.Text = "产品编号";
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label3.Location = new System.Drawing.Point(433, 66);
  94. this.label3.Name = "label3";
  95. this.label3.Size = new System.Drawing.Size(92, 27);
  96. this.label3.TabIndex = 179;
  97. this.label3.Text = "名称规格";
  98. //
  99. // label4
  100. //
  101. this.label4.AutoSize = true;
  102. this.label4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label4.Location = new System.Drawing.Point(433, 18);
  104. this.label4.Name = "label4";
  105. this.label4.Size = new System.Drawing.Size(72, 27);
  106. this.label4.TabIndex = 180;
  107. this.label4.Text = "工单号";
  108. //
  109. // label5
  110. //
  111. this.label5.AutoSize = true;
  112. this.label5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.label5.Location = new System.Drawing.Point(809, 18);
  114. this.label5.Name = "label5";
  115. this.label5.Size = new System.Drawing.Size(92, 27);
  116. this.label5.TabIndex = 181;
  117. this.label5.Text = "已采集数";
  118. //
  119. // LabelDataGridView
  120. //
  121. this.LabelDataGridView.AllowUserToAddRows = false;
  122. this.LabelDataGridView.AllowUserToResizeRows = false;
  123. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  124. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  125. this.Choose,
  126. this.Choose2,
  127. this.cm_id,
  128. this.pr_detail,
  129. this.mb_bgcode,
  130. this.mb_badcode,
  131. this.AddBad,
  132. this.cm_soncode,
  133. this.cm_barcode,
  134. this.New_BarCode,
  135. this.qqqqq});
  136. this.LabelDataGridView.Location = new System.Drawing.Point(12, 105);
  137. this.LabelDataGridView.Name = "LabelDataGridView";
  138. this.LabelDataGridView.RowTemplate.Height = 23;
  139. this.LabelDataGridView.Size = new System.Drawing.Size(1027, 233);
  140. this.LabelDataGridView.TabIndex = 188;
  141. this.LabelDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellClick);
  142. this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
  143. //
  144. // Choose
  145. //
  146. this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  147. this.Choose.HeaderText = "拆解更料";
  148. this.Choose.Name = "Choose";
  149. this.Choose.Width = 60;
  150. //
  151. // Choose2
  152. //
  153. this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  154. this.Choose2.HeaderText = "拆解";
  155. this.Choose2.Name = "Choose2";
  156. this.Choose2.Width = 40;
  157. //
  158. // cm_id
  159. //
  160. this.cm_id.DataPropertyName = "cm_id";
  161. this.cm_id.HeaderText = "cm_id";
  162. this.cm_id.Name = "cm_id";
  163. this.cm_id.Visible = false;
  164. this.cm_id.Width = 5;
  165. //
  166. // pr_detail
  167. //
  168. this.pr_detail.DataPropertyName = "pr_detail";
  169. this.pr_detail.HeaderText = "pr_detail";
  170. this.pr_detail.Name = "pr_detail";
  171. this.pr_detail.Visible = false;
  172. this.pr_detail.Width = 80;
  173. //
  174. // mb_bgcode
  175. //
  176. this.mb_bgcode.HeaderText = "不良代码组编号";
  177. this.mb_bgcode.Name = "mb_bgcode";
  178. this.mb_bgcode.Visible = false;
  179. this.mb_bgcode.Width = 80;
  180. //
  181. // mb_badcode
  182. //
  183. this.mb_badcode.HeaderText = "不良代码编号";
  184. this.mb_badcode.Name = "mb_badcode";
  185. this.mb_badcode.Width = 80;
  186. //
  187. // AddBad
  188. //
  189. this.AddBad.HeaderText = "";
  190. this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
  191. this.AddBad.Name = "AddBad";
  192. this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  193. this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  194. this.AddBad.Width = 20;
  195. //
  196. // cm_soncode
  197. //
  198. this.cm_soncode.DataPropertyName = "cm_soncode";
  199. this.cm_soncode.HeaderText = "子件编号";
  200. this.cm_soncode.Name = "cm_soncode";
  201. //
  202. // cm_barcode
  203. //
  204. this.cm_barcode.DataPropertyName = "cm_barcode";
  205. this.cm_barcode.HeaderText = "物料批号";
  206. this.cm_barcode.Name = "cm_barcode";
  207. //
  208. // New_BarCode
  209. //
  210. this.New_BarCode.HeaderText = "新批号";
  211. this.New_BarCode.Name = "New_BarCode";
  212. //
  213. // qqqqq
  214. //
  215. this.qqqqq.HeaderText = "";
  216. this.qqqqq.Name = "qqqqq";
  217. this.qqqqq.Width = 5;
  218. //
  219. // deccount
  220. //
  221. this.deccount.AutoSize = true;
  222. this.deccount.CutLength = null;
  223. this.deccount.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.deccount.Location = new System.Drawing.Point(907, 18);
  225. this.deccount.MaximumSize = new System.Drawing.Size(150, 0);
  226. this.deccount.Name = "deccount";
  227. this.deccount.Size = new System.Drawing.Size(0, 27);
  228. this.deccount.TabIndex = 187;
  229. this.deccount.Tag = "1";
  230. //
  231. // ms_makecode
  232. //
  233. this.ms_makecode.AutoSize = true;
  234. this.ms_makecode.CutLength = null;
  235. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ms_makecode.Location = new System.Drawing.Point(525, 18);
  237. this.ms_makecode.MaximumSize = new System.Drawing.Size(150, 0);
  238. this.ms_makecode.Name = "ms_makecode";
  239. this.ms_makecode.Size = new System.Drawing.Size(0, 27);
  240. this.ms_makecode.TabIndex = 186;
  241. this.ms_makecode.Tag = "1";
  242. //
  243. // pr_name
  244. //
  245. this.pr_name.AutoSize = true;
  246. this.pr_name.CutLength = null;
  247. this.pr_name.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.pr_name.Location = new System.Drawing.Point(531, 66);
  249. this.pr_name.MaximumSize = new System.Drawing.Size(150, 0);
  250. this.pr_name.Name = "pr_name";
  251. this.pr_name.Size = new System.Drawing.Size(0, 27);
  252. this.pr_name.TabIndex = 185;
  253. this.pr_name.Tag = "1";
  254. //
  255. // ms_prodcode
  256. //
  257. this.ms_prodcode.AutoSize = true;
  258. this.ms_prodcode.CutLength = null;
  259. this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.ms_prodcode.Location = new System.Drawing.Point(125, 66);
  261. this.ms_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  262. this.ms_prodcode.Name = "ms_prodcode";
  263. this.ms_prodcode.Size = new System.Drawing.Size(0, 27);
  264. this.ms_prodcode.TabIndex = 184;
  265. this.ms_prodcode.Tag = "1";
  266. //
  267. // ms_sncode
  268. //
  269. this.ms_sncode.AutoSize = true;
  270. this.ms_sncode.CutLength = null;
  271. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.ms_sncode.Location = new System.Drawing.Point(125, 18);
  273. this.ms_sncode.MaximumSize = new System.Drawing.Size(150, 0);
  274. this.ms_sncode.Name = "ms_sncode";
  275. this.ms_sncode.Size = new System.Drawing.Size(0, 27);
  276. this.ms_sncode.TabIndex = 183;
  277. this.ms_sncode.Tag = "1";
  278. //
  279. // Close
  280. //
  281. this.Close.AllPower = null;
  282. this.Close.BackColor = System.Drawing.Color.Transparent;
  283. this.Close.DownImage = ((System.Drawing.Image)(resources.GetObject("Close.DownImage")));
  284. this.Close.Image = ((System.Drawing.Image)(resources.GetObject("Close.Image")));
  285. this.Close.IsShowBorder = true;
  286. this.Close.Location = new System.Drawing.Point(870, 556);
  287. this.Close.MoveImage = ((System.Drawing.Image)(resources.GetObject("Close.MoveImage")));
  288. this.Close.Name = "Close";
  289. this.Close.NormalImage = ((System.Drawing.Image)(resources.GetObject("Close.NormalImage")));
  290. this.Close.Power = null;
  291. this.Close.Size = new System.Drawing.Size(105, 27);
  292. this.Close.TabIndex = 176;
  293. this.Close.Text = "关闭";
  294. this.Close.UseVisualStyleBackColor = true;
  295. //
  296. // Decompose
  297. //
  298. this.Decompose.AllPower = null;
  299. this.Decompose.BackColor = System.Drawing.Color.Transparent;
  300. this.Decompose.DownImage = ((System.Drawing.Image)(resources.GetObject("Decompose.DownImage")));
  301. this.Decompose.Image = ((System.Drawing.Image)(resources.GetObject("Decompose.Image")));
  302. this.Decompose.IsShowBorder = true;
  303. this.Decompose.Location = new System.Drawing.Point(534, 556);
  304. this.Decompose.MoveImage = ((System.Drawing.Image)(resources.GetObject("Decompose.MoveImage")));
  305. this.Decompose.Name = "Decompose";
  306. this.Decompose.NormalImage = ((System.Drawing.Image)(resources.GetObject("Decompose.NormalImage")));
  307. this.Decompose.Power = null;
  308. this.Decompose.Size = new System.Drawing.Size(105, 27);
  309. this.Decompose.TabIndex = 175;
  310. this.Decompose.Text = "确定拆解";
  311. this.Decompose.UseVisualStyleBackColor = true;
  312. //
  313. // sn_code
  314. //
  315. this.sn_code.AllPower = null;
  316. this.sn_code.BackColor = System.Drawing.Color.White;
  317. this.sn_code.ID = null;
  318. this.sn_code.Location = new System.Drawing.Point(147, 558);
  319. this.sn_code.Name = "sn_code";
  320. this.sn_code.Power = null;
  321. this.sn_code.Size = new System.Drawing.Size(196, 21);
  322. this.sn_code.Str = null;
  323. this.sn_code.Str1 = null;
  324. this.sn_code.Str2 = null;
  325. this.sn_code.TabIndex = 174;
  326. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  327. //
  328. // OperateResult
  329. //
  330. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.OperateResult.Location = new System.Drawing.Point(12, 355);
  332. this.OperateResult.Name = "OperateResult";
  333. this.OperateResult.Size = new System.Drawing.Size(1053, 152);
  334. this.OperateResult.TabIndex = 172;
  335. this.OperateResult.Text = "";
  336. //
  337. // Make_Decompose
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.ClientSize = new System.Drawing.Size(1120, 625);
  342. this.Controls.Add(this.LabelDataGridView);
  343. this.Controls.Add(this.deccount);
  344. this.Controls.Add(this.ms_makecode);
  345. this.Controls.Add(this.pr_name);
  346. this.Controls.Add(this.ms_prodcode);
  347. this.Controls.Add(this.ms_sncode);
  348. this.Controls.Add(this.label5);
  349. this.Controls.Add(this.label4);
  350. this.Controls.Add(this.label3);
  351. this.Controls.Add(this.label2);
  352. this.Controls.Add(this.label1);
  353. this.Controls.Add(this.Close);
  354. this.Controls.Add(this.Decompose);
  355. this.Controls.Add(this.sn_code);
  356. this.Controls.Add(this.pa_makecode_label);
  357. this.Controls.Add(this.OperateResult);
  358. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  359. this.Name = "Make_Decompose";
  360. this.Tag = "Make!Decompose";
  361. this.Text = "拆解处理";
  362. this.Load += new System.EventHandler(this.Make_Decompose_Load);
  363. this.SizeChanged += new System.EventHandler(this.Make_Decompose_SizeChanged);
  364. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  365. this.ResumeLayout(false);
  366. this.PerformLayout();
  367. }
  368. #endregion
  369. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  370. private System.Windows.Forms.Label pa_makecode_label;
  371. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  372. private CustomControl.ButtonUtil.NormalButton Decompose;
  373. private CustomControl.ButtonUtil.NormalButton Close;
  374. private System.Windows.Forms.Label label1;
  375. private System.Windows.Forms.Label label2;
  376. private System.Windows.Forms.Label label3;
  377. private System.Windows.Forms.Label label4;
  378. private System.Windows.Forms.Label label5;
  379. private CustomControl.ValueLabel.ValueLabel ms_sncode;
  380. private CustomControl.ValueLabel.ValueLabel ms_prodcode;
  381. private CustomControl.ValueLabel.ValueLabel pr_name;
  382. private CustomControl.ValueLabel.ValueLabel ms_makecode;
  383. private CustomControl.ValueLabel.ValueLabel deccount;
  384. private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView;
  385. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
  386. private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  391. private System.Windows.Forms.DataGridViewImageColumn AddBad;
  392. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  393. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  394. private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
  395. private System.Windows.Forms.DataGridViewTextBoxColumn qqqqq;
  396. }
  397. }