Make_TestCollectionModule.Designer.cs 56 KB

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