Main.Designer.cs 89 KB

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