Main.Designer.cs 88 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717
  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.DbarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.DboxCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.DcountCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.DtimeCol = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Duser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.DisCheckdcr = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dresult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.checkPage2 = new System.Windows.Forms.TabPage();
  42. this.checkSetting = new System.Windows.Forms.TableLayoutPanel();
  43. this.checkSettingRight = new System.Windows.Forms.GroupBox();
  44. this.settingRightInput3 = new System.Windows.Forms.TextBox();
  45. this.settingRightLab3 = new System.Windows.Forms.Label();
  46. this.settingRightSubmit = new System.Windows.Forms.Button();
  47. this.settingRightInput2 = new System.Windows.Forms.TextBox();
  48. this.settingRightInput1 = new System.Windows.Forms.TextBox();
  49. this.settingRightLab2 = new System.Windows.Forms.Label();
  50. this.settingRightLab1 = new System.Windows.Forms.Label();
  51. this.checkSettingLeft = new System.Windows.Forms.GroupBox();
  52. this.settingLeftSubmit = new System.Windows.Forms.Button();
  53. this.settingLeftInput2 = new System.Windows.Forms.TextBox();
  54. this.settingLeftInput1 = new System.Windows.Forms.TextBox();
  55. this.settingLeftLab2 = new System.Windows.Forms.Label();
  56. this.settingLeftLab1 = new System.Windows.Forms.Label();
  57. this.checkPage3 = new System.Windows.Forms.TabPage();
  58. this.RulesDatas = new System.Windows.Forms.DataGridView();
  59. this.ruleId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.RulesCol1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.RulesCol2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.RulesCol3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.RulesCol4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.RulesCol5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.RulesCol6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.rulesDataBox = new System.Windows.Forms.Panel();
  67. this.rulesAdd = new System.Windows.Forms.Button();
  68. this.rulesLab2 = new System.Windows.Forms.Label();
  69. this.rulesInput2 = new System.Windows.Forms.TextBox();
  70. this.rulesLab1 = new System.Windows.Forms.Label();
  71. this.rulesQuery = new System.Windows.Forms.Button();
  72. this.rulesInput1 = new System.Windows.Forms.TextBox();
  73. this.checkPage4 = new System.Windows.Forms.TabPage();
  74. this.queryDataBox1 = new System.Windows.Forms.Panel();
  75. this.QDDatas = new System.Windows.Forms.DataGridView();
  76. this.dqSN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dqOUTBOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dqCOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dqUPDATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dqNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dqRULE_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.dqRULE_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.queryDataBox = new System.Windows.Forms.Panel();
  84. this.QDcheckbox1 = new System.Windows.Forms.CheckBox();
  85. this.QDlab3 = new System.Windows.Forms.Label();
  86. this.QDexport = new System.Windows.Forms.Button();
  87. this.QDdtp2 = new System.Windows.Forms.DateTimePicker();
  88. this.QDquery = new System.Windows.Forms.Button();
  89. this.QDdtp1 = new System.Windows.Forms.DateTimePicker();
  90. this.QDInput2 = new System.Windows.Forms.TextBox();
  91. this.QDInput1 = new System.Windows.Forms.TextBox();
  92. this.QDlab2 = new System.Windows.Forms.Label();
  93. this.QDlab1 = new System.Windows.Forms.Label();
  94. this.detailTop = new System.Windows.Forms.TableLayoutPanel();
  95. this.detailLeft = new System.Windows.Forms.Panel();
  96. this.dRuleslab = new System.Windows.Forms.Label();
  97. this.DRulesBtn1 = new System.Windows.Forms.Button();
  98. this.radio1 = new System.Windows.Forms.CheckBox();
  99. this.detailLeftBox = new System.Windows.Forms.TableLayoutPanel();
  100. this.dSum = new System.Windows.Forms.Label();
  101. this.dAll = new System.Windows.Forms.Label();
  102. this.dAgain = new System.Windows.Forms.Label();
  103. this.detailCarton = new System.Windows.Forms.Panel();
  104. this.boxBtn = new System.Windows.Forms.Button();
  105. this.boxLab = new System.Windows.Forms.Label();
  106. this.BoxNo = new System.Windows.Forms.TextBox();
  107. this.dlab1 = new System.Windows.Forms.Label();
  108. this.dlab2 = new System.Windows.Forms.Label();
  109. this.dlab4 = new System.Windows.Forms.Label();
  110. this.detailSN = new System.Windows.Forms.Panel();
  111. this.snLab = new System.Windows.Forms.Label();
  112. this.SN = new System.Windows.Forms.TextBox();
  113. this.dlab3 = new System.Windows.Forms.Label();
  114. this.dCount = new System.Windows.Forms.Label();
  115. this.dRules = new System.Windows.Forms.TextBox();
  116. this.DRulesBtn = new System.Windows.Forms.Button();
  117. this.ShowMsg = new System.Windows.Forms.Label();
  118. this.Page2 = new System.Windows.Forms.TabPage();
  119. this.MsgBox = new System.Windows.Forms.ListBox();
  120. this.FileDetail_Box1 = new System.Windows.Forms.Panel();
  121. this.buildConfirm = new System.Windows.Forms.Button();
  122. this.handExeLab1 = new System.Windows.Forms.Label();
  123. this.handExeVal = new System.Windows.Forms.TextBox();
  124. this.handTimeLab = new System.Windows.Forms.Label();
  125. this.handPathVal = new System.Windows.Forms.TextBox();
  126. this.listenVal = new System.Windows.Forms.TextBox();
  127. this.handPathLab = new System.Windows.Forms.Label();
  128. this.handTime = new System.Windows.Forms.DateTimePicker();
  129. this.handExeLab = new System.Windows.Forms.Label();
  130. this.listenLab = new System.Windows.Forms.Label();
  131. this.buildStart = new System.Windows.Forms.Button();
  132. this.FileDetail_Box = new System.Windows.Forms.Panel();
  133. this.FileCountVal = new System.Windows.Forms.TextBox();
  134. this.FileCountLab = new System.Windows.Forms.Label();
  135. this.timerLab1 = new System.Windows.Forms.Label();
  136. this.FtpListen = new System.Windows.Forms.Button();
  137. this.FtpConnect = new System.Windows.Forms.Button();
  138. this.FtpPathVal = new System.Windows.Forms.TextBox();
  139. this.FtpPathLab = new System.Windows.Forms.Label();
  140. this.FtpPwVal = new System.Windows.Forms.TextBox();
  141. this.FtpPwLab = new System.Windows.Forms.Label();
  142. this.FtpAccountVal = new System.Windows.Forms.TextBox();
  143. this.FtpAccountLab = new System.Windows.Forms.Label();
  144. this.timerVal = new System.Windows.Forms.TextBox();
  145. this.timerLab = new System.Windows.Forms.Label();
  146. this.bottom = new System.Windows.Forms.TableLayoutPanel();
  147. this.currUser = new System.Windows.Forms.Label();
  148. this.currTime = new System.Windows.Forms.Label();
  149. this.top = new System.Windows.Forms.Panel();
  150. this.Pagination.SuspendLayout();
  151. this.Page1.SuspendLayout();
  152. this.checkPagination.SuspendLayout();
  153. this.checkPage1.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.Datas)).BeginInit();
  155. this.checkPage2.SuspendLayout();
  156. this.checkSetting.SuspendLayout();
  157. this.checkSettingRight.SuspendLayout();
  158. this.checkSettingLeft.SuspendLayout();
  159. this.checkPage3.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).BeginInit();
  161. this.rulesDataBox.SuspendLayout();
  162. this.checkPage4.SuspendLayout();
  163. this.queryDataBox1.SuspendLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).BeginInit();
  165. this.queryDataBox.SuspendLayout();
  166. this.detailTop.SuspendLayout();
  167. this.detailLeft.SuspendLayout();
  168. this.detailLeftBox.SuspendLayout();
  169. this.detailCarton.SuspendLayout();
  170. this.detailSN.SuspendLayout();
  171. this.Page2.SuspendLayout();
  172. this.FileDetail_Box1.SuspendLayout();
  173. this.FileDetail_Box.SuspendLayout();
  174. this.bottom.SuspendLayout();
  175. this.top.SuspendLayout();
  176. this.SuspendLayout();
  177. //
  178. // Pagination
  179. //
  180. this.Pagination.Controls.Add(this.Page1);
  181. this.Pagination.Controls.Add(this.Page2);
  182. this.Pagination.Cursor = System.Windows.Forms.Cursors.Hand;
  183. this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.Pagination.ItemSize = new System.Drawing.Size(160, 30);
  186. this.Pagination.Location = new System.Drawing.Point(0, 0);
  187. this.Pagination.Name = "Pagination";
  188. this.Pagination.SelectedIndex = 0;
  189. this.Pagination.Size = new System.Drawing.Size(1254, 625);
  190. this.Pagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  191. this.Pagination.TabIndex = 1;
  192. //
  193. // Page1
  194. //
  195. this.Page1.BackColor = System.Drawing.SystemColors.Control;
  196. this.Page1.Controls.Add(this.checkPagination);
  197. this.Page1.Controls.Add(this.detailTop);
  198. this.Page1.Cursor = System.Windows.Forms.Cursors.Default;
  199. this.Page1.Location = new System.Drawing.Point(4, 34);
  200. this.Page1.Name = "Page1";
  201. this.Page1.Padding = new System.Windows.Forms.Padding(3);
  202. this.Page1.Size = new System.Drawing.Size(1246, 587);
  203. this.Page1.TabIndex = 0;
  204. this.Page1.Text = "条码核对";
  205. //
  206. // checkPagination
  207. //
  208. this.checkPagination.Controls.Add(this.checkPage1);
  209. this.checkPagination.Controls.Add(this.checkPage2);
  210. this.checkPagination.Controls.Add(this.checkPage3);
  211. this.checkPagination.Controls.Add(this.checkPage4);
  212. this.checkPagination.Cursor = System.Windows.Forms.Cursors.Hand;
  213. this.checkPagination.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.checkPagination.Location = new System.Drawing.Point(3, 206);
  215. this.checkPagination.Name = "checkPagination";
  216. this.checkPagination.SelectedIndex = 0;
  217. this.checkPagination.Size = new System.Drawing.Size(1240, 378);
  218. this.checkPagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  219. this.checkPagination.TabIndex = 5;
  220. //
  221. // checkPage1
  222. //
  223. this.checkPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  224. this.checkPage1.Controls.Add(this.Datas);
  225. this.checkPage1.Cursor = System.Windows.Forms.Cursors.Default;
  226. this.checkPage1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.checkPage1.Location = new System.Drawing.Point(4, 37);
  228. this.checkPage1.Name = "checkPage1";
  229. this.checkPage1.Padding = new System.Windows.Forms.Padding(3);
  230. this.checkPage1.Size = new System.Drawing.Size(1232, 337);
  231. this.checkPage1.TabIndex = 0;
  232. this.checkPage1.Text = "扫描数据";
  233. this.checkPage1.UseVisualStyleBackColor = true;
  234. //
  235. // Datas
  236. //
  237. this.Datas.AllowUserToAddRows = false;
  238. this.Datas.AllowUserToDeleteRows = false;
  239. this.Datas.AllowUserToResizeRows = false;
  240. this.Datas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  241. this.Datas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  242. this.Datas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  243. this.DbarCode,
  244. this.DboxCode,
  245. this.DcountCol,
  246. this.DtimeCol,
  247. this.Duser,
  248. this.DisCheckdcr,
  249. this.Dresult});
  250. this.Datas.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.Datas.Location = new System.Drawing.Point(3, 3);
  252. this.Datas.MultiSelect = false;
  253. this.Datas.Name = "Datas";
  254. this.Datas.ReadOnly = true;
  255. this.Datas.RowHeadersWidth = 62;
  256. this.Datas.RowTemplate.Height = 30;
  257. this.Datas.Size = new System.Drawing.Size(1224, 329);
  258. this.Datas.TabIndex = 0;
  259. //
  260. // DbarCode
  261. //
  262. this.DbarCode.DataPropertyName = "DbarCode";
  263. this.DbarCode.HeaderText = "条码";
  264. this.DbarCode.MinimumWidth = 8;
  265. this.DbarCode.Name = "DbarCode";
  266. this.DbarCode.ReadOnly = true;
  267. this.DbarCode.Width = 240;
  268. //
  269. // DboxCode
  270. //
  271. this.DboxCode.DataPropertyName = "DboxCode";
  272. this.DboxCode.HeaderText = "箱号";
  273. this.DboxCode.MinimumWidth = 8;
  274. this.DboxCode.Name = "DboxCode";
  275. this.DboxCode.ReadOnly = true;
  276. this.DboxCode.Width = 260;
  277. //
  278. // DcountCol
  279. //
  280. this.DcountCol.DataPropertyName = "DcountCol";
  281. this.DcountCol.HeaderText = "扫描次数";
  282. this.DcountCol.MinimumWidth = 8;
  283. this.DcountCol.Name = "DcountCol";
  284. this.DcountCol.ReadOnly = true;
  285. this.DcountCol.Width = 120;
  286. //
  287. // DtimeCol
  288. //
  289. this.DtimeCol.DataPropertyName = "DtimeCol";
  290. this.DtimeCol.HeaderText = "扫描时间";
  291. this.DtimeCol.MinimumWidth = 8;
  292. this.DtimeCol.Name = "DtimeCol";
  293. this.DtimeCol.ReadOnly = true;
  294. this.DtimeCol.Width = 180;
  295. //
  296. // Duser
  297. //
  298. this.Duser.DataPropertyName = "Duser";
  299. this.Duser.HeaderText = "扫描人";
  300. this.Duser.MinimumWidth = 8;
  301. this.Duser.Name = "Duser";
  302. this.Duser.ReadOnly = true;
  303. this.Duser.Width = 120;
  304. //
  305. // DisCheckdcr
  306. //
  307. this.DisCheckdcr.DataPropertyName = "DisCheckdcr";
  308. this.DisCheckdcr.HeaderText = "是否核对DCR";
  309. this.DisCheckdcr.MinimumWidth = 8;
  310. this.DisCheckdcr.Name = "DisCheckdcr";
  311. this.DisCheckdcr.ReadOnly = true;
  312. this.DisCheckdcr.Width = 160;
  313. //
  314. // Dresult
  315. //
  316. this.Dresult.DataPropertyName = "Dresult";
  317. this.Dresult.HeaderText = "扫描结果";
  318. this.Dresult.MinimumWidth = 8;
  319. this.Dresult.Name = "Dresult";
  320. this.Dresult.ReadOnly = true;
  321. this.Dresult.Width = 120;
  322. //
  323. // checkPage2
  324. //
  325. this.checkPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  326. this.checkPage2.Controls.Add(this.checkSetting);
  327. this.checkPage2.Cursor = System.Windows.Forms.Cursors.Default;
  328. this.checkPage2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.checkPage2.Location = new System.Drawing.Point(4, 37);
  330. this.checkPage2.Name = "checkPage2";
  331. this.checkPage2.Padding = new System.Windows.Forms.Padding(3);
  332. this.checkPage2.Size = new System.Drawing.Size(1232, 337);
  333. this.checkPage2.TabIndex = 1;
  334. this.checkPage2.Text = "设置";
  335. this.checkPage2.UseVisualStyleBackColor = true;
  336. //
  337. // checkSetting
  338. //
  339. this.checkSetting.ColumnCount = 2;
  340. this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  341. this.checkSetting.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  342. this.checkSetting.Controls.Add(this.checkSettingRight, 1, 0);
  343. this.checkSetting.Controls.Add(this.checkSettingLeft, 0, 0);
  344. this.checkSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.checkSetting.Location = new System.Drawing.Point(3, 3);
  346. this.checkSetting.Name = "checkSetting";
  347. this.checkSetting.RowCount = 1;
  348. this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  349. this.checkSetting.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 338F));
  350. this.checkSetting.Size = new System.Drawing.Size(1224, 329);
  351. this.checkSetting.TabIndex = 0;
  352. //
  353. // checkSettingRight
  354. //
  355. this.checkSettingRight.Controls.Add(this.settingRightInput3);
  356. this.checkSettingRight.Controls.Add(this.settingRightLab3);
  357. this.checkSettingRight.Controls.Add(this.settingRightSubmit);
  358. this.checkSettingRight.Controls.Add(this.settingRightInput2);
  359. this.checkSettingRight.Controls.Add(this.settingRightInput1);
  360. this.checkSettingRight.Controls.Add(this.settingRightLab2);
  361. this.checkSettingRight.Controls.Add(this.settingRightLab1);
  362. this.checkSettingRight.Dock = System.Windows.Forms.DockStyle.Top;
  363. this.checkSettingRight.Location = new System.Drawing.Point(615, 3);
  364. this.checkSettingRight.Name = "checkSettingRight";
  365. this.checkSettingRight.Size = new System.Drawing.Size(606, 236);
  366. this.checkSettingRight.TabIndex = 1;
  367. this.checkSettingRight.TabStop = false;
  368. this.checkSettingRight.Text = "文件设置";
  369. //
  370. // settingRightInput3
  371. //
  372. this.settingRightInput3.Location = new System.Drawing.Point(137, 137);
  373. this.settingRightInput3.Name = "settingRightInput3";
  374. this.settingRightInput3.Size = new System.Drawing.Size(412, 31);
  375. this.settingRightInput3.TabIndex = 11;
  376. //
  377. // settingRightLab3
  378. //
  379. this.settingRightLab3.AutoSize = true;
  380. this.settingRightLab3.Location = new System.Drawing.Point(20, 140);
  381. this.settingRightLab3.Name = "settingRightLab3";
  382. this.settingRightLab3.Size = new System.Drawing.Size(125, 24);
  383. this.settingRightLab3.TabIndex = 10;
  384. this.settingRightLab3.Text = "Excel安装位置";
  385. //
  386. // settingRightSubmit
  387. //
  388. this.settingRightSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  389. this.settingRightSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
  390. this.settingRightSubmit.Location = new System.Drawing.Point(463, 178);
  391. this.settingRightSubmit.Name = "settingRightSubmit";
  392. this.settingRightSubmit.Size = new System.Drawing.Size(114, 40);
  393. this.settingRightSubmit.TabIndex = 9;
  394. this.settingRightSubmit.Text = "确认";
  395. this.settingRightSubmit.UseVisualStyleBackColor = true;
  396. this.settingRightSubmit.Click += new System.EventHandler(this.settingRightSubmit_Click);
  397. //
  398. // settingRightInput2
  399. //
  400. this.settingRightInput2.Location = new System.Drawing.Point(137, 90);
  401. this.settingRightInput2.Name = "settingRightInput2";
  402. this.settingRightInput2.Size = new System.Drawing.Size(412, 31);
  403. this.settingRightInput2.TabIndex = 8;
  404. this.settingRightInput2.Click += new System.EventHandler(this.settingRightInput2_Click);
  405. //
  406. // settingRightInput1
  407. //
  408. this.settingRightInput1.Location = new System.Drawing.Point(137, 40);
  409. this.settingRightInput1.Name = "settingRightInput1";
  410. this.settingRightInput1.Size = new System.Drawing.Size(412, 31);
  411. this.settingRightInput1.TabIndex = 7;
  412. this.settingRightInput1.Click += new System.EventHandler(this.settingRightInput1_Click);
  413. //
  414. // settingRightLab2
  415. //
  416. this.settingRightLab2.AutoSize = true;
  417. this.settingRightLab2.Location = new System.Drawing.Point(49, 93);
  418. this.settingRightLab2.Name = "settingRightLab2";
  419. this.settingRightLab2.Size = new System.Drawing.Size(82, 24);
  420. this.settingRightLab2.TabIndex = 6;
  421. this.settingRightLab2.Text = "导出目录";
  422. //
  423. // settingRightLab1
  424. //
  425. this.settingRightLab1.AutoSize = true;
  426. this.settingRightLab1.Location = new System.Drawing.Point(49, 43);
  427. this.settingRightLab1.Name = "settingRightLab1";
  428. this.settingRightLab1.Size = new System.Drawing.Size(82, 24);
  429. this.settingRightLab1.TabIndex = 5;
  430. this.settingRightLab1.Text = "警报文件";
  431. //
  432. // checkSettingLeft
  433. //
  434. this.checkSettingLeft.Controls.Add(this.settingLeftSubmit);
  435. this.checkSettingLeft.Controls.Add(this.settingLeftInput2);
  436. this.checkSettingLeft.Controls.Add(this.settingLeftInput1);
  437. this.checkSettingLeft.Controls.Add(this.settingLeftLab2);
  438. this.checkSettingLeft.Controls.Add(this.settingLeftLab1);
  439. this.checkSettingLeft.Dock = System.Windows.Forms.DockStyle.Top;
  440. this.checkSettingLeft.Location = new System.Drawing.Point(3, 3);
  441. this.checkSettingLeft.Name = "checkSettingLeft";
  442. this.checkSettingLeft.Size = new System.Drawing.Size(606, 236);
  443. this.checkSettingLeft.TabIndex = 0;
  444. this.checkSettingLeft.TabStop = false;
  445. this.checkSettingLeft.Text = "扫描设置";
  446. //
  447. // settingLeftSubmit
  448. //
  449. this.settingLeftSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  450. this.settingLeftSubmit.Cursor = System.Windows.Forms.Cursors.Hand;
  451. this.settingLeftSubmit.Location = new System.Drawing.Point(449, 178);
  452. this.settingLeftSubmit.Name = "settingLeftSubmit";
  453. this.settingLeftSubmit.Size = new System.Drawing.Size(114, 40);
  454. this.settingLeftSubmit.TabIndex = 4;
  455. this.settingLeftSubmit.Text = "确认";
  456. this.settingLeftSubmit.UseVisualStyleBackColor = true;
  457. this.settingLeftSubmit.Click += new System.EventHandler(this.settingLeftSubmit_Click);
  458. //
  459. // settingLeftInput2
  460. //
  461. this.settingLeftInput2.Location = new System.Drawing.Point(112, 108);
  462. this.settingLeftInput2.Name = "settingLeftInput2";
  463. this.settingLeftInput2.Size = new System.Drawing.Size(305, 31);
  464. this.settingLeftInput2.TabIndex = 3;
  465. //
  466. // settingLeftInput1
  467. //
  468. this.settingLeftInput1.Location = new System.Drawing.Point(112, 58);
  469. this.settingLeftInput1.Name = "settingLeftInput1";
  470. this.settingLeftInput1.Size = new System.Drawing.Size(305, 31);
  471. this.settingLeftInput1.TabIndex = 2;
  472. //
  473. // settingLeftLab2
  474. //
  475. this.settingLeftLab2.AutoSize = true;
  476. this.settingLeftLab2.Location = new System.Drawing.Point(19, 111);
  477. this.settingLeftLab2.Name = "settingLeftLab2";
  478. this.settingLeftLab2.Size = new System.Drawing.Size(82, 24);
  479. this.settingLeftLab2.TabIndex = 1;
  480. this.settingLeftLab2.Text = "箱内容量";
  481. //
  482. // settingLeftLab1
  483. //
  484. this.settingLeftLab1.AutoSize = true;
  485. this.settingLeftLab1.Location = new System.Drawing.Point(6, 61);
  486. this.settingLeftLab1.Name = "settingLeftLab1";
  487. this.settingLeftLab1.Size = new System.Drawing.Size(100, 24);
  488. this.settingLeftLab1.TabIndex = 0;
  489. this.settingLeftLab1.Text = "列表记录数";
  490. //
  491. // checkPage3
  492. //
  493. this.checkPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  494. this.checkPage3.Controls.Add(this.RulesDatas);
  495. this.checkPage3.Controls.Add(this.rulesDataBox);
  496. this.checkPage3.Cursor = System.Windows.Forms.Cursors.Default;
  497. this.checkPage3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.checkPage3.Location = new System.Drawing.Point(4, 37);
  499. this.checkPage3.Name = "checkPage3";
  500. this.checkPage3.Size = new System.Drawing.Size(1232, 337);
  501. this.checkPage3.TabIndex = 2;
  502. this.checkPage3.Text = "条码规则";
  503. this.checkPage3.UseVisualStyleBackColor = true;
  504. //
  505. // RulesDatas
  506. //
  507. this.RulesDatas.AllowUserToAddRows = false;
  508. this.RulesDatas.AllowUserToDeleteRows = false;
  509. this.RulesDatas.AllowUserToResizeRows = false;
  510. this.RulesDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  511. this.RulesDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  512. this.RulesDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  513. this.ruleId,
  514. this.RulesCol1,
  515. this.RulesCol2,
  516. this.RulesCol3,
  517. this.RulesCol4,
  518. this.RulesCol5,
  519. this.RulesCol6});
  520. this.RulesDatas.Dock = System.Windows.Forms.DockStyle.Fill;
  521. this.RulesDatas.Location = new System.Drawing.Point(0, 83);
  522. this.RulesDatas.MultiSelect = false;
  523. this.RulesDatas.Name = "RulesDatas";
  524. this.RulesDatas.ReadOnly = true;
  525. this.RulesDatas.RowHeadersWidth = 62;
  526. this.RulesDatas.RowTemplate.Height = 30;
  527. this.RulesDatas.Size = new System.Drawing.Size(1230, 252);
  528. this.RulesDatas.TabIndex = 16;
  529. this.RulesDatas.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseClick);
  530. this.RulesDatas.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.RulesDatas_CellMouseDoubleClick);
  531. //
  532. // ruleId
  533. //
  534. this.ruleId.DataPropertyName = "ruleId";
  535. this.ruleId.HeaderText = "ruleId";
  536. this.ruleId.MinimumWidth = 8;
  537. this.ruleId.Name = "ruleId";
  538. this.ruleId.ReadOnly = true;
  539. this.ruleId.Visible = false;
  540. this.ruleId.Width = 150;
  541. //
  542. // RulesCol1
  543. //
  544. this.RulesCol1.DataPropertyName = "RulesCol1";
  545. this.RulesCol1.HeaderText = "规则名称";
  546. this.RulesCol1.MinimumWidth = 8;
  547. this.RulesCol1.Name = "RulesCol1";
  548. this.RulesCol1.ReadOnly = true;
  549. this.RulesCol1.Width = 240;
  550. //
  551. // RulesCol2
  552. //
  553. this.RulesCol2.DataPropertyName = "RulesCol2";
  554. this.RulesCol2.HeaderText = "规则内容";
  555. this.RulesCol2.MinimumWidth = 8;
  556. this.RulesCol2.Name = "RulesCol2";
  557. this.RulesCol2.ReadOnly = true;
  558. this.RulesCol2.Width = 260;
  559. //
  560. // RulesCol3
  561. //
  562. this.RulesCol3.DataPropertyName = "RulesCol3";
  563. this.RulesCol3.HeaderText = "备注";
  564. this.RulesCol3.MinimumWidth = 8;
  565. this.RulesCol3.Name = "RulesCol3";
  566. this.RulesCol3.ReadOnly = true;
  567. this.RulesCol3.Width = 260;
  568. //
  569. // RulesCol4
  570. //
  571. this.RulesCol4.DataPropertyName = "RulesCol4";
  572. this.RulesCol4.HeaderText = "长度";
  573. this.RulesCol4.MinimumWidth = 8;
  574. this.RulesCol4.Name = "RulesCol4";
  575. this.RulesCol4.ReadOnly = true;
  576. this.RulesCol4.Width = 70;
  577. //
  578. // RulesCol5
  579. //
  580. this.RulesCol5.DataPropertyName = "RulesCol5";
  581. this.RulesCol5.HeaderText = "更新时间";
  582. this.RulesCol5.MinimumWidth = 8;
  583. this.RulesCol5.Name = "RulesCol5";
  584. this.RulesCol5.ReadOnly = true;
  585. this.RulesCol5.Width = 160;
  586. //
  587. // RulesCol6
  588. //
  589. this.RulesCol6.DataPropertyName = "RulesCol6";
  590. this.RulesCol6.HeaderText = "操作人员";
  591. this.RulesCol6.MinimumWidth = 8;
  592. this.RulesCol6.Name = "RulesCol6";
  593. this.RulesCol6.ReadOnly = true;
  594. this.RulesCol6.Width = 120;
  595. //
  596. // rulesDataBox
  597. //
  598. this.rulesDataBox.Controls.Add(this.rulesAdd);
  599. this.rulesDataBox.Controls.Add(this.rulesLab2);
  600. this.rulesDataBox.Controls.Add(this.rulesInput2);
  601. this.rulesDataBox.Controls.Add(this.rulesLab1);
  602. this.rulesDataBox.Controls.Add(this.rulesQuery);
  603. this.rulesDataBox.Controls.Add(this.rulesInput1);
  604. this.rulesDataBox.Dock = System.Windows.Forms.DockStyle.Top;
  605. this.rulesDataBox.Location = new System.Drawing.Point(0, 0);
  606. this.rulesDataBox.Name = "rulesDataBox";
  607. this.rulesDataBox.Size = new System.Drawing.Size(1230, 83);
  608. this.rulesDataBox.TabIndex = 17;
  609. //
  610. // rulesAdd
  611. //
  612. this.rulesAdd.Cursor = System.Windows.Forms.Cursors.Hand;
  613. this.rulesAdd.Location = new System.Drawing.Point(90, 48);
  614. this.rulesAdd.Name = "rulesAdd";
  615. this.rulesAdd.Size = new System.Drawing.Size(85, 30);
  616. this.rulesAdd.TabIndex = 17;
  617. this.rulesAdd.Text = "新增";
  618. this.rulesAdd.UseVisualStyleBackColor = true;
  619. this.rulesAdd.Click += new System.EventHandler(this.rulesAdd_Click);
  620. //
  621. // rulesLab2
  622. //
  623. this.rulesLab2.AutoSize = true;
  624. this.rulesLab2.Location = new System.Drawing.Point(368, 14);
  625. this.rulesLab2.Name = "rulesLab2";
  626. this.rulesLab2.Size = new System.Drawing.Size(82, 24);
  627. this.rulesLab2.TabIndex = 15;
  628. this.rulesLab2.Text = "规则内容";
  629. //
  630. // rulesInput2
  631. //
  632. this.rulesInput2.Location = new System.Drawing.Point(447, 11);
  633. this.rulesInput2.Name = "rulesInput2";
  634. this.rulesInput2.Size = new System.Drawing.Size(264, 31);
  635. this.rulesInput2.TabIndex = 16;
  636. //
  637. // rulesLab1
  638. //
  639. this.rulesLab1.AutoSize = true;
  640. this.rulesLab1.Location = new System.Drawing.Point(11, 14);
  641. this.rulesLab1.Name = "rulesLab1";
  642. this.rulesLab1.Size = new System.Drawing.Size(82, 24);
  643. this.rulesLab1.TabIndex = 12;
  644. this.rulesLab1.Text = "规则名称";
  645. //
  646. // rulesQuery
  647. //
  648. this.rulesQuery.Cursor = System.Windows.Forms.Cursors.Hand;
  649. this.rulesQuery.Location = new System.Drawing.Point(184, 48);
  650. this.rulesQuery.Name = "rulesQuery";
  651. this.rulesQuery.Size = new System.Drawing.Size(85, 30);
  652. this.rulesQuery.TabIndex = 14;
  653. this.rulesQuery.Text = "查询";
  654. this.rulesQuery.UseVisualStyleBackColor = true;
  655. this.rulesQuery.Click += new System.EventHandler(this.rulesQuery_Click);
  656. //
  657. // rulesInput1
  658. //
  659. this.rulesInput1.Location = new System.Drawing.Point(90, 11);
  660. this.rulesInput1.Name = "rulesInput1";
  661. this.rulesInput1.Size = new System.Drawing.Size(264, 31);
  662. this.rulesInput1.TabIndex = 13;
  663. //
  664. // checkPage4
  665. //
  666. this.checkPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  667. this.checkPage4.Controls.Add(this.queryDataBox1);
  668. this.checkPage4.Controls.Add(this.queryDataBox);
  669. this.checkPage4.Cursor = System.Windows.Forms.Cursors.Default;
  670. this.checkPage4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  671. this.checkPage4.Location = new System.Drawing.Point(4, 37);
  672. this.checkPage4.Name = "checkPage4";
  673. this.checkPage4.Size = new System.Drawing.Size(1232, 337);
  674. this.checkPage4.TabIndex = 3;
  675. this.checkPage4.Text = "查询数据";
  676. this.checkPage4.UseVisualStyleBackColor = true;
  677. //
  678. // queryDataBox1
  679. //
  680. this.queryDataBox1.Controls.Add(this.QDDatas);
  681. this.queryDataBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  682. this.queryDataBox1.Location = new System.Drawing.Point(0, 90);
  683. this.queryDataBox1.Name = "queryDataBox1";
  684. this.queryDataBox1.Size = new System.Drawing.Size(1230, 245);
  685. this.queryDataBox1.TabIndex = 3;
  686. //
  687. // QDDatas
  688. //
  689. this.QDDatas.AllowUserToAddRows = false;
  690. this.QDDatas.AllowUserToDeleteRows = false;
  691. this.QDDatas.AllowUserToResizeRows = false;
  692. this.QDDatas.BackgroundColor = System.Drawing.SystemColors.ControlLight;
  693. this.QDDatas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  694. this.QDDatas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  695. this.dqSN,
  696. this.dqOUTBOX_NO,
  697. this.dqCOUNT,
  698. this.dqUPDATE_TIME,
  699. this.dqNAME,
  700. this.dqRULE_NAME,
  701. this.dqRULE_VALUE});
  702. this.QDDatas.Dock = System.Windows.Forms.DockStyle.Fill;
  703. this.QDDatas.Location = new System.Drawing.Point(0, 0);
  704. this.QDDatas.MultiSelect = false;
  705. this.QDDatas.Name = "QDDatas";
  706. this.QDDatas.ReadOnly = true;
  707. this.QDDatas.RowHeadersWidth = 62;
  708. this.QDDatas.RowTemplate.Height = 30;
  709. this.QDDatas.Size = new System.Drawing.Size(1230, 245);
  710. this.QDDatas.TabIndex = 1;
  711. //
  712. // dqSN
  713. //
  714. this.dqSN.DataPropertyName = "dqSN";
  715. this.dqSN.HeaderText = "条码";
  716. this.dqSN.MinimumWidth = 8;
  717. this.dqSN.Name = "dqSN";
  718. this.dqSN.ReadOnly = true;
  719. this.dqSN.Width = 240;
  720. //
  721. // dqOUTBOX_NO
  722. //
  723. this.dqOUTBOX_NO.DataPropertyName = "dqOUTBOX_NO";
  724. this.dqOUTBOX_NO.HeaderText = "箱码";
  725. this.dqOUTBOX_NO.MinimumWidth = 8;
  726. this.dqOUTBOX_NO.Name = "dqOUTBOX_NO";
  727. this.dqOUTBOX_NO.ReadOnly = true;
  728. this.dqOUTBOX_NO.Width = 260;
  729. //
  730. // dqCOUNT
  731. //
  732. this.dqCOUNT.DataPropertyName = "dqCOUNT";
  733. this.dqCOUNT.HeaderText = "扫描次数";
  734. this.dqCOUNT.MinimumWidth = 8;
  735. this.dqCOUNT.Name = "dqCOUNT";
  736. this.dqCOUNT.ReadOnly = true;
  737. this.dqCOUNT.Width = 120;
  738. //
  739. // dqUPDATE_TIME
  740. //
  741. this.dqUPDATE_TIME.DataPropertyName = "dqUPDATE_TIME";
  742. this.dqUPDATE_TIME.HeaderText = "扫描时间";
  743. this.dqUPDATE_TIME.MinimumWidth = 8;
  744. this.dqUPDATE_TIME.Name = "dqUPDATE_TIME";
  745. this.dqUPDATE_TIME.ReadOnly = true;
  746. this.dqUPDATE_TIME.Width = 180;
  747. //
  748. // dqNAME
  749. //
  750. this.dqNAME.DataPropertyName = "dqNAME";
  751. this.dqNAME.HeaderText = "扫描人";
  752. this.dqNAME.MinimumWidth = 8;
  753. this.dqNAME.Name = "dqNAME";
  754. this.dqNAME.ReadOnly = true;
  755. this.dqNAME.Width = 120;
  756. //
  757. // dqRULE_NAME
  758. //
  759. this.dqRULE_NAME.DataPropertyName = "dqRULE_NAME";
  760. this.dqRULE_NAME.HeaderText = "规则名称";
  761. this.dqRULE_NAME.MinimumWidth = 8;
  762. this.dqRULE_NAME.Name = "dqRULE_NAME";
  763. this.dqRULE_NAME.ReadOnly = true;
  764. this.dqRULE_NAME.Width = 150;
  765. //
  766. // dqRULE_VALUE
  767. //
  768. this.dqRULE_VALUE.DataPropertyName = "dqRULE_VALUE";
  769. this.dqRULE_VALUE.HeaderText = "规则内容";
  770. this.dqRULE_VALUE.MinimumWidth = 8;
  771. this.dqRULE_VALUE.Name = "dqRULE_VALUE";
  772. this.dqRULE_VALUE.ReadOnly = true;
  773. this.dqRULE_VALUE.Width = 180;
  774. //
  775. // queryDataBox
  776. //
  777. this.queryDataBox.Controls.Add(this.QDcheckbox1);
  778. this.queryDataBox.Controls.Add(this.QDlab3);
  779. this.queryDataBox.Controls.Add(this.QDexport);
  780. this.queryDataBox.Controls.Add(this.QDdtp2);
  781. this.queryDataBox.Controls.Add(this.QDquery);
  782. this.queryDataBox.Controls.Add(this.QDdtp1);
  783. this.queryDataBox.Controls.Add(this.QDInput2);
  784. this.queryDataBox.Controls.Add(this.QDInput1);
  785. this.queryDataBox.Controls.Add(this.QDlab2);
  786. this.queryDataBox.Controls.Add(this.QDlab1);
  787. this.queryDataBox.Dock = System.Windows.Forms.DockStyle.Top;
  788. this.queryDataBox.Location = new System.Drawing.Point(0, 0);
  789. this.queryDataBox.Name = "queryDataBox";
  790. this.queryDataBox.Size = new System.Drawing.Size(1230, 90);
  791. this.queryDataBox.TabIndex = 2;
  792. //
  793. // QDcheckbox1
  794. //
  795. this.QDcheckbox1.AutoSize = true;
  796. this.QDcheckbox1.Cursor = System.Windows.Forms.Cursors.Hand;
  797. this.QDcheckbox1.Location = new System.Drawing.Point(712, 21);
  798. this.QDcheckbox1.Name = "QDcheckbox1";
  799. this.QDcheckbox1.Size = new System.Drawing.Size(22, 21);
  800. this.QDcheckbox1.TabIndex = 9;
  801. this.QDcheckbox1.UseVisualStyleBackColor = true;
  802. //
  803. // QDlab3
  804. //
  805. this.QDlab3.AutoSize = true;
  806. this.QDlab3.Location = new System.Drawing.Point(939, 18);
  807. this.QDlab3.Name = "QDlab3";
  808. this.QDlab3.Size = new System.Drawing.Size(29, 24);
  809. this.QDlab3.TabIndex = 8;
  810. this.QDlab3.Text = "—";
  811. //
  812. // QDexport
  813. //
  814. this.QDexport.Cursor = System.Windows.Forms.Cursors.Hand;
  815. this.QDexport.Location = new System.Drawing.Point(202, 56);
  816. this.QDexport.Name = "QDexport";
  817. this.QDexport.Size = new System.Drawing.Size(85, 30);
  818. this.QDexport.TabIndex = 7;
  819. this.QDexport.Text = "导出";
  820. this.QDexport.UseVisualStyleBackColor = true;
  821. this.QDexport.Click += new System.EventHandler(this.QDexport_Click);
  822. //
  823. // QDdtp2
  824. //
  825. this.QDdtp2.Location = new System.Drawing.Point(962, 16);
  826. this.QDdtp2.Name = "QDdtp2";
  827. this.QDdtp2.Size = new System.Drawing.Size(223, 31);
  828. this.QDdtp2.TabIndex = 5;
  829. this.QDdtp2.ValueChanged += new System.EventHandler(this.QDdtp2_ValueChanged);
  830. //
  831. // QDquery
  832. //
  833. this.QDquery.Cursor = System.Windows.Forms.Cursors.Hand;
  834. this.QDquery.Location = new System.Drawing.Point(78, 56);
  835. this.QDquery.Name = "QDquery";
  836. this.QDquery.Size = new System.Drawing.Size(85, 30);
  837. this.QDquery.TabIndex = 6;
  838. this.QDquery.Text = "查询";
  839. this.QDquery.UseVisualStyleBackColor = true;
  840. this.QDquery.Click += new System.EventHandler(this.QDquery_Click);
  841. //
  842. // QDdtp1
  843. //
  844. this.QDdtp1.Location = new System.Drawing.Point(736, 16);
  845. this.QDdtp1.Name = "QDdtp1";
  846. this.QDdtp1.Size = new System.Drawing.Size(200, 31);
  847. this.QDdtp1.TabIndex = 4;
  848. this.QDdtp1.ValueChanged += new System.EventHandler(this.QDdtp1_ValueChanged);
  849. //
  850. // QDInput2
  851. //
  852. this.QDInput2.Location = new System.Drawing.Point(420, 15);
  853. this.QDInput2.Name = "QDInput2";
  854. this.QDInput2.Size = new System.Drawing.Size(264, 31);
  855. this.QDInput2.TabIndex = 3;
  856. //
  857. // QDInput1
  858. //
  859. this.QDInput1.Location = new System.Drawing.Point(79, 15);
  860. this.QDInput1.Name = "QDInput1";
  861. this.QDInput1.Size = new System.Drawing.Size(264, 31);
  862. this.QDInput1.TabIndex = 2;
  863. //
  864. // QDlab2
  865. //
  866. this.QDlab2.AutoSize = true;
  867. this.QDlab2.Location = new System.Drawing.Point(360, 18);
  868. this.QDlab2.Name = "QDlab2";
  869. this.QDlab2.Size = new System.Drawing.Size(46, 24);
  870. this.QDlab2.TabIndex = 1;
  871. this.QDlab2.Text = "箱号";
  872. //
  873. // QDlab1
  874. //
  875. this.QDlab1.AutoSize = true;
  876. this.QDlab1.Location = new System.Drawing.Point(21, 18);
  877. this.QDlab1.Name = "QDlab1";
  878. this.QDlab1.Size = new System.Drawing.Size(46, 24);
  879. this.QDlab1.TabIndex = 0;
  880. this.QDlab1.Text = "条码";
  881. //
  882. // detailTop
  883. //
  884. this.detailTop.ColumnCount = 2;
  885. this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 75F));
  886. this.detailTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  887. this.detailTop.Controls.Add(this.detailLeft, 0, 0);
  888. this.detailTop.Controls.Add(this.ShowMsg, 1, 0);
  889. this.detailTop.Dock = System.Windows.Forms.DockStyle.Top;
  890. this.detailTop.Location = new System.Drawing.Point(3, 3);
  891. this.detailTop.Name = "detailTop";
  892. this.detailTop.RowCount = 1;
  893. this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  894. this.detailTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 203F));
  895. this.detailTop.Size = new System.Drawing.Size(1240, 203);
  896. this.detailTop.TabIndex = 4;
  897. //
  898. // detailLeft
  899. //
  900. this.detailLeft.Controls.Add(this.dRuleslab);
  901. this.detailLeft.Controls.Add(this.DRulesBtn1);
  902. this.detailLeft.Controls.Add(this.radio1);
  903. this.detailLeft.Controls.Add(this.detailLeftBox);
  904. this.detailLeft.Controls.Add(this.dRules);
  905. this.detailLeft.Controls.Add(this.DRulesBtn);
  906. this.detailLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  907. this.detailLeft.Location = new System.Drawing.Point(3, 3);
  908. this.detailLeft.Name = "detailLeft";
  909. this.detailLeft.Size = new System.Drawing.Size(924, 197);
  910. this.detailLeft.TabIndex = 4;
  911. //
  912. // dRuleslab
  913. //
  914. this.dRuleslab.AutoSize = true;
  915. this.dRuleslab.Location = new System.Drawing.Point(543, 7);
  916. this.dRuleslab.Name = "dRuleslab";
  917. this.dRuleslab.Size = new System.Drawing.Size(96, 28);
  918. this.dRuleslab.TabIndex = 9;
  919. this.dRuleslab.Text = "核对规则";
  920. //
  921. // DRulesBtn1
  922. //
  923. this.DRulesBtn1.Cursor = System.Windows.Forms.Cursors.Hand;
  924. this.DRulesBtn1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  925. this.DRulesBtn1.Location = new System.Drawing.Point(707, 42);
  926. this.DRulesBtn1.Name = "DRulesBtn1";
  927. this.DRulesBtn1.Size = new System.Drawing.Size(70, 30);
  928. this.DRulesBtn1.TabIndex = 12;
  929. this.DRulesBtn1.Text = "取消";
  930. this.DRulesBtn1.UseVisualStyleBackColor = true;
  931. this.DRulesBtn1.Click += new System.EventHandler(this.DRulesBtn1_Click);
  932. //
  933. // radio1
  934. //
  935. this.radio1.AutoSize = true;
  936. this.radio1.Cursor = System.Windows.Forms.Cursors.Hand;
  937. this.radio1.Location = new System.Drawing.Point(550, 86);
  938. this.radio1.Name = "radio1";
  939. this.radio1.Size = new System.Drawing.Size(208, 32);
  940. this.radio1.TabIndex = 5;
  941. this.radio1.Text = "核对DCR过站记录";
  942. this.radio1.UseVisualStyleBackColor = true;
  943. //
  944. // detailLeftBox
  945. //
  946. this.detailLeftBox.ColumnCount = 4;
  947. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  948. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28F));
  949. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15F));
  950. this.detailLeftBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
  951. this.detailLeftBox.Controls.Add(this.dSum, 3, 0);
  952. this.detailLeftBox.Controls.Add(this.dAll, 3, 1);
  953. this.detailLeftBox.Controls.Add(this.dAgain, 1, 1);
  954. this.detailLeftBox.Controls.Add(this.detailCarton, 0, 3);
  955. this.detailLeftBox.Controls.Add(this.dlab1, 0, 0);
  956. this.detailLeftBox.Controls.Add(this.dlab2, 2, 0);
  957. this.detailLeftBox.Controls.Add(this.dlab4, 2, 1);
  958. this.detailLeftBox.Controls.Add(this.detailSN, 0, 2);
  959. this.detailLeftBox.Controls.Add(this.dlab3, 0, 1);
  960. this.detailLeftBox.Controls.Add(this.dCount, 1, 0);
  961. this.detailLeftBox.Dock = System.Windows.Forms.DockStyle.Left;
  962. this.detailLeftBox.Location = new System.Drawing.Point(0, 0);
  963. this.detailLeftBox.Name = "detailLeftBox";
  964. this.detailLeftBox.RowCount = 4;
  965. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  966. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  967. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  968. this.detailLeftBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  969. this.detailLeftBox.Size = new System.Drawing.Size(544, 197);
  970. this.detailLeftBox.TabIndex = 2;
  971. //
  972. // dSum
  973. //
  974. this.dSum.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  975. | System.Windows.Forms.AnchorStyles.Left)
  976. | System.Windows.Forms.AnchorStyles.Right)));
  977. this.dSum.AutoSize = true;
  978. this.dSum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  979. this.dSum.Location = new System.Drawing.Point(355, 0);
  980. this.dSum.Name = "dSum";
  981. this.dSum.Size = new System.Drawing.Size(186, 49);
  982. this.dSum.TabIndex = 7;
  983. this.dSum.Text = "0";
  984. this.dSum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  985. //
  986. // dAll
  987. //
  988. this.dAll.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  989. | System.Windows.Forms.AnchorStyles.Left)
  990. | System.Windows.Forms.AnchorStyles.Right)));
  991. this.dAll.AutoSize = true;
  992. this.dAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  993. this.dAll.Location = new System.Drawing.Point(355, 49);
  994. this.dAll.Name = "dAll";
  995. this.dAll.Size = new System.Drawing.Size(186, 49);
  996. this.dAll.TabIndex = 9;
  997. this.dAll.Text = "0";
  998. this.dAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  999. this.dAll.Visible = false;
  1000. //
  1001. // dAgain
  1002. //
  1003. this.dAgain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1004. | System.Windows.Forms.AnchorStyles.Left)
  1005. | System.Windows.Forms.AnchorStyles.Right)));
  1006. this.dAgain.AutoSize = true;
  1007. this.dAgain.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1008. this.dAgain.Location = new System.Drawing.Point(122, 49);
  1009. this.dAgain.Name = "dAgain";
  1010. this.dAgain.Size = new System.Drawing.Size(146, 49);
  1011. this.dAgain.TabIndex = 8;
  1012. this.dAgain.Text = "0";
  1013. this.dAgain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1014. this.dAgain.Visible = false;
  1015. //
  1016. // detailCarton
  1017. //
  1018. this.detailLeftBox.SetColumnSpan(this.detailCarton, 4);
  1019. this.detailCarton.Controls.Add(this.boxBtn);
  1020. this.detailCarton.Controls.Add(this.boxLab);
  1021. this.detailCarton.Controls.Add(this.BoxNo);
  1022. this.detailCarton.Dock = System.Windows.Forms.DockStyle.Fill;
  1023. this.detailCarton.Location = new System.Drawing.Point(3, 150);
  1024. this.detailCarton.Name = "detailCarton";
  1025. this.detailCarton.Size = new System.Drawing.Size(538, 44);
  1026. this.detailCarton.TabIndex = 5;
  1027. //
  1028. // boxBtn
  1029. //
  1030. this.boxBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  1031. this.boxBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1032. this.boxBtn.Location = new System.Drawing.Point(457, 7);
  1033. this.boxBtn.Name = "boxBtn";
  1034. this.boxBtn.Size = new System.Drawing.Size(75, 30);
  1035. this.boxBtn.TabIndex = 8;
  1036. this.boxBtn.Text = "修改";
  1037. this.boxBtn.UseVisualStyleBackColor = true;
  1038. this.boxBtn.Click += new System.EventHandler(this.boxBtn_Click);
  1039. //
  1040. // boxLab
  1041. //
  1042. this.boxLab.AutoSize = true;
  1043. this.boxLab.Location = new System.Drawing.Point(34, 9);
  1044. this.boxLab.Name = "boxLab";
  1045. this.boxLab.Size = new System.Drawing.Size(54, 28);
  1046. this.boxLab.TabIndex = 1;
  1047. this.boxLab.Text = "箱号";
  1048. //
  1049. // BoxNo
  1050. //
  1051. this.BoxNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1052. this.BoxNo.Location = new System.Drawing.Point(100, 9);
  1053. this.BoxNo.Name = "BoxNo";
  1054. this.BoxNo.Size = new System.Drawing.Size(334, 31);
  1055. this.BoxNo.TabIndex = 0;
  1056. this.BoxNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BoxNo_KeyDown);
  1057. this.BoxNo.Leave += new System.EventHandler(this.BoxNo_Leave);
  1058. //
  1059. // dlab1
  1060. //
  1061. this.dlab1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  1062. this.dlab1.AutoSize = true;
  1063. this.dlab1.Location = new System.Drawing.Point(20, 0);
  1064. this.dlab1.Name = "dlab1";
  1065. this.dlab1.Size = new System.Drawing.Size(96, 49);
  1066. this.dlab1.TabIndex = 0;
  1067. this.dlab1.Text = "已扫产品数";
  1068. this.dlab1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1069. //
  1070. // dlab2
  1071. //
  1072. this.dlab2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  1073. this.dlab2.AutoSize = true;
  1074. this.dlab2.Location = new System.Drawing.Point(274, 10);
  1075. this.dlab2.Name = "dlab2";
  1076. this.dlab2.Size = new System.Drawing.Size(75, 28);
  1077. this.dlab2.TabIndex = 1;
  1078. this.dlab2.Text = "箱容量";
  1079. this.dlab2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1080. //
  1081. // dlab4
  1082. //
  1083. this.dlab4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  1084. this.dlab4.AutoSize = true;
  1085. this.dlab4.Location = new System.Drawing.Point(274, 59);
  1086. this.dlab4.Name = "dlab4";
  1087. this.dlab4.Size = new System.Drawing.Size(75, 28);
  1088. this.dlab4.TabIndex = 3;
  1089. this.dlab4.Text = "总箱数";
  1090. this.dlab4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1091. this.dlab4.Visible = false;
  1092. //
  1093. // detailSN
  1094. //
  1095. this.detailLeftBox.SetColumnSpan(this.detailSN, 4);
  1096. this.detailSN.Controls.Add(this.snLab);
  1097. this.detailSN.Controls.Add(this.SN);
  1098. this.detailSN.Dock = System.Windows.Forms.DockStyle.Fill;
  1099. this.detailSN.Location = new System.Drawing.Point(3, 101);
  1100. this.detailSN.Name = "detailSN";
  1101. this.detailSN.Size = new System.Drawing.Size(538, 43);
  1102. this.detailSN.TabIndex = 4;
  1103. //
  1104. // snLab
  1105. //
  1106. this.snLab.AutoSize = true;
  1107. this.snLab.Location = new System.Drawing.Point(20, 13);
  1108. this.snLab.Name = "snLab";
  1109. this.snLab.Size = new System.Drawing.Size(75, 28);
  1110. this.snLab.TabIndex = 1;
  1111. this.snLab.Text = "序列号";
  1112. //
  1113. // SN
  1114. //
  1115. this.SN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1116. this.SN.Location = new System.Drawing.Point(101, 10);
  1117. this.SN.Name = "SN";
  1118. this.SN.Size = new System.Drawing.Size(333, 31);
  1119. this.SN.TabIndex = 0;
  1120. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  1121. //
  1122. // dlab3
  1123. //
  1124. this.dlab3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  1125. this.dlab3.AutoSize = true;
  1126. this.dlab3.Location = new System.Drawing.Point(20, 59);
  1127. this.dlab3.Name = "dlab3";
  1128. this.dlab3.Size = new System.Drawing.Size(96, 28);
  1129. this.dlab3.TabIndex = 2;
  1130. this.dlab3.Text = "重复次数";
  1131. this.dlab3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1132. this.dlab3.Visible = false;
  1133. //
  1134. // dCount
  1135. //
  1136. this.dCount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1137. | System.Windows.Forms.AnchorStyles.Left)
  1138. | System.Windows.Forms.AnchorStyles.Right)));
  1139. this.dCount.AutoSize = true;
  1140. this.dCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1141. this.dCount.Location = new System.Drawing.Point(122, 0);
  1142. this.dCount.Name = "dCount";
  1143. this.dCount.Size = new System.Drawing.Size(146, 49);
  1144. this.dCount.TabIndex = 6;
  1145. this.dCount.Text = "0";
  1146. this.dCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1147. //
  1148. // dRules
  1149. //
  1150. this.dRules.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1151. this.dRules.Location = new System.Drawing.Point(631, 5);
  1152. this.dRules.Name = "dRules";
  1153. this.dRules.Size = new System.Drawing.Size(226, 31);
  1154. this.dRules.TabIndex = 10;
  1155. //
  1156. // DRulesBtn
  1157. //
  1158. this.DRulesBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  1159. this.DRulesBtn.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1160. this.DRulesBtn.Location = new System.Drawing.Point(787, 42);
  1161. this.DRulesBtn.Name = "DRulesBtn";
  1162. this.DRulesBtn.Size = new System.Drawing.Size(70, 30);
  1163. this.DRulesBtn.TabIndex = 11;
  1164. this.DRulesBtn.Text = "确定";
  1165. this.DRulesBtn.UseVisualStyleBackColor = true;
  1166. this.DRulesBtn.Click += new System.EventHandler(this.DRulesBtn_Click);
  1167. //
  1168. // ShowMsg
  1169. //
  1170. this.ShowMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1171. | System.Windows.Forms.AnchorStyles.Left)
  1172. | System.Windows.Forms.AnchorStyles.Right)));
  1173. this.ShowMsg.AutoSize = true;
  1174. this.ShowMsg.BackColor = System.Drawing.Color.LawnGreen;
  1175. this.ShowMsg.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1176. this.ShowMsg.Location = new System.Drawing.Point(933, 0);
  1177. this.ShowMsg.Name = "ShowMsg";
  1178. this.ShowMsg.Size = new System.Drawing.Size(304, 203);
  1179. this.ShowMsg.TabIndex = 5;
  1180. this.ShowMsg.Text = "Pass";
  1181. this.ShowMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1182. //
  1183. // Page2
  1184. //
  1185. this.Page2.BackColor = System.Drawing.SystemColors.Control;
  1186. this.Page2.Controls.Add(this.MsgBox);
  1187. this.Page2.Controls.Add(this.FileDetail_Box1);
  1188. this.Page2.Controls.Add(this.FileDetail_Box);
  1189. this.Page2.Cursor = System.Windows.Forms.Cursors.Default;
  1190. this.Page2.Location = new System.Drawing.Point(4, 34);
  1191. this.Page2.Name = "Page2";
  1192. this.Page2.Padding = new System.Windows.Forms.Padding(3);
  1193. this.Page2.Size = new System.Drawing.Size(1246, 587);
  1194. this.Page2.TabIndex = 1;
  1195. this.Page2.Text = "DCR文件打包";
  1196. //
  1197. // MsgBox
  1198. //
  1199. this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1200. this.MsgBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1201. this.MsgBox.FormattingEnabled = true;
  1202. this.MsgBox.ItemHeight = 24;
  1203. this.MsgBox.Location = new System.Drawing.Point(3, 166);
  1204. this.MsgBox.Name = "MsgBox";
  1205. this.MsgBox.Size = new System.Drawing.Size(1240, 418);
  1206. this.MsgBox.TabIndex = 0;
  1207. this.MsgBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.MsgBox_DrawItem);
  1208. //
  1209. // FileDetail_Box1
  1210. //
  1211. this.FileDetail_Box1.Controls.Add(this.buildConfirm);
  1212. this.FileDetail_Box1.Controls.Add(this.handExeLab1);
  1213. this.FileDetail_Box1.Controls.Add(this.handExeVal);
  1214. this.FileDetail_Box1.Controls.Add(this.handTimeLab);
  1215. this.FileDetail_Box1.Controls.Add(this.handPathVal);
  1216. this.FileDetail_Box1.Controls.Add(this.listenVal);
  1217. this.FileDetail_Box1.Controls.Add(this.handPathLab);
  1218. this.FileDetail_Box1.Controls.Add(this.handTime);
  1219. this.FileDetail_Box1.Controls.Add(this.handExeLab);
  1220. this.FileDetail_Box1.Controls.Add(this.listenLab);
  1221. this.FileDetail_Box1.Controls.Add(this.buildStart);
  1222. this.FileDetail_Box1.Dock = System.Windows.Forms.DockStyle.Top;
  1223. this.FileDetail_Box1.Location = new System.Drawing.Point(3, 3);
  1224. this.FileDetail_Box1.Name = "FileDetail_Box1";
  1225. this.FileDetail_Box1.Size = new System.Drawing.Size(1240, 163);
  1226. this.FileDetail_Box1.TabIndex = 21;
  1227. //
  1228. // buildConfirm
  1229. //
  1230. this.buildConfirm.Cursor = System.Windows.Forms.Cursors.Hand;
  1231. this.buildConfirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1232. this.buildConfirm.Location = new System.Drawing.Point(448, 125);
  1233. this.buildConfirm.Name = "buildConfirm";
  1234. this.buildConfirm.Size = new System.Drawing.Size(100, 31);
  1235. this.buildConfirm.TabIndex = 24;
  1236. this.buildConfirm.Text = "确定";
  1237. this.buildConfirm.UseVisualStyleBackColor = true;
  1238. this.buildConfirm.Click += new System.EventHandler(this.buildConfirm_Click);
  1239. //
  1240. // handExeLab1
  1241. //
  1242. this.handExeLab1.AutoSize = true;
  1243. this.handExeLab1.Location = new System.Drawing.Point(188, 11);
  1244. this.handExeLab1.Name = "handExeLab1";
  1245. this.handExeLab1.Size = new System.Drawing.Size(54, 28);
  1246. this.handExeLab1.TabIndex = 23;
  1247. this.handExeLab1.Text = "分钟";
  1248. //
  1249. // handExeVal
  1250. //
  1251. this.handExeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1252. this.handExeVal.Location = new System.Drawing.Point(120, 9);
  1253. this.handExeVal.Name = "handExeVal";
  1254. this.handExeVal.Size = new System.Drawing.Size(62, 31);
  1255. this.handExeVal.TabIndex = 22;
  1256. //
  1257. // handTimeLab
  1258. //
  1259. this.handTimeLab.AutoSize = true;
  1260. this.handTimeLab.Location = new System.Drawing.Point(13, 51);
  1261. this.handTimeLab.Name = "handTimeLab";
  1262. this.handTimeLab.Size = new System.Drawing.Size(101, 28);
  1263. this.handTimeLab.TabIndex = 21;
  1264. this.handTimeLab.Text = "当前时段:";
  1265. //
  1266. // handPathVal
  1267. //
  1268. this.handPathVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1269. this.handPathVal.Location = new System.Drawing.Point(120, 129);
  1270. this.handPathVal.Name = "handPathVal";
  1271. this.handPathVal.Size = new System.Drawing.Size(322, 31);
  1272. this.handPathVal.TabIndex = 20;
  1273. this.handPathVal.Click += new System.EventHandler(this.handPathVal_Click);
  1274. //
  1275. // listenVal
  1276. //
  1277. this.listenVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1278. this.listenVal.Location = new System.Drawing.Point(120, 89);
  1279. this.listenVal.Name = "listenVal";
  1280. this.listenVal.Size = new System.Drawing.Size(322, 31);
  1281. this.listenVal.TabIndex = 18;
  1282. this.listenVal.Click += new System.EventHandler(this.listenVal_Click);
  1283. //
  1284. // handPathLab
  1285. //
  1286. this.handPathLab.AutoSize = true;
  1287. this.handPathLab.Location = new System.Drawing.Point(13, 129);
  1288. this.handPathLab.Name = "handPathLab";
  1289. this.handPathLab.Size = new System.Drawing.Size(101, 28);
  1290. this.handPathLab.TabIndex = 19;
  1291. this.handPathLab.Text = "导出路径:";
  1292. //
  1293. // handTime
  1294. //
  1295. this.handTime.CustomFormat = "yyyy-MM-dd HH";
  1296. this.handTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  1297. this.handTime.Location = new System.Drawing.Point(120, 46);
  1298. this.handTime.Name = "handTime";
  1299. this.handTime.ShowUpDown = true;
  1300. this.handTime.Size = new System.Drawing.Size(185, 35);
  1301. this.handTime.TabIndex = 14;
  1302. //
  1303. // handExeLab
  1304. //
  1305. this.handExeLab.AutoSize = true;
  1306. this.handExeLab.Location = new System.Drawing.Point(13, 11);
  1307. this.handExeLab.Name = "handExeLab";
  1308. this.handExeLab.Size = new System.Drawing.Size(143, 28);
  1309. this.handExeLab.TabIndex = 15;
  1310. this.handExeLab.Text = "处理间隔时间:";
  1311. //
  1312. // listenLab
  1313. //
  1314. this.listenLab.AutoSize = true;
  1315. this.listenLab.Location = new System.Drawing.Point(13, 92);
  1316. this.listenLab.Name = "listenLab";
  1317. this.listenLab.Size = new System.Drawing.Size(101, 28);
  1318. this.listenLab.TabIndex = 17;
  1319. this.listenLab.Text = "监控路径:";
  1320. //
  1321. // buildStart
  1322. //
  1323. this.buildStart.Cursor = System.Windows.Forms.Cursors.Hand;
  1324. this.buildStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1325. this.buildStart.Location = new System.Drawing.Point(557, 125);
  1326. this.buildStart.Name = "buildStart";
  1327. this.buildStart.Size = new System.Drawing.Size(100, 31);
  1328. this.buildStart.TabIndex = 16;
  1329. this.buildStart.Text = "开启处理";
  1330. this.buildStart.UseVisualStyleBackColor = true;
  1331. this.buildStart.Click += new System.EventHandler(this.buildStart_Click);
  1332. //
  1333. // FileDetail_Box
  1334. //
  1335. this.FileDetail_Box.Controls.Add(this.FileCountVal);
  1336. this.FileDetail_Box.Controls.Add(this.FileCountLab);
  1337. this.FileDetail_Box.Controls.Add(this.timerLab1);
  1338. this.FileDetail_Box.Controls.Add(this.FtpListen);
  1339. this.FileDetail_Box.Controls.Add(this.FtpConnect);
  1340. this.FileDetail_Box.Controls.Add(this.FtpPathVal);
  1341. this.FileDetail_Box.Controls.Add(this.FtpPathLab);
  1342. this.FileDetail_Box.Controls.Add(this.FtpPwVal);
  1343. this.FileDetail_Box.Controls.Add(this.FtpPwLab);
  1344. this.FileDetail_Box.Controls.Add(this.FtpAccountVal);
  1345. this.FileDetail_Box.Controls.Add(this.FtpAccountLab);
  1346. this.FileDetail_Box.Controls.Add(this.timerVal);
  1347. this.FileDetail_Box.Controls.Add(this.timerLab);
  1348. this.FileDetail_Box.Location = new System.Drawing.Point(3, 3);
  1349. this.FileDetail_Box.Name = "FileDetail_Box";
  1350. this.FileDetail_Box.Size = new System.Drawing.Size(1240, 188);
  1351. this.FileDetail_Box.TabIndex = 1;
  1352. //
  1353. // FileCountVal
  1354. //
  1355. this.FileCountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1356. this.FileCountVal.Location = new System.Drawing.Point(1144, 16);
  1357. this.FileCountVal.Name = "FileCountVal";
  1358. this.FileCountVal.Size = new System.Drawing.Size(65, 35);
  1359. this.FileCountVal.TabIndex = 13;
  1360. this.FileCountVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1361. //
  1362. // FileCountLab
  1363. //
  1364. this.FileCountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1365. this.FileCountLab.AutoSize = true;
  1366. this.FileCountLab.Location = new System.Drawing.Point(1030, 19);
  1367. this.FileCountLab.Name = "FileCountLab";
  1368. this.FileCountLab.Size = new System.Drawing.Size(122, 28);
  1369. this.FileCountLab.TabIndex = 12;
  1370. this.FileCountLab.Text = "打包文件数:";
  1371. //
  1372. // timerLab1
  1373. //
  1374. this.timerLab1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1375. this.timerLab1.AutoSize = true;
  1376. this.timerLab1.Location = new System.Drawing.Point(969, 19);
  1377. this.timerLab1.Name = "timerLab1";
  1378. this.timerLab1.Size = new System.Drawing.Size(33, 28);
  1379. this.timerLab1.TabIndex = 11;
  1380. this.timerLab1.Text = "秒";
  1381. //
  1382. // FtpListen
  1383. //
  1384. this.FtpListen.Cursor = System.Windows.Forms.Cursors.Hand;
  1385. this.FtpListen.Enabled = false;
  1386. this.FtpListen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1387. this.FtpListen.Location = new System.Drawing.Point(1135, 118);
  1388. this.FtpListen.Name = "FtpListen";
  1389. this.FtpListen.Size = new System.Drawing.Size(100, 38);
  1390. this.FtpListen.TabIndex = 10;
  1391. this.FtpListen.Text = "开启监听";
  1392. this.FtpListen.UseVisualStyleBackColor = true;
  1393. this.FtpListen.Click += new System.EventHandler(this.FtpListen_Click);
  1394. //
  1395. // FtpConnect
  1396. //
  1397. this.FtpConnect.Cursor = System.Windows.Forms.Cursors.Hand;
  1398. this.FtpConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1399. this.FtpConnect.Location = new System.Drawing.Point(1005, 119);
  1400. this.FtpConnect.Name = "FtpConnect";
  1401. this.FtpConnect.Size = new System.Drawing.Size(100, 37);
  1402. this.FtpConnect.TabIndex = 9;
  1403. this.FtpConnect.Text = "开启连接";
  1404. this.FtpConnect.UseVisualStyleBackColor = true;
  1405. this.FtpConnect.Click += new System.EventHandler(this.FtpConnect_Click);
  1406. //
  1407. // FtpPathVal
  1408. //
  1409. this.FtpPathVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1410. this.FtpPathVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1411. this.FtpPathVal.Location = new System.Drawing.Point(913, 69);
  1412. this.FtpPathVal.Name = "FtpPathVal";
  1413. this.FtpPathVal.Size = new System.Drawing.Size(322, 31);
  1414. this.FtpPathVal.TabIndex = 7;
  1415. //
  1416. // FtpPathLab
  1417. //
  1418. this.FtpPathLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1419. this.FtpPathLab.AutoSize = true;
  1420. this.FtpPathLab.Location = new System.Drawing.Point(811, 71);
  1421. this.FtpPathLab.Name = "FtpPathLab";
  1422. this.FtpPathLab.Size = new System.Drawing.Size(137, 28);
  1423. this.FtpPathLab.TabIndex = 6;
  1424. this.FtpPathLab.Text = "FTP路径地址:";
  1425. //
  1426. // FtpPwVal
  1427. //
  1428. this.FtpPwVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1429. this.FtpPwVal.Location = new System.Drawing.Point(609, 68);
  1430. this.FtpPwVal.Name = "FtpPwVal";
  1431. this.FtpPwVal.Size = new System.Drawing.Size(180, 35);
  1432. this.FtpPwVal.TabIndex = 5;
  1433. //
  1434. // FtpPwLab
  1435. //
  1436. this.FtpPwLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1437. this.FtpPwLab.AutoSize = true;
  1438. this.FtpPwLab.Location = new System.Drawing.Point(527, 71);
  1439. this.FtpPwLab.Name = "FtpPwLab";
  1440. this.FtpPwLab.Size = new System.Drawing.Size(95, 28);
  1441. this.FtpPwLab.TabIndex = 4;
  1442. this.FtpPwLab.Text = "FTP密码:";
  1443. //
  1444. // FtpAccountVal
  1445. //
  1446. this.FtpAccountVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1447. this.FtpAccountVal.Location = new System.Drawing.Point(609, 17);
  1448. this.FtpAccountVal.Name = "FtpAccountVal";
  1449. this.FtpAccountVal.Size = new System.Drawing.Size(180, 35);
  1450. this.FtpAccountVal.TabIndex = 3;
  1451. //
  1452. // FtpAccountLab
  1453. //
  1454. this.FtpAccountLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1455. this.FtpAccountLab.AutoSize = true;
  1456. this.FtpAccountLab.Location = new System.Drawing.Point(527, 19);
  1457. this.FtpAccountLab.Name = "FtpAccountLab";
  1458. this.FtpAccountLab.Size = new System.Drawing.Size(95, 28);
  1459. this.FtpAccountLab.TabIndex = 2;
  1460. this.FtpAccountLab.Text = "FTP账户:";
  1461. //
  1462. // timerVal
  1463. //
  1464. this.timerVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1465. this.timerVal.Location = new System.Drawing.Point(913, 16);
  1466. this.timerVal.Name = "timerVal";
  1467. this.timerVal.Size = new System.Drawing.Size(54, 35);
  1468. this.timerVal.TabIndex = 1;
  1469. this.timerVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1470. //
  1471. // timerLab
  1472. //
  1473. this.timerLab.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1474. this.timerLab.AutoSize = true;
  1475. this.timerLab.Location = new System.Drawing.Point(811, 19);
  1476. this.timerLab.Name = "timerLab";
  1477. this.timerLab.Size = new System.Drawing.Size(101, 28);
  1478. this.timerLab.TabIndex = 0;
  1479. this.timerLab.Text = "间隔时间:";
  1480. //
  1481. // bottom
  1482. //
  1483. this.bottom.ColumnCount = 3;
  1484. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F));
  1485. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 79F));
  1486. this.bottom.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11F));
  1487. this.bottom.Controls.Add(this.currUser, 0, 0);
  1488. this.bottom.Controls.Add(this.currTime, 2, 0);
  1489. this.bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  1490. this.bottom.Location = new System.Drawing.Point(0, 625);
  1491. this.bottom.Name = "bottom";
  1492. this.bottom.RowCount = 1;
  1493. this.bottom.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  1494. this.bottom.Size = new System.Drawing.Size(1254, 35);
  1495. this.bottom.TabIndex = 2;
  1496. //
  1497. // currUser
  1498. //
  1499. this.currUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1500. | System.Windows.Forms.AnchorStyles.Left)));
  1501. this.currUser.AutoSize = true;
  1502. this.currUser.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1503. this.currUser.Location = new System.Drawing.Point(3, 0);
  1504. this.currUser.Name = "currUser";
  1505. this.currUser.Size = new System.Drawing.Size(100, 35);
  1506. this.currUser.TabIndex = 0;
  1507. this.currUser.Text = "当前账号:";
  1508. this.currUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1509. //
  1510. // currTime
  1511. //
  1512. this.currTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1513. | System.Windows.Forms.AnchorStyles.Right)));
  1514. this.currTime.AutoSize = true;
  1515. this.currTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1516. this.currTime.Location = new System.Drawing.Point(1205, 0);
  1517. this.currTime.Name = "currTime";
  1518. this.currTime.Size = new System.Drawing.Size(46, 35);
  1519. this.currTime.TabIndex = 1;
  1520. this.currTime.Text = "时间";
  1521. this.currTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1522. //
  1523. // top
  1524. //
  1525. this.top.Controls.Add(this.Pagination);
  1526. this.top.Dock = System.Windows.Forms.DockStyle.Fill;
  1527. this.top.Location = new System.Drawing.Point(0, 0);
  1528. this.top.Name = "top";
  1529. this.top.Size = new System.Drawing.Size(1254, 625);
  1530. this.top.TabIndex = 3;
  1531. //
  1532. // Main
  1533. //
  1534. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  1535. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1536. this.BackColor = System.Drawing.SystemColors.Control;
  1537. this.ClientSize = new System.Drawing.Size(1254, 660);
  1538. this.Controls.Add(this.top);
  1539. this.Controls.Add(this.bottom);
  1540. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1541. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  1542. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1543. this.Margin = new System.Windows.Forms.Padding(4);
  1544. this.Name = "Main";
  1545. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1546. this.Text = "UAS_MES 工具";
  1547. this.Load += new System.EventHandler(this.Main_Load);
  1548. this.Pagination.ResumeLayout(false);
  1549. this.Page1.ResumeLayout(false);
  1550. this.checkPagination.ResumeLayout(false);
  1551. this.checkPage1.ResumeLayout(false);
  1552. ((System.ComponentModel.ISupportInitialize)(this.Datas)).EndInit();
  1553. this.checkPage2.ResumeLayout(false);
  1554. this.checkSetting.ResumeLayout(false);
  1555. this.checkSettingRight.ResumeLayout(false);
  1556. this.checkSettingRight.PerformLayout();
  1557. this.checkSettingLeft.ResumeLayout(false);
  1558. this.checkSettingLeft.PerformLayout();
  1559. this.checkPage3.ResumeLayout(false);
  1560. ((System.ComponentModel.ISupportInitialize)(this.RulesDatas)).EndInit();
  1561. this.rulesDataBox.ResumeLayout(false);
  1562. this.rulesDataBox.PerformLayout();
  1563. this.checkPage4.ResumeLayout(false);
  1564. this.queryDataBox1.ResumeLayout(false);
  1565. ((System.ComponentModel.ISupportInitialize)(this.QDDatas)).EndInit();
  1566. this.queryDataBox.ResumeLayout(false);
  1567. this.queryDataBox.PerformLayout();
  1568. this.detailTop.ResumeLayout(false);
  1569. this.detailTop.PerformLayout();
  1570. this.detailLeft.ResumeLayout(false);
  1571. this.detailLeft.PerformLayout();
  1572. this.detailLeftBox.ResumeLayout(false);
  1573. this.detailLeftBox.PerformLayout();
  1574. this.detailCarton.ResumeLayout(false);
  1575. this.detailCarton.PerformLayout();
  1576. this.detailSN.ResumeLayout(false);
  1577. this.detailSN.PerformLayout();
  1578. this.Page2.ResumeLayout(false);
  1579. this.FileDetail_Box1.ResumeLayout(false);
  1580. this.FileDetail_Box1.PerformLayout();
  1581. this.FileDetail_Box.ResumeLayout(false);
  1582. this.FileDetail_Box.PerformLayout();
  1583. this.bottom.ResumeLayout(false);
  1584. this.bottom.PerformLayout();
  1585. this.top.ResumeLayout(false);
  1586. this.ResumeLayout(false);
  1587. }
  1588. #endregion
  1589. private System.Windows.Forms.TabControl Pagination;
  1590. private System.Windows.Forms.TabPage Page1;
  1591. private System.Windows.Forms.TabPage Page2;
  1592. private System.Windows.Forms.TextBox SN;
  1593. private System.Windows.Forms.Label snLab;
  1594. private System.Windows.Forms.TableLayoutPanel detailLeftBox;
  1595. private System.Windows.Forms.Label dlab1;
  1596. private System.Windows.Forms.Label dlab2;
  1597. private System.Windows.Forms.Label dlab3;
  1598. private System.Windows.Forms.Label dlab4;
  1599. private System.Windows.Forms.Panel detailSN;
  1600. private System.Windows.Forms.Panel detailCarton;
  1601. private System.Windows.Forms.Label boxLab;
  1602. private System.Windows.Forms.TextBox BoxNo;
  1603. private System.Windows.Forms.TableLayoutPanel bottom;
  1604. private System.Windows.Forms.Label currUser;
  1605. private System.Windows.Forms.Label currTime;
  1606. private System.Windows.Forms.Panel top;
  1607. private System.Windows.Forms.Label dCount;
  1608. private System.Windows.Forms.Label dAll;
  1609. private System.Windows.Forms.Label dAgain;
  1610. private System.Windows.Forms.Label dSum;
  1611. private System.Windows.Forms.TableLayoutPanel detailTop;
  1612. private System.Windows.Forms.Panel detailLeft;
  1613. private System.Windows.Forms.Label ShowMsg;
  1614. private System.Windows.Forms.TabControl checkPagination;
  1615. private System.Windows.Forms.TabPage checkPage1;
  1616. private System.Windows.Forms.TabPage checkPage2;
  1617. private System.Windows.Forms.TabPage checkPage3;
  1618. private System.Windows.Forms.TabPage checkPage4;
  1619. private System.Windows.Forms.TableLayoutPanel checkSetting;
  1620. private System.Windows.Forms.GroupBox checkSettingLeft;
  1621. private System.Windows.Forms.GroupBox checkSettingRight;
  1622. private System.Windows.Forms.Label settingLeftLab1;
  1623. private System.Windows.Forms.Label settingLeftLab2;
  1624. private System.Windows.Forms.TextBox settingLeftInput1;
  1625. private System.Windows.Forms.TextBox settingLeftInput2;
  1626. private System.Windows.Forms.Button settingLeftSubmit;
  1627. private System.Windows.Forms.Button settingRightSubmit;
  1628. private System.Windows.Forms.TextBox settingRightInput2;
  1629. private System.Windows.Forms.TextBox settingRightInput1;
  1630. private System.Windows.Forms.Label settingRightLab2;
  1631. private System.Windows.Forms.Label settingRightLab1;
  1632. private System.Windows.Forms.TextBox settingRightInput3;
  1633. private System.Windows.Forms.Label settingRightLab3;
  1634. private System.Windows.Forms.DataGridView Datas;
  1635. private System.Windows.Forms.Panel queryDataBox;
  1636. private System.Windows.Forms.DataGridView QDDatas;
  1637. private System.Windows.Forms.Label QDlab1;
  1638. private System.Windows.Forms.Label QDlab2;
  1639. private System.Windows.Forms.TextBox QDInput1;
  1640. private System.Windows.Forms.TextBox QDInput2;
  1641. private System.Windows.Forms.DateTimePicker QDdtp2;
  1642. private System.Windows.Forms.DateTimePicker QDdtp1;
  1643. private System.Windows.Forms.Button QDquery;
  1644. private System.Windows.Forms.Button QDexport;
  1645. private System.Windows.Forms.Panel queryDataBox1;
  1646. private System.Windows.Forms.Label QDlab3;
  1647. private System.Windows.Forms.CheckBox QDcheckbox1;
  1648. private System.Windows.Forms.CheckBox radio1;
  1649. private System.Windows.Forms.Button boxBtn;
  1650. private System.Windows.Forms.Button DRulesBtn;
  1651. private System.Windows.Forms.TextBox dRules;
  1652. private System.Windows.Forms.DataGridView RulesDatas;
  1653. private System.Windows.Forms.Panel rulesDataBox;
  1654. private System.Windows.Forms.Label rulesLab1;
  1655. private System.Windows.Forms.Button rulesQuery;
  1656. private System.Windows.Forms.TextBox rulesInput1;
  1657. private System.Windows.Forms.Label rulesLab2;
  1658. private System.Windows.Forms.TextBox rulesInput2;
  1659. private System.Windows.Forms.Button rulesAdd;
  1660. private System.Windows.Forms.DataGridViewTextBoxColumn DbarCode;
  1661. private System.Windows.Forms.DataGridViewTextBoxColumn DboxCode;
  1662. private System.Windows.Forms.DataGridViewTextBoxColumn DcountCol;
  1663. private System.Windows.Forms.DataGridViewTextBoxColumn DtimeCol;
  1664. private System.Windows.Forms.DataGridViewTextBoxColumn Duser;
  1665. private System.Windows.Forms.DataGridViewTextBoxColumn DisCheckdcr;
  1666. private System.Windows.Forms.DataGridViewTextBoxColumn Dresult;
  1667. private System.Windows.Forms.Button DRulesBtn1;
  1668. private System.Windows.Forms.DataGridViewTextBoxColumn ruleId;
  1669. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol1;
  1670. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol2;
  1671. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol3;
  1672. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol4;
  1673. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol5;
  1674. private System.Windows.Forms.DataGridViewTextBoxColumn RulesCol6;
  1675. private System.Windows.Forms.Label dRuleslab;
  1676. private System.Windows.Forms.DataGridViewTextBoxColumn dqSN;
  1677. private System.Windows.Forms.DataGridViewTextBoxColumn dqOUTBOX_NO;
  1678. private System.Windows.Forms.DataGridViewTextBoxColumn dqCOUNT;
  1679. private System.Windows.Forms.DataGridViewTextBoxColumn dqUPDATE_TIME;
  1680. private System.Windows.Forms.DataGridViewTextBoxColumn dqNAME;
  1681. private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_NAME;
  1682. private System.Windows.Forms.DataGridViewTextBoxColumn dqRULE_VALUE;
  1683. private System.Windows.Forms.ListBox MsgBox;
  1684. private System.Windows.Forms.Panel FileDetail_Box;
  1685. private System.Windows.Forms.TextBox timerVal;
  1686. private System.Windows.Forms.TextBox FtpPwVal;
  1687. private System.Windows.Forms.Label FtpPwLab;
  1688. private System.Windows.Forms.TextBox FtpAccountVal;
  1689. private System.Windows.Forms.Label FtpAccountLab;
  1690. private System.Windows.Forms.TextBox FtpPathVal;
  1691. private System.Windows.Forms.Label FtpPathLab;
  1692. private System.Windows.Forms.Button FtpConnect;
  1693. private System.Windows.Forms.Button FtpListen;
  1694. private System.Windows.Forms.Label timerLab1;
  1695. private System.Windows.Forms.Label timerLab;
  1696. private System.Windows.Forms.TextBox FileCountVal;
  1697. private System.Windows.Forms.Label FileCountLab;
  1698. private System.Windows.Forms.DateTimePicker handTime;
  1699. private System.Windows.Forms.Label handExeLab;
  1700. private System.Windows.Forms.TextBox listenVal;
  1701. private System.Windows.Forms.Label listenLab;
  1702. private System.Windows.Forms.Button buildStart;
  1703. private System.Windows.Forms.TextBox handPathVal;
  1704. private System.Windows.Forms.Label handPathLab;
  1705. private System.Windows.Forms.Panel FileDetail_Box1;
  1706. private System.Windows.Forms.Label handTimeLab;
  1707. private System.Windows.Forms.Label handExeLab1;
  1708. private System.Windows.Forms.TextBox handExeVal;
  1709. private System.Windows.Forms.Button buildConfirm;
  1710. }
  1711. }