Make_SmtbdTestCollection.Designer.cs 65 KB

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