namespace FCC_Uber_MDX_Configurator
{
partial class ConfirmDeleteForm
{
///
/// 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.LBL_TITLE = new System.Windows.Forms.Label();
this.TXT_AREA = new System.Windows.Forms.Label();
this.BTN_CANCEL_ERROR = new System.Windows.Forms.Button();
this.IMAGE_BOX = new System.Windows.Forms.PictureBox();
this.BTN_SAVE = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.IMAGE_BOX)).BeginInit();
this.SuspendLayout();
//
// LBL_TITLE
//
this.LBL_TITLE.AutoSize = true;
this.LBL_TITLE.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LBL_TITLE.Location = new System.Drawing.Point(157, 12);
this.LBL_TITLE.MinimumSize = new System.Drawing.Size(425, 0);
this.LBL_TITLE.Name = "LBL_TITLE";
this.LBL_TITLE.Size = new System.Drawing.Size(425, 29);
this.LBL_TITLE.TabIndex = 2;
this.LBL_TITLE.Text = "CONFIRM DELETE";
this.LBL_TITLE.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// TXT_AREA
//
this.TXT_AREA.AutoSize = true;
this.TXT_AREA.Font = new System.Drawing.Font("Arial", 14.25F);
this.TXT_AREA.Location = new System.Drawing.Point(162, 42);
this.TXT_AREA.MaximumSize = new System.Drawing.Size(420, 105);
this.TXT_AREA.MinimumSize = new System.Drawing.Size(420, 105);
this.TXT_AREA.Name = "TXT_AREA";
this.TXT_AREA.Size = new System.Drawing.Size(420, 105);
this.TXT_AREA.TabIndex = 8;
this.TXT_AREA.Text = "Are you sure you want to delete this item?\r\n(There is no undo)";
this.TXT_AREA.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// BTN_CANCEL_ERROR
//
this.BTN_CANCEL_ERROR.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BTN_CANCEL_ERROR.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon;
this.BTN_CANCEL_ERROR.Location = new System.Drawing.Point(476, 149);
this.BTN_CANCEL_ERROR.Name = "BTN_CANCEL_ERROR";
this.BTN_CANCEL_ERROR.Size = new System.Drawing.Size(50, 50);
this.BTN_CANCEL_ERROR.TabIndex = 7;
this.BTN_CANCEL_ERROR.UseVisualStyleBackColor = true;
this.BTN_CANCEL_ERROR.Click += new System.EventHandler(this.BTN_CANCEL_Click);
//
// IMAGE_BOX
//
this.IMAGE_BOX.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.WarningIconBlue;
this.IMAGE_BOX.Location = new System.Drawing.Point(12, 12);
this.IMAGE_BOX.Name = "IMAGE_BOX";
this.IMAGE_BOX.Size = new System.Drawing.Size(135, 135);
this.IMAGE_BOX.TabIndex = 0;
this.IMAGE_BOX.TabStop = false;
//
// BTN_SAVE
//
this.BTN_SAVE.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.SaveCheckIcon;
this.BTN_SAVE.Location = new System.Drawing.Point(532, 149);
this.BTN_SAVE.Name = "BTN_SAVE";
this.BTN_SAVE.Size = new System.Drawing.Size(50, 50);
this.BTN_SAVE.TabIndex = 88;
this.BTN_SAVE.UseVisualStyleBackColor = true;
this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click);
//
// ErrorForm
//
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_ERROR;
this.ClientSize = new System.Drawing.Size(594, 211);
this.Controls.Add(this.BTN_SAVE);
this.Controls.Add(this.TXT_AREA);
this.Controls.Add(this.BTN_CANCEL_ERROR);
this.Controls.Add(this.LBL_TITLE);
this.Controls.Add(this.IMAGE_BOX);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = true;
this.Name = "ErrorForm";
this.ShowIcon = false;
this.ShowInTaskbar = true;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Confirm Error";
this.TopMost = false;
((System.ComponentModel.ISupportInitialize)(this.IMAGE_BOX)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox IMAGE_BOX;
private System.Windows.Forms.Label LBL_TITLE;
private System.Windows.Forms.Button BTN_CANCEL_ERROR;
private System.Windows.Forms.Label TXT_AREA;
private System.Windows.Forms.Button BTN_SAVE;
}
}