Make_SingleBoard1.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SingleBoard1
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_SingleBoard));
  30. this.SN_label = new System.Windows.Forms.Label();
  31. this.OK = new System.Windows.Forms.RadioButton();
  32. this.NG = new System.Windows.Forms.RadioButton();
  33. this.pr_sendchecktype = new System.Windows.Forms.Label();
  34. this.ma_salecode = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  37. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.WaitRejectList = new System.Windows.Forms.ListView();
  45. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  48. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  49. this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  50. this.label3 = new System.Windows.Forms.Label();
  51. this.bc_remark_label = new System.Windows.Forms.Label();
  52. this.bc_groupcode_label = new System.Windows.Forms.Label();
  53. this.pr_detail_label = new System.Windows.Forms.Label();
  54. this.ma_prodcode_label = new System.Windows.Forms.Label();
  55. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  56. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  57. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  58. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  59. this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  60. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  61. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  62. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  63. this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  64. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  65. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  66. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  68. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  69. this.ms_makecode_label = new System.Windows.Forms.Label();
  70. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // SN_label
  74. //
  75. this.SN_label.AutoSize = true;
  76. this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.SN_label.Location = new System.Drawing.Point(60, 116);
  78. this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  79. this.SN_label.Name = "SN_label";
  80. this.SN_label.Size = new System.Drawing.Size(62, 41);
  81. this.SN_label.TabIndex = 1;
  82. this.SN_label.Text = "SN";
  83. //
  84. // OK
  85. //
  86. this.OK.AutoSize = true;
  87. this.OK.Checked = true;
  88. this.OK.Location = new System.Drawing.Point(67, 212);
  89. this.OK.Name = "OK";
  90. this.OK.Size = new System.Drawing.Size(89, 28);
  91. this.OK.TabIndex = 151;
  92. this.OK.TabStop = true;
  93. this.OK.Text = "良品";
  94. this.OK.UseVisualStyleBackColor = true;
  95. //
  96. // NG
  97. //
  98. this.NG.AutoSize = true;
  99. this.NG.Location = new System.Drawing.Point(224, 212);
  100. this.NG.Name = "NG";
  101. this.NG.Size = new System.Drawing.Size(113, 28);
  102. this.NG.TabIndex = 152;
  103. this.NG.Text = "不良品";
  104. this.NG.UseVisualStyleBackColor = true;
  105. //
  106. // pr_sendchecktype
  107. //
  108. this.pr_sendchecktype.AutoSize = true;
  109. this.pr_sendchecktype.Location = new System.Drawing.Point(992, 278);
  110. this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  111. this.pr_sendchecktype.Name = "pr_sendchecktype";
  112. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 24);
  113. this.pr_sendchecktype.TabIndex = 218;
  114. this.pr_sendchecktype.Visible = false;
  115. //
  116. // ma_salecode
  117. //
  118. this.ma_salecode.AutoSize = true;
  119. this.ma_salecode.Location = new System.Drawing.Point(992, 270);
  120. this.ma_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  121. this.ma_salecode.Name = "ma_salecode";
  122. this.ma_salecode.Size = new System.Drawing.Size(0, 24);
  123. this.ma_salecode.TabIndex = 217;
  124. this.ma_salecode.Visible = false;
  125. //
  126. // label2
  127. //
  128. this.label2.AutoSize = true;
  129. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.label2.ForeColor = System.Drawing.Color.Blue;
  131. this.label2.Location = new System.Drawing.Point(44, 270);
  132. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  133. this.label2.Name = "label2";
  134. this.label2.Size = new System.Drawing.Size(146, 42);
  135. this.label2.TabIndex = 201;
  136. this.label2.Text = "采集信息";
  137. //
  138. // ChoosedRejectList
  139. //
  140. this.ChoosedRejectList.CheckBoxes = true;
  141. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  142. this.columnHeader6,
  143. this.columnHeader3,
  144. this.columnHeader7,
  145. this.columnHeader8,
  146. this.columnHeader10});
  147. this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.ChoosedRejectList.HideSelection = false;
  149. this.ChoosedRejectList.Location = new System.Drawing.Point(774, 532);
  150. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(6);
  151. this.ChoosedRejectList.Name = "ChoosedRejectList";
  152. this.ChoosedRejectList.Size = new System.Drawing.Size(528, 408);
  153. this.ChoosedRejectList.TabIndex = 213;
  154. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  155. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  156. //
  157. // columnHeader6
  158. //
  159. this.columnHeader6.Text = " ";
  160. this.columnHeader6.Width = 20;
  161. //
  162. // columnHeader3
  163. //
  164. this.columnHeader3.Text = "不良代码组";
  165. this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  166. this.columnHeader3.Width = 150;
  167. //
  168. // columnHeader7
  169. //
  170. this.columnHeader7.Text = "不良代码";
  171. this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  172. this.columnHeader7.Width = 168;
  173. //
  174. // columnHeader8
  175. //
  176. this.columnHeader8.Text = "不良名称";
  177. this.columnHeader8.Width = 99;
  178. //
  179. // columnHeader10
  180. //
  181. this.columnHeader10.Text = "备注";
  182. this.columnHeader10.Width = 3;
  183. //
  184. // label5
  185. //
  186. this.label5.AutoSize = true;
  187. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.label5.ForeColor = System.Drawing.Color.Black;
  189. this.label5.Location = new System.Drawing.Point(770, 482);
  190. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  191. this.label5.Name = "label5";
  192. this.label5.Size = new System.Drawing.Size(146, 42);
  193. this.label5.TabIndex = 208;
  194. this.label5.Text = "已选不良";
  195. //
  196. // label4
  197. //
  198. this.label4.AutoSize = true;
  199. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.label4.ForeColor = System.Drawing.Color.Black;
  201. this.label4.Location = new System.Drawing.Point(44, 482);
  202. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  203. this.label4.Name = "label4";
  204. this.label4.Size = new System.Drawing.Size(146, 42);
  205. this.label4.TabIndex = 207;
  206. this.label4.Text = "待选不良";
  207. //
  208. // WaitRejectList
  209. //
  210. this.WaitRejectList.CheckBoxes = true;
  211. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  212. this.columnHeader5,
  213. this.columnHeader4,
  214. this.columnHeader1,
  215. this.columnHeader2,
  216. this.columnHeader9});
  217. this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.WaitRejectList.FullRowSelect = true;
  219. this.WaitRejectList.HideSelection = false;
  220. this.WaitRejectList.Location = new System.Drawing.Point(46, 532);
  221. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(6);
  222. this.WaitRejectList.Name = "WaitRejectList";
  223. this.WaitRejectList.Size = new System.Drawing.Size(528, 408);
  224. this.WaitRejectList.TabIndex = 206;
  225. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  226. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  227. //
  228. // columnHeader5
  229. //
  230. this.columnHeader5.Text = " ";
  231. this.columnHeader5.Width = 0;
  232. //
  233. // columnHeader4
  234. //
  235. this.columnHeader4.Text = "不良代码组";
  236. this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  237. this.columnHeader4.Width = 0;
  238. //
  239. // columnHeader1
  240. //
  241. this.columnHeader1.Text = "不良代码";
  242. this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  243. this.columnHeader1.Width = 134;
  244. //
  245. // columnHeader2
  246. //
  247. this.columnHeader2.Text = "不良名称";
  248. this.columnHeader2.Width = 392;
  249. //
  250. // columnHeader9
  251. //
  252. this.columnHeader9.Text = "备注";
  253. this.columnHeader9.Width = 0;
  254. //
  255. // label3
  256. //
  257. this.label3.AutoSize = true;
  258. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.label3.Location = new System.Drawing.Point(44, 410);
  260. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  261. this.label3.Name = "label3";
  262. this.label3.Size = new System.Drawing.Size(146, 41);
  263. this.label3.TabIndex = 205;
  264. this.label3.Text = "不良代码";
  265. //
  266. // bc_remark_label
  267. //
  268. this.bc_remark_label.AutoSize = true;
  269. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.bc_remark_label.Location = new System.Drawing.Point(612, 330);
  271. this.bc_remark_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  272. this.bc_remark_label.Name = "bc_remark_label";
  273. this.bc_remark_label.Size = new System.Drawing.Size(146, 41);
  274. this.bc_remark_label.TabIndex = 204;
  275. this.bc_remark_label.Text = "不良备注";
  276. //
  277. // bc_groupcode_label
  278. //
  279. this.bc_groupcode_label.AutoSize = true;
  280. this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.bc_groupcode_label.Location = new System.Drawing.Point(44, 330);
  282. this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  283. this.bc_groupcode_label.Name = "bc_groupcode_label";
  284. this.bc_groupcode_label.Size = new System.Drawing.Size(146, 41);
  285. this.bc_groupcode_label.TabIndex = 203;
  286. this.bc_groupcode_label.Text = "不良组别";
  287. //
  288. // pr_detail_label
  289. //
  290. this.pr_detail_label.AutoSize = true;
  291. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.pr_detail_label.Location = new System.Drawing.Point(1169, 39);
  293. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  294. this.pr_detail_label.Name = "pr_detail_label";
  295. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  296. this.pr_detail_label.TabIndex = 219;
  297. this.pr_detail_label.Text = "产品规格";
  298. //
  299. // ma_prodcode_label
  300. //
  301. this.ma_prodcode_label.AutoSize = true;
  302. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.ma_prodcode_label.Location = new System.Drawing.Point(672, 38);
  304. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  305. this.ma_prodcode_label.Name = "ma_prodcode_label";
  306. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  307. this.ma_prodcode_label.TabIndex = 220;
  308. this.ma_prodcode_label.Text = "产品编号";
  309. //
  310. // pr_spec
  311. //
  312. this.pr_spec.AutoSize = true;
  313. this.pr_spec.CutLength = "qweqwe";
  314. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.pr_spec.Location = new System.Drawing.Point(1343, 39);
  316. this.pr_spec.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  317. this.pr_spec.MaximumSize = new System.Drawing.Size(360, 0);
  318. this.pr_spec.Name = "pr_spec";
  319. this.pr_spec.Size = new System.Drawing.Size(0, 41);
  320. this.pr_spec.TabIndex = 222;
  321. //
  322. // ma_prodcode
  323. //
  324. this.ma_prodcode.AutoSize = true;
  325. this.ma_prodcode.CutLength = null;
  326. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.ma_prodcode.Location = new System.Drawing.Point(854, 38);
  328. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  329. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  330. this.ma_prodcode.Name = "ma_prodcode";
  331. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  332. this.ma_prodcode.TabIndex = 221;
  333. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  334. //
  335. // Filter
  336. //
  337. this.Filter.BackColor = System.Drawing.Color.Transparent;
  338. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  339. this.Filter.Location = new System.Drawing.Point(224, 482);
  340. this.Filter.Margin = new System.Windows.Forms.Padding(4);
  341. this.Filter.Name = "Filter";
  342. this.Filter.PlaceHolder = "不良名称搜索";
  343. this.Filter.Size = new System.Drawing.Size(352, 44);
  344. this.Filter.TabIndex = 215;
  345. //
  346. // bc_code
  347. //
  348. this.bc_code.AllPower = null;
  349. this.bc_code.BackColor = System.Drawing.Color.White;
  350. this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.bc_code.ID = null;
  352. this.bc_code.Location = new System.Drawing.Point(226, 410);
  353. this.bc_code.Margin = new System.Windows.Forms.Padding(6);
  354. this.bc_code.Name = "bc_code";
  355. this.bc_code.Power = null;
  356. this.bc_code.Size = new System.Drawing.Size(348, 40);
  357. this.bc_code.Str = null;
  358. this.bc_code.Str1 = null;
  359. this.bc_code.Str2 = null;
  360. this.bc_code.TabIndex = 214;
  361. //
  362. // ChooseedReject
  363. //
  364. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  365. this.ChooseedReject.Location = new System.Drawing.Point(622, 662);
  366. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6);
  367. this.ChooseedReject.Name = "ChooseedReject";
  368. this.ChooseedReject.Size = new System.Drawing.Size(100, 46);
  369. this.ChooseedReject.TabIndex = 211;
  370. this.ChooseedReject.UseVisualStyleBackColor = true;
  371. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  372. //
  373. // WaitReject
  374. //
  375. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  376. this.WaitReject.Location = new System.Drawing.Point(622, 788);
  377. this.WaitReject.Margin = new System.Windows.Forms.Padding(6);
  378. this.WaitReject.Name = "WaitReject";
  379. this.WaitReject.Size = new System.Drawing.Size(100, 46);
  380. this.WaitReject.TabIndex = 210;
  381. this.WaitReject.UseVisualStyleBackColor = true;
  382. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  383. //
  384. // bc_remark
  385. //
  386. this.bc_remark.AllPower = null;
  387. this.bc_remark.BackColor = System.Drawing.Color.White;
  388. this.bc_remark.ID = null;
  389. this.bc_remark.Location = new System.Drawing.Point(778, 332);
  390. this.bc_remark.Margin = new System.Windows.Forms.Padding(6);
  391. this.bc_remark.Multiline = true;
  392. this.bc_remark.Name = "bc_remark";
  393. this.bc_remark.Power = null;
  394. this.bc_remark.Size = new System.Drawing.Size(524, 120);
  395. this.bc_remark.Str = null;
  396. this.bc_remark.Str1 = null;
  397. this.bc_remark.Str2 = null;
  398. this.bc_remark.TabIndex = 209;
  399. //
  400. // bc_groupcode
  401. //
  402. this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.bc_groupcode.FormattingEnabled = true;
  404. this.bc_groupcode.Location = new System.Drawing.Point(226, 332);
  405. this.bc_groupcode.Margin = new System.Windows.Forms.Padding(6);
  406. this.bc_groupcode.Name = "bc_groupcode";
  407. this.bc_groupcode.Size = new System.Drawing.Size(348, 37);
  408. this.bc_groupcode.TabIndex = 202;
  409. this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
  410. //
  411. // OperateResult
  412. //
  413. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.OperateResult.Location = new System.Drawing.Point(1343, 328);
  415. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  416. this.OperateResult.Name = "OperateResult";
  417. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  418. this.OperateResult.TabIndex = 150;
  419. this.OperateResult.Text = "";
  420. //
  421. // SaveRepairInf
  422. //
  423. this.SaveRepairInf.AllPower = "ifall";
  424. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  425. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  426. this.SaveRepairInf.Image = null;
  427. this.SaveRepairInf.IsShowBorder = true;
  428. this.SaveRepairInf.Location = new System.Drawing.Point(774, 957);
  429. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  430. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  431. this.SaveRepairInf.Name = "SaveRepairInf";
  432. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  433. this.SaveRepairInf.Power = null;
  434. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  435. this.SaveRepairInf.TabIndex = 145;
  436. this.SaveRepairInf.Tag = "IfRead";
  437. this.SaveRepairInf.Text = "确认";
  438. this.SaveRepairInf.UseVisualStyleBackColor = true;
  439. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  440. //
  441. // SN
  442. //
  443. this.SN.AllPower = null;
  444. this.SN.BackColor = System.Drawing.Color.White;
  445. this.SN.ID = null;
  446. this.SN.Location = new System.Drawing.Point(224, 122);
  447. this.SN.Margin = new System.Windows.Forms.Padding(4);
  448. this.SN.Name = "SN";
  449. this.SN.Power = null;
  450. this.SN.Size = new System.Drawing.Size(318, 35);
  451. this.SN.Str = null;
  452. this.SN.Str1 = null;
  453. this.SN.Str2 = null;
  454. this.SN.TabIndex = 2;
  455. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  456. //
  457. // ma_code
  458. //
  459. this.ma_code.AllPower = null;
  460. this.ma_code.Caller = null;
  461. this.ma_code.Condition = null;
  462. this.ma_code.DBTitle = null;
  463. this.ma_code.FormName = null;
  464. this.ma_code.Location = new System.Drawing.Point(218, 40);
  465. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  466. this.ma_code.Name = "ma_code";
  467. this.ma_code.Power = null;
  468. this.ma_code.ReturnData = null;
  469. this.ma_code.SelectField = null;
  470. this.ma_code.SetValueField = null;
  471. this.ma_code.Size = new System.Drawing.Size(296, 42);
  472. this.ma_code.TabIndex = 225;
  473. this.ma_code.TableName = null;
  474. this.ma_code.Tag = "ma_code";
  475. this.ma_code.TextBoxEnable = true;
  476. //
  477. // LockMakeCode
  478. //
  479. this.LockMakeCode.AutoSize = true;
  480. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.LockMakeCode.LeaveEvent = false;
  482. this.LockMakeCode.Location = new System.Drawing.Point(522, 44);
  483. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  484. this.LockMakeCode.Name = "LockMakeCode";
  485. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  486. this.LockMakeCode.TabIndex = 224;
  487. this.LockMakeCode.Text = "锁定";
  488. this.LockMakeCode.UseVisualStyleBackColor = true;
  489. //
  490. // ms_makecode_label
  491. //
  492. this.ms_makecode_label.AutoSize = true;
  493. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.ms_makecode_label.Location = new System.Drawing.Point(44, 38);
  495. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  496. this.ms_makecode_label.Name = "ms_makecode_label";
  497. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  498. this.ms_makecode_label.TabIndex = 223;
  499. this.ms_makecode_label.Text = "归属工单";
  500. //
  501. // Make_SingleBoard
  502. //
  503. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  504. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  505. this.ClientSize = new System.Drawing.Size(1833, 1020);
  506. this.Controls.Add(this.ma_code);
  507. this.Controls.Add(this.LockMakeCode);
  508. this.Controls.Add(this.ms_makecode_label);
  509. this.Controls.Add(this.pr_spec);
  510. this.Controls.Add(this.ma_prodcode);
  511. this.Controls.Add(this.pr_detail_label);
  512. this.Controls.Add(this.ma_prodcode_label);
  513. this.Controls.Add(this.pr_sendchecktype);
  514. this.Controls.Add(this.ma_salecode);
  515. this.Controls.Add(this.Filter);
  516. this.Controls.Add(this.bc_code);
  517. this.Controls.Add(this.label2);
  518. this.Controls.Add(this.ChoosedRejectList);
  519. this.Controls.Add(this.ChooseedReject);
  520. this.Controls.Add(this.WaitReject);
  521. this.Controls.Add(this.bc_remark);
  522. this.Controls.Add(this.label5);
  523. this.Controls.Add(this.label4);
  524. this.Controls.Add(this.WaitRejectList);
  525. this.Controls.Add(this.label3);
  526. this.Controls.Add(this.bc_groupcode);
  527. this.Controls.Add(this.bc_remark_label);
  528. this.Controls.Add(this.bc_groupcode_label);
  529. this.Controls.Add(this.NG);
  530. this.Controls.Add(this.OK);
  531. this.Controls.Add(this.OperateResult);
  532. this.Controls.Add(this.SaveRepairInf);
  533. this.Controls.Add(this.SN);
  534. this.Controls.Add(this.SN_label);
  535. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  536. this.Margin = new System.Windows.Forms.Padding(4);
  537. this.Name = "Make_SingleBoard";
  538. this.Tag = "Special!CancelOQC";
  539. this.Text = "拆箱处理";
  540. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  541. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  542. this.ResumeLayout(false);
  543. this.PerformLayout();
  544. }
  545. #endregion
  546. private System.Windows.Forms.Label SN_label;
  547. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  548. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  549. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  550. private System.Windows.Forms.RadioButton OK;
  551. private System.Windows.Forms.RadioButton NG;
  552. private System.Windows.Forms.Label pr_sendchecktype;
  553. private System.Windows.Forms.Label ma_salecode;
  554. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  555. private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
  556. private System.Windows.Forms.Label label2;
  557. private System.Windows.Forms.ListView ChoosedRejectList;
  558. private System.Windows.Forms.ColumnHeader columnHeader6;
  559. private System.Windows.Forms.ColumnHeader columnHeader3;
  560. private System.Windows.Forms.ColumnHeader columnHeader7;
  561. private System.Windows.Forms.ColumnHeader columnHeader8;
  562. private System.Windows.Forms.ColumnHeader columnHeader10;
  563. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  564. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  565. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  566. private System.Windows.Forms.Label label5;
  567. private System.Windows.Forms.Label label4;
  568. private System.Windows.Forms.ListView WaitRejectList;
  569. private System.Windows.Forms.ColumnHeader columnHeader5;
  570. private System.Windows.Forms.ColumnHeader columnHeader4;
  571. private System.Windows.Forms.ColumnHeader columnHeader1;
  572. private System.Windows.Forms.ColumnHeader columnHeader2;
  573. private System.Windows.Forms.ColumnHeader columnHeader9;
  574. private System.Windows.Forms.Label label3;
  575. private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
  576. private System.Windows.Forms.Label bc_remark_label;
  577. private System.Windows.Forms.Label bc_groupcode_label;
  578. private CustomControl.ValueLabel.ValueLabel pr_spec;
  579. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  580. private System.Windows.Forms.Label pr_detail_label;
  581. private System.Windows.Forms.Label ma_prodcode_label;
  582. private System.Windows.Forms.BindingSource BadInfSource;
  583. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  584. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  585. private System.Windows.Forms.Label ms_makecode_label;
  586. }
  587. }