Make_Decompose.Designer.cs 19 KB

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