246 lines
14 KiB
C#
246 lines
14 KiB
C#
namespace INT_LKD.DialogForms
|
|
{
|
|
partial class DialogFormYesNo
|
|
{
|
|
/// <summary>
|
|
/// 필수 디자이너 변수입니다.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
|
/// </summary>
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
|
|
/// <summary>
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormYesNo));
|
|
this.buttonYes = new SmartX.SmartButton();
|
|
this.buttonNo = new SmartX.SmartButton();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
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.labelMessage1 = new SmartX.SmartLabel();
|
|
this.labelMessage2 = new SmartX.SmartLabel();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonYes
|
|
//
|
|
this.buttonYes.BackGround = null;
|
|
this.buttonYes.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonYes.ButtonColor = System.Drawing.Color.Silver;
|
|
this.buttonYes.ButtonDownColor = System.Drawing.Color.Silver;
|
|
this.buttonYes.ButtonImageAutoSize = true;
|
|
this.buttonYes.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
|
|
this.buttonYes.ButtonText = "Yes";
|
|
this.buttonYes.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonYes.GroupID = 0;
|
|
this.buttonYes.ImageDisable = null;
|
|
this.buttonYes.ImageDown = null;
|
|
this.buttonYes.ImageUp = null;
|
|
this.buttonYes.Location = new System.Drawing.Point(249, 122);
|
|
this.buttonYes.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonYes.Name = "buttonYes";
|
|
this.buttonYes.NestedClickEventPrevent = false;
|
|
this.buttonYes.OutlinePixel = 2;
|
|
this.buttonYes.OverlapOptimize = true;
|
|
this.buttonYes.RepeatInterval = 200;
|
|
this.buttonYes.RepeatIntervalAccelerate = null;
|
|
this.buttonYes.RoundSize = 10;
|
|
this.buttonYes.SafeInterval = 200;
|
|
this.buttonYes.Size = new System.Drawing.Size(90, 25);
|
|
this.buttonYes.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonYes.TabIndex = 1;
|
|
this.buttonYes.Text = null;
|
|
this.buttonYes.TextColor = System.Drawing.Color.Black;
|
|
this.buttonYes.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonYes.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonYes.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonYes.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click);
|
|
//
|
|
// buttonNo
|
|
//
|
|
this.buttonNo.BackGround = null;
|
|
this.buttonNo.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.buttonNo.ButtonColor = System.Drawing.Color.Silver;
|
|
this.buttonNo.ButtonDownColor = System.Drawing.Color.Silver;
|
|
this.buttonNo.ButtonImageAutoSize = true;
|
|
this.buttonNo.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
|
|
this.buttonNo.ButtonText = "No";
|
|
this.buttonNo.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.buttonNo.GroupID = 0;
|
|
this.buttonNo.ImageDisable = null;
|
|
this.buttonNo.ImageDown = null;
|
|
this.buttonNo.ImageUp = null;
|
|
this.buttonNo.Location = new System.Drawing.Point(345, 122);
|
|
this.buttonNo.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonNo.Name = "buttonNo";
|
|
this.buttonNo.NestedClickEventPrevent = false;
|
|
this.buttonNo.OutlinePixel = 2;
|
|
this.buttonNo.OverlapOptimize = true;
|
|
this.buttonNo.RepeatInterval = 200;
|
|
this.buttonNo.RepeatIntervalAccelerate = null;
|
|
this.buttonNo.RoundSize = 10;
|
|
this.buttonNo.SafeInterval = 200;
|
|
this.buttonNo.Size = new System.Drawing.Size(90, 25);
|
|
this.buttonNo.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonNo.TabIndex = 2;
|
|
this.buttonNo.Text = null;
|
|
this.buttonNo.TextColor = System.Drawing.Color.Black;
|
|
this.buttonNo.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonNo.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonNo.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonNo.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click);
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackGround = null;
|
|
this.smartGroupBox1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.smartGroupBox1.BackImage = null;
|
|
this.smartGroupBox1.Controls.Add(this.buttonYes);
|
|
this.smartGroupBox1.Controls.Add(this.buttonNo);
|
|
this.smartGroupBox1.Controls.Add(this.pictureBoxExclamation);
|
|
this.smartGroupBox1.Controls.Add(this.pictureBoxHand);
|
|
this.smartGroupBox1.Controls.Add(this.pictureBoxAsterisk);
|
|
this.smartGroupBox1.Controls.Add(this.pictureBoxQuestion);
|
|
this.smartGroupBox1.Controls.Add(this.labelMessage1);
|
|
this.smartGroupBox1.Controls.Add(this.labelMessage2);
|
|
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.smartGroupBox1.FrameLineThickness = 2;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.HeaderBar;
|
|
this.smartGroupBox1.HeaderHeightOffset = 12;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(450, 155);
|
|
this.smartGroupBox1.TabIndex = 7;
|
|
this.smartGroupBox1.Text = "ErrorCode";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.White;
|
|
//
|
|
// pictureBoxExclamation
|
|
//
|
|
this.pictureBoxExclamation.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxExclamation.Image")));
|
|
this.pictureBoxExclamation.Location = new System.Drawing.Point(20, 55);
|
|
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(20, 55);
|
|
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(20, 55);
|
|
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(20, 55);
|
|
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
|
|
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
|
|
//
|
|
// labelMessage1
|
|
//
|
|
this.labelMessage1.BackGround = null;
|
|
this.labelMessage1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.labelMessage1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelMessage1.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelMessage1.LineSpacing = 0F;
|
|
this.labelMessage1.Location = new System.Drawing.Point(76, 61);
|
|
this.labelMessage1.Name = "labelMessage1";
|
|
this.labelMessage1.OverlapOptimize = true;
|
|
this.labelMessage1.PasswordChar = '\0';
|
|
this.labelMessage1.Radius = 3;
|
|
this.labelMessage1.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelMessage1.Size = new System.Drawing.Size(346, 20);
|
|
this.labelMessage1.TabIndex = 4;
|
|
this.labelMessage1.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
|
|
this.labelMessage1.TextColor = System.Drawing.Color.Black;
|
|
this.labelMessage1.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelMessage1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelMessage1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelMessage1.Wordwrap = false;
|
|
//
|
|
// labelMessage2
|
|
//
|
|
this.labelMessage2.BackGround = null;
|
|
this.labelMessage2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.labelMessage2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(42)))), ((int)(((byte)(82)))));
|
|
this.labelMessage2.BorderStyle = SmartX.SmartLabel.BorderStyles.None;
|
|
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
|
this.labelMessage2.LineSpacing = 0F;
|
|
this.labelMessage2.Location = new System.Drawing.Point(76, 87);
|
|
this.labelMessage2.Name = "labelMessage2";
|
|
this.labelMessage2.OverlapOptimize = true;
|
|
this.labelMessage2.PasswordChar = '\0';
|
|
this.labelMessage2.Radius = 3;
|
|
this.labelMessage2.RoundRectFillColor = System.Drawing.Color.LightBlue;
|
|
this.labelMessage2.Size = new System.Drawing.Size(346, 42);
|
|
this.labelMessage2.TabIndex = 5;
|
|
this.labelMessage2.Text = "소수점을 변경하면 랜덤모드 설정값이 초기화됩니다.";
|
|
this.labelMessage2.TextColor = System.Drawing.Color.Black;
|
|
this.labelMessage2.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.labelMessage2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelMessage2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Top;
|
|
this.labelMessage2.Wordwrap = false;
|
|
//
|
|
// DialogFormYesNo
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.ClientSize = new System.Drawing.Size(450, 155);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormYesNo";
|
|
this.Text = "DialogFormYesNo";
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartButton buttonYes;
|
|
private SmartX.SmartButton buttonNo;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartLabel labelMessage1;
|
|
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;
|
|
}
|
|
} |