namespace Cosmos.Win
{
partial class frmPopupCom
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPopupCom));
this.btnNo = new Cosmos.UI.CsmButton();
this.btnYes = new Cosmos.UI.CsmButton();
this.btnEsc = new Cosmos.UI.CsmButton();
this.txtBox = new Cosmos.UI.CsmPosEditBox();
this.rtbtext = new System.Windows.Forms.RichTextBox();
this.tmrCountdown = new System.Windows.Forms.Timer(this.components);
this.picBack = new System.Windows.Forms.PictureBox();
this.btnExit = new Cosmos.UI.CsmButton();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// btnNo
//
this.btnNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnNo.BorderStyleReDraw = false;
this.btnNo.ClickImage = null;
this.btnNo.DefaultImage = null;
this.btnNo.DisableImage = null;
this.btnNo.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnNo.ForeColor = System.Drawing.Color.White;
this.btnNo.Location = new System.Drawing.Point(433, 328);
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(100, 40);
this.btnNo.TabIndex = 253;
this.btnNo.Text = "csmButton2";
this.btnNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnNo.UseCompatibleTextRendering = true;
this.btnNo.Click += new System.EventHandler(this.btnOk_Click);
//
// btnYes
//
this.btnYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnYes.BorderStyleReDraw = false;
this.btnYes.ClickImage = null;
this.btnYes.DefaultImage = null;
this.btnYes.DisableImage = null;
this.btnYes.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnYes.ForeColor = System.Drawing.Color.White;
this.btnYes.Location = new System.Drawing.Point(277, 328);
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(100, 40);
this.btnYes.TabIndex = 252;
this.btnYes.Text = "csmButton1";
this.btnYes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnYes.UseCompatibleTextRendering = true;
this.btnYes.Click += new System.EventHandler(this.btnOk_Click);
//
// btnEsc
//
this.btnEsc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnEsc.BorderStyleReDraw = false;
this.btnEsc.ClickImage = null;
this.btnEsc.DefaultImage = null;
this.btnEsc.DisableImage = null;
this.btnEsc.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnEsc.ForeColor = System.Drawing.Color.White;
this.btnEsc.Location = new System.Drawing.Point(356, 328);
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(100, 40);
this.btnEsc.TabIndex = 251;
this.btnEsc.Text = "닫기[ESC]";
this.btnEsc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEsc.UseCompatibleTextRendering = true;
this.btnEsc.Click += new System.EventHandler(this.btnOk_Click);
//
// txtBox
//
this.txtBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.txtBox.BorderLineColor = System.Drawing.Color.White;
this.txtBox.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NONE;
this.txtBox.BorderStyleReDraw = false;
this.txtBox.ClearFlag = false;
this.txtBox.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
this.txtBox.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(234)))), ((int)(((byte)(226)))));
this.txtBox.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBox.InputType = Cosmos.UI.InputType.Digit;
this.txtBox.InputTypeFormat = "";
this.txtBox.Location = new System.Drawing.Point(736, 135);
this.txtBox.Margin = new System.Windows.Forms.Padding(5);
this.txtBox.MaxLength = 32767;
this.txtBox.MaxLengthAutoEnd = false;
this.txtBox.MaxLengthForKeyIn = 32767;
this.txtBox.MaxLengthForNumpad = 32767;
this.txtBox.Name = "txtBox";
this.txtBox.PasswordChar = '\0';
this.txtBox.ReadOnly = false;
this.txtBox.Size = new System.Drawing.Size(10, 10);
this.txtBox.TabIndex = 255;
this.txtBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtBox.UseDualMaxLength = false;
this.txtBox.Value = "";
this.txtBox.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtBox_EditBoxKeyDownEvent);
//
// rtbtext
//
this.rtbtext.BackColor = System.Drawing.Color.White;
this.rtbtext.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rtbtext.Font = new System.Drawing.Font("나눔스퀘어 Bold", 18.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.rtbtext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(9)))), ((int)(((byte)(9)))));
this.rtbtext.Location = new System.Drawing.Point(12, 91);
this.rtbtext.Name = "rtbtext";
this.rtbtext.ReadOnly = true;
this.rtbtext.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtbtext.Size = new System.Drawing.Size(764, 174);
this.rtbtext.TabIndex = 254;
this.rtbtext.Text = "가가가나다라마사가가나다라마사가가나다라마사가가나다라마사가나다라마사아가나다라마사아차카타마바하가나다라마사아차카타마바하차카타마바하가나다라마사아차카타마바하" +
"가나다라마사아차카타마바하가나다라마사아차카타마바하가나다라마사아차카타마바하가나다라마사아차카타마바하가나다라마사아차카타마바하나다라마사아차카타마바하";
this.rtbtext.Enter += new System.EventHandler(this.rtbtext_Enter);
//
// tmrCountdown
//
this.tmrCountdown.Interval = 1000;
this.tmrCountdown.Tick += new System.EventHandler(this.tmrCountdown_Tick);
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
this.picBack.ErrorImage = null;
this.picBack.Image = ((System.Drawing.Image)(resources.GetObject("picBack.Image")));
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(790, 402);
this.picBack.TabIndex = 256;
this.picBack.TabStop = false;
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BorderStyleReDraw = false;
this.btnExit.ClickImage = null;
this.btnExit.DefaultImage = null;
this.btnExit.DisableImage = null;
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(726, 0);
this.btnExit.Name = "btnExit";
this.btnExit.OccupancyBar = 0;
this.btnExit.OccupancyBar_Lv0 = null;
this.btnExit.OccupancyBar_Lv1 = null;
this.btnExit.OccupancyBar_Lv2 = null;
this.btnExit.OccupancyBar_Lv3 = null;
this.btnExit.OccupancyBar_Lv4 = null;
this.btnExit.Size = new System.Drawing.Size(58, 51);
this.btnExit.TabIndex = 471;
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.UseCompatibleTextRendering = true;
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold);
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(12, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(714, 51);
this.lblTitle.TabIndex = 470;
this.lblTitle.Text = "메세지";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(7, 62);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(773, 235);
this.panel1.TabIndex = 472;
//
// frmPopupCom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(91)))), ((int)(((byte)(91)))), ((int)(((byte)(91)))));
this.ClientSize = new System.Drawing.Size(788, 404);
this.Controls.Add(this.btnYes);
this.Controls.Add(this.btnNo);
this.Controls.Add(this.btnEsc);
this.Controls.Add(this.rtbtext);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.txtBox);
this.Controls.Add(this.panel1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmPopupCom";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BrPopupBiz";
this.Activated += new System.EventHandler(this.BrPopupBiz_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BrPopupBiz_FormClosing);
this.Load += new System.EventHandler(this.BrPopupBiz_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnNo;
private UI.CsmButton btnYes;
private UI.CsmButton btnEsc;
private UI.CsmPosEditBox txtBox;
private System.Windows.Forms.RichTextBox rtbtext;
private System.Windows.Forms.Timer tmrCountdown;
private System.Windows.Forms.PictureBox picBack;
protected UI.CsmButton btnExit;
private UI.CsmLabel lblTitle;
private System.Windows.Forms.Panel panel1;
}
}