frmMain.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908
  1. 
  2. namespace HXX.Scanner.Client
  3. {
  4. partial class frmMain
  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. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tab1Pb1 = new System.Windows.Forms.PictureBox();
  34. this.cmbDeviceList = new System.Windows.Forms.ComboBox();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  37. this.label8 = new System.Windows.Forms.Label();
  38. this.label9 = new System.Windows.Forms.Label();
  39. this.label10 = new System.Windows.Forms.Label();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label12 = new System.Windows.Forms.Label();
  43. this.label14 = new System.Windows.Forms.Label();
  44. this.label15 = new System.Windows.Forms.Label();
  45. this.label16 = new System.Windows.Forms.Label();
  46. this.lblTestAB = new System.Windows.Forms.LinkLabel();
  47. this.lblTestA = new System.Windows.Forms.LinkLabel();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.label13 = new System.Windows.Forms.Label();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.loadSB = new System.Windows.Forms.PictureBox();
  52. this.lblRefreshDevice = new System.Windows.Forms.LinkLabel();
  53. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  54. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  55. this.label33 = new System.Windows.Forms.Label();
  56. this.label34 = new System.Windows.Forms.Label();
  57. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  58. this.label35 = new System.Windows.Forms.Label();
  59. this.label36 = new System.Windows.Forms.Label();
  60. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  61. this.label46 = new System.Windows.Forms.Label();
  62. this.label47 = new System.Windows.Forms.Label();
  63. this.label24 = new System.Windows.Forms.Label();
  64. this.label25 = new System.Windows.Forms.Label();
  65. this.label48 = new System.Windows.Forms.Label();
  66. this.label27 = new System.Windows.Forms.Label();
  67. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  68. this.lblTestNet = new System.Windows.Forms.LinkLabel();
  69. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  70. this.label17 = new System.Windows.Forms.Label();
  71. this.label18 = new System.Windows.Forms.Label();
  72. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  73. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  74. this.label30 = new System.Windows.Forms.Label();
  75. this.lblDataPath = new System.Windows.Forms.Label();
  76. this.label32 = new System.Windows.Forms.Label();
  77. this.lblInstallPath = new System.Windows.Forms.Label();
  78. this.checkBox1 = new System.Windows.Forms.CheckBox();
  79. this.label19 = new System.Windows.Forms.Label();
  80. this.lblDiskLeft = new System.Windows.Forms.Label();
  81. this.label21 = new System.Windows.Forms.Label();
  82. this.label22 = new System.Windows.Forms.Label();
  83. this.lblChangeDir = new System.Windows.Forms.LinkLabel();
  84. this._twain32 = new Saraff.Twain.Twain32(this.components);
  85. this.palCenter.SuspendLayout();
  86. this.tableLayoutPanel1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.tab1Pb1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  90. this.panel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.loadSB)).BeginInit();
  92. this.tableLayoutPanel2.SuspendLayout();
  93. this.tableLayoutPanel4.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  96. this.tableLayoutPanel3.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  99. this.SuspendLayout();
  100. //
  101. // palCenter
  102. //
  103. this.palCenter.Controls.Add(this.tableLayoutPanel2);
  104. this.palCenter.Location = new System.Drawing.Point(1, 120);
  105. this.palCenter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  106. this.palCenter.Size = new System.Drawing.Size(1283, 730);
  107. //
  108. // tableLayoutPanel1
  109. //
  110. this.tableLayoutPanel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  111. this.tableLayoutPanel1.ColumnCount = 9;
  112. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.050289F));
  113. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.07618F));
  114. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.783481F));
  115. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.340016F));
  116. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.22694F));
  117. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.98637F));
  118. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.335205F));
  119. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.292703F));
  120. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27.90698F));
  121. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  122. this.tableLayoutPanel1.Controls.Add(this.label2, 1, 1);
  123. this.tableLayoutPanel1.Controls.Add(this.tab1Pb1, 0, 1);
  124. this.tableLayoutPanel1.Controls.Add(this.cmbDeviceList, 2, 1);
  125. this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 2);
  126. this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 0, 3);
  127. this.tableLayoutPanel1.Controls.Add(this.label8, 2, 2);
  128. this.tableLayoutPanel1.Controls.Add(this.label9, 3, 2);
  129. this.tableLayoutPanel1.Controls.Add(this.label10, 4, 2);
  130. this.tableLayoutPanel1.Controls.Add(this.label11, 5, 2);
  131. this.tableLayoutPanel1.Controls.Add(this.label7, 1, 2);
  132. this.tableLayoutPanel1.Controls.Add(this.label12, 6, 2);
  133. this.tableLayoutPanel1.Controls.Add(this.label14, 1, 3);
  134. this.tableLayoutPanel1.Controls.Add(this.label15, 2, 3);
  135. this.tableLayoutPanel1.Controls.Add(this.label16, 1, 4);
  136. this.tableLayoutPanel1.Controls.Add(this.lblTestAB, 7, 1);
  137. this.tableLayoutPanel1.Controls.Add(this.lblTestA, 6, 1);
  138. this.tableLayoutPanel1.Controls.Add(this.label4, 5, 1);
  139. this.tableLayoutPanel1.Controls.Add(this.label13, 8, 2);
  140. this.tableLayoutPanel1.Controls.Add(this.panel1, 4, 1);
  141. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 2);
  142. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  143. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  144. this.tableLayoutPanel1.RowCount = 5;
  145. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.09056F));
  146. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.98312F));
  147. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.44444F));
  148. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 23.33333F));
  149. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.55556F));
  150. this.tableLayoutPanel1.Size = new System.Drawing.Size(1247, 225);
  151. this.tableLayoutPanel1.TabIndex = 0;
  152. //
  153. // label1
  154. //
  155. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  156. this.label1.AutoSize = true;
  157. this.tableLayoutPanel1.SetColumnSpan(this.label1, 2);
  158. this.label1.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.label1.Location = new System.Drawing.Point(3, 2);
  160. this.label1.Name = "label1";
  161. this.label1.Size = new System.Drawing.Size(213, 37);
  162. this.label1.TabIndex = 1;
  163. this.label1.Text = " · 扫描仪状态:";
  164. //
  165. // label2
  166. //
  167. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
  168. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label2.Location = new System.Drawing.Point(65, 55);
  170. this.label2.Name = "label2";
  171. this.label2.Size = new System.Drawing.Size(120, 26);
  172. this.label2.TabIndex = 2;
  173. this.label2.Text = "扫描设备:";
  174. //
  175. // tab1Pb1
  176. //
  177. this.tab1Pb1.Anchor = System.Windows.Forms.AnchorStyles.None;
  178. this.tab1Pb1.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  179. this.tab1Pb1.Location = new System.Drawing.Point(24, 62);
  180. this.tab1Pb1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  181. this.tab1Pb1.Name = "tab1Pb1";
  182. this.tab1Pb1.Size = new System.Drawing.Size(14, 12);
  183. this.tab1Pb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  184. this.tab1Pb1.TabIndex = 3;
  185. this.tab1Pb1.TabStop = false;
  186. //
  187. // cmbDeviceList
  188. //
  189. this.cmbDeviceList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  190. this.tableLayoutPanel1.SetColumnSpan(this.cmbDeviceList, 2);
  191. this.cmbDeviceList.DisplayMember = "DeviceInfo";
  192. this.cmbDeviceList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  193. this.cmbDeviceList.FormattingEnabled = true;
  194. this.cmbDeviceList.Location = new System.Drawing.Point(253, 57);
  195. this.cmbDeviceList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  196. this.cmbDeviceList.Name = "cmbDeviceList";
  197. this.cmbDeviceList.Size = new System.Drawing.Size(220, 23);
  198. this.cmbDeviceList.TabIndex = 11;
  199. this.cmbDeviceList.ValueMember = "DeviceInfo";
  200. this.cmbDeviceList.SelectedIndexChanged += new System.EventHandler(this.cmbDeviceList_SelectedIndexChanged);
  201. //
  202. // pictureBox1
  203. //
  204. this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  205. this.pictureBox1.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  206. this.pictureBox1.Location = new System.Drawing.Point(24, 110);
  207. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  208. this.pictureBox1.Name = "pictureBox1";
  209. this.pictureBox1.Size = new System.Drawing.Size(14, 12);
  210. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  211. this.pictureBox1.TabIndex = 16;
  212. this.pictureBox1.TabStop = false;
  213. //
  214. // pictureBox2
  215. //
  216. this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
  217. this.pictureBox2.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  218. this.pictureBox2.Location = new System.Drawing.Point(24, 157);
  219. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  220. this.pictureBox2.Name = "pictureBox2";
  221. this.pictureBox2.Size = new System.Drawing.Size(14, 12);
  222. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  223. this.pictureBox2.TabIndex = 17;
  224. this.pictureBox2.TabStop = false;
  225. //
  226. // label8
  227. //
  228. this.label8.Anchor = System.Windows.Forms.AnchorStyles.Left;
  229. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.label8.Location = new System.Drawing.Point(253, 103);
  231. this.label8.Name = "label8";
  232. this.label8.Size = new System.Drawing.Size(115, 26);
  233. this.label8.TabIndex = 19;
  234. this.label8.Text = "开始时间:";
  235. //
  236. // label9
  237. //
  238. this.label9.Anchor = System.Windows.Forms.AnchorStyles.Left;
  239. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.label9.Location = new System.Drawing.Point(375, 103);
  241. this.label9.Name = "label9";
  242. this.label9.Size = new System.Drawing.Size(97, 26);
  243. this.label9.TabIndex = 20;
  244. this.label9.Text = "00:00";
  245. //
  246. // label10
  247. //
  248. this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
  249. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.label10.Location = new System.Drawing.Point(479, 103);
  251. this.label10.Name = "label10";
  252. this.label10.Size = new System.Drawing.Size(134, 26);
  253. this.label10.TabIndex = 21;
  254. this.label10.Text = "扫描时长:";
  255. //
  256. // label11
  257. //
  258. this.label11.Anchor = System.Windows.Forms.AnchorStyles.Left;
  259. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.label11.Location = new System.Drawing.Point(619, 103);
  261. this.label11.Name = "label11";
  262. this.label11.Size = new System.Drawing.Size(116, 26);
  263. this.label11.TabIndex = 22;
  264. this.label11.Text = "0";
  265. //
  266. // label7
  267. //
  268. this.label7.Anchor = System.Windows.Forms.AnchorStyles.Left;
  269. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.label7.Location = new System.Drawing.Point(65, 103);
  271. this.label7.Name = "label7";
  272. this.label7.Size = new System.Drawing.Size(180, 26);
  273. this.label7.TabIndex = 25;
  274. this.label7.Text = "今日扫描统计:";
  275. //
  276. // label12
  277. //
  278. this.label12.Anchor = System.Windows.Forms.AnchorStyles.Left;
  279. this.tableLayoutPanel1.SetColumnSpan(this.label12, 2);
  280. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.label12.Location = new System.Drawing.Point(756, 103);
  282. this.label12.Name = "label12";
  283. this.label12.Size = new System.Drawing.Size(139, 26);
  284. this.label12.TabIndex = 26;
  285. this.label12.Text = "已扫描答题卡:";
  286. //
  287. // label14
  288. //
  289. this.label14.Anchor = System.Windows.Forms.AnchorStyles.Left;
  290. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.label14.Location = new System.Drawing.Point(65, 150);
  292. this.label14.Name = "label14";
  293. this.label14.Size = new System.Drawing.Size(180, 26);
  294. this.label14.TabIndex = 27;
  295. this.label14.Text = "当前扫描速度:";
  296. //
  297. // label15
  298. //
  299. this.label15.Anchor = System.Windows.Forms.AnchorStyles.Left;
  300. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.label15.Location = new System.Drawing.Point(253, 150);
  302. this.label15.Name = "label15";
  303. this.label15.Size = new System.Drawing.Size(106, 26);
  304. this.label15.TabIndex = 28;
  305. this.label15.Text = "0";
  306. //
  307. // label16
  308. //
  309. this.label16.Anchor = System.Windows.Forms.AnchorStyles.Left;
  310. this.tableLayoutPanel1.SetColumnSpan(this.label16, 5);
  311. this.label16.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.label16.Location = new System.Drawing.Point(65, 194);
  313. this.label16.Name = "label16";
  314. this.label16.Size = new System.Drawing.Size(641, 26);
  315. this.label16.TabIndex = 29;
  316. this.label16.Text = "提示:建议每30天对扫描设备进行一次清理,可减少答题卡扫描后图片被污染、扫描卡纸等故障发生。";
  317. //
  318. // lblTestAB
  319. //
  320. this.lblTestAB.Anchor = System.Windows.Forms.AnchorStyles.Left;
  321. this.lblTestAB.AutoSize = true;
  322. this.lblTestAB.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.lblTestAB.Location = new System.Drawing.Point(835, 55);
  324. this.lblTestAB.Name = "lblTestAB";
  325. this.lblTestAB.Size = new System.Drawing.Size(52, 27);
  326. this.lblTestAB.TabIndex = 38;
  327. this.lblTestAB.TabStop = true;
  328. this.lblTestAB.Text = "双面";
  329. this.lblTestAB.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTestAB_LinkClicked);
  330. //
  331. // lblTestA
  332. //
  333. this.lblTestA.Anchor = System.Windows.Forms.AnchorStyles.Left;
  334. this.lblTestA.AutoSize = true;
  335. this.lblTestA.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.lblTestA.Location = new System.Drawing.Point(756, 55);
  337. this.lblTestA.Name = "lblTestA";
  338. this.lblTestA.Size = new System.Drawing.Size(52, 27);
  339. this.lblTestA.TabIndex = 37;
  340. this.lblTestA.TabStop = true;
  341. this.lblTestA.Text = "单面";
  342. this.lblTestA.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTestA_LinkClicked);
  343. //
  344. // label4
  345. //
  346. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  347. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.label4.Location = new System.Drawing.Point(619, 55);
  349. this.label4.Name = "label4";
  350. this.label4.Size = new System.Drawing.Size(131, 26);
  351. this.label4.TabIndex = 13;
  352. this.label4.Text = "扫描测试:";
  353. //
  354. // label13
  355. //
  356. this.label13.Anchor = System.Windows.Forms.AnchorStyles.Left;
  357. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.label13.Location = new System.Drawing.Point(901, 103);
  359. this.label13.Name = "label13";
  360. this.label13.Size = new System.Drawing.Size(137, 26);
  361. this.label13.TabIndex = 24;
  362. this.label13.Text = "0";
  363. //
  364. // panel1
  365. //
  366. this.panel1.Controls.Add(this.loadSB);
  367. this.panel1.Controls.Add(this.lblRefreshDevice);
  368. this.panel1.Location = new System.Drawing.Point(479, 45);
  369. this.panel1.Name = "panel1";
  370. this.panel1.Size = new System.Drawing.Size(126, 47);
  371. this.panel1.TabIndex = 39;
  372. //
  373. // loadSB
  374. //
  375. this.loadSB.Image = global::HXX.Scanner.Client.Properties.Resources.loading;
  376. this.loadSB.Location = new System.Drawing.Point(7, 0);
  377. this.loadSB.Name = "loadSB";
  378. this.loadSB.Size = new System.Drawing.Size(62, 18);
  379. this.loadSB.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  380. this.loadSB.TabIndex = 37;
  381. this.loadSB.TabStop = false;
  382. this.loadSB.Visible = false;
  383. //
  384. // lblRefreshDevice
  385. //
  386. this.lblRefreshDevice.Anchor = System.Windows.Forms.AnchorStyles.Left;
  387. this.lblRefreshDevice.AutoSize = true;
  388. this.lblRefreshDevice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.lblRefreshDevice.Location = new System.Drawing.Point(2, 11);
  390. this.lblRefreshDevice.Name = "lblRefreshDevice";
  391. this.lblRefreshDevice.Size = new System.Drawing.Size(92, 27);
  392. this.lblRefreshDevice.TabIndex = 36;
  393. this.lblRefreshDevice.TabStop = true;
  394. this.lblRefreshDevice.Text = "刷新设备";
  395. this.lblRefreshDevice.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblRefreshDevice_LinkClicked);
  396. //
  397. // tableLayoutPanel2
  398. //
  399. this.tableLayoutPanel2.ColumnCount = 1;
  400. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  401. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  402. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel4, 0, 2);
  403. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 1);
  404. this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
  405. this.tableLayoutPanel2.Location = new System.Drawing.Point(27, 2);
  406. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  407. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  408. this.tableLayoutPanel2.RowCount = 3;
  409. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.43023F));
  410. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.13953F));
  411. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  412. this.tableLayoutPanel2.Size = new System.Drawing.Size(1253, 688);
  413. this.tableLayoutPanel2.TabIndex = 1;
  414. //
  415. // tableLayoutPanel4
  416. //
  417. this.tableLayoutPanel4.Anchor = System.Windows.Forms.AnchorStyles.Left;
  418. this.tableLayoutPanel4.ColumnCount = 8;
  419. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.093555F));
  420. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.15637F));
  421. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.863673F));
  422. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.981556F));
  423. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.95349F));
  424. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.821171F));
  425. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.34082F));
  426. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.5F));
  427. this.tableLayoutPanel4.Controls.Add(this.label33, 0, 0);
  428. this.tableLayoutPanel4.Controls.Add(this.label34, 1, 1);
  429. this.tableLayoutPanel4.Controls.Add(this.pictureBox6, 0, 1);
  430. this.tableLayoutPanel4.Controls.Add(this.label35, 3, 1);
  431. this.tableLayoutPanel4.Controls.Add(this.label36, 4, 1);
  432. this.tableLayoutPanel4.Controls.Add(this.pictureBox8, 0, 3);
  433. this.tableLayoutPanel4.Controls.Add(this.label46, 1, 3);
  434. this.tableLayoutPanel4.Controls.Add(this.label47, 2, 3);
  435. this.tableLayoutPanel4.Controls.Add(this.label24, 2, 1);
  436. this.tableLayoutPanel4.Controls.Add(this.label25, 5, 1);
  437. this.tableLayoutPanel4.Controls.Add(this.label48, 1, 2);
  438. this.tableLayoutPanel4.Controls.Add(this.label27, 1, 4);
  439. this.tableLayoutPanel4.Controls.Add(this.linkLabel1, 3, 3);
  440. this.tableLayoutPanel4.Controls.Add(this.lblTestNet, 6, 1);
  441. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 460);
  442. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  443. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  444. this.tableLayoutPanel4.RowCount = 5;
  445. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  446. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.12563F));
  447. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.1005F));
  448. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.59799F));
  449. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.57286F));
  450. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  451. this.tableLayoutPanel4.Size = new System.Drawing.Size(1247, 225);
  452. this.tableLayoutPanel4.TabIndex = 2;
  453. //
  454. // label33
  455. //
  456. this.label33.Anchor = System.Windows.Forms.AnchorStyles.Left;
  457. this.label33.AutoSize = true;
  458. this.tableLayoutPanel4.SetColumnSpan(this.label33, 2);
  459. this.label33.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.label33.Location = new System.Drawing.Point(3, 4);
  461. this.label33.Name = "label33";
  462. this.label33.Size = new System.Drawing.Size(185, 37);
  463. this.label33.TabIndex = 1;
  464. this.label33.Text = " · 网络状态:";
  465. //
  466. // label34
  467. //
  468. this.label34.Anchor = System.Windows.Forms.AnchorStyles.Left;
  469. this.label34.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.label34.Location = new System.Drawing.Point(66, 60);
  471. this.label34.Name = "label34";
  472. this.label34.Size = new System.Drawing.Size(120, 26);
  473. this.label34.TabIndex = 2;
  474. this.label34.Text = "网络情况:";
  475. //
  476. // pictureBox6
  477. //
  478. this.pictureBox6.Anchor = System.Windows.Forms.AnchorStyles.None;
  479. this.pictureBox6.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  480. this.pictureBox6.Location = new System.Drawing.Point(24, 67);
  481. this.pictureBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  482. this.pictureBox6.Name = "pictureBox6";
  483. this.pictureBox6.Size = new System.Drawing.Size(14, 12);
  484. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  485. this.pictureBox6.TabIndex = 3;
  486. this.pictureBox6.TabStop = false;
  487. //
  488. // label35
  489. //
  490. this.label35.Anchor = System.Windows.Forms.AnchorStyles.Left;
  491. this.label35.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.label35.Location = new System.Drawing.Point(378, 60);
  493. this.label35.Name = "label35";
  494. this.label35.Size = new System.Drawing.Size(99, 26);
  495. this.label35.TabIndex = 12;
  496. this.label35.Text = "0";
  497. //
  498. // label36
  499. //
  500. this.label36.Anchor = System.Windows.Forms.AnchorStyles.Left;
  501. this.label36.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.label36.Location = new System.Drawing.Point(490, 60);
  503. this.label36.Name = "label36";
  504. this.label36.Size = new System.Drawing.Size(141, 26);
  505. this.label36.TabIndex = 13;
  506. this.label36.Text = "待上传图片:";
  507. //
  508. // pictureBox8
  509. //
  510. this.pictureBox8.Anchor = System.Windows.Forms.AnchorStyles.None;
  511. this.pictureBox8.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  512. this.pictureBox8.Location = new System.Drawing.Point(24, 162);
  513. this.pictureBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  514. this.pictureBox8.Name = "pictureBox8";
  515. this.pictureBox8.Size = new System.Drawing.Size(14, 12);
  516. this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  517. this.pictureBox8.TabIndex = 17;
  518. this.pictureBox8.TabStop = false;
  519. //
  520. // label46
  521. //
  522. this.label46.Anchor = System.Windows.Forms.AnchorStyles.Left;
  523. this.label46.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.label46.Location = new System.Drawing.Point(66, 155);
  525. this.label46.Name = "label46";
  526. this.label46.Size = new System.Drawing.Size(161, 26);
  527. this.label46.TabIndex = 27;
  528. this.label46.Text = "云服务状态:";
  529. //
  530. // label47
  531. //
  532. this.label47.Anchor = System.Windows.Forms.AnchorStyles.Left;
  533. this.label47.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. this.label47.Location = new System.Drawing.Point(255, 155);
  535. this.label47.Name = "label47";
  536. this.label47.Size = new System.Drawing.Size(109, 26);
  537. this.label47.TabIndex = 28;
  538. this.label47.Text = "\\";
  539. //
  540. // label24
  541. //
  542. this.label24.Anchor = System.Windows.Forms.AnchorStyles.Left;
  543. this.label24.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.label24.Location = new System.Drawing.Point(255, 60);
  545. this.label24.Name = "label24";
  546. this.label24.Size = new System.Drawing.Size(117, 26);
  547. this.label24.TabIndex = 30;
  548. this.label24.Text = "上传速度:";
  549. //
  550. // label25
  551. //
  552. this.label25.Anchor = System.Windows.Forms.AnchorStyles.Left;
  553. this.label25.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.label25.Location = new System.Drawing.Point(664, 60);
  555. this.label25.Name = "label25";
  556. this.label25.Size = new System.Drawing.Size(99, 26);
  557. this.label25.TabIndex = 31;
  558. this.label25.Text = "0";
  559. //
  560. // label48
  561. //
  562. this.label48.Anchor = System.Windows.Forms.AnchorStyles.Left;
  563. this.tableLayoutPanel4.SetColumnSpan(this.label48, 5);
  564. this.label48.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.label48.Location = new System.Drawing.Point(66, 110);
  566. this.label48.Name = "label48";
  567. this.label48.Size = new System.Drawing.Size(702, 26);
  568. this.label48.TabIndex = 29;
  569. this.label48.Text = "提示:无线网络存在波动,尽量选择有线连接。";
  570. //
  571. // label27
  572. //
  573. this.label27.Anchor = System.Windows.Forms.AnchorStyles.Left;
  574. this.tableLayoutPanel4.SetColumnSpan(this.label27, 5);
  575. this.label27.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  576. this.label27.Location = new System.Drawing.Point(66, 194);
  577. this.label27.Name = "label27";
  578. this.label27.Size = new System.Drawing.Size(702, 26);
  579. this.label27.TabIndex = 33;
  580. this.label27.Text = "提示:若多次尝试仍无法连接,请检查网关设置或联系技术支持人员。";
  581. //
  582. // linkLabel1
  583. //
  584. this.linkLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  585. this.linkLabel1.AutoSize = true;
  586. this.linkLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.linkLabel1.Location = new System.Drawing.Point(378, 154);
  588. this.linkLabel1.Name = "linkLabel1";
  589. this.linkLabel1.Size = new System.Drawing.Size(92, 27);
  590. this.linkLabel1.TabIndex = 35;
  591. this.linkLabel1.TabStop = true;
  592. this.linkLabel1.Text = "测试连接";
  593. //
  594. // lblTestNet
  595. //
  596. this.lblTestNet.Anchor = System.Windows.Forms.AnchorStyles.Left;
  597. this.lblTestNet.AutoSize = true;
  598. this.lblTestNet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  599. this.lblTestNet.Location = new System.Drawing.Point(774, 59);
  600. this.lblTestNet.Name = "lblTestNet";
  601. this.lblTestNet.Size = new System.Drawing.Size(92, 27);
  602. this.lblTestNet.TabIndex = 36;
  603. this.lblTestNet.TabStop = true;
  604. this.lblTestNet.Text = "测试网速";
  605. //
  606. // tableLayoutPanel3
  607. //
  608. this.tableLayoutPanel3.Anchor = System.Windows.Forms.AnchorStyles.Left;
  609. this.tableLayoutPanel3.ColumnCount = 8;
  610. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.093555F));
  611. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.15637F));
  612. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.44427F));
  613. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.99573F));
  614. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.974359F));
  615. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.42502F));
  616. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 8.740978F));
  617. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 19.166F));
  618. this.tableLayoutPanel3.Controls.Add(this.label17, 0, 0);
  619. this.tableLayoutPanel3.Controls.Add(this.label18, 1, 1);
  620. this.tableLayoutPanel3.Controls.Add(this.pictureBox3, 0, 1);
  621. this.tableLayoutPanel3.Controls.Add(this.pictureBox5, 0, 3);
  622. this.tableLayoutPanel3.Controls.Add(this.label30, 1, 3);
  623. this.tableLayoutPanel3.Controls.Add(this.lblDataPath, 2, 3);
  624. this.tableLayoutPanel3.Controls.Add(this.label32, 1, 4);
  625. this.tableLayoutPanel3.Controls.Add(this.lblInstallPath, 2, 1);
  626. this.tableLayoutPanel3.Controls.Add(this.checkBox1, 1, 2);
  627. this.tableLayoutPanel3.Controls.Add(this.label19, 3, 3);
  628. this.tableLayoutPanel3.Controls.Add(this.lblDiskLeft, 4, 3);
  629. this.tableLayoutPanel3.Controls.Add(this.label21, 5, 3);
  630. this.tableLayoutPanel3.Controls.Add(this.label22, 6, 3);
  631. this.tableLayoutPanel3.Controls.Add(this.lblChangeDir, 7, 3);
  632. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 233);
  633. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  634. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  635. this.tableLayoutPanel3.RowCount = 5;
  636. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  637. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.12563F));
  638. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.1005F));
  639. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.59799F));
  640. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.57286F));
  641. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  642. this.tableLayoutPanel3.Size = new System.Drawing.Size(1247, 222);
  643. this.tableLayoutPanel3.TabIndex = 1;
  644. //
  645. // label17
  646. //
  647. this.label17.Anchor = System.Windows.Forms.AnchorStyles.Left;
  648. this.label17.AutoSize = true;
  649. this.tableLayoutPanel3.SetColumnSpan(this.label17, 2);
  650. this.label17.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.label17.Location = new System.Drawing.Point(3, 3);
  652. this.label17.Name = "label17";
  653. this.label17.Size = new System.Drawing.Size(185, 37);
  654. this.label17.TabIndex = 1;
  655. this.label17.Text = " · 本地状态:";
  656. //
  657. // label18
  658. //
  659. this.label18.Anchor = System.Windows.Forms.AnchorStyles.Left;
  660. this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.label18.Location = new System.Drawing.Point(66, 59);
  662. this.label18.Name = "label18";
  663. this.label18.Size = new System.Drawing.Size(161, 26);
  664. this.label18.TabIndex = 2;
  665. this.label18.Text = "程序安装目录:";
  666. //
  667. // pictureBox3
  668. //
  669. this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
  670. this.pictureBox3.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  671. this.pictureBox3.Location = new System.Drawing.Point(24, 66);
  672. this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  673. this.pictureBox3.Name = "pictureBox3";
  674. this.pictureBox3.Size = new System.Drawing.Size(14, 12);
  675. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  676. this.pictureBox3.TabIndex = 3;
  677. this.pictureBox3.TabStop = false;
  678. //
  679. // pictureBox5
  680. //
  681. this.pictureBox5.Anchor = System.Windows.Forms.AnchorStyles.None;
  682. this.pictureBox5.Image = global::HXX.Scanner.Client.Properties.Resources.yes;
  683. this.pictureBox5.Location = new System.Drawing.Point(24, 159);
  684. this.pictureBox5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  685. this.pictureBox5.Name = "pictureBox5";
  686. this.pictureBox5.Size = new System.Drawing.Size(14, 12);
  687. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  688. this.pictureBox5.TabIndex = 17;
  689. this.pictureBox5.TabStop = false;
  690. //
  691. // label30
  692. //
  693. this.label30.Anchor = System.Windows.Forms.AnchorStyles.Left;
  694. this.label30.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  695. this.label30.Location = new System.Drawing.Point(66, 152);
  696. this.label30.Name = "label30";
  697. this.label30.Size = new System.Drawing.Size(179, 26);
  698. this.label30.TabIndex = 27;
  699. this.label30.Text = "数据存放目录:";
  700. //
  701. // lblDataPath
  702. //
  703. this.lblDataPath.Anchor = System.Windows.Forms.AnchorStyles.Left;
  704. this.lblDataPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  705. this.lblDataPath.Location = new System.Drawing.Point(255, 152);
  706. this.lblDataPath.Name = "lblDataPath";
  707. this.lblDataPath.Size = new System.Drawing.Size(224, 26);
  708. this.lblDataPath.TabIndex = 28;
  709. this.lblDataPath.Text = "\\";
  710. //
  711. // label32
  712. //
  713. this.label32.Anchor = System.Windows.Forms.AnchorStyles.Left;
  714. this.tableLayoutPanel3.SetColumnSpan(this.label32, 5);
  715. this.label32.Font = new System.Drawing.Font("微软雅黑 Light", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  716. this.label32.Location = new System.Drawing.Point(66, 191);
  717. this.label32.Name = "label32";
  718. this.label32.Size = new System.Drawing.Size(785, 26);
  719. this.label32.TabIndex = 29;
  720. this.label32.Text = "提示:选择的存储空间至少在5G以上";
  721. //
  722. // lblInstallPath
  723. //
  724. this.lblInstallPath.Anchor = System.Windows.Forms.AnchorStyles.Left;
  725. this.tableLayoutPanel3.SetColumnSpan(this.lblInstallPath, 5);
  726. this.lblInstallPath.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. this.lblInstallPath.Location = new System.Drawing.Point(255, 59);
  728. this.lblInstallPath.Name = "lblInstallPath";
  729. this.lblInstallPath.Size = new System.Drawing.Size(690, 26);
  730. this.lblInstallPath.TabIndex = 30;
  731. this.lblInstallPath.Text = "\\";
  732. //
  733. // checkBox1
  734. //
  735. this.checkBox1.Anchor = System.Windows.Forms.AnchorStyles.Left;
  736. this.checkBox1.AutoSize = true;
  737. this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.checkBox1.Location = new System.Drawing.Point(66, 106);
  739. this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  740. this.checkBox1.Name = "checkBox1";
  741. this.checkBox1.Size = new System.Drawing.Size(134, 31);
  742. this.checkBox1.TabIndex = 31;
  743. this.checkBox1.Text = "开机自启动";
  744. this.checkBox1.UseVisualStyleBackColor = true;
  745. //
  746. // label19
  747. //
  748. this.label19.Anchor = System.Windows.Forms.AnchorStyles.Left;
  749. this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  750. this.label19.Location = new System.Drawing.Point(485, 152);
  751. this.label19.Name = "label19";
  752. this.label19.Size = new System.Drawing.Size(167, 26);
  753. this.label19.TabIndex = 32;
  754. this.label19.Text = "磁盘剩余空间:";
  755. //
  756. // lblDiskLeft
  757. //
  758. this.lblDiskLeft.Anchor = System.Windows.Forms.AnchorStyles.Left;
  759. this.lblDiskLeft.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.lblDiskLeft.Location = new System.Drawing.Point(659, 152);
  761. this.lblDiskLeft.Name = "lblDiskLeft";
  762. this.lblDiskLeft.Size = new System.Drawing.Size(105, 26);
  763. this.lblDiskLeft.TabIndex = 33;
  764. this.lblDiskLeft.Text = "0";
  765. //
  766. // label21
  767. //
  768. this.label21.Anchor = System.Windows.Forms.AnchorStyles.Left;
  769. this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  770. this.label21.Location = new System.Drawing.Point(770, 152);
  771. this.label21.Name = "label21";
  772. this.label21.Size = new System.Drawing.Size(123, 26);
  773. this.label21.TabIndex = 34;
  774. this.label21.Text = "扫描数据:";
  775. //
  776. // label22
  777. //
  778. this.label22.Anchor = System.Windows.Forms.AnchorStyles.Left;
  779. this.label22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.label22.Location = new System.Drawing.Point(900, 152);
  781. this.label22.Name = "label22";
  782. this.label22.Size = new System.Drawing.Size(50, 26);
  783. this.label22.TabIndex = 35;
  784. this.label22.Text = "0";
  785. //
  786. // lblChangeDir
  787. //
  788. this.lblChangeDir.Anchor = System.Windows.Forms.AnchorStyles.Left;
  789. this.lblChangeDir.AutoSize = true;
  790. this.lblChangeDir.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  791. this.lblChangeDir.Location = new System.Drawing.Point(1009, 152);
  792. this.lblChangeDir.Name = "lblChangeDir";
  793. this.lblChangeDir.Size = new System.Drawing.Size(92, 27);
  794. this.lblChangeDir.TabIndex = 36;
  795. this.lblChangeDir.TabStop = true;
  796. this.lblChangeDir.Text = "修改目录";
  797. this.lblChangeDir.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblChangeDir_LinkClicked);
  798. //
  799. // _twain32
  800. //
  801. this._twain32.AppProductName = "Saraff.Twain.NET";
  802. this._twain32.Country = Saraff.Twain.TwCountry.CHINA;
  803. this._twain32.Language = Saraff.Twain.TwLanguage.CHINESE;
  804. this._twain32.Parent = this;
  805. this._twain32.ShowUI = false;
  806. this._twain32.AcquireCompleted += new System.EventHandler(this._twain32_AcquireCompleted);
  807. this._twain32.AcquireError += new System.EventHandler<Saraff.Twain.Twain32.AcquireErrorEventArgs>(this._twain32_AcquireError);
  808. this._twain32.EndXfer += new System.EventHandler<Saraff.Twain.Twain32.EndXferEventArgs>(this._twain32_EndXfer);
  809. this._twain32.XferDone += new System.EventHandler<Saraff.Twain.Twain32.XferDoneEventArgs>(this._twain32_XferDone);
  810. this._twain32.SetupFileXferEvent += new System.EventHandler<Saraff.Twain.Twain32.SetupFileXferEventArgs>(this._twain32_SetupFileXferEvent);
  811. this._twain32.FileXferEvent += new System.EventHandler<Saraff.Twain.Twain32.FileXferEventArgs>(this._twain32_FileXferEvent);
  812. this._twain32.DeviceEvent += new System.EventHandler<Saraff.Twain.Twain32.DeviceEventEventArgs>(this._twain32_DeviceEvent);
  813. //
  814. // frmMain
  815. //
  816. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  817. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  818. this.BackColor = System.Drawing.Color.White;
  819. this.ClientSize = new System.Drawing.Size(1285, 876);
  820. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  821. this.Name = "frmMain";
  822. this.Text = "扫描仪客户端";
  823. this.Load += new System.EventHandler(this.frmMain_Load);
  824. this.palCenter.ResumeLayout(false);
  825. this.tableLayoutPanel1.ResumeLayout(false);
  826. this.tableLayoutPanel1.PerformLayout();
  827. ((System.ComponentModel.ISupportInitialize)(this.tab1Pb1)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  829. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  830. this.panel1.ResumeLayout(false);
  831. this.panel1.PerformLayout();
  832. ((System.ComponentModel.ISupportInitialize)(this.loadSB)).EndInit();
  833. this.tableLayoutPanel2.ResumeLayout(false);
  834. this.tableLayoutPanel4.ResumeLayout(false);
  835. this.tableLayoutPanel4.PerformLayout();
  836. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  838. this.tableLayoutPanel3.ResumeLayout(false);
  839. this.tableLayoutPanel3.PerformLayout();
  840. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  842. this.ResumeLayout(false);
  843. }
  844. #endregion
  845. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  846. private System.Windows.Forms.Label label1;
  847. private System.Windows.Forms.Label label2;
  848. private System.Windows.Forms.PictureBox tab1Pb1;
  849. private System.Windows.Forms.ComboBox cmbDeviceList;
  850. private System.Windows.Forms.Label label4;
  851. private System.Windows.Forms.PictureBox pictureBox1;
  852. private System.Windows.Forms.PictureBox pictureBox2;
  853. private System.Windows.Forms.Label label8;
  854. private System.Windows.Forms.Label label9;
  855. private System.Windows.Forms.Label label10;
  856. private System.Windows.Forms.Label label11;
  857. private System.Windows.Forms.Label label13;
  858. private System.Windows.Forms.Label label7;
  859. private System.Windows.Forms.Label label12;
  860. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  861. private System.Windows.Forms.Label label14;
  862. private System.Windows.Forms.Label label15;
  863. private System.Windows.Forms.Label label16;
  864. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  865. private System.Windows.Forms.Label label33;
  866. private System.Windows.Forms.Label label34;
  867. private System.Windows.Forms.PictureBox pictureBox6;
  868. private System.Windows.Forms.Label label35;
  869. private System.Windows.Forms.Label label36;
  870. private System.Windows.Forms.PictureBox pictureBox8;
  871. private System.Windows.Forms.Label label46;
  872. private System.Windows.Forms.Label label47;
  873. private System.Windows.Forms.Label label48;
  874. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  875. private System.Windows.Forms.Label label17;
  876. private System.Windows.Forms.Label label18;
  877. private System.Windows.Forms.PictureBox pictureBox3;
  878. private System.Windows.Forms.PictureBox pictureBox5;
  879. private System.Windows.Forms.Label label30;
  880. private System.Windows.Forms.Label lblDataPath;
  881. private System.Windows.Forms.Label label32;
  882. private System.Windows.Forms.Label lblInstallPath;
  883. private System.Windows.Forms.CheckBox checkBox1;
  884. private System.Windows.Forms.Label label19;
  885. private System.Windows.Forms.Label lblDiskLeft;
  886. private System.Windows.Forms.Label label21;
  887. private System.Windows.Forms.Label label22;
  888. private System.Windows.Forms.Label label24;
  889. private System.Windows.Forms.Label label25;
  890. private System.Windows.Forms.Label label27;
  891. private System.Windows.Forms.LinkLabel linkLabel1;
  892. private System.Windows.Forms.LinkLabel lblTestNet;
  893. private System.Windows.Forms.LinkLabel lblChangeDir;
  894. private System.Windows.Forms.LinkLabel lblRefreshDevice;
  895. private System.Windows.Forms.LinkLabel lblTestA;
  896. private System.Windows.Forms.LinkLabel lblTestAB;
  897. private Saraff.Twain.Twain32 _twain32;
  898. private System.Windows.Forms.Panel panel1;
  899. private System.Windows.Forms.PictureBox loadSB;
  900. }
  901. }