frmMain2.Designer.cs 69 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181
  1. 
  2. namespace HXX.Scanner.Client
  3. {
  4. partial class frmMain2
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows 窗体设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain2));
  31. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  32. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  33. this.label33 = new System.Windows.Forms.Label();
  34. this.label34 = new System.Windows.Forms.Label();
  35. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  36. this.picNetStatus = new System.Windows.Forms.PictureBox();
  37. this.label36 = new System.Windows.Forms.Label();
  38. this.picCloudStatus = new System.Windows.Forms.PictureBox();
  39. this.label46 = new System.Windows.Forms.Label();
  40. this.lblCloudStatus = new System.Windows.Forms.Label();
  41. this.label25 = new System.Windows.Forms.Label();
  42. this.label48 = new System.Windows.Forms.Label();
  43. this.label27 = new System.Windows.Forms.Label();
  44. this.label35 = new System.Windows.Forms.Label();
  45. this.lblTestNet = new System.Windows.Forms.LinkLabel();
  46. this.label24 = new System.Windows.Forms.Label();
  47. this.lblNetStatus = new System.Windows.Forms.Label();
  48. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.pic_scannerStatus = new System.Windows.Forms.PictureBox();
  52. this.cmbDeviceList = new System.Windows.Forms.ComboBox();
  53. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  54. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  55. this.label8 = new System.Windows.Forms.Label();
  56. this.lblStartTime = new System.Windows.Forms.Label();
  57. this.label10 = new System.Windows.Forms.Label();
  58. this.lblScanElapse = new System.Windows.Forms.Label();
  59. this.label7 = new System.Windows.Forms.Label();
  60. this.label12 = new System.Windows.Forms.Label();
  61. this.label14 = new System.Windows.Forms.Label();
  62. this.lblSpeed = new System.Windows.Forms.Label();
  63. this.label16 = new System.Windows.Forms.Label();
  64. this.lblTestAB = new System.Windows.Forms.LinkLabel();
  65. this.lblTestA = new System.Windows.Forms.LinkLabel();
  66. this.label4 = new System.Windows.Forms.Label();
  67. this.lblTotalSum = new System.Windows.Forms.Label();
  68. this.panel1 = new System.Windows.Forms.Panel();
  69. this.loadSB = new System.Windows.Forms.PictureBox();
  70. this.lblRefreshDevice = new System.Windows.Forms.LinkLabel();
  71. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  72. this.label17 = new System.Windows.Forms.Label();
  73. this.label18 = new System.Windows.Forms.Label();
  74. this.lblChangeDir = new System.Windows.Forms.LinkLabel();
  75. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  76. this.pic_diskStatus = new System.Windows.Forms.PictureBox();
  77. this.label30 = new System.Windows.Forms.Label();
  78. this.lblDataPath = new System.Windows.Forms.Label();
  79. this.label32 = new System.Windows.Forms.Label();
  80. this.lblInstallPath = new System.Windows.Forms.Label();
  81. this.checkBox1 = new System.Windows.Forms.CheckBox();
  82. this.label19 = new System.Windows.Forms.Label();
  83. this.lblDiskLeft = new System.Windows.Forms.Label();
  84. this.label21 = new System.Windows.Forms.Label();
  85. this.label22 = new System.Windows.Forms.Label();
  86. this._twain32 = new Saraff.Twain.Twain32(this.components);
  87. this.panel2 = new System.Windows.Forms.Panel();
  88. this.but_min = new System.Windows.Forms.PictureBox();
  89. this.but_close = new System.Windows.Forms.PictureBox();
  90. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  91. this.lblVersion = new System.Windows.Forms.Label();
  92. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  93. this.pan_banner = new System.Windows.Forms.Panel();
  94. this.pic_banner = new System.Windows.Forms.PictureBox();
  95. this.lab_banner = new System.Windows.Forms.Label();
  96. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  97. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  98. this.open = new System.Windows.Forms.ToolStripMenuItem();
  99. this.exit = new System.Windows.Forms.ToolStripMenuItem();
  100. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  101. this.tableLayoutPanel2.SuspendLayout();
  102. this.tableLayoutPanel4.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.picCloudStatus)).BeginInit();
  105. this.tableLayoutPanel1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.pic_scannerStatus)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  109. this.panel1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.loadSB)).BeginInit();
  111. this.tableLayoutPanel3.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.pic_diskStatus)).BeginInit();
  114. this.panel2.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.but_min)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.but_close)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  118. this.pan_banner.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.pic_banner)).BeginInit();
  120. this.contextMenuStrip1.SuspendLayout();
  121. this.SuspendLayout();
  122. //
  123. // tableLayoutPanel2
  124. //
  125. this.tableLayoutPanel2.ColumnCount = 1;
  126. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  127. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
  128. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 2);
  129. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
  130. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
  131. this.tableLayoutPanel2.Location = new System.Drawing.Point(52, 99);
  132. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  133. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  134. this.tableLayoutPanel2.RowCount = 3;
  135. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.27842F));
  136. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.23353F));
  137. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.53293F));
  138. this.tableLayoutPanel2.Size = new System.Drawing.Size(715, 533);
  139. this.tableLayoutPanel2.TabIndex = 1;
  140. //
  141. // tableLayoutPanel4
  142. //
  143. this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  144. this.tableLayoutPanel4.ColumnCount = 7;
  145. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.093555F));
  146. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.45056F));
  147. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20.89704F));
  148. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.64016F));
  149. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.81957F));
  150. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.98471F));
  151. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.70336F));
  152. this.tableLayoutPanel4.Controls.Add(this.label33, 0, 0);
  153. this.tableLayoutPanel4.Controls.Add(this.label34, 1, 1);
  154. this.tableLayoutPanel4.Controls.Add(this.linkLabel1, 3, 3);
  155. this.tableLayoutPanel4.Controls.Add(this.picNetStatus, 0, 1);
  156. this.tableLayoutPanel4.Controls.Add(this.label36, 4, 1);
  157. this.tableLayoutPanel4.Controls.Add(this.picCloudStatus, 0, 3);
  158. this.tableLayoutPanel4.Controls.Add(this.label46, 1, 3);
  159. this.tableLayoutPanel4.Controls.Add(this.lblCloudStatus, 2, 3);
  160. this.tableLayoutPanel4.Controls.Add(this.label25, 5, 1);
  161. this.tableLayoutPanel4.Controls.Add(this.label48, 1, 2);
  162. this.tableLayoutPanel4.Controls.Add(this.label27, 1, 4);
  163. this.tableLayoutPanel4.Controls.Add(this.label35, 6, 1);
  164. this.tableLayoutPanel4.Controls.Add(this.lblTestNet, 3, 1);
  165. this.tableLayoutPanel4.Controls.Add(this.label24, 4, 0);
  166. this.tableLayoutPanel4.Controls.Add(this.lblNetStatus, 2, 1);
  167. this.tableLayoutPanel4.Location = new System.Drawing.Point(2, 363);
  168. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  169. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  170. this.tableLayoutPanel4.RowCount = 5;
  171. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  172. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.12563F));
  173. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.1005F));
  174. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.59799F));
  175. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.57286F));
  176. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
  177. this.tableLayoutPanel4.Size = new System.Drawing.Size(710, 161);
  178. this.tableLayoutPanel4.TabIndex = 2;
  179. //
  180. // label33
  181. //
  182. this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;
  183. this.label33.AutoSize = true;
  184. this.tableLayoutPanel4.SetColumnSpan(this.label33, 2);
  185. this.label33.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  186. this.label33.Location = new System.Drawing.Point(2, 6);
  187. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  188. this.label33.Name = "label33";
  189. this.label33.Size = new System.Drawing.Size(93, 19);
  190. this.label33.TabIndex = 1;
  191. this.label33.Text = " · 网络状态:";
  192. //
  193. // label34
  194. //
  195. this.label34.Anchor = System.Windows.Forms.AnchorStyles.Left;
  196. this.label34.Font = new System.Drawing.Font("微软雅黑", 10F);
  197. this.label34.Location = new System.Drawing.Point(38, 41);
  198. this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  199. this.label34.Name = "label34";
  200. this.label34.Size = new System.Drawing.Size(114, 21);
  201. this.label34.TabIndex = 2;
  202. this.label34.Text = "网络情况:";
  203. this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  204. //
  205. // linkLabel1
  206. //
  207. this.linkLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  208. this.linkLabel1.AutoSize = true;
  209. this.linkLabel1.Font = new System.Drawing.Font("微软雅黑", 10F);
  210. this.linkLabel1.Location = new System.Drawing.Point(317, 109);
  211. this.linkLabel1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  212. this.linkLabel1.Name = "linkLabel1";
  213. this.linkLabel1.Size = new System.Drawing.Size(65, 20);
  214. this.linkLabel1.TabIndex = 35;
  215. this.linkLabel1.TabStop = true;
  216. this.linkLabel1.Text = "测试连接";
  217. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  218. //
  219. // picNetStatus
  220. //
  221. this.picNetStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
  222. this.picNetStatus.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  223. this.picNetStatus.Location = new System.Drawing.Point(11, 46);
  224. this.picNetStatus.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  225. this.picNetStatus.Name = "picNetStatus";
  226. this.picNetStatus.Size = new System.Drawing.Size(14, 12);
  227. this.picNetStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  228. this.picNetStatus.TabIndex = 3;
  229. this.picNetStatus.TabStop = false;
  230. //
  231. // label36
  232. //
  233. this.label36.Anchor = System.Windows.Forms.AnchorStyles.Left;
  234. this.label36.Font = new System.Drawing.Font("微软雅黑", 10F);
  235. this.label36.Location = new System.Drawing.Point(407, 41);
  236. this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  237. this.label36.Name = "label36";
  238. this.label36.Size = new System.Drawing.Size(106, 21);
  239. this.label36.TabIndex = 13;
  240. this.label36.Text = "待上传图片:";
  241. this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  242. this.label36.Visible = false;
  243. //
  244. // picCloudStatus
  245. //
  246. this.picCloudStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
  247. this.picCloudStatus.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  248. this.picCloudStatus.Location = new System.Drawing.Point(11, 113);
  249. this.picCloudStatus.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  250. this.picCloudStatus.Name = "picCloudStatus";
  251. this.picCloudStatus.Size = new System.Drawing.Size(14, 12);
  252. this.picCloudStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  253. this.picCloudStatus.TabIndex = 17;
  254. this.picCloudStatus.TabStop = false;
  255. //
  256. // label46
  257. //
  258. this.label46.Anchor = System.Windows.Forms.AnchorStyles.Left;
  259. this.label46.Font = new System.Drawing.Font("微软雅黑", 10F);
  260. this.label46.Location = new System.Drawing.Point(38, 109);
  261. this.label46.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  262. this.label46.Name = "label46";
  263. this.label46.Size = new System.Drawing.Size(116, 21);
  264. this.label46.TabIndex = 27;
  265. this.label46.Text = "云服务状态:";
  266. this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  267. //
  268. // lblCloudStatus
  269. //
  270. this.lblCloudStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;
  271. this.lblCloudStatus.Font = new System.Drawing.Font("微软雅黑", 10F);
  272. this.lblCloudStatus.Location = new System.Drawing.Point(169, 109);
  273. this.lblCloudStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  274. this.lblCloudStatus.Name = "lblCloudStatus";
  275. this.lblCloudStatus.Size = new System.Drawing.Size(132, 21);
  276. this.lblCloudStatus.TabIndex = 28;
  277. this.lblCloudStatus.Text = "链接正常";
  278. this.lblCloudStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  279. //
  280. // label25
  281. //
  282. this.label25.Anchor = System.Windows.Forms.AnchorStyles.Left;
  283. this.label25.Font = new System.Drawing.Font("微软雅黑", 10F);
  284. this.label25.Location = new System.Drawing.Point(526, 41);
  285. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  286. this.label25.Name = "label25";
  287. this.label25.Size = new System.Drawing.Size(74, 21);
  288. this.label25.TabIndex = 31;
  289. this.label25.Text = "10000张";
  290. this.label25.Visible = false;
  291. //
  292. // label48
  293. //
  294. this.label48.Anchor = System.Windows.Forms.AnchorStyles.Left;
  295. this.tableLayoutPanel4.SetColumnSpan(this.label48, 5);
  296. this.label48.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.label48.Location = new System.Drawing.Point(38, 77);
  298. this.label48.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  299. this.label48.Name = "label48";
  300. this.label48.Size = new System.Drawing.Size(527, 21);
  301. this.label48.TabIndex = 29;
  302. this.label48.Text = "提示:无线网络存在波动,尽量选择有线连接。";
  303. //
  304. // label27
  305. //
  306. this.label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
  307. this.tableLayoutPanel4.SetColumnSpan(this.label27, 6);
  308. this.label27.Font = new System.Drawing.Font("微软雅黑 Light", 9F);
  309. this.label27.Location = new System.Drawing.Point(38, 139);
  310. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  311. this.label27.Name = "label27";
  312. this.label27.Size = new System.Drawing.Size(527, 17);
  313. this.label27.TabIndex = 33;
  314. this.label27.Text = "提示:若多次尝试仍无法连接,请检查网关设置或联系技术支持人员。";
  315. //
  316. // label35
  317. //
  318. this.label35.Anchor = System.Windows.Forms.AnchorStyles.Left;
  319. this.label35.Font = new System.Drawing.Font("微软雅黑", 10F);
  320. this.label35.Location = new System.Drawing.Point(632, 41);
  321. this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  322. this.label35.Name = "label35";
  323. this.label35.Size = new System.Drawing.Size(68, 21);
  324. this.label35.TabIndex = 12;
  325. this.label35.Text = "400张/秒";
  326. this.label35.Visible = false;
  327. //
  328. // lblTestNet
  329. //
  330. this.lblTestNet.Anchor = System.Windows.Forms.AnchorStyles.Left;
  331. this.lblTestNet.AutoSize = true;
  332. this.lblTestNet.Font = new System.Drawing.Font("微软雅黑", 10F);
  333. this.lblTestNet.Location = new System.Drawing.Point(317, 42);
  334. this.lblTestNet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  335. this.lblTestNet.Name = "lblTestNet";
  336. this.lblTestNet.Size = new System.Drawing.Size(65, 20);
  337. this.lblTestNet.TabIndex = 36;
  338. this.lblTestNet.TabStop = true;
  339. this.lblTestNet.Text = "测试网速";
  340. this.lblTestNet.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTestNet_LinkClicked);
  341. //
  342. // label24
  343. //
  344. this.label24.Anchor = System.Windows.Forms.AnchorStyles.Left;
  345. this.label24.Font = new System.Drawing.Font("微软雅黑", 10F);
  346. this.label24.Location = new System.Drawing.Point(407, 5);
  347. this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  348. this.label24.Name = "label24";
  349. this.label24.Size = new System.Drawing.Size(106, 21);
  350. this.label24.TabIndex = 30;
  351. this.label24.Text = "上传速度:";
  352. this.label24.TextAlign = System.Drawing.ContentAlignment.TopRight;
  353. this.label24.Visible = false;
  354. //
  355. // lblNetStatus
  356. //
  357. this.lblNetStatus.Anchor = System.Windows.Forms.AnchorStyles.Left;
  358. this.lblNetStatus.Font = new System.Drawing.Font("微软雅黑", 10F);
  359. this.lblNetStatus.Location = new System.Drawing.Point(169, 41);
  360. this.lblNetStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  361. this.lblNetStatus.Name = "lblNetStatus";
  362. this.lblNetStatus.Size = new System.Drawing.Size(132, 21);
  363. this.lblNetStatus.TabIndex = 37;
  364. this.lblNetStatus.Text = "良好";
  365. this.lblNetStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  366. //
  367. // tableLayoutPanel1
  368. //
  369. this.tableLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  370. this.tableLayoutPanel1.ColumnCount = 9;
  371. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.050289F));
  372. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.34862F));
  373. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.05511F));
  374. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.79219F));
  375. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.77085F));
  376. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.94509F));
  377. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.544202F));
  378. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.766564F));
  379. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.41692F));
  380. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  381. this.tableLayoutPanel1.Controls.Add(this.label2, 1, 1);
  382. this.tableLayoutPanel1.Controls.Add(this.pic_scannerStatus, 0, 1);
  383. this.tableLayoutPanel1.Controls.Add(this.cmbDeviceList, 2, 1);
  384. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 2);
  385. this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 0, 3);
  386. this.tableLayoutPanel1.Controls.Add(this.label8, 2, 2);
  387. this.tableLayoutPanel1.Controls.Add(this.lblStartTime, 3, 2);
  388. this.tableLayoutPanel1.Controls.Add(this.label10, 4, 2);
  389. this.tableLayoutPanel1.Controls.Add(this.lblScanElapse, 5, 2);
  390. this.tableLayoutPanel1.Controls.Add(this.label7, 1, 2);
  391. this.tableLayoutPanel1.Controls.Add(this.label12, 6, 2);
  392. this.tableLayoutPanel1.Controls.Add(this.label14, 1, 3);
  393. this.tableLayoutPanel1.Controls.Add(this.lblSpeed, 2, 3);
  394. this.tableLayoutPanel1.Controls.Add(this.label16, 1, 4);
  395. this.tableLayoutPanel1.Controls.Add(this.lblTestAB, 7, 1);
  396. this.tableLayoutPanel1.Controls.Add(this.lblTestA, 6, 1);
  397. this.tableLayoutPanel1.Controls.Add(this.label4, 5, 1);
  398. this.tableLayoutPanel1.Controls.Add(this.lblTotalSum, 8, 2);
  399. this.tableLayoutPanel1.Controls.Add(this.panel1, 4, 1);
  400. this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  401. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  402. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  403. this.tableLayoutPanel1.RowCount = 5;
  404. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  405. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.92337F));
  406. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.92337F));
  407. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.92337F));
  408. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.92337F));
  409. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
  410. this.tableLayoutPanel1.Size = new System.Drawing.Size(710, 173);
  411. this.tableLayoutPanel1.TabIndex = 0;
  412. //
  413. // label1
  414. //
  415. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  416. this.label1.AutoSize = true;
  417. this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);
  418. this.label1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  419. this.label1.Location = new System.Drawing.Point(2, 7);
  420. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  421. this.label1.Name = "label1";
  422. this.label1.Size = new System.Drawing.Size(107, 19);
  423. this.label1.TabIndex = 1;
  424. this.label1.Text = " · 扫描仪状态:";
  425. //
  426. // label2
  427. //
  428. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
  429. this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
  430. this.label2.Location = new System.Drawing.Point(37, 40);
  431. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  432. this.label2.Name = "label2";
  433. this.label2.Size = new System.Drawing.Size(93, 21);
  434. this.label2.TabIndex = 2;
  435. this.label2.Text = "扫描设备:";
  436. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  437. //
  438. // pic_scannerStatus
  439. //
  440. this.pic_scannerStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
  441. this.pic_scannerStatus.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  442. this.pic_scannerStatus.Location = new System.Drawing.Point(10, 45);
  443. this.pic_scannerStatus.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  444. this.pic_scannerStatus.Name = "pic_scannerStatus";
  445. this.pic_scannerStatus.Size = new System.Drawing.Size(14, 12);
  446. this.pic_scannerStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  447. this.pic_scannerStatus.TabIndex = 3;
  448. this.pic_scannerStatus.TabStop = false;
  449. //
  450. // cmbDeviceList
  451. //
  452. this.cmbDeviceList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  453. this.tableLayoutPanel1.SetColumnSpan(this.cmbDeviceList, 2);
  454. this.cmbDeviceList.DisplayMember = "deviceName";
  455. this.cmbDeviceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  456. this.cmbDeviceList.FormattingEnabled = true;
  457. this.cmbDeviceList.Location = new System.Drawing.Point(167, 41);
  458. this.cmbDeviceList.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  459. this.cmbDeviceList.Name = "cmbDeviceList";
  460. this.cmbDeviceList.Size = new System.Drawing.Size(157, 20);
  461. this.cmbDeviceList.TabIndex = 11;
  462. this.cmbDeviceList.ValueMember = "dsIndex";
  463. this.cmbDeviceList.SelectedIndexChanged += new System.EventHandler(this.cmbDeviceList_SelectedIndexChanged);
  464. //
  465. // pictureBox1
  466. //
  467. this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  468. this.pictureBox1.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  469. this.pictureBox1.Location = new System.Drawing.Point(10, 79);
  470. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  471. this.pictureBox1.Name = "pictureBox1";
  472. this.pictureBox1.Size = new System.Drawing.Size(14, 12);
  473. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  474. this.pictureBox1.TabIndex = 16;
  475. this.pictureBox1.TabStop = false;
  476. //
  477. // pictureBox2
  478. //
  479. this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
  480. this.pictureBox2.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  481. this.pictureBox2.Location = new System.Drawing.Point(10, 113);
  482. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  483. this.pictureBox2.Name = "pictureBox2";
  484. this.pictureBox2.Size = new System.Drawing.Size(14, 12);
  485. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  486. this.pictureBox2.TabIndex = 17;
  487. this.pictureBox2.TabStop = false;
  488. //
  489. // label8
  490. //
  491. this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
  492. this.label8.Font = new System.Drawing.Font("微软雅黑", 10F);
  493. this.label8.Location = new System.Drawing.Point(167, 74);
  494. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  495. this.label8.Name = "label8";
  496. this.label8.Size = new System.Drawing.Size(74, 21);
  497. this.label8.TabIndex = 19;
  498. this.label8.Text = "开始时间:";
  499. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  500. //
  501. // lblStartTime
  502. //
  503. this.lblStartTime.Anchor = System.Windows.Forms.AnchorStyles.Left;
  504. this.lblStartTime.Font = new System.Drawing.Font("微软雅黑", 10F);
  505. this.lblStartTime.Location = new System.Drawing.Point(252, 74);
  506. this.lblStartTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  507. this.lblStartTime.Name = "lblStartTime";
  508. this.lblStartTime.Size = new System.Drawing.Size(52, 21);
  509. this.lblStartTime.TabIndex = 20;
  510. this.lblStartTime.Text = "00:00";
  511. this.lblStartTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  512. //
  513. // label10
  514. //
  515. this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
  516. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F);
  517. this.label10.Location = new System.Drawing.Point(328, 74);
  518. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  519. this.label10.Name = "label10";
  520. this.label10.Size = new System.Drawing.Size(69, 21);
  521. this.label10.TabIndex = 21;
  522. this.label10.Text = "扫描时长:";
  523. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  524. //
  525. // lblScanElapse
  526. //
  527. this.lblScanElapse.Anchor = System.Windows.Forms.AnchorStyles.Left;
  528. this.lblScanElapse.Font = new System.Drawing.Font("微软雅黑", 10F);
  529. this.lblScanElapse.Location = new System.Drawing.Point(404, 74);
  530. this.lblScanElapse.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  531. this.lblScanElapse.Name = "lblScanElapse";
  532. this.lblScanElapse.Size = new System.Drawing.Size(107, 21);
  533. this.lblScanElapse.TabIndex = 22;
  534. this.lblScanElapse.Text = "25秒";
  535. this.lblScanElapse.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  536. //
  537. // label7
  538. //
  539. this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
  540. this.label7.Font = new System.Drawing.Font("微软雅黑", 10F);
  541. this.label7.Location = new System.Drawing.Point(37, 74);
  542. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  543. this.label7.Name = "label7";
  544. this.label7.Size = new System.Drawing.Size(114, 21);
  545. this.label7.TabIndex = 25;
  546. this.label7.Text = "今日扫描统计:";
  547. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  548. //
  549. // label12
  550. //
  551. this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
  552. this.tableLayoutPanel1.SetColumnSpan(this.label12, 2);
  553. this.label12.Font = new System.Drawing.Font("微软雅黑", 10F);
  554. this.label12.Location = new System.Drawing.Point(517, 74);
  555. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  556. this.label12.Name = "label12";
  557. this.label12.Size = new System.Drawing.Size(95, 21);
  558. this.label12.TabIndex = 26;
  559. this.label12.Text = "已扫描答题卡";
  560. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  561. //
  562. // label14
  563. //
  564. this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
  565. this.label14.Font = new System.Drawing.Font("微软雅黑", 10F);
  566. this.label14.Location = new System.Drawing.Point(37, 110);
  567. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  568. this.label14.Name = "label14";
  569. this.label14.Size = new System.Drawing.Size(114, 17);
  570. this.label14.TabIndex = 27;
  571. this.label14.Text = "当前扫描速度:";
  572. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  573. //
  574. // lblSpeed
  575. //
  576. this.lblSpeed.Anchor = System.Windows.Forms.AnchorStyles.Left;
  577. this.lblSpeed.Font = new System.Drawing.Font("微软雅黑", 10F);
  578. this.lblSpeed.Location = new System.Drawing.Point(167, 108);
  579. this.lblSpeed.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  580. this.lblSpeed.Name = "lblSpeed";
  581. this.lblSpeed.Size = new System.Drawing.Size(74, 21);
  582. this.lblSpeed.TabIndex = 28;
  583. this.lblSpeed.Text = "80张/秒";
  584. this.lblSpeed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  585. //
  586. // label16
  587. //
  588. this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
  589. this.tableLayoutPanel1.SetColumnSpan(this.label16, 8);
  590. this.label16.Font = new System.Drawing.Font("微软雅黑 Light", 9F);
  591. this.label16.Location = new System.Drawing.Point(37, 146);
  592. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  593. this.label16.Name = "label16";
  594. this.label16.Size = new System.Drawing.Size(616, 17);
  595. this.label16.TabIndex = 29;
  596. this.label16.Text = "提示:建议每30天对扫描设备进行一次清理,可减少答题卡扫描后图片被污染、扫描卡纸等故障发生。";
  597. //
  598. // lblTestAB
  599. //
  600. this.lblTestAB.Anchor = System.Windows.Forms.AnchorStyles.Left;
  601. this.lblTestAB.Font = new System.Drawing.Font("微软雅黑", 10F);
  602. this.lblTestAB.Location = new System.Drawing.Point(563, 40);
  603. this.lblTestAB.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  604. this.lblTestAB.Name = "lblTestAB";
  605. this.lblTestAB.Size = new System.Drawing.Size(52, 21);
  606. this.lblTestAB.TabIndex = 38;
  607. this.lblTestAB.TabStop = true;
  608. this.lblTestAB.Text = "双面";
  609. this.lblTestAB.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  610. this.lblTestAB.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTestAB_LinkClicked);
  611. //
  612. // lblTestA
  613. //
  614. this.lblTestA.Anchor = System.Windows.Forms.AnchorStyles.Left;
  615. this.lblTestA.Font = new System.Drawing.Font("微软雅黑", 10F);
  616. this.lblTestA.Location = new System.Drawing.Point(517, 40);
  617. this.lblTestA.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  618. this.lblTestA.Name = "lblTestA";
  619. this.lblTestA.Size = new System.Drawing.Size(38, 21);
  620. this.lblTestA.TabIndex = 37;
  621. this.lblTestA.TabStop = true;
  622. this.lblTestA.Text = "单面";
  623. this.lblTestA.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  624. this.lblTestA.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTestA_LinkClicked);
  625. //
  626. // label4
  627. //
  628. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  629. this.label4.Font = new System.Drawing.Font("微软雅黑", 10F);
  630. this.label4.Location = new System.Drawing.Point(404, 40);
  631. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  632. this.label4.Name = "label4";
  633. this.label4.Size = new System.Drawing.Size(107, 21);
  634. this.label4.TabIndex = 13;
  635. this.label4.Text = "扫描测试:";
  636. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  637. //
  638. // lblTotalSum
  639. //
  640. this.lblTotalSum.Anchor = System.Windows.Forms.AnchorStyles.Left;
  641. this.lblTotalSum.Font = new System.Drawing.Font("微软雅黑", 10F);
  642. this.lblTotalSum.Location = new System.Drawing.Point(625, 74);
  643. this.lblTotalSum.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  644. this.lblTotalSum.Name = "lblTotalSum";
  645. this.lblTotalSum.Size = new System.Drawing.Size(71, 21);
  646. this.lblTotalSum.TabIndex = 24;
  647. this.lblTotalSum.Text = "1230张";
  648. this.lblTotalSum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  649. //
  650. // panel1
  651. //
  652. this.panel1.Controls.Add(this.loadSB);
  653. this.panel1.Controls.Add(this.lblRefreshDevice);
  654. this.panel1.Font = new System.Drawing.Font("微软雅黑", 10F);
  655. this.panel1.Location = new System.Drawing.Point(328, 37);
  656. this.panel1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  657. this.panel1.Name = "panel1";
  658. this.panel1.Size = new System.Drawing.Size(69, 27);
  659. this.panel1.TabIndex = 39;
  660. //
  661. // loadSB
  662. //
  663. this.loadSB.Image = global::HXX.Scanner.Client.Properties.Resources.loading;
  664. this.loadSB.Location = new System.Drawing.Point(5, -2);
  665. this.loadSB.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  666. this.loadSB.Name = "loadSB";
  667. this.loadSB.Size = new System.Drawing.Size(47, 15);
  668. this.loadSB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  669. this.loadSB.TabIndex = 37;
  670. this.loadSB.TabStop = false;
  671. this.loadSB.Visible = false;
  672. //
  673. // lblRefreshDevice
  674. //
  675. this.lblRefreshDevice.Anchor = System.Windows.Forms.AnchorStyles.Left;
  676. this.lblRefreshDevice.AutoSize = true;
  677. this.lblRefreshDevice.Font = new System.Drawing.Font("微软雅黑", 10F);
  678. this.lblRefreshDevice.Location = new System.Drawing.Point(2, 3);
  679. this.lblRefreshDevice.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  680. this.lblRefreshDevice.Name = "lblRefreshDevice";
  681. this.lblRefreshDevice.Size = new System.Drawing.Size(65, 20);
  682. this.lblRefreshDevice.TabIndex = 36;
  683. this.lblRefreshDevice.TabStop = true;
  684. this.lblRefreshDevice.Text = "刷新设备";
  685. this.lblRefreshDevice.Visible = false;
  686. this.lblRefreshDevice.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblRefreshDevice_LinkClicked);
  687. //
  688. // tableLayoutPanel3
  689. //
  690. this.tableLayoutPanel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
  691. this.tableLayoutPanel3.ColumnCount = 8;
  692. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.093555F));
  693. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.6338F));
  694. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 23.38028F));
  695. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.3662F));
  696. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.577465F));
  697. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.83099F));
  698. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.562691F));
  699. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  700. this.tableLayoutPanel3.Controls.Add(this.label17, 0, 0);
  701. this.tableLayoutPanel3.Controls.Add(this.label18, 1, 1);
  702. this.tableLayoutPanel3.Controls.Add(this.lblChangeDir, 7, 3);
  703. this.tableLayoutPanel3.Controls.Add(this.pictureBox3, 0, 1);
  704. this.tableLayoutPanel3.Controls.Add(this.pic_diskStatus, 0, 3);
  705. this.tableLayoutPanel3.Controls.Add(this.label30, 1, 3);
  706. this.tableLayoutPanel3.Controls.Add(this.lblDataPath, 2, 3);
  707. this.tableLayoutPanel3.Controls.Add(this.label32, 1, 4);
  708. this.tableLayoutPanel3.Controls.Add(this.lblInstallPath, 2, 1);
  709. this.tableLayoutPanel3.Controls.Add(this.checkBox1, 1, 2);
  710. this.tableLayoutPanel3.Controls.Add(this.label19, 3, 3);
  711. this.tableLayoutPanel3.Controls.Add(this.lblDiskLeft, 4, 3);
  712. this.tableLayoutPanel3.Controls.Add(this.label21, 5, 3);
  713. this.tableLayoutPanel3.Controls.Add(this.label22, 6, 3);
  714. this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 181);
  715. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  716. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  717. this.tableLayoutPanel3.RowCount = 5;
  718. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  719. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.12563F));
  720. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.1005F));
  721. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.59799F));
  722. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.57286F));
  723. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
  724. this.tableLayoutPanel3.Size = new System.Drawing.Size(710, 169);
  725. this.tableLayoutPanel3.TabIndex = 1;
  726. //
  727. // label17
  728. //
  729. this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
  730. this.label17.AutoSize = true;
  731. this.tableLayoutPanel3.SetColumnSpan(this.label17, 2);
  732. this.label17.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
  733. this.label17.Location = new System.Drawing.Point(2, 7);
  734. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  735. this.label17.Name = "label17";
  736. this.label17.Size = new System.Drawing.Size(93, 19);
  737. this.label17.TabIndex = 1;
  738. this.label17.Text = " · 本地状态:";
  739. //
  740. // label18
  741. //
  742. this.label18.Anchor = System.Windows.Forms.AnchorStyles.Left;
  743. this.label18.Font = new System.Drawing.Font("微软雅黑", 10F);
  744. this.label18.Location = new System.Drawing.Point(38, 44);
  745. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  746. this.label18.Name = "label18";
  747. this.label18.Size = new System.Drawing.Size(107, 21);
  748. this.label18.TabIndex = 2;
  749. this.label18.Text = "程序安装目录:";
  750. //
  751. // lblChangeDir
  752. //
  753. this.lblChangeDir.Anchor = System.Windows.Forms.AnchorStyles.Left;
  754. this.lblChangeDir.AutoSize = true;
  755. this.lblChangeDir.Font = new System.Drawing.Font("微软雅黑", 10F);
  756. this.lblChangeDir.Location = new System.Drawing.Point(630, 116);
  757. this.lblChangeDir.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  758. this.lblChangeDir.Name = "lblChangeDir";
  759. this.lblChangeDir.Size = new System.Drawing.Size(65, 20);
  760. this.lblChangeDir.TabIndex = 36;
  761. this.lblChangeDir.TabStop = true;
  762. this.lblChangeDir.Text = "修改目录";
  763. this.lblChangeDir.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblChangeDir_LinkClicked);
  764. //
  765. // pictureBox3
  766. //
  767. this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
  768. this.pictureBox3.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  769. this.pictureBox3.Location = new System.Drawing.Point(11, 49);
  770. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  771. this.pictureBox3.Name = "pictureBox3";
  772. this.pictureBox3.Size = new System.Drawing.Size(14, 12);
  773. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  774. this.pictureBox3.TabIndex = 3;
  775. this.pictureBox3.TabStop = false;
  776. //
  777. // pic_diskStatus
  778. //
  779. this.pic_diskStatus.Anchor = System.Windows.Forms.AnchorStyles.None;
  780. this.pic_diskStatus.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  781. this.pic_diskStatus.Location = new System.Drawing.Point(11, 120);
  782. this.pic_diskStatus.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  783. this.pic_diskStatus.Name = "pic_diskStatus";
  784. this.pic_diskStatus.Size = new System.Drawing.Size(14, 12);
  785. this.pic_diskStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  786. this.pic_diskStatus.TabIndex = 17;
  787. this.pic_diskStatus.TabStop = false;
  788. //
  789. // label30
  790. //
  791. this.label30.Anchor = System.Windows.Forms.AnchorStyles.Left;
  792. this.label30.Font = new System.Drawing.Font("微软雅黑", 10F);
  793. this.label30.Location = new System.Drawing.Point(38, 116);
  794. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  795. this.label30.Name = "label30";
  796. this.label30.Size = new System.Drawing.Size(107, 21);
  797. this.label30.TabIndex = 27;
  798. this.label30.Text = "数据存放目录:";
  799. this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  800. //
  801. // lblDataPath
  802. //
  803. this.lblDataPath.Anchor = System.Windows.Forms.AnchorStyles.Left;
  804. this.lblDataPath.Font = new System.Drawing.Font("微软雅黑", 10F);
  805. this.lblDataPath.Location = new System.Drawing.Point(149, 116);
  806. this.lblDataPath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  807. this.lblDataPath.Name = "lblDataPath";
  808. this.lblDataPath.Size = new System.Drawing.Size(162, 21);
  809. this.lblDataPath.TabIndex = 28;
  810. this.lblDataPath.Text = "D:\\FDSA\\FDAS\\";
  811. this.lblDataPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  812. //
  813. // label32
  814. //
  815. this.label32.Anchor = System.Windows.Forms.AnchorStyles.Left;
  816. this.tableLayoutPanel3.SetColumnSpan(this.label32, 7);
  817. this.label32.Font = new System.Drawing.Font("微软雅黑 Light", 9F);
  818. this.label32.Location = new System.Drawing.Point(38, 145);
  819. this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  820. this.label32.Name = "label32";
  821. this.label32.Size = new System.Drawing.Size(589, 21);
  822. this.label32.TabIndex = 29;
  823. this.label32.Text = "提示:选择的存储空间至少在5G以上";
  824. //
  825. // lblInstallPath
  826. //
  827. this.lblInstallPath.Anchor = System.Windows.Forms.AnchorStyles.Left;
  828. this.tableLayoutPanel3.SetColumnSpan(this.lblInstallPath, 5);
  829. this.lblInstallPath.Font = new System.Drawing.Font("微软雅黑", 10F);
  830. this.lblInstallPath.Location = new System.Drawing.Point(149, 44);
  831. this.lblInstallPath.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  832. this.lblInstallPath.Name = "lblInstallPath";
  833. this.lblInstallPath.Size = new System.Drawing.Size(432, 21);
  834. this.lblInstallPath.TabIndex = 30;
  835. this.lblInstallPath.Text = "\\";
  836. //
  837. // checkBox1
  838. //
  839. this.checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  840. this.checkBox1.AutoSize = true;
  841. this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 10F);
  842. this.checkBox1.Location = new System.Drawing.Point(38, 81);
  843. this.checkBox1.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  844. this.checkBox1.Name = "checkBox1";
  845. this.checkBox1.Size = new System.Drawing.Size(98, 24);
  846. this.checkBox1.TabIndex = 31;
  847. this.checkBox1.Text = "开机自启动";
  848. this.checkBox1.UseVisualStyleBackColor = true;
  849. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  850. //
  851. // label19
  852. //
  853. this.label19.Anchor = System.Windows.Forms.AnchorStyles.Left;
  854. this.label19.Font = new System.Drawing.Font("微软雅黑", 10F);
  855. this.label19.Location = new System.Drawing.Point(315, 116);
  856. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  857. this.label19.Name = "label19";
  858. this.label19.Size = new System.Drawing.Size(98, 21);
  859. this.label19.TabIndex = 32;
  860. this.label19.Text = "磁盘剩余空间:";
  861. this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  862. //
  863. // lblDiskLeft
  864. //
  865. this.lblDiskLeft.Anchor = System.Windows.Forms.AnchorStyles.Left;
  866. this.lblDiskLeft.Font = new System.Drawing.Font("微软雅黑", 10F);
  867. this.lblDiskLeft.Location = new System.Drawing.Point(417, 116);
  868. this.lblDiskLeft.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  869. this.lblDiskLeft.Name = "lblDiskLeft";
  870. this.lblDiskLeft.Size = new System.Drawing.Size(64, 21);
  871. this.lblDiskLeft.TabIndex = 33;
  872. this.lblDiskLeft.Text = "65GB";
  873. this.lblDiskLeft.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  874. //
  875. // label21
  876. //
  877. this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
  878. this.label21.Font = new System.Drawing.Font("微软雅黑", 10F);
  879. this.label21.Location = new System.Drawing.Point(485, 116);
  880. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  881. this.label21.Name = "label21";
  882. this.label21.Size = new System.Drawing.Size(80, 21);
  883. this.label21.TabIndex = 34;
  884. this.label21.Text = "扫描数据:";
  885. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  886. //
  887. // label22
  888. //
  889. this.label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
  890. this.label22.Font = new System.Drawing.Font("微软雅黑", 10F);
  891. this.label22.Location = new System.Drawing.Point(569, 116);
  892. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  893. this.label22.Name = "label22";
  894. this.label22.Size = new System.Drawing.Size(51, 21);
  895. this.label22.TabIndex = 35;
  896. this.label22.Text = "180MB";
  897. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  898. //
  899. // _twain32
  900. //
  901. this._twain32.AppProductName = "Saraff.Twain.NET";
  902. this._twain32.Country = Saraff.Twain.TwCountry.CHINA;
  903. this._twain32.IsTwain2Enable = true;
  904. this._twain32.Language = Saraff.Twain.TwLanguage.CHINESE;
  905. this._twain32.Parent = this;
  906. this._twain32.ShowUI = false;
  907. //
  908. // panel2
  909. //
  910. this.panel2.BackColor = System.Drawing.Color.White;
  911. this.panel2.Controls.Add(this.but_min);
  912. this.panel2.Controls.Add(this.but_close);
  913. this.panel2.Controls.Add(this.linkLabel2);
  914. this.panel2.Controls.Add(this.lblVersion);
  915. this.panel2.Controls.Add(this.pictureBox4);
  916. this.panel2.Controls.Add(this.pan_banner);
  917. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  918. this.panel2.Location = new System.Drawing.Point(0, 0);
  919. this.panel2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  920. this.panel2.Name = "panel2";
  921. this.panel2.Size = new System.Drawing.Size(809, 96);
  922. this.panel2.TabIndex = 2;
  923. this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
  924. this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
  925. this.panel2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
  926. //
  927. // but_min
  928. //
  929. this.but_min.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  930. this.but_min.Image = global::HXX.Scanner.Client.Properties.Resources.减_minus_2x;
  931. this.but_min.Location = new System.Drawing.Point(714, 15);
  932. this.but_min.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  933. this.but_min.Name = "but_min";
  934. this.but_min.Size = new System.Drawing.Size(26, 25);
  935. this.but_min.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  936. this.but_min.TabIndex = 41;
  937. this.but_min.TabStop = false;
  938. this.but_min.Click += new System.EventHandler(this.but_min_Click);
  939. //
  940. // but_close
  941. //
  942. this.but_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  943. this.but_close.Image = global::HXX.Scanner.Client.Properties.Resources.关闭_close_2x;
  944. this.but_close.Location = new System.Drawing.Point(754, 15);
  945. this.but_close.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  946. this.but_close.Name = "but_close";
  947. this.but_close.Size = new System.Drawing.Size(26, 25);
  948. this.but_close.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  949. this.but_close.TabIndex = 40;
  950. this.but_close.TabStop = false;
  951. this.but_close.Click += new System.EventHandler(this.but_close_Click);
  952. //
  953. // linkLabel2
  954. //
  955. this.linkLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  956. this.linkLabel2.AutoSize = true;
  957. this.linkLabel2.Font = new System.Drawing.Font("微软雅黑", 10F);
  958. this.linkLabel2.LinkColor = System.Drawing.Color.Blue;
  959. this.linkLabel2.Location = new System.Drawing.Point(541, 19);
  960. this.linkLabel2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  961. this.linkLabel2.Name = "linkLabel2";
  962. this.linkLabel2.Size = new System.Drawing.Size(107, 20);
  963. this.linkLabel2.TabIndex = 39;
  964. this.linkLabel2.TabStop = true;
  965. this.linkLabel2.Text = "扫描仪驱动下载";
  966. this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
  967. //
  968. // lblVersion
  969. //
  970. this.lblVersion.Anchor = System.Windows.Forms.AnchorStyles.Left;
  971. this.lblVersion.Font = new System.Drawing.Font("微软雅黑", 10F);
  972. this.lblVersion.Location = new System.Drawing.Point(89, 16);
  973. this.lblVersion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  974. this.lblVersion.Name = "lblVersion";
  975. this.lblVersion.Size = new System.Drawing.Size(179, 21);
  976. this.lblVersion.TabIndex = 28;
  977. this.lblVersion.Text = "慧教研客户端V1.0.7";
  978. //
  979. // pictureBox4
  980. //
  981. this.pictureBox4.Image = global::HXX.Scanner.Client.Properties.Resources.p1;
  982. this.pictureBox4.Location = new System.Drawing.Point(25, 3);
  983. this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  984. this.pictureBox4.Name = "pictureBox4";
  985. this.pictureBox4.Size = new System.Drawing.Size(51, 51);
  986. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  987. this.pictureBox4.TabIndex = 4;
  988. this.pictureBox4.TabStop = false;
  989. //
  990. // pan_banner
  991. //
  992. this.pan_banner.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(249)))), ((int)(((byte)(228)))));
  993. this.pan_banner.Controls.Add(this.pic_banner);
  994. this.pan_banner.Controls.Add(this.lab_banner);
  995. this.pan_banner.Dock = System.Windows.Forms.DockStyle.Bottom;
  996. this.pan_banner.Location = new System.Drawing.Point(0, 53);
  997. this.pan_banner.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  998. this.pan_banner.Name = "pan_banner";
  999. this.pan_banner.Size = new System.Drawing.Size(809, 43);
  1000. this.pan_banner.TabIndex = 3;
  1001. //
  1002. // pic_banner
  1003. //
  1004. this.pic_banner.Image = global::HXX.Scanner.Client.Properties.Resources.校验_check_one_2x;
  1005. this.pic_banner.Location = new System.Drawing.Point(79, 13);
  1006. this.pic_banner.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  1007. this.pic_banner.Name = "pic_banner";
  1008. this.pic_banner.Size = new System.Drawing.Size(19, 19);
  1009. this.pic_banner.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1010. this.pic_banner.TabIndex = 5;
  1011. this.pic_banner.TabStop = false;
  1012. //
  1013. // lab_banner
  1014. //
  1015. this.lab_banner.Anchor = System.Windows.Forms.AnchorStyles.Left;
  1016. this.lab_banner.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(249)))), ((int)(((byte)(228)))));
  1017. this.lab_banner.Font = new System.Drawing.Font("微软雅黑", 10F);
  1018. this.lab_banner.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  1019. this.lab_banner.Location = new System.Drawing.Point(108, 13);
  1020. this.lab_banner.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1021. this.lab_banner.Name = "lab_banner";
  1022. this.lab_banner.Size = new System.Drawing.Size(395, 21);
  1023. this.lab_banner.TabIndex = 30;
  1024. this.lab_banner.Text = "扫描环境监测完成,扫描设备已就位,可以开始进行扫描工作";
  1025. //
  1026. // notifyIcon1
  1027. //
  1028. this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
  1029. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  1030. this.notifyIcon1.Text = "慧教研";
  1031. this.notifyIcon1.Visible = true;
  1032. this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
  1033. //
  1034. // contextMenuStrip1
  1035. //
  1036. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  1037. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1038. this.open,
  1039. this.exit});
  1040. this.contextMenuStrip1.Name = "contextMenuStrip1";
  1041. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 48);
  1042. //
  1043. // open
  1044. //
  1045. this.open.Name = "open";
  1046. this.open.Size = new System.Drawing.Size(100, 22);
  1047. this.open.Text = "打开";
  1048. this.open.Click += new System.EventHandler(this.open_Click);
  1049. //
  1050. // exit
  1051. //
  1052. this.exit.Name = "exit";
  1053. this.exit.Size = new System.Drawing.Size(100, 22);
  1054. this.exit.Text = "退出";
  1055. this.exit.Click += new System.EventHandler(this.exit_Click);
  1056. //
  1057. // frmMain2
  1058. //
  1059. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1060. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1061. this.BackColor = System.Drawing.Color.White;
  1062. this.ClientSize = new System.Drawing.Size(809, 687);
  1063. this.ControlBox = false;
  1064. this.Controls.Add(this.panel2);
  1065. this.Controls.Add(this.tableLayoutPanel2);
  1066. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1067. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1068. this.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
  1069. this.MaximizeBox = false;
  1070. this.Name = "frmMain2";
  1071. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1072. this.Activated += new System.EventHandler(this.frmMain2_Activated);
  1073. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain2_FormClosing);
  1074. this.Load += new System.EventHandler(this.frmMain_Load);
  1075. this.tableLayoutPanel2.ResumeLayout(false);
  1076. this.tableLayoutPanel4.ResumeLayout(false);
  1077. this.tableLayoutPanel4.PerformLayout();
  1078. ((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).EndInit();
  1079. ((System.ComponentModel.ISupportInitialize)(this.picCloudStatus)).EndInit();
  1080. this.tableLayoutPanel1.ResumeLayout(false);
  1081. this.tableLayoutPanel1.PerformLayout();
  1082. ((System.ComponentModel.ISupportInitialize)(this.pic_scannerStatus)).EndInit();
  1083. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1084. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1085. this.panel1.ResumeLayout(false);
  1086. this.panel1.PerformLayout();
  1087. ((System.ComponentModel.ISupportInitialize)(this.loadSB)).EndInit();
  1088. this.tableLayoutPanel3.ResumeLayout(false);
  1089. this.tableLayoutPanel3.PerformLayout();
  1090. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1091. ((System.ComponentModel.ISupportInitialize)(this.pic_diskStatus)).EndInit();
  1092. this.panel2.ResumeLayout(false);
  1093. this.panel2.PerformLayout();
  1094. ((System.ComponentModel.ISupportInitialize)(this.but_min)).EndInit();
  1095. ((System.ComponentModel.ISupportInitialize)(this.but_close)).EndInit();
  1096. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1097. this.pan_banner.ResumeLayout(false);
  1098. ((System.ComponentModel.ISupportInitialize)(this.pic_banner)).EndInit();
  1099. this.contextMenuStrip1.ResumeLayout(false);
  1100. this.ResumeLayout(false);
  1101. }
  1102. #endregion
  1103. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1104. private System.Windows.Forms.Label label1;
  1105. private System.Windows.Forms.Label label2;
  1106. private System.Windows.Forms.PictureBox pic_scannerStatus;
  1107. private System.Windows.Forms.ComboBox cmbDeviceList;
  1108. private System.Windows.Forms.Label label4;
  1109. private System.Windows.Forms.PictureBox pictureBox1;
  1110. private System.Windows.Forms.PictureBox pictureBox2;
  1111. private System.Windows.Forms.Label label8;
  1112. private System.Windows.Forms.Label lblStartTime;
  1113. private System.Windows.Forms.Label label10;
  1114. private System.Windows.Forms.Label lblScanElapse;
  1115. private System.Windows.Forms.Label lblTotalSum;
  1116. private System.Windows.Forms.Label label7;
  1117. private System.Windows.Forms.Label label12;
  1118. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1119. private System.Windows.Forms.Label label14;
  1120. private System.Windows.Forms.Label lblSpeed;
  1121. private System.Windows.Forms.Label label16;
  1122. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1123. private System.Windows.Forms.Label label33;
  1124. private System.Windows.Forms.Label label34;
  1125. private System.Windows.Forms.PictureBox picNetStatus;
  1126. private System.Windows.Forms.Label label35;
  1127. private System.Windows.Forms.Label label36;
  1128. private System.Windows.Forms.PictureBox picCloudStatus;
  1129. private System.Windows.Forms.Label label46;
  1130. private System.Windows.Forms.Label lblCloudStatus;
  1131. private System.Windows.Forms.Label label48;
  1132. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1133. private System.Windows.Forms.Label label17;
  1134. private System.Windows.Forms.Label label18;
  1135. private System.Windows.Forms.PictureBox pictureBox3;
  1136. private System.Windows.Forms.PictureBox pic_diskStatus;
  1137. private System.Windows.Forms.Label label30;
  1138. private System.Windows.Forms.Label lblDataPath;
  1139. private System.Windows.Forms.Label label32;
  1140. private System.Windows.Forms.Label lblInstallPath;
  1141. private System.Windows.Forms.CheckBox checkBox1;
  1142. private System.Windows.Forms.Label label19;
  1143. private System.Windows.Forms.Label lblDiskLeft;
  1144. private System.Windows.Forms.Label label21;
  1145. private System.Windows.Forms.Label label22;
  1146. private System.Windows.Forms.Label label24;
  1147. private System.Windows.Forms.Label label25;
  1148. private System.Windows.Forms.Label label27;
  1149. private System.Windows.Forms.LinkLabel linkLabel1;
  1150. private System.Windows.Forms.LinkLabel lblTestNet;
  1151. private System.Windows.Forms.LinkLabel lblChangeDir;
  1152. private System.Windows.Forms.LinkLabel lblRefreshDevice;
  1153. private System.Windows.Forms.LinkLabel lblTestA;
  1154. private System.Windows.Forms.LinkLabel lblTestAB;
  1155. private System.Windows.Forms.Panel panel1;
  1156. private System.Windows.Forms.PictureBox loadSB;
  1157. private Saraff.Twain.Twain32 _twain32;
  1158. private System.Windows.Forms.Panel panel2;
  1159. private System.Windows.Forms.Panel pan_banner;
  1160. private System.Windows.Forms.PictureBox pictureBox4;
  1161. private System.Windows.Forms.Label lblVersion;
  1162. private System.Windows.Forms.LinkLabel linkLabel2;
  1163. private System.Windows.Forms.PictureBox but_close;
  1164. private System.Windows.Forms.PictureBox but_min;
  1165. private System.Windows.Forms.Label lab_banner;
  1166. private System.Windows.Forms.PictureBox pic_banner;
  1167. private System.Windows.Forms.NotifyIcon notifyIcon1;
  1168. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  1169. private System.Windows.Forms.ToolStripMenuItem open;
  1170. private System.Windows.Forms.ToolStripMenuItem exit;
  1171. private System.Windows.Forms.Label lblNetStatus;
  1172. private System.Windows.Forms.ToolTip toolTip1;
  1173. }
  1174. }