123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512 |
- namespace AutoDecompressionPak
- {
- partial class FormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.pb_CompressProgress = new System.Windows.Forms.ProgressBar();
- this.pb_CompressWork = new System.Windows.Forms.ProgressBar();
- this.b_Compress = new System.Windows.Forms.Button();
- this.l_CompressProgress = new System.Windows.Forms.Label();
- this.tb_CompressDirectory = new System.Windows.Forms.TextBox();
- this.l_CompressDirectory = new System.Windows.Forms.Label();
- this.b_Browse = new System.Windows.Forms.Button();
- this.gb_Settings = new System.Windows.Forms.GroupBox();
- this.chb_Volumes = new System.Windows.Forms.CheckBox();
- this.nup_VolumeSize = new System.Windows.Forms.NumericUpDown();
- this.l_Volumes = new System.Windows.Forms.Label();
- this.chb_Sfx = new System.Windows.Forms.CheckBox();
- this.l_Method = new System.Windows.Forms.Label();
- this.cb_Method = new System.Windows.Forms.ComboBox();
- this.l_CompressionLevel = new System.Windows.Forms.Label();
- this.trb_Level = new System.Windows.Forms.TrackBar();
- this.l_Format = new System.Windows.Forms.Label();
- this.cb_Format = new System.Windows.Forms.ComboBox();
- this.fbd_Directory = new System.Windows.Forms.FolderBrowserDialog();
- this.b_BrowseOut = new System.Windows.Forms.Button();
- this.l_CompressOutput = new System.Windows.Forms.Label();
- this.tb_CompressOutput = new System.Windows.Forms.TextBox();
- this.sfd_Archive = new System.Windows.Forms.SaveFileDialog();
- this.tbc_Main = new System.Windows.Forms.TabControl();
- this.tp_Extract = new System.Windows.Forms.TabPage();
- this.tb_Messages = new System.Windows.Forms.TextBox();
- this.pb_ExtractProgress = new System.Windows.Forms.ProgressBar();
- this.b_ExtractBrowseArchive = new System.Windows.Forms.Button();
- this.pb_ExtractWork = new System.Windows.Forms.ProgressBar();
- this.l_ExtractArchiveName = new System.Windows.Forms.Label();
- this.b_Extract = new System.Windows.Forms.Button();
- this.tb_ExtractArchive = new System.Windows.Forms.TextBox();
- this.l_ExtractProgress = new System.Windows.Forms.Label();
- this.tb_ExtractDirectory = new System.Windows.Forms.TextBox();
- this.b_ExtractBrowseDirectory = new System.Windows.Forms.Button();
- this.l_ExtractDirectory = new System.Windows.Forms.Label();
- this.tp_Compress = new System.Windows.Forms.TabPage();
- this.ofd_Archive = new System.Windows.Forms.OpenFileDialog();
- this.gb_Settings.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nup_VolumeSize)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.trb_Level)).BeginInit();
- this.tbc_Main.SuspendLayout();
- this.tp_Extract.SuspendLayout();
- this.tp_Compress.SuspendLayout();
- this.SuspendLayout();
- //
- // pb_CompressProgress
- //
- this.pb_CompressProgress.Location = new System.Drawing.Point(6, 22);
- this.pb_CompressProgress.Name = "pb_CompressProgress";
- this.pb_CompressProgress.Size = new System.Drawing.Size(413, 15);
- this.pb_CompressProgress.TabIndex = 0;
- //
- // pb_CompressWork
- //
- this.pb_CompressWork.Location = new System.Drawing.Point(6, 42);
- this.pb_CompressWork.MarqueeAnimationSpeed = 25;
- this.pb_CompressWork.Name = "pb_CompressWork";
- this.pb_CompressWork.Size = new System.Drawing.Size(413, 15);
- this.pb_CompressWork.TabIndex = 1;
- //
- // b_Compress
- //
- this.b_Compress.Location = new System.Drawing.Point(436, 20);
- this.b_Compress.Name = "b_Compress";
- this.b_Compress.Size = new System.Drawing.Size(66, 35);
- this.b_Compress.TabIndex = 2;
- this.b_Compress.Text = "开始压缩";
- this.b_Compress.UseVisualStyleBackColor = true;
- this.b_Compress.Click += new System.EventHandler(this.b_Compress_Click);
- //
- // l_CompressProgress
- //
- this.l_CompressProgress.AutoSize = true;
- this.l_CompressProgress.Location = new System.Drawing.Point(6, 7);
- this.l_CompressProgress.Name = "l_CompressProgress";
- this.l_CompressProgress.Size = new System.Drawing.Size(29, 12);
- this.l_CompressProgress.TabIndex = 3;
- this.l_CompressProgress.Text = "进度";
- //
- // tb_CompressDirectory
- //
- this.tb_CompressDirectory.Location = new System.Drawing.Point(6, 77);
- this.tb_CompressDirectory.Name = "tb_CompressDirectory";
- this.tb_CompressDirectory.Size = new System.Drawing.Size(413, 21);
- this.tb_CompressDirectory.TabIndex = 4;
- //
- // l_CompressDirectory
- //
- this.l_CompressDirectory.AutoSize = true;
- this.l_CompressDirectory.Location = new System.Drawing.Point(6, 62);
- this.l_CompressDirectory.Name = "l_CompressDirectory";
- this.l_CompressDirectory.Size = new System.Drawing.Size(65, 12);
- this.l_CompressDirectory.TabIndex = 5;
- this.l_CompressDirectory.Text = "要压缩目录";
- //
- // b_Browse
- //
- this.b_Browse.Location = new System.Drawing.Point(436, 70);
- this.b_Browse.Name = "b_Browse";
- this.b_Browse.Size = new System.Drawing.Size(66, 35);
- this.b_Browse.TabIndex = 6;
- this.b_Browse.Text = "浏 览";
- this.b_Browse.UseVisualStyleBackColor = true;
- this.b_Browse.Click += new System.EventHandler(this.b_Browse_Click);
- //
- // gb_Settings
- //
- this.gb_Settings.Controls.Add(this.chb_Volumes);
- this.gb_Settings.Controls.Add(this.nup_VolumeSize);
- this.gb_Settings.Controls.Add(this.l_Volumes);
- this.gb_Settings.Controls.Add(this.chb_Sfx);
- this.gb_Settings.Controls.Add(this.l_Method);
- this.gb_Settings.Controls.Add(this.cb_Method);
- this.gb_Settings.Controls.Add(this.l_CompressionLevel);
- this.gb_Settings.Controls.Add(this.trb_Level);
- this.gb_Settings.Controls.Add(this.l_Format);
- this.gb_Settings.Controls.Add(this.cb_Format);
- this.gb_Settings.Location = new System.Drawing.Point(6, 145);
- this.gb_Settings.Name = "gb_Settings";
- this.gb_Settings.Size = new System.Drawing.Size(496, 146);
- this.gb_Settings.TabIndex = 7;
- this.gb_Settings.TabStop = false;
- this.gb_Settings.Text = "设置";
- //
- // chb_Volumes
- //
- this.chb_Volumes.AutoSize = true;
- this.chb_Volumes.Location = new System.Drawing.Point(184, 51);
- this.chb_Volumes.Name = "chb_Volumes";
- this.chb_Volumes.Size = new System.Drawing.Size(72, 16);
- this.chb_Volumes.TabIndex = 10;
- this.chb_Volumes.Text = "分卷压缩";
- this.chb_Volumes.UseVisualStyleBackColor = true;
- //
- // nup_VolumeSize
- //
- this.nup_VolumeSize.Location = new System.Drawing.Point(184, 72);
- this.nup_VolumeSize.Maximum = new decimal(new int[] {
- -727379968,
- 232,
- 0,
- 0});
- this.nup_VolumeSize.Minimum = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.nup_VolumeSize.Name = "nup_VolumeSize";
- this.nup_VolumeSize.Size = new System.Drawing.Size(75, 21);
- this.nup_VolumeSize.TabIndex = 7;
- this.nup_VolumeSize.Value = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- //
- // l_Volumes
- //
- this.l_Volumes.AutoSize = true;
- this.l_Volumes.Location = new System.Drawing.Point(181, 95);
- this.l_Volumes.Name = "l_Volumes";
- this.l_Volumes.Size = new System.Drawing.Size(29, 12);
- this.l_Volumes.TabIndex = 8;
- this.l_Volumes.Text = "字节";
- //
- // chb_Sfx
- //
- this.chb_Sfx.AutoSize = true;
- this.chb_Sfx.Location = new System.Drawing.Point(293, 21);
- this.chb_Sfx.Name = "chb_Sfx";
- this.chb_Sfx.Size = new System.Drawing.Size(60, 16);
- this.chb_Sfx.TabIndex = 6;
- this.chb_Sfx.Text = "自解压";
- this.chb_Sfx.UseVisualStyleBackColor = true;
- //
- // l_Method
- //
- this.l_Method.AutoSize = true;
- this.l_Method.Location = new System.Drawing.Point(149, 22);
- this.l_Method.Name = "l_Method";
- this.l_Method.Size = new System.Drawing.Size(29, 12);
- this.l_Method.TabIndex = 5;
- this.l_Method.Text = "方法";
- //
- // cb_Method
- //
- this.cb_Method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_Method.FormattingEnabled = true;
- this.cb_Method.Location = new System.Drawing.Point(184, 18);
- this.cb_Method.Name = "cb_Method";
- this.cb_Method.Size = new System.Drawing.Size(70, 20);
- this.cb_Method.TabIndex = 4;
- //
- // l_CompressionLevel
- //
- this.l_CompressionLevel.AutoSize = true;
- this.l_CompressionLevel.Location = new System.Drawing.Point(13, 51);
- this.l_CompressionLevel.Name = "l_CompressionLevel";
- this.l_CompressionLevel.Size = new System.Drawing.Size(53, 12);
- this.l_CompressionLevel.TabIndex = 3;
- this.l_CompressionLevel.Text = "压缩级别";
- //
- // trb_Level
- //
- this.trb_Level.Location = new System.Drawing.Point(12, 66);
- this.trb_Level.Name = "trb_Level";
- this.trb_Level.Size = new System.Drawing.Size(153, 45);
- this.trb_Level.TabIndex = 2;
- this.trb_Level.Scroll += new System.EventHandler(this.trb_Level_Scroll);
- //
- // l_Format
- //
- this.l_Format.AutoSize = true;
- this.l_Format.Location = new System.Drawing.Point(15, 22);
- this.l_Format.Name = "l_Format";
- this.l_Format.Size = new System.Drawing.Size(29, 12);
- this.l_Format.TabIndex = 1;
- this.l_Format.Text = "格式";
- //
- // cb_Format
- //
- this.cb_Format.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cb_Format.FormattingEnabled = true;
- this.cb_Format.Location = new System.Drawing.Point(54, 18);
- this.cb_Format.Name = "cb_Format";
- this.cb_Format.Size = new System.Drawing.Size(77, 20);
- this.cb_Format.TabIndex = 0;
- //
- // b_BrowseOut
- //
- this.b_BrowseOut.Location = new System.Drawing.Point(436, 116);
- this.b_BrowseOut.Name = "b_BrowseOut";
- this.b_BrowseOut.Size = new System.Drawing.Size(66, 30);
- this.b_BrowseOut.TabIndex = 10;
- this.b_BrowseOut.Text = "浏 览";
- this.b_BrowseOut.UseVisualStyleBackColor = true;
- this.b_BrowseOut.Click += new System.EventHandler(this.b_BrowseOut_Click);
- //
- // l_CompressOutput
- //
- this.l_CompressOutput.AutoSize = true;
- this.l_CompressOutput.Location = new System.Drawing.Point(6, 106);
- this.l_CompressOutput.Name = "l_CompressOutput";
- this.l_CompressOutput.Size = new System.Drawing.Size(101, 12);
- this.l_CompressOutput.TabIndex = 9;
- this.l_CompressOutput.Text = "压缩后存档文件名";
- //
- // tb_CompressOutput
- //
- this.tb_CompressOutput.Location = new System.Drawing.Point(6, 121);
- this.tb_CompressOutput.Name = "tb_CompressOutput";
- this.tb_CompressOutput.Size = new System.Drawing.Size(413, 21);
- this.tb_CompressOutput.TabIndex = 8;
- //
- // sfd_Archive
- //
- this.sfd_Archive.Title = "Save the archive to...";
- //
- // tbc_Main
- //
- this.tbc_Main.Controls.Add(this.tp_Extract);
- this.tbc_Main.Controls.Add(this.tp_Compress);
- this.tbc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbc_Main.Location = new System.Drawing.Point(0, 0);
- this.tbc_Main.Name = "tbc_Main";
- this.tbc_Main.SelectedIndex = 0;
- this.tbc_Main.Size = new System.Drawing.Size(531, 404);
- this.tbc_Main.TabIndex = 7;
- //
- // tp_Extract
- //
- this.tp_Extract.Controls.Add(this.tb_Messages);
- this.tp_Extract.Controls.Add(this.pb_ExtractProgress);
- this.tp_Extract.Controls.Add(this.b_ExtractBrowseArchive);
- this.tp_Extract.Controls.Add(this.pb_ExtractWork);
- this.tp_Extract.Controls.Add(this.l_ExtractArchiveName);
- this.tp_Extract.Controls.Add(this.b_Extract);
- this.tp_Extract.Controls.Add(this.tb_ExtractArchive);
- this.tp_Extract.Controls.Add(this.l_ExtractProgress);
- this.tp_Extract.Controls.Add(this.tb_ExtractDirectory);
- this.tp_Extract.Controls.Add(this.b_ExtractBrowseDirectory);
- this.tp_Extract.Controls.Add(this.l_ExtractDirectory);
- this.tp_Extract.Location = new System.Drawing.Point(4, 22);
- this.tp_Extract.Name = "tp_Extract";
- this.tp_Extract.Padding = new System.Windows.Forms.Padding(3);
- this.tp_Extract.Size = new System.Drawing.Size(523, 378);
- this.tp_Extract.TabIndex = 0;
- this.tp_Extract.Text = "解压序程";
- this.tp_Extract.UseVisualStyleBackColor = true;
- //
- // tb_Messages
- //
- this.tb_Messages.Location = new System.Drawing.Point(9, 201);
- this.tb_Messages.Multiline = true;
- this.tb_Messages.Name = "tb_Messages";
- this.tb_Messages.Size = new System.Drawing.Size(506, 169);
- this.tb_Messages.TabIndex = 21;
- //
- // pb_ExtractProgress
- //
- this.pb_ExtractProgress.Location = new System.Drawing.Point(8, 29);
- this.pb_ExtractProgress.Name = "pb_ExtractProgress";
- this.pb_ExtractProgress.Size = new System.Drawing.Size(388, 15);
- this.pb_ExtractProgress.TabIndex = 11;
- //
- // b_ExtractBrowseArchive
- //
- this.b_ExtractBrowseArchive.Location = new System.Drawing.Point(403, 163);
- this.b_ExtractBrowseArchive.Name = "b_ExtractBrowseArchive";
- this.b_ExtractBrowseArchive.Size = new System.Drawing.Size(66, 32);
- this.b_ExtractBrowseArchive.TabIndex = 20;
- this.b_ExtractBrowseArchive.Text = "浏 览";
- this.b_ExtractBrowseArchive.UseVisualStyleBackColor = true;
- this.b_ExtractBrowseArchive.Click += new System.EventHandler(this.b_ExtractBrowseArchive_Click);
- //
- // pb_ExtractWork
- //
- this.pb_ExtractWork.Location = new System.Drawing.Point(8, 49);
- this.pb_ExtractWork.MarqueeAnimationSpeed = 25;
- this.pb_ExtractWork.Name = "pb_ExtractWork";
- this.pb_ExtractWork.Size = new System.Drawing.Size(388, 15);
- this.pb_ExtractWork.TabIndex = 12;
- //
- // l_ExtractArchiveName
- //
- this.l_ExtractArchiveName.AutoSize = true;
- this.l_ExtractArchiveName.Location = new System.Drawing.Point(8, 161);
- this.l_ExtractArchiveName.Name = "l_ExtractArchiveName";
- this.l_ExtractArchiveName.Size = new System.Drawing.Size(113, 12);
- this.l_ExtractArchiveName.TabIndex = 19;
- this.l_ExtractArchiveName.Text = "要解压的压缩包文件";
- //
- // b_Extract
- //
- this.b_Extract.Enabled = false;
- this.b_Extract.Location = new System.Drawing.Point(402, 29);
- this.b_Extract.Name = "b_Extract";
- this.b_Extract.Size = new System.Drawing.Size(66, 35);
- this.b_Extract.TabIndex = 13;
- this.b_Extract.Text = "开始解压";
- this.b_Extract.UseVisualStyleBackColor = true;
- this.b_Extract.Click += new System.EventHandler(this.b_Extract_Click);
- //
- // tb_ExtractArchive
- //
- this.tb_ExtractArchive.Location = new System.Drawing.Point(8, 175);
- this.tb_ExtractArchive.Name = "tb_ExtractArchive";
- this.tb_ExtractArchive.Size = new System.Drawing.Size(388, 21);
- this.tb_ExtractArchive.TabIndex = 18;
- //
- // l_ExtractProgress
- //
- this.l_ExtractProgress.AutoSize = true;
- this.l_ExtractProgress.Location = new System.Drawing.Point(8, 8);
- this.l_ExtractProgress.Name = "l_ExtractProgress";
- this.l_ExtractProgress.Size = new System.Drawing.Size(59, 12);
- this.l_ExtractProgress.TabIndex = 14;
- this.l_ExtractProgress.Text = "请稍等...";
- //
- // tb_ExtractDirectory
- //
- this.tb_ExtractDirectory.Location = new System.Drawing.Point(10, 87);
- this.tb_ExtractDirectory.Name = "tb_ExtractDirectory";
- this.tb_ExtractDirectory.ReadOnly = true;
- this.tb_ExtractDirectory.Size = new System.Drawing.Size(386, 21);
- this.tb_ExtractDirectory.TabIndex = 15;
- //
- // b_ExtractBrowseDirectory
- //
- this.b_ExtractBrowseDirectory.Location = new System.Drawing.Point(403, 81);
- this.b_ExtractBrowseDirectory.Name = "b_ExtractBrowseDirectory";
- this.b_ExtractBrowseDirectory.Size = new System.Drawing.Size(66, 31);
- this.b_ExtractBrowseDirectory.TabIndex = 17;
- this.b_ExtractBrowseDirectory.Text = "浏 览";
- this.b_ExtractBrowseDirectory.UseVisualStyleBackColor = true;
- this.b_ExtractBrowseDirectory.Click += new System.EventHandler(this.b_ExtractBrowseDirectory_Click);
- //
- // l_ExtractDirectory
- //
- this.l_ExtractDirectory.AutoSize = true;
- this.l_ExtractDirectory.Location = new System.Drawing.Point(10, 70);
- this.l_ExtractDirectory.Name = "l_ExtractDirectory";
- this.l_ExtractDirectory.Size = new System.Drawing.Size(53, 12);
- this.l_ExtractDirectory.TabIndex = 16;
- this.l_ExtractDirectory.Text = "解压目录";
- //
- // tp_Compress
- //
- this.tp_Compress.Controls.Add(this.pb_CompressProgress);
- this.tp_Compress.Controls.Add(this.b_BrowseOut);
- this.tp_Compress.Controls.Add(this.pb_CompressWork);
- this.tp_Compress.Controls.Add(this.l_CompressOutput);
- this.tp_Compress.Controls.Add(this.b_Compress);
- this.tp_Compress.Controls.Add(this.tb_CompressOutput);
- this.tp_Compress.Controls.Add(this.l_CompressProgress);
- this.tp_Compress.Controls.Add(this.gb_Settings);
- this.tp_Compress.Controls.Add(this.tb_CompressDirectory);
- this.tp_Compress.Controls.Add(this.b_Browse);
- this.tp_Compress.Controls.Add(this.l_CompressDirectory);
- this.tp_Compress.Location = new System.Drawing.Point(4, 22);
- this.tp_Compress.Name = "tp_Compress";
- this.tp_Compress.Padding = new System.Windows.Forms.Padding(3);
- this.tp_Compress.Size = new System.Drawing.Size(523, 378);
- this.tp_Compress.TabIndex = 1;
- this.tp_Compress.Text = "压缩文件";
- this.tp_Compress.UseVisualStyleBackColor = true;
- //
- // ofd_Archive
- //
- this.ofd_Archive.Title = "Open an archive...";
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(531, 404);
- this.Controls.Add(this.tbc_Main);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "解压工具";
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.gb_Settings.ResumeLayout(false);
- this.gb_Settings.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.nup_VolumeSize)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.trb_Level)).EndInit();
- this.tbc_Main.ResumeLayout(false);
- this.tp_Extract.ResumeLayout(false);
- this.tp_Extract.PerformLayout();
- this.tp_Compress.ResumeLayout(false);
- this.tp_Compress.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ProgressBar pb_CompressProgress;
- private System.Windows.Forms.ProgressBar pb_CompressWork;
- private System.Windows.Forms.Button b_Compress;
- private System.Windows.Forms.Label l_CompressProgress;
- private System.Windows.Forms.TextBox tb_CompressDirectory;
- private System.Windows.Forms.Label l_CompressDirectory;
- private System.Windows.Forms.Button b_Browse;
- private System.Windows.Forms.GroupBox gb_Settings;
- private System.Windows.Forms.Label l_Format;
- private System.Windows.Forms.ComboBox cb_Format;
- private System.Windows.Forms.FolderBrowserDialog fbd_Directory;
- private System.Windows.Forms.Label l_CompressionLevel;
- private System.Windows.Forms.TrackBar trb_Level;
- private System.Windows.Forms.Label l_Method;
- private System.Windows.Forms.ComboBox cb_Method;
- private System.Windows.Forms.CheckBox chb_Sfx;
- private System.Windows.Forms.Button b_BrowseOut;
- private System.Windows.Forms.Label l_CompressOutput;
- private System.Windows.Forms.TextBox tb_CompressOutput;
- private System.Windows.Forms.SaveFileDialog sfd_Archive;
- private System.Windows.Forms.TabControl tbc_Main;
- private System.Windows.Forms.TabPage tp_Extract;
- private System.Windows.Forms.TabPage tp_Compress;
- private System.Windows.Forms.TextBox tb_Messages;
- private System.Windows.Forms.ProgressBar pb_ExtractProgress;
- private System.Windows.Forms.Button b_ExtractBrowseArchive;
- private System.Windows.Forms.ProgressBar pb_ExtractWork;
- private System.Windows.Forms.Label l_ExtractArchiveName;
- private System.Windows.Forms.Button b_Extract;
- private System.Windows.Forms.TextBox tb_ExtractArchive;
- private System.Windows.Forms.Label l_ExtractProgress;
- private System.Windows.Forms.TextBox tb_ExtractDirectory;
- private System.Windows.Forms.Button b_ExtractBrowseDirectory;
- private System.Windows.Forms.Label l_ExtractDirectory;
- private System.Windows.Forms.OpenFileDialog ofd_Archive;
- private System.Windows.Forms.NumericUpDown nup_VolumeSize;
- private System.Windows.Forms.Label l_Volumes;
- private System.Windows.Forms.CheckBox chb_Volumes;
- }
- }
|