namespace ImageResizer
{
partial class ImageShrinker
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.fldInput = new System.Windows.Forms.FolderBrowserDialog();
this.btnInput = new System.Windows.Forms.Button();
this.btnOutput = new System.Windows.Forms.Button();
this.btnCreate = new System.Windows.Forms.Button();
this.fldOutput = new System.Windows.Forms.FolderBrowserDialog();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.imageProcessBar = new System.Windows.Forms.ProgressBar();
this.label2 = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.howToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sizeBox = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.inputFolder = new System.Windows.Forms.Label();
this.outputFolder = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// btnInput
//
this.btnInput.Location = new System.Drawing.Point(5, 33);
this.btnInput.Name = "btnInput";
this.btnInput.Size = new System.Drawing.Size(148, 23);
this.btnInput.TabIndex = 0;
this.btnInput.Text = "Input Folder";
this.btnInput.UseVisualStyleBackColor = true;
this.btnInput.Click += new System.EventHandler(this.btnInput_Click);
//
// btnOutput
//
this.btnOutput.Location = new System.Drawing.Point(5, 93);
this.btnOutput.Name = "btnOutput";
this.btnOutput.Size = new System.Drawing.Size(148, 23);
this.btnOutput.TabIndex = 1;
this.btnOutput.Text = "Output Folder";
this.btnOutput.UseVisualStyleBackColor = true;
this.btnOutput.Click += new System.EventHandler(this.btnOutput_Click);
//
// btnCreate
//
this.btnCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCreate.Location = new System.Drawing.Point(5, 232);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(148, 23);
this.btnCreate.TabIndex = 2;
this.btnCreate.Text = "Process Images";
this.btnCreate.UseVisualStyleBackColor = true;
this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(3, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(147, 109);
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 115);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 15);
this.label1.TabIndex = 4;
this.label1.Text = "Current Image:";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Controls.Add(this.imageProcessBar);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(383, 33);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(175, 173);
this.panel1.TabIndex = 5;
//
// imageProcessBar
//
this.imageProcessBar.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.imageProcessBar.ForeColor = System.Drawing.Color.Chartreuse;
this.imageProcessBar.Location = new System.Drawing.Point(0, 153);
this.imageProcessBar.Name = "imageProcessBar";
this.imageProcessBar.Size = new System.Drawing.Size(150, 17);
this.imageProcessBar.TabIndex = 6;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 279);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(174, 15);
this.label2.TabIndex = 6;
this.label2.Text = "Image Shrinker by Filip Ekberg";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.helpToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(568, 24);
this.menuStrip1.TabIndex = 7;
this.menuStrip1.Text = "menuStrip1";
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.howToToolStripMenuItem,
this.aboutToolStripMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(45, 20);
this.helpToolStripMenuItem.Text = "Help";
//
// howToToolStripMenuItem
//
this.howToToolStripMenuItem.Name = "howToToolStripMenuItem";
this.howToToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
this.howToToolStripMenuItem.Text = "How To";
this.howToToolStripMenuItem.Click += new System.EventHandler(this.howToToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// sizeBox
//
this.sizeBox.BackColor = System.Drawing.SystemColors.Window;
this.sizeBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.sizeBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sizeBox.FormattingEnabled = true;
this.sizeBox.ItemHeight = 16;
this.sizeBox.Items.AddRange(new object[] {
"Big \t ( 45 % )",
"Normal \t ( 25% )",
"Thumbnail ( 5 % )"});
this.sizeBox.Location = new System.Drawing.Point(5, 164);
this.sizeBox.Name = "sizeBox";
this.sizeBox.Size = new System.Drawing.Size(148, 50);
this.sizeBox.TabIndex = 8;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(2, 148);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 15);
this.label3.TabIndex = 9;
this.label3.Text = "Image Size";
//
// inputFolder
//
this.inputFolder.AutoSize = true;
this.inputFolder.Location = new System.Drawing.Point(7, 59);
this.inputFolder.Name = "inputFolder";
this.inputFolder.Size = new System.Drawing.Size(0, 15);
this.inputFolder.TabIndex = 10;
//
// outputFolder
//
this.outputFolder.AutoSize = true;
this.outputFolder.Location = new System.Drawing.Point(7, 119);
this.outputFolder.Name = "outputFolder";
this.outputFolder.Size = new System.Drawing.Size(0, 15);
this.outputFolder.TabIndex = 11;
//
// ImageResizer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(568, 301);
this.Controls.Add(this.outputFolder);
this.Controls.Add(this.inputFolder);
this.Controls.Add(this.label3);
this.Controls.Add(this.sizeBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnCreate);
this.Controls.Add(this.btnOutput);
this.Controls.Add(this.btnInput);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "ImageResizer";
this.Text = "Image Shrinker";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.FolderBrowserDialog fldInput;
private System.Windows.Forms.Button btnInput;
private System.Windows.Forms.Button btnOutput;
private System.Windows.Forms.Button btnCreate;
private System.Windows.Forms.FolderBrowserDialog fldOutput;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ProgressBar imageProcessBar;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem howToToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ListBox sizeBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label inputFolder;
private System.Windows.Forms.Label outputFolder;
}
}