Make_GetTestFileData.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705
  1. using UAS_MES_NEW.CustomControl.CustomCheckBox;
  2. namespace UAS_MES_NEW.Make
  3. {
  4. partial class Make_GetTestFileData
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_GetTestFileData));
  31. this.pr_detail = new System.Windows.Forms.Label();
  32. this.label10 = new System.Windows.Forms.Label();
  33. this.mcd_okqty = new System.Windows.Forms.Label();
  34. this.ma_prodcode = new System.Windows.Forms.Label();
  35. this.ma_code = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.CheckItemDGV = new System.Windows.Forms.DataGridView();
  41. this.msi_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.msi_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.msi_result = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.BadInfoSource = new System.Windows.Forms.BindingSource(this.components);
  46. this.OK = new System.Windows.Forms.RadioButton();
  47. this.NG = new System.Windows.Forms.RadioButton();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  52. this.BadGroupCode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  53. this.ChoosedDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewExpand();
  54. this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  55. this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.bg_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.bg_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.WaitChooseDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  61. this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  62. this.bg_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  67. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  68. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  69. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  70. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.bccode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  78. this.bc_code_label = new System.Windows.Forms.Label();
  79. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  80. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.BadInfoSource)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
  84. this.SuspendLayout();
  85. //
  86. // pr_detail
  87. //
  88. this.pr_detail.AutoSize = true;
  89. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  90. this.pr_detail.Location = new System.Drawing.Point(1258, 11);
  91. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.pr_detail.Name = "pr_detail";
  93. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  94. this.pr_detail.TabIndex = 31;
  95. //
  96. // label10
  97. //
  98. this.label10.AutoSize = true;
  99. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.label10.Location = new System.Drawing.Point(43, 949);
  101. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.label10.Name = "label10";
  103. this.label10.Size = new System.Drawing.Size(53, 35);
  104. this.label10.TabIndex = 28;
  105. this.label10.Text = "SN";
  106. //
  107. // mcd_okqty
  108. //
  109. this.mcd_okqty.AutoSize = true;
  110. this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
  111. this.mcd_okqty.Location = new System.Drawing.Point(200, 100);
  112. this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  113. this.mcd_okqty.Name = "mcd_okqty";
  114. this.mcd_okqty.Size = new System.Drawing.Size(0, 41);
  115. this.mcd_okqty.TabIndex = 25;
  116. //
  117. // ma_prodcode
  118. //
  119. this.ma_prodcode.AutoSize = true;
  120. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  121. this.ma_prodcode.Location = new System.Drawing.Point(724, 11);
  122. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  123. this.ma_prodcode.Name = "ma_prodcode";
  124. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  125. this.ma_prodcode.TabIndex = 24;
  126. //
  127. // ma_code
  128. //
  129. this.ma_code.AutoSize = true;
  130. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.ma_code.Location = new System.Drawing.Point(204, 11);
  132. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  133. this.ma_code.Name = "ma_code";
  134. this.ma_code.Size = new System.Drawing.Size(0, 41);
  135. this.ma_code.TabIndex = 23;
  136. //
  137. // label5
  138. //
  139. this.label5.AutoSize = true;
  140. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  141. this.label5.Location = new System.Drawing.Point(50, 100);
  142. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  143. this.label5.Name = "label5";
  144. this.label5.Size = new System.Drawing.Size(210, 41);
  145. this.label5.TabIndex = 22;
  146. this.label5.Text = "当前工单计数";
  147. //
  148. // label3
  149. //
  150. this.label3.AutoSize = true;
  151. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  152. this.label3.Location = new System.Drawing.Point(1102, 11);
  153. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  154. this.label3.Name = "label3";
  155. this.label3.Size = new System.Drawing.Size(146, 41);
  156. this.label3.TabIndex = 20;
  157. this.label3.Text = "产品名称";
  158. //
  159. // label2
  160. //
  161. this.label2.AutoSize = true;
  162. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  163. this.label2.Location = new System.Drawing.Point(570, 11);
  164. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  165. this.label2.Name = "label2";
  166. this.label2.Size = new System.Drawing.Size(146, 41);
  167. this.label2.TabIndex = 19;
  168. this.label2.Text = "产品编号";
  169. //
  170. // label1
  171. //
  172. this.label1.AutoSize = true;
  173. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  174. this.label1.Location = new System.Drawing.Point(50, 11);
  175. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  176. this.label1.Name = "label1";
  177. this.label1.Size = new System.Drawing.Size(146, 41);
  178. this.label1.TabIndex = 18;
  179. this.label1.Text = "工单编号";
  180. //
  181. // CheckItemDGV
  182. //
  183. this.CheckItemDGV.AllowUserToAddRows = false;
  184. this.CheckItemDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  185. this.CheckItemDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  186. this.msi_makecode,
  187. this.msi_sncode,
  188. this.msi_result});
  189. this.CheckItemDGV.Location = new System.Drawing.Point(12, 154);
  190. this.CheckItemDGV.Name = "CheckItemDGV";
  191. this.CheckItemDGV.RowHeadersWidth = 82;
  192. this.CheckItemDGV.RowTemplate.Height = 37;
  193. this.CheckItemDGV.Size = new System.Drawing.Size(649, 777);
  194. this.CheckItemDGV.TabIndex = 33;
  195. this.CheckItemDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.CheckItemDGV_CellPainting);
  196. //
  197. // msi_makecode
  198. //
  199. this.msi_makecode.DataPropertyName = "msi_makecode";
  200. this.msi_makecode.HeaderText = "工单号";
  201. this.msi_makecode.MinimumWidth = 140;
  202. this.msi_makecode.Name = "msi_makecode";
  203. this.msi_makecode.ReadOnly = true;
  204. this.msi_makecode.Width = 150;
  205. //
  206. // msi_sncode
  207. //
  208. this.msi_sncode.DataPropertyName = "msi_sncode";
  209. this.msi_sncode.HeaderText = "SN";
  210. this.msi_sncode.MinimumWidth = 150;
  211. this.msi_sncode.Name = "msi_sncode";
  212. this.msi_sncode.ReadOnly = true;
  213. this.msi_sncode.Width = 200;
  214. //
  215. // msi_result
  216. //
  217. this.msi_result.DataPropertyName = "msi_result";
  218. this.msi_result.HeaderText = "测试结果";
  219. this.msi_result.MinimumWidth = 150;
  220. this.msi_result.Name = "msi_result";
  221. this.msi_result.ReadOnly = true;
  222. this.msi_result.Width = 150;
  223. //
  224. // label9
  225. //
  226. this.label9.AutoSize = true;
  227. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.label9.Location = new System.Drawing.Point(732, 166);
  229. this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  230. this.label9.Name = "label9";
  231. this.label9.Size = new System.Drawing.Size(210, 41);
  232. this.label9.TabIndex = 220;
  233. this.label9.Text = "待选不良分组";
  234. //
  235. // OK
  236. //
  237. this.OK.AutoSize = true;
  238. this.OK.Checked = true;
  239. this.OK.Location = new System.Drawing.Point(492, 955);
  240. this.OK.Name = "OK";
  241. this.OK.Size = new System.Drawing.Size(89, 28);
  242. this.OK.TabIndex = 227;
  243. this.OK.TabStop = true;
  244. this.OK.Text = "良品";
  245. this.OK.UseVisualStyleBackColor = true;
  246. //
  247. // NG
  248. //
  249. this.NG.AutoSize = true;
  250. this.NG.Location = new System.Drawing.Point(603, 954);
  251. this.NG.Name = "NG";
  252. this.NG.Size = new System.Drawing.Size(113, 28);
  253. this.NG.TabIndex = 228;
  254. this.NG.Text = "不良品";
  255. this.NG.UseVisualStyleBackColor = true;
  256. //
  257. // dataGridViewTextBoxColumn1
  258. //
  259. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  260. this.dataGridViewTextBoxColumn1.DataPropertyName = "psr_type";
  261. this.dataGridViewTextBoxColumn1.HeaderText = "检测项";
  262. this.dataGridViewTextBoxColumn1.MinimumWidth = 150;
  263. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  264. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  265. //
  266. // dataGridViewTextBoxColumn2
  267. //
  268. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  269. this.dataGridViewTextBoxColumn2.DataPropertyName = "psr_systemvalue";
  270. this.dataGridViewTextBoxColumn2.HeaderText = "系统值";
  271. this.dataGridViewTextBoxColumn2.MinimumWidth = 460;
  272. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  273. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  274. //
  275. // dataGridViewTextBoxColumn3
  276. //
  277. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  278. this.dataGridViewTextBoxColumn3.DataPropertyName = "psr_systemvalue";
  279. this.dataGridViewTextBoxColumn3.HeaderText = "本机值";
  280. this.dataGridViewTextBoxColumn3.MinimumWidth = 460;
  281. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  282. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  283. this.dataGridViewTextBoxColumn3.Visible = false;
  284. //
  285. // OperateResult
  286. //
  287. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.OperateResult.Location = new System.Drawing.Point(897, 773);
  289. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  290. this.OperateResult.Name = "OperateResult";
  291. this.OperateResult.Size = new System.Drawing.Size(856, 214);
  292. this.OperateResult.TabIndex = 226;
  293. this.OperateResult.Text = "";
  294. //
  295. // BadGroupCode
  296. //
  297. this.BadGroupCode.FormattingEnabled = true;
  298. this.BadGroupCode.Location = new System.Drawing.Point(940, 172);
  299. this.BadGroupCode.Margin = new System.Windows.Forms.Padding(4);
  300. this.BadGroupCode.Name = "BadGroupCode";
  301. this.BadGroupCode.Size = new System.Drawing.Size(258, 32);
  302. this.BadGroupCode.TabIndex = 225;
  303. this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
  304. //
  305. // ChoosedDGV
  306. //
  307. this.ChoosedDGV.AllowUserToAddRows = false;
  308. this.ChoosedDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  309. this.ChoosedDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  310. this.choose1,
  311. this.or_id,
  312. this.bg_name1,
  313. this.bg_code1,
  314. this.bc_code1,
  315. this.bc_name1});
  316. this.ChoosedDGV.Location = new System.Drawing.Point(1291, 225);
  317. this.ChoosedDGV.Margin = new System.Windows.Forms.Padding(6);
  318. this.ChoosedDGV.Name = "ChoosedDGV";
  319. this.ChoosedDGV.RowHeadersWidth = 20;
  320. this.ChoosedDGV.RowTemplate.Height = 23;
  321. this.ChoosedDGV.Size = new System.Drawing.Size(462, 514);
  322. this.ChoosedDGV.TabIndex = 224;
  323. //
  324. // choose1
  325. //
  326. this.choose1.HeaderText = "勾选";
  327. this.choose1.MinimumWidth = 50;
  328. this.choose1.Name = "choose1";
  329. this.choose1.Width = 50;
  330. //
  331. // or_id
  332. //
  333. this.or_id.DataPropertyName = "or_id";
  334. this.or_id.HeaderText = "or_id";
  335. this.or_id.MinimumWidth = 10;
  336. this.or_id.Name = "or_id";
  337. this.or_id.Visible = false;
  338. this.or_id.Width = 200;
  339. //
  340. // bg_name1
  341. //
  342. this.bg_name1.DataPropertyName = "bg_name";
  343. this.bg_name1.HeaderText = "不良组别名称";
  344. this.bg_name1.MinimumWidth = 10;
  345. this.bg_name1.Name = "bg_name1";
  346. this.bg_name1.Visible = false;
  347. this.bg_name1.Width = 200;
  348. //
  349. // bg_code1
  350. //
  351. this.bg_code1.DataPropertyName = "bg_code";
  352. this.bg_code1.HeaderText = "不良组别编号";
  353. this.bg_code1.MinimumWidth = 10;
  354. this.bg_code1.Name = "bg_code1";
  355. this.bg_code1.Visible = false;
  356. this.bg_code1.Width = 200;
  357. //
  358. // bc_code1
  359. //
  360. this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  361. this.bc_code1.DataPropertyName = "bc_code";
  362. this.bc_code1.HeaderText = "不良代码";
  363. this.bc_code1.MinimumWidth = 10;
  364. this.bc_code1.Name = "bc_code1";
  365. this.bc_code1.ReadOnly = true;
  366. this.bc_code1.Width = 200;
  367. //
  368. // bc_name1
  369. //
  370. this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  371. this.bc_name1.DataPropertyName = "bc_name";
  372. this.bc_name1.HeaderText = "不良名称 ";
  373. this.bc_name1.MinimumWidth = 10;
  374. this.bc_name1.Name = "bc_name1";
  375. this.bc_name1.ReadOnly = true;
  376. //
  377. // WaitChooseDGV
  378. //
  379. this.WaitChooseDGV.AllowUserToAddRows = false;
  380. this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  381. this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  382. this.ChooseAll,
  383. this.bg_name,
  384. this.bg_code,
  385. this.bc_code,
  386. this.bc_name});
  387. this.WaitChooseDGV.Location = new System.Drawing.Point(739, 225);
  388. this.WaitChooseDGV.Margin = new System.Windows.Forms.Padding(6);
  389. this.WaitChooseDGV.Name = "WaitChooseDGV";
  390. this.WaitChooseDGV.RowHeadersWidth = 20;
  391. this.WaitChooseDGV.RowTemplate.Height = 23;
  392. this.WaitChooseDGV.Size = new System.Drawing.Size(415, 512);
  393. this.WaitChooseDGV.TabIndex = 223;
  394. //
  395. // ChooseAll
  396. //
  397. this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  398. this.ChooseAll.DataPropertyName = "ChooseAll";
  399. this.ChooseAll.HeaderText = "勾选";
  400. this.ChooseAll.MinimumWidth = 10;
  401. this.ChooseAll.Name = "ChooseAll";
  402. this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  403. this.ChooseAll.Width = 60;
  404. //
  405. // bg_name
  406. //
  407. this.bg_name.DataPropertyName = "bg_name";
  408. this.bg_name.HeaderText = "不良组别名称";
  409. this.bg_name.MinimumWidth = 10;
  410. this.bg_name.Name = "bg_name";
  411. this.bg_name.Visible = false;
  412. this.bg_name.Width = 200;
  413. //
  414. // bg_code
  415. //
  416. this.bg_code.DataPropertyName = "bg_code";
  417. this.bg_code.HeaderText = "不良组别编号";
  418. this.bg_code.MinimumWidth = 10;
  419. this.bg_code.Name = "bg_code";
  420. this.bg_code.Visible = false;
  421. this.bg_code.Width = 200;
  422. //
  423. // bc_code
  424. //
  425. this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  426. this.bc_code.DataPropertyName = "bc_code";
  427. this.bc_code.HeaderText = "不良代码";
  428. this.bc_code.MinimumWidth = 10;
  429. this.bc_code.Name = "bc_code";
  430. this.bc_code.ReadOnly = true;
  431. this.bc_code.Width = 130;
  432. //
  433. // bc_name
  434. //
  435. this.bc_name.DataPropertyName = "bc_name";
  436. this.bc_name.HeaderText = "不良名称";
  437. this.bc_name.MinimumWidth = 10;
  438. this.bc_name.Name = "bc_name";
  439. this.bc_name.ReadOnly = true;
  440. this.bc_name.Width = 200;
  441. //
  442. // ChooseedReject
  443. //
  444. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  445. this.ChooseedReject.Location = new System.Drawing.Point(1169, 407);
  446. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(6);
  447. this.ChooseedReject.Name = "ChooseedReject";
  448. this.ChooseedReject.Size = new System.Drawing.Size(100, 46);
  449. this.ChooseedReject.TabIndex = 222;
  450. this.ChooseedReject.UseVisualStyleBackColor = true;
  451. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  452. //
  453. // WaitReject
  454. //
  455. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  456. this.WaitReject.Location = new System.Drawing.Point(1169, 525);
  457. this.WaitReject.Margin = new System.Windows.Forms.Padding(6);
  458. this.WaitReject.Name = "WaitReject";
  459. this.WaitReject.Size = new System.Drawing.Size(100, 46);
  460. this.WaitReject.TabIndex = 221;
  461. this.WaitReject.UseVisualStyleBackColor = true;
  462. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  463. //
  464. // StepCount
  465. //
  466. this.StepCount.LineCode = null;
  467. this.StepCount.Location = new System.Drawing.Point(1109, 100);
  468. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  469. this.StepCount.Name = "StepCount";
  470. this.StepCount.Size = new System.Drawing.Size(176, 44);
  471. this.StepCount.Source = null;
  472. this.StepCount.StepCode = null;
  473. this.StepCount.TabIndex = 32;
  474. this.StepCount.Load += new System.EventHandler(this.StepCount_Load_1);
  475. //
  476. // sncode
  477. //
  478. this.sncode.AllPower = null;
  479. this.sncode.BackColor = System.Drawing.Color.White;
  480. this.sncode.ID = null;
  481. this.sncode.Location = new System.Drawing.Point(123, 949);
  482. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  483. this.sncode.Name = "sncode";
  484. this.sncode.Power = null;
  485. this.sncode.Size = new System.Drawing.Size(334, 35);
  486. this.sncode.Str = null;
  487. this.sncode.Str1 = null;
  488. this.sncode.Str2 = null;
  489. this.sncode.TabIndex = 29;
  490. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  491. //
  492. // dataGridViewTextBoxColumn4
  493. //
  494. this.dataGridViewTextBoxColumn4.DataPropertyName = "std_badcode";
  495. this.dataGridViewTextBoxColumn4.HeaderText = "故障代码";
  496. this.dataGridViewTextBoxColumn4.MinimumWidth = 200;
  497. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  498. this.dataGridViewTextBoxColumn4.Visible = false;
  499. this.dataGridViewTextBoxColumn4.Width = 200;
  500. //
  501. // dataGridViewTextBoxColumn5
  502. //
  503. this.dataGridViewTextBoxColumn5.DataPropertyName = "std_bt";
  504. this.dataGridViewTextBoxColumn5.HeaderText = "BT";
  505. this.dataGridViewTextBoxColumn5.MinimumWidth = 100;
  506. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  507. this.dataGridViewTextBoxColumn5.Visible = false;
  508. this.dataGridViewTextBoxColumn5.Width = 200;
  509. //
  510. // dataGridViewTextBoxColumn6
  511. //
  512. this.dataGridViewTextBoxColumn6.DataPropertyName = "std_imei1";
  513. this.dataGridViewTextBoxColumn6.HeaderText = "IMEI1";
  514. this.dataGridViewTextBoxColumn6.MinimumWidth = 100;
  515. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  516. this.dataGridViewTextBoxColumn6.Visible = false;
  517. this.dataGridViewTextBoxColumn6.Width = 200;
  518. //
  519. // dataGridViewTextBoxColumn7
  520. //
  521. this.dataGridViewTextBoxColumn7.DataPropertyName = "std_imei2";
  522. this.dataGridViewTextBoxColumn7.HeaderText = "IMEI2";
  523. this.dataGridViewTextBoxColumn7.MinimumWidth = 100;
  524. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  525. this.dataGridViewTextBoxColumn7.Visible = false;
  526. this.dataGridViewTextBoxColumn7.Width = 200;
  527. //
  528. // dataGridViewTextBoxColumn8
  529. //
  530. this.dataGridViewTextBoxColumn8.DataPropertyName = "std_googlekey";
  531. this.dataGridViewTextBoxColumn8.HeaderText = "GoogleKey";
  532. this.dataGridViewTextBoxColumn8.MinimumWidth = 10;
  533. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  534. this.dataGridViewTextBoxColumn8.Visible = false;
  535. this.dataGridViewTextBoxColumn8.Width = 200;
  536. //
  537. // dataGridViewTextBoxColumn9
  538. //
  539. this.dataGridViewTextBoxColumn9.DataPropertyName = "std_videotest";
  540. this.dataGridViewTextBoxColumn9.HeaderText = "老化测试";
  541. this.dataGridViewTextBoxColumn9.MinimumWidth = 10;
  542. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  543. this.dataGridViewTextBoxColumn9.Visible = false;
  544. this.dataGridViewTextBoxColumn9.Width = 200;
  545. //
  546. // dataGridViewTextBoxColumn10
  547. //
  548. this.dataGridViewTextBoxColumn10.DataPropertyName = "std_version";
  549. this.dataGridViewTextBoxColumn10.HeaderText = "软件版本";
  550. this.dataGridViewTextBoxColumn10.MinimumWidth = 10;
  551. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  552. this.dataGridViewTextBoxColumn10.Visible = false;
  553. this.dataGridViewTextBoxColumn10.Width = 200;
  554. //
  555. // bccode
  556. //
  557. this.bccode.AllPower = null;
  558. this.bccode.BackColor = System.Drawing.Color.White;
  559. this.bccode.ID = null;
  560. this.bccode.Location = new System.Drawing.Point(1463, 172);
  561. this.bccode.Margin = new System.Windows.Forms.Padding(6);
  562. this.bccode.Name = "bccode";
  563. this.bccode.Power = null;
  564. this.bccode.Size = new System.Drawing.Size(290, 35);
  565. this.bccode.Str = null;
  566. this.bccode.Str1 = null;
  567. this.bccode.Str2 = null;
  568. this.bccode.TabIndex = 230;
  569. this.bccode.Tag = "bc_code";
  570. this.bccode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bccode_KeyDown);
  571. //
  572. // bc_code_label
  573. //
  574. this.bc_code_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  575. | System.Windows.Forms.AnchorStyles.Right)));
  576. this.bc_code_label.AutoSize = true;
  577. this.bc_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  578. this.bc_code_label.Location = new System.Drawing.Point(1284, 166);
  579. this.bc_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  580. this.bc_code_label.Name = "bc_code_label";
  581. this.bc_code_label.Size = new System.Drawing.Size(146, 41);
  582. this.bc_code_label.TabIndex = 229;
  583. this.bc_code_label.Text = "不良代码";
  584. //
  585. // Confirm
  586. //
  587. this.Confirm.AllPower = "ifall";
  588. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  589. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  590. this.Confirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  592. this.Confirm.IsShowBorder = true;
  593. this.Confirm.Location = new System.Drawing.Point(731, 939);
  594. this.Confirm.Margin = new System.Windows.Forms.Padding(6);
  595. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  596. this.Confirm.Name = "Confirm";
  597. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  598. this.Confirm.Power = "IFREAD";
  599. this.Confirm.Size = new System.Drawing.Size(120, 48);
  600. this.Confirm.TabIndex = 231;
  601. this.Confirm.Tag = "ifread";
  602. this.Confirm.Text = "确认";
  603. this.Confirm.UseVisualStyleBackColor = true;
  604. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  605. //
  606. // Make_GetTestFileData
  607. //
  608. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  609. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  610. this.ClientSize = new System.Drawing.Size(1772, 1002);
  611. this.Controls.Add(this.Confirm);
  612. this.Controls.Add(this.bccode);
  613. this.Controls.Add(this.bc_code_label);
  614. this.Controls.Add(this.NG);
  615. this.Controls.Add(this.OK);
  616. this.Controls.Add(this.OperateResult);
  617. this.Controls.Add(this.BadGroupCode);
  618. this.Controls.Add(this.ChoosedDGV);
  619. this.Controls.Add(this.WaitChooseDGV);
  620. this.Controls.Add(this.ChooseedReject);
  621. this.Controls.Add(this.WaitReject);
  622. this.Controls.Add(this.label9);
  623. this.Controls.Add(this.CheckItemDGV);
  624. this.Controls.Add(this.StepCount);
  625. this.Controls.Add(this.pr_detail);
  626. this.Controls.Add(this.sncode);
  627. this.Controls.Add(this.label10);
  628. this.Controls.Add(this.mcd_okqty);
  629. this.Controls.Add(this.ma_prodcode);
  630. this.Controls.Add(this.ma_code);
  631. this.Controls.Add(this.label5);
  632. this.Controls.Add(this.label3);
  633. this.Controls.Add(this.label2);
  634. this.Controls.Add(this.label1);
  635. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  636. this.Margin = new System.Windows.Forms.Padding(4);
  637. this.Name = "Make_GetTestFileData";
  638. this.Tag = "Make!ReadWriteInfo";
  639. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  640. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  641. ((System.ComponentModel.ISupportInitialize)(this.CheckItemDGV)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.BadInfoSource)).EndInit();
  643. ((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).EndInit();
  644. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).EndInit();
  645. this.ResumeLayout(true);
  646. this.PerformLayout();
  647. }
  648. #endregion
  649. private System.Windows.Forms.Label pr_detail;
  650. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  651. private System.Windows.Forms.Label label10;
  652. private System.Windows.Forms.Label mcd_okqty;
  653. private System.Windows.Forms.Label ma_prodcode;
  654. private System.Windows.Forms.Label ma_code;
  655. private System.Windows.Forms.Label label5;
  656. private System.Windows.Forms.Label label3;
  657. private System.Windows.Forms.Label label2;
  658. private System.Windows.Forms.Label label1;
  659. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  660. private System.Windows.Forms.DataGridView CheckItemDGV;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  671. private CustomControl.ComBoxWithFocus.ComBoxWithFocus BadGroupCode;
  672. private CustomControl.DataGrid_View.DataGridViewExpand ChoosedDGV;
  673. private System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn bg_name1;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code1;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
  679. private CustomControl.DataGrid_View.DataGridViewWithCheckBox WaitChooseDGV;
  680. private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  685. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  686. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  687. private System.Windows.Forms.Label label9;
  688. private System.Windows.Forms.BindingSource BadInfoSource;
  689. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  690. private System.Windows.Forms.RadioButton OK;
  691. private System.Windows.Forms.RadioButton NG;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn msi_makecode;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn msi_sncode;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn msi_result;
  695. private CustomControl.TextBoxWithIcon.EnterTextBox bccode;
  696. private System.Windows.Forms.Label bc_code_label;
  697. private CustomControl.ButtonUtil.NormalButton Confirm;
  698. }
  699. }