OQC_CheckNoSplit.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. namespace UAS_MES_NEW.OQC
  2. {
  3. partial class OQC_CheckNoSplit
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_CheckNoSplit));
  29. this.ob_checkno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  30. this.ob_checkno_label = new System.Windows.Forms.Label();
  31. this.obd_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  32. this.obd_outboxcode_label = new System.Windows.Forms.Label();
  33. this.ms_sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  34. this.ms_sncode_label = new System.Windows.Forms.Label();
  35. this.ob_prodcode_label = new System.Windows.Forms.Label();
  36. this.pr_detail_label = new System.Windows.Forms.Label();
  37. this.ob_prodcode = new System.Windows.Forms.Label();
  38. this.GetBatch = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.OutBoxDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  40. this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.obd_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.obd_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.obd_builddate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  46. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.choosedsn_label = new System.Windows.Forms.Label();
  49. this.choosedsn = new System.Windows.Forms.Label();
  50. this.totalsn = new System.Windows.Forms.Label();
  51. this.totalsn_label = new System.Windows.Forms.Label();
  52. this.new_checkno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.new_checkno_lable = new System.Windows.Forms.Label();
  54. this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  55. this.ob_makecode = new System.Windows.Forms.Label();
  56. this.ob_makecode_label = new System.Windows.Forms.Label();
  57. this.pr_detail = new System.Windows.Forms.Label();
  58. this.SplitCheckNo = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  59. this.ChooseAll = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  60. ((System.ComponentModel.ISupportInitialize)(this.OutBoxDGV)).BeginInit();
  61. this.groupBoxWithBorder2.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // ob_checkno
  65. //
  66. this.ob_checkno.AllPower = "";
  67. this.ob_checkno.BackColor = System.Drawing.Color.White;
  68. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 9F);
  69. this.ob_checkno.ID = null;
  70. this.ob_checkno.Location = new System.Drawing.Point(153, 38);
  71. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4);
  72. this.ob_checkno.Name = "ob_checkno";
  73. this.ob_checkno.Power = "";
  74. this.ob_checkno.Size = new System.Drawing.Size(547, 27);
  75. this.ob_checkno.Str = null;
  76. this.ob_checkno.Str1 = null;
  77. this.ob_checkno.Str2 = null;
  78. this.ob_checkno.TabIndex = 217;
  79. this.ob_checkno.Tag = "NoAuto";
  80. this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
  81. //
  82. // ob_checkno_label
  83. //
  84. this.ob_checkno_label.AutoSize = true;
  85. this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.ob_checkno_label.Location = new System.Drawing.Point(45, 38);
  87. this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.ob_checkno_label.Name = "ob_checkno_label";
  89. this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
  90. this.ob_checkno_label.TabIndex = 216;
  91. this.ob_checkno_label.Text = "抽检批";
  92. //
  93. // obd_outboxcode
  94. //
  95. this.obd_outboxcode.AllPower = null;
  96. this.obd_outboxcode.BackColor = System.Drawing.Color.White;
  97. this.obd_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
  98. this.obd_outboxcode.ID = null;
  99. this.obd_outboxcode.Location = new System.Drawing.Point(153, 88);
  100. this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  101. this.obd_outboxcode.Name = "obd_outboxcode";
  102. this.obd_outboxcode.Power = null;
  103. this.obd_outboxcode.Size = new System.Drawing.Size(547, 27);
  104. this.obd_outboxcode.Str = null;
  105. this.obd_outboxcode.Str1 = null;
  106. this.obd_outboxcode.Str2 = null;
  107. this.obd_outboxcode.TabIndex = 221;
  108. this.obd_outboxcode.Tag = "NoAuto";
  109. this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
  110. //
  111. // obd_outboxcode_label
  112. //
  113. this.obd_outboxcode_label.AutoSize = true;
  114. this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.obd_outboxcode_label.Location = new System.Drawing.Point(45, 86);
  116. this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.obd_outboxcode_label.Name = "obd_outboxcode_label";
  118. this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
  119. this.obd_outboxcode_label.TabIndex = 220;
  120. this.obd_outboxcode_label.Text = "箱号";
  121. //
  122. // ms_sncode
  123. //
  124. this.ms_sncode.AllPower = "";
  125. this.ms_sncode.BackColor = System.Drawing.Color.White;
  126. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 9F);
  127. this.ms_sncode.ID = null;
  128. this.ms_sncode.Location = new System.Drawing.Point(153, 129);
  129. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  130. this.ms_sncode.Name = "ms_sncode";
  131. this.ms_sncode.Power = "";
  132. this.ms_sncode.Size = new System.Drawing.Size(547, 27);
  133. this.ms_sncode.Str = null;
  134. this.ms_sncode.Str1 = null;
  135. this.ms_sncode.Str2 = null;
  136. this.ms_sncode.TabIndex = 219;
  137. this.ms_sncode.Tag = "NoAuto";
  138. this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
  139. //
  140. // ms_sncode_label
  141. //
  142. this.ms_sncode_label.AutoSize = true;
  143. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.ms_sncode_label.Location = new System.Drawing.Point(45, 130);
  145. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  146. this.ms_sncode_label.Name = "ms_sncode_label";
  147. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  148. this.ms_sncode_label.TabIndex = 218;
  149. this.ms_sncode_label.Text = "序列号";
  150. //
  151. // ob_prodcode_label
  152. //
  153. this.ob_prodcode_label.AutoSize = true;
  154. this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.ob_prodcode_label.Location = new System.Drawing.Point(383, 170);
  156. this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  157. this.ob_prodcode_label.Name = "ob_prodcode_label";
  158. this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
  159. this.ob_prodcode_label.TabIndex = 222;
  160. this.ob_prodcode_label.Text = "产品编号";
  161. //
  162. // pr_detail_label
  163. //
  164. this.pr_detail_label.AutoSize = true;
  165. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.pr_detail_label.Location = new System.Drawing.Point(708, 170);
  167. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  168. this.pr_detail_label.Name = "pr_detail_label";
  169. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  170. this.pr_detail_label.TabIndex = 224;
  171. this.pr_detail_label.Text = "产品名称";
  172. //
  173. // ob_prodcode
  174. //
  175. this.ob_prodcode.AutoSize = true;
  176. this.ob_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.ob_prodcode.Location = new System.Drawing.Point(491, 170);
  178. this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  179. this.ob_prodcode.Name = "ob_prodcode";
  180. this.ob_prodcode.Size = new System.Drawing.Size(0, 27);
  181. this.ob_prodcode.TabIndex = 225;
  182. //
  183. // GetBatch
  184. //
  185. this.GetBatch.AllPower = "";
  186. this.GetBatch.BackColor = System.Drawing.Color.Transparent;
  187. this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
  188. this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F);
  189. this.GetBatch.Image = null;
  190. this.GetBatch.IsShowBorder = true;
  191. this.GetBatch.Location = new System.Drawing.Point(748, 128);
  192. this.GetBatch.Margin = new System.Windows.Forms.Padding(4);
  193. this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
  194. this.GetBatch.Name = "GetBatch";
  195. this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
  196. this.GetBatch.Power = "ifread";
  197. this.GetBatch.Size = new System.Drawing.Size(80, 30);
  198. this.GetBatch.TabIndex = 227;
  199. this.GetBatch.Text = "获取批";
  200. this.GetBatch.UseVisualStyleBackColor = true;
  201. this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
  202. //
  203. // OutBoxDGV
  204. //
  205. this.OutBoxDGV.AllowUserToAddRows = false;
  206. this.OutBoxDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  207. this.OutBoxDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  208. this.choose,
  209. this.obd_outboxcode1,
  210. this.obd_makecode,
  211. this.obd_sncode,
  212. this.obd_builddate});
  213. this.OutBoxDGV.EnableContentClick = false;
  214. this.OutBoxDGV.Location = new System.Drawing.Point(39, 281);
  215. this.OutBoxDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  216. this.OutBoxDGV.Name = "OutBoxDGV";
  217. this.OutBoxDGV.RowTemplate.Height = 27;
  218. this.OutBoxDGV.Size = new System.Drawing.Size(776, 349);
  219. this.OutBoxDGV.TabIndex = 228;
  220. this.OutBoxDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.OutBoxDGV_CellContentClick);
  221. this.OutBoxDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.OutBoxDGV_CellValueChanged);
  222. //
  223. // choose
  224. //
  225. this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  226. this.choose.HeaderText = "勾选";
  227. this.choose.MinimumWidth = 80;
  228. this.choose.Name = "choose";
  229. this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  230. this.choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  231. this.choose.Width = 80;
  232. //
  233. // obd_outboxcode1
  234. //
  235. this.obd_outboxcode1.DataPropertyName = "obd_outboxcode";
  236. this.obd_outboxcode1.HeaderText = "箱号";
  237. this.obd_outboxcode1.Name = "obd_outboxcode1";
  238. //
  239. // obd_makecode
  240. //
  241. this.obd_makecode.DataPropertyName = "obd_makecode";
  242. this.obd_makecode.HeaderText = "工单号";
  243. this.obd_makecode.Name = "obd_makecode";
  244. //
  245. // obd_sncode
  246. //
  247. this.obd_sncode.DataPropertyName = "obd_sncode";
  248. this.obd_sncode.HeaderText = "序列号";
  249. this.obd_sncode.Name = "obd_sncode";
  250. //
  251. // obd_builddate
  252. //
  253. this.obd_builddate.DataPropertyName = "obd_builddate";
  254. this.obd_builddate.HeaderText = "维护日期";
  255. this.obd_builddate.MinimumWidth = 140;
  256. this.obd_builddate.Name = "obd_builddate";
  257. this.obd_builddate.Width = 140;
  258. //
  259. // OperateResult
  260. //
  261. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.OperateResult.Location = new System.Drawing.Point(829, 281);
  263. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  264. this.OperateResult.Name = "OperateResult";
  265. this.OperateResult.Size = new System.Drawing.Size(313, 352);
  266. this.OperateResult.TabIndex = 229;
  267. this.OperateResult.Text = "";
  268. //
  269. // sncode
  270. //
  271. this.sncode.AllPower = "";
  272. this.sncode.BackColor = System.Drawing.Color.White;
  273. this.sncode.ID = null;
  274. this.sncode.Location = new System.Drawing.Point(140, 652);
  275. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  276. this.sncode.Name = "sncode";
  277. this.sncode.Power = "";
  278. this.sncode.Size = new System.Drawing.Size(204, 25);
  279. this.sncode.Str = null;
  280. this.sncode.Str1 = null;
  281. this.sncode.Str2 = null;
  282. this.sncode.TabIndex = 231;
  283. this.sncode.Tag = "NoAuto";
  284. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  285. //
  286. // label1
  287. //
  288. this.label1.AutoSize = true;
  289. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.label1.Location = new System.Drawing.Point(35, 650);
  291. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  292. this.label1.Name = "label1";
  293. this.label1.Size = new System.Drawing.Size(72, 27);
  294. this.label1.TabIndex = 230;
  295. this.label1.Text = "序列号";
  296. //
  297. // choosedsn_label
  298. //
  299. this.choosedsn_label.AutoSize = true;
  300. this.choosedsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.choosedsn_label.Location = new System.Drawing.Point(557, 652);
  302. this.choosedsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.choosedsn_label.Name = "choosedsn_label";
  304. this.choosedsn_label.Size = new System.Drawing.Size(52, 27);
  305. this.choosedsn_label.TabIndex = 232;
  306. this.choosedsn_label.Text = "已选";
  307. //
  308. // choosedsn
  309. //
  310. this.choosedsn.AutoSize = true;
  311. this.choosedsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.choosedsn.Location = new System.Drawing.Point(621, 652);
  313. this.choosedsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  314. this.choosedsn.Name = "choosedsn";
  315. this.choosedsn.Size = new System.Drawing.Size(24, 27);
  316. this.choosedsn.TabIndex = 233;
  317. this.choosedsn.Text = "0";
  318. //
  319. // totalsn
  320. //
  321. this.totalsn.AutoSize = true;
  322. this.totalsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.totalsn.Location = new System.Drawing.Point(747, 652);
  324. this.totalsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  325. this.totalsn.Name = "totalsn";
  326. this.totalsn.Size = new System.Drawing.Size(24, 27);
  327. this.totalsn.TabIndex = 235;
  328. this.totalsn.Text = "0";
  329. //
  330. // totalsn_label
  331. //
  332. this.totalsn_label.AutoSize = true;
  333. this.totalsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.totalsn_label.Location = new System.Drawing.Point(687, 652);
  335. this.totalsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  336. this.totalsn_label.Name = "totalsn_label";
  337. this.totalsn_label.Size = new System.Drawing.Size(52, 27);
  338. this.totalsn_label.TabIndex = 234;
  339. this.totalsn_label.Text = "总数";
  340. //
  341. // new_checkno
  342. //
  343. this.new_checkno.AllPower = "";
  344. this.new_checkno.BackColor = System.Drawing.Color.White;
  345. this.new_checkno.ID = null;
  346. this.new_checkno.Location = new System.Drawing.Point(242, 244);
  347. this.new_checkno.Margin = new System.Windows.Forms.Padding(4);
  348. this.new_checkno.Name = "new_checkno";
  349. this.new_checkno.Power = "";
  350. this.new_checkno.Size = new System.Drawing.Size(547, 25);
  351. this.new_checkno.Str = null;
  352. this.new_checkno.Str1 = null;
  353. this.new_checkno.Str2 = null;
  354. this.new_checkno.TabIndex = 237;
  355. this.new_checkno.Tag = "NoAuto";
  356. //
  357. // new_checkno_lable
  358. //
  359. this.new_checkno_lable.AutoSize = true;
  360. this.new_checkno_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.new_checkno_lable.Location = new System.Drawing.Point(135, 243);
  362. this.new_checkno_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  363. this.new_checkno_lable.Name = "new_checkno_lable";
  364. this.new_checkno_lable.Size = new System.Drawing.Size(92, 27);
  365. this.new_checkno_lable.TabIndex = 236;
  366. this.new_checkno_lable.Text = "新批次号";
  367. //
  368. // groupBoxWithBorder2
  369. //
  370. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  371. this.groupBoxWithBorder2.Controls.Add(this.ob_makecode);
  372. this.groupBoxWithBorder2.Controls.Add(this.ob_makecode_label);
  373. this.groupBoxWithBorder2.Controls.Add(this.pr_detail);
  374. this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode);
  375. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno_label);
  376. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  377. this.groupBoxWithBorder2.Controls.Add(this.ms_sncode_label);
  378. this.groupBoxWithBorder2.Controls.Add(this.ms_sncode);
  379. this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode_label);
  380. this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode_label);
  381. this.groupBoxWithBorder2.Controls.Add(this.pr_detail_label);
  382. this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode);
  383. this.groupBoxWithBorder2.Controls.Add(this.GetBatch);
  384. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.groupBoxWithBorder2.Location = new System.Drawing.Point(39, 8);
  386. this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  387. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  388. this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  389. this.groupBoxWithBorder2.Size = new System.Drawing.Size(1104, 210);
  390. this.groupBoxWithBorder2.TabIndex = 238;
  391. this.groupBoxWithBorder2.TabStop = false;
  392. this.groupBoxWithBorder2.Text = "抽检信息";
  393. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  394. //
  395. // ob_makecode
  396. //
  397. this.ob_makecode.AutoSize = true;
  398. this.ob_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.ob_makecode.Location = new System.Drawing.Point(148, 170);
  400. this.ob_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  401. this.ob_makecode.Name = "ob_makecode";
  402. this.ob_makecode.Size = new System.Drawing.Size(0, 27);
  403. this.ob_makecode.TabIndex = 230;
  404. //
  405. // ob_makecode_label
  406. //
  407. this.ob_makecode_label.AutoSize = true;
  408. this.ob_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.ob_makecode_label.Location = new System.Drawing.Point(45, 170);
  410. this.ob_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  411. this.ob_makecode_label.Name = "ob_makecode_label";
  412. this.ob_makecode_label.Size = new System.Drawing.Size(72, 27);
  413. this.ob_makecode_label.TabIndex = 229;
  414. this.ob_makecode_label.Text = "工单号";
  415. //
  416. // pr_detail
  417. //
  418. this.pr_detail.AutoSize = true;
  419. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.pr_detail.Location = new System.Drawing.Point(818, 170);
  421. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  422. this.pr_detail.Name = "pr_detail";
  423. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  424. this.pr_detail.TabIndex = 228;
  425. //
  426. // SplitCheckNo
  427. //
  428. this.SplitCheckNo.AllPower = "";
  429. this.SplitCheckNo.BackColor = System.Drawing.Color.Transparent;
  430. this.SplitCheckNo.DownImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.DownImage")));
  431. this.SplitCheckNo.Font = new System.Drawing.Font("微软雅黑", 9F);
  432. this.SplitCheckNo.Image = null;
  433. this.SplitCheckNo.IsShowBorder = true;
  434. this.SplitCheckNo.Location = new System.Drawing.Point(369, 650);
  435. this.SplitCheckNo.Margin = new System.Windows.Forms.Padding(4);
  436. this.SplitCheckNo.MoveImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.MoveImage")));
  437. this.SplitCheckNo.Name = "SplitCheckNo";
  438. this.SplitCheckNo.NormalImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.NormalImage")));
  439. this.SplitCheckNo.Power = "";
  440. this.SplitCheckNo.Size = new System.Drawing.Size(80, 30);
  441. this.SplitCheckNo.TabIndex = 228;
  442. this.SplitCheckNo.Text = "拆批";
  443. this.SplitCheckNo.UseVisualStyleBackColor = true;
  444. this.SplitCheckNo.Click += new System.EventHandler(this.SplitCheckNo_Click);
  445. //
  446. // ChooseAll
  447. //
  448. this.ChooseAll.AllPower = "";
  449. this.ChooseAll.BackColor = System.Drawing.Color.Transparent;
  450. this.ChooseAll.DownImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.DownImage")));
  451. this.ChooseAll.Font = new System.Drawing.Font("微软雅黑", 9F);
  452. this.ChooseAll.Image = null;
  453. this.ChooseAll.IsShowBorder = true;
  454. this.ChooseAll.Location = new System.Drawing.Point(40, 243);
  455. this.ChooseAll.Margin = new System.Windows.Forms.Padding(4);
  456. this.ChooseAll.MoveImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.MoveImage")));
  457. this.ChooseAll.Name = "ChooseAll";
  458. this.ChooseAll.NormalImage = ((System.Drawing.Image)(resources.GetObject("ChooseAll.NormalImage")));
  459. this.ChooseAll.Power = "";
  460. this.ChooseAll.Size = new System.Drawing.Size(53, 30);
  461. this.ChooseAll.TabIndex = 239;
  462. this.ChooseAll.Text = "全选";
  463. this.ChooseAll.UseVisualStyleBackColor = true;
  464. this.ChooseAll.Click += new System.EventHandler(this.ChooseAll_Click);
  465. //
  466. // OQC_CheckNoSplit
  467. //
  468. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.ClientSize = new System.Drawing.Size(1177, 696);
  471. this.Controls.Add(this.ChooseAll);
  472. this.Controls.Add(this.SplitCheckNo);
  473. this.Controls.Add(this.groupBoxWithBorder2);
  474. this.Controls.Add(this.new_checkno);
  475. this.Controls.Add(this.new_checkno_lable);
  476. this.Controls.Add(this.totalsn);
  477. this.Controls.Add(this.totalsn_label);
  478. this.Controls.Add(this.choosedsn);
  479. this.Controls.Add(this.choosedsn_label);
  480. this.Controls.Add(this.sncode);
  481. this.Controls.Add(this.label1);
  482. this.Controls.Add(this.OperateResult);
  483. this.Controls.Add(this.OutBoxDGV);
  484. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  485. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  486. this.Name = "OQC_CheckNoSplit";
  487. this.Tag = "OQC!CheckNoSplit";
  488. this.Text = "OQC_CheckNoSplit";
  489. this.Load += new System.EventHandler(this.OQC_CheckNoSplit_Load);
  490. this.SizeChanged += new System.EventHandler(this.OQC_CheckNoSplit_SizeChanged);
  491. ((System.ComponentModel.ISupportInitialize)(this.OutBoxDGV)).EndInit();
  492. this.groupBoxWithBorder2.ResumeLayout(true);
  493. this.groupBoxWithBorder2.PerformLayout();
  494. this.ResumeLayout(true);
  495. this.PerformLayout();
  496. }
  497. #endregion
  498. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  499. private System.Windows.Forms.Label ob_checkno_label;
  500. private CustomControl.TextBoxWithIcon.SnCollectionBox obd_outboxcode;
  501. private System.Windows.Forms.Label obd_outboxcode_label;
  502. private CustomControl.TextBoxWithIcon.SnCollectionBox ms_sncode;
  503. private System.Windows.Forms.Label ms_sncode_label;
  504. private System.Windows.Forms.Label ob_prodcode_label;
  505. private System.Windows.Forms.Label pr_detail_label;
  506. private System.Windows.Forms.Label ob_prodcode;
  507. private CustomControl.ButtonUtil.NormalButton GetBatch;
  508. private CustomControl.DataGrid_View.DataGridViewWithSerialNum OutBoxDGV;
  509. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  510. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  511. private System.Windows.Forms.Label label1;
  512. private System.Windows.Forms.Label choosedsn_label;
  513. private System.Windows.Forms.Label choosedsn;
  514. private System.Windows.Forms.Label totalsn;
  515. private System.Windows.Forms.Label totalsn_label;
  516. private CustomControl.TextBoxWithIcon.EnterTextBox new_checkno;
  517. private System.Windows.Forms.Label new_checkno_lable;
  518. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  519. private CustomControl.ButtonUtil.NormalButton SplitCheckNo;
  520. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode1;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn obd_sncode;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn obd_builddate;
  525. private System.Windows.Forms.Label pr_detail;
  526. private CustomControl.ButtonUtil.NormalButton ChooseAll;
  527. private System.Windows.Forms.Label ob_makecode;
  528. private System.Windows.Forms.Label ob_makecode_label;
  529. }
  530. }