namespace TableConfiguration
{
partial class frmTableEditor
{
///
/// 필수 디자이너 변수입니다.
///
private System.ComponentModel.IContainer components = null;
///
/// 사용 중인 모든 리소스를 정리합니다.
///
/// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 디자이너에서 생성한 코드
///
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.picTop = new System.Windows.Forms.PictureBox();
this.picBtm = new System.Windows.Forms.PictureBox();
this.btnOperation10 = new Cosmos.UI.CsmButton();
this.btnOperation9 = new Cosmos.UI.CsmButton();
this.btnOperation8 = new Cosmos.UI.CsmButton();
this.btnOperation7 = new Cosmos.UI.CsmButton();
this.btnOperation6 = new Cosmos.UI.CsmButton();
this.btnOperation5 = new Cosmos.UI.CsmButton();
this.btnOperation4 = new Cosmos.UI.CsmButton();
this.btnOperation3 = new Cosmos.UI.CsmButton();
this.btnOperation2 = new Cosmos.UI.CsmButton();
this.btnOperation1 = new Cosmos.UI.CsmButton();
this.btnFloor10 = new Cosmos.UI.CsmButton();
this.btnFloor9 = new Cosmos.UI.CsmButton();
this.btnFloor8 = new Cosmos.UI.CsmButton();
this.btnFloor7 = new Cosmos.UI.CsmButton();
this.btnFloor6 = new Cosmos.UI.CsmButton();
this.btnFloor5 = new Cosmos.UI.CsmButton();
this.btnFloor4 = new Cosmos.UI.CsmButton();
this.btnFloor3 = new Cosmos.UI.CsmButton();
this.btnFloor2 = new Cosmos.UI.CsmButton();
this.btnFloor1 = new Cosmos.UI.CsmButton();
this.btnFloorNext = new Cosmos.UI.CsmButton();
this.btnFloorPre = new Cosmos.UI.CsmButton();
this.pnlTable = new System.Windows.Forms.Panel();
this.lblTableInfo = new Cosmos.UI.CsmLabel();
this.lblDateTime = new Cosmos.UI.CsmLabel();
this.lblPosNo = new Cosmos.UI.CsmLabel();
this.lblStoreNm = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.tmrSaleTimer = new System.Windows.Forms.Timer(this.components);
this.lblSelectInfo = new Cosmos.UI.CsmLabel();
this.lblGuideMsg = new Cosmos.UI.CsmLabel();
this.lblUser = new Cosmos.UI.CsmLabel();
this.btnFixedCreate = new Cosmos.UI.CsmButton();
this.txtFixedY = new Cosmos.UI.CsmPosEditBox();
this.txtFixedX = new Cosmos.UI.CsmPosEditBox();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.btnUpY = new Cosmos.UI.CsmButton();
this.btnUpX = new Cosmos.UI.CsmButton();
this.lblTableCnt = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picTop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picBtm)).BeginInit();
this.SuspendLayout();
//
// picTop
//
this.picTop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.picTop.Dock = System.Windows.Forms.DockStyle.Top;
this.picTop.Location = new System.Drawing.Point(0, 0);
this.picTop.Name = "picTop";
this.picTop.Size = new System.Drawing.Size(1024, 50);
this.picTop.TabIndex = 0;
this.picTop.TabStop = false;
//
// picBtm
//
this.picBtm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.picBtm.Dock = System.Windows.Forms.DockStyle.Bottom;
this.picBtm.Location = new System.Drawing.Point(0, 746);
this.picBtm.Name = "picBtm";
this.picBtm.Size = new System.Drawing.Size(1024, 22);
this.picBtm.TabIndex = 1;
this.picBtm.TabStop = false;
//
// btnOperation10
//
this.btnOperation10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation10.BorderStyleReDraw = false;
this.btnOperation10.ClickImage = null;
this.btnOperation10.DefaultImage = null;
this.btnOperation10.DisableImage = null;
this.btnOperation10.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation10.ForeColor = System.Drawing.Color.White;
this.btnOperation10.Location = new System.Drawing.Point(916, 702);
this.btnOperation10.Name = "btnOperation10";
this.btnOperation10.OccupancyBar = 0;
this.btnOperation10.OccupancyBar_Lv0 = null;
this.btnOperation10.OccupancyBar_Lv1 = null;
this.btnOperation10.OccupancyBar_Lv2 = null;
this.btnOperation10.OccupancyBar_Lv3 = null;
this.btnOperation10.OccupancyBar_Lv4 = null;
this.btnOperation10.Size = new System.Drawing.Size(95, 40);
this.btnOperation10.TabIndex = 28;
this.btnOperation10.Text = "종료";
this.btnOperation10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation10.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation9
//
this.btnOperation9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation9.BorderStyleReDraw = false;
this.btnOperation9.ClickImage = null;
this.btnOperation9.DefaultImage = null;
this.btnOperation9.DisableImage = null;
this.btnOperation9.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation9.ForeColor = System.Drawing.Color.White;
this.btnOperation9.Location = new System.Drawing.Point(808, 702);
this.btnOperation9.Name = "btnOperation9";
this.btnOperation9.OccupancyBar = 0;
this.btnOperation9.OccupancyBar_Lv0 = null;
this.btnOperation9.OccupancyBar_Lv1 = null;
this.btnOperation9.OccupancyBar_Lv2 = null;
this.btnOperation9.OccupancyBar_Lv3 = null;
this.btnOperation9.OccupancyBar_Lv4 = null;
this.btnOperation9.Size = new System.Drawing.Size(95, 40);
this.btnOperation9.TabIndex = 27;
this.btnOperation9.Text = "저장";
this.btnOperation9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation9.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation8
//
this.btnOperation8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation8.BorderStyleReDraw = false;
this.btnOperation8.ClickImage = null;
this.btnOperation8.DefaultImage = null;
this.btnOperation8.DisableImage = null;
this.btnOperation8.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation8.ForeColor = System.Drawing.Color.White;
this.btnOperation8.Location = new System.Drawing.Point(709, 702);
this.btnOperation8.Name = "btnOperation8";
this.btnOperation8.OccupancyBar = 0;
this.btnOperation8.OccupancyBar_Lv0 = null;
this.btnOperation8.OccupancyBar_Lv1 = null;
this.btnOperation8.OccupancyBar_Lv2 = null;
this.btnOperation8.OccupancyBar_Lv3 = null;
this.btnOperation8.OccupancyBar_Lv4 = null;
this.btnOperation8.Size = new System.Drawing.Size(95, 40);
this.btnOperation8.TabIndex = 26;
this.btnOperation8.Text = " ";
this.btnOperation8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation8.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation7
//
this.btnOperation7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation7.BorderStyleReDraw = false;
this.btnOperation7.ClickImage = null;
this.btnOperation7.DefaultImage = null;
this.btnOperation7.DisableImage = null;
this.btnOperation7.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation7.ForeColor = System.Drawing.Color.White;
this.btnOperation7.Location = new System.Drawing.Point(610, 702);
this.btnOperation7.Name = "btnOperation7";
this.btnOperation7.OccupancyBar = 0;
this.btnOperation7.OccupancyBar_Lv0 = null;
this.btnOperation7.OccupancyBar_Lv1 = null;
this.btnOperation7.OccupancyBar_Lv2 = null;
this.btnOperation7.OccupancyBar_Lv3 = null;
this.btnOperation7.OccupancyBar_Lv4 = null;
this.btnOperation7.Size = new System.Drawing.Size(95, 40);
this.btnOperation7.TabIndex = 25;
this.btnOperation7.Text = " ";
this.btnOperation7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation7.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation6
//
this.btnOperation6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation6.BorderStyleReDraw = false;
this.btnOperation6.ClickImage = null;
this.btnOperation6.DefaultImage = null;
this.btnOperation6.DisableImage = null;
this.btnOperation6.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation6.ForeColor = System.Drawing.Color.White;
this.btnOperation6.Location = new System.Drawing.Point(511, 702);
this.btnOperation6.Name = "btnOperation6";
this.btnOperation6.OccupancyBar = 0;
this.btnOperation6.OccupancyBar_Lv0 = null;
this.btnOperation6.OccupancyBar_Lv1 = null;
this.btnOperation6.OccupancyBar_Lv2 = null;
this.btnOperation6.OccupancyBar_Lv3 = null;
this.btnOperation6.OccupancyBar_Lv4 = null;
this.btnOperation6.Size = new System.Drawing.Size(95, 40);
this.btnOperation6.TabIndex = 24;
this.btnOperation6.Text = "테이블 초기화";
this.btnOperation6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation6.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation5
//
this.btnOperation5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation5.BorderStyleReDraw = false;
this.btnOperation5.ClickImage = null;
this.btnOperation5.DefaultImage = null;
this.btnOperation5.DisableImage = null;
this.btnOperation5.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation5.ForeColor = System.Drawing.Color.White;
this.btnOperation5.Location = new System.Drawing.Point(412, 702);
this.btnOperation5.Name = "btnOperation5";
this.btnOperation5.OccupancyBar = 0;
this.btnOperation5.OccupancyBar_Lv0 = null;
this.btnOperation5.OccupancyBar_Lv1 = null;
this.btnOperation5.OccupancyBar_Lv2 = null;
this.btnOperation5.OccupancyBar_Lv3 = null;
this.btnOperation5.OccupancyBar_Lv4 = null;
this.btnOperation5.Size = new System.Drawing.Size(95, 40);
this.btnOperation5.TabIndex = 23;
this.btnOperation5.Text = "테이블 속성";
this.btnOperation5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation5.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation4
//
this.btnOperation4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation4.BorderStyleReDraw = false;
this.btnOperation4.ClickImage = null;
this.btnOperation4.DefaultImage = null;
this.btnOperation4.DisableImage = null;
this.btnOperation4.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation4.ForeColor = System.Drawing.Color.White;
this.btnOperation4.Location = new System.Drawing.Point(313, 702);
this.btnOperation4.Name = "btnOperation4";
this.btnOperation4.OccupancyBar = 0;
this.btnOperation4.OccupancyBar_Lv0 = null;
this.btnOperation4.OccupancyBar_Lv1 = null;
this.btnOperation4.OccupancyBar_Lv2 = null;
this.btnOperation4.OccupancyBar_Lv3 = null;
this.btnOperation4.OccupancyBar_Lv4 = null;
this.btnOperation4.Size = new System.Drawing.Size(95, 40);
this.btnOperation4.TabIndex = 22;
this.btnOperation4.Text = "Table\r\nCopy";
this.btnOperation4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation4.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation3
//
this.btnOperation3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation3.BorderStyleReDraw = false;
this.btnOperation3.ClickImage = null;
this.btnOperation3.DefaultImage = null;
this.btnOperation3.DisableImage = null;
this.btnOperation3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation3.ForeColor = System.Drawing.Color.White;
this.btnOperation3.Location = new System.Drawing.Point(214, 702);
this.btnOperation3.Name = "btnOperation3";
this.btnOperation3.OccupancyBar = 0;
this.btnOperation3.OccupancyBar_Lv0 = null;
this.btnOperation3.OccupancyBar_Lv1 = null;
this.btnOperation3.OccupancyBar_Lv2 = null;
this.btnOperation3.OccupancyBar_Lv3 = null;
this.btnOperation3.OccupancyBar_Lv4 = null;
this.btnOperation3.Size = new System.Drawing.Size(95, 40);
this.btnOperation3.TabIndex = 21;
this.btnOperation3.Text = "테이블 복사 ";
this.btnOperation3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation3.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation2
//
this.btnOperation2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnOperation2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation2.BorderStyleReDraw = false;
this.btnOperation2.ClickImage = null;
this.btnOperation2.DefaultImage = null;
this.btnOperation2.DisableImage = null;
this.btnOperation2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation2.ForeColor = System.Drawing.Color.White;
this.btnOperation2.Location = new System.Drawing.Point(115, 702);
this.btnOperation2.Name = "btnOperation2";
this.btnOperation2.OccupancyBar = 0;
this.btnOperation2.OccupancyBar_Lv0 = null;
this.btnOperation2.OccupancyBar_Lv1 = null;
this.btnOperation2.OccupancyBar_Lv2 = null;
this.btnOperation2.OccupancyBar_Lv3 = null;
this.btnOperation2.OccupancyBar_Lv4 = null;
this.btnOperation2.Size = new System.Drawing.Size(95, 40);
this.btnOperation2.TabIndex = 20;
this.btnOperation2.Text = "Table Insert";
this.btnOperation2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation2.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnOperation1
//
this.btnOperation1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(61)))), ((int)(((byte)(74)))));
this.btnOperation1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnOperation1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnOperation1.BorderStyleReDraw = false;
this.btnOperation1.ClickImage = null;
this.btnOperation1.DefaultImage = null;
this.btnOperation1.DisableImage = null;
this.btnOperation1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnOperation1.ForeColor = System.Drawing.Color.White;
this.btnOperation1.Location = new System.Drawing.Point(16, 702);
this.btnOperation1.Name = "btnOperation1";
this.btnOperation1.OccupancyBar = 0;
this.btnOperation1.OccupancyBar_Lv0 = null;
this.btnOperation1.OccupancyBar_Lv1 = null;
this.btnOperation1.OccupancyBar_Lv2 = null;
this.btnOperation1.OccupancyBar_Lv3 = null;
this.btnOperation1.OccupancyBar_Lv4 = null;
this.btnOperation1.Size = new System.Drawing.Size(95, 40);
this.btnOperation1.TabIndex = 19;
this.btnOperation1.Text = "Floor Manage";
this.btnOperation1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOperation1.Click += new System.EventHandler(this.btnOperation_Click);
//
// btnFloor10
//
this.btnFloor10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor10.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor10.BorderStyleReDraw = false;
this.btnFloor10.ClickImage = null;
this.btnFloor10.DefaultImage = null;
this.btnFloor10.DisableImage = null;
this.btnFloor10.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor10.Location = new System.Drawing.Point(817, 60);
this.btnFloor10.Name = "btnFloor10";
this.btnFloor10.OccupancyBar = 0;
this.btnFloor10.OccupancyBar_Lv0 = null;
this.btnFloor10.OccupancyBar_Lv1 = null;
this.btnFloor10.OccupancyBar_Lv2 = null;
this.btnFloor10.OccupancyBar_Lv3 = null;
this.btnFloor10.OccupancyBar_Lv4 = null;
this.btnFloor10.Size = new System.Drawing.Size(85, 40);
this.btnFloor10.TabIndex = 16;
this.btnFloor10.Text = "10F";
this.btnFloor10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor10.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor9
//
this.btnFloor9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor9.BorderStyleReDraw = false;
this.btnFloor9.ClickImage = null;
this.btnFloor9.DefaultImage = null;
this.btnFloor9.DisableImage = null;
this.btnFloor9.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor9.Location = new System.Drawing.Point(728, 60);
this.btnFloor9.Name = "btnFloor9";
this.btnFloor9.OccupancyBar = 0;
this.btnFloor9.OccupancyBar_Lv0 = null;
this.btnFloor9.OccupancyBar_Lv1 = null;
this.btnFloor9.OccupancyBar_Lv2 = null;
this.btnFloor9.OccupancyBar_Lv3 = null;
this.btnFloor9.OccupancyBar_Lv4 = null;
this.btnFloor9.Size = new System.Drawing.Size(85, 40);
this.btnFloor9.TabIndex = 15;
this.btnFloor9.Text = "9F";
this.btnFloor9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor9.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor8
//
this.btnFloor8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor8.BorderStyleReDraw = false;
this.btnFloor8.ClickImage = null;
this.btnFloor8.DefaultImage = null;
this.btnFloor8.DisableImage = null;
this.btnFloor8.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor8.Location = new System.Drawing.Point(639, 60);
this.btnFloor8.Name = "btnFloor8";
this.btnFloor8.OccupancyBar = 0;
this.btnFloor8.OccupancyBar_Lv0 = null;
this.btnFloor8.OccupancyBar_Lv1 = null;
this.btnFloor8.OccupancyBar_Lv2 = null;
this.btnFloor8.OccupancyBar_Lv3 = null;
this.btnFloor8.OccupancyBar_Lv4 = null;
this.btnFloor8.Size = new System.Drawing.Size(85, 40);
this.btnFloor8.TabIndex = 14;
this.btnFloor8.Text = "8F";
this.btnFloor8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor8.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor7
//
this.btnFloor7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor7.BorderStyleReDraw = false;
this.btnFloor7.ClickImage = null;
this.btnFloor7.DefaultImage = null;
this.btnFloor7.DisableImage = null;
this.btnFloor7.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor7.Location = new System.Drawing.Point(550, 60);
this.btnFloor7.Name = "btnFloor7";
this.btnFloor7.OccupancyBar = 0;
this.btnFloor7.OccupancyBar_Lv0 = null;
this.btnFloor7.OccupancyBar_Lv1 = null;
this.btnFloor7.OccupancyBar_Lv2 = null;
this.btnFloor7.OccupancyBar_Lv3 = null;
this.btnFloor7.OccupancyBar_Lv4 = null;
this.btnFloor7.Size = new System.Drawing.Size(85, 40);
this.btnFloor7.TabIndex = 13;
this.btnFloor7.Text = "7F";
this.btnFloor7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor7.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor6
//
this.btnFloor6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor6.BorderStyleReDraw = false;
this.btnFloor6.ClickImage = null;
this.btnFloor6.DefaultImage = null;
this.btnFloor6.DisableImage = null;
this.btnFloor6.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor6.Location = new System.Drawing.Point(461, 60);
this.btnFloor6.Name = "btnFloor6";
this.btnFloor6.OccupancyBar = 0;
this.btnFloor6.OccupancyBar_Lv0 = null;
this.btnFloor6.OccupancyBar_Lv1 = null;
this.btnFloor6.OccupancyBar_Lv2 = null;
this.btnFloor6.OccupancyBar_Lv3 = null;
this.btnFloor6.OccupancyBar_Lv4 = null;
this.btnFloor6.Size = new System.Drawing.Size(85, 40);
this.btnFloor6.TabIndex = 12;
this.btnFloor6.Text = "6F";
this.btnFloor6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor6.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor5
//
this.btnFloor5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor5.BorderStyleReDraw = false;
this.btnFloor5.ClickImage = null;
this.btnFloor5.DefaultImage = null;
this.btnFloor5.DisableImage = null;
this.btnFloor5.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor5.Location = new System.Drawing.Point(372, 60);
this.btnFloor5.Name = "btnFloor5";
this.btnFloor5.OccupancyBar = 0;
this.btnFloor5.OccupancyBar_Lv0 = null;
this.btnFloor5.OccupancyBar_Lv1 = null;
this.btnFloor5.OccupancyBar_Lv2 = null;
this.btnFloor5.OccupancyBar_Lv3 = null;
this.btnFloor5.OccupancyBar_Lv4 = null;
this.btnFloor5.Size = new System.Drawing.Size(85, 40);
this.btnFloor5.TabIndex = 11;
this.btnFloor5.Text = "5F";
this.btnFloor5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor5.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor4
//
this.btnFloor4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor4.BorderStyleReDraw = false;
this.btnFloor4.ClickImage = null;
this.btnFloor4.DefaultImage = null;
this.btnFloor4.DisableImage = null;
this.btnFloor4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor4.Location = new System.Drawing.Point(283, 60);
this.btnFloor4.Name = "btnFloor4";
this.btnFloor4.OccupancyBar = 0;
this.btnFloor4.OccupancyBar_Lv0 = null;
this.btnFloor4.OccupancyBar_Lv1 = null;
this.btnFloor4.OccupancyBar_Lv2 = null;
this.btnFloor4.OccupancyBar_Lv3 = null;
this.btnFloor4.OccupancyBar_Lv4 = null;
this.btnFloor4.Size = new System.Drawing.Size(85, 40);
this.btnFloor4.TabIndex = 10;
this.btnFloor4.Text = "4F";
this.btnFloor4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor4.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor3
//
this.btnFloor3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor3.BorderStyleReDraw = false;
this.btnFloor3.ClickImage = null;
this.btnFloor3.DefaultImage = null;
this.btnFloor3.DisableImage = null;
this.btnFloor3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor3.Location = new System.Drawing.Point(194, 60);
this.btnFloor3.Name = "btnFloor3";
this.btnFloor3.OccupancyBar = 0;
this.btnFloor3.OccupancyBar_Lv0 = null;
this.btnFloor3.OccupancyBar_Lv1 = null;
this.btnFloor3.OccupancyBar_Lv2 = null;
this.btnFloor3.OccupancyBar_Lv3 = null;
this.btnFloor3.OccupancyBar_Lv4 = null;
this.btnFloor3.Size = new System.Drawing.Size(85, 40);
this.btnFloor3.TabIndex = 9;
this.btnFloor3.Text = "3F";
this.btnFloor3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor3.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor2
//
this.btnFloor2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(115)))), ((int)(((byte)(143)))), ((int)(((byte)(165)))));
this.btnFloor2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloor2.BorderStyleReDraw = false;
this.btnFloor2.ClickImage = null;
this.btnFloor2.DefaultImage = null;
this.btnFloor2.DisableImage = null;
this.btnFloor2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloor2.Location = new System.Drawing.Point(105, 60);
this.btnFloor2.Name = "btnFloor2";
this.btnFloor2.OccupancyBar = 0;
this.btnFloor2.OccupancyBar_Lv0 = null;
this.btnFloor2.OccupancyBar_Lv1 = null;
this.btnFloor2.OccupancyBar_Lv2 = null;
this.btnFloor2.OccupancyBar_Lv3 = null;
this.btnFloor2.OccupancyBar_Lv4 = null;
this.btnFloor2.Size = new System.Drawing.Size(85, 40);
this.btnFloor2.TabIndex = 8;
this.btnFloor2.Text = "2F";
this.btnFloor2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor2.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloor1
//
this.btnFloor1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnFloor1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloor1.BorderStyleReDraw = false;
this.btnFloor1.ClickImage = null;
this.btnFloor1.DefaultImage = null;
this.btnFloor1.DisableImage = null;
this.btnFloor1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloor1.ForeColor = System.Drawing.Color.White;
this.btnFloor1.Location = new System.Drawing.Point(16, 60);
this.btnFloor1.Name = "btnFloor1";
this.btnFloor1.OccupancyBar = 0;
this.btnFloor1.OccupancyBar_Lv0 = null;
this.btnFloor1.OccupancyBar_Lv1 = null;
this.btnFloor1.OccupancyBar_Lv2 = null;
this.btnFloor1.OccupancyBar_Lv3 = null;
this.btnFloor1.OccupancyBar_Lv4 = null;
this.btnFloor1.Size = new System.Drawing.Size(85, 40);
this.btnFloor1.TabIndex = 7;
this.btnFloor1.Text = "1F";
this.btnFloor1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloor1.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloorNext
//
this.btnFloorNext.BackColor = System.Drawing.Color.White;
this.btnFloorNext.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloorNext.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloorNext.BorderStyleReDraw = false;
this.btnFloorNext.ClickImage = null;
this.btnFloorNext.DefaultImage = null;
this.btnFloorNext.DisableImage = null;
this.btnFloorNext.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloorNext.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloorNext.Location = new System.Drawing.Point(966, 60);
this.btnFloorNext.Name = "btnFloorNext";
this.btnFloorNext.OccupancyBar = 0;
this.btnFloorNext.OccupancyBar_Lv0 = null;
this.btnFloorNext.OccupancyBar_Lv1 = null;
this.btnFloorNext.OccupancyBar_Lv2 = null;
this.btnFloorNext.OccupancyBar_Lv3 = null;
this.btnFloorNext.OccupancyBar_Lv4 = null;
this.btnFloorNext.Size = new System.Drawing.Size(45, 40);
this.btnFloorNext.TabIndex = 18;
this.btnFloorNext.Text = "▶";
this.btnFloorNext.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloorNext.Click += new System.EventHandler(this.btnFloor_Click);
//
// btnFloorPre
//
this.btnFloorPre.BackColor = System.Drawing.Color.White;
this.btnFloorPre.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFloorPre.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnFloorPre.BorderStyleReDraw = false;
this.btnFloorPre.ClickImage = null;
this.btnFloorPre.DefaultImage = null;
this.btnFloorPre.DisableImage = null;
this.btnFloorPre.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFloorPre.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
this.btnFloorPre.Location = new System.Drawing.Point(918, 60);
this.btnFloorPre.Name = "btnFloorPre";
this.btnFloorPre.OccupancyBar = 0;
this.btnFloorPre.OccupancyBar_Lv0 = null;
this.btnFloorPre.OccupancyBar_Lv1 = null;
this.btnFloorPre.OccupancyBar_Lv2 = null;
this.btnFloorPre.OccupancyBar_Lv3 = null;
this.btnFloorPre.OccupancyBar_Lv4 = null;
this.btnFloorPre.Size = new System.Drawing.Size(45, 40);
this.btnFloorPre.TabIndex = 17;
this.btnFloorPre.Text = "◀";
this.btnFloorPre.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFloorPre.Click += new System.EventHandler(this.btnFloor_Click);
//
// pnlTable
//
this.pnlTable.BackColor = System.Drawing.Color.White;
this.pnlTable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlTable.Location = new System.Drawing.Point(5, 144);
this.pnlTable.Name = "pnlTable";
this.pnlTable.Size = new System.Drawing.Size(986, 550);
this.pnlTable.TabIndex = 0;
this.pnlTable.Click += new System.EventHandler(this.pnlTable_Click);
//
// lblTableInfo
//
this.lblTableInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.lblTableInfo.BorderStyleReDraw = false;
this.lblTableInfo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTableInfo.ForeColor = System.Drawing.Color.White;
this.lblTableInfo.Location = new System.Drawing.Point(641, 748);
this.lblTableInfo.Name = "lblTableInfo";
this.lblTableInfo.Size = new System.Drawing.Size(369, 18);
this.lblTableInfo.TabIndex = 32;
this.lblTableInfo.Text = "X:1024 Y:768 W:1024 H:768";
this.lblTableInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblDateTime
//
this.lblDateTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblDateTime.BorderStyleReDraw = false;
this.lblDateTime.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblDateTime.ForeColor = System.Drawing.Color.White;
this.lblDateTime.Location = new System.Drawing.Point(801, 11);
this.lblDateTime.Name = "lblDateTime";
this.lblDateTime.Size = new System.Drawing.Size(211, 27);
this.lblDateTime.TabIndex = 38;
this.lblDateTime.Text = "2016.04.27 18:34:52";
this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblPosNo
//
this.lblPosNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblPosNo.BorderStyleReDraw = false;
this.lblPosNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblPosNo.ForeColor = System.Drawing.Color.White;
this.lblPosNo.Location = new System.Drawing.Point(309, 11);
this.lblPosNo.Name = "lblPosNo";
this.lblPosNo.Size = new System.Drawing.Size(79, 28);
this.lblPosNo.TabIndex = 36;
this.lblPosNo.Text = "POS:01";
this.lblPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblStoreNm
//
this.lblStoreNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblStoreNm.BorderStyleReDraw = false;
this.lblStoreNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblStoreNm.ForeColor = System.Drawing.Color.White;
this.lblStoreNm.Location = new System.Drawing.Point(174, 11);
this.lblStoreNm.Name = "lblStoreNm";
this.lblStoreNm.Size = new System.Drawing.Size(124, 27);
this.lblStoreNm.TabIndex = 35;
this.lblStoreNm.Text = "StoreName";
this.lblStoreNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
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(13, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(154, 48);
this.lblTitle.TabIndex = 34;
this.lblTitle.Text = "Table Editor";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// tmrSaleTimer
//
this.tmrSaleTimer.Interval = 1000;
this.tmrSaleTimer.Tick += new System.EventHandler(this.tmrSaleTimer_Tick);
//
// lblSelectInfo
//
this.lblSelectInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
this.lblSelectInfo.BorderStyleReDraw = false;
this.lblSelectInfo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblSelectInfo.ForeColor = System.Drawing.Color.White;
this.lblSelectInfo.Location = new System.Drawing.Point(396, 11);
this.lblSelectInfo.Name = "lblSelectInfo";
this.lblSelectInfo.Size = new System.Drawing.Size(399, 28);
this.lblSelectInfo.TabIndex = 37;
this.lblSelectInfo.Text = "층 : 001 [F1]";
this.lblSelectInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblGuideMsg
//
this.lblGuideMsg.BackColor = System.Drawing.Color.White;
this.lblGuideMsg.BorderStyleReDraw = true;
this.lblGuideMsg.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblGuideMsg.Location = new System.Drawing.Point(371, 105);
this.lblGuideMsg.Name = "lblGuideMsg";
this.lblGuideMsg.Size = new System.Drawing.Size(640, 34);
this.lblGuideMsg.TabIndex = 6;
this.lblGuideMsg.Text = "가이드 메시지 ";
this.lblGuideMsg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblUser
//
this.lblUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.lblUser.BorderStyleReDraw = false;
this.lblUser.Font = new System.Drawing.Font("나눔스퀘어", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblUser.ForeColor = System.Drawing.Color.White;
this.lblUser.Location = new System.Drawing.Point(12, 748);
this.lblUser.Name = "lblUser";
this.lblUser.Size = new System.Drawing.Size(390, 18);
this.lblUser.TabIndex = 30;
this.lblUser.Text = "UserInfo";
this.lblUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnFixedCreate
//
this.btnFixedCreate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
this.btnFixedCreate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnFixedCreate.BorderStyleReDraw = false;
this.btnFixedCreate.ClickImage = null;
this.btnFixedCreate.DefaultImage = null;
this.btnFixedCreate.DisableImage = null;
this.btnFixedCreate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFixedCreate.ForeColor = System.Drawing.Color.White;
this.btnFixedCreate.Location = new System.Drawing.Point(16, 105);
this.btnFixedCreate.Name = "btnFixedCreate";
this.btnFixedCreate.OccupancyBar = 0;
this.btnFixedCreate.OccupancyBar_Lv0 = null;
this.btnFixedCreate.OccupancyBar_Lv1 = null;
this.btnFixedCreate.OccupancyBar_Lv2 = null;
this.btnFixedCreate.OccupancyBar_Lv3 = null;
this.btnFixedCreate.OccupancyBar_Lv4 = null;
this.btnFixedCreate.Size = new System.Drawing.Size(85, 34);
this.btnFixedCreate.TabIndex = 5;
this.btnFixedCreate.Text = "CREATE";
this.btnFixedCreate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnFixedCreate.Click += new System.EventHandler(this.btnFixedCreate_Click);
//
// txtFixedY
//
this.txtFixedY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtFixedY.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
this.txtFixedY.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtFixedY.BorderStyleReDraw = false;
this.txtFixedY.ClearFlag = false;
this.txtFixedY.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtFixedY.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
this.txtFixedY.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtFixedY.InputType = Cosmos.UI.InputType.Digit;
this.txtFixedY.InputTypeFormat = "";
this.txtFixedY.Location = new System.Drawing.Point(203, 105);
this.txtFixedY.Margin = new System.Windows.Forms.Padding(5);
this.txtFixedY.MaxLength = 1;
this.txtFixedY.MaxLengthAutoEnd = false;
this.txtFixedY.MaxLengthForKeyIn = 32767;
this.txtFixedY.MaxLengthForNumpad = 32767;
this.txtFixedY.Name = "txtFixedY";
this.txtFixedY.PasswordChar = '\0';
this.txtFixedY.ReadOnly = false;
this.txtFixedY.Size = new System.Drawing.Size(38, 34);
this.txtFixedY.TabIndex = 2;
this.txtFixedY.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtFixedY.UseDualMaxLength = false;
this.txtFixedY.Value = "5";
this.txtFixedY.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtFixed_KeyDownEvent);
this.txtFixedY.Enter += new System.EventHandler(this.txtFixed_Enter);
this.txtFixedY.Leave += new System.EventHandler(this.txtFixed_Leave);
//
// txtFixedX
//
this.txtFixedX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtFixedX.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
this.txtFixedX.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtFixedX.BorderStyleReDraw = false;
this.txtFixedX.ClearFlag = false;
this.txtFixedX.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.txtFixedX.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
this.txtFixedX.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtFixedX.InputType = Cosmos.UI.InputType.Digit;
this.txtFixedX.InputTypeFormat = "";
this.txtFixedX.Location = new System.Drawing.Point(105, 105);
this.txtFixedX.Margin = new System.Windows.Forms.Padding(5);
this.txtFixedX.MaxLength = 1;
this.txtFixedX.MaxLengthAutoEnd = false;
this.txtFixedX.MaxLengthForKeyIn = 32767;
this.txtFixedX.MaxLengthForNumpad = 32767;
this.txtFixedX.Name = "txtFixedX";
this.txtFixedX.PasswordChar = '\0';
this.txtFixedX.ReadOnly = false;
this.txtFixedX.Size = new System.Drawing.Size(38, 34);
this.txtFixedX.TabIndex = 1;
this.txtFixedX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtFixedX.UseDualMaxLength = false;
this.txtFixedX.Value = "6";
this.txtFixedX.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtFixed_KeyDownEvent);
this.txtFixedX.Enter += new System.EventHandler(this.txtFixed_Enter);
this.txtFixedX.Leave += new System.EventHandler(this.txtFixed_Leave);
//
// csmLabel1
//
this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(105)))), ((int)(((byte)(121)))));
this.csmLabel1.BorderStyleReDraw = false;
this.csmLabel1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel1.ForeColor = System.Drawing.Color.White;
this.csmLabel1.Location = new System.Drawing.Point(185, 105);
this.csmLabel1.Name = "csmLabel1";
this.csmLabel1.Size = new System.Drawing.Size(17, 34);
this.csmLabel1.TabIndex = 39;
this.csmLabel1.Text = "X";
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnUpY
//
this.btnUpY.BackColor = System.Drawing.Color.DarkGray;
this.btnUpY.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUpY.BorderStyleReDraw = false;
this.btnUpY.ClickImage = null;
this.btnUpY.DefaultImage = null;
this.btnUpY.DisableImage = null;
this.btnUpY.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUpY.ForeColor = System.Drawing.Color.Black;
this.btnUpY.Location = new System.Drawing.Point(241, 105);
this.btnUpY.Name = "btnUpY";
this.btnUpY.OccupancyBar = 0;
this.btnUpY.OccupancyBar_Lv0 = null;
this.btnUpY.OccupancyBar_Lv1 = null;
this.btnUpY.OccupancyBar_Lv2 = null;
this.btnUpY.OccupancyBar_Lv3 = null;
this.btnUpY.OccupancyBar_Lv4 = null;
this.btnUpY.Size = new System.Drawing.Size(38, 34);
this.btnUpY.TabIndex = 3;
this.btnUpY.Text = "▲";
this.btnUpY.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUpY.Click += new System.EventHandler(this.btnFixedUp_Click);
//
// btnUpX
//
this.btnUpX.BackColor = System.Drawing.Color.DarkGray;
this.btnUpX.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnUpX.BorderStyleReDraw = false;
this.btnUpX.ClickImage = null;
this.btnUpX.DefaultImage = null;
this.btnUpX.DisableImage = null;
this.btnUpX.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnUpX.ForeColor = System.Drawing.Color.Black;
this.btnUpX.Location = new System.Drawing.Point(143, 105);
this.btnUpX.Name = "btnUpX";
this.btnUpX.OccupancyBar = 0;
this.btnUpX.OccupancyBar_Lv0 = null;
this.btnUpX.OccupancyBar_Lv1 = null;
this.btnUpX.OccupancyBar_Lv2 = null;
this.btnUpX.OccupancyBar_Lv3 = null;
this.btnUpX.OccupancyBar_Lv4 = null;
this.btnUpX.Size = new System.Drawing.Size(38, 34);
this.btnUpX.TabIndex = 4;
this.btnUpX.Text = "▲";
this.btnUpX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnUpX.Click += new System.EventHandler(this.btnFixedUp_Click);
//
// lblTableCnt
//
this.lblTableCnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24)))));
this.lblTableCnt.BorderStyleReDraw = false;
this.lblTableCnt.Font = new System.Drawing.Font("나눔스퀘어", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTableCnt.ForeColor = System.Drawing.Color.White;
this.lblTableCnt.Location = new System.Drawing.Point(408, 748);
this.lblTableCnt.Name = "lblTableCnt";
this.lblTableCnt.Size = new System.Drawing.Size(227, 18);
this.lblTableCnt.TabIndex = 31;
this.lblTableCnt.Text = "Table Count : ";
this.lblTableCnt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmTableEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(105)))), ((int)(((byte)(121)))));
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.lblTableCnt);
this.Controls.Add(this.btnUpX);
this.Controls.Add(this.txtFixedX);
this.Controls.Add(this.btnUpY);
this.Controls.Add(this.csmLabel1);
this.Controls.Add(this.txtFixedY);
this.Controls.Add(this.btnFixedCreate);
this.Controls.Add(this.lblUser);
this.Controls.Add(this.lblGuideMsg);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblDateTime);
this.Controls.Add(this.lblSelectInfo);
this.Controls.Add(this.lblPosNo);
this.Controls.Add(this.lblStoreNm);
this.Controls.Add(this.lblTableInfo);
this.Controls.Add(this.pnlTable);
this.Controls.Add(this.btnFloor10);
this.Controls.Add(this.btnFloor9);
this.Controls.Add(this.btnFloor8);
this.Controls.Add(this.btnFloor7);
this.Controls.Add(this.btnFloor6);
this.Controls.Add(this.btnFloor5);
this.Controls.Add(this.btnFloor4);
this.Controls.Add(this.btnFloor3);
this.Controls.Add(this.btnFloorNext);
this.Controls.Add(this.btnFloorPre);
this.Controls.Add(this.btnFloor2);
this.Controls.Add(this.btnFloor1);
this.Controls.Add(this.btnOperation10);
this.Controls.Add(this.btnOperation9);
this.Controls.Add(this.btnOperation8);
this.Controls.Add(this.btnOperation7);
this.Controls.Add(this.btnOperation6);
this.Controls.Add(this.btnOperation5);
this.Controls.Add(this.btnOperation4);
this.Controls.Add(this.btnOperation3);
this.Controls.Add(this.btnOperation2);
this.Controls.Add(this.btnOperation1);
this.Controls.Add(this.picBtm);
this.Controls.Add(this.picTop);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmTableEditor";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "TableEditor";
this.Activated += new System.EventHandler(this.Form_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
this.Load += new System.EventHandler(this.Form_Load);
this.Click += new System.EventHandler(this.pnlTable_Click);
((System.ComponentModel.ISupportInitialize)(this.picTop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBtm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picTop;
private System.Windows.Forms.PictureBox picBtm;
private Cosmos.UI.CsmButton btnOperation10;
private Cosmos.UI.CsmButton btnOperation9;
private Cosmos.UI.CsmButton btnOperation8;
private Cosmos.UI.CsmButton btnOperation7;
private Cosmos.UI.CsmButton btnOperation6;
private Cosmos.UI.CsmButton btnOperation5;
private Cosmos.UI.CsmButton btnOperation4;
private Cosmos.UI.CsmButton btnOperation3;
private Cosmos.UI.CsmButton btnOperation2;
private Cosmos.UI.CsmButton btnOperation1;
private Cosmos.UI.CsmButton btnFloor10;
private Cosmos.UI.CsmButton btnFloor9;
private Cosmos.UI.CsmButton btnFloor8;
private Cosmos.UI.CsmButton btnFloor7;
private Cosmos.UI.CsmButton btnFloor6;
private Cosmos.UI.CsmButton btnFloor5;
private Cosmos.UI.CsmButton btnFloor4;
private Cosmos.UI.CsmButton btnFloor3;
private Cosmos.UI.CsmButton btnFloorNext;
private Cosmos.UI.CsmButton btnFloorPre;
private Cosmos.UI.CsmButton btnFloor2;
private Cosmos.UI.CsmButton btnFloor1;
private System.Windows.Forms.Panel pnlTable;
private Cosmos.UI.CsmLabel lblTableInfo;
private Cosmos.UI.CsmLabel lblDateTime;
private Cosmos.UI.CsmLabel lblPosNo;
private Cosmos.UI.CsmLabel lblStoreNm;
private Cosmos.UI.CsmLabel lblTitle;
private System.Windows.Forms.Timer tmrSaleTimer;
private Cosmos.UI.CsmLabel lblSelectInfo;
private Cosmos.UI.CsmLabel lblGuideMsg;
private Cosmos.UI.CsmLabel lblUser;
private Cosmos.UI.CsmButton btnFixedCreate;
private Cosmos.UI.CsmPosEditBox txtFixedY;
private Cosmos.UI.CsmPosEditBox txtFixedX;
private Cosmos.UI.CsmLabel csmLabel1;
private Cosmos.UI.CsmButton btnUpY;
private Cosmos.UI.CsmButton btnUpX;
private Cosmos.UI.CsmLabel lblTableCnt;
}
}