Main.Designer.cs 69 KB

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