Files
ImageCompressor/MainForm/ImageCompressorForm.Designer.cs
2026-02-02 21:56:45 +08:00

493 lines
31 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ImageCompressor
{
partial class ImageCompressorForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageCompressorForm));
this.PathTextBox = new System.Windows.Forms.TextBox();
this.PreviousPictureBox = new System.Windows.Forms.PictureBox();
this.PostPictureBox = new System.Windows.Forms.PictureBox();
this.SizeEstimateLabel = new System.Windows.Forms.Label();
this.CompressLevelLabel = new System.Windows.Forms.Label();
this.SkipFileSizeLabel = new System.Windows.Forms.Label();
this.SkipFileSizeTextBox = new System.Windows.Forms.TextBox();
this.SubFolderCheckBox = new System.Windows.Forms.CheckBox();
this.RunButton = new System.Windows.Forms.Button();
this.InfoLabel = new System.Windows.Forms.Label();
this.CloseButton = new System.Windows.Forms.Button();
this.CompressLevelDownButton = new System.Windows.Forms.Button();
this.CompressLevelUpButton = new System.Windows.Forms.Button();
this.TitleTextLabel = new System.Windows.Forms.Label();
this.MaxmizeButton = new System.Windows.Forms.Button();
this.MinimizeButton = new System.Windows.Forms.Button();
this.ProgressPanel = new System.Windows.Forms.Panel();
this.CompressLevelTextLabel = new System.Windows.Forms.Label();
this.ZoomInPictureBox = new System.Windows.Forms.PictureBox();
this.MaxWidthPixelTextBox = new System.Windows.Forms.TextBox();
this.MaxPixelLimitLabel = new System.Windows.Forms.Label();
this.MaxPixelMultiplyLabel = new System.Windows.Forms.Label();
this.MaxHeightPixelTextBox = new System.Windows.Forms.TextBox();
this.KeepOriginalCheckBox = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.PreviousPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PostPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ZoomInPictureBox)).BeginInit();
this.SuspendLayout();
//
// PathTextBox
//
this.PathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PathTextBox.BackColor = System.Drawing.SystemColors.ControlText;
this.PathTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.PathTextBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.PathTextBox.ForeColor = System.Drawing.Color.White;
this.PathTextBox.Location = new System.Drawing.Point(12, 55);
this.PathTextBox.Multiline = true;
this.PathTextBox.Name = "PathTextBox";
this.PathTextBox.ReadOnly = true;
this.PathTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.PathTextBox.Size = new System.Drawing.Size(962, 121);
this.PathTextBox.TabIndex = 1;
this.PathTextBox.Text = "Drag and Drop Folders Here To Start";
this.PathTextBox.WordWrap = false;
//
// PreviousPictureBox
//
this.PreviousPictureBox.BackColor = System.Drawing.SystemColors.ControlText;
this.PreviousPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PreviousPictureBox.Location = new System.Drawing.Point(12, 189);
this.PreviousPictureBox.Name = "PreviousPictureBox";
this.PreviousPictureBox.Size = new System.Drawing.Size(475, 423);
this.PreviousPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PreviousPictureBox.TabIndex = 2;
this.PreviousPictureBox.TabStop = false;
this.PreviousPictureBox.Click += new System.EventHandler(this.PreviousPictureBox_Click);
//
// PostPictureBox
//
this.PostPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.PostPictureBox.BackColor = System.Drawing.SystemColors.ControlText;
this.PostPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.PostPictureBox.Location = new System.Drawing.Point(501, 189);
this.PostPictureBox.Name = "PostPictureBox";
this.PostPictureBox.Size = new System.Drawing.Size(473, 423);
this.PostPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PostPictureBox.TabIndex = 3;
this.PostPictureBox.TabStop = false;
this.PostPictureBox.Click += new System.EventHandler(this.AfterPictureBox_Click);
//
// SizeEstimateLabel
//
this.SizeEstimateLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.SizeEstimateLabel.AutoSize = true;
this.SizeEstimateLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.SizeEstimateLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.SizeEstimateLabel.Location = new System.Drawing.Point(498, 625);
this.SizeEstimateLabel.Name = "SizeEstimateLabel";
this.SizeEstimateLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.SizeEstimateLabel.Size = new System.Drawing.Size(188, 19);
this.SizeEstimateLabel.TabIndex = 4;
this.SizeEstimateLabel.Text = "New File Size Estimate: 0KB / 0KB";
//
// CompressLevelLabel
//
this.CompressLevelLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.CompressLevelLabel.AutoSize = true;
this.CompressLevelLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.CompressLevelLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.CompressLevelLabel.Location = new System.Drawing.Point(12, 629);
this.CompressLevelLabel.Name = "CompressLevelLabel";
this.CompressLevelLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CompressLevelLabel.Size = new System.Drawing.Size(124, 19);
this.CompressLevelLabel.TabIndex = 4;
this.CompressLevelLabel.Text = "Compress Level (1-10)";
//
// SkipFileSizeLabel
//
this.SkipFileSizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SkipFileSizeLabel.AutoSize = true;
this.SkipFileSizeLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.SkipFileSizeLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.SkipFileSizeLabel.Location = new System.Drawing.Point(12, 675);
this.SkipFileSizeLabel.Name = "SkipFileSizeLabel";
this.SkipFileSizeLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.SkipFileSizeLabel.Size = new System.Drawing.Size(103, 19);
this.SkipFileSizeLabel.TabIndex = 4;
this.SkipFileSizeLabel.Text = "Skip File Size (KB)";
//
// SkipFileSizeTextBox
//
this.SkipFileSizeTextBox.AcceptsReturn = true;
this.SkipFileSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SkipFileSizeTextBox.BackColor = System.Drawing.Color.Black;
this.SkipFileSizeTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.SkipFileSizeTextBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 15F);
this.SkipFileSizeTextBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.SkipFileSizeTextBox.Location = new System.Drawing.Point(142, 667);
this.SkipFileSizeTextBox.Name = "SkipFileSizeTextBox";
this.SkipFileSizeTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.SkipFileSizeTextBox.Size = new System.Drawing.Size(101, 32);
this.SkipFileSizeTextBox.TabIndex = 5;
this.SkipFileSizeTextBox.Text = "900";
this.SkipFileSizeTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// SubFolderCheckBox
//
this.SubFolderCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.SubFolderCheckBox.AutoSize = true;
this.SubFolderCheckBox.Checked = true;
this.SubFolderCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.SubFolderCheckBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.SubFolderCheckBox.ForeColor = System.Drawing.SystemColors.HighlightText;
this.SubFolderCheckBox.Location = new System.Drawing.Point(16, 717);
this.SubFolderCheckBox.Name = "SubFolderCheckBox";
this.SubFolderCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.SubFolderCheckBox.Size = new System.Drawing.Size(129, 23);
this.SubFolderCheckBox.TabIndex = 6;
this.SubFolderCheckBox.Text = "Include SubFolders";
this.SubFolderCheckBox.UseVisualStyleBackColor = true;
this.SubFolderCheckBox.CheckedChanged += new System.EventHandler(this.SubFolderCheckBox_CheckedChanged);
//
// RunButton
//
this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.RunButton.BackColor = System.Drawing.Color.Black;
this.RunButton.CausesValidation = false;
this.RunButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.RunButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.RunButton.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F, System.Drawing.FontStyle.Bold);
this.RunButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.RunButton.Location = new System.Drawing.Point(502, 702);
this.RunButton.Name = "RunButton";
this.RunButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.RunButton.Size = new System.Drawing.Size(474, 33);
this.RunButton.TabIndex = 0;
this.RunButton.Text = "Waiting for image folders";
this.RunButton.UseVisualStyleBackColor = false;
this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
//
// InfoLabel
//
this.InfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.InfoLabel.AutoSize = true;
this.InfoLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.InfoLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.InfoLabel.Location = new System.Drawing.Point(498, 660);
this.InfoLabel.Name = "InfoLabel";
this.InfoLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.InfoLabel.Size = new System.Drawing.Size(35, 19);
this.InfoLabel.TabIndex = 4;
this.InfoLabel.Text = "Info :";
//
// CloseButton
//
this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.CloseButton.BackColor = System.Drawing.Color.Black;
this.CloseButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.CloseButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CloseButton.Font = new System.Drawing.Font("Arial Rounded MT Bold", 16F);
this.CloseButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.CloseButton.Location = new System.Drawing.Point(905, 10);
this.CloseButton.Name = "CloseButton";
this.CloseButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CloseButton.Size = new System.Drawing.Size(70, 35);
this.CloseButton.TabIndex = 10;
this.CloseButton.Text = "×";
this.CloseButton.UseVisualStyleBackColor = false;
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
//
// CompressLevelDownButton
//
this.CompressLevelDownButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.CompressLevelDownButton.BackColor = System.Drawing.Color.Black;
this.CompressLevelDownButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.CompressLevelDownButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CompressLevelDownButton.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.CompressLevelDownButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.CompressLevelDownButton.Location = new System.Drawing.Point(142, 623);
this.CompressLevelDownButton.Margin = new System.Windows.Forms.Padding(0);
this.CompressLevelDownButton.Name = "CompressLevelDownButton";
this.CompressLevelDownButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CompressLevelDownButton.Size = new System.Drawing.Size(28, 35);
this.CompressLevelDownButton.TabIndex = 11;
this.CompressLevelDownButton.Text = "-";
this.CompressLevelDownButton.UseVisualStyleBackColor = false;
this.CompressLevelDownButton.Click += new System.EventHandler(this.CompressLevelDownButton_Click);
//
// CompressLevelUpButton
//
this.CompressLevelUpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.CompressLevelUpButton.BackColor = System.Drawing.Color.Black;
this.CompressLevelUpButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.CompressLevelUpButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.CompressLevelUpButton.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
this.CompressLevelUpButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.CompressLevelUpButton.Location = new System.Drawing.Point(215, 623);
this.CompressLevelUpButton.Name = "CompressLevelUpButton";
this.CompressLevelUpButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CompressLevelUpButton.Size = new System.Drawing.Size(28, 35);
this.CompressLevelUpButton.TabIndex = 12;
this.CompressLevelUpButton.Text = "+";
this.CompressLevelUpButton.UseVisualStyleBackColor = false;
this.CompressLevelUpButton.Click += new System.EventHandler(this.CompressLevelUpButton_Click);
//
// TitleTextLabel
//
this.TitleTextLabel.AutoSize = true;
this.TitleTextLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.TitleTextLabel.ForeColor = System.Drawing.SystemColors.ControlDark;
this.TitleTextLabel.Location = new System.Drawing.Point(13, 18);
this.TitleTextLabel.Name = "TitleTextLabel";
this.TitleTextLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.TitleTextLabel.Size = new System.Drawing.Size(201, 19);
this.TitleTextLabel.TabIndex = 14;
this.TitleTextLabel.Text = "Image Compressor 2023.03.25 by WR";
//
// MaxmizeButton
//
this.MaxmizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.MaxmizeButton.BackColor = System.Drawing.Color.Black;
this.MaxmizeButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.MaxmizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.MaxmizeButton.Font = new System.Drawing.Font("Arial Rounded MT Bold", 16F);
this.MaxmizeButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.MaxmizeButton.Location = new System.Drawing.Point(825, 10);
this.MaxmizeButton.Name = "MaxmizeButton";
this.MaxmizeButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MaxmizeButton.Size = new System.Drawing.Size(70, 35);
this.MaxmizeButton.TabIndex = 15;
this.MaxmizeButton.Text = "◻";
this.MaxmizeButton.UseVisualStyleBackColor = false;
this.MaxmizeButton.Click += new System.EventHandler(this.MaxmizeButton_Click);
//
// MinimizeButton
//
this.MinimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.MinimizeButton.BackColor = System.Drawing.Color.Black;
this.MinimizeButton.FlatAppearance.BorderColor = System.Drawing.Color.Gray;
this.MinimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.MinimizeButton.Font = new System.Drawing.Font("Arial Rounded MT Bold", 16F);
this.MinimizeButton.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.MinimizeButton.Location = new System.Drawing.Point(745, 10);
this.MinimizeButton.Name = "MinimizeButton";
this.MinimizeButton.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MinimizeButton.Size = new System.Drawing.Size(70, 35);
this.MinimizeButton.TabIndex = 16;
this.MinimizeButton.Text = "-";
this.MinimizeButton.UseVisualStyleBackColor = false;
this.MinimizeButton.Click += new System.EventHandler(this.MinimizeButton_Click);
//
// ProgressPanel
//
this.ProgressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ProgressPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ProgressPanel.ForeColor = System.Drawing.SystemColors.ControlDark;
this.ProgressPanel.Location = new System.Drawing.Point(502, 746);
this.ProgressPanel.Name = "ProgressPanel";
this.ProgressPanel.Size = new System.Drawing.Size(474, 29);
this.ProgressPanel.TabIndex = 17;
//
// CompressLevelTextLabel
//
this.CompressLevelTextLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.CompressLevelTextLabel.AutoSize = true;
this.CompressLevelTextLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 15F);
this.CompressLevelTextLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.CompressLevelTextLabel.Location = new System.Drawing.Point(185, 629);
this.CompressLevelTextLabel.Name = "CompressLevelTextLabel";
this.CompressLevelTextLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CompressLevelTextLabel.Size = new System.Drawing.Size(18, 24);
this.CompressLevelTextLabel.TabIndex = 4;
this.CompressLevelTextLabel.Text = "8";
//
// ZoomInPictureBox
//
this.ZoomInPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ZoomInPictureBox.Location = new System.Drawing.Point(298, 313);
this.ZoomInPictureBox.Name = "ZoomInPictureBox";
this.ZoomInPictureBox.Size = new System.Drawing.Size(300, 150);
this.ZoomInPictureBox.TabIndex = 18;
this.ZoomInPictureBox.TabStop = false;
this.ZoomInPictureBox.Visible = false;
//
// MaxWidthPixelTextBox
//
this.MaxWidthPixelTextBox.AcceptsReturn = true;
this.MaxWidthPixelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MaxWidthPixelTextBox.BackColor = System.Drawing.Color.Black;
this.MaxWidthPixelTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.MaxWidthPixelTextBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 15F);
this.MaxWidthPixelTextBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.MaxWidthPixelTextBox.Location = new System.Drawing.Point(355, 623);
this.MaxWidthPixelTextBox.Name = "MaxWidthPixelTextBox";
this.MaxWidthPixelTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MaxWidthPixelTextBox.Size = new System.Drawing.Size(52, 32);
this.MaxWidthPixelTextBox.TabIndex = 19;
this.MaxWidthPixelTextBox.Text = "1920";
this.MaxWidthPixelTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// MaxPixelLimitLabel
//
this.MaxPixelLimitLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MaxPixelLimitLabel.AutoSize = true;
this.MaxPixelLimitLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.MaxPixelLimitLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.MaxPixelLimitLabel.Location = new System.Drawing.Point(264, 629);
this.MaxPixelLimitLabel.Name = "MaxPixelLimitLabel";
this.MaxPixelLimitLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MaxPixelLimitLabel.Size = new System.Drawing.Size(89, 19);
this.MaxPixelLimitLabel.TabIndex = 4;
this.MaxPixelLimitLabel.Text = "Max Pixel Limit";
//
// MaxPixelMultiplyLabel
//
this.MaxPixelMultiplyLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MaxPixelMultiplyLabel.AutoSize = true;
this.MaxPixelMultiplyLabel.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.MaxPixelMultiplyLabel.ForeColor = System.Drawing.SystemColors.HighlightText;
this.MaxPixelMultiplyLabel.Location = new System.Drawing.Point(409, 629);
this.MaxPixelMultiplyLabel.Name = "MaxPixelMultiplyLabel";
this.MaxPixelMultiplyLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MaxPixelMultiplyLabel.Size = new System.Drawing.Size(15, 19);
this.MaxPixelMultiplyLabel.TabIndex = 4;
this.MaxPixelMultiplyLabel.Text = "×";
//
// MaxHeightPixelTextBox
//
this.MaxHeightPixelTextBox.AcceptsReturn = true;
this.MaxHeightPixelTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.MaxHeightPixelTextBox.BackColor = System.Drawing.Color.Black;
this.MaxHeightPixelTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.MaxHeightPixelTextBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 15F);
this.MaxHeightPixelTextBox.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.MaxHeightPixelTextBox.Location = new System.Drawing.Point(425, 623);
this.MaxHeightPixelTextBox.Name = "MaxHeightPixelTextBox";
this.MaxHeightPixelTextBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.MaxHeightPixelTextBox.Size = new System.Drawing.Size(52, 32);
this.MaxHeightPixelTextBox.TabIndex = 19;
this.MaxHeightPixelTextBox.Text = "1080";
this.MaxHeightPixelTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// KeepOriginalCheckBox
//
this.KeepOriginalCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.KeepOriginalCheckBox.AutoSize = true;
this.KeepOriginalCheckBox.Checked = true;
this.KeepOriginalCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.KeepOriginalCheckBox.Font = new System.Drawing.Font("Bahnschrift Condensed", 12F);
this.KeepOriginalCheckBox.ForeColor = System.Drawing.SystemColors.HighlightText;
this.KeepOriginalCheckBox.Location = new System.Drawing.Point(16, 752);
this.KeepOriginalCheckBox.Name = "KeepOriginalCheckBox";
this.KeepOriginalCheckBox.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.KeepOriginalCheckBox.Size = new System.Drawing.Size(233, 23);
this.KeepOriginalCheckBox.TabIndex = 6;
this.KeepOriginalCheckBox.Text = "Keep Original (Compress in new folder)";
this.KeepOriginalCheckBox.UseVisualStyleBackColor = true;
this.KeepOriginalCheckBox.CheckedChanged += new System.EventHandler(this.KeepOriginalCheckBox_CheckedChanged);
//
// ImageCompressorForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(990, 800);
this.ControlBox = false;
this.Controls.Add(this.ZoomInPictureBox);
this.Controls.Add(this.MaxHeightPixelTextBox);
this.Controls.Add(this.MaxWidthPixelTextBox);
this.Controls.Add(this.MinimizeButton);
this.Controls.Add(this.MaxmizeButton);
this.Controls.Add(this.TitleTextLabel);
this.Controls.Add(this.CompressLevelUpButton);
this.Controls.Add(this.CompressLevelDownButton);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.SubFolderCheckBox);
this.Controls.Add(this.KeepOriginalCheckBox);
this.Controls.Add(this.SkipFileSizeTextBox);
this.Controls.Add(this.SkipFileSizeLabel);
this.Controls.Add(this.MaxPixelMultiplyLabel);
this.Controls.Add(this.CompressLevelTextLabel);
this.Controls.Add(this.MaxPixelLimitLabel);
this.Controls.Add(this.CompressLevelLabel);
this.Controls.Add(this.InfoLabel);
this.Controls.Add(this.SizeEstimateLabel);
this.Controls.Add(this.PostPictureBox);
this.Controls.Add(this.PreviousPictureBox);
this.Controls.Add(this.PathTextBox);
this.Controls.Add(this.RunButton);
this.Controls.Add(this.ProgressPanel);
this.Font = new System.Drawing.Font("等线", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(990, 800);
this.Name = "ImageCompressorForm";
this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Image Compressor 1.0 by WR ";
((System.ComponentModel.ISupportInitialize)(this.PreviousPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PostPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ZoomInPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox PathTextBox;
private System.Windows.Forms.PictureBox PreviousPictureBox;
private System.Windows.Forms.PictureBox PostPictureBox;
private System.Windows.Forms.Label SizeEstimateLabel;
private System.Windows.Forms.Label CompressLevelLabel;
private System.Windows.Forms.Label SkipFileSizeLabel;
private System.Windows.Forms.TextBox SkipFileSizeTextBox;
private System.Windows.Forms.CheckBox SubFolderCheckBox;
private System.Windows.Forms.Button RunButton;
private System.Windows.Forms.Label InfoLabel;
private System.Windows.Forms.Button CloseButton;
private System.Windows.Forms.Button CompressLevelDownButton;
private System.Windows.Forms.Button CompressLevelUpButton;
private System.Windows.Forms.Label TitleTextLabel;
private System.Windows.Forms.Button MaxmizeButton;
private System.Windows.Forms.Button MinimizeButton;
private System.Windows.Forms.Panel ProgressPanel;
private System.Windows.Forms.Label CompressLevelTextLabel;
private System.Windows.Forms.PictureBox ZoomInPictureBox;
private System.Windows.Forms.TextBox MaxWidthPixelTextBox;
private System.Windows.Forms.Label MaxPixelLimitLabel;
private System.Windows.Forms.Label MaxPixelMultiplyLabel;
private System.Windows.Forms.TextBox MaxHeightPixelTextBox;
private System.Windows.Forms.CheckBox KeepOriginalCheckBox;
}
}