namespace FCC_Uber_MDX_Configurator
{
partial class AddBackgroundImageForm
{
///
/// 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.BTN_HELP_LOADIMAGE = new System.Windows.Forms.Button();
this.BTN_LOADIMAGE = new System.Windows.Forms.Button();
this.PICT_PREVIEW = new System.Windows.Forms.PictureBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
this.BTN_CANCEL = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.COMBO_LAYOUT = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).BeginInit();
this.SuspendLayout();
//
// BTN_HELP_LOADIMAGE
//
this.BTN_HELP_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.BTN_HELP_LOADIMAGE.Location = new System.Drawing.Point(352, 68);
this.BTN_HELP_LOADIMAGE.Name = "BTN_HELP_LOADIMAGE";
this.BTN_HELP_LOADIMAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_HELP_LOADIMAGE.TabIndex = 95;
this.BTN_HELP_LOADIMAGE.TabStop = false;
this.BTN_HELP_LOADIMAGE.UseVisualStyleBackColor = true;
//
// BTN_LOADIMAGE
//
this.BTN_LOADIMAGE.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_LOADIMAGE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoadIcon;
this.BTN_LOADIMAGE.Location = new System.Drawing.Point(296, 68);
this.BTN_LOADIMAGE.Name = "BTN_LOADIMAGE";
this.BTN_LOADIMAGE.Size = new System.Drawing.Size(50, 50);
this.BTN_LOADIMAGE.TabIndex = 94;
this.BTN_LOADIMAGE.UseVisualStyleBackColor = true;
this.BTN_LOADIMAGE.Click += new System.EventHandler(this.BTN_LOADIMAGE_Click);
//
// PICT_PREVIEW
//
this.PICT_PREVIEW.Location = new System.Drawing.Point(16, 68);
this.PICT_PREVIEW.Name = "PICT_PREVIEW";
this.PICT_PREVIEW.Size = new System.Drawing.Size(274, 162);
this.PICT_PREVIEW.TabIndex = 93;
this.PICT_PREVIEW.TabStop = false;
//
// BTN_SAVE
//
this.BTN_SAVE.Enabled = false;
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(352, 180);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 72;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// BTN_CANCEL
//
this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL.Location = new System.Drawing.Point(296, 180);
this.BTN_CANCEL.Name = "BTN_CANCEL";
this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL.TabIndex = 71;
this.BTN_CANCEL.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.HelpIcon;
this.button1.Location = new System.Drawing.Point(352, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(50, 50);
this.button1.TabIndex = 100;
this.button1.TabStop = false;
this.button1.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(12, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(130, 22);
this.label4.TabIndex = 96;
this.label4.Text = "Image Layout:";
//
// COMBO_LAYOUT
//
this.COMBO_LAYOUT.Font = new System.Drawing.Font("Arial", 14.25F);
this.COMBO_LAYOUT.FormattingEnabled = true;
this.COMBO_LAYOUT.Items.AddRange(new object[] {
"Centre",
"Stretch",
"Tile",
"Zoom"});
this.COMBO_LAYOUT.Location = new System.Drawing.Point(189, 21);
this.COMBO_LAYOUT.Name = "COMBO_LAYOUT";
this.COMBO_LAYOUT.Size = new System.Drawing.Size(149, 30);
this.COMBO_LAYOUT.TabIndex = 101;
this.COMBO_LAYOUT.Text = "Centre";
this.COMBO_LAYOUT.Leave += new System.EventHandler(this.Leave_VerifyCOMBOIsValid);
//
// AddBackgroundImageForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.BTN_CANCEL;
this.ClientSize = new System.Drawing.Size(414, 236);
this.Controls.Add(this.COMBO_LAYOUT);
this.Controls.Add(this.button1);
this.Controls.Add(this.label4);
this.Controls.Add(this.BTN_HELP_LOADIMAGE);
this.Controls.Add(this.BTN_LOADIMAGE);
this.Controls.Add(this.PICT_PREVIEW);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.BTN_CANCEL);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "AddBackgroundImageForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AddBackgroundImageForm";
this.TopMost = false;
((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTN_HELP_LOADIMAGE;
private System.Windows.Forms.Button BTN_LOADIMAGE;
private System.Windows.Forms.PictureBox PICT_PREVIEW;
private System.Windows.Forms.Button BTN_SAVE;
private System.Windows.Forms.Button BTN_CANCEL;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox COMBO_LAYOUT;
}
}