233 lines
13 KiB
C#
233 lines
13 KiB
C#
namespace INT_PT002.DialogForms
|
|
{
|
|
partial class DialogFormMessage
|
|
{
|
|
/// <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(DialogFormMessage));
|
|
this.buttonOK = new SmartX.SmartButton();
|
|
this.labelMessage1 = new SmartX.SmartLabel();
|
|
this.labelMessage2 = new SmartX.SmartLabel();
|
|
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.timerAutoClose = new System.Windows.Forms.Timer();
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonOK
|
|
//
|
|
this.buttonOK.BackGround = null;
|
|
this.buttonOK.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(110)))), ((int)(((byte)(165)))));
|
|
this.buttonOK.ButtonColor = System.Drawing.Color.Silver;
|
|
this.buttonOK.ButtonDownColor = System.Drawing.Color.Silver;
|
|
this.buttonOK.ButtonImageAutoSize = true;
|
|
this.buttonOK.ButtonStyle = SmartX.SmartButton.ButtonStyles.Round3D;
|
|
this.buttonOK.ButtonText = "OK";
|
|
this.buttonOK.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonOK.GroupID = 0;
|
|
this.buttonOK.ImageDisable = null;
|
|
this.buttonOK.ImageDown = null;
|
|
this.buttonOK.ImageUp = null;
|
|
this.buttonOK.Location = new System.Drawing.Point(345, 126);
|
|
this.buttonOK.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonOK.Name = "buttonOK";
|
|
this.buttonOK.NestedClickEventPrevent = false;
|
|
this.buttonOK.OutlinePixel = 2;
|
|
this.buttonOK.OverlapOptimize = true;
|
|
this.buttonOK.RepeatInterval = 200;
|
|
this.buttonOK.RepeatIntervalAccelerate = null;
|
|
this.buttonOK.RoundSize = 10;
|
|
this.buttonOK.SafeInterval = 200;
|
|
this.buttonOK.Size = new System.Drawing.Size(90, 25);
|
|
this.buttonOK.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonOK.TabIndex = 2;
|
|
this.buttonOK.Text = null;
|
|
this.buttonOK.TextColor = System.Drawing.Color.Black;
|
|
this.buttonOK.TextColorDisable = System.Drawing.Color.Gray;
|
|
this.buttonOK.TextDownColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(238)))), ((int)(((byte)(255)))));
|
|
this.buttonOK.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonOK.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
|
|
//
|
|
// 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("New Gulim", 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("New Gulim", 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;
|
|
//
|
|
// 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.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.buttonOK);
|
|
this.smartGroupBox1.Controls.Add(this.labelMessage2);
|
|
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 = 6;
|
|
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);
|
|
//
|
|
// timerAutoClose
|
|
//
|
|
this.timerAutoClose.Interval = 1000;
|
|
this.timerAutoClose.Tick += new System.EventHandler(this.timerAutoClose_Tick);
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.BackGroundFillStyle = SmartXUIBase.SmartUIControlFormBase.BackGroundFillStyles.GradationColor1;
|
|
this.smartForm1.BackImage = ((System.Drawing.Image)(resources.GetObject("smartForm1.BackImage")));
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.GradationColorBottom = System.Drawing.Color.Gray;
|
|
this.smartForm1.GradationColorTop = System.Drawing.Color.White;
|
|
this.smartForm1.LCDDirection = SmartXUIBase.SmartUIControlFormBase.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartXUIBase.SmartUIControlFormBase.LCDRESOLUTION.CUSTOMIZING;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartXUIBase.SmartUIControlFormBase.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(450, 155);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.UseMainMenu = false;
|
|
//
|
|
// DialogFormMessage
|
|
//
|
|
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.Controls.Add(this.smartForm1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormMessage";
|
|
this.Text = "DialogFormYesNo";
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartButton buttonOK;
|
|
private SmartX.SmartLabel labelMessage1;
|
|
private SmartX.SmartLabel labelMessage2;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private System.Windows.Forms.PictureBox pictureBoxExclamation;
|
|
private System.Windows.Forms.PictureBox pictureBoxHand;
|
|
private System.Windows.Forms.PictureBox pictureBoxAsterisk;
|
|
private System.Windows.Forms.PictureBox pictureBoxQuestion;
|
|
private System.Windows.Forms.Timer timerAutoClose;
|
|
private SmartX.SmartForm smartForm1;
|
|
}
|
|
} |