Make_NewBadCode.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewBadCode
  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_NewBadCode));
  29. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  30. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.WaitRejectList = new System.Windows.Forms.ListView();
  35. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.bg_name_label = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  44. this.badgroup = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  45. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  46. this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.ms_makecode_label = new System.Windows.Forms.Label();
  48. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.ms_sncode_label = new System.Windows.Forms.Label();
  50. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  51. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  53. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  54. this.groupBoxWithBorder1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // ChoosedRejectList
  58. //
  59. this.ChoosedRejectList.CheckBoxes = true;
  60. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  61. this.columnHeader6,
  62. this.columnHeader4,
  63. this.columnHeader7,
  64. this.columnHeader8});
  65. this.ChoosedRejectList.Location = new System.Drawing.Point(417, 246);
  66. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
  67. this.ChoosedRejectList.Name = "ChoosedRejectList";
  68. this.ChoosedRejectList.Size = new System.Drawing.Size(300, 302);
  69. this.ChoosedRejectList.TabIndex = 54;
  70. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  71. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  72. //
  73. // columnHeader6
  74. //
  75. this.columnHeader6.Text = " ";
  76. this.columnHeader6.Width = 20;
  77. //
  78. // columnHeader4
  79. //
  80. this.columnHeader4.Text = "不良代码组";
  81. this.columnHeader4.Width = 97;
  82. //
  83. // columnHeader7
  84. //
  85. this.columnHeader7.Text = "不良代码";
  86. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  87. this.columnHeader7.Width = 79;
  88. //
  89. // columnHeader8
  90. //
  91. this.columnHeader8.Text = "不良名称";
  92. this.columnHeader8.Width = 91;
  93. //
  94. // WaitRejectList
  95. //
  96. this.WaitRejectList.CheckBoxes = true;
  97. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  98. this.columnHeader5,
  99. this.columnHeader3,
  100. this.columnHeader1,
  101. this.columnHeader2});
  102. this.WaitRejectList.Location = new System.Drawing.Point(13, 246);
  103. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  104. this.WaitRejectList.Name = "WaitRejectList";
  105. this.WaitRejectList.Size = new System.Drawing.Size(300, 304);
  106. this.WaitRejectList.TabIndex = 51;
  107. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  108. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  109. //
  110. // columnHeader5
  111. //
  112. this.columnHeader5.Text = " ";
  113. this.columnHeader5.Width = 20;
  114. //
  115. // columnHeader3
  116. //
  117. this.columnHeader3.Text = "不良代码组";
  118. this.columnHeader3.Width = 87;
  119. //
  120. // columnHeader1
  121. //
  122. this.columnHeader1.Text = "不良代码";
  123. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  124. this.columnHeader1.Width = 87;
  125. //
  126. // columnHeader2
  127. //
  128. this.columnHeader2.Text = "不良名称";
  129. this.columnHeader2.Width = 82;
  130. //
  131. // bg_name_label
  132. //
  133. this.bg_name_label.AutoSize = true;
  134. this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.bg_name_label.Location = new System.Drawing.Point(13, 166);
  136. this.bg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  137. this.bg_name_label.Name = "bg_name_label";
  138. this.bg_name_label.Size = new System.Drawing.Size(112, 27);
  139. this.bg_name_label.TabIndex = 92;
  140. this.bg_name_label.Text = "不良代码组";
  141. //
  142. // label1
  143. //
  144. this.label1.AutoSize = true;
  145. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label1.Location = new System.Drawing.Point(13, 213);
  147. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.label1.Name = "label1";
  149. this.label1.Size = new System.Drawing.Size(92, 27);
  150. this.label1.TabIndex = 96;
  151. this.label1.Text = "待选不良";
  152. //
  153. // label2
  154. //
  155. this.label2.AutoSize = true;
  156. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.label2.Location = new System.Drawing.Point(412, 213);
  158. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  159. this.label2.Name = "label2";
  160. this.label2.Size = new System.Drawing.Size(92, 27);
  161. this.label2.TabIndex = 97;
  162. this.label2.Text = "已选不良";
  163. //
  164. // label3
  165. //
  166. this.label3.AutoSize = true;
  167. this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  168. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  170. this.label3.Location = new System.Drawing.Point(8, 6);
  171. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label3.Name = "label3";
  173. this.label3.Size = new System.Drawing.Size(132, 27);
  174. this.label3.TabIndex = 99;
  175. this.label3.Text = "新增不良代码";
  176. //
  177. // headBar1
  178. //
  179. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  180. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.headBar1.Location = new System.Drawing.Point(0, 0);
  182. this.headBar1.Margin = new System.Windows.Forms.Padding(4);
  183. this.headBar1.Name = "headBar1";
  184. this.headBar1.Size = new System.Drawing.Size(730, 40);
  185. this.headBar1.TabIndex = 98;
  186. //
  187. // badgroup
  188. //
  189. this.badgroup.FormattingEnabled = true;
  190. this.badgroup.Location = new System.Drawing.Point(164, 167);
  191. this.badgroup.Name = "badgroup";
  192. this.badgroup.Size = new System.Drawing.Size(203, 23);
  193. this.badgroup.TabIndex = 95;
  194. this.badgroup.SelectedIndexChanged += new System.EventHandler(this.badgroup_SelectedIndexChanged);
  195. //
  196. // groupBoxWithBorder1
  197. //
  198. this.groupBoxWithBorder1.BackColor = System.Drawing.SystemColors.Control;
  199. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  200. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  201. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode_label);
  202. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode);
  203. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode_label);
  204. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.groupBoxWithBorder1.Location = new System.Drawing.Point(0, 44);
  206. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  207. this.groupBoxWithBorder1.Size = new System.Drawing.Size(730, 100);
  208. this.groupBoxWithBorder1.TabIndex = 94;
  209. this.groupBoxWithBorder1.TabStop = false;
  210. this.groupBoxWithBorder1.Text = "产品信息";
  211. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  212. //
  213. // ms_makecode
  214. //
  215. this.ms_makecode.AllPower = null;
  216. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  217. | System.Windows.Forms.AnchorStyles.Left)));
  218. this.ms_makecode.BackColor = System.Drawing.Color.White;
  219. this.ms_makecode.Enabled = false;
  220. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.ms_makecode.ForeColor = System.Drawing.Color.Black;
  222. this.ms_makecode.ID = null;
  223. this.ms_makecode.Location = new System.Drawing.Point(417, 45);
  224. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4);
  225. this.ms_makecode.Name = "ms_makecode";
  226. this.ms_makecode.Power = null;
  227. this.ms_makecode.Size = new System.Drawing.Size(187, 27);
  228. this.ms_makecode.Str = null;
  229. this.ms_makecode.Str1 = null;
  230. this.ms_makecode.Str2 = null;
  231. this.ms_makecode.TabIndex = 98;
  232. this.ms_makecode.Tag = "Read";
  233. //
  234. // ms_makecode_label
  235. //
  236. this.ms_makecode_label.AutoSize = true;
  237. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.ms_makecode_label.Location = new System.Drawing.Point(320, 45);
  239. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.ms_makecode_label.Name = "ms_makecode_label";
  241. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  242. this.ms_makecode_label.TabIndex = 97;
  243. this.ms_makecode_label.Text = "工单号";
  244. //
  245. // ms_sncode
  246. //
  247. this.ms_sncode.AllPower = null;
  248. this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  249. | System.Windows.Forms.AnchorStyles.Left)));
  250. this.ms_sncode.BackColor = System.Drawing.Color.White;
  251. this.ms_sncode.Enabled = false;
  252. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.ms_sncode.ForeColor = System.Drawing.Color.Black;
  254. this.ms_sncode.ID = null;
  255. this.ms_sncode.Location = new System.Drawing.Point(109, 45);
  256. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  257. this.ms_sncode.Name = "ms_sncode";
  258. this.ms_sncode.Power = null;
  259. this.ms_sncode.Size = new System.Drawing.Size(187, 27);
  260. this.ms_sncode.Str = null;
  261. this.ms_sncode.Str1 = null;
  262. this.ms_sncode.Str2 = null;
  263. this.ms_sncode.TabIndex = 96;
  264. this.ms_sncode.Tag = "Read";
  265. //
  266. // ms_sncode_label
  267. //
  268. this.ms_sncode_label.AutoSize = true;
  269. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.ms_sncode_label.Location = new System.Drawing.Point(13, 45);
  271. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  272. this.ms_sncode_label.Name = "ms_sncode_label";
  273. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  274. this.ms_sncode_label.TabIndex = 95;
  275. this.ms_sncode_label.Text = "序列号";
  276. //
  277. // Cancel
  278. //
  279. this.Cancel.AllPower = null;
  280. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  281. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  282. this.Cancel.Image = null;
  283. this.Cancel.IsShowBorder = true;
  284. this.Cancel.Location = new System.Drawing.Point(385, 561);
  285. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  286. this.Cancel.Name = "Cancel";
  287. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  288. this.Cancel.Power = null;
  289. this.Cancel.Size = new System.Drawing.Size(80, 35);
  290. this.Cancel.TabIndex = 56;
  291. this.Cancel.Text = "取消";
  292. this.Cancel.UseVisualStyleBackColor = false;
  293. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  294. //
  295. // Save
  296. //
  297. this.Save.AllPower = "ifall";
  298. this.Save.BackColor = System.Drawing.Color.Transparent;
  299. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  300. this.Save.Image = null;
  301. this.Save.IsShowBorder = true;
  302. this.Save.Location = new System.Drawing.Point(267, 561);
  303. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  304. this.Save.Name = "Save";
  305. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  306. this.Save.Power = null;
  307. this.Save.Size = new System.Drawing.Size(80, 35);
  308. this.Save.TabIndex = 55;
  309. this.Save.Text = "保存";
  310. this.Save.UseVisualStyleBackColor = false;
  311. this.Save.Click += new System.EventHandler(this.Save_Click);
  312. //
  313. // ChooseedReject
  314. //
  315. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  316. this.ChooseedReject.Location = new System.Drawing.Point(329, 429);
  317. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  318. this.ChooseedReject.Name = "ChooseedReject";
  319. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  320. this.ChooseedReject.TabIndex = 53;
  321. this.ChooseedReject.UseVisualStyleBackColor = true;
  322. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  323. //
  324. // WaitReject
  325. //
  326. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  327. this.WaitReject.Location = new System.Drawing.Point(329, 349);
  328. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  329. this.WaitReject.Name = "WaitReject";
  330. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  331. this.WaitReject.TabIndex = 52;
  332. this.WaitReject.UseVisualStyleBackColor = true;
  333. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  334. //
  335. // Make_NewBadCode
  336. //
  337. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  338. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  339. this.ClientSize = new System.Drawing.Size(730, 608);
  340. this.Controls.Add(this.label3);
  341. this.Controls.Add(this.headBar1);
  342. this.Controls.Add(this.label2);
  343. this.Controls.Add(this.label1);
  344. this.Controls.Add(this.badgroup);
  345. this.Controls.Add(this.groupBoxWithBorder1);
  346. this.Controls.Add(this.bg_name_label);
  347. this.Controls.Add(this.Cancel);
  348. this.Controls.Add(this.Save);
  349. this.Controls.Add(this.ChoosedRejectList);
  350. this.Controls.Add(this.ChooseedReject);
  351. this.Controls.Add(this.WaitReject);
  352. this.Controls.Add(this.WaitRejectList);
  353. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  354. this.Name = "Make_NewBadCode";
  355. this.Tag = "ShowDialogWindow";
  356. this.Text = "Make_NewBadCode";
  357. this.Load += new System.EventHandler(this.Make_NewBadCode_Load);
  358. this.groupBoxWithBorder1.ResumeLayout(false);
  359. this.groupBoxWithBorder1.PerformLayout();
  360. this.ResumeLayout(false);
  361. this.PerformLayout();
  362. }
  363. #endregion
  364. private System.Windows.Forms.ListView ChoosedRejectList;
  365. private System.Windows.Forms.ColumnHeader columnHeader6;
  366. private System.Windows.Forms.ColumnHeader columnHeader7;
  367. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  368. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  369. private System.Windows.Forms.ListView WaitRejectList;
  370. private System.Windows.Forms.ColumnHeader columnHeader5;
  371. private System.Windows.Forms.ColumnHeader columnHeader1;
  372. private CustomControl.ButtonUtil.NormalButton Save;
  373. private CustomControl.ButtonUtil.NormalButton Cancel;
  374. private System.Windows.Forms.Label bg_name_label;
  375. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  376. private CustomControl.TextBoxWithIcon.EnterTextBox ms_makecode;
  377. private System.Windows.Forms.Label ms_makecode_label;
  378. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  379. private System.Windows.Forms.Label ms_sncode_label;
  380. private CustomControl.ComBoxWithFocus.ComBoxWithFocus badgroup;
  381. private System.Windows.Forms.Label label1;
  382. private System.Windows.Forms.Label label2;
  383. private CustomControl.HeadBar headBar1;
  384. private System.Windows.Forms.ColumnHeader columnHeader2;
  385. private System.Windows.Forms.Label label3;
  386. private System.Windows.Forms.ColumnHeader columnHeader3;
  387. private System.Windows.Forms.ColumnHeader columnHeader4;
  388. private System.Windows.Forms.ColumnHeader columnHeader8;
  389. }
  390. }