Main.Designer.cs 70 KB

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