namespace Cosmos.Win { partial class frmDutchPay { /// /// 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.btnAddAll = new Cosmos.UI.CsmButton(); this.btnAddOne = new Cosmos.UI.CsmButton(); this.lblPayAmt = new Cosmos.UI.CsmLabel(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.lblSaleAmt = new Cosmos.UI.CsmLabel(); this.btnDelAll = new Cosmos.UI.CsmButton(); this.picBack = new System.Windows.Forms.PictureBox(); this.txtPayAmt = new Cosmos.UI.CsmLabel(); this.btnPay = new Cosmos.UI.CsmButton(); this.cglAlliTem = new Cosmos.UI.CsmGrid(); this.cgdBundleiTem = new Cosmos.UI.CsmGrid(); this.btnAllDw = new Cosmos.UI.CsmButton(); this.btnAllUp = new Cosmos.UI.CsmButton(); this.btnBudleDw = new Cosmos.UI.CsmButton(); this.btnBudleUp = new Cosmos.UI.CsmButton(); this.btnDelOne = new Cosmos.UI.CsmButton(); this.txtSaleAmt = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblBox2 = new Cosmos.UI.CsmLabel(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // btnAddAll // this.btnAddAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnAddAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAddAll.BorderStyleReDraw = false; this.btnAddAll.ClickImage = null; this.btnAddAll.DefaultImage = null; this.btnAddAll.DisableImage = null; this.btnAddAll.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAddAll.ForeColor = System.Drawing.Color.White; this.btnAddAll.Location = new System.Drawing.Point(376, 166); this.btnAddAll.Name = "btnAddAll"; this.btnAddAll.OccupancyBar = 0; this.btnAddAll.OccupancyBar_Lv0 = null; this.btnAddAll.OccupancyBar_Lv1 = null; this.btnAddAll.OccupancyBar_Lv2 = null; this.btnAddAll.OccupancyBar_Lv3 = null; this.btnAddAll.OccupancyBar_Lv4 = null; this.btnAddAll.Size = new System.Drawing.Size(48, 48); this.btnAddAll.TabIndex = 133; this.btnAddAll.Text = "▶"; this.btnAddAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAddAll.UseCompatibleTextRendering = true; this.btnAddAll.Click += new System.EventHandler(this.btnProc_Click); // // btnAddOne // this.btnAddOne.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnAddOne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAddOne.BorderStyleReDraw = false; this.btnAddOne.ClickImage = null; this.btnAddOne.DefaultImage = null; this.btnAddOne.DisableImage = null; this.btnAddOne.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAddOne.ForeColor = System.Drawing.Color.White; this.btnAddOne.Location = new System.Drawing.Point(376, 219); this.btnAddOne.Name = "btnAddOne"; this.btnAddOne.OccupancyBar = 0; this.btnAddOne.OccupancyBar_Lv0 = null; this.btnAddOne.OccupancyBar_Lv1 = null; this.btnAddOne.OccupancyBar_Lv2 = null; this.btnAddOne.OccupancyBar_Lv3 = null; this.btnAddOne.OccupancyBar_Lv4 = null; this.btnAddOne.Size = new System.Drawing.Size(48, 48); this.btnAddOne.TabIndex = 152; this.btnAddOne.Text = "▷"; this.btnAddOne.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAddOne.UseCompatibleTextRendering = true; this.btnAddOne.Click += new System.EventHandler(this.btnProc_Click); // // lblPayAmt // this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblPayAmt.BorderStyleReDraw = true; this.lblPayAmt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblPayAmt.Location = new System.Drawing.Point(438, 484); this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblPayAmt.Name = "lblPayAmt"; this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblPayAmt.Size = new System.Drawing.Size(122, 40); this.lblPayAmt.TabIndex = 104; this.lblPayAmt.Text = "선택금액_1"; this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnExit.BorderStyleReDraw = false; this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(741, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 224; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // lblTitle // this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.lblTitle.BorderStyleReDraw = false; this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(728, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "더치페이_1"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblSaleAmt // this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblSaleAmt.BorderStyleReDraw = true; this.lblSaleAmt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblSaleAmt.Location = new System.Drawing.Point(22, 484); this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblSaleAmt.Name = "lblSaleAmt"; this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblSaleAmt.Size = new System.Drawing.Size(122, 40); this.lblSaleAmt.TabIndex = 283; this.lblSaleAmt.Text = "판매금액_1"; this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnDelAll // this.btnDelAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnDelAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDelAll.BorderStyleReDraw = false; this.btnDelAll.ClickImage = null; this.btnDelAll.DefaultImage = null; this.btnDelAll.DisableImage = null; this.btnDelAll.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDelAll.ForeColor = System.Drawing.Color.White; this.btnDelAll.Location = new System.Drawing.Point(376, 325); this.btnDelAll.Name = "btnDelAll"; this.btnDelAll.OccupancyBar = 0; this.btnDelAll.OccupancyBar_Lv0 = null; this.btnDelAll.OccupancyBar_Lv1 = null; this.btnDelAll.OccupancyBar_Lv2 = null; this.btnDelAll.OccupancyBar_Lv3 = null; this.btnDelAll.OccupancyBar_Lv4 = null; this.btnDelAll.Size = new System.Drawing.Size(48, 48); this.btnDelAll.TabIndex = 133; this.btnDelAll.Text = "◀"; this.btnDelAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDelAll.UseCompatibleTextRendering = true; this.btnDelAll.Click += new System.EventHandler(this.btnProc_Click); // // picBack // this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(0, 0); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(800, 600); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // txtPayAmt // this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke; this.txtPayAmt.BorderStyleReDraw = true; this.txtPayAmt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtPayAmt.Location = new System.Drawing.Point(576, 491); this.txtPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtPayAmt.Name = "txtPayAmt"; this.txtPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtPayAmt.Size = new System.Drawing.Size(185, 26); this.txtPayAmt.TabIndex = 319; this.txtPayAmt.Text = "0"; this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnPay // this.btnPay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnPay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPay.BorderStyleReDraw = false; this.btnPay.ClickImage = null; this.btnPay.DefaultImage = null; this.btnPay.DisableImage = null; this.btnPay.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnPay.ForeColor = System.Drawing.Color.White; this.btnPay.Location = new System.Drawing.Point(678, 538); this.btnPay.Name = "btnPay"; this.btnPay.OccupancyBar = 0; this.btnPay.OccupancyBar_Lv0 = null; this.btnPay.OccupancyBar_Lv1 = null; this.btnPay.OccupancyBar_Lv2 = null; this.btnPay.OccupancyBar_Lv3 = null; this.btnPay.OccupancyBar_Lv4 = null; this.btnPay.Size = new System.Drawing.Size(100, 40); this.btnPay.TabIndex = 321; this.btnPay.Text = "결제"; this.btnPay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPay.UseCompatibleTextRendering = true; this.btnPay.Click += new System.EventHandler(this.btnProc_Click); // // cglAlliTem // this.cglAlliTem.BackColor = System.Drawing.Color.White; this.cglAlliTem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.cglAlliTem.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.cglAlliTem.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.cglAlliTem.CsmGridColumnCount = 0; this.cglAlliTem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cglAlliTem.CsmGridColumnHeadersHeight = 18; this.cglAlliTem.CsmGridColumnHeadersVisible = false; this.cglAlliTem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.cglAlliTem.CsmGridFirstDisplayedScrollingRowIndex = -1; this.cglAlliTem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.cglAlliTem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.cglAlliTem.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.cglAlliTem.CsmGridIndicateForeColor = System.Drawing.Color.White; this.cglAlliTem.CsmGridRowMove = true; this.cglAlliTem.CsmGridRowsHeight = 35; this.cglAlliTem.CsmGridShowPageRowsCount = 6; this.cglAlliTem.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cglAlliTem.Location = new System.Drawing.Point(22, 68); this.cglAlliTem.Margin = new System.Windows.Forms.Padding(4); this.cglAlliTem.Name = "cglAlliTem"; this.cglAlliTem.Size = new System.Drawing.Size(340, 354); this.cglAlliTem.TabIndex = 322; // // cgdBundleiTem // this.cgdBundleiTem.BackColor = System.Drawing.Color.White; this.cgdBundleiTem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.cgdBundleiTem.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.cgdBundleiTem.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.cgdBundleiTem.CsmGridColumnCount = 0; this.cgdBundleiTem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cgdBundleiTem.CsmGridColumnHeadersHeight = 18; this.cgdBundleiTem.CsmGridColumnHeadersVisible = false; this.cgdBundleiTem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.cgdBundleiTem.CsmGridFirstDisplayedScrollingRowIndex = -1; this.cgdBundleiTem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.cgdBundleiTem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.cgdBundleiTem.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.cgdBundleiTem.CsmGridIndicateForeColor = System.Drawing.Color.White; this.cgdBundleiTem.CsmGridRowMove = true; this.cgdBundleiTem.CsmGridRowsHeight = 35; this.cgdBundleiTem.CsmGridShowPageRowsCount = 6; this.cgdBundleiTem.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.cgdBundleiTem.Location = new System.Drawing.Point(438, 68); this.cgdBundleiTem.Margin = new System.Windows.Forms.Padding(4); this.cgdBundleiTem.Name = "cgdBundleiTem"; this.cgdBundleiTem.Size = new System.Drawing.Size(340, 354); this.cgdBundleiTem.TabIndex = 323; // // btnAllDw // this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllDw.BorderStyleReDraw = true; this.btnAllDw.ClickImage = null; this.btnAllDw.DefaultImage = null; this.btnAllDw.DisableImage = null; this.btnAllDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnAllDw.Location = new System.Drawing.Point(192, 421); this.btnAllDw.Name = "btnAllDw"; this.btnAllDw.OccupancyBar = 0; this.btnAllDw.OccupancyBar_Lv0 = null; this.btnAllDw.OccupancyBar_Lv1 = null; this.btnAllDw.OccupancyBar_Lv2 = null; this.btnAllDw.OccupancyBar_Lv3 = null; this.btnAllDw.OccupancyBar_Lv4 = null; this.btnAllDw.Size = new System.Drawing.Size(170, 48); this.btnAllDw.TabIndex = 324; this.btnAllDw.Text = "▽"; this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllDw.UseCompatibleTextRendering = true; this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click); // // btnAllUp // this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAllUp.BorderStyleReDraw = true; this.btnAllUp.ClickImage = null; this.btnAllUp.DefaultImage = null; this.btnAllUp.DisableImage = null; this.btnAllUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnAllUp.Location = new System.Drawing.Point(22, 421); this.btnAllUp.Name = "btnAllUp"; this.btnAllUp.OccupancyBar = 0; this.btnAllUp.OccupancyBar_Lv0 = null; this.btnAllUp.OccupancyBar_Lv1 = null; this.btnAllUp.OccupancyBar_Lv2 = null; this.btnAllUp.OccupancyBar_Lv3 = null; this.btnAllUp.OccupancyBar_Lv4 = null; this.btnAllUp.Size = new System.Drawing.Size(170, 48); this.btnAllUp.TabIndex = 325; this.btnAllUp.Text = "△"; this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllUp.UseCompatibleTextRendering = true; this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click); // // btnBudleDw // this.btnBudleDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnBudleDw.BorderStyleReDraw = true; this.btnBudleDw.ClickImage = null; this.btnBudleDw.DefaultImage = null; this.btnBudleDw.DisableImage = null; this.btnBudleDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnBudleDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnBudleDw.Location = new System.Drawing.Point(608, 421); this.btnBudleDw.Name = "btnBudleDw"; this.btnBudleDw.OccupancyBar = 0; this.btnBudleDw.OccupancyBar_Lv0 = null; this.btnBudleDw.OccupancyBar_Lv1 = null; this.btnBudleDw.OccupancyBar_Lv2 = null; this.btnBudleDw.OccupancyBar_Lv3 = null; this.btnBudleDw.OccupancyBar_Lv4 = null; this.btnBudleDw.Size = new System.Drawing.Size(170, 48); this.btnBudleDw.TabIndex = 326; this.btnBudleDw.Text = "▽"; this.btnBudleDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnBudleDw.UseCompatibleTextRendering = true; this.btnBudleDw.Click += new System.EventHandler(this.btnProc_Click); // // btnBudleUp // this.btnBudleUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnBudleUp.BorderStyleReDraw = true; this.btnBudleUp.ClickImage = null; this.btnBudleUp.DefaultImage = null; this.btnBudleUp.DisableImage = null; this.btnBudleUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnBudleUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnBudleUp.Location = new System.Drawing.Point(438, 421); this.btnBudleUp.Name = "btnBudleUp"; this.btnBudleUp.OccupancyBar = 0; this.btnBudleUp.OccupancyBar_Lv0 = null; this.btnBudleUp.OccupancyBar_Lv1 = null; this.btnBudleUp.OccupancyBar_Lv2 = null; this.btnBudleUp.OccupancyBar_Lv3 = null; this.btnBudleUp.OccupancyBar_Lv4 = null; this.btnBudleUp.Size = new System.Drawing.Size(170, 48); this.btnBudleUp.TabIndex = 327; this.btnBudleUp.Text = "△"; this.btnBudleUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnBudleUp.UseCompatibleTextRendering = true; this.btnBudleUp.Click += new System.EventHandler(this.btnProc_Click); // // btnDelOne // this.btnDelOne.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnDelOne.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDelOne.BorderStyleReDraw = false; this.btnDelOne.ClickImage = null; this.btnDelOne.DefaultImage = null; this.btnDelOne.DisableImage = null; this.btnDelOne.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDelOne.ForeColor = System.Drawing.Color.White; this.btnDelOne.Location = new System.Drawing.Point(376, 272); this.btnDelOne.Name = "btnDelOne"; this.btnDelOne.OccupancyBar = 0; this.btnDelOne.OccupancyBar_Lv0 = null; this.btnDelOne.OccupancyBar_Lv1 = null; this.btnDelOne.OccupancyBar_Lv2 = null; this.btnDelOne.OccupancyBar_Lv3 = null; this.btnDelOne.OccupancyBar_Lv4 = null; this.btnDelOne.Size = new System.Drawing.Size(48, 48); this.btnDelOne.TabIndex = 152; this.btnDelOne.Text = "◁"; this.btnDelOne.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDelOne.UseCompatibleTextRendering = true; this.btnDelOne.Click += new System.EventHandler(this.btnProc_Click); // // txtSaleAmt // this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleAmt.BorderStyleReDraw = true; this.txtSaleAmt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtSaleAmt.Location = new System.Drawing.Point(160, 491); this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtSaleAmt.Name = "txtSaleAmt"; this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtSaleAmt.Size = new System.Drawing.Size(185, 26); this.txtSaleAmt.TabIndex = 319; this.txtSaleAmt.Text = "0"; this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(22, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(340, 2); this.label2.TabIndex = 328; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label1.Location = new System.Drawing.Point(438, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(340, 2); this.label1.TabIndex = 329; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(22, 483); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(340, 2); this.label3.TabIndex = 330; // // lblBox2 // this.lblBox2.BackColor = System.Drawing.Color.White; this.lblBox2.BorderStyleReDraw = true; this.lblBox2.Location = new System.Drawing.Point(559, 484); this.lblBox2.Name = "lblBox2"; this.lblBox2.Size = new System.Drawing.Size(219, 40); this.lblBox2.TabIndex = 335; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(143, 484); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(219, 40); this.lblBox1.TabIndex = 336; // // label4 // this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label4.Location = new System.Drawing.Point(439, 483); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(340, 2); this.label4.TabIndex = 337; // // frmDutchPay // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.txtSaleAmt); this.Controls.Add(this.txtPayAmt); this.Controls.Add(this.lblBox2); this.Controls.Add(this.lblBox1); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.btnAllDw); this.Controls.Add(this.btnAllUp); this.Controls.Add(this.btnBudleDw); this.Controls.Add(this.btnBudleUp); this.Controls.Add(this.cgdBundleiTem); this.Controls.Add(this.cglAlliTem); this.Controls.Add(this.btnPay); this.Controls.Add(this.lblTitle); this.Controls.Add(this.lblSaleAmt); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnDelOne); this.Controls.Add(this.btnAddOne); this.Controls.Add(this.btnDelAll); this.Controls.Add(this.btnAddAll); this.Controls.Add(this.lblPayAmt); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmDutchPay"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmDutchPay"; this.Activated += new System.EventHandler(this.frmDutchPay_Activated); this.Deactivate += new System.EventHandler(this.frmDutchPay_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDutchPay_FormClosing); this.Load += new System.EventHandler(this.frmDutchPay_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmButton btnAddAll; private UI.CsmButton btnAddOne; private UI.CsmLabel lblPayAmt; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private UI.CsmLabel lblSaleAmt; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnDelAll; private UI.CsmLabel txtPayAmt; private UI.CsmButton btnPay; private UI.CsmGrid cglAlliTem; private UI.CsmGrid cgdBundleiTem; private UI.CsmButton btnAllDw; private UI.CsmButton btnAllUp; private UI.CsmButton btnBudleDw; private UI.CsmButton btnBudleUp; private UI.CsmButton btnDelOne; private UI.CsmLabel txtSaleAmt; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private UI.CsmLabel lblBox2; private UI.CsmLabel lblBox1; private System.Windows.Forms.Label label4; } }