OQC_CheckNoSplit.Designer.cs 25 KB

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