FormMain.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  1. namespace AutomaticUpdate
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  29. this.pb_CompressProgress = new System.Windows.Forms.ProgressBar();
  30. this.pb_CompressWork = new System.Windows.Forms.ProgressBar();
  31. this.b_Compress = new System.Windows.Forms.Button();
  32. this.l_CompressProgress = new System.Windows.Forms.Label();
  33. this.tb_CompressDirectory = new System.Windows.Forms.TextBox();
  34. this.l_CompressDirectory = new System.Windows.Forms.Label();
  35. this.b_Browse = new System.Windows.Forms.Button();
  36. this.gb_Settings = new System.Windows.Forms.GroupBox();
  37. this.chb_Volumes = new System.Windows.Forms.CheckBox();
  38. this.nup_VolumeSize = new System.Windows.Forms.NumericUpDown();
  39. this.l_Volumes = new System.Windows.Forms.Label();
  40. this.chb_Sfx = new System.Windows.Forms.CheckBox();
  41. this.l_Method = new System.Windows.Forms.Label();
  42. this.cb_Method = new System.Windows.Forms.ComboBox();
  43. this.l_CompressionLevel = new System.Windows.Forms.Label();
  44. this.trb_Level = new System.Windows.Forms.TrackBar();
  45. this.l_Format = new System.Windows.Forms.Label();
  46. this.cb_Format = new System.Windows.Forms.ComboBox();
  47. this.fbd_Directory = new System.Windows.Forms.FolderBrowserDialog();
  48. this.b_BrowseOut = new System.Windows.Forms.Button();
  49. this.l_CompressOutput = new System.Windows.Forms.Label();
  50. this.tb_CompressOutput = new System.Windows.Forms.TextBox();
  51. this.sfd_Archive = new System.Windows.Forms.SaveFileDialog();
  52. this.tbc_Main = new System.Windows.Forms.TabControl();
  53. this.tp_Extract = new System.Windows.Forms.TabPage();
  54. this.tb_Messages = new System.Windows.Forms.TextBox();
  55. this.pb_ExtractProgress = new System.Windows.Forms.ProgressBar();
  56. this.b_ExtractBrowseArchive = new System.Windows.Forms.Button();
  57. this.pb_ExtractWork = new System.Windows.Forms.ProgressBar();
  58. this.l_ExtractArchiveName = new System.Windows.Forms.Label();
  59. this.b_Extract = new System.Windows.Forms.Button();
  60. this.tb_ExtractArchive = new System.Windows.Forms.TextBox();
  61. this.l_ExtractProgress = new System.Windows.Forms.Label();
  62. this.tb_ExtractDirectory = new System.Windows.Forms.TextBox();
  63. this.b_ExtractBrowseDirectory = new System.Windows.Forms.Button();
  64. this.l_ExtractDirectory = new System.Windows.Forms.Label();
  65. this.tp_Compress = new System.Windows.Forms.TabPage();
  66. this.ofd_Archive = new System.Windows.Forms.OpenFileDialog();
  67. this.gb_Settings.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.nup_VolumeSize)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.trb_Level)).BeginInit();
  70. this.tbc_Main.SuspendLayout();
  71. this.tp_Extract.SuspendLayout();
  72. this.tp_Compress.SuspendLayout();
  73. this.SuspendLayout();
  74. //
  75. // pb_CompressProgress
  76. //
  77. this.pb_CompressProgress.Location = new System.Drawing.Point(6, 22);
  78. this.pb_CompressProgress.Name = "pb_CompressProgress";
  79. this.pb_CompressProgress.Size = new System.Drawing.Size(195, 15);
  80. this.pb_CompressProgress.TabIndex = 0;
  81. //
  82. // pb_CompressWork
  83. //
  84. this.pb_CompressWork.Location = new System.Drawing.Point(6, 42);
  85. this.pb_CompressWork.MarqueeAnimationSpeed = 25;
  86. this.pb_CompressWork.Name = "pb_CompressWork";
  87. this.pb_CompressWork.Size = new System.Drawing.Size(195, 15);
  88. this.pb_CompressWork.TabIndex = 1;
  89. //
  90. // b_Compress
  91. //
  92. this.b_Compress.Location = new System.Drawing.Point(207, 22);
  93. this.b_Compress.Name = "b_Compress";
  94. this.b_Compress.Size = new System.Drawing.Size(66, 35);
  95. this.b_Compress.TabIndex = 2;
  96. this.b_Compress.Text = "开始压缩";
  97. this.b_Compress.UseVisualStyleBackColor = true;
  98. this.b_Compress.Click += new System.EventHandler(this.b_Compress_Click);
  99. //
  100. // l_CompressProgress
  101. //
  102. this.l_CompressProgress.AutoSize = true;
  103. this.l_CompressProgress.Location = new System.Drawing.Point(6, 7);
  104. this.l_CompressProgress.Name = "l_CompressProgress";
  105. this.l_CompressProgress.Size = new System.Drawing.Size(29, 12);
  106. this.l_CompressProgress.TabIndex = 3;
  107. this.l_CompressProgress.Text = "进度";
  108. //
  109. // tb_CompressDirectory
  110. //
  111. this.tb_CompressDirectory.Location = new System.Drawing.Point(6, 77);
  112. this.tb_CompressDirectory.Name = "tb_CompressDirectory";
  113. this.tb_CompressDirectory.Size = new System.Drawing.Size(195, 21);
  114. this.tb_CompressDirectory.TabIndex = 4;
  115. //
  116. // l_CompressDirectory
  117. //
  118. this.l_CompressDirectory.AutoSize = true;
  119. this.l_CompressDirectory.Location = new System.Drawing.Point(6, 62);
  120. this.l_CompressDirectory.Name = "l_CompressDirectory";
  121. this.l_CompressDirectory.Size = new System.Drawing.Size(65, 12);
  122. this.l_CompressDirectory.TabIndex = 5;
  123. this.l_CompressDirectory.Text = "要压缩目录";
  124. //
  125. // b_Browse
  126. //
  127. this.b_Browse.Location = new System.Drawing.Point(207, 68);
  128. this.b_Browse.Name = "b_Browse";
  129. this.b_Browse.Size = new System.Drawing.Size(66, 35);
  130. this.b_Browse.TabIndex = 6;
  131. this.b_Browse.Text = "浏 览";
  132. this.b_Browse.UseVisualStyleBackColor = true;
  133. this.b_Browse.Click += new System.EventHandler(this.b_Browse_Click);
  134. //
  135. // gb_Settings
  136. //
  137. this.gb_Settings.Controls.Add(this.chb_Volumes);
  138. this.gb_Settings.Controls.Add(this.nup_VolumeSize);
  139. this.gb_Settings.Controls.Add(this.l_Volumes);
  140. this.gb_Settings.Controls.Add(this.chb_Sfx);
  141. this.gb_Settings.Controls.Add(this.l_Method);
  142. this.gb_Settings.Controls.Add(this.cb_Method);
  143. this.gb_Settings.Controls.Add(this.l_CompressionLevel);
  144. this.gb_Settings.Controls.Add(this.trb_Level);
  145. this.gb_Settings.Controls.Add(this.l_Format);
  146. this.gb_Settings.Controls.Add(this.cb_Format);
  147. this.gb_Settings.Location = new System.Drawing.Point(6, 145);
  148. this.gb_Settings.Name = "gb_Settings";
  149. this.gb_Settings.Size = new System.Drawing.Size(267, 131);
  150. this.gb_Settings.TabIndex = 7;
  151. this.gb_Settings.TabStop = false;
  152. this.gb_Settings.Text = "设置";
  153. //
  154. // chb_Volumes
  155. //
  156. this.chb_Volumes.AutoSize = true;
  157. this.chb_Volumes.Location = new System.Drawing.Point(184, 51);
  158. this.chb_Volumes.Name = "chb_Volumes";
  159. this.chb_Volumes.Size = new System.Drawing.Size(72, 16);
  160. this.chb_Volumes.TabIndex = 10;
  161. this.chb_Volumes.Text = "分卷压缩";
  162. this.chb_Volumes.UseVisualStyleBackColor = true;
  163. //
  164. // nup_VolumeSize
  165. //
  166. this.nup_VolumeSize.Location = new System.Drawing.Point(184, 72);
  167. this.nup_VolumeSize.Maximum = new decimal(new int[] {
  168. -727379968,
  169. 232,
  170. 0,
  171. 0});
  172. this.nup_VolumeSize.Minimum = new decimal(new int[] {
  173. 1000,
  174. 0,
  175. 0,
  176. 0});
  177. this.nup_VolumeSize.Name = "nup_VolumeSize";
  178. this.nup_VolumeSize.Size = new System.Drawing.Size(75, 21);
  179. this.nup_VolumeSize.TabIndex = 7;
  180. this.nup_VolumeSize.Value = new decimal(new int[] {
  181. 1000,
  182. 0,
  183. 0,
  184. 0});
  185. //
  186. // l_Volumes
  187. //
  188. this.l_Volumes.AutoSize = true;
  189. this.l_Volumes.Location = new System.Drawing.Point(181, 95);
  190. this.l_Volumes.Name = "l_Volumes";
  191. this.l_Volumes.Size = new System.Drawing.Size(29, 12);
  192. this.l_Volumes.TabIndex = 8;
  193. this.l_Volumes.Text = "字节";
  194. //
  195. // chb_Sfx
  196. //
  197. this.chb_Sfx.AutoSize = true;
  198. this.chb_Sfx.Location = new System.Drawing.Point(16, 110);
  199. this.chb_Sfx.Name = "chb_Sfx";
  200. this.chb_Sfx.Size = new System.Drawing.Size(60, 16);
  201. this.chb_Sfx.TabIndex = 6;
  202. this.chb_Sfx.Text = "自解压";
  203. this.chb_Sfx.UseVisualStyleBackColor = true;
  204. this.chb_Sfx.Visible = false;
  205. //
  206. // l_Method
  207. //
  208. this.l_Method.AutoSize = true;
  209. this.l_Method.Location = new System.Drawing.Point(139, 20);
  210. this.l_Method.Name = "l_Method";
  211. this.l_Method.Size = new System.Drawing.Size(29, 12);
  212. this.l_Method.TabIndex = 5;
  213. this.l_Method.Text = "方法";
  214. //
  215. // cb_Method
  216. //
  217. this.cb_Method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  218. this.cb_Method.FormattingEnabled = true;
  219. this.cb_Method.Location = new System.Drawing.Point(184, 18);
  220. this.cb_Method.Name = "cb_Method";
  221. this.cb_Method.Size = new System.Drawing.Size(70, 20);
  222. this.cb_Method.TabIndex = 4;
  223. //
  224. // l_CompressionLevel
  225. //
  226. this.l_CompressionLevel.AutoSize = true;
  227. this.l_CompressionLevel.Location = new System.Drawing.Point(13, 51);
  228. this.l_CompressionLevel.Name = "l_CompressionLevel";
  229. this.l_CompressionLevel.Size = new System.Drawing.Size(53, 12);
  230. this.l_CompressionLevel.TabIndex = 3;
  231. this.l_CompressionLevel.Text = "压缩级别";
  232. //
  233. // trb_Level
  234. //
  235. this.trb_Level.Location = new System.Drawing.Point(12, 66);
  236. this.trb_Level.Name = "trb_Level";
  237. this.trb_Level.Size = new System.Drawing.Size(153, 45);
  238. this.trb_Level.TabIndex = 2;
  239. this.trb_Level.Scroll += new System.EventHandler(this.trb_Level_Scroll);
  240. //
  241. // l_Format
  242. //
  243. this.l_Format.AutoSize = true;
  244. this.l_Format.Location = new System.Drawing.Point(15, 22);
  245. this.l_Format.Name = "l_Format";
  246. this.l_Format.Size = new System.Drawing.Size(29, 12);
  247. this.l_Format.TabIndex = 1;
  248. this.l_Format.Text = "格式";
  249. //
  250. // cb_Format
  251. //
  252. this.cb_Format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  253. this.cb_Format.FormattingEnabled = true;
  254. this.cb_Format.Location = new System.Drawing.Point(54, 18);
  255. this.cb_Format.Name = "cb_Format";
  256. this.cb_Format.Size = new System.Drawing.Size(77, 20);
  257. this.cb_Format.TabIndex = 0;
  258. //
  259. // b_BrowseOut
  260. //
  261. this.b_BrowseOut.Location = new System.Drawing.Point(207, 117);
  262. this.b_BrowseOut.Name = "b_BrowseOut";
  263. this.b_BrowseOut.Size = new System.Drawing.Size(66, 30);
  264. this.b_BrowseOut.TabIndex = 10;
  265. this.b_BrowseOut.Text = "浏 览";
  266. this.b_BrowseOut.UseVisualStyleBackColor = true;
  267. this.b_BrowseOut.Click += new System.EventHandler(this.b_BrowseOut_Click);
  268. //
  269. // l_CompressOutput
  270. //
  271. this.l_CompressOutput.AutoSize = true;
  272. this.l_CompressOutput.Location = new System.Drawing.Point(6, 106);
  273. this.l_CompressOutput.Name = "l_CompressOutput";
  274. this.l_CompressOutput.Size = new System.Drawing.Size(101, 12);
  275. this.l_CompressOutput.TabIndex = 9;
  276. this.l_CompressOutput.Text = "压缩后存档文件名";
  277. //
  278. // tb_CompressOutput
  279. //
  280. this.tb_CompressOutput.Location = new System.Drawing.Point(6, 121);
  281. this.tb_CompressOutput.Name = "tb_CompressOutput";
  282. this.tb_CompressOutput.Size = new System.Drawing.Size(195, 21);
  283. this.tb_CompressOutput.TabIndex = 8;
  284. //
  285. // sfd_Archive
  286. //
  287. this.sfd_Archive.Title = "Save the archive to...";
  288. //
  289. // tbc_Main
  290. //
  291. this.tbc_Main.Controls.Add(this.tp_Extract);
  292. this.tbc_Main.Controls.Add(this.tp_Compress);
  293. this.tbc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.tbc_Main.Location = new System.Drawing.Point(0, 0);
  295. this.tbc_Main.Name = "tbc_Main";
  296. this.tbc_Main.SelectedIndex = 0;
  297. this.tbc_Main.Size = new System.Drawing.Size(484, 149);
  298. this.tbc_Main.TabIndex = 7;
  299. //
  300. // tp_Extract
  301. //
  302. this.tp_Extract.Controls.Add(this.tb_Messages);
  303. this.tp_Extract.Controls.Add(this.pb_ExtractProgress);
  304. this.tp_Extract.Controls.Add(this.b_ExtractBrowseArchive);
  305. this.tp_Extract.Controls.Add(this.pb_ExtractWork);
  306. this.tp_Extract.Controls.Add(this.l_ExtractArchiveName);
  307. this.tp_Extract.Controls.Add(this.b_Extract);
  308. this.tp_Extract.Controls.Add(this.tb_ExtractArchive);
  309. this.tp_Extract.Controls.Add(this.l_ExtractProgress);
  310. this.tp_Extract.Controls.Add(this.tb_ExtractDirectory);
  311. this.tp_Extract.Controls.Add(this.b_ExtractBrowseDirectory);
  312. this.tp_Extract.Controls.Add(this.l_ExtractDirectory);
  313. this.tp_Extract.Location = new System.Drawing.Point(4, 22);
  314. this.tp_Extract.Name = "tp_Extract";
  315. this.tp_Extract.Padding = new System.Windows.Forms.Padding(3);
  316. this.tp_Extract.Size = new System.Drawing.Size(476, 123);
  317. this.tp_Extract.TabIndex = 0;
  318. this.tp_Extract.Text = "正在升级客户端序程";
  319. this.tp_Extract.UseVisualStyleBackColor = true;
  320. //
  321. // tb_Messages
  322. //
  323. this.tb_Messages.Location = new System.Drawing.Point(9, 201);
  324. this.tb_Messages.Multiline = true;
  325. this.tb_Messages.Name = "tb_Messages";
  326. this.tb_Messages.Size = new System.Drawing.Size(460, 93);
  327. this.tb_Messages.TabIndex = 21;
  328. //
  329. // pb_ExtractProgress
  330. //
  331. this.pb_ExtractProgress.Location = new System.Drawing.Point(8, 29);
  332. this.pb_ExtractProgress.Name = "pb_ExtractProgress";
  333. this.pb_ExtractProgress.Size = new System.Drawing.Size(388, 15);
  334. this.pb_ExtractProgress.TabIndex = 11;
  335. //
  336. // b_ExtractBrowseArchive
  337. //
  338. this.b_ExtractBrowseArchive.Location = new System.Drawing.Point(209, 168);
  339. this.b_ExtractBrowseArchive.Name = "b_ExtractBrowseArchive";
  340. this.b_ExtractBrowseArchive.Size = new System.Drawing.Size(66, 32);
  341. this.b_ExtractBrowseArchive.TabIndex = 20;
  342. this.b_ExtractBrowseArchive.Text = "浏 览";
  343. this.b_ExtractBrowseArchive.UseVisualStyleBackColor = true;
  344. this.b_ExtractBrowseArchive.Click += new System.EventHandler(this.b_ExtractBrowseArchive_Click);
  345. //
  346. // pb_ExtractWork
  347. //
  348. this.pb_ExtractWork.Location = new System.Drawing.Point(8, 49);
  349. this.pb_ExtractWork.MarqueeAnimationSpeed = 25;
  350. this.pb_ExtractWork.Name = "pb_ExtractWork";
  351. this.pb_ExtractWork.Size = new System.Drawing.Size(388, 15);
  352. this.pb_ExtractWork.TabIndex = 12;
  353. //
  354. // l_ExtractArchiveName
  355. //
  356. this.l_ExtractArchiveName.AutoSize = true;
  357. this.l_ExtractArchiveName.Location = new System.Drawing.Point(8, 161);
  358. this.l_ExtractArchiveName.Name = "l_ExtractArchiveName";
  359. this.l_ExtractArchiveName.Size = new System.Drawing.Size(113, 12);
  360. this.l_ExtractArchiveName.TabIndex = 19;
  361. this.l_ExtractArchiveName.Text = "要解压的压缩包文件";
  362. //
  363. // b_Extract
  364. //
  365. this.b_Extract.Enabled = false;
  366. this.b_Extract.Location = new System.Drawing.Point(402, 29);
  367. this.b_Extract.Name = "b_Extract";
  368. this.b_Extract.Size = new System.Drawing.Size(66, 35);
  369. this.b_Extract.TabIndex = 13;
  370. this.b_Extract.Text = "开始升级";
  371. this.b_Extract.UseVisualStyleBackColor = true;
  372. this.b_Extract.Click += new System.EventHandler(this.b_Extract_Click);
  373. //
  374. // tb_ExtractArchive
  375. //
  376. this.tb_ExtractArchive.Location = new System.Drawing.Point(8, 175);
  377. this.tb_ExtractArchive.Name = "tb_ExtractArchive";
  378. this.tb_ExtractArchive.Size = new System.Drawing.Size(195, 21);
  379. this.tb_ExtractArchive.TabIndex = 18;
  380. //
  381. // l_ExtractProgress
  382. //
  383. this.l_ExtractProgress.AutoSize = true;
  384. this.l_ExtractProgress.Location = new System.Drawing.Point(8, 8);
  385. this.l_ExtractProgress.Name = "l_ExtractProgress";
  386. this.l_ExtractProgress.Size = new System.Drawing.Size(191, 12);
  387. this.l_ExtractProgress.TabIndex = 14;
  388. this.l_ExtractProgress.Text = "升级程序正在更新系统,请稍等...";
  389. //
  390. // tb_ExtractDirectory
  391. //
  392. this.tb_ExtractDirectory.Location = new System.Drawing.Point(10, 87);
  393. this.tb_ExtractDirectory.Name = "tb_ExtractDirectory";
  394. this.tb_ExtractDirectory.ReadOnly = true;
  395. this.tb_ExtractDirectory.Size = new System.Drawing.Size(458, 21);
  396. this.tb_ExtractDirectory.TabIndex = 15;
  397. //
  398. // b_ExtractBrowseDirectory
  399. //
  400. this.b_ExtractBrowseDirectory.Location = new System.Drawing.Point(209, 127);
  401. this.b_ExtractBrowseDirectory.Name = "b_ExtractBrowseDirectory";
  402. this.b_ExtractBrowseDirectory.Size = new System.Drawing.Size(66, 31);
  403. this.b_ExtractBrowseDirectory.TabIndex = 17;
  404. this.b_ExtractBrowseDirectory.Text = "浏 览";
  405. this.b_ExtractBrowseDirectory.UseVisualStyleBackColor = true;
  406. this.b_ExtractBrowseDirectory.Click += new System.EventHandler(this.b_ExtractBrowseDirectory_Click);
  407. //
  408. // l_ExtractDirectory
  409. //
  410. this.l_ExtractDirectory.AutoSize = true;
  411. this.l_ExtractDirectory.Location = new System.Drawing.Point(10, 70);
  412. this.l_ExtractDirectory.Name = "l_ExtractDirectory";
  413. this.l_ExtractDirectory.Size = new System.Drawing.Size(53, 12);
  414. this.l_ExtractDirectory.TabIndex = 16;
  415. this.l_ExtractDirectory.Text = "升级目录";
  416. //
  417. // tp_Compress
  418. //
  419. this.tp_Compress.Controls.Add(this.pb_CompressProgress);
  420. this.tp_Compress.Controls.Add(this.b_BrowseOut);
  421. this.tp_Compress.Controls.Add(this.pb_CompressWork);
  422. this.tp_Compress.Controls.Add(this.l_CompressOutput);
  423. this.tp_Compress.Controls.Add(this.b_Compress);
  424. this.tp_Compress.Controls.Add(this.tb_CompressOutput);
  425. this.tp_Compress.Controls.Add(this.l_CompressProgress);
  426. this.tp_Compress.Controls.Add(this.gb_Settings);
  427. this.tp_Compress.Controls.Add(this.tb_CompressDirectory);
  428. this.tp_Compress.Controls.Add(this.b_Browse);
  429. this.tp_Compress.Controls.Add(this.l_CompressDirectory);
  430. this.tp_Compress.Location = new System.Drawing.Point(4, 22);
  431. this.tp_Compress.Name = "tp_Compress";
  432. this.tp_Compress.Padding = new System.Windows.Forms.Padding(3);
  433. this.tp_Compress.Size = new System.Drawing.Size(476, 123);
  434. this.tp_Compress.TabIndex = 1;
  435. this.tp_Compress.Text = "压缩文件";
  436. this.tp_Compress.UseVisualStyleBackColor = true;
  437. //
  438. // ofd_Archive
  439. //
  440. this.ofd_Archive.Title = "Open an archive...";
  441. //
  442. // FormMain
  443. //
  444. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  445. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  446. this.ClientSize = new System.Drawing.Size(484, 149);
  447. this.Controls.Add(this.tbc_Main);
  448. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  449. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  450. this.MaximizeBox = false;
  451. this.Name = "FormMain";
  452. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  453. this.Text = "程序升级中...";
  454. this.Load += new System.EventHandler(this.FormMain_Load);
  455. this.gb_Settings.ResumeLayout(false);
  456. this.gb_Settings.PerformLayout();
  457. ((System.ComponentModel.ISupportInitialize)(this.nup_VolumeSize)).EndInit();
  458. ((System.ComponentModel.ISupportInitialize)(this.trb_Level)).EndInit();
  459. this.tbc_Main.ResumeLayout(false);
  460. this.tp_Extract.ResumeLayout(false);
  461. this.tp_Extract.PerformLayout();
  462. this.tp_Compress.ResumeLayout(false);
  463. this.tp_Compress.PerformLayout();
  464. this.ResumeLayout(false);
  465. }
  466. #endregion
  467. private System.Windows.Forms.ProgressBar pb_CompressProgress;
  468. private System.Windows.Forms.ProgressBar pb_CompressWork;
  469. private System.Windows.Forms.Button b_Compress;
  470. private System.Windows.Forms.Label l_CompressProgress;
  471. private System.Windows.Forms.TextBox tb_CompressDirectory;
  472. private System.Windows.Forms.Label l_CompressDirectory;
  473. private System.Windows.Forms.Button b_Browse;
  474. private System.Windows.Forms.GroupBox gb_Settings;
  475. private System.Windows.Forms.Label l_Format;
  476. private System.Windows.Forms.ComboBox cb_Format;
  477. private System.Windows.Forms.FolderBrowserDialog fbd_Directory;
  478. private System.Windows.Forms.Label l_CompressionLevel;
  479. private System.Windows.Forms.TrackBar trb_Level;
  480. private System.Windows.Forms.Label l_Method;
  481. private System.Windows.Forms.ComboBox cb_Method;
  482. private System.Windows.Forms.CheckBox chb_Sfx;
  483. private System.Windows.Forms.Button b_BrowseOut;
  484. private System.Windows.Forms.Label l_CompressOutput;
  485. private System.Windows.Forms.TextBox tb_CompressOutput;
  486. private System.Windows.Forms.SaveFileDialog sfd_Archive;
  487. private System.Windows.Forms.TabControl tbc_Main;
  488. private System.Windows.Forms.TabPage tp_Extract;
  489. private System.Windows.Forms.TabPage tp_Compress;
  490. private System.Windows.Forms.TextBox tb_Messages;
  491. private System.Windows.Forms.ProgressBar pb_ExtractProgress;
  492. private System.Windows.Forms.Button b_ExtractBrowseArchive;
  493. private System.Windows.Forms.ProgressBar pb_ExtractWork;
  494. private System.Windows.Forms.Label l_ExtractArchiveName;
  495. private System.Windows.Forms.Button b_Extract;
  496. private System.Windows.Forms.TextBox tb_ExtractArchive;
  497. private System.Windows.Forms.Label l_ExtractProgress;
  498. private System.Windows.Forms.TextBox tb_ExtractDirectory;
  499. private System.Windows.Forms.Button b_ExtractBrowseDirectory;
  500. private System.Windows.Forms.Label l_ExtractDirectory;
  501. private System.Windows.Forms.OpenFileDialog ofd_Archive;
  502. private System.Windows.Forms.NumericUpDown nup_VolumeSize;
  503. private System.Windows.Forms.Label l_Volumes;
  504. private System.Windows.Forms.CheckBox chb_Volumes;
  505. }
  506. }