namespace Cosmos.Win
{
partial class frmEtcInEMP
{
///
/// 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.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.lblMessage03 = new Cosmos.UI.CsmLabel();
this.grdSearchItem = new Cosmos.UI.CsmGrid();
this.txtBarCode = new Cosmos.UI.CsmPosEditBox();
this.btnDw2 = new Cosmos.UI.CsmButton();
this.btnDw = new Cosmos.UI.CsmButton();
this.btnUp = new Cosmos.UI.CsmButton();
this.btnUp2 = new Cosmos.UI.CsmButton();
this.label2 = new System.Windows.Forms.Label();
this.btnCardNo = new Cosmos.UI.CsmButton();
((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(800, 600);
this.picBack.TabIndex = 426;
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.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(739, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(61, 50);
this.btnExit.TabIndex = 428;
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", 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(734, 50);
this.lblTitle.TabIndex = 427;
this.lblTitle.Text = "직원방문등록";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblMessage03
//
this.lblMessage03.BackColor = System.Drawing.Color.WhiteSmoke;
this.lblMessage03.BorderStyleReDraw = true;
this.lblMessage03.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage03.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblMessage03.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblMessage03.Location = new System.Drawing.Point(16, 549);
this.lblMessage03.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblMessage03.Name = "lblMessage03";
this.lblMessage03.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblMessage03.Size = new System.Drawing.Size(464, 40);
this.lblMessage03.TabIndex = 442;
this.lblMessage03.Text = "직원카드를 읽으시면 처리됩니다.";
this.lblMessage03.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(16, 68);
this.grdSearchItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.grdSearchItem.Name = "grdSearchItem";
this.grdSearchItem.Size = new System.Drawing.Size(740, 474);
this.grdSearchItem.TabIndex = 443;
this.grdSearchItem.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent);
this.grdSearchItem.Click += new System.EventHandler(this.grdSearchItem_Click);
this.grdSearchItem.Enter += new System.EventHandler(this.grdSearchItem_Enter);
//
// txtBarCode
//
this.txtBarCode.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtBarCode.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtBarCode.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtBarCode.BorderStyleReDraw = false;
this.txtBarCode.ClearFlag = false;
this.txtBarCode.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtBarCode.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtBarCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBarCode.InputType = Cosmos.UI.InputType.None;
this.txtBarCode.InputTypeFormat = "";
this.txtBarCode.Location = new System.Drawing.Point(467, 549);
this.txtBarCode.Margin = new System.Windows.Forms.Padding(5);
this.txtBarCode.MaxLength = 30;
this.txtBarCode.MaxLengthAutoEnd = false;
this.txtBarCode.MaxLengthForKeyIn = 32767;
this.txtBarCode.MaxLengthForNumpad = 32767;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.PasswordChar = '\0';
this.txtBarCode.ReadOnly = false;
this.txtBarCode.Size = new System.Drawing.Size(269, 40);
this.txtBarCode.TabIndex = 467;
this.txtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.txtBarCode.UseDualMaxLength = false;
this.txtBarCode.Value = "123456789012345678901234567890";
this.txtBarCode.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtBarCode_EditBoxKeyDownEvent);
//
// 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(757, 424);
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, 118);
this.btnDw2.TabIndex = 468;
this.btnDw2.Text = "▼";
this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw2.UseCompatibleTextRendering = true;
this.btnDw2.Click += new System.EventHandler(this.btnPrc_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(757, 305);
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, 118);
this.btnDw.TabIndex = 469;
this.btnDw.Text = "▽";
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDw.UseCompatibleTextRendering = true;
this.btnDw.Click += new System.EventHandler(this.btnPrc_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(757, 186);
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, 118);
this.btnUp.TabIndex = 470;
this.btnUp.Text = "△";
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp.UseCompatibleTextRendering = true;
this.btnUp.Click += new System.EventHandler(this.btnPrc_Click);
//
// 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(757, 67);
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, 118);
this.btnUp2.TabIndex = 471;
this.btnUp2.Text = "▲";
this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUp2.UseCompatibleTextRendering = true;
this.btnUp2.Click += new System.EventHandler(this.btnPrc_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(16, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(740, 2);
this.label2.TabIndex = 472;
//
// btnCardNo
//
this.btnCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.btnCardNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCardNo.BorderStyleReDraw = true;
this.btnCardNo.ClickImage = null;
this.btnCardNo.DefaultImage = null;
this.btnCardNo.DisableImage = null;
this.btnCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.btnCardNo.ForeColor = System.Drawing.Color.Black;
this.btnCardNo.Location = new System.Drawing.Point(744, 549);
this.btnCardNo.Name = "btnCardNo";
this.btnCardNo.OccupancyBar = 0;
this.btnCardNo.OccupancyBar_Lv0 = null;
this.btnCardNo.OccupancyBar_Lv1 = null;
this.btnCardNo.OccupancyBar_Lv2 = null;
this.btnCardNo.OccupancyBar_Lv3 = null;
this.btnCardNo.OccupancyBar_Lv4 = null;
this.btnCardNo.Size = new System.Drawing.Size(42, 40);
this.btnCardNo.TabIndex = 553;
this.btnCardNo.Text = "..";
this.btnCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCardNo.Click += new System.EventHandler(this.btnCardNo_Click);
//
// frmEtcInEMP
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.btnCardNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnDw2);
this.Controls.Add(this.btnDw);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnUp2);
this.Controls.Add(this.txtBarCode);
this.Controls.Add(this.grdSearchItem);
this.Controls.Add(this.lblMessage03);
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 = "frmEtcInEMP";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmEtcInEMP";
this.Activated += new System.EventHandler(this.frmEtcInEMP_Activated);
this.Deactivate += new System.EventHandler(this.frmEtcInEMP_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEtcInEMP_FormClosing);
this.Load += new System.EventHandler(this.frmEtcInEMP_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblMessage03;
private UI.CsmGrid grdSearchItem;
private UI.CsmPosEditBox txtBarCode;
private UI.CsmButton btnDw2;
private UI.CsmButton btnDw;
private UI.CsmButton btnUp;
private UI.CsmButton btnUp2;
private System.Windows.Forms.Label label2;
private UI.CsmButton btnCardNo;
}
}