Main.Designer.cs 66 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. namespace UAS_MES_Tools
  2. {
  3. partial class Main
  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(Main));
  29. this.Pagination = new System.Windows.Forms.TabControl();
  30. this.Page1 = new System.Windows.Forms.TabPage();
  31. this.checkPagination = new System.Windows.Forms.TabControl();
  32. this.checkPage1 = new System.Windows.Forms.TabPage();
  33. this.Datas = new System.Windows.Forms.DataGridView();
  34. this.checkPage2 = new System.Windows.Forms.TabPage();
  35. this.checkSetting = new System.Windows.Forms.TableLayoutPanel();
  36. this.checkSettingRight = new System.Windows.Forms.GroupBox();
  37. this.settingRightInput3 = new System.Windows.Forms.TextBox();
  38. this.settingRightLab3 = new System.Windows.Forms.Label();
  39. this.settingRightSubmit = new System.Windows.Forms.Button();
  40. this.settingRightInput2 = new System.Windows.Forms.TextBox();
  41. this.settingRightInput1 = new System.Windows.Forms.TextBox();
  42. this.settingRightLab2 = new System.Windows.Forms.Label();
  43. this.settingRightLab1 = new System.Windows.Forms.Label();
  44. this.checkSettingLeft = new System.Windows.Forms.GroupBox();
  45. this.settingLeftSubmit = new System.Windows.Forms.Button();
  46. this.settingLeftInput2 = new System.Windows.Forms.TextBox();
  47. this.settingLeftInput1 = new System.Windows.Forms.TextBox();
  48. this.settingLeftLab2 = new System.Windows.Forms.Label();
  49. this.settingLeftLab1 = new System.Windows.Forms.Label();
  50. this.checkPage3 = new System.Windows.Forms.TabPage();
  51. this.checkPage4 = new System.Windows.Forms.TabPage();
  52. this.queryDataBox1 = new System.Windows.Forms.Panel();
  53. this.QDDatas = new System.Windows.Forms.DataGridView();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.queryDataBox = new System.Windows.Forms.Panel();
  60. this.QDcheckbox1 = new System.Windows.Forms.CheckBox();
  61. this.QDlab3 = new System.Windows.Forms.Label();
  62. this.QDexport = new System.Windows.Forms.Button();
  63. this.QDdtp2 = new System.Windows.Forms.DateTimePicker();
  64. this.QDquery = new System.Windows.Forms.Button();
  65. this.QDdtp1 = new System.Windows.Forms.DateTimePicker();
  66. this.QDInput2 = new System.Windows.Forms.TextBox();
  67. this.QDInput1 = new System.Windows.Forms.TextBox();
  68. this.QDlab2 = new System.Windows.Forms.Label();
  69. this.QDlab1 = new System.Windows.Forms.Label();
  70. this.detailTop = new System.Windows.Forms.TableLayoutPanel();
  71. this.detailLeft = new System.Windows.Forms.Panel();
  72. this.detailLeftBox = new System.Windows.Forms.TableLayoutPanel();
  73. this.dAll = new System.Windows.Forms.Label();
  74. this.dAgain = new System.Windows.Forms.Label();
  75. this.dSum = new System.Windows.Forms.Label();
  76. this.detailCarton = new System.Windows.Forms.Panel();
  77. this.boxLab = new System.Windows.Forms.Label();
  78. this.BoxNo = new System.Windows.Forms.TextBox();
  79. this.dlab1 = new System.Windows.Forms.Label();
  80. this.dlab2 = new System.Windows.Forms.Label();
  81. this.dlab4 = new System.Windows.Forms.Label();
  82. this.detailSN = new System.Windows.Forms.Panel();
  83. this.snLab = new System.Windows.Forms.Label();
  84. this.SN = new System.Windows.Forms.TextBox();
  85. this.dlab3 = new System.Windows.Forms.Label();
  86. this.dCount = new System.Windows.Forms.Label();
  87. this.ShowMsg = new System.Windows.Forms.Label();
  88. this.Page2 = new System.Windows.Forms.TabPage();
  89. this.bottom = new System.Windows.Forms.TableLayoutPanel();
  90. this.currUser = new System.Windows.Forms.Label();
  91. this.currTime = new System.Windows.Forms.Label();
  92. this.top = new System.Windows.Forms.Panel();
  93. this.DbarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.DboxCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.DcountCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.DtimeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.radio1 = new System.Windows.Forms.CheckBox();
  101. this.boxBtn = new System.Windows.Forms.Button();
  102. this.DRulesBtn = new System.Windows.Forms.Button();
  103. this.dRules = new System.Windows.Forms.TextBox();
  104. this.rulesQuery = new System.Windows.Forms.Button();
  105. this.rulesInput2 = new System.Windows.Forms.TextBox();
  106. this.rulesLab1 = new System.Windows.Forms.Label();
  107. this.RulesDatas = new System.Windows.Forms.DataGridView();
  108. this.rulesDataBox = new System.Windows.Forms.Panel();
  109. this.RulesCol1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.RulesCol2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.RulesCol3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.RulesCol4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.RulesCol5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.RulesCol6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.label1 = new System.Windows.Forms.Label();
  116. this.textBox1 = new System.Windows.Forms.TextBox();
  117. this.rulesAdd = new System.Windows.Forms.Button();
  118. this.rulesUpdate = new System.Windows.Forms.Button();
  119. this.Pagination.SuspendLayout();
  120. this.Page1.SuspendLayout();
  121. this.checkPagination.SuspendLayout();
  122. this.checkPage1.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.Datas)).BeginInit();
  124. this.checkPage2.SuspendLayout();
  125. this.checkSetting.SuspendLayout();
  126. this.checkSettingRight.SuspendLayout();
  127. this.checkSettingLeft.SuspendLayout();
  128. this.checkPage3.SuspendLayout();
  129. this.checkPage4.SuspendLayout();
  130. this.queryDataBox1.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).BeginInit();
  132. this.queryDataBox.SuspendLayout();
  133. this.detailTop.SuspendLayout();
  134. this.detailLeft.SuspendLayout();
  135. this.detailLeftBox.SuspendLayout();
  136. this.detailCarton.SuspendLayout();
  137. this.detailSN.SuspendLayout();
  138. this.bottom.SuspendLayout();
  139. this.top.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).BeginInit();
  141. this.rulesDataBox.SuspendLayout();
  142. this.SuspendLayout();
  143. //
  144. // Pagination
  145. //
  146. this.Pagination.Controls.Add(this.Page1);
  147. this.Pagination.Controls.Add(this.Page2);
  148. this.Pagination.Cursor = System.Windows.Forms.Cursors.Hand;
  149. this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill;
  150. this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.Pagination.ItemSize = new System.Drawing.Size(160, 30);
  152. this.Pagination.Location = new System.Drawing.Point(0, 0);
  153. this.Pagination.Name = "Pagination";
  154. this.Pagination.SelectedIndex = 0;
  155. this.Pagination.Size = new System.Drawing.Size(1254, 625);
  156. this.Pagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  157. this.Pagination.TabIndex = 1;
  158. //
  159. // Page1
  160. //
  161. this.Page1.BackColor = System.Drawing.SystemColors.Control;
  162. this.Page1.Controls.Add(this.checkPagination);
  163. this.Page1.Controls.Add(this.detailTop);
  164. this.Page1.Cursor = System.Windows.Forms.Cursors.Default;
  165. this.Page1.Location = new System.Drawing.Point(4, 34);
  166. this.Page1.Name = "Page1";
  167. this.Page1.Padding = new System.Windows.Forms.Padding(3);
  168. this.Page1.Size = new System.Drawing.Size(1246, 587);
  169. this.Page1.TabIndex = 0;
  170. this.Page1.Text = "条码核对";
  171. //
  172. // checkPagination
  173. //
  174. this.checkPagination.Controls.Add(this.checkPage1);
  175. this.checkPagination.Controls.Add(this.checkPage2);
  176. this.checkPagination.Controls.Add(this.checkPage3);
  177. this.checkPagination.Controls.Add(this.checkPage4);
  178. this.checkPagination.Cursor = System.Windows.Forms.Cursors.Hand;
  179. this.checkPagination.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.checkPagination.Location = new System.Drawing.Point(3, 206);
  181. this.checkPagination.Name = "checkPagination";
  182. this.checkPagination.SelectedIndex = 0;
  183. this.checkPagination.Size = new System.Drawing.Size(1240, 378);
  184. this.checkPagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  185. this.checkPagination.TabIndex = 5;
  186. //
  187. // checkPage1
  188. //
  189. this.checkPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  190. this.checkPage1.Controls.Add(this.Datas);
  191. this.checkPage1.Cursor = System.Windows.Forms.Cursors.Default;
  192. this.checkPage1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.checkPage1.Location = new System.Drawing.Point(4, 37);
  194. this.checkPage1.Name = "checkPage1";
  195. this.checkPage1.Padding = new System.Windows.Forms.Padding(3);
  196. this.checkPage1.Size = new System.Drawing.Size(1232, 337);
  197. this.checkPage1.TabIndex = 0;
  198. this.checkPage1.Text = "扫描数据";
  199. this.checkPage1.UseVisualStyleBackColor = true;
  200. //
  201. // Datas
  202. //
  203. this.Datas.AllowUserToAddRows = false;
  204. this.Datas.AllowUserToDeleteRows = false;
  205. this.Datas.AllowUserToResizeRows = false;
  206. this.Datas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  207. this.Datas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  208. this.Datas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  209. this.DbarCode,
  210. this.DboxCode,
  211. this.DcountCol,
  212. this.DtimeCol,
  213. this.Duser,
  214. this.DisCheckdcr,
  215. this.Dresult});
  216. this.Datas.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.Datas.Location = new System.Drawing.Point(3, 3);
  218. this.Datas.MultiSelect = false;
  219. this.Datas.Name = "Datas";
  220. this.Datas.ReadOnly = true;
  221. this.Datas.RowHeadersWidth = 62;
  222. this.Datas.RowTemplate.Height = 30;
  223. this.Datas.Size = new System.Drawing.Size(1224, 329);
  224. this.Datas.TabIndex = 0;
  225. //
  226. // checkPage2
  227. //
  228. this.checkPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  229. this.checkPage2.Controls.Add(this.checkSetting);
  230. this.checkPage2.Cursor = System.Windows.Forms.Cursors.Default;
  231. this.checkPage2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.checkPage2.Location = new System.Drawing.Point(4, 37);
  233. this.checkPage2.Name = "checkPage2";
  234. this.checkPage2.Padding = new System.Windows.Forms.Padding(3);
  235. this.checkPage2.Size = new System.Drawing.Size(1232, 337);
  236. this.checkPage2.TabIndex = 1;
  237. this.checkPage2.Text = "设置";
  238. this.checkPage2.UseVisualStyleBackColor = true;
  239. //
  240. // checkSetting
  241. //
  242. this.checkSetting.ColumnCount = 2;
  243. this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  244. this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  245. this.checkSetting.Controls.Add(this.checkSettingRight, 1, 0);
  246. this.checkSetting.Controls.Add(this.checkSettingLeft, 0, 0);
  247. this.checkSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  248. this.checkSetting.Location = new System.Drawing.Point(3, 3);
  249. this.checkSetting.Name = "checkSetting";
  250. this.checkSetting.RowCount = 1;
  251. this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  252. this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 338F));
  253. this.checkSetting.Size = new System.Drawing.Size(1224, 329);
  254. this.checkSetting.TabIndex = 0;
  255. //
  256. // checkSettingRight
  257. //
  258. this.checkSettingRight.Controls.Add(this.settingRightInput3);
  259. this.checkSettingRight.Controls.Add(this.settingRightLab3);
  260. this.checkSettingRight.Controls.Add(this.settingRightSubmit);
  261. this.checkSettingRight.Controls.Add(this.settingRightInput2);
  262. this.checkSettingRight.Controls.Add(this.settingRightInput1);
  263. this.checkSettingRight.Controls.Add(this.settingRightLab2);
  264. this.checkSettingRight.Controls.Add(this.settingRightLab1);
  265. this.checkSettingRight.Dock = System.Windows.Forms.DockStyle.Top;
  266. this.checkSettingRight.Location = new System.Drawing.Point(615, 3);
  267. this.checkSettingRight.Name = "checkSettingRight";
  268. this.checkSettingRight.Size = new System.Drawing.Size(606, 236);
  269. this.checkSettingRight.TabIndex = 1;
  270. this.checkSettingRight.TabStop = false;
  271. this.checkSettingRight.Text = "文件设置";
  272. //
  273. // settingRightInput3
  274. //
  275. this.settingRightInput3.Location = new System.Drawing.Point(137, 137);
  276. this.settingRightInput3.Name = "settingRightInput3";
  277. this.settingRightInput3.Size = new System.Drawing.Size(412, 31);
  278. this.settingRightInput3.TabIndex = 11;
  279. //
  280. // settingRightLab3
  281. //
  282. this.settingRightLab3.AutoSize = true;
  283. this.settingRightLab3.Location = new System.Drawing.Point(20, 140);
  284. this.settingRightLab3.Name = "settingRightLab3";
  285. this.settingRightLab3.Size = new System.Drawing.Size(125, 24);
  286. this.settingRightLab3.TabIndex = 10;
  287. this.settingRightLab3.Text = "Excel安装位置";
  288. //
  289. // settingRightSubmit
  290. //
  291. this.settingRightSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  292. this.settingRightSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
  293. this.settingRightSubmit.Location = new System.Drawing.Point(463, 178);
  294. this.settingRightSubmit.Name = "settingRightSubmit";
  295. this.settingRightSubmit.Size = new System.Drawing.Size(114, 40);
  296. this.settingRightSubmit.TabIndex = 9;
  297. this.settingRightSubmit.Text = "确认";
  298. this.settingRightSubmit.UseVisualStyleBackColor = true;
  299. this.settingRightSubmit.Click += new System.EventHandler(this.settingRightSubmit_Click);
  300. //
  301. // settingRightInput2
  302. //
  303. this.settingRightInput2.Location = new System.Drawing.Point(137, 90);
  304. this.settingRightInput2.Name = "settingRightInput2";
  305. this.settingRightInput2.Size = new System.Drawing.Size(412, 31);
  306. this.settingRightInput2.TabIndex = 8;
  307. this.settingRightInput2.Click += new System.EventHandler(this.settingRightInput2_Click);
  308. //
  309. // settingRightInput1
  310. //
  311. this.settingRightInput1.Location = new System.Drawing.Point(137, 40);
  312. this.settingRightInput1.Name = "settingRightInput1";
  313. this.settingRightInput1.Size = new System.Drawing.Size(412, 31);
  314. this.settingRightInput1.TabIndex = 7;
  315. this.settingRightInput1.Click += new System.EventHandler(this.settingRightInput1_Click);
  316. //
  317. // settingRightLab2
  318. //
  319. this.settingRightLab2.AutoSize = true;
  320. this.settingRightLab2.Location = new System.Drawing.Point(49, 93);
  321. this.settingRightLab2.Name = "settingRightLab2";
  322. this.settingRightLab2.Size = new System.Drawing.Size(82, 24);
  323. this.settingRightLab2.TabIndex = 6;
  324. this.settingRightLab2.Text = "导出目录";
  325. //
  326. // settingRightLab1
  327. //
  328. this.settingRightLab1.AutoSize = true;
  329. this.settingRightLab1.Location = new System.Drawing.Point(49, 43);
  330. this.settingRightLab1.Name = "settingRightLab1";
  331. this.settingRightLab1.Size = new System.Drawing.Size(82, 24);
  332. this.settingRightLab1.TabIndex = 5;
  333. this.settingRightLab1.Text = "警报文件";
  334. //
  335. // checkSettingLeft
  336. //
  337. this.checkSettingLeft.Controls.Add(this.settingLeftSubmit);
  338. this.checkSettingLeft.Controls.Add(this.settingLeftInput2);
  339. this.checkSettingLeft.Controls.Add(this.settingLeftInput1);
  340. this.checkSettingLeft.Controls.Add(this.settingLeftLab2);
  341. this.checkSettingLeft.Controls.Add(this.settingLeftLab1);
  342. this.checkSettingLeft.Dock = System.Windows.Forms.DockStyle.Top;
  343. this.checkSettingLeft.Location = new System.Drawing.Point(3, 3);
  344. this.checkSettingLeft.Name = "checkSettingLeft";
  345. this.checkSettingLeft.Size = new System.Drawing.Size(606, 236);
  346. this.checkSettingLeft.TabIndex = 0;
  347. this.checkSettingLeft.TabStop = false;
  348. this.checkSettingLeft.Text = "扫描设置";
  349. //
  350. // settingLeftSubmit
  351. //
  352. this.settingLeftSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  353. this.settingLeftSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
  354. this.settingLeftSubmit.Location = new System.Drawing.Point(449, 178);
  355. this.settingLeftSubmit.Name = "settingLeftSubmit";
  356. this.settingLeftSubmit.Size = new System.Drawing.Size(114, 40);
  357. this.settingLeftSubmit.TabIndex = 4;
  358. this.settingLeftSubmit.Text = "确认";
  359. this.settingLeftSubmit.UseVisualStyleBackColor = true;
  360. this.settingLeftSubmit.Click += new System.EventHandler(this.settingLeftSubmit_Click);
  361. //
  362. // settingLeftInput2
  363. //
  364. this.settingLeftInput2.Location = new System.Drawing.Point(112, 108);
  365. this.settingLeftInput2.Name = "settingLeftInput2";
  366. this.settingLeftInput2.Size = new System.Drawing.Size(305, 31);
  367. this.settingLeftInput2.TabIndex = 3;
  368. //
  369. // settingLeftInput1
  370. //
  371. this.settingLeftInput1.Location = new System.Drawing.Point(112, 58);
  372. this.settingLeftInput1.Name = "settingLeftInput1";
  373. this.settingLeftInput1.Size = new System.Drawing.Size(305, 31);
  374. this.settingLeftInput1.TabIndex = 2;
  375. //
  376. // settingLeftLab2
  377. //
  378. this.settingLeftLab2.AutoSize = true;
  379. this.settingLeftLab2.Location = new System.Drawing.Point(19, 111);
  380. this.settingLeftLab2.Name = "settingLeftLab2";
  381. this.settingLeftLab2.Size = new System.Drawing.Size(82, 24);
  382. this.settingLeftLab2.TabIndex = 1;
  383. this.settingLeftLab2.Text = "箱内容量";
  384. //
  385. // settingLeftLab1
  386. //
  387. this.settingLeftLab1.AutoSize = true;
  388. this.settingLeftLab1.Location = new System.Drawing.Point(6, 61);
  389. this.settingLeftLab1.Name = "settingLeftLab1";
  390. this.settingLeftLab1.Size = new System.Drawing.Size(100, 24);
  391. this.settingLeftLab1.TabIndex = 0;
  392. this.settingLeftLab1.Text = "列表记录数";
  393. //
  394. // checkPage3
  395. //
  396. this.checkPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  397. this.checkPage3.Controls.Add(this.RulesDatas);
  398. this.checkPage3.Controls.Add(this.rulesDataBox);
  399. this.checkPage3.Cursor = System.Windows.Forms.Cursors.Default;
  400. this.checkPage3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.checkPage3.Location = new System.Drawing.Point(4, 37);
  402. this.checkPage3.Name = "checkPage3";
  403. this.checkPage3.Size = new System.Drawing.Size(1232, 337);
  404. this.checkPage3.TabIndex = 2;
  405. this.checkPage3.Text = "条码规则";
  406. this.checkPage3.UseVisualStyleBackColor = true;
  407. //
  408. // checkPage4
  409. //
  410. this.checkPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  411. this.checkPage4.Controls.Add(this.queryDataBox1);
  412. this.checkPage4.Controls.Add(this.queryDataBox);
  413. this.checkPage4.Cursor = System.Windows.Forms.Cursors.Default;
  414. this.checkPage4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.checkPage4.Location = new System.Drawing.Point(4, 37);
  416. this.checkPage4.Name = "checkPage4";
  417. this.checkPage4.Size = new System.Drawing.Size(1232, 337);
  418. this.checkPage4.TabIndex = 3;
  419. this.checkPage4.Text = "查询数据";
  420. this.checkPage4.UseVisualStyleBackColor = true;
  421. //
  422. // queryDataBox1
  423. //
  424. this.queryDataBox1.Controls.Add(this.QDDatas);
  425. this.queryDataBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.queryDataBox1.Location = new System.Drawing.Point(0, 90);
  427. this.queryDataBox1.Name = "queryDataBox1";
  428. this.queryDataBox1.Size = new System.Drawing.Size(1230, 245);
  429. this.queryDataBox1.TabIndex = 3;
  430. //
  431. // QDDatas
  432. //
  433. this.QDDatas.AllowUserToAddRows = false;
  434. this.QDDatas.AllowUserToDeleteRows = false;
  435. this.QDDatas.AllowUserToResizeRows = false;
  436. this.QDDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  437. this.QDDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  438. this.QDDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  439. this.dataGridViewTextBoxColumn1,
  440. this.dataGridViewTextBoxColumn2,
  441. this.dataGridViewTextBoxColumn3,
  442. this.dataGridViewTextBoxColumn4,
  443. this.dataGridViewTextBoxColumn5});
  444. this.QDDatas.Dock = System.Windows.Forms.DockStyle.Fill;
  445. this.QDDatas.Location = new System.Drawing.Point(0, 0);
  446. this.QDDatas.MultiSelect = false;
  447. this.QDDatas.Name = "QDDatas";
  448. this.QDDatas.ReadOnly = true;
  449. this.QDDatas.RowHeadersWidth = 62;
  450. this.QDDatas.RowTemplate.Height = 30;
  451. this.QDDatas.Size = new System.Drawing.Size(1230, 245);
  452. this.QDDatas.TabIndex = 1;
  453. //
  454. // dataGridViewTextBoxColumn1
  455. //
  456. this.dataGridViewTextBoxColumn1.HeaderText = "条码";
  457. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  458. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  459. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  460. this.dataGridViewTextBoxColumn1.Width = 240;
  461. //
  462. // dataGridViewTextBoxColumn2
  463. //
  464. this.dataGridViewTextBoxColumn2.HeaderText = "箱码";
  465. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  466. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  467. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  468. this.dataGridViewTextBoxColumn2.Width = 260;
  469. //
  470. // dataGridViewTextBoxColumn3
  471. //
  472. this.dataGridViewTextBoxColumn3.HeaderText = "扫描次数";
  473. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  474. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  475. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  476. this.dataGridViewTextBoxColumn3.Width = 120;
  477. //
  478. // dataGridViewTextBoxColumn4
  479. //
  480. this.dataGridViewTextBoxColumn4.HeaderText = "扫描时间";
  481. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  482. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  483. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  484. this.dataGridViewTextBoxColumn4.Width = 180;
  485. //
  486. // dataGridViewTextBoxColumn5
  487. //
  488. this.dataGridViewTextBoxColumn5.HeaderText = "扫描人";
  489. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  490. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  491. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  492. this.dataGridViewTextBoxColumn5.Width = 120;
  493. //
  494. // queryDataBox
  495. //
  496. this.queryDataBox.Controls.Add(this.QDcheckbox1);
  497. this.queryDataBox.Controls.Add(this.QDlab3);
  498. this.queryDataBox.Controls.Add(this.QDexport);
  499. this.queryDataBox.Controls.Add(this.QDdtp2);
  500. this.queryDataBox.Controls.Add(this.QDquery);
  501. this.queryDataBox.Controls.Add(this.QDdtp1);
  502. this.queryDataBox.Controls.Add(this.QDInput2);
  503. this.queryDataBox.Controls.Add(this.QDInput1);
  504. this.queryDataBox.Controls.Add(this.QDlab2);
  505. this.queryDataBox.Controls.Add(this.QDlab1);
  506. this.queryDataBox.Dock = System.Windows.Forms.DockStyle.Top;
  507. this.queryDataBox.Location = new System.Drawing.Point(0, 0);
  508. this.queryDataBox.Name = "queryDataBox";
  509. this.queryDataBox.Size = new System.Drawing.Size(1230, 90);
  510. this.queryDataBox.TabIndex = 2;
  511. //
  512. // QDcheckbox1
  513. //
  514. this.QDcheckbox1.AutoSize = true;
  515. this.QDcheckbox1.Cursor = System.Windows.Forms.Cursors.Hand;
  516. this.QDcheckbox1.Location = new System.Drawing.Point(712, 21);
  517. this.QDcheckbox1.Name = "QDcheckbox1";
  518. this.QDcheckbox1.Size = new System.Drawing.Size(22, 21);
  519. this.QDcheckbox1.TabIndex = 9;
  520. this.QDcheckbox1.UseVisualStyleBackColor = true;
  521. //
  522. // QDlab3
  523. //
  524. this.QDlab3.AutoSize = true;
  525. this.QDlab3.Location = new System.Drawing.Point(939, 18);
  526. this.QDlab3.Name = "QDlab3";
  527. this.QDlab3.Size = new System.Drawing.Size(29, 24);
  528. this.QDlab3.TabIndex = 8;
  529. this.QDlab3.Text = "—";
  530. //
  531. // QDexport
  532. //
  533. this.QDexport.Cursor = System.Windows.Forms.Cursors.Hand;
  534. this.QDexport.Location = new System.Drawing.Point(202, 56);
  535. this.QDexport.Name = "QDexport";
  536. this.QDexport.Size = new System.Drawing.Size(85, 30);
  537. this.QDexport.TabIndex = 7;
  538. this.QDexport.Text = "导出";
  539. this.QDexport.UseVisualStyleBackColor = true;
  540. this.QDexport.Click += new System.EventHandler(this.QDexport_Click);
  541. //
  542. // QDdtp2
  543. //
  544. this.QDdtp2.Location = new System.Drawing.Point(962, 16);
  545. this.QDdtp2.Name = "QDdtp2";
  546. this.QDdtp2.Size = new System.Drawing.Size(223, 31);
  547. this.QDdtp2.TabIndex = 5;
  548. this.QDdtp2.ValueChanged += new System.EventHandler(this.QDdtp2_ValueChanged);
  549. //
  550. // QDquery
  551. //
  552. this.QDquery.Cursor = System.Windows.Forms.Cursors.Hand;
  553. this.QDquery.Location = new System.Drawing.Point(78, 56);
  554. this.QDquery.Name = "QDquery";
  555. this.QDquery.Size = new System.Drawing.Size(85, 30);
  556. this.QDquery.TabIndex = 6;
  557. this.QDquery.Text = "获取";
  558. this.QDquery.UseVisualStyleBackColor = true;
  559. this.QDquery.Click += new System.EventHandler(this.QDquery_Click);
  560. //
  561. // QDdtp1
  562. //
  563. this.QDdtp1.Location = new System.Drawing.Point(736, 16);
  564. this.QDdtp1.Name = "QDdtp1";
  565. this.QDdtp1.Size = new System.Drawing.Size(200, 31);
  566. this.QDdtp1.TabIndex = 4;
  567. this.QDdtp1.ValueChanged += new System.EventHandler(this.QDdtp1_ValueChanged);
  568. //
  569. // QDInput2
  570. //
  571. this.QDInput2.Location = new System.Drawing.Point(420, 15);
  572. this.QDInput2.Name = "QDInput2";
  573. this.QDInput2.Size = new System.Drawing.Size(264, 31);
  574. this.QDInput2.TabIndex = 3;
  575. //
  576. // QDInput1
  577. //
  578. this.QDInput1.Location = new System.Drawing.Point(79, 15);
  579. this.QDInput1.Name = "QDInput1";
  580. this.QDInput1.Size = new System.Drawing.Size(264, 31);
  581. this.QDInput1.TabIndex = 2;
  582. //
  583. // QDlab2
  584. //
  585. this.QDlab2.AutoSize = true;
  586. this.QDlab2.Location = new System.Drawing.Point(360, 18);
  587. this.QDlab2.Name = "QDlab2";
  588. this.QDlab2.Size = new System.Drawing.Size(46, 24);
  589. this.QDlab2.TabIndex = 1;
  590. this.QDlab2.Text = "箱号";
  591. //
  592. // QDlab1
  593. //
  594. this.QDlab1.AutoSize = true;
  595. this.QDlab1.Location = new System.Drawing.Point(21, 18);
  596. this.QDlab1.Name = "QDlab1";
  597. this.QDlab1.Size = new System.Drawing.Size(46, 24);
  598. this.QDlab1.TabIndex = 0;
  599. this.QDlab1.Text = "条码";
  600. //
  601. // detailTop
  602. //
  603. this.detailTop.ColumnCount = 2;
  604. this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
  605. this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  606. this.detailTop.Controls.Add(this.detailLeft, 0, 0);
  607. this.detailTop.Controls.Add(this.ShowMsg, 1, 0);
  608. this.detailTop.Dock = System.Windows.Forms.DockStyle.Top;
  609. this.detailTop.Location = new System.Drawing.Point(3, 3);
  610. this.detailTop.Name = "detailTop";
  611. this.detailTop.RowCount = 1;
  612. this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  613. this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 203F));
  614. this.detailTop.Size = new System.Drawing.Size(1240, 203);
  615. this.detailTop.TabIndex = 4;
  616. //
  617. // detailLeft
  618. //
  619. this.detailLeft.Controls.Add(this.radio1);
  620. this.detailLeft.Controls.Add(this.detailLeftBox);
  621. this.detailLeft.Controls.Add(this.dRules);
  622. this.detailLeft.Controls.Add(this.DRulesBtn);
  623. this.detailLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  624. this.detailLeft.Location = new System.Drawing.Point(3, 3);
  625. this.detailLeft.Name = "detailLeft";
  626. this.detailLeft.Size = new System.Drawing.Size(924, 197);
  627. this.detailLeft.TabIndex = 4;
  628. //
  629. // detailLeftBox
  630. //
  631. this.detailLeftBox.ColumnCount = 4;
  632. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  633. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  634. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
  635. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
  636. this.detailLeftBox.Controls.Add(this.dAll, 3, 1);
  637. this.detailLeftBox.Controls.Add(this.dAgain, 1, 1);
  638. this.detailLeftBox.Controls.Add(this.dSum, 3, 0);
  639. this.detailLeftBox.Controls.Add(this.detailCarton, 0, 3);
  640. this.detailLeftBox.Controls.Add(this.dlab1, 0, 0);
  641. this.detailLeftBox.Controls.Add(this.dlab2, 2, 0);
  642. this.detailLeftBox.Controls.Add(this.dlab4, 2, 1);
  643. this.detailLeftBox.Controls.Add(this.detailSN, 0, 2);
  644. this.detailLeftBox.Controls.Add(this.dlab3, 0, 1);
  645. this.detailLeftBox.Controls.Add(this.dCount, 1, 0);
  646. this.detailLeftBox.Dock = System.Windows.Forms.DockStyle.Left;
  647. this.detailLeftBox.Location = new System.Drawing.Point(0, 0);
  648. this.detailLeftBox.Name = "detailLeftBox";
  649. this.detailLeftBox.RowCount = 4;
  650. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  651. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  652. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  653. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  654. this.detailLeftBox.Size = new System.Drawing.Size(544, 197);
  655. this.detailLeftBox.TabIndex = 2;
  656. //
  657. // dAll
  658. //
  659. this.dAll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  660. | System.Windows.Forms.AnchorStyles.Left)
  661. | System.Windows.Forms.AnchorStyles.Right)));
  662. this.dAll.AutoSize = true;
  663. this.dAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  664. this.dAll.Location = new System.Drawing.Point(355, 49);
  665. this.dAll.Name = "dAll";
  666. this.dAll.Size = new System.Drawing.Size(186, 49);
  667. this.dAll.TabIndex = 9;
  668. this.dAll.Text = "0";
  669. this.dAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  670. //
  671. // dAgain
  672. //
  673. this.dAgain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  674. | System.Windows.Forms.AnchorStyles.Left)
  675. | System.Windows.Forms.AnchorStyles.Right)));
  676. this.dAgain.AutoSize = true;
  677. this.dAgain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.dAgain.Location = new System.Drawing.Point(122, 49);
  679. this.dAgain.Name = "dAgain";
  680. this.dAgain.Size = new System.Drawing.Size(146, 49);
  681. this.dAgain.TabIndex = 8;
  682. this.dAgain.Text = "0";
  683. this.dAgain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  684. //
  685. // dSum
  686. //
  687. this.dSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  688. | System.Windows.Forms.AnchorStyles.Left)
  689. | System.Windows.Forms.AnchorStyles.Right)));
  690. this.dSum.AutoSize = true;
  691. this.dSum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.dSum.Location = new System.Drawing.Point(355, 0);
  693. this.dSum.Name = "dSum";
  694. this.dSum.Size = new System.Drawing.Size(186, 49);
  695. this.dSum.TabIndex = 7;
  696. this.dSum.Text = "0";
  697. this.dSum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  698. //
  699. // detailCarton
  700. //
  701. this.detailLeftBox.SetColumnSpan(this.detailCarton, 4);
  702. this.detailCarton.Controls.Add(this.boxBtn);
  703. this.detailCarton.Controls.Add(this.boxLab);
  704. this.detailCarton.Controls.Add(this.BoxNo);
  705. this.detailCarton.Dock = System.Windows.Forms.DockStyle.Fill;
  706. this.detailCarton.Location = new System.Drawing.Point(3, 150);
  707. this.detailCarton.Name = "detailCarton";
  708. this.detailCarton.Size = new System.Drawing.Size(538, 44);
  709. this.detailCarton.TabIndex = 5;
  710. //
  711. // boxLab
  712. //
  713. this.boxLab.AutoSize = true;
  714. this.boxLab.Location = new System.Drawing.Point(34, 9);
  715. this.boxLab.Name = "boxLab";
  716. this.boxLab.Size = new System.Drawing.Size(54, 28);
  717. this.boxLab.TabIndex = 1;
  718. this.boxLab.Text = "箱号";
  719. //
  720. // BoxNo
  721. //
  722. this.BoxNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  723. this.BoxNo.Location = new System.Drawing.Point(100, 9);
  724. this.BoxNo.Name = "BoxNo";
  725. this.BoxNo.Size = new System.Drawing.Size(334, 31);
  726. this.BoxNo.TabIndex = 0;
  727. this.BoxNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BoxNo_KeyDown);
  728. //
  729. // dlab1
  730. //
  731. this.dlab1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  732. this.dlab1.AutoSize = true;
  733. this.dlab1.Location = new System.Drawing.Point(11, 0);
  734. this.dlab1.Name = "dlab1";
  735. this.dlab1.Size = new System.Drawing.Size(105, 49);
  736. this.dlab1.TabIndex = 0;
  737. this.dlab1.Text = "已扫产品数/箱容量";
  738. this.dlab1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  739. //
  740. // dlab2
  741. //
  742. this.dlab2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  743. this.dlab2.AutoSize = true;
  744. this.dlab2.Location = new System.Drawing.Point(274, 0);
  745. this.dlab2.Name = "dlab2";
  746. this.dlab2.Size = new System.Drawing.Size(75, 49);
  747. this.dlab2.TabIndex = 1;
  748. this.dlab2.Text = "已扫次数";
  749. this.dlab2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  750. //
  751. // dlab4
  752. //
  753. this.dlab4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  754. this.dlab4.AutoSize = true;
  755. this.dlab4.Location = new System.Drawing.Point(274, 59);
  756. this.dlab4.Name = "dlab4";
  757. this.dlab4.Size = new System.Drawing.Size(75, 28);
  758. this.dlab4.TabIndex = 3;
  759. this.dlab4.Text = "总箱数";
  760. this.dlab4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  761. //
  762. // detailSN
  763. //
  764. this.detailLeftBox.SetColumnSpan(this.detailSN, 4);
  765. this.detailSN.Controls.Add(this.snLab);
  766. this.detailSN.Controls.Add(this.SN);
  767. this.detailSN.Dock = System.Windows.Forms.DockStyle.Fill;
  768. this.detailSN.Location = new System.Drawing.Point(3, 101);
  769. this.detailSN.Name = "detailSN";
  770. this.detailSN.Size = new System.Drawing.Size(538, 43);
  771. this.detailSN.TabIndex = 4;
  772. //
  773. // snLab
  774. //
  775. this.snLab.AutoSize = true;
  776. this.snLab.Location = new System.Drawing.Point(20, 13);
  777. this.snLab.Name = "snLab";
  778. this.snLab.Size = new System.Drawing.Size(75, 28);
  779. this.snLab.TabIndex = 1;
  780. this.snLab.Text = "序列号";
  781. //
  782. // SN
  783. //
  784. this.SN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  785. this.SN.Location = new System.Drawing.Point(101, 10);
  786. this.SN.Name = "SN";
  787. this.SN.Size = new System.Drawing.Size(333, 31);
  788. this.SN.TabIndex = 0;
  789. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  790. //
  791. // dlab3
  792. //
  793. this.dlab3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  794. this.dlab3.AutoSize = true;
  795. this.dlab3.Location = new System.Drawing.Point(20, 59);
  796. this.dlab3.Name = "dlab3";
  797. this.dlab3.Size = new System.Drawing.Size(96, 28);
  798. this.dlab3.TabIndex = 2;
  799. this.dlab3.Text = "重复次数";
  800. this.dlab3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  801. //
  802. // dCount
  803. //
  804. this.dCount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  805. | System.Windows.Forms.AnchorStyles.Left)
  806. | System.Windows.Forms.AnchorStyles.Right)));
  807. this.dCount.AutoSize = true;
  808. this.dCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  809. this.dCount.Location = new System.Drawing.Point(122, 0);
  810. this.dCount.Name = "dCount";
  811. this.dCount.Size = new System.Drawing.Size(146, 49);
  812. this.dCount.TabIndex = 6;
  813. this.dCount.Text = "0/192";
  814. this.dCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  815. //
  816. // ShowMsg
  817. //
  818. this.ShowMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  819. | System.Windows.Forms.AnchorStyles.Left)
  820. | System.Windows.Forms.AnchorStyles.Right)));
  821. this.ShowMsg.AutoSize = true;
  822. this.ShowMsg.BackColor = System.Drawing.Color.LawnGreen;
  823. this.ShowMsg.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.ShowMsg.Location = new System.Drawing.Point(933, 0);
  825. this.ShowMsg.Name = "ShowMsg";
  826. this.ShowMsg.Size = new System.Drawing.Size(304, 203);
  827. this.ShowMsg.TabIndex = 5;
  828. this.ShowMsg.Text = "Pass";
  829. this.ShowMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  830. //
  831. // Page2
  832. //
  833. this.Page2.BackColor = System.Drawing.SystemColors.Control;
  834. this.Page2.Cursor = System.Windows.Forms.Cursors.Default;
  835. this.Page2.Location = new System.Drawing.Point(4, 34);
  836. this.Page2.Name = "Page2";
  837. this.Page2.Padding = new System.Windows.Forms.Padding(3);
  838. this.Page2.Size = new System.Drawing.Size(1246, 587);
  839. this.Page2.TabIndex = 1;
  840. this.Page2.Text = "DCR文件打包";
  841. //
  842. // bottom
  843. //
  844. this.bottom.ColumnCount = 3;
  845. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  846. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 79F));
  847. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11F));
  848. this.bottom.Controls.Add(this.currUser, 0, 0);
  849. this.bottom.Controls.Add(this.currTime, 2, 0);
  850. this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  851. this.bottom.Location = new System.Drawing.Point(0, 625);
  852. this.bottom.Name = "bottom";
  853. this.bottom.RowCount = 1;
  854. this.bottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  855. this.bottom.Size = new System.Drawing.Size(1254, 35);
  856. this.bottom.TabIndex = 2;
  857. //
  858. // currUser
  859. //
  860. this.currUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  861. | System.Windows.Forms.AnchorStyles.Left)));
  862. this.currUser.AutoSize = true;
  863. this.currUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  864. this.currUser.Location = new System.Drawing.Point(3, 0);
  865. this.currUser.Name = "currUser";
  866. this.currUser.Size = new System.Drawing.Size(100, 35);
  867. this.currUser.TabIndex = 0;
  868. this.currUser.Text = "当前账号:";
  869. this.currUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  870. //
  871. // currTime
  872. //
  873. this.currTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  874. | System.Windows.Forms.AnchorStyles.Right)));
  875. this.currTime.AutoSize = true;
  876. this.currTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  877. this.currTime.Location = new System.Drawing.Point(1205, 0);
  878. this.currTime.Name = "currTime";
  879. this.currTime.Size = new System.Drawing.Size(46, 35);
  880. this.currTime.TabIndex = 1;
  881. this.currTime.Text = "时间";
  882. this.currTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  883. //
  884. // top
  885. //
  886. this.top.Controls.Add(this.Pagination);
  887. this.top.Dock = System.Windows.Forms.DockStyle.Fill;
  888. this.top.Location = new System.Drawing.Point(0, 0);
  889. this.top.Name = "top";
  890. this.top.Size = new System.Drawing.Size(1254, 625);
  891. this.top.TabIndex = 3;
  892. //
  893. // DbarCode
  894. //
  895. this.DbarCode.HeaderText = "条码";
  896. this.DbarCode.MinimumWidth = 8;
  897. this.DbarCode.Name = "DbarCode";
  898. this.DbarCode.ReadOnly = true;
  899. this.DbarCode.Width = 240;
  900. //
  901. // DboxCode
  902. //
  903. this.DboxCode.HeaderText = "箱号";
  904. this.DboxCode.MinimumWidth = 8;
  905. this.DboxCode.Name = "DboxCode";
  906. this.DboxCode.ReadOnly = true;
  907. this.DboxCode.Width = 260;
  908. //
  909. // DcountCol
  910. //
  911. this.DcountCol.HeaderText = "扫描次数";
  912. this.DcountCol.MinimumWidth = 8;
  913. this.DcountCol.Name = "DcountCol";
  914. this.DcountCol.ReadOnly = true;
  915. this.DcountCol.Width = 120;
  916. //
  917. // DtimeCol
  918. //
  919. this.DtimeCol.HeaderText = "扫描时间";
  920. this.DtimeCol.MinimumWidth = 8;
  921. this.DtimeCol.Name = "DtimeCol";
  922. this.DtimeCol.ReadOnly = true;
  923. this.DtimeCol.Width = 180;
  924. //
  925. // Duser
  926. //
  927. this.Duser.HeaderText = "扫描人";
  928. this.Duser.MinimumWidth = 8;
  929. this.Duser.Name = "Duser";
  930. this.Duser.ReadOnly = true;
  931. this.Duser.Width = 120;
  932. //
  933. // DisCheckdcr
  934. //
  935. this.DisCheckdcr.HeaderText = "是否核对DCR";
  936. this.DisCheckdcr.MinimumWidth = 8;
  937. this.DisCheckdcr.Name = "DisCheckdcr";
  938. this.DisCheckdcr.ReadOnly = true;
  939. this.DisCheckdcr.Width = 160;
  940. //
  941. // Dresult
  942. //
  943. this.Dresult.HeaderText = "扫描结果";
  944. this.Dresult.MinimumWidth = 8;
  945. this.Dresult.Name = "Dresult";
  946. this.Dresult.ReadOnly = true;
  947. this.Dresult.Width = 120;
  948. //
  949. // radio1
  950. //
  951. this.radio1.AutoSize = true;
  952. this.radio1.Cursor = System.Windows.Forms.Cursors.Hand;
  953. this.radio1.Location = new System.Drawing.Point(566, 66);
  954. this.radio1.Name = "radio1";
  955. this.radio1.Size = new System.Drawing.Size(208, 32);
  956. this.radio1.TabIndex = 5;
  957. this.radio1.Text = "核对DCR过站记录";
  958. this.radio1.UseVisualStyleBackColor = true;
  959. //
  960. // boxBtn
  961. //
  962. this.boxBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  963. this.boxBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  964. this.boxBtn.Location = new System.Drawing.Point(457, 7);
  965. this.boxBtn.Name = "boxBtn";
  966. this.boxBtn.Size = new System.Drawing.Size(75, 30);
  967. this.boxBtn.TabIndex = 8;
  968. this.boxBtn.Text = "修改";
  969. this.boxBtn.UseVisualStyleBackColor = true;
  970. this.boxBtn.Click += new System.EventHandler(this.boxBtn_Click);
  971. //
  972. // DRulesBtn
  973. //
  974. this.DRulesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  975. this.DRulesBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  976. this.DRulesBtn.Location = new System.Drawing.Point(808, 7);
  977. this.DRulesBtn.Name = "DRulesBtn";
  978. this.DRulesBtn.Size = new System.Drawing.Size(70, 30);
  979. this.DRulesBtn.TabIndex = 11;
  980. this.DRulesBtn.Text = "确定";
  981. this.DRulesBtn.UseVisualStyleBackColor = true;
  982. //
  983. // dRules
  984. //
  985. this.dRules.Location = new System.Drawing.Point(566, 9);
  986. this.dRules.Name = "dRules";
  987. this.dRules.Size = new System.Drawing.Size(236, 35);
  988. this.dRules.TabIndex = 10;
  989. //
  990. // rulesQuery
  991. //
  992. this.rulesQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  993. this.rulesQuery.Location = new System.Drawing.Point(298, 48);
  994. this.rulesQuery.Name = "rulesQuery";
  995. this.rulesQuery.Size = new System.Drawing.Size(85, 30);
  996. this.rulesQuery.TabIndex = 14;
  997. this.rulesQuery.Text = "获取";
  998. this.rulesQuery.UseVisualStyleBackColor = true;
  999. //
  1000. // rulesInput2
  1001. //
  1002. this.rulesInput2.Location = new System.Drawing.Point(90, 11);
  1003. this.rulesInput2.Name = "rulesInput2";
  1004. this.rulesInput2.Size = new System.Drawing.Size(264, 31);
  1005. this.rulesInput2.TabIndex = 13;
  1006. //
  1007. // rulesLab1
  1008. //
  1009. this.rulesLab1.AutoSize = true;
  1010. this.rulesLab1.Location = new System.Drawing.Point(11, 14);
  1011. this.rulesLab1.Name = "rulesLab1";
  1012. this.rulesLab1.Size = new System.Drawing.Size(82, 24);
  1013. this.rulesLab1.TabIndex = 12;
  1014. this.rulesLab1.Text = "规则名称";
  1015. //
  1016. // RulesDatas
  1017. //
  1018. this.RulesDatas.AllowUserToAddRows = false;
  1019. this.RulesDatas.AllowUserToDeleteRows = false;
  1020. this.RulesDatas.AllowUserToResizeRows = false;
  1021. this.RulesDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  1022. this.RulesDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  1023. this.RulesDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1024. this.RulesCol1,
  1025. this.RulesCol2,
  1026. this.RulesCol3,
  1027. this.RulesCol4,
  1028. this.RulesCol5,
  1029. this.RulesCol6});
  1030. this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
  1031. this.RulesDatas.Location = new System.Drawing.Point(0, 83);
  1032. this.RulesDatas.MultiSelect = false;
  1033. this.RulesDatas.Name = "RulesDatas";
  1034. this.RulesDatas.ReadOnly = true;
  1035. this.RulesDatas.RowHeadersWidth = 62;
  1036. this.RulesDatas.RowTemplate.Height = 30;
  1037. this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
  1038. this.RulesDatas.TabIndex = 16;
  1039. //
  1040. // rulesDataBox
  1041. //
  1042. this.rulesDataBox.Controls.Add(this.rulesUpdate);
  1043. this.rulesDataBox.Controls.Add(this.rulesAdd);
  1044. this.rulesDataBox.Controls.Add(this.label1);
  1045. this.rulesDataBox.Controls.Add(this.textBox1);
  1046. this.rulesDataBox.Controls.Add(this.rulesLab1);
  1047. this.rulesDataBox.Controls.Add(this.rulesQuery);
  1048. this.rulesDataBox.Controls.Add(this.rulesInput2);
  1049. this.rulesDataBox.Dock = System.Windows.Forms.DockStyle.Top;
  1050. this.rulesDataBox.Location = new System.Drawing.Point(0, 0);
  1051. this.rulesDataBox.Name = "rulesDataBox";
  1052. this.rulesDataBox.Size = new System.Drawing.Size(1230, 83);
  1053. this.rulesDataBox.TabIndex = 17;
  1054. //
  1055. // RulesCol1
  1056. //
  1057. this.RulesCol1.HeaderText = "规则名称";
  1058. this.RulesCol1.MinimumWidth = 8;
  1059. this.RulesCol1.Name = "RulesCol1";
  1060. this.RulesCol1.ReadOnly = true;
  1061. this.RulesCol1.Width = 240;
  1062. //
  1063. // RulesCol2
  1064. //
  1065. this.RulesCol2.HeaderText = "规则内容";
  1066. this.RulesCol2.MinimumWidth = 8;
  1067. this.RulesCol2.Name = "RulesCol2";
  1068. this.RulesCol2.ReadOnly = true;
  1069. this.RulesCol2.Width = 260;
  1070. //
  1071. // RulesCol3
  1072. //
  1073. this.RulesCol3.HeaderText = "备注";
  1074. this.RulesCol3.MinimumWidth = 8;
  1075. this.RulesCol3.Name = "RulesCol3";
  1076. this.RulesCol3.ReadOnly = true;
  1077. this.RulesCol3.Width = 260;
  1078. //
  1079. // RulesCol4
  1080. //
  1081. this.RulesCol4.HeaderText = "长度";
  1082. this.RulesCol4.MinimumWidth = 8;
  1083. this.RulesCol4.Name = "RulesCol4";
  1084. this.RulesCol4.ReadOnly = true;
  1085. this.RulesCol4.Width = 120;
  1086. //
  1087. // RulesCol5
  1088. //
  1089. this.RulesCol5.HeaderText = "更新时间";
  1090. this.RulesCol5.MinimumWidth = 8;
  1091. this.RulesCol5.Name = "RulesCol5";
  1092. this.RulesCol5.ReadOnly = true;
  1093. this.RulesCol5.Width = 180;
  1094. //
  1095. // RulesCol6
  1096. //
  1097. this.RulesCol6.HeaderText = "操作人员";
  1098. this.RulesCol6.MinimumWidth = 8;
  1099. this.RulesCol6.Name = "RulesCol6";
  1100. this.RulesCol6.ReadOnly = true;
  1101. this.RulesCol6.Width = 150;
  1102. //
  1103. // label1
  1104. //
  1105. this.label1.AutoSize = true;
  1106. this.label1.Location = new System.Drawing.Point(368, 14);
  1107. this.label1.Name = "label1";
  1108. this.label1.Size = new System.Drawing.Size(82, 24);
  1109. this.label1.TabIndex = 15;
  1110. this.label1.Text = "规则内容";
  1111. //
  1112. // textBox1
  1113. //
  1114. this.textBox1.Location = new System.Drawing.Point(447, 11);
  1115. this.textBox1.Name = "textBox1";
  1116. this.textBox1.Size = new System.Drawing.Size(264, 31);
  1117. this.textBox1.TabIndex = 16;
  1118. //
  1119. // rulesAdd
  1120. //
  1121. this.rulesAdd.Cursor = System.Windows.Forms.Cursors.Hand;
  1122. this.rulesAdd.Location = new System.Drawing.Point(90, 48);
  1123. this.rulesAdd.Name = "rulesAdd";
  1124. this.rulesAdd.Size = new System.Drawing.Size(85, 30);
  1125. this.rulesAdd.TabIndex = 17;
  1126. this.rulesAdd.Text = "新增";
  1127. this.rulesAdd.UseVisualStyleBackColor = true;
  1128. //
  1129. // rulesUpdate
  1130. //
  1131. this.rulesUpdate.Cursor = System.Windows.Forms.Cursors.Hand;
  1132. this.rulesUpdate.Location = new System.Drawing.Point(196, 48);
  1133. this.rulesUpdate.Name = "rulesUpdate";
  1134. this.rulesUpdate.Size = new System.Drawing.Size(85, 30);
  1135. this.rulesUpdate.TabIndex = 18;
  1136. this.rulesUpdate.Text = "修改";
  1137. this.rulesUpdate.UseVisualStyleBackColor = true;
  1138. //
  1139. // Main
  1140. //
  1141. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  1142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1143. this.BackColor = System.Drawing.SystemColors.Control;
  1144. this.ClientSize = new System.Drawing.Size(1254, 660);
  1145. this.Controls.Add(this.top);
  1146. this.Controls.Add(this.bottom);
  1147. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1148. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1149. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1150. this.Margin = new System.Windows.Forms.Padding(4);
  1151. this.Name = "Main";
  1152. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1153. this.Text = "UAS_MES 工具";
  1154. this.Load += new System.EventHandler(this.Main_Load);
  1155. this.Pagination.ResumeLayout(false);
  1156. this.Page1.ResumeLayout(false);
  1157. this.checkPagination.ResumeLayout(false);
  1158. this.checkPage1.ResumeLayout(false);
  1159. ((System.ComponentModel.ISupportInitialize)(this.Datas)).EndInit();
  1160. this.checkPage2.ResumeLayout(false);
  1161. this.checkSetting.ResumeLayout(false);
  1162. this.checkSettingRight.ResumeLayout(false);
  1163. this.checkSettingRight.PerformLayout();
  1164. this.checkSettingLeft.ResumeLayout(false);
  1165. this.checkSettingLeft.PerformLayout();
  1166. this.checkPage3.ResumeLayout(false);
  1167. this.checkPage4.ResumeLayout(false);
  1168. this.queryDataBox1.ResumeLayout(false);
  1169. ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).EndInit();
  1170. this.queryDataBox.ResumeLayout(false);
  1171. this.queryDataBox.PerformLayout();
  1172. this.detailTop.ResumeLayout(false);
  1173. this.detailTop.PerformLayout();
  1174. this.detailLeft.ResumeLayout(false);
  1175. this.detailLeft.PerformLayout();
  1176. this.detailLeftBox.ResumeLayout(false);
  1177. this.detailLeftBox.PerformLayout();
  1178. this.detailCarton.ResumeLayout(false);
  1179. this.detailCarton.PerformLayout();
  1180. this.detailSN.ResumeLayout(false);
  1181. this.detailSN.PerformLayout();
  1182. this.bottom.ResumeLayout(false);
  1183. this.bottom.PerformLayout();
  1184. this.top.ResumeLayout(false);
  1185. ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).EndInit();
  1186. this.rulesDataBox.ResumeLayout(false);
  1187. this.rulesDataBox.PerformLayout();
  1188. this.ResumeLayout(false);
  1189. }
  1190. #endregion
  1191. private System.Windows.Forms.TabControl Pagination;
  1192. private System.Windows.Forms.TabPage Page1;
  1193. private System.Windows.Forms.TabPage Page2;
  1194. private System.Windows.Forms.TextBox SN;
  1195. private System.Windows.Forms.Label snLab;
  1196. private System.Windows.Forms.TableLayoutPanel detailLeftBox;
  1197. private System.Windows.Forms.Label dlab1;
  1198. private System.Windows.Forms.Label dlab2;
  1199. private System.Windows.Forms.Label dlab3;
  1200. private System.Windows.Forms.Label dlab4;
  1201. private System.Windows.Forms.Panel detailSN;
  1202. private System.Windows.Forms.Panel detailCarton;
  1203. private System.Windows.Forms.Label boxLab;
  1204. private System.Windows.Forms.TextBox BoxNo;
  1205. private System.Windows.Forms.TableLayoutPanel bottom;
  1206. private System.Windows.Forms.Label currUser;
  1207. private System.Windows.Forms.Label currTime;
  1208. private System.Windows.Forms.Panel top;
  1209. private System.Windows.Forms.Label dCount;
  1210. private System.Windows.Forms.Label dAll;
  1211. private System.Windows.Forms.Label dAgain;
  1212. private System.Windows.Forms.Label dSum;
  1213. private System.Windows.Forms.TableLayoutPanel detailTop;
  1214. private System.Windows.Forms.Panel detailLeft;
  1215. private System.Windows.Forms.Label ShowMsg;
  1216. private System.Windows.Forms.TabControl checkPagination;
  1217. private System.Windows.Forms.TabPage checkPage1;
  1218. private System.Windows.Forms.TabPage checkPage2;
  1219. private System.Windows.Forms.TabPage checkPage3;
  1220. private System.Windows.Forms.TabPage checkPage4;
  1221. private System.Windows.Forms.TableLayoutPanel checkSetting;
  1222. private System.Windows.Forms.GroupBox checkSettingLeft;
  1223. private System.Windows.Forms.GroupBox checkSettingRight;
  1224. private System.Windows.Forms.Label settingLeftLab1;
  1225. private System.Windows.Forms.Label settingLeftLab2;
  1226. private System.Windows.Forms.TextBox settingLeftInput1;
  1227. private System.Windows.Forms.TextBox settingLeftInput2;
  1228. private System.Windows.Forms.Button settingLeftSubmit;
  1229. private System.Windows.Forms.Button settingRightSubmit;
  1230. private System.Windows.Forms.TextBox settingRightInput2;
  1231. private System.Windows.Forms.TextBox settingRightInput1;
  1232. private System.Windows.Forms.Label settingRightLab2;
  1233. private System.Windows.Forms.Label settingRightLab1;
  1234. private System.Windows.Forms.TextBox settingRightInput3;
  1235. private System.Windows.Forms.Label settingRightLab3;
  1236. private System.Windows.Forms.DataGridView Datas;
  1237. private System.Windows.Forms.Panel queryDataBox;
  1238. private System.Windows.Forms.DataGridView QDDatas;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1244. private System.Windows.Forms.Label QDlab1;
  1245. private System.Windows.Forms.Label QDlab2;
  1246. private System.Windows.Forms.TextBox QDInput1;
  1247. private System.Windows.Forms.TextBox QDInput2;
  1248. private System.Windows.Forms.DateTimePicker QDdtp2;
  1249. private System.Windows.Forms.DateTimePicker QDdtp1;
  1250. private System.Windows.Forms.Button QDquery;
  1251. private System.Windows.Forms.Button QDexport;
  1252. private System.Windows.Forms.Panel queryDataBox1;
  1253. private System.Windows.Forms.Label QDlab3;
  1254. private System.Windows.Forms.CheckBox QDcheckbox1;
  1255. private System.Windows.Forms.DataGridViewTextBoxColumn DbarCode;
  1256. private System.Windows.Forms.DataGridViewTextBoxColumn DboxCode;
  1257. private System.Windows.Forms.DataGridViewTextBoxColumn DcountCol;
  1258. private System.Windows.Forms.DataGridViewTextBoxColumn DtimeCol;
  1259. private System.Windows.Forms.DataGridViewTextBoxColumn Duser;
  1260. private System.Windows.Forms.DataGridViewTextBoxColumn DisCheckdcr;
  1261. private System.Windows.Forms.DataGridViewTextBoxColumn Dresult;
  1262. private System.Windows.Forms.CheckBox radio1;
  1263. private System.Windows.Forms.Button boxBtn;
  1264. private System.Windows.Forms.Button DRulesBtn;
  1265. private System.Windows.Forms.TextBox dRules;
  1266. private System.Windows.Forms.DataGridView RulesDatas;
  1267. private System.Windows.Forms.Panel rulesDataBox;
  1268. private System.Windows.Forms.Label rulesLab1;
  1269. private System.Windows.Forms.Button rulesQuery;
  1270. private System.Windows.Forms.TextBox rulesInput2;
  1271. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol1;
  1272. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol2;
  1273. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol3;
  1274. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol4;
  1275. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol5;
  1276. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol6;
  1277. private System.Windows.Forms.Label label1;
  1278. private System.Windows.Forms.TextBox textBox1;
  1279. private System.Windows.Forms.Button rulesAdd;
  1280. private System.Windows.Forms.Button rulesUpdate;
  1281. }
  1282. }