OQC_CheckNoSplit.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  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.EnableContentClick = false;
  221. this.OutBoxDGV.Location = new System.Drawing.Point(39, 281);
  222. this.OutBoxDGV.Name = "OutBoxDGV";
  223. this.OutBoxDGV.RowTemplate.Height = 27;
  224. this.OutBoxDGV.Size = new System.Drawing.Size(776, 349);
  225. this.OutBoxDGV.TabIndex = 228;
  226. this.OutBoxDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.OutBoxDGV_CellContentClick);
  227. //
  228. // choose
  229. //
  230. this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  231. this.choose.HeaderText = "勾选";
  232. this.choose.MinimumWidth = 80;
  233. this.choose.Name = "choose";
  234. this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  235. this.choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  236. this.choose.Width = 80;
  237. //
  238. // obd_outboxcode1
  239. //
  240. this.obd_outboxcode1.DataPropertyName = "obd_outboxcode";
  241. this.obd_outboxcode1.HeaderText = "箱号";
  242. this.obd_outboxcode1.Name = "obd_outboxcode1";
  243. //
  244. // obd_makecode
  245. //
  246. this.obd_makecode.DataPropertyName = "obd_makecode";
  247. this.obd_makecode.HeaderText = "工单号";
  248. this.obd_makecode.Name = "obd_makecode";
  249. //
  250. // obd_sncode
  251. //
  252. this.obd_sncode.DataPropertyName = "obd_sncode";
  253. this.obd_sncode.HeaderText = "序列号";
  254. this.obd_sncode.Name = "obd_sncode";
  255. //
  256. // obd_builddate
  257. //
  258. this.obd_builddate.DataPropertyName = "obd_builddate";
  259. this.obd_builddate.HeaderText = "维护日期";
  260. this.obd_builddate.MinimumWidth = 140;
  261. this.obd_builddate.Name = "obd_builddate";
  262. this.obd_builddate.Width = 140;
  263. //
  264. // OperateResult
  265. //
  266. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.OperateResult.Location = new System.Drawing.Point(830, 281);
  268. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  269. this.OperateResult.Name = "OperateResult";
  270. this.OperateResult.Size = new System.Drawing.Size(313, 352);
  271. this.OperateResult.TabIndex = 229;
  272. this.OperateResult.Text = "";
  273. //
  274. // sncode
  275. //
  276. this.sncode.AllPower = "";
  277. this.sncode.BackColor = System.Drawing.Color.White;
  278. this.sncode.ID = null;
  279. this.sncode.Location = new System.Drawing.Point(140, 652);
  280. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  281. this.sncode.Name = "sncode";
  282. this.sncode.Power = "";
  283. this.sncode.Size = new System.Drawing.Size(204, 25);
  284. this.sncode.Str = null;
  285. this.sncode.Str1 = null;
  286. this.sncode.Str2 = null;
  287. this.sncode.TabIndex = 231;
  288. this.sncode.Tag = "NoAuto";
  289. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  290. //
  291. // label1
  292. //
  293. this.label1.AutoSize = true;
  294. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.label1.Location = new System.Drawing.Point(34, 650);
  296. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.label1.Name = "label1";
  298. this.label1.Size = new System.Drawing.Size(72, 27);
  299. this.label1.TabIndex = 230;
  300. this.label1.Text = "序列号";
  301. //
  302. // choosedsn_label
  303. //
  304. this.choosedsn_label.AutoSize = true;
  305. this.choosedsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.choosedsn_label.Location = new System.Drawing.Point(558, 652);
  307. this.choosedsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  308. this.choosedsn_label.Name = "choosedsn_label";
  309. this.choosedsn_label.Size = new System.Drawing.Size(52, 27);
  310. this.choosedsn_label.TabIndex = 232;
  311. this.choosedsn_label.Text = "已选";
  312. //
  313. // choosedsn
  314. //
  315. this.choosedsn.AutoSize = true;
  316. this.choosedsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.choosedsn.Location = new System.Drawing.Point(621, 652);
  318. this.choosedsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  319. this.choosedsn.Name = "choosedsn";
  320. this.choosedsn.Size = new System.Drawing.Size(24, 27);
  321. this.choosedsn.TabIndex = 233;
  322. this.choosedsn.Text = "0";
  323. //
  324. // totalsn
  325. //
  326. this.totalsn.AutoSize = true;
  327. this.totalsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.totalsn.Location = new System.Drawing.Point(747, 652);
  329. this.totalsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  330. this.totalsn.Name = "totalsn";
  331. this.totalsn.Size = new System.Drawing.Size(24, 27);
  332. this.totalsn.TabIndex = 235;
  333. this.totalsn.Text = "0";
  334. //
  335. // totalsn_label
  336. //
  337. this.totalsn_label.AutoSize = true;
  338. this.totalsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.totalsn_label.Location = new System.Drawing.Point(687, 652);
  340. this.totalsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  341. this.totalsn_label.Name = "totalsn_label";
  342. this.totalsn_label.Size = new System.Drawing.Size(52, 27);
  343. this.totalsn_label.TabIndex = 234;
  344. this.totalsn_label.Text = "总数";
  345. //
  346. // new_checkno
  347. //
  348. this.new_checkno.AllPower = "";
  349. this.new_checkno.BackColor = System.Drawing.Color.White;
  350. this.new_checkno.ID = null;
  351. this.new_checkno.Location = new System.Drawing.Point(192, 239);
  352. this.new_checkno.Margin = new System.Windows.Forms.Padding(4);
  353. this.new_checkno.Name = "new_checkno";
  354. this.new_checkno.Power = "";
  355. this.new_checkno.Size = new System.Drawing.Size(547, 25);
  356. this.new_checkno.Str = null;
  357. this.new_checkno.Str1 = null;
  358. this.new_checkno.Str2 = null;
  359. this.new_checkno.TabIndex = 237;
  360. this.new_checkno.Tag = "NoAuto";
  361. //
  362. // new_checkno_lable
  363. //
  364. this.new_checkno_lable.AutoSize = true;
  365. this.new_checkno_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.new_checkno_lable.Location = new System.Drawing.Point(86, 237);
  367. this.new_checkno_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  368. this.new_checkno_lable.Name = "new_checkno_lable";
  369. this.new_checkno_lable.Size = new System.Drawing.Size(92, 27);
  370. this.new_checkno_lable.TabIndex = 236;
  371. this.new_checkno_lable.Text = "新批次号";
  372. //
  373. // groupBoxWithBorder2
  374. //
  375. this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
  376. this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode);
  377. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno_label);
  378. this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
  379. this.groupBoxWithBorder2.Controls.Add(this.ms_sncode_label);
  380. this.groupBoxWithBorder2.Controls.Add(this.ms_sncode);
  381. this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode_label);
  382. this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode_label);
  383. this.groupBoxWithBorder2.Controls.Add(this.pr_spec_label);
  384. this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode);
  385. this.groupBoxWithBorder2.Controls.Add(this.pr_spec);
  386. this.groupBoxWithBorder2.Controls.Add(this.GetBatch);
  387. this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.groupBoxWithBorder2.Location = new System.Drawing.Point(39, 8);
  389. this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
  390. this.groupBoxWithBorder2.Size = new System.Drawing.Size(1104, 210);
  391. this.groupBoxWithBorder2.TabIndex = 238;
  392. this.groupBoxWithBorder2.TabStop = false;
  393. this.groupBoxWithBorder2.Text = "抽检信息";
  394. this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
  395. //
  396. // SplitCheckNo
  397. //
  398. this.SplitCheckNo.AllPower = "";
  399. this.SplitCheckNo.BackColor = System.Drawing.Color.Transparent;
  400. this.SplitCheckNo.DownImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.DownImage")));
  401. this.SplitCheckNo.Font = new System.Drawing.Font("微软雅黑", 9F);
  402. this.SplitCheckNo.Image = null;
  403. this.SplitCheckNo.IsShowBorder = true;
  404. this.SplitCheckNo.Location = new System.Drawing.Point(369, 650);
  405. this.SplitCheckNo.Margin = new System.Windows.Forms.Padding(4);
  406. this.SplitCheckNo.MoveImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.MoveImage")));
  407. this.SplitCheckNo.Name = "SplitCheckNo";
  408. this.SplitCheckNo.NormalImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.NormalImage")));
  409. this.SplitCheckNo.Power = "";
  410. this.SplitCheckNo.Size = new System.Drawing.Size(80, 30);
  411. this.SplitCheckNo.TabIndex = 228;
  412. this.SplitCheckNo.Text = "拆批";
  413. this.SplitCheckNo.UseVisualStyleBackColor = true;
  414. this.SplitCheckNo.Click += new System.EventHandler(this.SplitCheckNo_Click);
  415. //
  416. // OQC_CheckNoSplit
  417. //
  418. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  419. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  420. this.ClientSize = new System.Drawing.Size(1177, 696);
  421. this.Controls.Add(this.SplitCheckNo);
  422. this.Controls.Add(this.groupBoxWithBorder2);
  423. this.Controls.Add(this.new_checkno);
  424. this.Controls.Add(this.new_checkno_lable);
  425. this.Controls.Add(this.totalsn);
  426. this.Controls.Add(this.totalsn_label);
  427. this.Controls.Add(this.choosedsn);
  428. this.Controls.Add(this.choosedsn_label);
  429. this.Controls.Add(this.sncode);
  430. this.Controls.Add(this.label1);
  431. this.Controls.Add(this.OperateResult);
  432. this.Controls.Add(this.OutBoxDGV);
  433. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  434. this.Name = "OQC_CheckNoSplit";
  435. this.Tag = "OQC!CheckNoSplit";
  436. this.Text = "OQC_CheckNoSplit";
  437. this.Load += new System.EventHandler(this.OQC_CheckNoSplit_Load);
  438. this.SizeChanged += new System.EventHandler(this.OQC_CheckNoSplit_SizeChanged);
  439. ((System.ComponentModel.ISupportInitialize)(this.OutBoxDGV)).EndInit();
  440. this.groupBoxWithBorder2.ResumeLayout(true);
  441. this.groupBoxWithBorder2.PerformLayout();
  442. this.ResumeLayout(true);
  443. this.PerformLayout();
  444. }
  445. #endregion
  446. private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
  447. private System.Windows.Forms.Label ob_checkno_label;
  448. private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
  449. private System.Windows.Forms.Label obd_outboxcode_label;
  450. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  451. private System.Windows.Forms.Label ms_sncode_label;
  452. private System.Windows.Forms.Label ob_prodcode_label;
  453. private System.Windows.Forms.Label pr_spec_label;
  454. private System.Windows.Forms.Label ob_prodcode;
  455. private System.Windows.Forms.Label pr_spec;
  456. private CustomControl.ButtonUtil.NormalButton GetBatch;
  457. private CustomControl.DataGrid_View.DataGridViewWithSerialNum OutBoxDGV;
  458. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  459. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  460. private System.Windows.Forms.Label label1;
  461. private System.Windows.Forms.Label choosedsn_label;
  462. private System.Windows.Forms.Label choosedsn;
  463. private System.Windows.Forms.Label totalsn;
  464. private System.Windows.Forms.Label totalsn_label;
  465. private CustomControl.TextBoxWithIcon.EnterTextBox new_checkno;
  466. private System.Windows.Forms.Label new_checkno_lable;
  467. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
  468. private CustomControl.ButtonUtil.NormalButton SplitCheckNo;
  469. private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode1;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn obd_sncode;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn obd_builddate;
  474. }
  475. }