spc-kiosk-pb/Window/WinBasic/frmEmpCommute.designer.cs

631 lines
35 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmEmpCommute
{
/// <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.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.picBack = new System.Windows.Forms.PictureBox();
this.grdSearchItem = new Cosmos.UI.CsmGrid();
this.btnUp2 = new Cosmos.UI.CsmButton();
this.btnUp = new Cosmos.UI.CsmButton();
this.btnDw = new Cosmos.UI.CsmButton();
this.btnDw2 = new Cosmos.UI.CsmButton();
this.label2 = new System.Windows.Forms.Label();
this.lblUserNm = new Cosmos.UI.CsmLabel();
this.lblStat = new Cosmos.UI.CsmLabel();
this.padInPut = new Cosmos.UI.CsmNumpad();
this.lblMessage = new Cosmos.UI.CsmLabel();
this.lblPsw = new Cosmos.UI.CsmLabel();
this.txtUserNm = new Cosmos.UI.CsmLabel();
this.txtStat = new Cosmos.UI.CsmLabel();
this.txtPsw = new Cosmos.UI.CsmPosEditBox();
this.btnWork = new Cosmos.UI.CsmButton();
this.btnRest = new Cosmos.UI.CsmButton();
this.btnGoOut = new Cosmos.UI.CsmButton();
this.lblRegDate = new Cosmos.UI.CsmLabel();
this.btnDate = new Cosmos.UI.CsmButton();
this.txtSaleDate = new Cosmos.UI.CsmPosEditBox();
this.lblBox4 = new Cosmos.UI.CsmLabel();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
this.label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// 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(741, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 224;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// 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", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
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(728, 50);
this.lblTitle.TabIndex = 229;
this.lblTitle.Text = "출근등록_1";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// picBack
//
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(800, 600);
this.picBack.TabIndex = 233;
this.picBack.TabStop = false;
//
// grdSearchItem
//
this.grdSearchItem.BackColor = System.Drawing.Color.White;
this.grdSearchItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.grdSearchItem.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
this.grdSearchItem.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
this.grdSearchItem.CsmGridColumnCount = 0;
this.grdSearchItem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.grdSearchItem.CsmGridColumnHeadersHeight = 18;
this.grdSearchItem.CsmGridColumnHeadersVisible = false;
this.grdSearchItem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
this.grdSearchItem.CsmGridFirstDisplayedScrollingRowIndex = -1;
this.grdSearchItem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
this.grdSearchItem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
this.grdSearchItem.CsmGridIndicateBackColor = System.Drawing.Color.Red;
this.grdSearchItem.CsmGridIndicateForeColor = System.Drawing.Color.White;
this.grdSearchItem.CsmGridRowMove = true;
this.grdSearchItem.CsmGridRowsHeight = 35;
this.grdSearchItem.CsmGridShowPageRowsCount = 4;
this.grdSearchItem.Font = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.grdSearchItem.Location = new System.Drawing.Point(22, 68);
this.grdSearchItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.grdSearchItem.Name = "grdSearchItem";
this.grdSearchItem.Size = new System.Drawing.Size(393, 465);
this.grdSearchItem.TabIndex = 319;
this.grdSearchItem.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent);
this.grdSearchItem.Enter += new System.EventHandler(this.grdSearchItem_Enter);
//
// btnUp2
//
this.btnUp2.BackColor = System.Drawing.Color.White;
this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUp2.BorderStyleReDraw = true;
this.btnUp2.ClickImage = null;
this.btnUp2.DefaultImage = null;
this.btnUp2.DisableImage = null;
this.btnUp2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUp2.ForeColor = System.Drawing.Color.White;
this.btnUp2.Location = new System.Drawing.Point(414, 68);
this.btnUp2.Name = "btnUp2";
this.btnUp2.OccupancyBar = 0;
this.btnUp2.OccupancyBar_Lv0 = null;
this.btnUp2.OccupancyBar_Lv1 = null;
this.btnUp2.OccupancyBar_Lv2 = null;
this.btnUp2.OccupancyBar_Lv3 = null;
this.btnUp2.OccupancyBar_Lv4 = null;
this.btnUp2.Size = new System.Drawing.Size(29, 117);
this.btnUp2.TabIndex = 133;
this.btnUp2.Text = "▲";
this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp2.UseCompatibleTextRendering = true;
this.btnUp2.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnUp
//
this.btnUp.BackColor = System.Drawing.Color.White;
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUp.BorderStyleReDraw = true;
this.btnUp.ClickImage = null;
this.btnUp.DefaultImage = null;
this.btnUp.DisableImage = null;
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUp.ForeColor = System.Drawing.Color.White;
this.btnUp.Location = new System.Drawing.Point(414, 184);
this.btnUp.Name = "btnUp";
this.btnUp.OccupancyBar = 0;
this.btnUp.OccupancyBar_Lv0 = null;
this.btnUp.OccupancyBar_Lv1 = null;
this.btnUp.OccupancyBar_Lv2 = null;
this.btnUp.OccupancyBar_Lv3 = null;
this.btnUp.OccupancyBar_Lv4 = null;
this.btnUp.Size = new System.Drawing.Size(29, 117);
this.btnUp.TabIndex = 133;
this.btnUp.Text = "△";
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp.UseCompatibleTextRendering = true;
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnDw
//
this.btnDw.BackColor = System.Drawing.Color.White;
this.btnDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDw.BorderStyleReDraw = true;
this.btnDw.ClickImage = null;
this.btnDw.DefaultImage = null;
this.btnDw.DisableImage = null;
this.btnDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnDw.ForeColor = System.Drawing.Color.White;
this.btnDw.Location = new System.Drawing.Point(414, 300);
this.btnDw.Name = "btnDw";
this.btnDw.OccupancyBar = 0;
this.btnDw.OccupancyBar_Lv0 = null;
this.btnDw.OccupancyBar_Lv1 = null;
this.btnDw.OccupancyBar_Lv2 = null;
this.btnDw.OccupancyBar_Lv3 = null;
this.btnDw.OccupancyBar_Lv4 = null;
this.btnDw.Size = new System.Drawing.Size(29, 117);
this.btnDw.TabIndex = 133;
this.btnDw.Text = "▽";
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw.UseCompatibleTextRendering = true;
this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click);
//
// btnDw2
//
this.btnDw2.BackColor = System.Drawing.Color.White;
this.btnDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDw2.BorderStyleReDraw = true;
this.btnDw2.ClickImage = null;
this.btnDw2.DefaultImage = null;
this.btnDw2.DisableImage = null;
this.btnDw2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnDw2.ForeColor = System.Drawing.Color.White;
this.btnDw2.Location = new System.Drawing.Point(414, 416);
this.btnDw2.Name = "btnDw2";
this.btnDw2.OccupancyBar = 0;
this.btnDw2.OccupancyBar_Lv0 = null;
this.btnDw2.OccupancyBar_Lv1 = null;
this.btnDw2.OccupancyBar_Lv2 = null;
this.btnDw2.OccupancyBar_Lv3 = null;
this.btnDw2.OccupancyBar_Lv4 = null;
this.btnDw2.Size = new System.Drawing.Size(29, 117);
this.btnDw2.TabIndex = 133;
this.btnDw2.Text = "▼";
this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw2.UseCompatibleTextRendering = true;
this.btnDw2.Click += new System.EventHandler(this.btnSelProc_Click);
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(457, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(322, 2);
this.label2.TabIndex = 325;
//
// lblUserNm
//
this.lblUserNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblUserNm.BorderStyleReDraw = true;
this.lblUserNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblUserNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblUserNm.Location = new System.Drawing.Point(457, 107);
this.lblUserNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblUserNm.Name = "lblUserNm";
this.lblUserNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblUserNm.Size = new System.Drawing.Size(122, 40);
this.lblUserNm.TabIndex = 323;
this.lblUserNm.Text = "담당자명_1";
this.lblUserNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblStat
//
this.lblStat.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblStat.BorderStyleReDraw = true;
this.lblStat.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblStat.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblStat.Location = new System.Drawing.Point(457, 146);
this.lblStat.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblStat.Name = "lblStat";
this.lblStat.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblStat.Size = new System.Drawing.Size(122, 40);
this.lblStat.TabIndex = 323;
this.lblStat.Text = "현재상태";
this.lblStat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// padInPut
//
this.padInPut.BtnDotEnable = true;
this.padInPut.BtnMinusEnable = false;
this.padInPut.BtnPlusEnable = false;
this.padInPut.BtnQtyEnable = false;
this.padInPut.BtnSearchEnable = false;
this.padInPut.ClearBtnText = "CLEAR";
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
this.padInPut.Location = new System.Drawing.Point(457, 238);
this.padInPut.Name = "padInPut";
this.padInPut.QtyBtnText = "QTY";
this.padInPut.Size = new System.Drawing.Size(322, 250);
this.padInPut.TabIndex = 326;
this.padInPut.ThemeColor = "000000000";
this.padInPut.Use4By4 = true;
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.WhiteSmoke;
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblMessage.Location = new System.Drawing.Point(22, 539);
this.lblMessage.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblMessage.Size = new System.Drawing.Size(772, 40);
this.lblMessage.TabIndex = 443;
this.lblMessage.Text = "제조기사는 바코드를 입력하세요.";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblPsw
//
this.lblPsw.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblPsw.BorderStyleReDraw = true;
this.lblPsw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblPsw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblPsw.Location = new System.Drawing.Point(457, 185);
this.lblPsw.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPsw.Name = "lblPsw";
this.lblPsw.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPsw.Size = new System.Drawing.Size(122, 40);
this.lblPsw.TabIndex = 323;
this.lblPsw.Text = "비밀번호";
this.lblPsw.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtUserNm
//
this.txtUserNm.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtUserNm.BorderStyleReDraw = true;
this.txtUserNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtUserNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtUserNm.Location = new System.Drawing.Point(594, 114);
this.txtUserNm.Name = "txtUserNm";
this.txtUserNm.Size = new System.Drawing.Size(169, 26);
this.txtUserNm.TabIndex = 321;
this.txtUserNm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtStat
//
this.txtStat.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtStat.BorderStyleReDraw = true;
this.txtStat.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtStat.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtStat.Location = new System.Drawing.Point(594, 153);
this.txtStat.Name = "txtStat";
this.txtStat.Size = new System.Drawing.Size(169, 26);
this.txtStat.TabIndex = 321;
this.txtStat.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtPsw
//
this.txtPsw.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtPsw.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtPsw.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtPsw.BorderStyleReDraw = false;
this.txtPsw.ClearFlag = false;
this.txtPsw.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtPsw.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtPsw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtPsw.InputType = Cosmos.UI.InputType.None;
this.txtPsw.InputTypeFormat = "";
this.txtPsw.Location = new System.Drawing.Point(594, 192);
this.txtPsw.Margin = new System.Windows.Forms.Padding(5);
this.txtPsw.MaxLength = 15;
this.txtPsw.MaxLengthAutoEnd = false;
this.txtPsw.MaxLengthForKeyIn = 32767;
this.txtPsw.MaxLengthForNumpad = 32767;
this.txtPsw.Name = "txtPsw";
this.txtPsw.PasswordChar = '*';
this.txtPsw.ReadOnly = false;
this.txtPsw.Size = new System.Drawing.Size(169, 26);
this.txtPsw.TabIndex = 444;
this.txtPsw.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtPsw.UseDualMaxLength = false;
this.txtPsw.Value = "1000";
this.txtPsw.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtPsw_EditBoxKeyDownEvent);
//
// btnWork
//
this.btnWork.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnWork.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnWork.BorderStyleReDraw = false;
this.btnWork.ClickImage = null;
this.btnWork.DefaultImage = null;
this.btnWork.DisableImage = null;
this.btnWork.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnWork.ForeColor = System.Drawing.Color.White;
this.btnWork.Location = new System.Drawing.Point(457, 493);
this.btnWork.Name = "btnWork";
this.btnWork.OccupancyBar = 0;
this.btnWork.OccupancyBar_Lv0 = null;
this.btnWork.OccupancyBar_Lv1 = null;
this.btnWork.OccupancyBar_Lv2 = null;
this.btnWork.OccupancyBar_Lv3 = null;
this.btnWork.OccupancyBar_Lv4 = null;
this.btnWork.Size = new System.Drawing.Size(104, 40);
this.btnWork.TabIndex = 133;
this.btnWork.Text = "출근";
this.btnWork.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnWork.UseCompatibleTextRendering = true;
this.btnWork.Click += new System.EventHandler(this.btnProc_Click);
//
// btnRest
//
this.btnRest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnRest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnRest.BorderStyleReDraw = false;
this.btnRest.ClickImage = null;
this.btnRest.DefaultImage = null;
this.btnRest.DisableImage = null;
this.btnRest.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnRest.ForeColor = System.Drawing.Color.White;
this.btnRest.Location = new System.Drawing.Point(566, 493);
this.btnRest.Name = "btnRest";
this.btnRest.OccupancyBar = 0;
this.btnRest.OccupancyBar_Lv0 = null;
this.btnRest.OccupancyBar_Lv1 = null;
this.btnRest.OccupancyBar_Lv2 = null;
this.btnRest.OccupancyBar_Lv3 = null;
this.btnRest.OccupancyBar_Lv4 = null;
this.btnRest.Size = new System.Drawing.Size(104, 40);
this.btnRest.TabIndex = 133;
this.btnRest.Text = "휴식";
this.btnRest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnRest.UseCompatibleTextRendering = true;
this.btnRest.Click += new System.EventHandler(this.btnProc_Click);
//
// btnGoOut
//
this.btnGoOut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnGoOut.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnGoOut.BorderStyleReDraw = false;
this.btnGoOut.ClickImage = null;
this.btnGoOut.DefaultImage = null;
this.btnGoOut.DisableImage = null;
this.btnGoOut.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnGoOut.ForeColor = System.Drawing.Color.White;
this.btnGoOut.Location = new System.Drawing.Point(675, 493);
this.btnGoOut.Name = "btnGoOut";
this.btnGoOut.OccupancyBar = 0;
this.btnGoOut.OccupancyBar_Lv0 = null;
this.btnGoOut.OccupancyBar_Lv1 = null;
this.btnGoOut.OccupancyBar_Lv2 = null;
this.btnGoOut.OccupancyBar_Lv3 = null;
this.btnGoOut.OccupancyBar_Lv4 = null;
this.btnGoOut.Size = new System.Drawing.Size(104, 40);
this.btnGoOut.TabIndex = 133;
this.btnGoOut.Text = "외출";
this.btnGoOut.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnGoOut.UseCompatibleTextRendering = true;
this.btnGoOut.Click += new System.EventHandler(this.btnProc_Click);
//
// lblRegDate
//
this.lblRegDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblRegDate.BorderStyleReDraw = true;
this.lblRegDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblRegDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblRegDate.Location = new System.Drawing.Point(457, 68);
this.lblRegDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblRegDate.Name = "lblRegDate";
this.lblRegDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblRegDate.Size = new System.Drawing.Size(122, 40);
this.lblRegDate.TabIndex = 323;
this.lblRegDate.Text = "등록일자";
this.lblRegDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnDate
//
this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDate.BorderStyleReDraw = true;
this.btnDate.ClickImage = null;
this.btnDate.DefaultImage = null;
this.btnDate.DisableImage = null;
this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.btnDate.ForeColor = System.Drawing.Color.Black;
this.btnDate.Location = new System.Drawing.Point(737, 75);
this.btnDate.Name = "btnDate";
this.btnDate.OccupancyBar = 0;
this.btnDate.OccupancyBar_Lv0 = null;
this.btnDate.OccupancyBar_Lv1 = null;
this.btnDate.OccupancyBar_Lv2 = null;
this.btnDate.OccupancyBar_Lv3 = null;
this.btnDate.OccupancyBar_Lv4 = null;
this.btnDate.Size = new System.Drawing.Size(26, 26);
this.btnDate.TabIndex = 482;
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
//
// txtSaleDate
//
this.txtSaleDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtSaleDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtSaleDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtSaleDate.BorderStyleReDraw = false;
this.txtSaleDate.ClearFlag = false;
this.txtSaleDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtSaleDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtSaleDate.InputType = Cosmos.UI.InputType.Date;
this.txtSaleDate.InputTypeFormat = "";
this.txtSaleDate.Location = new System.Drawing.Point(594, 75);
this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5);
this.txtSaleDate.MaxLength = 15;
this.txtSaleDate.MaxLengthAutoEnd = false;
this.txtSaleDate.MaxLengthForKeyIn = 32767;
this.txtSaleDate.MaxLengthForNumpad = 32767;
this.txtSaleDate.Name = "txtSaleDate";
this.txtSaleDate.PasswordChar = '\0';
this.txtSaleDate.ReadOnly = true;
this.txtSaleDate.Size = new System.Drawing.Size(142, 26);
this.txtSaleDate.TabIndex = 444;
this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtSaleDate.UseDualMaxLength = false;
this.txtSaleDate.Value = "20161212";
this.txtSaleDate.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtPsw_EditBoxKeyDownEvent);
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(578, 185);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(201, 40);
this.lblBox4.TabIndex = 483;
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(578, 146);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(201, 40);
this.lblBox3.TabIndex = 484;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(578, 107);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(201, 40);
this.lblBox2.TabIndex = 485;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(578, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(201, 40);
this.lblBox1.TabIndex = 486;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label1.Location = new System.Drawing.Point(22, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(421, 2);
this.label1.TabIndex = 487;
//
// frmEmpCommute
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnDate);
this.Controls.Add(this.btnDw2);
this.Controls.Add(this.btnDw);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnUp2);
this.Controls.Add(this.txtSaleDate);
this.Controls.Add(this.txtPsw);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.padInPut);
this.Controls.Add(this.btnGoOut);
this.Controls.Add(this.btnRest);
this.Controls.Add(this.btnWork);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblPsw);
this.Controls.Add(this.lblStat);
this.Controls.Add(this.lblRegDate);
this.Controls.Add(this.lblUserNm);
this.Controls.Add(this.txtStat);
this.Controls.Add(this.txtUserNm);
this.Controls.Add(this.grdSearchItem);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmEmpCommute";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmCheck";
this.Activated += new System.EventHandler(this.frmCheck_Activated);
this.Deactivate += new System.EventHandler(this.frmCheck_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCheck_FormClosing);
this.Load += new System.EventHandler(this.frmCheck_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmGrid grdSearchItem;
private UI.CsmButton btnUp2;
private UI.CsmButton btnUp;
private UI.CsmButton btnDw;
private UI.CsmButton btnDw2;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblUserNm;
private UI.CsmLabel lblStat;
private UI.CsmNumpad padInPut;
private UI.CsmLabel lblMessage;
private UI.CsmLabel lblPsw;
private UI.CsmLabel txtUserNm;
private UI.CsmLabel txtStat;
private UI.CsmPosEditBox txtPsw;
private UI.CsmButton btnWork;
private UI.CsmButton btnRest;
private UI.CsmButton btnGoOut;
private UI.CsmLabel lblRegDate;
private UI.CsmButton btnDate;
private UI.CsmPosEditBox txtSaleDate;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
private System.Windows.Forms.Label label1;
}
}