Main.Designer.cs 80 KB

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