namespace INT63DC_2C.DialogForms { partial class DialogFormYesNo { /// /// 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(DialogFormYesNo)); this.buttonNo = new SmartX.SmartButton(); this.buttonYes = new SmartX.SmartButton(); this.labelMessage2 = new SmartX.SmartLabel(); this.smartForm1 = new SmartX.SmartForm(); this.labelMessage1 = new SmartX.SmartLabel(); this.labelErrorCode = new SmartX.SmartLabel(); 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(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.SuspendLayout(); // // buttonNo // this.buttonNo.BackPictureBox = null; this.buttonNo.BackPictureBox1 = null; this.buttonNo.BackPictureBox2 = null; this.buttonNo.ButtonColor = System.Drawing.Color.WhiteSmoke; this.buttonNo.ButtonImageAutoSize = true; this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonNo.DisableImage = null; this.buttonNo.DownImage = null; this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonNo.GroupID = 0; this.buttonNo.InitVisible = true; this.buttonNo.Location = new System.Drawing.Point(335, 135); this.buttonNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonNo.Name = "buttonNo"; this.buttonNo.NestedClickEventPrevent = false; this.buttonNo.OutlinePixel = 1; this.buttonNo.RepeatInterval = 200; this.buttonNo.RepeatIntervalAccelerate = null; this.buttonNo.SafeInterval = 200; this.buttonNo.Size = new System.Drawing.Size(100, 25); this.buttonNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonNo.TabIndex = 32; this.buttonNo.Text = "No"; this.buttonNo.TextColor = System.Drawing.Color.Black; this.buttonNo.TextDownColor = System.Drawing.Color.White; this.buttonNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonNo.TextLocation = new System.Drawing.Point(0, 0); this.buttonNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonNo.UpImage = null; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // buttonYes // this.buttonYes.BackPictureBox = null; this.buttonYes.BackPictureBox1 = null; this.buttonYes.BackPictureBox2 = null; this.buttonYes.ButtonColor = System.Drawing.Color.WhiteSmoke; this.buttonYes.ButtonImageAutoSize = true; this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonYes.DisableImage = null; this.buttonYes.DownImage = null; this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular); this.buttonYes.GroupID = 0; this.buttonYes.InitVisible = true; this.buttonYes.Location = new System.Drawing.Point(229, 135); this.buttonYes.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonYes.Name = "buttonYes"; this.buttonYes.NestedClickEventPrevent = false; this.buttonYes.OutlinePixel = 1; this.buttonYes.RepeatInterval = 200; this.buttonYes.RepeatIntervalAccelerate = null; this.buttonYes.SafeInterval = 200; this.buttonYes.Size = new System.Drawing.Size(100, 25); this.buttonYes.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonYes.TabIndex = 31; this.buttonYes.Text = "Yes"; this.buttonYes.TextColor = System.Drawing.Color.Black; this.buttonYes.TextDownColor = System.Drawing.Color.White; this.buttonYes.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonYes.TextLocation = new System.Drawing.Point(0, 0); this.buttonYes.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonYes.UpImage = null; this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click); // // labelMessage2 // this.labelMessage2.BackPictureBox = this.smartForm1; 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.InitVisible = true; this.labelMessage2.LineSpacing = 0F; this.labelMessage2.Location = new System.Drawing.Point(78, 90); this.labelMessage2.Name = "labelMessage2"; this.labelMessage2.Size = new System.Drawing.Size(350, 20); this.labelMessage2.TabIndex = 30; this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMessage2.Wordwrap = false; // // smartForm1 // this.smartForm1.CenterLocation = false; this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image"))); this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING; this.smartForm1.Location = new System.Drawing.Point(0, 0); this.smartForm1.MainForm = null; this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF; this.smartForm1.Name = "smartForm1"; this.smartForm1.Size = new System.Drawing.Size(450, 170); this.smartForm1.SpecialFunctionClickPointSize = 100; this.smartForm1.SuspendLayoutInterval = 1; // // labelMessage1 // this.labelMessage1.BackPictureBox = this.smartForm1; 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.InitVisible = true; this.labelMessage1.LineSpacing = 0F; this.labelMessage1.Location = new System.Drawing.Point(78, 60); this.labelMessage1.Name = "labelMessage1"; this.labelMessage1.Size = new System.Drawing.Size(350, 20); this.labelMessage1.TabIndex = 29; this.labelMessage1.Text = "COM2 port problem. Please contact a manufacturer."; this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMessage1.Wordwrap = false; // // labelErrorCode // this.labelErrorCode.BackColor = System.Drawing.Color.Gainsboro; this.labelErrorCode.BackPictureBox = this.smartForm1; 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.InitVisible = true; this.labelErrorCode.LineSpacing = 0F; this.labelErrorCode.Location = new System.Drawing.Point(0, 0); this.labelErrorCode.Name = "labelErrorCode"; this.labelErrorCode.Size = new System.Drawing.Size(450, 32); this.labelErrorCode.TabIndex = 28; this.labelErrorCode.Text = " Error 0"; this.labelErrorCode.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; this.labelErrorCode.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelErrorCode.Wordwrap = false; // // pictureBoxExclamation // this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image"))); this.pictureBoxExclamation.Location = new System.Drawing.Point(22, 60); 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(22, 60); 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(22, 60); 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(22, 60); this.pictureBoxQuestion.Name = "pictureBoxQuestion"; this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50); this.pictureBoxQuestion.Visible = false; // // DialogFormYesNo // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(200)))), ((int)(((byte)(250))))); this.ClientSize = new System.Drawing.Size(450, 170); this.ControlBox = false; this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonYes); this.Controls.Add(this.labelMessage2); this.Controls.Add(this.labelMessage1); this.Controls.Add(this.labelErrorCode); this.Controls.Add(this.pictureBoxExclamation); this.Controls.Add(this.pictureBoxHand); this.Controls.Add(this.pictureBoxAsterisk); this.Controls.Add(this.pictureBoxQuestion); this.Controls.Add(this.smartForm1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "DialogFormYesNo"; this.Text = "DialogFormYesNo1"; ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit(); this.ResumeLayout(false); } #endregion private SmartX.SmartButton buttonNo; private SmartX.SmartButton buttonYes; private SmartX.SmartLabel labelMessage2; private SmartX.SmartForm smartForm1; private SmartX.SmartLabel labelMessage1; private SmartX.SmartLabel labelErrorCode; private System.Windows.Forms.PictureBox pictureBoxExclamation; private System.Windows.Forms.PictureBox pictureBoxHand; private System.Windows.Forms.PictureBox pictureBoxAsterisk; private System.Windows.Forms.PictureBox pictureBoxQuestion; } }