namespace ITC81DB.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.labelMessage1 = new SmartX.SmartLabel(); this.labelMessage2 = new SmartX.SmartLabel(); this.buttonOK = new SmartX.SmartButton(); this.labelErrorCode = new SmartX.SmartLabel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.SuspendLayout(); // // labelMessage1 // this.labelMessage1.BackColor = System.Drawing.Color.White; this.labelMessage1.BackPictureBox = null; this.labelMessage1.BackPictureBox1 = null; this.labelMessage1.BackPictureBox2 = null; this.labelMessage1.BorderColor = System.Drawing.Color.Black; this.labelMessage1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage1.ForeColor = System.Drawing.Color.Black; this.labelMessage1.InitVisible = true; this.labelMessage1.LineSpacing = 0F; this.labelMessage1.Location = new System.Drawing.Point(75, 55); this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.Size = new System.Drawing.Size(350, 20); this.labelMessage1.TabIndex = 5; this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelMessage1.Wordwrap = false; // // labelMessage2 // this.labelMessage2.BackColor = System.Drawing.Color.White; this.labelMessage2.BackPictureBox = null; this.labelMessage2.BackPictureBox1 = null; this.labelMessage2.BackPictureBox2 = null; this.labelMessage2.BorderColor = System.Drawing.Color.Black; this.labelMessage2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelMessage2.ForeColor = System.Drawing.Color.Black; this.labelMessage2.InitVisible = true; this.labelMessage2.LineSpacing = 0F; this.labelMessage2.Location = new System.Drawing.Point(75, 81); this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.Size = new System.Drawing.Size(350, 20); this.labelMessage2.TabIndex = 6; this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelMessage2.Wordwrap = false; // // buttonOK // this.buttonOK.BackPictureBox = null; this.buttonOK.BackPictureBox1 = null; this.buttonOK.BackPictureBox2 = null; this.buttonOK.ButtonColor = System.Drawing.Color.DarkGray; this.buttonOK.ButtonImageAutoSize = true; this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonOK.DisableImage = null; this.buttonOK.DownImage = null; this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonOK.GroupID = 0; this.buttonOK.InitVisible = true; this.buttonOK.Location = new System.Drawing.Point(345, 128); this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonOK.Name = "buttonOK"; this.buttonOK.NestedClickEventPrevent = false; this.buttonOK.OutlinePixel = 1; this.buttonOK.RepeatInterval = 200; this.buttonOK.RepeatIntervalAccelerate = null; this.buttonOK.SafeInterval = 200; this.buttonOK.Size = new System.Drawing.Size(90, 25); this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonOK.TabIndex = 7; this.buttonOK.Text = "OK"; this.buttonOK.TextColor = System.Drawing.Color.Black; this.buttonOK.TextDownColor = System.Drawing.Color.White; this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonOK.TextLocation = new System.Drawing.Point(0, 0); this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonOK.UpImage = null; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // labelErrorCode // this.labelErrorCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.labelErrorCode.BackPictureBox = null; this.labelErrorCode.BackPictureBox1 = null; this.labelErrorCode.BackPictureBox2 = null; this.labelErrorCode.BorderColor = System.Drawing.Color.Black; this.labelErrorCode.BorderStyle = System.Windows.Forms.BorderStyle.None; this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.labelErrorCode.ForeColor = System.Drawing.Color.White; this.labelErrorCode.InitVisible = true; this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.Location = new System.Drawing.Point(17, 6); this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Size = new System.Drawing.Size(350, 20); this.labelErrorCode.TabIndex = 8; this.labelErrorCode.Text = "Error 0"; this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelErrorCode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top; this.labelErrorCode.Wordwrap = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Location = new System.Drawing.Point(17, 32); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(418, 90); // // pictureBox2 // this.pictureBox2.BackColor = System.Drawing.Color.White; this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(27, 56); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(42, 40); // // DialogFormMessage // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.ClientSize = new System.Drawing.Size(450, 155); this.ControlBox = false; this.Controls.Add(this.pictureBox2); this.Controls.Add(this.labelMessage2); this.Controls.Add(this.labelMessage1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.labelErrorCode); this.Controls.Add(this.buttonOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormMessage"; this.Text = "DialogFormMessage1"; this.ResumeLayout(false); } #endregion private SmartX.SmartLabel labelMessage1; private SmartX.SmartLabel labelMessage2; private SmartX.SmartButton buttonOK; private SmartX.SmartLabel labelErrorCode; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; } }