OQC_CheckNoSplit.Designer.cs 26 KB

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