namespace Cosmos.Win { partial class frmPrepaidCust { /// /// 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.btnEnter = new Cosmos.UI.CsmButton(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.picBack = new System.Windows.Forms.PictureBox(); this.lblCustNM = new Cosmos.UI.CsmLabel(); this.btnMenu3 = new Cosmos.UI.CsmButton(); this.btnMenu4 = new Cosmos.UI.CsmButton(); this.btnMenu2 = new Cosmos.UI.CsmButton(); this.btnMenu1 = new Cosmos.UI.CsmButton(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.txtCustNm = new Cosmos.UI.CsmPosEditBox(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnEnter.BorderStyleReDraw = false; this.btnEnter.ClickImage = null; this.btnEnter.DefaultImage = null; this.btnEnter.DisableImage = null; this.btnEnter.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(330, 340); this.btnEnter.Name = "btnEnter"; this.btnEnter.OccupancyBar = 0; this.btnEnter.OccupancyBar_Lv0 = null; this.btnEnter.OccupancyBar_Lv1 = null; this.btnEnter.OccupancyBar_Lv2 = null; this.btnEnter.OccupancyBar_Lv3 = null; this.btnEnter.OccupancyBar_Lv4 = null; this.btnEnter.Size = new System.Drawing.Size(100, 40); this.btnEnter.TabIndex = 133; this.btnEnter.Text = "승인"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnProc_Click); // // padInPut // this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.padInPut.BackColor = System.Drawing.Color.Transparent; this.padInPut.BtnDotEnable = true; this.padInPut.BtnMinusEnable = false; this.padInPut.BtnPlusEnable = false; this.padInPut.BtnQtyEnable = false; this.padInPut.BtnSearchEnable = false; this.padInPut.ClearBtnText = "CLEAR"; this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP; this.padInPut.Location = new System.Drawing.Point(444, 130); this.padInPut.Name = "padInPut"; this.padInPut.QtyBtnText = "QTY"; this.padInPut.Size = new System.Drawing.Size(322, 250); this.padInPut.TabIndex = 17; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = false; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnExit.BorderStyleReDraw = false; this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnExit.ForeColor = System.Drawing.Color.White; this.btnExit.Location = new System.Drawing.Point(729, 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", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(714, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "선불고객등록_1"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(408, 2); this.label2.TabIndex = 305; // // picBack // this.picBack.ErrorImage = null; this.picBack.Location = new System.Drawing.Point(0, 0); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(788, 402); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // lblCustNM // this.lblCustNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblCustNM.BorderStyleReDraw = true; this.lblCustNM.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCustNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCustNM.Location = new System.Drawing.Point(22, 68); this.lblCustNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCustNM.Name = "lblCustNM"; this.lblCustNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCustNM.Size = new System.Drawing.Size(122, 40); this.lblCustNM.TabIndex = 322; this.lblCustNM.Text = "고객명"; this.lblCustNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnMenu3 // this.btnMenu3.BackColor = System.Drawing.Color.White; this.btnMenu3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnMenu3.BorderStyleReDraw = true; this.btnMenu3.ClickImage = null; this.btnMenu3.DefaultImage = null; this.btnMenu3.DisableImage = null; this.btnMenu3.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu3.Location = new System.Drawing.Point(605, 67); this.btnMenu3.Name = "btnMenu3"; this.btnMenu3.OccupancyBar = 0; this.btnMenu3.OccupancyBar_Lv0 = null; this.btnMenu3.OccupancyBar_Lv1 = null; this.btnMenu3.OccupancyBar_Lv2 = null; this.btnMenu3.OccupancyBar_Lv3 = null; this.btnMenu3.OccupancyBar_Lv4 = null; this.btnMenu3.Size = new System.Drawing.Size(81, 49); this.btnMenu3.TabIndex = 477; this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu3.UseCompatibleTextRendering = true; // // btnMenu4 // this.btnMenu4.BackColor = System.Drawing.Color.White; this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnMenu4.BorderStyleReDraw = true; this.btnMenu4.ClickImage = null; this.btnMenu4.DefaultImage = null; this.btnMenu4.DisableImage = null; this.btnMenu4.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu4.Location = new System.Drawing.Point(685, 67); this.btnMenu4.Name = "btnMenu4"; this.btnMenu4.OccupancyBar = 0; this.btnMenu4.OccupancyBar_Lv0 = null; this.btnMenu4.OccupancyBar_Lv1 = null; this.btnMenu4.OccupancyBar_Lv2 = null; this.btnMenu4.OccupancyBar_Lv3 = null; this.btnMenu4.OccupancyBar_Lv4 = null; this.btnMenu4.Size = new System.Drawing.Size(81, 49); this.btnMenu4.TabIndex = 476; this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu4.UseCompatibleTextRendering = true; // // btnMenu2 // this.btnMenu2.BackColor = System.Drawing.Color.White; this.btnMenu2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnMenu2.BorderStyleReDraw = true; this.btnMenu2.ClickImage = null; this.btnMenu2.DefaultImage = null; this.btnMenu2.DisableImage = null; this.btnMenu2.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu2.Location = new System.Drawing.Point(524, 67); this.btnMenu2.Name = "btnMenu2"; this.btnMenu2.OccupancyBar = 0; this.btnMenu2.OccupancyBar_Lv0 = null; this.btnMenu2.OccupancyBar_Lv1 = null; this.btnMenu2.OccupancyBar_Lv2 = null; this.btnMenu2.OccupancyBar_Lv3 = null; this.btnMenu2.OccupancyBar_Lv4 = null; this.btnMenu2.Size = new System.Drawing.Size(82, 49); this.btnMenu2.TabIndex = 475; this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu2.UseCompatibleTextRendering = true; // // btnMenu1 // this.btnMenu1.BackColor = System.Drawing.Color.White; this.btnMenu1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnMenu1.BorderStyleReDraw = true; this.btnMenu1.ClickImage = null; this.btnMenu1.DefaultImage = null; this.btnMenu1.DisableImage = null; this.btnMenu1.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.btnMenu1.Location = new System.Drawing.Point(444, 67); this.btnMenu1.Name = "btnMenu1"; this.btnMenu1.OccupancyBar = 0; this.btnMenu1.OccupancyBar_Lv0 = null; this.btnMenu1.OccupancyBar_Lv1 = null; this.btnMenu1.OccupancyBar_Lv2 = null; this.btnMenu1.OccupancyBar_Lv3 = null; this.btnMenu1.OccupancyBar_Lv4 = null; this.btnMenu1.Size = new System.Drawing.Size(81, 49); this.btnMenu1.TabIndex = 474; this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu1.UseCompatibleTextRendering = true; this.btnMenu1.Click += new System.EventHandler(this.btnMenu_Click); // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(143, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 478; // // txtCustNm // this.txtCustNm.BackColor = System.Drawing.Color.WhiteSmoke; this.txtCustNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtCustNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtCustNm.BorderStyleReDraw = false; this.txtCustNm.ClearFlag = false; this.txtCustNm.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtCustNm.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtCustNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtCustNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtCustNm.InputType = Cosmos.UI.InputType.None; this.txtCustNm.InputTypeFormat = ""; this.txtCustNm.Location = new System.Drawing.Point(160, 75); this.txtCustNm.Margin = new System.Windows.Forms.Padding(5); this.txtCustNm.MaxLength = 30; this.txtCustNm.MaxLengthAutoEnd = false; this.txtCustNm.MaxLengthForKeyIn = 32767; this.txtCustNm.MaxLengthForNumpad = 32767; this.txtCustNm.Name = "txtCustNm"; this.txtCustNm.PasswordChar = '\0'; this.txtCustNm.ReadOnly = false; this.txtCustNm.Size = new System.Drawing.Size(253, 26); this.txtCustNm.TabIndex = 479; this.txtCustNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCustNm.UseDualMaxLength = false; this.txtCustNm.Value = ""; this.txtCustNm.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // frmPrepaidCust // 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(788, 402); this.Controls.Add(this.txtCustNm); this.Controls.Add(this.label2); this.Controls.Add(this.btnMenu3); this.Controls.Add(this.btnMenu4); this.Controls.Add(this.btnMenu2); this.Controls.Add(this.btnMenu1); this.Controls.Add(this.lblCustNM); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnEnter); this.Controls.Add(this.padInPut); this.Controls.Add(this.lblBox1); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmPrepaidCust"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmPrepaidCust"; this.Activated += new System.EventHandler(this.frmPrepaidCust_Activated); this.Deactivate += new System.EventHandler(this.frmPrepaidCust_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPrepaidCust_FormClosing); this.Load += new System.EventHandler(this.frmPrepaidCust_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmNumpad padInPut; private UI.CsmButton btnEnter; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label label2; private UI.CsmLabel lblCustNM; private UI.CsmButton btnMenu3; private UI.CsmButton btnMenu4; private UI.CsmButton btnMenu2; private UI.CsmButton btnMenu1; private UI.CsmLabel lblBox1; private UI.CsmPosEditBox txtCustNm; } }