214 lines
11 KiB
C#
214 lines
11 KiB
C#
namespace ITC81DB.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.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.labelMessage2 = new SmartX.SmartLabel();
|
|
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, 59);
|
|
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);
|
|
//
|
|
// 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);
|
|
//
|
|
// 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, 81);
|
|
this.labelMessage2.Name = "labelMessage2";
|
|
this.labelMessage2.Size = new System.Drawing.Size(350, 41);
|
|
this.labelMessage2.TabIndex = 14;
|
|
this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelMessage2.Wordwrap = true;
|
|
//
|
|
// 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.labelMessage2);
|
|
this.Controls.Add(this.pictureBox2);
|
|
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 System.Windows.Forms.PictureBox pictureBox2;
|
|
private SmartX.SmartLabel labelMessage2;
|
|
}
|
|
} |