namespace FCC_Uber_MDX_Configurator { partial class AddImageForm { /// /// 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.DIALOGUE_OPEN = new System.Windows.Forms.OpenFileDialog(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.BTN_LOAD = new System.Windows.Forms.Button(); this.PICT_PREVIEW = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).BeginInit(); this.SuspendLayout(); // // DIALOGUE_OPEN // this.DIALOGUE_OPEN.Filter = "PNG Files|*.png|GIF File|*.gif|JPG Files|*.jpg|BMP Files|*.bmp"; this.DIALOGUE_OPEN.Title = "Load Image"; // // BTN_SAVE // this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon; this.BTN_SAVE.Location = new System.Drawing.Point(362, 318); this.BTN_SAVE.Name = "BTN_SAVE"; this.BTN_SAVE.Size = new System.Drawing.Size(50, 50); this.BTN_SAVE.TabIndex = 43; 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(306, 318); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 42; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_LOAD // this.BTN_LOAD.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_LOAD.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.LoadIcon; this.BTN_LOAD.Location = new System.Drawing.Point(12, 318); this.BTN_LOAD.Name = "BTN_LOAD"; this.BTN_LOAD.Size = new System.Drawing.Size(50, 50); this.BTN_LOAD.TabIndex = 45; this.BTN_LOAD.UseVisualStyleBackColor = true; this.BTN_LOAD.Click += new System.EventHandler(this.BTN_LOAD_Click); // // PICT_PREVIEW // this.PICT_PREVIEW.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.PICT_PREVIEW.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PICT_PREVIEW.Location = new System.Drawing.Point(12, 12); this.PICT_PREVIEW.Name = "PICT_PREVIEW"; this.PICT_PREVIEW.Size = new System.Drawing.Size(400, 300); this.PICT_PREVIEW.TabIndex = 44; this.PICT_PREVIEW.TabStop = false; // // AddImageForm // this.AcceptButton = this.BTN_SAVE; 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(424, 371); this.Controls.Add(this.BTN_LOAD); 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 = "AddImageForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Load Image"; this.TopMost = false; ((System.ComponentModel.ISupportInitialize)(this.PICT_PREVIEW)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Button BTN_CANCEL; private System.Windows.Forms.PictureBox PICT_PREVIEW; private System.Windows.Forms.Button BTN_LOAD; private System.Windows.Forms.OpenFileDialog DIALOGUE_OPEN; } }