243 lines
13 KiB
C#
243 lines
13 KiB
C#
namespace ITC81DB_0H.DialogForms
|
|
{
|
|
partial class DialogFormYesNo
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormYesNo));
|
|
this.labelMessage1 = new SmartX.SmartLabel();
|
|
this.buttonYes = new SmartX.SmartButton();
|
|
this.buttonNo = new SmartX.SmartButton();
|
|
this.labelErrorCode = new SmartX.SmartLabel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.labelMessage2 = 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();
|
|
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, 61);
|
|
this.labelMessage1.Name = "labelMessage1";
|
|
this.labelMessage1.Size = new System.Drawing.Size(360, 20);
|
|
this.labelMessage1.TabIndex = 9;
|
|
this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
|
|
this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelMessage1.Wordwrap = false;
|
|
//
|
|
// buttonYes
|
|
//
|
|
this.buttonYes.BackPictureBox = null;
|
|
this.buttonYes.BackPictureBox1 = null;
|
|
this.buttonYes.BackPictureBox2 = null;
|
|
this.buttonYes.ButtonColor = System.Drawing.Color.DarkGray;
|
|
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(249, 128);
|
|
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(90, 25);
|
|
this.buttonYes.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonYes.TabIndex = 10;
|
|
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);
|
|
//
|
|
// buttonNo
|
|
//
|
|
this.buttonNo.BackPictureBox = null;
|
|
this.buttonNo.BackPictureBox1 = null;
|
|
this.buttonNo.BackPictureBox2 = null;
|
|
this.buttonNo.ButtonColor = System.Drawing.Color.DarkGray;
|
|
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(345, 128);
|
|
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(90, 25);
|
|
this.buttonNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonNo.TabIndex = 11;
|
|
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);
|
|
//
|
|
// 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(418, 20);
|
|
this.labelErrorCode.TabIndex = 12;
|
|
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);
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.Black;
|
|
this.labelMessage2.InitVisible = true;
|
|
this.labelMessage2.LineSpacing = 0F;
|
|
this.labelMessage2.Location = new System.Drawing.Point(75, 83);
|
|
this.labelMessage2.Name = "labelMessage2";
|
|
this.labelMessage2.Size = new System.Drawing.Size(350, 20);
|
|
this.labelMessage2.TabIndex = 14;
|
|
this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelMessage2.Wordwrap = false;
|
|
//
|
|
// pictureBoxExclamation
|
|
//
|
|
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
|
|
this.pictureBoxExclamation.Location = new System.Drawing.Point(23, 53);
|
|
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(23, 53);
|
|
this.pictureBoxHand.Name = "pictureBoxHand";
|
|
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
|
|
//
|
|
// pictureBoxAsterisk
|
|
//
|
|
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
|
|
this.pictureBoxAsterisk.Location = new System.Drawing.Point(23, 53);
|
|
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
|
|
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
|
|
//
|
|
// pictureBoxQuestion
|
|
//
|
|
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
|
|
this.pictureBoxQuestion.Location = new System.Drawing.Point(23, 53);
|
|
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
|
|
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
|
|
//
|
|
// DialogFormYesNo
|
|
//
|
|
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.pictureBoxExclamation);
|
|
this.Controls.Add(this.pictureBoxHand);
|
|
this.Controls.Add(this.pictureBoxAsterisk);
|
|
this.Controls.Add(this.pictureBoxQuestion);
|
|
this.Controls.Add(this.labelMessage2);
|
|
this.Controls.Add(this.labelErrorCode);
|
|
this.Controls.Add(this.buttonNo);
|
|
this.Controls.Add(this.buttonYes);
|
|
this.Controls.Add(this.labelMessage1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormYesNo";
|
|
this.Text = "DialogFormYesNo1";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartLabel labelMessage1;
|
|
private SmartX.SmartButton buttonYes;
|
|
private SmartX.SmartButton buttonNo;
|
|
private SmartX.SmartLabel labelErrorCode;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private SmartX.SmartLabel labelMessage2;
|
|
private System.Windows.Forms.PictureBox pictureBoxExclamation;
|
|
private System.Windows.Forms.PictureBox pictureBoxHand;
|
|
private System.Windows.Forms.PictureBox pictureBoxAsterisk;
|
|
private System.Windows.Forms.PictureBox pictureBoxQuestion;
|
|
}
|
|
} |