187 lines
8.9 KiB
C#
187 lines
8.9 KiB
C#
namespace Cosmos.CommonManager
|
|
{
|
|
partial class frmCountdownMessageBox
|
|
{
|
|
/// <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()
|
|
{
|
|
this.btnEsc = new Cosmos.UI.CsmButton();
|
|
this.btnYes = new Cosmos.UI.CsmButton();
|
|
this.btnNo = new Cosmos.UI.CsmButton();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.lblMessage = new Cosmos.UI.CsmLabel();
|
|
this.tmrCountdown = new System.Windows.Forms.Timer();
|
|
this.picTabImg1 = new Cosmos.UI.CsmPictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.picTabImg1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnEsc
|
|
//
|
|
this.btnEsc.BackColor = System.Drawing.Color.Black;
|
|
this.btnEsc.BorderStyleReDraw = false;
|
|
this.btnEsc.ClickImage = null;
|
|
this.btnEsc.DefaultImage = null;
|
|
this.btnEsc.DisableImage = null;
|
|
this.btnEsc.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnEsc.ForeColor = System.Drawing.Color.White;
|
|
this.btnEsc.Location = new System.Drawing.Point(320, 329);
|
|
this.btnEsc.Name = "btnEsc";
|
|
this.btnEsc.OccupancyBar = 0;
|
|
this.btnEsc.OccupancyBar_Lv0 = null;
|
|
this.btnEsc.OccupancyBar_Lv1 = null;
|
|
this.btnEsc.OccupancyBar_Lv2 = null;
|
|
this.btnEsc.OccupancyBar_Lv3 = null;
|
|
this.btnEsc.OccupancyBar_Lv4 = null;
|
|
this.btnEsc.Size = new System.Drawing.Size(120, 40);
|
|
this.btnEsc.TabIndex = 8;
|
|
this.btnEsc.Text = "닫기[ESC]";
|
|
this.btnEsc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEsc.UseCompatibleTextRendering = true;
|
|
this.btnEsc.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnYes
|
|
//
|
|
this.btnYes.BackColor = System.Drawing.Color.Black;
|
|
this.btnYes.BorderStyleReDraw = false;
|
|
this.btnYes.ClickImage = null;
|
|
this.btnYes.DefaultImage = null;
|
|
this.btnYes.DisableImage = null;
|
|
this.btnYes.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnYes.ForeColor = System.Drawing.Color.White;
|
|
this.btnYes.Location = new System.Drawing.Point(391, 329);
|
|
this.btnYes.Name = "btnYes";
|
|
this.btnYes.OccupancyBar = 0;
|
|
this.btnYes.OccupancyBar_Lv0 = null;
|
|
this.btnYes.OccupancyBar_Lv1 = null;
|
|
this.btnYes.OccupancyBar_Lv2 = null;
|
|
this.btnYes.OccupancyBar_Lv3 = null;
|
|
this.btnYes.OccupancyBar_Lv4 = null;
|
|
this.btnYes.Size = new System.Drawing.Size(120, 40);
|
|
this.btnYes.TabIndex = 12;
|
|
this.btnYes.Text = "csmButton1";
|
|
this.btnYes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnYes.UseCompatibleTextRendering = true;
|
|
this.btnYes.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnNo
|
|
//
|
|
this.btnNo.BackColor = System.Drawing.Color.Black;
|
|
this.btnNo.BorderStyleReDraw = false;
|
|
this.btnNo.ClickImage = null;
|
|
this.btnNo.DefaultImage = null;
|
|
this.btnNo.DisableImage = null;
|
|
this.btnNo.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnNo.ForeColor = System.Drawing.Color.White;
|
|
this.btnNo.Location = new System.Drawing.Point(246, 329);
|
|
this.btnNo.Name = "btnNo";
|
|
this.btnNo.OccupancyBar = 0;
|
|
this.btnNo.OccupancyBar_Lv0 = null;
|
|
this.btnNo.OccupancyBar_Lv1 = null;
|
|
this.btnNo.OccupancyBar_Lv2 = null;
|
|
this.btnNo.OccupancyBar_Lv3 = null;
|
|
this.btnNo.OccupancyBar_Lv4 = null;
|
|
this.btnNo.Size = new System.Drawing.Size(120, 40);
|
|
this.btnNo.TabIndex = 13;
|
|
this.btnNo.Text = "csmButton2";
|
|
this.btnNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnNo.UseCompatibleTextRendering = true;
|
|
this.btnNo.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
this.lblTitle.BorderStyleReDraw = false;
|
|
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold);
|
|
this.lblTitle.ForeColor = System.Drawing.Color.Black;
|
|
this.lblTitle.Location = new System.Drawing.Point(6, 7);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(777, 49);
|
|
this.lblTitle.TabIndex = 11;
|
|
this.lblTitle.Text = "확인 메시지";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// lblMessage
|
|
//
|
|
this.lblMessage.BackColor = System.Drawing.Color.White;
|
|
this.lblMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblMessage.BorderStyleReDraw = false;
|
|
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblMessage.Location = new System.Drawing.Point(97, 62);
|
|
this.lblMessage.Name = "lblMessage";
|
|
this.lblMessage.Size = new System.Drawing.Size(667, 246);
|
|
this.lblMessage.TabIndex = 9;
|
|
this.lblMessage.Text = "csmLabel3";
|
|
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tmrCountdown
|
|
//
|
|
this.tmrCountdown.Interval = 1000;
|
|
this.tmrCountdown.Tick += new System.EventHandler(this.tmrCountdown_Tick);
|
|
//
|
|
// picTabImg1
|
|
//
|
|
this.picTabImg1.Location = new System.Drawing.Point(7, 62);
|
|
this.picTabImg1.Name = "picTabImg1";
|
|
this.picTabImg1.Size = new System.Drawing.Size(84, 86);
|
|
this.picTabImg1.TabIndex = 244;
|
|
this.picTabImg1.TabStop = false;
|
|
//
|
|
// frmCountdownMessageBox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|
this.Controls.Add(this.picTabImg1);
|
|
this.Controls.Add(this.btnNo);
|
|
this.Controls.Add(this.btnYes);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblMessage);
|
|
this.Controls.Add(this.btnEsc);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmCountdownMessageBox";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCountdownMessageBox_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmCountdownMessageBox_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picTabImg1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmButton btnEsc;
|
|
private UI.CsmLabel lblMessage;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmButton btnYes;
|
|
private UI.CsmButton btnNo;
|
|
private System.Windows.Forms.Timer tmrCountdown;
|
|
private UI.CsmPictureBox picTabImg1;
|
|
}
|
|
} |