spc-kiosk-pb/Library/CommonManager/frmMessageBox.Designer.cs

201 lines
9.7 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.CommonManager
{
partial class frmMessageBox
{
/// <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.components = new System.ComponentModel.Container();
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.tmrSoundOn = new System.Windows.Forms.Timer(this.components);
this.tmrCountDown = new System.Windows.Forms.Timer(this.components);
this.lblMessage2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnEsc
//
this.btnEsc.BackColor = System.Drawing.Color.Black;
this.btnEsc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnEsc.BorderStyleReDraw = false;
this.btnEsc.ClickImage = null;
this.btnEsc.DefaultImage = null;
this.btnEsc.DisableImage = null;
this.btnEsc.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(333, 162);
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(121, 37);
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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnYes.BorderStyleReDraw = false;
this.btnYes.ClickImage = null;
this.btnYes.DefaultImage = null;
this.btnYes.DisableImage = null;
this.btnYes.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(254, 162);
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(121, 37);
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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnNo.BorderStyleReDraw = false;
this.btnNo.ClickImage = null;
this.btnNo.DefaultImage = null;
this.btnNo.DisableImage = null;
this.btnNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 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(410, 162);
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(121, 37);
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)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(6, 5);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(776, 46);
this.lblTitle.TabIndex = 11;
this.lblTitle.Text = "확인 메시지";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblTitle_MouseDown);
this.lblTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblTitle_MouseMove);
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.White;
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold);
this.lblMessage.Location = new System.Drawing.Point(8, 56);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(772, 101);
this.lblMessage.TabIndex = 9;
this.lblMessage.Text = "csmLabel3";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tmrSoundOn
//
this.tmrSoundOn.Interval = 200;
this.tmrSoundOn.Tick += new System.EventHandler(this.tmrSoundOn_Tick);
//
// tmrCountDown
//
this.tmrCountDown.Interval = 1000;
this.tmrCountDown.Tick += new System.EventHandler(this.tmrCountDown_Tick);
//
// lblMessage2
//
this.lblMessage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F);
this.lblMessage2.Location = new System.Drawing.Point(8, 162);
this.lblMessage2.Name = "lblMessage2";
this.lblMessage2.Size = new System.Drawing.Size(122, 30);
this.lblMessage2.TabIndex = 15;
this.lblMessage2.Text = "label1";
this.lblMessage2.Visible = false;
//
// frmMessageBox
//
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(789, 212);
this.Controls.Add(this.lblMessage2);
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.KeyPreview = true;
this.Name = "frmMessageBox";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMessageBox_FormClosing);
this.Load += new System.EventHandler(this.frmMessageBox_Load);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmMessageBox_KeyUp);
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 tmrSoundOn;
private System.Windows.Forms.Timer tmrCountDown;
private System.Windows.Forms.Label lblMessage2;
}
}