namespace FCC_Uber_MDX_Configurator { partial class ConfirmDialogForm { /// /// 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.TXT_AREA = new System.Windows.Forms.Label(); this.LBL_TITLE = new System.Windows.Forms.Label(); this.BTN_SAVE = new System.Windows.Forms.Button(); this.BTN_NO = new System.Windows.Forms.Button(); this.BTN_CANCEL = new System.Windows.Forms.Button(); this.IMAGE_BOX = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.IMAGE_BOX)).BeginInit(); this.SuspendLayout(); // // 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 = 92; this.TXT_AREA.Text = "Confirm Message"; this.TXT_AREA.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // 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 = 90; this.LBL_TITLE.Text = "CONFIRM TITLE"; this.LBL_TITLE.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // 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 = 93; this.BTN_SAVE.UseVisualStyleBackColor = true; this.BTN_SAVE.Click += new System.EventHandler(this.BTN_SAVE_Click); // // BTN_NO // this.BTN_NO.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_NO.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.CancelIcon; this.BTN_NO.Location = new System.Drawing.Point(476, 149); this.BTN_NO.Name = "BTN_NO"; this.BTN_NO.Size = new System.Drawing.Size(50, 50); this.BTN_NO.TabIndex = 91; this.BTN_NO.UseVisualStyleBackColor = true; this.BTN_NO.Click += new System.EventHandler(this.BTN_CANCEL_Click); // // BTN_CANCEL // this.BTN_CANCEL.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BTN_CANCEL.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.NothingIcon; this.BTN_CANCEL.Location = new System.Drawing.Point(420, 150); this.BTN_CANCEL.Name = "BTN_CANCEL"; this.BTN_CANCEL.Size = new System.Drawing.Size(50, 50); this.BTN_CANCEL.TabIndex = 94; this.BTN_CANCEL.UseVisualStyleBackColor = true; this.BTN_CANCEL.Visible = false; this.BTN_CANCEL.Click += new System.EventHandler(this.BTN_CANCEL_Click_1); // // IMAGE_BOX // this.IMAGE_BOX.Image = global::FCC_Uber_MDX_Configurator.Properties.Resources.BigSaveIcon; this.IMAGE_BOX.Location = new System.Drawing.Point(12, 12); this.IMAGE_BOX.Name = "IMAGE_BOX"; this.IMAGE_BOX.Size = new System.Drawing.Size(120, 165); this.IMAGE_BOX.TabIndex = 89; this.IMAGE_BOX.TabStop = false; // // ConfirmDialogForm // 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_NO; this.ClientSize = new System.Drawing.Size(584, 204); this.Controls.Add(this.BTN_CANCEL); this.Controls.Add(this.BTN_SAVE); this.Controls.Add(this.TXT_AREA); this.Controls.Add(this.BTN_NO); 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 = "ConfirmDialogForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Confirm"; this.TopMost = false; ((System.ComponentModel.ISupportInitialize)(this.IMAGE_BOX)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BTN_SAVE; private System.Windows.Forms.Label TXT_AREA; private System.Windows.Forms.Button BTN_NO; private System.Windows.Forms.Label LBL_TITLE; private System.Windows.Forms.PictureBox IMAGE_BOX; private System.Windows.Forms.Button BTN_CANCEL; } }