namespace Core.Common.Controls.Swf
{
partial class ImageResolutionDialog
{
///
/// 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.trackBar1 = new System.Windows.Forms.TrackBar();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label1 = new System.Windows.Forms.Label();
this.textBoxPercentage = new System.Windows.Forms.TextBox();
this.labelHeight = new System.Windows.Forms.Label();
this.widthLabel = new System.Windows.Forms.Label();
this.textBoxHeight = new System.Windows.Forms.TextBox();
this.textBoxWidth = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// trackBar1
//
this.trackBar1.Dock = System.Windows.Forms.DockStyle.Fill;
this.trackBar1.Location = new System.Drawing.Point(0, 0);
this.trackBar1.Maximum = 500;
this.trackBar1.Minimum = 1;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(449, 74);
this.trackBar1.TabIndex = 0;
this.trackBar1.TickFrequency = 20;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.TopLeft;
this.trackBar1.Value = 100;
this.trackBar1.ValueChanged += new System.EventHandler(this.ResolutionTrackBarValueChanged);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Default;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(449, 294);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.IsSplitterFixed = true;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.textBoxPercentage);
this.splitContainer1.Panel1.Controls.Add(this.labelHeight);
this.splitContainer1.Panel1.Controls.Add(this.widthLabel);
this.splitContainer1.Panel1.Controls.Add(this.textBoxHeight);
this.splitContainer1.Panel1.Controls.Add(this.textBoxWidth);
this.splitContainer1.Panel1.Controls.Add(this.trackBar1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
this.splitContainer1.Size = new System.Drawing.Size(449, 372);
this.splitContainer1.SplitterDistance = 74;
this.splitContainer1.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(384, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(15, 13);
this.label1.TabIndex = 7;
this.label1.Text = "%";
//
// textBoxPercentage
//
this.textBoxPercentage.Location = new System.Drawing.Point(321, 38);
this.textBoxPercentage.Name = "textBoxPercentage";
this.textBoxPercentage.Size = new System.Drawing.Size(57, 20);
this.textBoxPercentage.TabIndex = 6;
this.textBoxPercentage.TextChanged += new System.EventHandler(this.TextBoxPercentageTextChanged);
//
// labelHeight
//
this.labelHeight.AutoSize = true;
this.labelHeight.Location = new System.Drawing.Point(156, 45);
this.labelHeight.Name = "labelHeight";
this.labelHeight.Size = new System.Drawing.Size(38, 13);
this.labelHeight.TabIndex = 4;
this.labelHeight.Text = "Height";
//
// widthLabel
//
this.widthLabel.AutoSize = true;
this.widthLabel.Location = new System.Drawing.Point(9, 45);
this.widthLabel.Name = "widthLabel";
this.widthLabel.Size = new System.Drawing.Size(35, 13);
this.widthLabel.TabIndex = 3;
this.widthLabel.Text = "Width";
//
// textBoxHeight
//
this.textBoxHeight.Location = new System.Drawing.Point(197, 38);
this.textBoxHeight.Name = "textBoxHeight";
this.textBoxHeight.Size = new System.Drawing.Size(100, 20);
this.textBoxHeight.TabIndex = 2;
this.textBoxHeight.TextChanged += new System.EventHandler(this.TextBoxHeightTextChanged);
//
// textBoxWidth
//
this.textBoxWidth.Location = new System.Drawing.Point(50, 38);
this.textBoxWidth.Name = "textBoxWidth";
this.textBoxWidth.Size = new System.Drawing.Size(100, 20);
this.textBoxWidth.TabIndex = 1;
this.textBoxWidth.TextChanged += new System.EventHandler(this.TextBoxWidthTextChanged);
//
// panel1
//
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 339);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(449, 33);
this.panel1.TabIndex = 3;
//
// button2
//
this.button2.Location = new System.Drawing.Point(370, 5);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Cancel";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.CancelButtonClicked);
//
// button1
//
this.button1.Location = new System.Drawing.Point(289, 5);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "OK";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.OkButtonClicked);
//
// ImageResolutionDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(449, 372);
this.Controls.Add(this.panel1);
this.Controls.Add(this.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ImageResolutionDialog";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Specify image export resolution";
this.TopMost = true;
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TrackBar trackBar1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxPercentage;
private System.Windows.Forms.Label labelHeight;
private System.Windows.Forms.Label widthLabel;
private System.Windows.Forms.TextBox textBoxHeight;
private System.Windows.Forms.TextBox textBoxWidth;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
public System.Windows.Forms.PictureBox pictureBox1;
}
}