namespace Cosmos.Win { partial class frmSaleMain_Pay_800 { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSaleMain_Pay_800)); this.tmrSaleTimer = new System.Windows.Forms.Timer(this.components); this.picTopBg = new System.Windows.Forms.PictureBox(); this.pnlPayMainBack = new Cosmos.UI.CsmPanel(); this.lblHappyPoint = new Cosmos.UI.CsmLabel(); this.txtPayDiscountAmt = new Cosmos.UI.CsmLabel(); this.txtPayQtySaleAmt = new Cosmos.UI.CsmLabel(); this.BtnPayCanc = new Cosmos.UI.CsmButton(); this.BtnPayMain = new Cosmos.UI.CsmButton(); this.txtPayRecvAmt = new Cosmos.UI.CsmLabel(); this.lblPayRecvAmt = new Cosmos.UI.CsmLabel(); this.txtPayNetSaleAmt = new Cosmos.UI.CsmLabel(); this.lblPayNetSaleAmt = new Cosmos.UI.CsmLabel(); this.lblPayDiscountAmt = new Cosmos.UI.CsmLabel(); this.lblPayQtySaleAmt = new Cosmos.UI.CsmLabel(); this.lstPaymentList = new System.Windows.Forms.ListView(); this.lblPayAmtBack = new Cosmos.UI.CsmLabel(); this.tmrCustCount = new System.Windows.Forms.Timer(this.components); this.lblTableInfo = new Cosmos.UI.CsmLabel(); this.lblDeviceStatus = new Cosmos.UI.CsmLabel(); this.tmrDateTime = new System.Windows.Forms.Timer(this.components); this.lblDBVersion = new Cosmos.UI.CsmLabel(); this.lblPgmVersion = new Cosmos.UI.CsmLabel(); this.picFooterBg = new System.Windows.Forms.PictureBox(); this.lblDeviceState = new Cosmos.UI.CsmLabel(); this.lblOwnerPart = new Cosmos.UI.CsmLabel(); this.lblIFStatus3 = new Cosmos.UI.CsmLabel(); this.lblIFStatus2 = new Cosmos.UI.CsmLabel(); this.picWeb = new Cosmos.UI.CsmPictureBox(); this.btnAdmin = new Cosmos.UI.CsmButton(); this.lblDateTime = new Cosmos.UI.CsmLabel(); this.lblIFStatus1 = new Cosmos.UI.CsmLabel(); this.lblCashier = new Cosmos.UI.CsmLabel(); this.lblTranNo = new Cosmos.UI.CsmLabel(); this.lblWeb = new Cosmos.UI.CsmLabel(); this.lblEtc = new Cosmos.UI.CsmLabel(); this.lblPosNo = new Cosmos.UI.CsmLabel(); this.lblStoreNm = new Cosmos.UI.CsmLabel(); this.lblSaleStatus = new Cosmos.UI.CsmLabel(); this.picPayBack = new Cosmos.UI.CsmPictureBox(); this.cFuncPnts = new Cosmos.UI.CsmFunc(); this.picStepTitle1 = new Cosmos.UI.CsmPictureBox(); this.lblPayStep1 = new Cosmos.UI.CsmLabel(); this.lblStepTitle1 = new Cosmos.UI.CsmLabel(); this.rtbMotMain = new System.Windows.Forms.RichTextBox(); this.pnlStep2 = new Cosmos.UI.CsmPanel(); this.picStepTitle2 = new Cosmos.UI.CsmPictureBox(); this.lblPayStep2 = new Cosmos.UI.CsmLabel(); this.lblStepTitle2 = new Cosmos.UI.CsmLabel(); this.pnlStep1 = new Cosmos.UI.CsmPanel(); this.picStepTitle3 = new Cosmos.UI.CsmPictureBox(); this.pnlStep3 = new Cosmos.UI.CsmPanel(); this.lblPayStep3 = new Cosmos.UI.CsmLabel(); this.lblStepTitle3 = new Cosmos.UI.CsmLabel(); this.cFuncPays = new Cosmos.UI.CsmFunc(); this.cFuncDcs = new Cosmos.UI.CsmFunc(); ((System.ComponentModel.ISupportInitialize)(this.picTopBg)).BeginInit(); this.pnlPayMainBack.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFooterBg)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picWeb)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picPayBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle1)).BeginInit(); this.pnlStep2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle2)).BeginInit(); this.pnlStep1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle3)).BeginInit(); this.pnlStep3.SuspendLayout(); this.SuspendLayout(); // // tmrSaleTimer // this.tmrSaleTimer.Interval = 1000; // // picTopBg // this.picTopBg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.picTopBg.Location = new System.Drawing.Point(0, 0); this.picTopBg.Name = "picTopBg"; this.picTopBg.Size = new System.Drawing.Size(800, 50); this.picTopBg.TabIndex = 28; this.picTopBg.TabStop = false; // // pnlPayMainBack // this.pnlPayMainBack.BackColor = System.Drawing.Color.White; this.pnlPayMainBack.Controls.Add(this.cFuncPnts); this.pnlPayMainBack.Controls.Add(this.rtbMotMain); this.pnlPayMainBack.Controls.Add(this.pnlStep2); this.pnlPayMainBack.Controls.Add(this.pnlStep1); this.pnlPayMainBack.Controls.Add(this.pnlStep3); this.pnlPayMainBack.Controls.Add(this.cFuncPays); this.pnlPayMainBack.Controls.Add(this.cFuncDcs); this.pnlPayMainBack.Controls.Add(this.lblHappyPoint); this.pnlPayMainBack.Controls.Add(this.txtPayDiscountAmt); this.pnlPayMainBack.Controls.Add(this.txtPayQtySaleAmt); this.pnlPayMainBack.Controls.Add(this.BtnPayCanc); this.pnlPayMainBack.Controls.Add(this.BtnPayMain); this.pnlPayMainBack.Controls.Add(this.txtPayRecvAmt); this.pnlPayMainBack.Controls.Add(this.lblPayRecvAmt); this.pnlPayMainBack.Controls.Add(this.txtPayNetSaleAmt); this.pnlPayMainBack.Controls.Add(this.lblPayNetSaleAmt); this.pnlPayMainBack.Controls.Add(this.lblPayDiscountAmt); this.pnlPayMainBack.Controls.Add(this.lblPayQtySaleAmt); this.pnlPayMainBack.Controls.Add(this.lstPaymentList); this.pnlPayMainBack.Controls.Add(this.lblPayAmtBack); this.pnlPayMainBack.Controls.Add(this.picPayBack); this.pnlPayMainBack.Location = new System.Drawing.Point(0, 50); this.pnlPayMainBack.Name = "pnlPayMainBack"; this.pnlPayMainBack.Size = new System.Drawing.Size(800, 528); this.pnlPayMainBack.TabIndex = 35; // // lblHappyPoint // this.lblHappyPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblHappyPoint.BorderStyleReDraw = false; this.lblHappyPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblHappyPoint.ForeColor = System.Drawing.Color.White; this.lblHappyPoint.Location = new System.Drawing.Point(5, 439); this.lblHappyPoint.Name = "lblHappyPoint"; this.lblHappyPoint.Size = new System.Drawing.Size(162, 87); this.lblHappyPoint.TabIndex = 295; this.lblHappyPoint.Text = "[홍길동]"; // // txtPayDiscountAmt // this.txtPayDiscountAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.txtPayDiscountAmt.BorderStyleReDraw = false; this.txtPayDiscountAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPayDiscountAmt.ForeColor = System.Drawing.Color.White; this.txtPayDiscountAmt.Location = new System.Drawing.Point(277, 458); this.txtPayDiscountAmt.Name = "txtPayDiscountAmt"; this.txtPayDiscountAmt.Size = new System.Drawing.Size(151, 21); this.txtPayDiscountAmt.TabIndex = 148; this.txtPayDiscountAmt.Text = "- 2,680"; this.txtPayDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPayQtySaleAmt // this.txtPayQtySaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.txtPayQtySaleAmt.BorderStyleReDraw = false; this.txtPayQtySaleAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPayQtySaleAmt.ForeColor = System.Drawing.Color.White; this.txtPayQtySaleAmt.Location = new System.Drawing.Point(270, 439); this.txtPayQtySaleAmt.Name = "txtPayQtySaleAmt"; this.txtPayQtySaleAmt.Size = new System.Drawing.Size(158, 20); this.txtPayQtySaleAmt.TabIndex = 149; this.txtPayQtySaleAmt.Text = "1/34343"; this.txtPayQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // BtnPayCanc // this.BtnPayCanc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); this.BtnPayCanc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BtnPayCanc.BorderStyleReDraw = false; this.BtnPayCanc.ClickImage = null; this.BtnPayCanc.DefaultImage = null; this.BtnPayCanc.DisableImage = null; this.BtnPayCanc.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.BtnPayCanc.ForeColor = System.Drawing.Color.White; this.BtnPayCanc.Location = new System.Drawing.Point(701, 439); this.BtnPayCanc.Name = "BtnPayCanc"; this.BtnPayCanc.OccupancyBar = 0; this.BtnPayCanc.OccupancyBar_Lv0 = null; this.BtnPayCanc.OccupancyBar_Lv1 = null; this.BtnPayCanc.OccupancyBar_Lv2 = null; this.BtnPayCanc.OccupancyBar_Lv3 = null; this.BtnPayCanc.OccupancyBar_Lv4 = null; this.BtnPayCanc.Size = new System.Drawing.Size(93, 42); this.BtnPayCanc.TabIndex = 160; this.BtnPayCanc.Text = "결제 취소"; this.BtnPayCanc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // BtnPayMain // this.BtnPayMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); this.BtnPayMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BtnPayMain.BorderStyleReDraw = false; this.BtnPayMain.ClickImage = null; this.BtnPayMain.DefaultImage = null; this.BtnPayMain.DisableImage = null; this.BtnPayMain.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.BtnPayMain.ForeColor = System.Drawing.Color.White; this.BtnPayMain.Location = new System.Drawing.Point(701, 483); this.BtnPayMain.Name = "BtnPayMain"; this.BtnPayMain.OccupancyBar = 0; this.BtnPayMain.OccupancyBar_Lv0 = null; this.BtnPayMain.OccupancyBar_Lv1 = null; this.BtnPayMain.OccupancyBar_Lv2 = null; this.BtnPayMain.OccupancyBar_Lv3 = null; this.BtnPayMain.OccupancyBar_Lv4 = null; this.BtnPayMain.Size = new System.Drawing.Size(93, 42); this.BtnPayMain.TabIndex = 159; this.BtnPayMain.Text = "메인"; this.BtnPayMain.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtPayRecvAmt // this.txtPayRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.txtPayRecvAmt.BorderStyleReDraw = false; this.txtPayRecvAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPayRecvAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.txtPayRecvAmt.Location = new System.Drawing.Point(274, 478); this.txtPayRecvAmt.Name = "txtPayRecvAmt"; this.txtPayRecvAmt.Size = new System.Drawing.Size(157, 26); this.txtPayRecvAmt.TabIndex = 151; this.txtPayRecvAmt.Text = "11,720"; this.txtPayRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblPayRecvAmt // this.lblPayRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblPayRecvAmt.BorderStyleReDraw = false; this.lblPayRecvAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayRecvAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.lblPayRecvAmt.Location = new System.Drawing.Point(171, 480); this.lblPayRecvAmt.Name = "lblPayRecvAmt"; this.lblPayRecvAmt.Size = new System.Drawing.Size(111, 20); this.lblPayRecvAmt.TabIndex = 153; this.lblPayRecvAmt.Text = "받은 금액"; this.lblPayRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtPayNetSaleAmt // this.txtPayNetSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.txtPayNetSaleAmt.BorderStyleReDraw = false; this.txtPayNetSaleAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPayNetSaleAmt.ForeColor = System.Drawing.Color.Yellow; this.txtPayNetSaleAmt.Location = new System.Drawing.Point(276, 500); this.txtPayNetSaleAmt.Name = "txtPayNetSaleAmt"; this.txtPayNetSaleAmt.Size = new System.Drawing.Size(156, 26); this.txtPayNetSaleAmt.TabIndex = 150; this.txtPayNetSaleAmt.Text = "11,720"; this.txtPayNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblPayNetSaleAmt // this.lblPayNetSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblPayNetSaleAmt.BorderStyleReDraw = false; this.lblPayNetSaleAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayNetSaleAmt.ForeColor = System.Drawing.Color.Yellow; this.lblPayNetSaleAmt.Location = new System.Drawing.Point(171, 504); this.lblPayNetSaleAmt.Name = "lblPayNetSaleAmt"; this.lblPayNetSaleAmt.Size = new System.Drawing.Size(109, 21); this.lblPayNetSaleAmt.TabIndex = 152; this.lblPayNetSaleAmt.Text = "받을 금액"; this.lblPayNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPayDiscountAmt // this.lblPayDiscountAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblPayDiscountAmt.BorderStyleReDraw = false; this.lblPayDiscountAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayDiscountAmt.ForeColor = System.Drawing.Color.White; this.lblPayDiscountAmt.Location = new System.Drawing.Point(171, 459); this.lblPayDiscountAmt.Name = "lblPayDiscountAmt"; this.lblPayDiscountAmt.Size = new System.Drawing.Size(108, 21); this.lblPayDiscountAmt.TabIndex = 154; this.lblPayDiscountAmt.Text = "할인 금액"; this.lblPayDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPayQtySaleAmt // this.lblPayQtySaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblPayQtySaleAmt.BorderStyleReDraw = false; this.lblPayQtySaleAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayQtySaleAmt.ForeColor = System.Drawing.Color.White; this.lblPayQtySaleAmt.Location = new System.Drawing.Point(171, 440); this.lblPayQtySaleAmt.Name = "lblPayQtySaleAmt"; this.lblPayQtySaleAmt.Size = new System.Drawing.Size(109, 19); this.lblPayQtySaleAmt.TabIndex = 155; this.lblPayQtySaleAmt.Text = "수량/총 금액"; this.lblPayQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lstPaymentList // this.lstPaymentList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); this.lstPaymentList.BorderStyle = System.Windows.Forms.BorderStyle.None; this.lstPaymentList.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lstPaymentList.ForeColor = System.Drawing.Color.White; this.lstPaymentList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.lstPaymentList.Location = new System.Drawing.Point(432, 439); this.lstPaymentList.Name = "lstPaymentList"; this.lstPaymentList.Scrollable = false; this.lstPaymentList.Size = new System.Drawing.Size(263, 87); this.lstPaymentList.TabIndex = 166; this.lstPaymentList.UseCompatibleStateImageBehavior = false; this.lstPaymentList.View = System.Windows.Forms.View.Details; // // lblPayAmtBack // this.lblPayAmtBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63))))); this.lblPayAmtBack.BorderStyleReDraw = false; this.lblPayAmtBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayAmtBack.ForeColor = System.Drawing.Color.White; this.lblPayAmtBack.Location = new System.Drawing.Point(169, 439); this.lblPayAmtBack.Name = "lblPayAmtBack"; this.lblPayAmtBack.Size = new System.Drawing.Size(263, 87); this.lblPayAmtBack.TabIndex = 296; this.lblPayAmtBack.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tmrCustCount // this.tmrCustCount.Interval = 10; // // lblTableInfo // this.lblTableInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); 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(103, 25); this.lblTableInfo.Name = "lblTableInfo"; this.lblTableInfo.Size = new System.Drawing.Size(115, 21); this.lblTableInfo.TabIndex = 310; this.lblTableInfo.Text = "테이블:1F-001"; this.lblTableInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDeviceStatus // this.lblDeviceStatus.BorderStyleReDraw = false; this.lblDeviceStatus.Location = new System.Drawing.Point(0, 0); this.lblDeviceStatus.Name = "lblDeviceStatus"; this.lblDeviceStatus.Size = new System.Drawing.Size(100, 23); this.lblDeviceStatus.TabIndex = 0; // // tmrDateTime // this.tmrDateTime.Interval = 1000; // // lblDBVersion // this.lblDBVersion.AutoSize = true; this.lblDBVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblDBVersion.BorderStyleReDraw = false; this.lblDBVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold); this.lblDBVersion.ForeColor = System.Drawing.Color.White; this.lblDBVersion.Location = new System.Drawing.Point(617, 580); this.lblDBVersion.Name = "lblDBVersion"; this.lblDBVersion.Size = new System.Drawing.Size(181, 18); this.lblDBVersion.TabIndex = 343; this.lblDBVersion.Text = "DB Ver : 2016.04.28.04"; this.lblDBVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblPgmVersion // this.lblPgmVersion.AutoSize = true; this.lblPgmVersion.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblPgmVersion.BorderStyleReDraw = false; this.lblPgmVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold); this.lblPgmVersion.ForeColor = System.Drawing.Color.White; this.lblPgmVersion.Location = new System.Drawing.Point(449, 580); this.lblPgmVersion.Name = "lblPgmVersion"; this.lblPgmVersion.Size = new System.Drawing.Size(162, 18); this.lblPgmVersion.TabIndex = 342; this.lblPgmVersion.Text = "Ver : 160428-000001"; this.lblPgmVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // picFooterBg // this.picFooterBg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.picFooterBg.Location = new System.Drawing.Point(1, 578); this.picFooterBg.Name = "picFooterBg"; this.picFooterBg.Size = new System.Drawing.Size(800, 22); this.picFooterBg.TabIndex = 344; this.picFooterBg.TabStop = false; // // lblDeviceState // this.lblDeviceState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblDeviceState.BorderStyleReDraw = false; this.lblDeviceState.Font = new System.Drawing.Font("나눔스퀘어", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDeviceState.ForeColor = System.Drawing.Color.DeepSkyBlue; this.lblDeviceState.Location = new System.Drawing.Point(656, 15); this.lblDeviceState.Name = "lblDeviceState"; this.lblDeviceState.Size = new System.Drawing.Size(20, 21); this.lblDeviceState.TabIndex = 358; this.lblDeviceState.Text = "●"; this.lblDeviceState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblOwnerPart // this.lblOwnerPart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblOwnerPart.BorderStyleReDraw = false; this.lblOwnerPart.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblOwnerPart.ForeColor = System.Drawing.Color.White; this.lblOwnerPart.Location = new System.Drawing.Point(526, 26); this.lblOwnerPart.Name = "lblOwnerPart"; this.lblOwnerPart.Size = new System.Drawing.Size(134, 21); this.lblOwnerPart.TabIndex = 361; this.lblOwnerPart.Text = "[전월]100/[당월]100"; this.lblOwnerPart.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblIFStatus3 // this.lblIFStatus3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblIFStatus3.BorderStyleReDraw = false; this.lblIFStatus3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblIFStatus3.ForeColor = System.Drawing.Color.White; this.lblIFStatus3.Location = new System.Drawing.Point(442, 26); this.lblIFStatus3.Name = "lblIFStatus3"; this.lblIFStatus3.Size = new System.Drawing.Size(76, 21); this.lblIFStatus3.TabIndex = 356; this.lblIFStatus3.Text = "【이지웰】00"; this.lblIFStatus3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblIFStatus2 // this.lblIFStatus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblIFStatus2.BorderStyleReDraw = false; this.lblIFStatus2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblIFStatus2.ForeColor = System.Drawing.Color.White; this.lblIFStatus2.Location = new System.Drawing.Point(362, 26); this.lblIFStatus2.Name = "lblIFStatus2"; this.lblIFStatus2.Size = new System.Drawing.Size(76, 21); this.lblIFStatus2.TabIndex = 354; this.lblIFStatus2.Text = "【빚은몰】00"; this.lblIFStatus2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picWeb // this.picWeb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.picWeb.Image = ((System.Drawing.Image)(resources.GetObject("picWeb.Image"))); this.picWeb.Location = new System.Drawing.Point(729, 17); this.picWeb.Name = "picWeb"; this.picWeb.Size = new System.Drawing.Size(20, 21); this.picWeb.TabIndex = 362; this.picWeb.TabStop = false; // // btnAdmin // this.btnAdmin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(78)))), ((int)(((byte)(78))))); this.btnAdmin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAdmin.BorderStyleReDraw = false; this.btnAdmin.ClickImage = null; this.btnAdmin.DefaultImage = null; this.btnAdmin.DisableImage = null; this.btnAdmin.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdmin.ForeColor = System.Drawing.Color.White; this.btnAdmin.Location = new System.Drawing.Point(428, 3); this.btnAdmin.Name = "btnAdmin"; this.btnAdmin.OccupancyBar = 0; this.btnAdmin.OccupancyBar_Lv0 = null; this.btnAdmin.OccupancyBar_Lv1 = null; this.btnAdmin.OccupancyBar_Lv2 = null; this.btnAdmin.OccupancyBar_Lv3 = null; this.btnAdmin.OccupancyBar_Lv4 = null; this.btnAdmin.Size = new System.Drawing.Size(69, 21); this.btnAdmin.TabIndex = 355; this.btnAdmin.Text = "점주"; this.btnAdmin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDateTime.ForeColor = System.Drawing.Color.White; this.lblDateTime.Location = new System.Drawing.Point(501, 3); this.lblDateTime.Name = "lblDateTime"; this.lblDateTime.Size = new System.Drawing.Size(152, 21); this.lblDateTime.TabIndex = 357; this.lblDateTime.Text = "2016.04.27 18:34:52"; this.lblDateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblIFStatus1 // this.lblIFStatus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblIFStatus1.BorderStyleReDraw = false; this.lblIFStatus1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblIFStatus1.ForeColor = System.Drawing.Color.White; this.lblIFStatus1.Location = new System.Drawing.Point(222, 26); this.lblIFStatus1.Name = "lblIFStatus1"; this.lblIFStatus1.Size = new System.Drawing.Size(136, 21); this.lblIFStatus1.TabIndex = 351; this.lblIFStatus1.Text = "【해피오더】999 / 999"; this.lblIFStatus1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblCashier // this.lblCashier.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblCashier.BorderStyleReDraw = false; this.lblCashier.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCashier.ForeColor = System.Drawing.Color.White; this.lblCashier.Location = new System.Drawing.Point(355, 3); this.lblCashier.Name = "lblCashier"; this.lblCashier.Size = new System.Drawing.Size(69, 21); this.lblCashier.TabIndex = 353; this.lblCashier.Text = "홍길동님"; this.lblCashier.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblTranNo // this.lblTranNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblTranNo.BorderStyleReDraw = false; this.lblTranNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTranNo.ForeColor = System.Drawing.Color.White; this.lblTranNo.Location = new System.Drawing.Point(272, 3); this.lblTranNo.Name = "lblTranNo"; this.lblTranNo.Size = new System.Drawing.Size(78, 21); this.lblTranNo.TabIndex = 352; this.lblTranNo.Text = "12345"; this.lblTranNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblWeb // this.lblWeb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblWeb.BorderStyleReDraw = false; this.lblWeb.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblWeb.ForeColor = System.Drawing.Color.White; this.lblWeb.Location = new System.Drawing.Point(744, 3); this.lblWeb.Name = "lblWeb"; this.lblWeb.Size = new System.Drawing.Size(56, 44); this.lblWeb.TabIndex = 360; this.lblWeb.Text = "WEB"; this.lblWeb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblEtc // this.lblEtc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34))))); this.lblEtc.BorderStyleReDraw = false; this.lblEtc.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblEtc.ForeColor = System.Drawing.Color.White; this.lblEtc.Location = new System.Drawing.Point(677, 3); this.lblEtc.Name = "lblEtc"; this.lblEtc.Size = new System.Drawing.Size(48, 44); this.lblEtc.TabIndex = 359; this.lblEtc.Text = "기타"; this.lblEtc.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPosNo.ForeColor = System.Drawing.Color.White; this.lblPosNo.Location = new System.Drawing.Point(205, 3); this.lblPosNo.Name = "lblPosNo"; this.lblPosNo.Size = new System.Drawing.Size(63, 21); this.lblPosNo.TabIndex = 349; this.lblPosNo.Text = "POS 01"; this.lblPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStoreNm.ForeColor = System.Drawing.Color.White; this.lblStoreNm.Location = new System.Drawing.Point(103, 3); this.lblStoreNm.Name = "lblStoreNm"; this.lblStoreNm.Size = new System.Drawing.Size(98, 21); this.lblStoreNm.TabIndex = 347; this.lblStoreNm.Text = "방배점"; this.lblStoreNm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblSaleStatus // this.lblSaleStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24))))); this.lblSaleStatus.BorderStyleReDraw = false; this.lblSaleStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSaleStatus.ForeColor = System.Drawing.Color.White; this.lblSaleStatus.Location = new System.Drawing.Point(2, 1); this.lblSaleStatus.Name = "lblSaleStatus"; this.lblSaleStatus.Size = new System.Drawing.Size(95, 49); this.lblSaleStatus.TabIndex = 345; this.lblSaleStatus.Text = "일반거래"; this.lblSaleStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // picPayBack // this.picPayBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.picPayBack.Location = new System.Drawing.Point(6, 34); this.picPayBack.Name = "picPayBack"; this.picPayBack.Size = new System.Drawing.Size(788, 402); this.picPayBack.TabIndex = 294; this.picPayBack.TabStop = false; // // cFuncPnts // this.cFuncPnts.BackColor = System.Drawing.Color.White; this.cFuncPnts.BackColorButton = System.Drawing.SystemColors.Control; this.cFuncPnts.BackColorUpDown = System.Drawing.SystemColors.Control; this.cFuncPnts.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))); this.cFuncPnts.BorderStyleReDraw = false; this.cFuncPnts.FontSizeUpDown = 15.75F; this.cFuncPnts.ForeColorUpDown = System.Drawing.SystemColors.ControlText; this.cFuncPnts.Location = new System.Drawing.Point(110, 54); this.cFuncPnts.Name = "cFuncPnts"; this.cFuncPnts.SelectedBackColor = System.Drawing.Color.DarkGray; this.cFuncPnts.SelectedForeColor = System.Drawing.Color.Empty; this.cFuncPnts.Size = new System.Drawing.Size(666, 107); this.cFuncPnts.TabIndex = 297; this.cFuncPnts.Tag = "1"; this.cFuncPnts.TextDown = ">"; this.cFuncPnts.TextUp = "<"; this.cFuncPnts.VisibleUpDown = true; // // picStepTitle1 // this.picStepTitle1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picStepTitle1.Location = new System.Drawing.Point(37, 20); this.picStepTitle1.Name = "picStepTitle1"; this.picStepTitle1.Size = new System.Drawing.Size(28, 26); this.picStepTitle1.TabIndex = 2; this.picStepTitle1.TabStop = false; // // lblPayStep1 // this.lblPayStep1.BackColor = System.Drawing.Color.White; this.lblPayStep1.BorderStyleReDraw = false; this.lblPayStep1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayStep1.Location = new System.Drawing.Point(11, 72); this.lblPayStep1.Name = "lblPayStep1"; this.lblPayStep1.Size = new System.Drawing.Size(81, 20); this.lblPayStep1.TabIndex = 1; this.lblPayStep1.Text = "포인트 카드"; this.lblPayStep1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblStepTitle1 // this.lblStepTitle1.BackColor = System.Drawing.Color.White; this.lblStepTitle1.BorderStyleReDraw = false; this.lblStepTitle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblStepTitle1.Location = new System.Drawing.Point(11, 51); this.lblStepTitle1.Name = "lblStepTitle1"; this.lblStepTitle1.Size = new System.Drawing.Size(81, 31); this.lblStepTitle1.TabIndex = 1; this.lblStepTitle1.Text = "STEP 1"; this.lblStepTitle1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // rtbMotMain // this.rtbMotMain.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114))))); this.rtbMotMain.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtbMotMain.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rtbMotMain.ForeColor = System.Drawing.Color.White; this.rtbMotMain.Location = new System.Drawing.Point(7, 3); this.rtbMotMain.Name = "rtbMotMain"; this.rtbMotMain.ReadOnly = true; this.rtbMotMain.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.rtbMotMain.Size = new System.Drawing.Size(787, 28); this.rtbMotMain.TabIndex = 303; this.rtbMotMain.Text = "적립카드 있으세요."; // // pnlStep2 // this.pnlStep2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.pnlStep2.Controls.Add(this.picStepTitle2); this.pnlStep2.Controls.Add(this.lblPayStep2); this.pnlStep2.Controls.Add(this.lblStepTitle2); this.pnlStep2.Location = new System.Drawing.Point(8, 181); this.pnlStep2.Name = "pnlStep2"; this.pnlStep2.Size = new System.Drawing.Size(100, 107); this.pnlStep2.TabIndex = 301; // // picStepTitle2 // this.picStepTitle2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picStepTitle2.Location = new System.Drawing.Point(38, 16); this.picStepTitle2.Name = "picStepTitle2"; this.picStepTitle2.Size = new System.Drawing.Size(24, 26); this.picStepTitle2.TabIndex = 2; this.picStepTitle2.TabStop = false; // // lblPayStep2 // this.lblPayStep2.BackColor = System.Drawing.Color.White; this.lblPayStep2.BorderStyleReDraw = false; this.lblPayStep2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayStep2.Location = new System.Drawing.Point(10, 72); this.lblPayStep2.Name = "lblPayStep2"; this.lblPayStep2.Size = new System.Drawing.Size(81, 20); this.lblPayStep2.TabIndex = 1; this.lblPayStep2.Text = "포인트 카드"; this.lblPayStep2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblStepTitle2 // this.lblStepTitle2.BackColor = System.Drawing.Color.White; this.lblStepTitle2.BorderStyleReDraw = false; this.lblStepTitle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblStepTitle2.Location = new System.Drawing.Point(10, 51); this.lblStepTitle2.Name = "lblStepTitle2"; this.lblStepTitle2.Size = new System.Drawing.Size(81, 31); this.lblStepTitle2.TabIndex = 1; this.lblStepTitle2.Text = "STEP 2"; this.lblStepTitle2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pnlStep1 // this.pnlStep1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.pnlStep1.Controls.Add(this.picStepTitle1); this.pnlStep1.Controls.Add(this.lblPayStep1); this.pnlStep1.Controls.Add(this.lblStepTitle1); this.pnlStep1.Location = new System.Drawing.Point(8, 53); this.pnlStep1.Name = "pnlStep1"; this.pnlStep1.Size = new System.Drawing.Size(100, 107); this.pnlStep1.TabIndex = 300; // // picStepTitle3 // this.picStepTitle3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.picStepTitle3.Location = new System.Drawing.Point(38, 19); this.picStepTitle3.Name = "picStepTitle3"; this.picStepTitle3.Size = new System.Drawing.Size(24, 26); this.picStepTitle3.TabIndex = 2; this.picStepTitle3.TabStop = false; // // pnlStep3 // this.pnlStep3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.pnlStep3.Controls.Add(this.picStepTitle3); this.pnlStep3.Controls.Add(this.lblPayStep3); this.pnlStep3.Controls.Add(this.lblStepTitle3); this.pnlStep3.Location = new System.Drawing.Point(8, 308); this.pnlStep3.Name = "pnlStep3"; this.pnlStep3.Size = new System.Drawing.Size(100, 107); this.pnlStep3.TabIndex = 302; // // lblPayStep3 // this.lblPayStep3.BackColor = System.Drawing.Color.White; this.lblPayStep3.BorderStyleReDraw = false; this.lblPayStep3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPayStep3.Location = new System.Drawing.Point(10, 72); this.lblPayStep3.Name = "lblPayStep3"; this.lblPayStep3.Size = new System.Drawing.Size(81, 20); this.lblPayStep3.TabIndex = 1; this.lblPayStep3.Text = "포인트 카드"; this.lblPayStep3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblStepTitle3 // this.lblStepTitle3.BackColor = System.Drawing.Color.White; this.lblStepTitle3.BorderStyleReDraw = false; this.lblStepTitle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblStepTitle3.Location = new System.Drawing.Point(10, 51); this.lblStepTitle3.Name = "lblStepTitle3"; this.lblStepTitle3.Size = new System.Drawing.Size(81, 31); this.lblStepTitle3.TabIndex = 1; this.lblStepTitle3.Text = "STEP 3"; this.lblStepTitle3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cFuncPays // this.cFuncPays.BackColor = System.Drawing.Color.White; this.cFuncPays.BackColorButton = System.Drawing.SystemColors.Control; this.cFuncPays.BackColorUpDown = System.Drawing.SystemColors.Control; this.cFuncPays.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))); this.cFuncPays.BorderStyleReDraw = false; this.cFuncPays.FontSizeUpDown = 15.75F; this.cFuncPays.ForeColorUpDown = System.Drawing.SystemColors.ControlText; this.cFuncPays.Location = new System.Drawing.Point(110, 309); this.cFuncPays.Name = "cFuncPays"; this.cFuncPays.SelectedBackColor = System.Drawing.Color.DarkGray; this.cFuncPays.SelectedForeColor = System.Drawing.Color.Empty; this.cFuncPays.Size = new System.Drawing.Size(666, 107); this.cFuncPays.TabIndex = 299; this.cFuncPays.Tag = "3"; this.cFuncPays.TextDown = ">"; this.cFuncPays.TextUp = "<"; this.cFuncPays.VisibleUpDown = true; // // cFuncDcs // this.cFuncDcs.BackColor = System.Drawing.Color.White; this.cFuncDcs.BackColorButton = System.Drawing.SystemColors.Control; this.cFuncDcs.BackColorUpDown = System.Drawing.SystemColors.Control; this.cFuncDcs.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))); this.cFuncDcs.BorderStyleReDraw = false; this.cFuncDcs.FontSizeUpDown = 15.75F; this.cFuncDcs.ForeColorUpDown = System.Drawing.SystemColors.ControlText; this.cFuncDcs.Location = new System.Drawing.Point(110, 182); this.cFuncDcs.Name = "cFuncDcs"; this.cFuncDcs.SelectedBackColor = System.Drawing.Color.DarkGray; this.cFuncDcs.SelectedForeColor = System.Drawing.Color.Empty; this.cFuncDcs.Size = new System.Drawing.Size(666, 107); this.cFuncDcs.TabIndex = 298; this.cFuncDcs.Tag = "2"; this.cFuncDcs.TextDown = ">"; this.cFuncDcs.TextUp = "<"; this.cFuncDcs.VisibleUpDown = true; // // frmSaleMain_Pay_800 // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(this.lblDeviceState); this.Controls.Add(this.lblOwnerPart); this.Controls.Add(this.lblIFStatus3); this.Controls.Add(this.lblIFStatus2); this.Controls.Add(this.picWeb); this.Controls.Add(this.btnAdmin); this.Controls.Add(this.lblDateTime); this.Controls.Add(this.lblIFStatus1); this.Controls.Add(this.lblCashier); this.Controls.Add(this.lblTranNo); this.Controls.Add(this.lblWeb); this.Controls.Add(this.lblEtc); this.Controls.Add(this.lblPosNo); this.Controls.Add(this.lblStoreNm); this.Controls.Add(this.lblSaleStatus); this.Controls.Add(this.lblDBVersion); this.Controls.Add(this.lblPgmVersion); this.Controls.Add(this.picFooterBg); this.Controls.Add(this.lblTableInfo); this.Controls.Add(this.picTopBg); this.Controls.Add(this.pnlPayMainBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmSaleMain_Pay_800"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "POS PROGRAM"; ((System.ComponentModel.ISupportInitialize)(this.picTopBg)).EndInit(); this.pnlPayMainBack.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picFooterBg)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picWeb)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picPayBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle1)).EndInit(); this.pnlStep2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle2)).EndInit(); this.pnlStep1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picStepTitle3)).EndInit(); this.pnlStep3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Timer tmrSaleTimer; private System.Windows.Forms.PictureBox picTopBg; private UI.CsmPanel pnlPayMainBack; // System.Windows.Forms.Panel pnlPayMainBack; private System.Windows.Forms.ListView lstPaymentList; private UI.CsmLabel txtPayDiscountAmt; // System.Windows.Forms.Panel pnlStep3; private UI.CsmLabel txtPayQtySaleAmt; // System.Windows.Forms.Panel pnlStep2; // System.Windows.Forms.Panel pnlStep1; // System.Windows.Forms.Panel pnlCardMot; private UI.CsmButton BtnPayCanc; private UI.CsmButton BtnPayMain; private UI.CsmLabel txtPayRecvAmt; private UI.CsmLabel lblPayRecvAmt; private UI.CsmLabel txtPayNetSaleAmt; private UI.CsmLabel lblPayNetSaleAmt; private UI.CsmLabel lblPayDiscountAmt; private UI.CsmLabel lblPayQtySaleAmt; // System.Windows.Forms.PictureBox picPayBack; private System.Windows.Forms.Timer tmrCustCount; private UI.CsmLabel lblHappyPoint; private UI.CsmLabel lblTableInfo; private UI.CsmLabel lblDeviceStatus; private UI.CsmLabel lblPayAmtBack; private System.Windows.Forms.Timer tmrDateTime; private UI.CsmLabel lblDBVersion; private UI.CsmLabel lblPgmVersion; private System.Windows.Forms.PictureBox picFooterBg; private UI.CsmLabel lblDeviceState; private UI.CsmLabel lblOwnerPart; private UI.CsmLabel lblIFStatus3; private UI.CsmLabel lblIFStatus2; private UI.CsmPictureBox picWeb; private UI.CsmButton btnAdmin; private UI.CsmLabel lblDateTime; private UI.CsmLabel lblIFStatus1; private UI.CsmLabel lblCashier; private UI.CsmLabel lblTranNo; private UI.CsmLabel lblWeb; private UI.CsmLabel lblEtc; private UI.CsmLabel lblPosNo; private UI.CsmLabel lblStoreNm; private UI.CsmLabel lblSaleStatus; private UI.CsmFunc cFuncPnts; private System.Windows.Forms.RichTextBox rtbMotMain; private UI.CsmPanel pnlStep2; private UI.CsmPictureBox picStepTitle2; private UI.CsmLabel lblPayStep2; private UI.CsmLabel lblStepTitle2; private UI.CsmPanel pnlStep1; private UI.CsmPictureBox picStepTitle1; private UI.CsmLabel lblPayStep1; private UI.CsmLabel lblStepTitle1; private UI.CsmPanel pnlStep3; private UI.CsmPictureBox picStepTitle3; private UI.CsmLabel lblPayStep3; private UI.CsmLabel lblStepTitle3; private UI.CsmFunc cFuncPays; private UI.CsmFunc cFuncDcs; private UI.CsmPictureBox picPayBack; } }