Make_SmtTestCollection.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_SmtTestCollection
  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_SmtTestCollection));
  30. this.bc_remark_label = new System.Windows.Forms.Label();
  31. this.ms_sncode_label = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.GoodProduct = new System.Windows.Forms.RadioButton();
  34. this.Reject = new System.Windows.Forms.RadioButton();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.AutoBadCode = new System.Windows.Forms.CheckBox();
  39. this.ma_qty_label = new System.Windows.Forms.Label();
  40. this.ma_prodcode_label = new System.Windows.Forms.Label();
  41. this.ms_makecode_label = new System.Windows.Forms.Label();
  42. this.mcd_inqty_label = new System.Windows.Forms.Label();
  43. this.mc_restqty_label = new System.Windows.Forms.Label();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.ob_checkno = new System.Windows.Forms.Label();
  47. this.ob_batchqty_label = new System.Windows.Forms.Label();
  48. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  49. this.pr_detail_label = new System.Windows.Forms.Label();
  50. this.ma_softversion_label = new System.Windows.Forms.Label();
  51. this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
  52. this.NoteForChange = new System.Windows.Forms.CheckBox();
  53. this.ControlLockTimer = new System.Windows.Forms.Timer(this.components);
  54. this.Lock_label = new System.Windows.Forms.Label();
  55. this.ma_salecode = new System.Windows.Forms.Label();
  56. this.pr_sendchecktype = new System.Windows.Forms.Label();
  57. this.MakeBadView = new System.Windows.Forms.DataGridView();
  58. this.mbp_part_label = new System.Windows.Forms.Label();
  59. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  60. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewComboBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
  67. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.bd_soncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  70. this.WaitChooseDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  71. this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  72. this.bg_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  77. this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  78. this.ma_softversion = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  80. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  81. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  82. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  83. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  84. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  85. this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  86. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  87. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  88. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  89. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  90. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  91. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  92. this.CleanInfo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  93. this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
  94. this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
  95. this.bc_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  96. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  97. this.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  98. this.mb_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.mbr_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.mb_badname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.mb_bgname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.mbc_component = new System.Windows.Forms.DataGridViewComboBoxColumn();
  105. this.mbp_part = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.mbl_loc = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.panel1.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.MakeBadView)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
  111. this.SuspendLayout();
  112. //
  113. // bc_remark_label
  114. //
  115. this.bc_remark_label.AutoSize = true;
  116. this.bc_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.bc_remark_label.Location = new System.Drawing.Point(305, 184);
  118. this.bc_remark_label.Name = "bc_remark_label";
  119. this.bc_remark_label.Size = new System.Drawing.Size(74, 21);
  120. this.bc_remark_label.TabIndex = 25;
  121. this.bc_remark_label.Text = "不良备注";
  122. //
  123. // ms_sncode_label
  124. //
  125. this.ms_sncode_label.AutoSize = true;
  126. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.ms_sncode_label.Location = new System.Drawing.Point(214, 498);
  128. this.ms_sncode_label.Name = "ms_sncode_label";
  129. this.ms_sncode_label.Size = new System.Drawing.Size(58, 21);
  130. this.ms_sncode_label.TabIndex = 18;
  131. this.ms_sncode_label.Text = "序列号";
  132. //
  133. // label2
  134. //
  135. this.label2.AutoSize = true;
  136. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.label2.ForeColor = System.Drawing.Color.Blue;
  138. this.label2.Location = new System.Drawing.Point(3, 151);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(74, 22);
  141. this.label2.TabIndex = 0;
  142. this.label2.Text = "采集信息";
  143. //
  144. // GoodProduct
  145. //
  146. this.GoodProduct.AutoSize = true;
  147. this.GoodProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.GoodProduct.ForeColor = System.Drawing.Color.Blue;
  149. this.GoodProduct.Location = new System.Drawing.Point(6, 495);
  150. this.GoodProduct.Name = "GoodProduct";
  151. this.GoodProduct.Size = new System.Drawing.Size(68, 29);
  152. this.GoodProduct.TabIndex = 35;
  153. this.GoodProduct.TabStop = true;
  154. this.GoodProduct.Text = "良品";
  155. this.GoodProduct.UseVisualStyleBackColor = true;
  156. this.GoodProduct.CheckedChanged += new System.EventHandler(this.GoodProduct_CheckedChanged);
  157. //
  158. // Reject
  159. //
  160. this.Reject.AutoSize = true;
  161. this.Reject.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.Reject.ForeColor = System.Drawing.Color.Red;
  163. this.Reject.Location = new System.Drawing.Point(88, 495);
  164. this.Reject.Name = "Reject";
  165. this.Reject.Size = new System.Drawing.Size(87, 29);
  166. this.Reject.TabIndex = 36;
  167. this.Reject.TabStop = true;
  168. this.Reject.Text = "不良品";
  169. this.Reject.UseVisualStyleBackColor = true;
  170. this.Reject.CheckedChanged += new System.EventHandler(this.Reject_CheckedChanged);
  171. //
  172. // label4
  173. //
  174. this.label4.AutoSize = true;
  175. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.label4.ForeColor = System.Drawing.Color.Black;
  177. this.label4.Location = new System.Drawing.Point(8, 181);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(74, 22);
  180. this.label4.TabIndex = 39;
  181. this.label4.Text = "待选不良";
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.label5.ForeColor = System.Drawing.Color.Black;
  188. this.label5.Location = new System.Drawing.Point(296, 240);
  189. this.label5.Name = "label5";
  190. this.label5.Size = new System.Drawing.Size(74, 22);
  191. this.label5.TabIndex = 40;
  192. this.label5.Text = "已选不良";
  193. //
  194. // label6
  195. //
  196. this.label6.AutoSize = true;
  197. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.label6.Location = new System.Drawing.Point(641, 151);
  199. this.label6.Name = "label6";
  200. this.label6.Size = new System.Drawing.Size(74, 22);
  201. this.label6.TabIndex = 46;
  202. this.label6.Text = "操作结果";
  203. //
  204. // AutoBadCode
  205. //
  206. this.AutoBadCode.AutoSize = true;
  207. this.AutoBadCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.AutoBadCode.Location = new System.Drawing.Point(720, 151);
  209. this.AutoBadCode.Margin = new System.Windows.Forms.Padding(2);
  210. this.AutoBadCode.Name = "AutoBadCode";
  211. this.AutoBadCode.Size = new System.Drawing.Size(123, 21);
  212. this.AutoBadCode.TabIndex = 69;
  213. this.AutoBadCode.Text = "自动产生不良代码";
  214. this.AutoBadCode.UseVisualStyleBackColor = true;
  215. this.AutoBadCode.Visible = false;
  216. //
  217. // ma_qty_label
  218. //
  219. this.ma_qty_label.AutoSize = true;
  220. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.ma_qty_label.Location = new System.Drawing.Point(287, 14);
  222. this.ma_qty_label.Name = "ma_qty_label";
  223. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  224. this.ma_qty_label.TabIndex = 11;
  225. this.ma_qty_label.Text = "工单数量";
  226. //
  227. // ma_prodcode_label
  228. //
  229. this.ma_prodcode_label.AutoSize = true;
  230. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.ma_prodcode_label.Location = new System.Drawing.Point(3, 64);
  232. this.ma_prodcode_label.Name = "ma_prodcode_label";
  233. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  234. this.ma_prodcode_label.TabIndex = 7;
  235. this.ma_prodcode_label.Text = "产品编号";
  236. //
  237. // ms_makecode_label
  238. //
  239. this.ms_makecode_label.AutoSize = true;
  240. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.ms_makecode_label.Location = new System.Drawing.Point(3, 13);
  242. this.ms_makecode_label.Name = "ms_makecode_label";
  243. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  244. this.ms_makecode_label.TabIndex = 2;
  245. this.ms_makecode_label.Text = "归属工单";
  246. //
  247. // mcd_inqty_label
  248. //
  249. this.mcd_inqty_label.AutoSize = true;
  250. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.mcd_inqty_label.Location = new System.Drawing.Point(157, 12);
  252. this.mcd_inqty_label.Name = "mcd_inqty_label";
  253. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  254. this.mcd_inqty_label.TabIndex = 14;
  255. this.mcd_inqty_label.Text = "已采集数";
  256. //
  257. // mc_restqty_label
  258. //
  259. this.mc_restqty_label.AutoSize = true;
  260. this.mc_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.mc_restqty_label.Location = new System.Drawing.Point(16, 12);
  262. this.mc_restqty_label.Name = "mc_restqty_label";
  263. this.mc_restqty_label.Size = new System.Drawing.Size(74, 21);
  264. this.mc_restqty_label.TabIndex = 17;
  265. this.mc_restqty_label.Text = "待采集数";
  266. //
  267. // panel1
  268. //
  269. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.panel1.Controls.Add(this.ob_sendqty);
  271. this.panel1.Controls.Add(this.label7);
  272. this.panel1.Controls.Add(this.ob_checkno);
  273. this.panel1.Controls.Add(this.SendCheck);
  274. this.panel1.Controls.Add(this.ob_batchqty);
  275. this.panel1.Controls.Add(this.ob_batchqty_label);
  276. this.panel1.Controls.Add(this.ob_nowcheckqty);
  277. this.panel1.Controls.Add(this.ob_nowcheckqty_label);
  278. this.panel1.Controls.Add(this.mcd_remainqty);
  279. this.panel1.Controls.Add(this.mc_restqty_label);
  280. this.panel1.Controls.Add(this.mcd_inqty);
  281. this.panel1.Controls.Add(this.mcd_inqty_label);
  282. this.panel1.Location = new System.Drawing.Point(537, 14);
  283. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  284. this.panel1.Name = "panel1";
  285. this.panel1.Size = new System.Drawing.Size(315, 127);
  286. this.panel1.TabIndex = 71;
  287. //
  288. // label7
  289. //
  290. this.label7.AutoSize = true;
  291. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.label7.ForeColor = System.Drawing.Color.Black;
  293. this.label7.Location = new System.Drawing.Point(16, 91);
  294. this.label7.Name = "label7";
  295. this.label7.Size = new System.Drawing.Size(74, 21);
  296. this.label7.TabIndex = 77;
  297. this.label7.Text = "已送检数";
  298. //
  299. // ob_checkno
  300. //
  301. this.ob_checkno.AutoSize = true;
  302. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  304. this.ob_checkno.Location = new System.Drawing.Point(285, 90);
  305. this.ob_checkno.Name = "ob_checkno";
  306. this.ob_checkno.Size = new System.Drawing.Size(0, 21);
  307. this.ob_checkno.TabIndex = 76;
  308. this.ob_checkno.Tag = "ob_checkno";
  309. this.ob_checkno.Visible = false;
  310. this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
  311. //
  312. // ob_batchqty_label
  313. //
  314. this.ob_batchqty_label.AutoSize = true;
  315. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  317. this.ob_batchqty_label.Location = new System.Drawing.Point(16, 51);
  318. this.ob_batchqty_label.Name = "ob_batchqty_label";
  319. this.ob_batchqty_label.Size = new System.Drawing.Size(74, 21);
  320. this.ob_batchqty_label.TabIndex = 74;
  321. this.ob_batchqty_label.Text = "抽检批数";
  322. //
  323. // ob_nowcheckqty_label
  324. //
  325. this.ob_nowcheckqty_label.AutoSize = true;
  326. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  328. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(157, 51);
  329. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  330. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(74, 21);
  331. this.ob_nowcheckqty_label.TabIndex = 72;
  332. this.ob_nowcheckqty_label.Text = "当前批数";
  333. //
  334. // pr_detail_label
  335. //
  336. this.pr_detail_label.AutoSize = true;
  337. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.pr_detail_label.Location = new System.Drawing.Point(287, 64);
  339. this.pr_detail_label.Name = "pr_detail_label";
  340. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  341. this.pr_detail_label.TabIndex = 6;
  342. this.pr_detail_label.Text = "产品名称";
  343. //
  344. // ma_softversion_label
  345. //
  346. this.ma_softversion_label.AutoSize = true;
  347. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.ma_softversion_label.Location = new System.Drawing.Point(3, 112);
  349. this.ma_softversion_label.Name = "ma_softversion_label";
  350. this.ma_softversion_label.Size = new System.Drawing.Size(74, 21);
  351. this.ma_softversion_label.TabIndex = 72;
  352. this.ma_softversion_label.Text = "软件版本";
  353. //
  354. // NoteForChange
  355. //
  356. this.NoteForChange.AutoSize = true;
  357. this.NoteForChange.Checked = true;
  358. this.NoteForChange.CheckState = System.Windows.Forms.CheckState.Checked;
  359. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.NoteForChange.Location = new System.Drawing.Point(290, 112);
  361. this.NoteForChange.Margin = new System.Windows.Forms.Padding(2);
  362. this.NoteForChange.Name = "NoteForChange";
  363. this.NoteForChange.Size = new System.Drawing.Size(99, 21);
  364. this.NoteForChange.TabIndex = 75;
  365. this.NoteForChange.Text = "切换工单提示";
  366. this.NoteForChange.UseVisualStyleBackColor = true;
  367. //
  368. // Lock_label
  369. //
  370. this.Lock_label.AutoSize = true;
  371. this.Lock_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.Lock_label.ForeColor = System.Drawing.Color.Red;
  373. this.Lock_label.Location = new System.Drawing.Point(569, 500);
  374. this.Lock_label.Name = "Lock_label";
  375. this.Lock_label.Size = new System.Drawing.Size(126, 21);
  376. this.Lock_label.TabIndex = 77;
  377. this.Lock_label.Text = "Ctrl+Q解除锁定";
  378. this.Lock_label.Visible = false;
  379. //
  380. // ma_salecode
  381. //
  382. this.ma_salecode.AutoSize = true;
  383. this.ma_salecode.Location = new System.Drawing.Point(477, 151);
  384. this.ma_salecode.Name = "ma_salecode";
  385. this.ma_salecode.Size = new System.Drawing.Size(0, 12);
  386. this.ma_salecode.TabIndex = 78;
  387. this.ma_salecode.Visible = false;
  388. //
  389. // pr_sendchecktype
  390. //
  391. this.pr_sendchecktype.AutoSize = true;
  392. this.pr_sendchecktype.Location = new System.Drawing.Point(477, 155);
  393. this.pr_sendchecktype.Name = "pr_sendchecktype";
  394. this.pr_sendchecktype.Size = new System.Drawing.Size(0, 12);
  395. this.pr_sendchecktype.TabIndex = 79;
  396. this.pr_sendchecktype.Visible = false;
  397. //
  398. // MakeBadView
  399. //
  400. this.MakeBadView.AllowUserToAddRows = false;
  401. this.MakeBadView.AllowUserToResizeRows = false;
  402. this.MakeBadView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  403. this.MakeBadView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  404. this.choose1,
  405. this.mb_id,
  406. this.mbr_id,
  407. this.mb_badcode,
  408. this.mb_badname,
  409. this.mb_bgname,
  410. this.mb_bgcode,
  411. this.mbc_component,
  412. this.mbp_part,
  413. this.mbl_loc});
  414. this.MakeBadView.Location = new System.Drawing.Point(300, 265);
  415. this.MakeBadView.Name = "MakeBadView";
  416. this.MakeBadView.RowHeadersVisible = false;
  417. this.MakeBadView.RowTemplate.Height = 23;
  418. this.MakeBadView.Size = new System.Drawing.Size(412, 223);
  419. this.MakeBadView.TabIndex = 195;
  420. //
  421. // mbp_part_label
  422. //
  423. this.mbp_part_label.AutoSize = true;
  424. this.mbp_part_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.mbp_part_label.ForeColor = System.Drawing.Color.Black;
  426. this.mbp_part_label.Location = new System.Drawing.Point(403, 238);
  427. this.mbp_part_label.Name = "mbp_part_label";
  428. this.mbp_part_label.Size = new System.Drawing.Size(74, 21);
  429. this.mbp_part_label.TabIndex = 206;
  430. this.mbp_part_label.Text = "不良零件";
  431. //
  432. // dataGridViewCheckBoxColumn1
  433. //
  434. this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  435. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  436. this.dataGridViewCheckBoxColumn1.MinimumWidth = 80;
  437. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  438. this.dataGridViewCheckBoxColumn1.Width = 80;
  439. //
  440. // dataGridViewTextBoxColumn1
  441. //
  442. this.dataGridViewTextBoxColumn1.DataPropertyName = "mb_id";
  443. this.dataGridViewTextBoxColumn1.HeaderText = "mb_id";
  444. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  445. this.dataGridViewTextBoxColumn1.Visible = false;
  446. //
  447. // dataGridViewTextBoxColumn2
  448. //
  449. this.dataGridViewTextBoxColumn2.DataPropertyName = "mbr_id";
  450. this.dataGridViewTextBoxColumn2.HeaderText = "mbr_id";
  451. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  452. this.dataGridViewTextBoxColumn2.Visible = false;
  453. //
  454. // dataGridViewTextBoxColumn3
  455. //
  456. this.dataGridViewTextBoxColumn3.DataPropertyName = "mb_badcode";
  457. this.dataGridViewTextBoxColumn3.HeaderText = "不良代码";
  458. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  459. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  460. //
  461. // dataGridViewTextBoxColumn4
  462. //
  463. this.dataGridViewTextBoxColumn4.DataPropertyName = "mb_badname";
  464. this.dataGridViewTextBoxColumn4.HeaderText = "不良名称";
  465. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  466. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  467. //
  468. // dataGridViewTextBoxColumn5
  469. //
  470. this.dataGridViewTextBoxColumn5.DataPropertyName = "mbp_part";
  471. this.dataGridViewTextBoxColumn5.HeaderText = "不良零件";
  472. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  473. this.dataGridViewTextBoxColumn5.Visible = false;
  474. //
  475. // dataGridViewTextBoxColumn6
  476. //
  477. this.dataGridViewTextBoxColumn6.DataPropertyName = "mbl_loc";
  478. this.dataGridViewTextBoxColumn6.HeaderText = "不良位置";
  479. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  480. this.dataGridViewTextBoxColumn6.Visible = false;
  481. //
  482. // dataGridViewComboBoxColumn1
  483. //
  484. this.dataGridViewComboBoxColumn1.DataPropertyName = "mbc_component";
  485. this.dataGridViewComboBoxColumn1.HeaderText = "不良组件";
  486. this.dataGridViewComboBoxColumn1.Items.AddRange(new object[] {
  487. "",
  488. "主板",
  489. "液晶屏",
  490. "电路板",
  491. "其他"});
  492. this.dataGridViewComboBoxColumn1.Name = "dataGridViewComboBoxColumn1";
  493. //
  494. // dataGridViewTextBoxColumn7
  495. //
  496. this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  497. this.dataGridViewTextBoxColumn7.DataPropertyName = "mbp_part";
  498. this.dataGridViewTextBoxColumn7.HeaderText = "不良零件";
  499. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  500. //
  501. // dataGridViewTextBoxColumn8
  502. //
  503. this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  504. this.dataGridViewTextBoxColumn8.DataPropertyName = "mbl_loc";
  505. this.dataGridViewTextBoxColumn8.HeaderText = "不良位置";
  506. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  507. //
  508. // bd_soncode
  509. //
  510. this.bd_soncode.AllPower = null;
  511. this.bd_soncode.Caller = null;
  512. this.bd_soncode.Condition = null;
  513. this.bd_soncode.DBTitle = null;
  514. this.bd_soncode.FormName = null;
  515. this.bd_soncode.Location = new System.Drawing.Point(477, 239);
  516. this.bd_soncode.Margin = new System.Windows.Forms.Padding(2);
  517. this.bd_soncode.Name = "bd_soncode";
  518. this.bd_soncode.Power = null;
  519. this.bd_soncode.ReturnData = null;
  520. this.bd_soncode.SelectField = null;
  521. this.bd_soncode.SetValueField = null;
  522. this.bd_soncode.Size = new System.Drawing.Size(137, 21);
  523. this.bd_soncode.TabIndex = 207;
  524. this.bd_soncode.TableName = null;
  525. this.bd_soncode.Tag = "bd_soncode";
  526. this.bd_soncode.TextBoxEnable = true;
  527. //
  528. // WaitChooseDGV
  529. //
  530. this.WaitChooseDGV.AllowUserToAddRows = false;
  531. this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  532. this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  533. this.ChooseAll,
  534. this.bg_name,
  535. this.bg_code,
  536. this.bc_code,
  537. this.bc_name});
  538. this.WaitChooseDGV.Location = new System.Drawing.Point(6, 265);
  539. this.WaitChooseDGV.Name = "WaitChooseDGV";
  540. this.WaitChooseDGV.RowHeadersWidth = 20;
  541. this.WaitChooseDGV.RowTemplate.Height = 23;
  542. this.WaitChooseDGV.Size = new System.Drawing.Size(232, 223);
  543. this.WaitChooseDGV.TabIndex = 205;
  544. //
  545. // ChooseAll
  546. //
  547. this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  548. this.ChooseAll.DataPropertyName = "ChooseAll";
  549. this.ChooseAll.HeaderText = "勾选";
  550. this.ChooseAll.Name = "ChooseAll";
  551. this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  552. this.ChooseAll.Width = 60;
  553. //
  554. // bg_name
  555. //
  556. this.bg_name.DataPropertyName = "bg_name";
  557. this.bg_name.HeaderText = "不良组别名称";
  558. this.bg_name.Name = "bg_name";
  559. this.bg_name.Visible = false;
  560. //
  561. // bg_code
  562. //
  563. this.bg_code.DataPropertyName = "bg_code";
  564. this.bg_code.HeaderText = "不良组别编号";
  565. this.bg_code.Name = "bg_code";
  566. this.bg_code.Visible = false;
  567. //
  568. // bc_code
  569. //
  570. this.bc_code.DataPropertyName = "bc_code";
  571. this.bc_code.HeaderText = "不良代码";
  572. this.bc_code.Name = "bc_code";
  573. this.bc_code.ReadOnly = true;
  574. this.bc_code.Width = 130;
  575. //
  576. // bc_name
  577. //
  578. this.bc_name.DataPropertyName = "bc_name";
  579. this.bc_name.HeaderText = "不良名称";
  580. this.bc_name.Name = "bc_name";
  581. this.bc_name.ReadOnly = true;
  582. //
  583. // StepCount
  584. //
  585. this.StepCount.LineCode = null;
  586. this.StepCount.Location = new System.Drawing.Point(291, 146);
  587. this.StepCount.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
  588. this.StepCount.Name = "StepCount";
  589. this.StepCount.Size = new System.Drawing.Size(64, 22);
  590. this.StepCount.Source = null;
  591. this.StepCount.StepCode = null;
  592. this.StepCount.TabIndex = 194;
  593. //
  594. // Filter
  595. //
  596. this.Filter.BackColor = System.Drawing.Color.Transparent;
  597. this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
  598. this.Filter.Location = new System.Drawing.Point(98, 181);
  599. this.Filter.Margin = new System.Windows.Forms.Padding(2);
  600. this.Filter.Name = "Filter";
  601. this.Filter.PlaceHolder = "不良名称搜索";
  602. this.Filter.Size = new System.Drawing.Size(167, 22);
  603. this.Filter.TabIndex = 76;
  604. this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
  605. //
  606. // ma_softversion
  607. //
  608. this.ma_softversion.AutoSize = true;
  609. this.ma_softversion.CutLength = null;
  610. this.ma_softversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.ma_softversion.Location = new System.Drawing.Point(94, 112);
  612. this.ma_softversion.MaximumSize = new System.Drawing.Size(150, 0);
  613. this.ma_softversion.Name = "ma_softversion";
  614. this.ma_softversion.Size = new System.Drawing.Size(0, 21);
  615. this.ma_softversion.TabIndex = 73;
  616. //
  617. // ob_sendqty
  618. //
  619. this.ob_sendqty.AutoSize = true;
  620. this.ob_sendqty.CutLength = null;
  621. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  623. this.ob_sendqty.Location = new System.Drawing.Point(109, 91);
  624. this.ob_sendqty.MaximumSize = new System.Drawing.Size(150, 0);
  625. this.ob_sendqty.Name = "ob_sendqty";
  626. this.ob_sendqty.Size = new System.Drawing.Size(0, 21);
  627. this.ob_sendqty.TabIndex = 78;
  628. this.ob_sendqty.Tag = "ob_batchqty";
  629. //
  630. // SendCheck
  631. //
  632. this.SendCheck.AllPower = null;
  633. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  634. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  635. this.SendCheck.Enabled = false;
  636. this.SendCheck.Image = null;
  637. this.SendCheck.IsShowBorder = true;
  638. this.SendCheck.Location = new System.Drawing.Point(229, 90);
  639. this.SendCheck.Margin = new System.Windows.Forms.Padding(2);
  640. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  641. this.SendCheck.Name = "SendCheck";
  642. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  643. this.SendCheck.Power = null;
  644. this.SendCheck.Size = new System.Drawing.Size(65, 26);
  645. this.SendCheck.TabIndex = 72;
  646. this.SendCheck.Text = "送检";
  647. this.SendCheck.UseVisualStyleBackColor = false;
  648. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  649. //
  650. // ob_batchqty
  651. //
  652. this.ob_batchqty.AutoSize = true;
  653. this.ob_batchqty.CutLength = null;
  654. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  655. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  656. this.ob_batchqty.Location = new System.Drawing.Point(109, 51);
  657. this.ob_batchqty.MaximumSize = new System.Drawing.Size(150, 0);
  658. this.ob_batchqty.Name = "ob_batchqty";
  659. this.ob_batchqty.Size = new System.Drawing.Size(0, 21);
  660. this.ob_batchqty.TabIndex = 75;
  661. this.ob_batchqty.Tag = "ob_batchqty";
  662. //
  663. // ob_nowcheckqty
  664. //
  665. this.ob_nowcheckqty.AutoSize = true;
  666. this.ob_nowcheckqty.CutLength = null;
  667. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  668. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  669. this.ob_nowcheckqty.Location = new System.Drawing.Point(248, 51);
  670. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(150, 0);
  671. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  672. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 21);
  673. this.ob_nowcheckqty.TabIndex = 73;
  674. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  675. //
  676. // mcd_remainqty
  677. //
  678. this.mcd_remainqty.AutoSize = true;
  679. this.mcd_remainqty.CutLength = null;
  680. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  681. this.mcd_remainqty.Location = new System.Drawing.Point(109, 12);
  682. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(150, 0);
  683. this.mcd_remainqty.Name = "mcd_remainqty";
  684. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  685. this.mcd_remainqty.TabIndex = 57;
  686. this.mcd_remainqty.Tag = "mcd_remainqty";
  687. //
  688. // mcd_inqty
  689. //
  690. this.mcd_inqty.AutoSize = true;
  691. this.mcd_inqty.CutLength = null;
  692. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  693. this.mcd_inqty.Location = new System.Drawing.Point(248, 12);
  694. this.mcd_inqty.MaximumSize = new System.Drawing.Size(150, 0);
  695. this.mcd_inqty.Name = "mcd_inqty";
  696. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  697. this.mcd_inqty.TabIndex = 54;
  698. this.mcd_inqty.Tag = "mcd_inqty";
  699. //
  700. // Save
  701. //
  702. this.Save.AllPower = null;
  703. this.Save.BackColor = System.Drawing.Color.Transparent;
  704. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  705. this.Save.Image = null;
  706. this.Save.IsShowBorder = true;
  707. this.Save.Location = new System.Drawing.Point(477, 497);
  708. this.Save.Margin = new System.Windows.Forms.Padding(2);
  709. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  710. this.Save.Name = "Save";
  711. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  712. this.Save.Power = null;
  713. this.Save.Size = new System.Drawing.Size(65, 26);
  714. this.Save.TabIndex = 70;
  715. this.Save.Text = "保存";
  716. this.Save.UseVisualStyleBackColor = false;
  717. this.Save.Click += new System.EventHandler(this.Save_Click);
  718. //
  719. // ma_code
  720. //
  721. this.ma_code.AllPower = null;
  722. this.ma_code.Caller = null;
  723. this.ma_code.Condition = null;
  724. this.ma_code.DBTitle = null;
  725. this.ma_code.FormName = null;
  726. this.ma_code.Location = new System.Drawing.Point(93, 13);
  727. this.ma_code.Name = "ma_code";
  728. this.ma_code.Power = null;
  729. this.ma_code.ReturnData = null;
  730. this.ma_code.SelectField = null;
  731. this.ma_code.SetValueField = null;
  732. this.ma_code.Size = new System.Drawing.Size(115, 21);
  733. this.ma_code.TabIndex = 67;
  734. this.ma_code.TableName = null;
  735. this.ma_code.Tag = "ma_code";
  736. this.ma_code.TextBoxEnable = true;
  737. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  738. //
  739. // LockMakeCode
  740. //
  741. this.LockMakeCode.AutoSize = true;
  742. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  743. this.LockMakeCode.LeaveEvent = false;
  744. this.LockMakeCode.Location = new System.Drawing.Point(224, 15);
  745. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
  746. this.LockMakeCode.Name = "LockMakeCode";
  747. this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
  748. this.LockMakeCode.TabIndex = 66;
  749. this.LockMakeCode.Text = "锁定";
  750. this.LockMakeCode.UseVisualStyleBackColor = true;
  751. //
  752. // pr_detail
  753. //
  754. this.pr_detail.AutoSize = true;
  755. this.pr_detail.CutLength = "qweqwe";
  756. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.pr_detail.Location = new System.Drawing.Point(380, 64);
  758. this.pr_detail.MaximumSize = new System.Drawing.Size(150, 0);
  759. this.pr_detail.Name = "pr_detail";
  760. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  761. this.pr_detail.TabIndex = 56;
  762. //
  763. // ma_qty
  764. //
  765. this.ma_qty.AutoSize = true;
  766. this.ma_qty.CutLength = null;
  767. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. this.ma_qty.Location = new System.Drawing.Point(379, 14);
  769. this.ma_qty.MaximumSize = new System.Drawing.Size(150, 0);
  770. this.ma_qty.Name = "ma_qty";
  771. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  772. this.ma_qty.TabIndex = 55;
  773. //
  774. // ma_prodcode
  775. //
  776. this.ma_prodcode.AutoSize = true;
  777. this.ma_prodcode.CutLength = null;
  778. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  779. this.ma_prodcode.Location = new System.Drawing.Point(94, 64);
  780. this.ma_prodcode.MaximumSize = new System.Drawing.Size(150, 0);
  781. this.ma_prodcode.Name = "ma_prodcode";
  782. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  783. this.ma_prodcode.TabIndex = 53;
  784. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  785. //
  786. // OperateResult
  787. //
  788. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  789. this.OperateResult.Location = new System.Drawing.Point(718, 181);
  790. this.OperateResult.Name = "OperateResult";
  791. this.OperateResult.Size = new System.Drawing.Size(133, 307);
  792. this.OperateResult.TabIndex = 52;
  793. this.OperateResult.Text = "";
  794. //
  795. // CleanInfo
  796. //
  797. this.CleanInfo.AllPower = null;
  798. this.CleanInfo.BackColor = System.Drawing.Color.Transparent;
  799. this.CleanInfo.DownImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.DownImage")));
  800. this.CleanInfo.Image = ((System.Drawing.Image)(resources.GetObject("CleanInfo.Image")));
  801. this.CleanInfo.IsShowBorder = true;
  802. this.CleanInfo.Location = new System.Drawing.Point(718, 497);
  803. this.CleanInfo.MoveImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.MoveImage")));
  804. this.CleanInfo.Name = "CleanInfo";
  805. this.CleanInfo.NormalImage = ((System.Drawing.Image)(resources.GetObject("CleanInfo.NormalImage")));
  806. this.CleanInfo.Power = null;
  807. this.CleanInfo.Size = new System.Drawing.Size(61, 24);
  808. this.CleanInfo.TabIndex = 47;
  809. this.CleanInfo.Text = "清除内容";
  810. this.CleanInfo.UseVisualStyleBackColor = true;
  811. this.CleanInfo.Click += new System.EventHandler(this.CleanInfo_Click);
  812. //
  813. // ChooseedReject
  814. //
  815. this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
  816. this.ChooseedReject.Location = new System.Drawing.Point(244, 343);
  817. this.ChooseedReject.Name = "ChooseedReject";
  818. this.ChooseedReject.Size = new System.Drawing.Size(50, 23);
  819. this.ChooseedReject.TabIndex = 45;
  820. this.ChooseedReject.UseVisualStyleBackColor = true;
  821. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  822. //
  823. // WaitReject
  824. //
  825. this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
  826. this.WaitReject.Location = new System.Drawing.Point(244, 415);
  827. this.WaitReject.Name = "WaitReject";
  828. this.WaitReject.Size = new System.Drawing.Size(50, 23);
  829. this.WaitReject.TabIndex = 44;
  830. this.WaitReject.UseVisualStyleBackColor = true;
  831. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  832. //
  833. // bc_remark
  834. //
  835. this.bc_remark.AllPower = null;
  836. this.bc_remark.BackColor = System.Drawing.Color.White;
  837. this.bc_remark.ID = null;
  838. this.bc_remark.Location = new System.Drawing.Point(407, 181);
  839. this.bc_remark.Multiline = true;
  840. this.bc_remark.Name = "bc_remark";
  841. this.bc_remark.Power = null;
  842. this.bc_remark.Size = new System.Drawing.Size(240, 50);
  843. this.bc_remark.Str = null;
  844. this.bc_remark.Str1 = null;
  845. this.bc_remark.Str2 = null;
  846. this.bc_remark.TabIndex = 41;
  847. //
  848. // ms_sncode
  849. //
  850. this.ms_sncode.AllPower = "ifall";
  851. this.ms_sncode.BackColor = System.Drawing.Color.White;
  852. this.ms_sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. this.ms_sncode.ID = null;
  854. this.ms_sncode.Location = new System.Drawing.Point(280, 498);
  855. this.ms_sncode.Name = "ms_sncode";
  856. this.ms_sncode.Power = null;
  857. this.ms_sncode.Size = new System.Drawing.Size(181, 24);
  858. this.ms_sncode.Str = null;
  859. this.ms_sncode.Str1 = null;
  860. this.ms_sncode.Str2 = null;
  861. this.ms_sncode.TabIndex = 68;
  862. this.ms_sncode.Tag = "IfRead";
  863. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_code_KeyDown);
  864. //
  865. // choose1
  866. //
  867. this.choose1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  868. this.choose1.HeaderText = "勾选";
  869. this.choose1.MinimumWidth = 80;
  870. this.choose1.Name = "choose1";
  871. this.choose1.Width = 80;
  872. //
  873. // mb_id
  874. //
  875. this.mb_id.DataPropertyName = "mb_id";
  876. this.mb_id.HeaderText = "mb_id";
  877. this.mb_id.Name = "mb_id";
  878. this.mb_id.Visible = false;
  879. //
  880. // mbr_id
  881. //
  882. this.mbr_id.DataPropertyName = "mbr_id";
  883. this.mbr_id.HeaderText = "mbr_id";
  884. this.mbr_id.Name = "mbr_id";
  885. this.mbr_id.Visible = false;
  886. //
  887. // mb_badcode
  888. //
  889. this.mb_badcode.DataPropertyName = "mb_badcode";
  890. this.mb_badcode.HeaderText = "不良代码";
  891. this.mb_badcode.Name = "mb_badcode";
  892. this.mb_badcode.ReadOnly = true;
  893. //
  894. // mb_badname
  895. //
  896. this.mb_badname.DataPropertyName = "mb_badname";
  897. this.mb_badname.HeaderText = "不良名称";
  898. this.mb_badname.Name = "mb_badname";
  899. this.mb_badname.ReadOnly = true;
  900. //
  901. // mb_bgname
  902. //
  903. this.mb_bgname.DataPropertyName = "mb_bgname";
  904. this.mb_bgname.HeaderText = "不良代码组描述";
  905. this.mb_bgname.Name = "mb_bgname";
  906. this.mb_bgname.Visible = false;
  907. //
  908. // mb_bgcode
  909. //
  910. this.mb_bgcode.DataPropertyName = "mb_bgcode";
  911. this.mb_bgcode.HeaderText = "不良代码组编号";
  912. this.mb_bgcode.Name = "mb_bgcode";
  913. this.mb_bgcode.Visible = false;
  914. //
  915. // mbc_component
  916. //
  917. this.mbc_component.DataPropertyName = "mbc_component";
  918. this.mbc_component.HeaderText = "不良组件";
  919. this.mbc_component.Items.AddRange(new object[] {
  920. "",
  921. "主板",
  922. "液晶屏",
  923. "电路板",
  924. "其他"});
  925. this.mbc_component.Name = "mbc_component";
  926. //
  927. // mbp_part
  928. //
  929. this.mbp_part.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  930. this.mbp_part.DataPropertyName = "mbp_part";
  931. this.mbp_part.HeaderText = "不良零件";
  932. this.mbp_part.Name = "mbp_part";
  933. //
  934. // mbl_loc
  935. //
  936. this.mbl_loc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  937. this.mbl_loc.DataPropertyName = "mbl_loc";
  938. this.mbl_loc.HeaderText = "不良位置";
  939. this.mbl_loc.Name = "mbl_loc";
  940. //
  941. // Make_SmtTestCollection
  942. //
  943. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  944. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  945. this.BackColor = System.Drawing.SystemColors.Control;
  946. this.ClientSize = new System.Drawing.Size(862, 535);
  947. this.Controls.Add(this.bd_soncode);
  948. this.Controls.Add(this.mbp_part_label);
  949. this.Controls.Add(this.WaitChooseDGV);
  950. this.Controls.Add(this.MakeBadView);
  951. this.Controls.Add(this.StepCount);
  952. this.Controls.Add(this.pr_sendchecktype);
  953. this.Controls.Add(this.ma_salecode);
  954. this.Controls.Add(this.Lock_label);
  955. this.Controls.Add(this.Filter);
  956. this.Controls.Add(this.NoteForChange);
  957. this.Controls.Add(this.ma_softversion);
  958. this.Controls.Add(this.ma_softversion_label);
  959. this.Controls.Add(this.panel1);
  960. this.Controls.Add(this.Save);
  961. this.Controls.Add(this.AutoBadCode);
  962. this.Controls.Add(this.ma_code);
  963. this.Controls.Add(this.LockMakeCode);
  964. this.Controls.Add(this.label2);
  965. this.Controls.Add(this.pr_detail);
  966. this.Controls.Add(this.ma_qty);
  967. this.Controls.Add(this.ma_prodcode);
  968. this.Controls.Add(this.OperateResult);
  969. this.Controls.Add(this.CleanInfo);
  970. this.Controls.Add(this.label6);
  971. this.Controls.Add(this.ChooseedReject);
  972. this.Controls.Add(this.WaitReject);
  973. this.Controls.Add(this.bc_remark);
  974. this.Controls.Add(this.label5);
  975. this.Controls.Add(this.label4);
  976. this.Controls.Add(this.Reject);
  977. this.Controls.Add(this.GoodProduct);
  978. this.Controls.Add(this.bc_remark_label);
  979. this.Controls.Add(this.ms_sncode_label);
  980. this.Controls.Add(this.ms_sncode);
  981. this.Controls.Add(this.ma_qty_label);
  982. this.Controls.Add(this.ms_makecode_label);
  983. this.Controls.Add(this.pr_detail_label);
  984. this.Controls.Add(this.ma_prodcode_label);
  985. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  986. this.KeyPreview = true;
  987. this.Name = "Make_SmtTestCollection";
  988. this.Tag = "Make!SmtTestCollection";
  989. this.Text = " ";
  990. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_TestCollection_FormClosing);
  991. this.Load += new System.EventHandler(this.TestCollection_Load);
  992. this.SizeChanged += new System.EventHandler(this.测试采集_SizeChanged);
  993. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Make_TestCollection_KeyDown);
  994. this.panel1.ResumeLayout(false);
  995. this.panel1.PerformLayout();
  996. ((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
  997. ((System.ComponentModel.ISupportInitialize)(this.MakeBadView)).EndInit();
  998. ((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).EndInit();
  999. this.ResumeLayout(false);
  1000. this.PerformLayout();
  1001. }
  1002. #endregion
  1003. private System.Windows.Forms.Label ma_prodcode_label;
  1004. private System.Windows.Forms.Label ms_makecode_label;
  1005. private System.Windows.Forms.Label mcd_inqty_label;
  1006. private System.Windows.Forms.Label ma_qty_label;
  1007. private System.Windows.Forms.Label mc_restqty_label;
  1008. private System.Windows.Forms.Label ms_sncode_label;
  1009. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  1010. private System.Windows.Forms.Label bc_remark_label;
  1011. private System.Windows.Forms.Label label2;
  1012. private System.Windows.Forms.RadioButton GoodProduct;
  1013. private System.Windows.Forms.RadioButton Reject;
  1014. private System.Windows.Forms.Label label4;
  1015. private System.Windows.Forms.Label label5;
  1016. private CustomControl.TextBoxWithIcon.EnterTextBox bc_remark;
  1017. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  1018. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  1019. private System.Windows.Forms.Label label6;
  1020. private CustomControl.ButtonUtil.NormalButton CleanInfo;
  1021. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1022. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1023. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1024. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1025. private CustomControl.ValueLabel.ValueLabel pr_detail;
  1026. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1027. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1028. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1029. private System.Windows.Forms.CheckBox AutoBadCode;
  1030. private CustomControl.ButtonUtil.NormalButton Save;
  1031. private System.Windows.Forms.Panel panel1;
  1032. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1033. private System.Windows.Forms.Label ob_batchqty_label;
  1034. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1035. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1036. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1037. private System.Windows.Forms.Label ob_checkno;
  1038. private System.Windows.Forms.Label pr_detail_label;
  1039. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1040. private System.Windows.Forms.Label label7;
  1041. private CustomControl.ValueLabel.ValueLabel ma_softversion;
  1042. private System.Windows.Forms.Label ma_softversion_label;
  1043. private System.Windows.Forms.BindingSource BadInfSource;
  1044. private System.Windows.Forms.CheckBox NoteForChange;
  1045. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
  1046. private System.Windows.Forms.Timer ControlLockTimer;
  1047. private System.Windows.Forms.Label Lock_label;
  1048. private System.Windows.Forms.Label ma_salecode;
  1049. private System.Windows.Forms.Label pr_sendchecktype;
  1050. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1051. private System.Windows.Forms.DataGridView MakeBadView;
  1052. private CustomControl.DataGrid_View.DataGridViewWithCheckBox WaitChooseDGV;
  1053. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  1054. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1055. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1056. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1057. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1058. private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn1;
  1059. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1060. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1061. private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
  1062. private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
  1063. private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
  1064. private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
  1065. private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
  1066. private CustomControl.TextBoxWithIcon.SearchTextBox bd_soncode;
  1067. private System.Windows.Forms.Label mbp_part_label;
  1068. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1069. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1070. private System.Windows.Forms.DataGridViewCheckBoxColumn choose1;
  1071. private System.Windows.Forms.DataGridViewTextBoxColumn mb_id;
  1072. private System.Windows.Forms.DataGridViewTextBoxColumn mbr_id;
  1073. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
  1074. private System.Windows.Forms.DataGridViewTextBoxColumn mb_badname;
  1075. private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgname;
  1076. private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
  1077. private System.Windows.Forms.DataGridViewComboBoxColumn mbc_component;
  1078. private System.Windows.Forms.DataGridViewTextBoxColumn mbp_part;
  1079. private System.Windows.Forms.DataGridViewTextBoxColumn mbl_loc;
  1080. }
  1081. }