OQC_CheckNoSplit.Designer.cs 28 KB

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