namespace Cosmos.Win
{
partial class frmSalCalc
{
///
/// 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.picBack = new System.Windows.Forms.PictureBox();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnExit = new Cosmos.UI.CsmLabel();
this.txtResult = new Cosmos.UI.CsmPosEditBox();
this.txtCalc = new System.Windows.Forms.TextBox();
this.btnAdd = new Cosmos.UI.CsmButton();
this.btnMinus = new Cosmos.UI.CsmButton();
this.btnMultple = new Cosmos.UI.CsmButton();
this.btnDivision = new Cosmos.UI.CsmButton();
this.btn7 = new Cosmos.UI.CsmButton();
this.btn8 = new Cosmos.UI.CsmButton();
this.btn9 = new Cosmos.UI.CsmButton();
this.btn4 = new Cosmos.UI.CsmButton();
this.btn5 = new Cosmos.UI.CsmButton();
this.btn6 = new Cosmos.UI.CsmButton();
this.btnClear = new Cosmos.UI.CsmButton();
this.btn1 = new Cosmos.UI.CsmButton();
this.btn2 = new Cosmos.UI.CsmButton();
this.btn3 = new Cosmos.UI.CsmButton();
this.btn0 = new Cosmos.UI.CsmButton();
this.btn00 = new Cosmos.UI.CsmButton();
this.btnDot = new Cosmos.UI.CsmButton();
this.btnEnter = new Cosmos.UI.CsmButton();
this.txtInputNum = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(788, 402);
this.picBack.TabIndex = 394;
this.picBack.TabStop = false;
//
// 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(16, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(714, 50);
this.lblTitle.TabIndex = 468;
this.lblTitle.Text = "계산기";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BorderStyleReDraw = false;
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 469;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// txtResult
//
this.txtResult.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtResult.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
this.txtResult.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtResult.BorderStyleReDraw = false;
this.txtResult.ClearFlag = false;
this.txtResult.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtResult.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
this.txtResult.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
this.txtResult.InputType = Cosmos.UI.InputType.Digit;
this.txtResult.InputTypeFormat = "";
this.txtResult.Location = new System.Drawing.Point(21, 345);
this.txtResult.Margin = new System.Windows.Forms.Padding(5);
this.txtResult.MaxLength = 37;
this.txtResult.MaxLengthAutoEnd = false;
this.txtResult.MaxLengthForKeyIn = 32767;
this.txtResult.MaxLengthForNumpad = 32767;
this.txtResult.Name = "txtResult";
this.txtResult.PasswordChar = '\0';
this.txtResult.ReadOnly = true;
this.txtResult.Size = new System.Drawing.Size(407, 30);
this.txtResult.TabIndex = 472;
this.txtResult.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtResult.UseDualMaxLength = false;
this.txtResult.Value = "";
//
// txtCalc
//
this.txtCalc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtCalc.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtCalc.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
this.txtCalc.Location = new System.Drawing.Point(21, 107);
this.txtCalc.MaxLength = 4000;
this.txtCalc.Multiline = true;
this.txtCalc.Name = "txtCalc";
this.txtCalc.ReadOnly = true;
this.txtCalc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtCalc.Size = new System.Drawing.Size(407, 233);
this.txtCalc.TabIndex = 473;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAdd.BorderStyleReDraw = false;
this.btnAdd.ClickImage = null;
this.btnAdd.DefaultImage = null;
this.btnAdd.DisableImage = null;
this.btnAdd.Font = new System.Drawing.Font("나눔스퀘어", 15.75F);
this.btnAdd.ForeColor = System.Drawing.Color.Black;
this.btnAdd.Location = new System.Drawing.Point(444, 71);
this.btnAdd.Name = "btnAdd";
this.btnAdd.OccupancyBar = 0;
this.btnAdd.OccupancyBar_Lv0 = null;
this.btnAdd.OccupancyBar_Lv1 = null;
this.btnAdd.OccupancyBar_Lv2 = null;
this.btnAdd.OccupancyBar_Lv3 = null;
this.btnAdd.OccupancyBar_Lv4 = null;
this.btnAdd.Size = new System.Drawing.Size(80, 60);
this.btnAdd.TabIndex = 474;
this.btnAdd.Text = "+";
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAdd.UseCompatibleTextRendering = true;
this.btnAdd.Click += new System.EventHandler(this.btnOper_Click);
//
// btnMinus
//
this.btnMinus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnMinus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnMinus.BorderStyleReDraw = false;
this.btnMinus.ClickImage = null;
this.btnMinus.DefaultImage = null;
this.btnMinus.DisableImage = null;
this.btnMinus.Font = new System.Drawing.Font("나눔스퀘어", 15.75F);
this.btnMinus.ForeColor = System.Drawing.Color.Black;
this.btnMinus.Location = new System.Drawing.Point(525, 71);
this.btnMinus.Name = "btnMinus";
this.btnMinus.OccupancyBar = 0;
this.btnMinus.OccupancyBar_Lv0 = null;
this.btnMinus.OccupancyBar_Lv1 = null;
this.btnMinus.OccupancyBar_Lv2 = null;
this.btnMinus.OccupancyBar_Lv3 = null;
this.btnMinus.OccupancyBar_Lv4 = null;
this.btnMinus.Size = new System.Drawing.Size(80, 60);
this.btnMinus.TabIndex = 475;
this.btnMinus.Text = "-";
this.btnMinus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMinus.UseCompatibleTextRendering = true;
this.btnMinus.Click += new System.EventHandler(this.btnOper_Click);
//
// btnMultple
//
this.btnMultple.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnMultple.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnMultple.BorderStyleReDraw = false;
this.btnMultple.ClickImage = null;
this.btnMultple.DefaultImage = null;
this.btnMultple.DisableImage = null;
this.btnMultple.Font = new System.Drawing.Font("나눔스퀘어", 15.75F);
this.btnMultple.ForeColor = System.Drawing.Color.Black;
this.btnMultple.Location = new System.Drawing.Point(606, 71);
this.btnMultple.Name = "btnMultple";
this.btnMultple.OccupancyBar = 0;
this.btnMultple.OccupancyBar_Lv0 = null;
this.btnMultple.OccupancyBar_Lv1 = null;
this.btnMultple.OccupancyBar_Lv2 = null;
this.btnMultple.OccupancyBar_Lv3 = null;
this.btnMultple.OccupancyBar_Lv4 = null;
this.btnMultple.Size = new System.Drawing.Size(80, 60);
this.btnMultple.TabIndex = 476;
this.btnMultple.Text = "/";
this.btnMultple.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnMultple.UseCompatibleTextRendering = true;
this.btnMultple.Click += new System.EventHandler(this.btnOper_Click);
//
// btnDivision
//
this.btnDivision.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnDivision.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDivision.BorderStyleReDraw = false;
this.btnDivision.ClickImage = null;
this.btnDivision.DefaultImage = null;
this.btnDivision.DisableImage = null;
this.btnDivision.Font = new System.Drawing.Font("나눔스퀘어", 15.75F);
this.btnDivision.ForeColor = System.Drawing.Color.Black;
this.btnDivision.Location = new System.Drawing.Point(687, 71);
this.btnDivision.Name = "btnDivision";
this.btnDivision.OccupancyBar = 0;
this.btnDivision.OccupancyBar_Lv0 = null;
this.btnDivision.OccupancyBar_Lv1 = null;
this.btnDivision.OccupancyBar_Lv2 = null;
this.btnDivision.OccupancyBar_Lv3 = null;
this.btnDivision.OccupancyBar_Lv4 = null;
this.btnDivision.Size = new System.Drawing.Size(80, 60);
this.btnDivision.TabIndex = 477;
this.btnDivision.Text = "*";
this.btnDivision.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDivision.UseCompatibleTextRendering = true;
this.btnDivision.Click += new System.EventHandler(this.btnOper_Click);
//
// btn7
//
this.btn7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn7.BorderStyleReDraw = false;
this.btn7.ClickImage = null;
this.btn7.DefaultImage = null;
this.btn7.DisableImage = null;
this.btn7.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn7.ForeColor = System.Drawing.Color.Black;
this.btn7.Location = new System.Drawing.Point(444, 132);
this.btn7.Name = "btn7";
this.btn7.OccupancyBar = 0;
this.btn7.OccupancyBar_Lv0 = null;
this.btn7.OccupancyBar_Lv1 = null;
this.btn7.OccupancyBar_Lv2 = null;
this.btn7.OccupancyBar_Lv3 = null;
this.btn7.OccupancyBar_Lv4 = null;
this.btn7.Size = new System.Drawing.Size(80, 60);
this.btn7.TabIndex = 478;
this.btn7.Text = "7";
this.btn7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn7.UseCompatibleTextRendering = true;
this.btn7.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn8
//
this.btn8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn8.BorderStyleReDraw = false;
this.btn8.ClickImage = null;
this.btn8.DefaultImage = null;
this.btn8.DisableImage = null;
this.btn8.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn8.ForeColor = System.Drawing.Color.Black;
this.btn8.Location = new System.Drawing.Point(525, 132);
this.btn8.Name = "btn8";
this.btn8.OccupancyBar = 0;
this.btn8.OccupancyBar_Lv0 = null;
this.btn8.OccupancyBar_Lv1 = null;
this.btn8.OccupancyBar_Lv2 = null;
this.btn8.OccupancyBar_Lv3 = null;
this.btn8.OccupancyBar_Lv4 = null;
this.btn8.Size = new System.Drawing.Size(80, 60);
this.btn8.TabIndex = 479;
this.btn8.Text = "8";
this.btn8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn8.UseCompatibleTextRendering = true;
this.btn8.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn9
//
this.btn9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn9.BorderStyleReDraw = false;
this.btn9.ClickImage = null;
this.btn9.DefaultImage = null;
this.btn9.DisableImage = null;
this.btn9.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn9.ForeColor = System.Drawing.Color.Black;
this.btn9.Location = new System.Drawing.Point(606, 132);
this.btn9.Name = "btn9";
this.btn9.OccupancyBar = 0;
this.btn9.OccupancyBar_Lv0 = null;
this.btn9.OccupancyBar_Lv1 = null;
this.btn9.OccupancyBar_Lv2 = null;
this.btn9.OccupancyBar_Lv3 = null;
this.btn9.OccupancyBar_Lv4 = null;
this.btn9.Size = new System.Drawing.Size(80, 60);
this.btn9.TabIndex = 480;
this.btn9.Text = "9";
this.btn9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn9.UseCompatibleTextRendering = true;
this.btn9.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn4
//
this.btn4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn4.BorderStyleReDraw = false;
this.btn4.ClickImage = null;
this.btn4.DefaultImage = null;
this.btn4.DisableImage = null;
this.btn4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn4.ForeColor = System.Drawing.Color.Black;
this.btn4.Location = new System.Drawing.Point(444, 193);
this.btn4.Name = "btn4";
this.btn4.OccupancyBar = 0;
this.btn4.OccupancyBar_Lv0 = null;
this.btn4.OccupancyBar_Lv1 = null;
this.btn4.OccupancyBar_Lv2 = null;
this.btn4.OccupancyBar_Lv3 = null;
this.btn4.OccupancyBar_Lv4 = null;
this.btn4.Size = new System.Drawing.Size(80, 60);
this.btn4.TabIndex = 482;
this.btn4.Text = "4";
this.btn4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn4.UseCompatibleTextRendering = true;
this.btn4.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn5
//
this.btn5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn5.BorderStyleReDraw = false;
this.btn5.ClickImage = null;
this.btn5.DefaultImage = null;
this.btn5.DisableImage = null;
this.btn5.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn5.ForeColor = System.Drawing.Color.Black;
this.btn5.Location = new System.Drawing.Point(525, 193);
this.btn5.Name = "btn5";
this.btn5.OccupancyBar = 0;
this.btn5.OccupancyBar_Lv0 = null;
this.btn5.OccupancyBar_Lv1 = null;
this.btn5.OccupancyBar_Lv2 = null;
this.btn5.OccupancyBar_Lv3 = null;
this.btn5.OccupancyBar_Lv4 = null;
this.btn5.Size = new System.Drawing.Size(80, 60);
this.btn5.TabIndex = 483;
this.btn5.Text = "5";
this.btn5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn5.UseCompatibleTextRendering = true;
this.btn5.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn6
//
this.btn6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn6.BorderStyleReDraw = false;
this.btn6.ClickImage = null;
this.btn6.DefaultImage = null;
this.btn6.DisableImage = null;
this.btn6.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn6.ForeColor = System.Drawing.Color.Black;
this.btn6.Location = new System.Drawing.Point(606, 193);
this.btn6.Name = "btn6";
this.btn6.OccupancyBar = 0;
this.btn6.OccupancyBar_Lv0 = null;
this.btn6.OccupancyBar_Lv1 = null;
this.btn6.OccupancyBar_Lv2 = null;
this.btn6.OccupancyBar_Lv3 = null;
this.btn6.OccupancyBar_Lv4 = null;
this.btn6.Size = new System.Drawing.Size(80, 60);
this.btn6.TabIndex = 484;
this.btn6.Text = "6";
this.btn6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn6.UseCompatibleTextRendering = true;
this.btn6.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btnClear
//
this.btnClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnClear.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnClear.BorderStyleReDraw = false;
this.btnClear.ClickImage = null;
this.btnClear.DefaultImage = null;
this.btnClear.DisableImage = null;
this.btnClear.Font = new System.Drawing.Font("나눔스퀘어", 15.75F);
this.btnClear.ForeColor = System.Drawing.Color.Black;
this.btnClear.Location = new System.Drawing.Point(687, 132);
this.btnClear.Name = "btnClear";
this.btnClear.OccupancyBar = 0;
this.btnClear.OccupancyBar_Lv0 = null;
this.btnClear.OccupancyBar_Lv1 = null;
this.btnClear.OccupancyBar_Lv2 = null;
this.btnClear.OccupancyBar_Lv3 = null;
this.btnClear.OccupancyBar_Lv4 = null;
this.btnClear.Size = new System.Drawing.Size(80, 121);
this.btnClear.TabIndex = 485;
this.btnClear.Text = "C";
this.btnClear.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnClear.UseCompatibleTextRendering = true;
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
//
// btn1
//
this.btn1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn1.BorderStyleReDraw = false;
this.btn1.ClickImage = null;
this.btn1.DefaultImage = null;
this.btn1.DisableImage = null;
this.btn1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn1.ForeColor = System.Drawing.Color.Black;
this.btn1.Location = new System.Drawing.Point(444, 254);
this.btn1.Name = "btn1";
this.btn1.OccupancyBar = 0;
this.btn1.OccupancyBar_Lv0 = null;
this.btn1.OccupancyBar_Lv1 = null;
this.btn1.OccupancyBar_Lv2 = null;
this.btn1.OccupancyBar_Lv3 = null;
this.btn1.OccupancyBar_Lv4 = null;
this.btn1.Size = new System.Drawing.Size(80, 60);
this.btn1.TabIndex = 486;
this.btn1.Text = "1";
this.btn1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn1.UseCompatibleTextRendering = true;
this.btn1.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn2
//
this.btn2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn2.BorderStyleReDraw = false;
this.btn2.ClickImage = null;
this.btn2.DefaultImage = null;
this.btn2.DisableImage = null;
this.btn2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn2.ForeColor = System.Drawing.Color.Black;
this.btn2.Location = new System.Drawing.Point(525, 254);
this.btn2.Name = "btn2";
this.btn2.OccupancyBar = 0;
this.btn2.OccupancyBar_Lv0 = null;
this.btn2.OccupancyBar_Lv1 = null;
this.btn2.OccupancyBar_Lv2 = null;
this.btn2.OccupancyBar_Lv3 = null;
this.btn2.OccupancyBar_Lv4 = null;
this.btn2.Size = new System.Drawing.Size(80, 60);
this.btn2.TabIndex = 487;
this.btn2.Text = "2";
this.btn2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn2.UseCompatibleTextRendering = true;
this.btn2.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn3
//
this.btn3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn3.BorderStyleReDraw = false;
this.btn3.ClickImage = null;
this.btn3.DefaultImage = null;
this.btn3.DisableImage = null;
this.btn3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn3.ForeColor = System.Drawing.Color.Black;
this.btn3.Location = new System.Drawing.Point(606, 254);
this.btn3.Name = "btn3";
this.btn3.OccupancyBar = 0;
this.btn3.OccupancyBar_Lv0 = null;
this.btn3.OccupancyBar_Lv1 = null;
this.btn3.OccupancyBar_Lv2 = null;
this.btn3.OccupancyBar_Lv3 = null;
this.btn3.OccupancyBar_Lv4 = null;
this.btn3.Size = new System.Drawing.Size(80, 60);
this.btn3.TabIndex = 488;
this.btn3.Text = "3";
this.btn3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn3.UseCompatibleTextRendering = true;
this.btn3.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn0
//
this.btn0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn0.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn0.BorderStyleReDraw = false;
this.btn0.ClickImage = null;
this.btn0.DefaultImage = null;
this.btn0.DisableImage = null;
this.btn0.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn0.ForeColor = System.Drawing.Color.Black;
this.btn0.Location = new System.Drawing.Point(444, 315);
this.btn0.Name = "btn0";
this.btn0.OccupancyBar = 0;
this.btn0.OccupancyBar_Lv0 = null;
this.btn0.OccupancyBar_Lv1 = null;
this.btn0.OccupancyBar_Lv2 = null;
this.btn0.OccupancyBar_Lv3 = null;
this.btn0.OccupancyBar_Lv4 = null;
this.btn0.Size = new System.Drawing.Size(80, 60);
this.btn0.TabIndex = 489;
this.btn0.Text = "0";
this.btn0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn0.UseCompatibleTextRendering = true;
this.btn0.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btn00
//
this.btn00.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btn00.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btn00.BorderStyleReDraw = false;
this.btn00.ClickImage = null;
this.btn00.DefaultImage = null;
this.btn00.DisableImage = null;
this.btn00.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btn00.ForeColor = System.Drawing.Color.Black;
this.btn00.Location = new System.Drawing.Point(525, 315);
this.btn00.Name = "btn00";
this.btn00.OccupancyBar = 0;
this.btn00.OccupancyBar_Lv0 = null;
this.btn00.OccupancyBar_Lv1 = null;
this.btn00.OccupancyBar_Lv2 = null;
this.btn00.OccupancyBar_Lv3 = null;
this.btn00.OccupancyBar_Lv4 = null;
this.btn00.Size = new System.Drawing.Size(80, 60);
this.btn00.TabIndex = 490;
this.btn00.Text = "00";
this.btn00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btn00.UseCompatibleTextRendering = true;
this.btn00.Click += new System.EventHandler(this.btn_NumPadClick);
//
// btnDot
//
this.btnDot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnDot.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDot.BorderStyleReDraw = false;
this.btnDot.ClickImage = null;
this.btnDot.DefaultImage = null;
this.btnDot.DisableImage = null;
this.btnDot.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold);
this.btnDot.ForeColor = System.Drawing.Color.Black;
this.btnDot.Location = new System.Drawing.Point(606, 315);
this.btnDot.Name = "btnDot";
this.btnDot.OccupancyBar = 0;
this.btnDot.OccupancyBar_Lv0 = null;
this.btnDot.OccupancyBar_Lv1 = null;
this.btnDot.OccupancyBar_Lv2 = null;
this.btnDot.OccupancyBar_Lv3 = null;
this.btnDot.OccupancyBar_Lv4 = null;
this.btnDot.Size = new System.Drawing.Size(80, 60);
this.btnDot.TabIndex = 491;
this.btnDot.Text = ".";
this.btnDot.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDot.UseCompatibleTextRendering = true;
this.btnDot.Click += new System.EventHandler(this.btnDot_Click);
//
// btnEnter
//
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnEnter.BorderStyleReDraw = false;
this.btnEnter.ClickImage = null;
this.btnEnter.DefaultImage = null;
this.btnEnter.DisableImage = null;
this.btnEnter.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold);
this.btnEnter.ForeColor = System.Drawing.Color.Black;
this.btnEnter.Location = new System.Drawing.Point(687, 254);
this.btnEnter.Name = "btnEnter";
this.btnEnter.OccupancyBar = 0;
this.btnEnter.OccupancyBar_Lv0 = null;
this.btnEnter.OccupancyBar_Lv1 = null;
this.btnEnter.OccupancyBar_Lv2 = null;
this.btnEnter.OccupancyBar_Lv3 = null;
this.btnEnter.OccupancyBar_Lv4 = null;
this.btnEnter.Size = new System.Drawing.Size(80, 121);
this.btnEnter.TabIndex = 492;
this.btnEnter.Text = "ENTER";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
//
// txtInputNum
//
this.txtInputNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtInputNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtInputNum.Font = new System.Drawing.Font("나눔스퀘어", 14.25F);
this.txtInputNum.Location = new System.Drawing.Point(21, 71);
this.txtInputNum.MaxLength = 25;
this.txtInputNum.Name = "txtInputNum";
this.txtInputNum.Size = new System.Drawing.Size(407, 29);
this.txtInputNum.TabIndex = 493;
this.txtInputNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// frmSalCalc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(788, 402);
this.Controls.Add(this.txtInputNum);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.btnDot);
this.Controls.Add(this.btn00);
this.Controls.Add(this.btn0);
this.Controls.Add(this.btn3);
this.Controls.Add(this.btn2);
this.Controls.Add(this.btn1);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.btn6);
this.Controls.Add(this.btn5);
this.Controls.Add(this.btn4);
this.Controls.Add(this.btn9);
this.Controls.Add(this.btn8);
this.Controls.Add(this.btn7);
this.Controls.Add(this.btnDivision);
this.Controls.Add(this.btnMultple);
this.Controls.Add(this.btnMinus);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.txtCalc);
this.Controls.Add(this.txtResult);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSalCalc";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmCalc";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSalCalc_FormClosing);
this.Load += new System.EventHandler(this.frmSalCalc_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel lblTitle;
private UI.CsmLabel btnExit;
private UI.CsmPosEditBox txtResult;
private System.Windows.Forms.TextBox txtCalc;
private UI.CsmButton btnAdd;
private UI.CsmButton btnMinus;
private UI.CsmButton btnMultple;
private UI.CsmButton btnDivision;
private UI.CsmButton btn7;
private UI.CsmButton btn8;
private UI.CsmButton btn9;
private UI.CsmButton btn4;
private UI.CsmButton btn5;
private UI.CsmButton btn6;
private UI.CsmButton btnClear;
private UI.CsmButton btn1;
private UI.CsmButton btn2;
private UI.CsmButton btn3;
private UI.CsmButton btn0;
private UI.CsmButton btn00;
private UI.CsmButton btnDot;
private UI.CsmButton btnEnter;
private System.Windows.Forms.TextBox txtInputNum;
}
}