spc-kiosk-pb/Window/WinBasic/frmLogOnCashier.Designer.cs
2019-06-16 14:12:09 +09:00

501 lines
28 KiB
C#

namespace Cosmos.Win
{
partial class frmLogOnCashier
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogOnCashier));
this.txtCashierNm = new Cosmos.UI.CsmLabel();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnExit = new Cosmos.UI.CsmButton();
this.btnAlphaLarge = new Cosmos.UI.CsmButton();
this.btnAlphaSmall = new Cosmos.UI.CsmButton();
this.btnNumber = new Cosmos.UI.CsmButton();
this.btnClear = new Cosmos.UI.CsmButton();
this.picBack = new System.Windows.Forms.PictureBox();
this.btnFuncChar = new Cosmos.UI.CsmFunc();
this.lblLineFunc = new System.Windows.Forms.Label();
this.picCILogo = new Cosmos.UI.CsmPictureBox();
this.lblLine3 = new System.Windows.Forms.Label();
this.lblPassword = new Cosmos.UI.CsmLabel();
this.lblLine2 = new System.Windows.Forms.Label();
this.lblLine4 = new System.Windows.Forms.Label();
this.lblLine1 = new System.Windows.Forms.Label();
this.lblCashierNo = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.lblFuncChar = new Cosmos.UI.CsmLabel();
this.lblLine5 = new System.Windows.Forms.Label();
this.lblLine6 = new System.Windows.Forms.Label();
this.txtCashierNo = new System.Windows.Forms.TextBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.btnRegInOut = new Cosmos.UI.CsmButton();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picCILogo)).BeginInit();
this.SuspendLayout();
//
// txtCashierNm
//
this.txtCashierNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.txtCashierNm.BorderStyleReDraw = false;
this.txtCashierNm.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtCashierNm.ForeColor = System.Drawing.Color.White;
this.txtCashierNm.Location = new System.Drawing.Point(323, 75);
this.txtCashierNm.Name = "txtCashierNm";
this.txtCashierNm.Size = new System.Drawing.Size(154, 25);
this.txtCashierNm.TabIndex = 1;
this.txtCashierNm.Text = "테스트";
this.txtCashierNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnEnter
//
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(181)))), ((int)(((byte)(234)))));
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("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnEnter.ForeColor = System.Drawing.Color.White;
this.btnEnter.Location = new System.Drawing.Point(625, 485);
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(150, 92);
this.btnEnter.TabIndex = 4;
this.btnEnter.Text = "확인";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnExit.BorderStyleReDraw = false;
this.btnExit.ClickImage = null;
this.btnExit.DefaultImage = null;
this.btnExit.DisableImage = null;
this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.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(741, 1);
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, 50);
this.btnExit.TabIndex = 5;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
//
// btnAlphaLarge
//
this.btnAlphaLarge.BackColor = System.Drawing.Color.Black;
this.btnAlphaLarge.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAlphaLarge.BorderStyleReDraw = false;
this.btnAlphaLarge.ClickImage = null;
this.btnAlphaLarge.DefaultImage = null;
this.btnAlphaLarge.DisableImage = null;
this.btnAlphaLarge.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnAlphaLarge.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.btnAlphaLarge.Location = new System.Drawing.Point(24, 485);
this.btnAlphaLarge.Name = "btnAlphaLarge";
this.btnAlphaLarge.OccupancyBar = 0;
this.btnAlphaLarge.OccupancyBar_Lv0 = null;
this.btnAlphaLarge.OccupancyBar_Lv1 = null;
this.btnAlphaLarge.OccupancyBar_Lv2 = null;
this.btnAlphaLarge.OccupancyBar_Lv3 = null;
this.btnAlphaLarge.OccupancyBar_Lv4 = null;
this.btnAlphaLarge.Size = new System.Drawing.Size(150, 92);
this.btnAlphaLarge.TabIndex = 4;
this.btnAlphaLarge.Text = "대문자 영문";
this.btnAlphaLarge.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnAlphaLarge.Click += new System.EventHandler(this.btnProc_Click);
//
// btnAlphaSmall
//
this.btnAlphaSmall.BackColor = System.Drawing.Color.Black;
this.btnAlphaSmall.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnAlphaSmall.BorderStyleReDraw = false;
this.btnAlphaSmall.ClickImage = null;
this.btnAlphaSmall.DefaultImage = null;
this.btnAlphaSmall.DisableImage = null;
this.btnAlphaSmall.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnAlphaSmall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.btnAlphaSmall.Location = new System.Drawing.Point(174, 485);
this.btnAlphaSmall.Name = "btnAlphaSmall";
this.btnAlphaSmall.OccupancyBar = 0;
this.btnAlphaSmall.OccupancyBar_Lv0 = null;
this.btnAlphaSmall.OccupancyBar_Lv1 = null;
this.btnAlphaSmall.OccupancyBar_Lv2 = null;
this.btnAlphaSmall.OccupancyBar_Lv3 = null;
this.btnAlphaSmall.OccupancyBar_Lv4 = null;
this.btnAlphaSmall.Size = new System.Drawing.Size(150, 92);
this.btnAlphaSmall.TabIndex = 4;
this.btnAlphaSmall.Text = "소문자 영문";
this.btnAlphaSmall.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnAlphaSmall.Click += new System.EventHandler(this.btnProc_Click);
//
// btnNumber
//
this.btnNumber.BackColor = System.Drawing.Color.Black;
this.btnNumber.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnNumber.BorderStyleReDraw = false;
this.btnNumber.ClickImage = null;
this.btnNumber.DefaultImage = null;
this.btnNumber.DisableImage = null;
this.btnNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnNumber.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.btnNumber.Location = new System.Drawing.Point(324, 485);
this.btnNumber.Name = "btnNumber";
this.btnNumber.OccupancyBar = 0;
this.btnNumber.OccupancyBar_Lv0 = null;
this.btnNumber.OccupancyBar_Lv1 = null;
this.btnNumber.OccupancyBar_Lv2 = null;
this.btnNumber.OccupancyBar_Lv3 = null;
this.btnNumber.OccupancyBar_Lv4 = null;
this.btnNumber.Size = new System.Drawing.Size(150, 92);
this.btnNumber.TabIndex = 4;
this.btnNumber.Text = "숫자";
this.btnNumber.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnNumber.Click += new System.EventHandler(this.btnProc_Click);
//
// btnClear
//
this.btnClear.BackColor = System.Drawing.Color.Black;
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("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnClear.ForeColor = System.Drawing.Color.White;
this.btnClear.Location = new System.Drawing.Point(474, 485);
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(150, 92);
this.btnClear.TabIndex = 4;
this.btnClear.Text = "지우기";
this.btnClear.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnClear.Click += new System.EventHandler(this.btnProc_Click);
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(783, 389);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(215, 188);
this.picBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picBack.TabIndex = 111;
this.picBack.TabStop = false;
//
// btnFuncChar
//
this.btnFuncChar.BackColor = System.Drawing.Color.White;
this.btnFuncChar.BackColorButton = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btnFuncChar.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.btnFuncChar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237)))));
this.btnFuncChar.BorderLineSize = 0;
this.btnFuncChar.BorderStyleReDraw = false;
this.btnFuncChar.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFuncChar.FontSizeUpDown = 15.75F;
this.btnFuncChar.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
this.btnFuncChar.Location = new System.Drawing.Point(25, 125);
this.btnFuncChar.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.btnFuncChar.Name = "btnFuncChar";
this.btnFuncChar.SelectedBackColor = System.Drawing.Color.DarkGray;
this.btnFuncChar.SelectedForeColor = System.Drawing.Color.Empty;
this.btnFuncChar.Size = new System.Drawing.Size(750, 357);
this.btnFuncChar.TabIndex = 112;
this.btnFuncChar.TabStop = false;
this.btnFuncChar.TextDown = ">";
this.btnFuncChar.TextUp = "<";
this.btnFuncChar.UpDownSeqUsed = true;
this.btnFuncChar.VisibleUpDown = true;
this.btnFuncChar.FuncClickHandler += new Cosmos.UI.CsmFunc.FuncClickEventHandler(this.btnFuncChar_FuncClickHandler);
//
// lblLineFunc
//
this.lblLineFunc.BackColor = System.Drawing.Color.LightGray;
this.lblLineFunc.Location = new System.Drawing.Point(346, 589);
this.lblLineFunc.Name = "lblLineFunc";
this.lblLineFunc.Size = new System.Drawing.Size(580, 1);
this.lblLineFunc.TabIndex = 113;
//
// picCILogo
//
this.picCILogo.BackColor = System.Drawing.Color.Transparent;
this.picCILogo.Location = new System.Drawing.Point(783, 284);
this.picCILogo.Name = "picCILogo";
this.picCILogo.Size = new System.Drawing.Size(84, 78);
this.picCILogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.picCILogo.TabIndex = 114;
this.picCILogo.TabStop = false;
//
// lblLine3
//
this.lblLine3.BackColor = System.Drawing.Color.Silver;
this.lblLine3.Location = new System.Drawing.Point(143, 67);
this.lblLine3.Name = "lblLine3";
this.lblLine3.Size = new System.Drawing.Size(1, 40);
this.lblLine3.TabIndex = 267;
//
// lblPassword
//
this.lblPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
this.lblPassword.BorderStyleReDraw = false;
this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblPassword.Location = new System.Drawing.Point(495, 77);
this.lblPassword.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPassword.Size = new System.Drawing.Size(120, 25);
this.lblPassword.TabIndex = 266;
this.lblPassword.Text = "비밀번호";
this.lblPassword.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblLine2
//
this.lblLine2.BackColor = System.Drawing.Color.Silver;
this.lblLine2.Location = new System.Drawing.Point(23, 107);
this.lblLine2.Name = "lblLine2";
this.lblLine2.Size = new System.Drawing.Size(755, 1);
this.lblLine2.TabIndex = 265;
//
// lblLine4
//
this.lblLine4.BackColor = System.Drawing.Color.Silver;
this.lblLine4.Location = new System.Drawing.Point(522, 67);
this.lblLine4.Name = "lblLine4";
this.lblLine4.Size = new System.Drawing.Size(1, 40);
this.lblLine4.TabIndex = 263;
//
// lblLine1
//
this.lblLine1.BackColor = System.Drawing.Color.Black;
this.lblLine1.Location = new System.Drawing.Point(23, 67);
this.lblLine1.Name = "lblLine1";
this.lblLine1.Size = new System.Drawing.Size(755, 2);
this.lblLine1.TabIndex = 264;
//
// lblCashierNo
//
this.lblCashierNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
this.lblCashierNo.BorderStyleReDraw = false;
this.lblCashierNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCashierNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCashierNo.Location = new System.Drawing.Point(24, 69);
this.lblCashierNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCashierNo.Name = "lblCashierNo";
this.lblCashierNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCashierNo.Size = new System.Drawing.Size(120, 38);
this.lblCashierNo.TabIndex = 261;
this.lblCashierNo.Text = "판매원 ID";
this.lblCashierNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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(738, 50);
this.lblTitle.TabIndex = 260;
this.lblTitle.Text = "판매원 등록";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblFuncChar
//
this.lblFuncChar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.lblFuncChar.BorderStyleReDraw = true;
this.lblFuncChar.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFuncChar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblFuncChar.Location = new System.Drawing.Point(24, 124);
this.lblFuncChar.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblFuncChar.Name = "lblFuncChar";
this.lblFuncChar.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblFuncChar.Size = new System.Drawing.Size(752, 359);
this.lblFuncChar.TabIndex = 268;
this.lblFuncChar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblLine5
//
this.lblLine5.BackColor = System.Drawing.Color.Silver;
this.lblLine5.Location = new System.Drawing.Point(777, 67);
this.lblLine5.Name = "lblLine5";
this.lblLine5.Size = new System.Drawing.Size(1, 40);
this.lblLine5.TabIndex = 267;
//
// lblLine6
//
this.lblLine6.BackColor = System.Drawing.Color.Silver;
this.lblLine6.Location = new System.Drawing.Point(23, 67);
this.lblLine6.Name = "lblLine6";
this.lblLine6.Size = new System.Drawing.Size(1, 40);
this.lblLine6.TabIndex = 267;
//
// txtCashierNo
//
this.txtCashierNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtCashierNo.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtCashierNo.Location = new System.Drawing.Point(179, 74);
this.txtCashierNo.MaxLength = 3;
this.txtCashierNo.Name = "txtCashierNo";
this.txtCashierNo.Size = new System.Drawing.Size(108, 26);
this.txtCashierNo.TabIndex = 269;
this.txtCashierNo.Text = "1";
this.txtCashierNo.Enter += new System.EventHandler(this.txtEditBox_Enter);
this.txtCashierNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEditBox_KeyDown);
//
// txtPassword
//
this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtPassword.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtPassword.Location = new System.Drawing.Point(639, 75);
this.txtPassword.MaxLength = 10;
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(108, 26);
this.txtPassword.TabIndex = 270;
this.txtPassword.Enter += new System.EventHandler(this.txtEditBox_Enter);
this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEditBox_KeyDown);
//
// btnRegInOut
//
this.btnRegInOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(181)))), ((int)(((byte)(234)))));
this.btnRegInOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnRegInOut.BorderStyleReDraw = false;
this.btnRegInOut.ClickImage = null;
this.btnRegInOut.DefaultImage = null;
this.btnRegInOut.DisableImage = null;
this.btnRegInOut.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnRegInOut.ForeColor = System.Drawing.Color.White;
this.btnRegInOut.Location = new System.Drawing.Point(848, 150);
this.btnRegInOut.Name = "btnRegInOut";
this.btnRegInOut.OccupancyBar = 0;
this.btnRegInOut.OccupancyBar_Lv0 = null;
this.btnRegInOut.OccupancyBar_Lv1 = null;
this.btnRegInOut.OccupancyBar_Lv2 = null;
this.btnRegInOut.OccupancyBar_Lv3 = null;
this.btnRegInOut.OccupancyBar_Lv4 = null;
this.btnRegInOut.Size = new System.Drawing.Size(150, 92);
this.btnRegInOut.TabIndex = 271;
this.btnRegInOut.Text = "출/퇴근 등록";
this.btnRegInOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnRegInOut.Click += new System.EventHandler(this.btnProc_Click);
//
// frmLogOnCashier
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Gainsboro;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(1027, 609);
this.Controls.Add(this.btnRegInOut);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.txtCashierNo);
this.Controls.Add(this.lblLine1);
this.Controls.Add(this.btnFuncChar);
this.Controls.Add(this.lblFuncChar);
this.Controls.Add(this.lblLine6);
this.Controls.Add(this.lblLine5);
this.Controls.Add(this.lblLine3);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.lblLine2);
this.Controls.Add(this.lblLine4);
this.Controls.Add(this.lblCashierNo);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picCILogo);
this.Controls.Add(this.lblLineFunc);
this.Controls.Add(this.btnClear);
this.Controls.Add(this.btnNumber);
this.Controls.Add(this.btnAlphaSmall);
this.Controls.Add(this.btnAlphaLarge);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.txtCashierNm);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmLogOnCashier";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "SPC";
this.Activated += new System.EventHandler(this.frmLogOnCashier_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmLogOn_FormClosing);
this.Load += new System.EventHandler(this.frmLogOn_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picCILogo)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UI.CsmLabel txtCashierNm;
private UI.CsmButton btnEnter;
private UI.CsmButton btnExit;
private UI.CsmButton btnAlphaLarge;
private UI.CsmButton btnAlphaSmall;
private UI.CsmButton btnNumber;
private UI.CsmButton btnClear;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmFunc btnFuncChar;
private System.Windows.Forms.Label lblLineFunc;
private UI.CsmPictureBox picCILogo;
private System.Windows.Forms.Label lblLine3;
private UI.CsmLabel lblPassword;
private System.Windows.Forms.Label lblLine2;
private System.Windows.Forms.Label lblLine4;
private System.Windows.Forms.Label lblLine1;
private UI.CsmLabel lblCashierNo;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblFuncChar;
private System.Windows.Forms.Label lblLine5;
private System.Windows.Forms.Label lblLine6;
private System.Windows.Forms.TextBox txtCashierNo;
private System.Windows.Forms.TextBox txtPassword;
private UI.CsmButton btnRegInOut;
}
}