namespace Gui.Forms { partial class MessageForm { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageForm)); this.innerPaneMessage = new AMT_SW_GUI.InnerPane(); this.tblMessage = new System.Windows.Forms.TableLayoutPanel(); this.pctbxIcon = new System.Windows.Forms.PictureBox(); this.lblErrorMsg = new AMT_SW_GUI.AMT_Lable(this.components); this.btnYes = new AMT_SW_GUI.AMT_OuterButton(this.components); this.btnOk = new AMT_SW_GUI.AMT_OuterButton(this.components); this.btnCancel = new AMT_SW_GUI.AMT_OuterButton(this.components); this.btnNo = new AMT_SW_GUI.AMT_OuterButton(this.components); this.pnlBackground = new System.Windows.Forms.Panel(); this.tblMessageBox = new System.Windows.Forms.TableLayoutPanel(); this.pnlButtons = new System.Windows.Forms.Panel(); this.innerPaneMessage.SuspendLayout(); this.tblMessage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pctbxIcon)).BeginInit(); this.pnlBackground.SuspendLayout(); this.tblMessageBox.SuspendLayout(); this.pnlButtons.SuspendLayout(); this.SuspendLayout(); // // innerPaneMessage // this.innerPaneMessage.AutoSize = true; this.innerPaneMessage.BackColor = System.Drawing.Color.Transparent; this.innerPaneMessage.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(192)))), ((int)(((byte)(223))))); this.innerPaneMessage.Controls.Add(this.tblMessage); this.innerPaneMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.innerPaneMessage.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.innerPaneMessage.Location = new System.Drawing.Point(3, 3); this.innerPaneMessage.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.innerPaneMessage.Name = "innerPaneMessage"; this.innerPaneMessage.Padding = new System.Windows.Forms.Padding(10); this.innerPaneMessage.RoundCorners = 5; this.innerPaneMessage.Size = new System.Drawing.Size(540, 78); this.innerPaneMessage.TabIndex = 0; // // tblMessage // this.tblMessage.AutoSize = true; this.tblMessage.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tblMessage.BackColor = System.Drawing.Color.Transparent; this.tblMessage.ColumnCount = 2; this.tblMessage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblMessage.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tblMessage.Controls.Add(this.pctbxIcon, 0, 0); this.tblMessage.Controls.Add(this.lblErrorMsg, 1, 0); this.tblMessage.Dock = System.Windows.Forms.DockStyle.Fill; this.tblMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.tblMessage.Location = new System.Drawing.Point(10, 10); this.tblMessage.MinimumSize = new System.Drawing.Size(520, 58); this.tblMessage.Name = "tblMessage"; this.tblMessage.Padding = new System.Windows.Forms.Padding(10); this.tblMessage.RowCount = 1; this.tblMessage.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblMessage.Size = new System.Drawing.Size(520, 58); this.tblMessage.TabIndex = 12; // // pctbxIcon // this.pctbxIcon.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.pctbxIcon.Dock = System.Windows.Forms.DockStyle.Fill; this.pctbxIcon.Image = global::AMT_SW_GUI.Properties.Resources.scs_32px_alert; this.pctbxIcon.Location = new System.Drawing.Point(13, 13); this.pctbxIcon.Name = "pctbxIcon"; this.pctbxIcon.Size = new System.Drawing.Size(32, 32); this.pctbxIcon.TabIndex = 8; this.pctbxIcon.TabStop = false; // // lblErrorMsg // this.lblErrorMsg.AutoSize = true; this.lblErrorMsg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249))))); this.lblErrorMsg.Image = ((System.Drawing.Image)(resources.GetObject("lblErrorMsg.Image"))); this.lblErrorMsg.Location = new System.Drawing.Point(51, 16); this.lblErrorMsg.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.lblErrorMsg.MaximumSize = new System.Drawing.Size(460, 0); this.lblErrorMsg.MinimumSize = new System.Drawing.Size(460, 26); this.lblErrorMsg.Name = "lblErrorMsg"; this.lblErrorMsg.Padding = new System.Windows.Forms.Padding(0, 0, 20, 0); this.lblErrorMsg.Size = new System.Drawing.Size(460, 26); this.lblErrorMsg.TabIndex = 2; this.lblErrorMsg.Text = "scS_Lable1"; // // btnYes // this.btnYes.BackColor = System.Drawing.Color.Transparent; this.btnYes.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnYes.BackgroundImage"))); this.btnYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnYes.FlatAppearance.BorderSize = 0; this.btnYes.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnYes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnYes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108))))); this.btnYes.Location = new System.Drawing.Point(116, 0); this.btnYes.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.btnYes.Name = "btnYes"; this.btnYes.Size = new System.Drawing.Size(75, 23); this.btnYes.TabIndex = 1; this.btnYes.Text = "Yes"; this.btnYes.UseVisualStyleBackColor = true; this.btnYes.Click += new System.EventHandler(this.btnClose_Click); // // btnOk // this.btnOk.BackColor = System.Drawing.Color.Transparent; this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage"))); this.btnOk.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnOk.FlatAppearance.BorderSize = 0; this.btnOk.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnOk.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnOk.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108))))); this.btnOk.Location = new System.Drawing.Point(292, 0); this.btnOk.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 9; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnCancel.FlatAppearance.BorderSize = 0; this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108))))); this.btnCancel.Location = new System.Drawing.Point(373, 0); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 10; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnNo // this.btnNo.BackColor = System.Drawing.Color.Transparent; this.btnNo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNo.BackgroundImage"))); this.btnNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnNo.FlatAppearance.BorderSize = 0; this.btnNo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnNo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(59)))), ((int)(((byte)(108))))); this.btnNo.Location = new System.Drawing.Point(197, 0); this.btnNo.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.btnNo.Name = "btnNo"; this.btnNo.Size = new System.Drawing.Size(75, 23); this.btnNo.TabIndex = 11; this.btnNo.Text = "No"; this.btnNo.UseVisualStyleBackColor = true; this.btnNo.Click += new System.EventHandler(this.btnNo_Click); // // pnlBackground // this.pnlBackground.AutoSize = true; this.pnlBackground.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(151)))), ((int)(((byte)(188))))); this.pnlBackground.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.background; this.pnlBackground.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pnlBackground.Controls.Add(this.tblMessageBox); this.pnlBackground.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlBackground.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.pnlBackground.Location = new System.Drawing.Point(0, 0); this.pnlBackground.Name = "pnlBackground"; this.pnlBackground.Size = new System.Drawing.Size(546, 114); this.pnlBackground.TabIndex = 13; // // tblMessageBox // this.tblMessageBox.BackColor = System.Drawing.Color.Transparent; this.tblMessageBox.ColumnCount = 1; this.tblMessageBox.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tblMessageBox.Controls.Add(this.innerPaneMessage, 0, 0); this.tblMessageBox.Controls.Add(this.pnlButtons, 0, 1); this.tblMessageBox.Dock = System.Windows.Forms.DockStyle.Fill; this.tblMessageBox.Location = new System.Drawing.Point(0, 0); this.tblMessageBox.Name = "tblMessageBox"; this.tblMessageBox.RowCount = 2; this.tblMessageBox.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tblMessageBox.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tblMessageBox.Size = new System.Drawing.Size(546, 114); this.tblMessageBox.TabIndex = 12; // // pnlButtons // this.pnlButtons.Controls.Add(this.btnCancel); this.pnlButtons.Controls.Add(this.btnYes); this.pnlButtons.Controls.Add(this.btnNo); this.pnlButtons.Controls.Add(this.btnOk); this.pnlButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlButtons.Location = new System.Drawing.Point(0, 81); this.pnlButtons.Margin = new System.Windows.Forms.Padding(0); this.pnlButtons.MaximumSize = new System.Drawing.Size(0, 33); this.pnlButtons.MinimumSize = new System.Drawing.Size(0, 33); this.pnlButtons.Name = "pnlButtons"; this.pnlButtons.Size = new System.Drawing.Size(546, 33); this.pnlButtons.TabIndex = 1; // // MessageForm // this.AcceptButton = this.btnYes; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(151)))), ((int)(((byte)(188))))); this.BackgroundImage = global::AMT_SW_GUI.Properties.Resources.background; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(546, 114); this.Controls.Add(this.pnlBackground); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(552, 146); this.Name = "MessageForm"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Operation Results"; this.innerPaneMessage.ResumeLayout(false); this.innerPaneMessage.PerformLayout(); this.tblMessage.ResumeLayout(false); this.tblMessage.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pctbxIcon)).EndInit(); this.pnlBackground.ResumeLayout(false); this.tblMessageBox.ResumeLayout(false); this.tblMessageBox.PerformLayout(); this.pnlButtons.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private AMT_SW_GUI.InnerPane innerPaneMessage; private AMT_SW_GUI.AMT_OuterButton btnYes; private AMT_SW_GUI.AMT_Lable lblErrorMsg; private System.Windows.Forms.PictureBox pctbxIcon; private AMT_SW_GUI.AMT_OuterButton btnOk; private AMT_SW_GUI.AMT_OuterButton btnCancel; private AMT_SW_GUI.AMT_OuterButton btnNo; private System.Windows.Forms.TableLayoutPanel tblMessage; private System.Windows.Forms.Panel pnlBackground; private System.Windows.Forms.TableLayoutPanel tblMessageBox; private System.Windows.Forms.Panel pnlButtons; } }