namespace INT69DB_2A.DialogForms { partial class DialogFormMessage { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage)); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBoxExclamation = new System.Windows.Forms.PictureBox(); this.pictureBoxHand = new System.Windows.Forms.PictureBox(); this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox(); this.pictureBoxQuestion = new System.Windows.Forms.PictureBox(); this.labelMessage2 = new System.Windows.Forms.Label(); this.labelMessage1 = new System.Windows.Forms.Label(); this.buttonOK = new System.Windows.Forms.Button(); this.labelErrorCode = new System.Windows.Forms.Label(); this.timerAutoClose = new System.Windows.Forms.Timer(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.pictureBoxExclamation); this.panel1.Controls.Add(this.pictureBoxHand); this.panel1.Controls.Add(this.pictureBoxAsterisk); this.panel1.Controls.Add(this.pictureBoxQuestion); this.panel1.Controls.Add(this.labelMessage2); this.panel1.Controls.Add(this.labelMessage1); this.panel1.Location = new System.Drawing.Point(3, 34); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(444, 95); // // pictureBoxExclamation // this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); this.pictureBoxExclamation.Location = new System.Drawing.Point(5, 20); this.pictureBoxExclamation.Name = "pictureBoxExclamation"; this.pictureBoxExclamation.Size = new System.Drawing.Size(50, 50); // // pictureBoxHand // this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image"))); this.pictureBoxHand.Location = new System.Drawing.Point(5, 20); this.pictureBoxHand.Name = "pictureBoxHand"; this.pictureBoxHand.Size = new System.Drawing.Size(50, 50); this.pictureBoxHand.Visible = false; // // pictureBoxAsterisk // this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image"))); this.pictureBoxAsterisk.Location = new System.Drawing.Point(5, 20); this.pictureBoxAsterisk.Name = "pictureBoxAsterisk"; this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50); this.pictureBoxAsterisk.Visible = false; // // pictureBoxQuestion // this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image"))); this.pictureBoxQuestion.Location = new System.Drawing.Point(5, 20); this.pictureBoxQuestion.Name = "pictureBoxQuestion"; this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); this.pictureBoxQuestion.Visible = false; // // labelMessage2 // this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.Location = new System.Drawing.Point(57, 50); this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.Size = new System.Drawing.Size(387, 20); this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; // // labelMessage1 // this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.Location = new System.Drawing.Point(57, 20); this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.Size = new System.Drawing.Size(387, 20); this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; // // buttonOK // this.buttonOK.BackColor = System.Drawing.Color.LightGray; this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.buttonOK.ForeColor = System.Drawing.Color.Black; this.buttonOK.Location = new System.Drawing.Point(335, 135); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(100, 25); this.buttonOK.TabIndex = 5; this.buttonOK.TabStop = false; this.buttonOK.Text = "OK"; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // labelErrorCode // this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold); this.labelErrorCode.Location = new System.Drawing.Point(15, 11); this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Size = new System.Drawing.Size(350, 20); this.labelErrorCode.Text = "Error 0"; // // timerAutoClose // this.timerAutoClose.Interval = 1000; this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick); // // DialogFormMessage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(166)))), ((int)(((byte)(107))))); this.ClientSize = new System.Drawing.Size(450, 170); this.ControlBox = false; this.Controls.Add(this.panel1); this.Controls.Add(this.buttonOK); this.Controls.Add(this.labelErrorCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormMessage"; this.Text = "DialogFormMessage1"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label labelMessage2; private System.Windows.Forms.Label labelMessage1; private System.Windows.Forms.Button buttonOK; private System.Windows.Forms.Label labelErrorCode; private System.Windows.Forms.Timer timerAutoClose; private System.Windows.Forms.PictureBox pictureBoxExclamation; private System.Windows.Forms.PictureBox pictureBoxHand; private System.Windows.Forms.PictureBox pictureBoxAsterisk; private System.Windows.Forms.PictureBox pictureBoxQuestion; } }