FormMain.designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. namespace AutoDecompressionPak
  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(413, 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(413, 15);
  88. this.pb_CompressWork.TabIndex = 1;
  89. //
  90. // b_Compress
  91. //
  92. this.b_Compress.Location = new System.Drawing.Point(436, 20);
  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(413, 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(436, 70);
  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(496, 146);
  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(293, 21);
  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. //
  205. // l_Method
  206. //
  207. this.l_Method.AutoSize = true;
  208. this.l_Method.Location = new System.Drawing.Point(149, 22);
  209. this.l_Method.Name = "l_Method";
  210. this.l_Method.Size = new System.Drawing.Size(29, 12);
  211. this.l_Method.TabIndex = 5;
  212. this.l_Method.Text = "方法";
  213. //
  214. // cb_Method
  215. //
  216. this.cb_Method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  217. this.cb_Method.FormattingEnabled = true;
  218. this.cb_Method.Location = new System.Drawing.Point(184, 18);
  219. this.cb_Method.Name = "cb_Method";
  220. this.cb_Method.Size = new System.Drawing.Size(70, 20);
  221. this.cb_Method.TabIndex = 4;
  222. //
  223. // l_CompressionLevel
  224. //
  225. this.l_CompressionLevel.AutoSize = true;
  226. this.l_CompressionLevel.Location = new System.Drawing.Point(13, 51);
  227. this.l_CompressionLevel.Name = "l_CompressionLevel";
  228. this.l_CompressionLevel.Size = new System.Drawing.Size(53, 12);
  229. this.l_CompressionLevel.TabIndex = 3;
  230. this.l_CompressionLevel.Text = "压缩级别";
  231. //
  232. // trb_Level
  233. //
  234. this.trb_Level.Location = new System.Drawing.Point(12, 66);
  235. this.trb_Level.Name = "trb_Level";
  236. this.trb_Level.Size = new System.Drawing.Size(153, 45);
  237. this.trb_Level.TabIndex = 2;
  238. this.trb_Level.Scroll += new System.EventHandler(this.trb_Level_Scroll);
  239. //
  240. // l_Format
  241. //
  242. this.l_Format.AutoSize = true;
  243. this.l_Format.Location = new System.Drawing.Point(15, 22);
  244. this.l_Format.Name = "l_Format";
  245. this.l_Format.Size = new System.Drawing.Size(29, 12);
  246. this.l_Format.TabIndex = 1;
  247. this.l_Format.Text = "格式";
  248. //
  249. // cb_Format
  250. //
  251. this.cb_Format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  252. this.cb_Format.FormattingEnabled = true;
  253. this.cb_Format.Location = new System.Drawing.Point(54, 18);
  254. this.cb_Format.Name = "cb_Format";
  255. this.cb_Format.Size = new System.Drawing.Size(77, 20);
  256. this.cb_Format.TabIndex = 0;
  257. //
  258. // b_BrowseOut
  259. //
  260. this.b_BrowseOut.Location = new System.Drawing.Point(436, 116);
  261. this.b_BrowseOut.Name = "b_BrowseOut";
  262. this.b_BrowseOut.Size = new System.Drawing.Size(66, 30);
  263. this.b_BrowseOut.TabIndex = 10;
  264. this.b_BrowseOut.Text = "浏 览";
  265. this.b_BrowseOut.UseVisualStyleBackColor = true;
  266. this.b_BrowseOut.Click += new System.EventHandler(this.b_BrowseOut_Click);
  267. //
  268. // l_CompressOutput
  269. //
  270. this.l_CompressOutput.AutoSize = true;
  271. this.l_CompressOutput.Location = new System.Drawing.Point(6, 106);
  272. this.l_CompressOutput.Name = "l_CompressOutput";
  273. this.l_CompressOutput.Size = new System.Drawing.Size(101, 12);
  274. this.l_CompressOutput.TabIndex = 9;
  275. this.l_CompressOutput.Text = "压缩后存档文件名";
  276. //
  277. // tb_CompressOutput
  278. //
  279. this.tb_CompressOutput.Location = new System.Drawing.Point(6, 121);
  280. this.tb_CompressOutput.Name = "tb_CompressOutput";
  281. this.tb_CompressOutput.Size = new System.Drawing.Size(413, 21);
  282. this.tb_CompressOutput.TabIndex = 8;
  283. //
  284. // sfd_Archive
  285. //
  286. this.sfd_Archive.Title = "Save the archive to...";
  287. //
  288. // tbc_Main
  289. //
  290. this.tbc_Main.Controls.Add(this.tp_Extract);
  291. this.tbc_Main.Controls.Add(this.tp_Compress);
  292. this.tbc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.tbc_Main.Location = new System.Drawing.Point(0, 0);
  294. this.tbc_Main.Name = "tbc_Main";
  295. this.tbc_Main.SelectedIndex = 0;
  296. this.tbc_Main.Size = new System.Drawing.Size(531, 404);
  297. this.tbc_Main.TabIndex = 7;
  298. //
  299. // tp_Extract
  300. //
  301. this.tp_Extract.Controls.Add(this.tb_Messages);
  302. this.tp_Extract.Controls.Add(this.pb_ExtractProgress);
  303. this.tp_Extract.Controls.Add(this.b_ExtractBrowseArchive);
  304. this.tp_Extract.Controls.Add(this.pb_ExtractWork);
  305. this.tp_Extract.Controls.Add(this.l_ExtractArchiveName);
  306. this.tp_Extract.Controls.Add(this.b_Extract);
  307. this.tp_Extract.Controls.Add(this.tb_ExtractArchive);
  308. this.tp_Extract.Controls.Add(this.l_ExtractProgress);
  309. this.tp_Extract.Controls.Add(this.tb_ExtractDirectory);
  310. this.tp_Extract.Controls.Add(this.b_ExtractBrowseDirectory);
  311. this.tp_Extract.Controls.Add(this.l_ExtractDirectory);
  312. this.tp_Extract.Location = new System.Drawing.Point(4, 22);
  313. this.tp_Extract.Name = "tp_Extract";
  314. this.tp_Extract.Padding = new System.Windows.Forms.Padding(3);
  315. this.tp_Extract.Size = new System.Drawing.Size(523, 378);
  316. this.tp_Extract.TabIndex = 0;
  317. this.tp_Extract.Text = "解压序程";
  318. this.tp_Extract.UseVisualStyleBackColor = true;
  319. //
  320. // tb_Messages
  321. //
  322. this.tb_Messages.Location = new System.Drawing.Point(9, 201);
  323. this.tb_Messages.Multiline = true;
  324. this.tb_Messages.Name = "tb_Messages";
  325. this.tb_Messages.Size = new System.Drawing.Size(506, 169);
  326. this.tb_Messages.TabIndex = 21;
  327. //
  328. // pb_ExtractProgress
  329. //
  330. this.pb_ExtractProgress.Location = new System.Drawing.Point(8, 29);
  331. this.pb_ExtractProgress.Name = "pb_ExtractProgress";
  332. this.pb_ExtractProgress.Size = new System.Drawing.Size(388, 15);
  333. this.pb_ExtractProgress.TabIndex = 11;
  334. //
  335. // b_ExtractBrowseArchive
  336. //
  337. this.b_ExtractBrowseArchive.Location = new System.Drawing.Point(403, 163);
  338. this.b_ExtractBrowseArchive.Name = "b_ExtractBrowseArchive";
  339. this.b_ExtractBrowseArchive.Size = new System.Drawing.Size(66, 32);
  340. this.b_ExtractBrowseArchive.TabIndex = 20;
  341. this.b_ExtractBrowseArchive.Text = "浏 览";
  342. this.b_ExtractBrowseArchive.UseVisualStyleBackColor = true;
  343. this.b_ExtractBrowseArchive.Click += new System.EventHandler(this.b_ExtractBrowseArchive_Click);
  344. //
  345. // pb_ExtractWork
  346. //
  347. this.pb_ExtractWork.Location = new System.Drawing.Point(8, 49);
  348. this.pb_ExtractWork.MarqueeAnimationSpeed = 25;
  349. this.pb_ExtractWork.Name = "pb_ExtractWork";
  350. this.pb_ExtractWork.Size = new System.Drawing.Size(388, 15);
  351. this.pb_ExtractWork.TabIndex = 12;
  352. //
  353. // l_ExtractArchiveName
  354. //
  355. this.l_ExtractArchiveName.AutoSize = true;
  356. this.l_ExtractArchiveName.Location = new System.Drawing.Point(8, 161);
  357. this.l_ExtractArchiveName.Name = "l_ExtractArchiveName";
  358. this.l_ExtractArchiveName.Size = new System.Drawing.Size(113, 12);
  359. this.l_ExtractArchiveName.TabIndex = 19;
  360. this.l_ExtractArchiveName.Text = "要解压的压缩包文件";
  361. //
  362. // b_Extract
  363. //
  364. this.b_Extract.Enabled = false;
  365. this.b_Extract.Location = new System.Drawing.Point(402, 29);
  366. this.b_Extract.Name = "b_Extract";
  367. this.b_Extract.Size = new System.Drawing.Size(66, 35);
  368. this.b_Extract.TabIndex = 13;
  369. this.b_Extract.Text = "开始解压";
  370. this.b_Extract.UseVisualStyleBackColor = true;
  371. this.b_Extract.Click += new System.EventHandler(this.b_Extract_Click);
  372. //
  373. // tb_ExtractArchive
  374. //
  375. this.tb_ExtractArchive.Location = new System.Drawing.Point(8, 175);
  376. this.tb_ExtractArchive.Name = "tb_ExtractArchive";
  377. this.tb_ExtractArchive.Size = new System.Drawing.Size(388, 21);
  378. this.tb_ExtractArchive.TabIndex = 18;
  379. //
  380. // l_ExtractProgress
  381. //
  382. this.l_ExtractProgress.AutoSize = true;
  383. this.l_ExtractProgress.Location = new System.Drawing.Point(8, 8);
  384. this.l_ExtractProgress.Name = "l_ExtractProgress";
  385. this.l_ExtractProgress.Size = new System.Drawing.Size(59, 12);
  386. this.l_ExtractProgress.TabIndex = 14;
  387. this.l_ExtractProgress.Text = "请稍等...";
  388. //
  389. // tb_ExtractDirectory
  390. //
  391. this.tb_ExtractDirectory.Location = new System.Drawing.Point(10, 87);
  392. this.tb_ExtractDirectory.Name = "tb_ExtractDirectory";
  393. this.tb_ExtractDirectory.ReadOnly = true;
  394. this.tb_ExtractDirectory.Size = new System.Drawing.Size(386, 21);
  395. this.tb_ExtractDirectory.TabIndex = 15;
  396. //
  397. // b_ExtractBrowseDirectory
  398. //
  399. this.b_ExtractBrowseDirectory.Location = new System.Drawing.Point(403, 81);
  400. this.b_ExtractBrowseDirectory.Name = "b_ExtractBrowseDirectory";
  401. this.b_ExtractBrowseDirectory.Size = new System.Drawing.Size(66, 31);
  402. this.b_ExtractBrowseDirectory.TabIndex = 17;
  403. this.b_ExtractBrowseDirectory.Text = "浏 览";
  404. this.b_ExtractBrowseDirectory.UseVisualStyleBackColor = true;
  405. this.b_ExtractBrowseDirectory.Click += new System.EventHandler(this.b_ExtractBrowseDirectory_Click);
  406. //
  407. // l_ExtractDirectory
  408. //
  409. this.l_ExtractDirectory.AutoSize = true;
  410. this.l_ExtractDirectory.Location = new System.Drawing.Point(10, 70);
  411. this.l_ExtractDirectory.Name = "l_ExtractDirectory";
  412. this.l_ExtractDirectory.Size = new System.Drawing.Size(53, 12);
  413. this.l_ExtractDirectory.TabIndex = 16;
  414. this.l_ExtractDirectory.Text = "解压目录";
  415. //
  416. // tp_Compress
  417. //
  418. this.tp_Compress.Controls.Add(this.pb_CompressProgress);
  419. this.tp_Compress.Controls.Add(this.b_BrowseOut);
  420. this.tp_Compress.Controls.Add(this.pb_CompressWork);
  421. this.tp_Compress.Controls.Add(this.l_CompressOutput);
  422. this.tp_Compress.Controls.Add(this.b_Compress);
  423. this.tp_Compress.Controls.Add(this.tb_CompressOutput);
  424. this.tp_Compress.Controls.Add(this.l_CompressProgress);
  425. this.tp_Compress.Controls.Add(this.gb_Settings);
  426. this.tp_Compress.Controls.Add(this.tb_CompressDirectory);
  427. this.tp_Compress.Controls.Add(this.b_Browse);
  428. this.tp_Compress.Controls.Add(this.l_CompressDirectory);
  429. this.tp_Compress.Location = new System.Drawing.Point(4, 22);
  430. this.tp_Compress.Name = "tp_Compress";
  431. this.tp_Compress.Padding = new System.Windows.Forms.Padding(3);
  432. this.tp_Compress.Size = new System.Drawing.Size(523, 378);
  433. this.tp_Compress.TabIndex = 1;
  434. this.tp_Compress.Text = "压缩文件";
  435. this.tp_Compress.UseVisualStyleBackColor = true;
  436. //
  437. // ofd_Archive
  438. //
  439. this.ofd_Archive.Title = "Open an archive...";
  440. //
  441. // FormMain
  442. //
  443. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  444. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  445. this.ClientSize = new System.Drawing.Size(531, 404);
  446. this.Controls.Add(this.tbc_Main);
  447. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  448. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  449. this.MaximizeBox = false;
  450. this.Name = "FormMain";
  451. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  452. this.Text = "解压工具";
  453. this.Load += new System.EventHandler(this.FormMain_Load);
  454. this.gb_Settings.ResumeLayout(false);
  455. this.gb_Settings.PerformLayout();
  456. ((System.ComponentModel.ISupportInitialize)(this.nup_VolumeSize)).EndInit();
  457. ((System.ComponentModel.ISupportInitialize)(this.trb_Level)).EndInit();
  458. this.tbc_Main.ResumeLayout(false);
  459. this.tp_Extract.ResumeLayout(false);
  460. this.tp_Extract.PerformLayout();
  461. this.tp_Compress.ResumeLayout(false);
  462. this.tp_Compress.PerformLayout();
  463. this.ResumeLayout(false);
  464. }
  465. #endregion
  466. private System.Windows.Forms.ProgressBar pb_CompressProgress;
  467. private System.Windows.Forms.ProgressBar pb_CompressWork;
  468. private System.Windows.Forms.Button b_Compress;
  469. private System.Windows.Forms.Label l_CompressProgress;
  470. private System.Windows.Forms.TextBox tb_CompressDirectory;
  471. private System.Windows.Forms.Label l_CompressDirectory;
  472. private System.Windows.Forms.Button b_Browse;
  473. private System.Windows.Forms.GroupBox gb_Settings;
  474. private System.Windows.Forms.Label l_Format;
  475. private System.Windows.Forms.ComboBox cb_Format;
  476. private System.Windows.Forms.FolderBrowserDialog fbd_Directory;
  477. private System.Windows.Forms.Label l_CompressionLevel;
  478. private System.Windows.Forms.TrackBar trb_Level;
  479. private System.Windows.Forms.Label l_Method;
  480. private System.Windows.Forms.ComboBox cb_Method;
  481. private System.Windows.Forms.CheckBox chb_Sfx;
  482. private System.Windows.Forms.Button b_BrowseOut;
  483. private System.Windows.Forms.Label l_CompressOutput;
  484. private System.Windows.Forms.TextBox tb_CompressOutput;
  485. private System.Windows.Forms.SaveFileDialog sfd_Archive;
  486. private System.Windows.Forms.TabControl tbc_Main;
  487. private System.Windows.Forms.TabPage tp_Extract;
  488. private System.Windows.Forms.TabPage tp_Compress;
  489. private System.Windows.Forms.TextBox tb_Messages;
  490. private System.Windows.Forms.ProgressBar pb_ExtractProgress;
  491. private System.Windows.Forms.Button b_ExtractBrowseArchive;
  492. private System.Windows.Forms.ProgressBar pb_ExtractWork;
  493. private System.Windows.Forms.Label l_ExtractArchiveName;
  494. private System.Windows.Forms.Button b_Extract;
  495. private System.Windows.Forms.TextBox tb_ExtractArchive;
  496. private System.Windows.Forms.Label l_ExtractProgress;
  497. private System.Windows.Forms.TextBox tb_ExtractDirectory;
  498. private System.Windows.Forms.Button b_ExtractBrowseDirectory;
  499. private System.Windows.Forms.Label l_ExtractDirectory;
  500. private System.Windows.Forms.OpenFileDialog ofd_Archive;
  501. private System.Windows.Forms.NumericUpDown nup_VolumeSize;
  502. private System.Windows.Forms.Label l_Volumes;
  503. private System.Windows.Forms.CheckBox chb_Volumes;
  504. }
  505. }