namespace Cosmos.Win { partial class frmBirthdayCandle { /// /// 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.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.txtBrith = new Cosmos.UI.CsmPosEditBox(); this.picBack = new System.Windows.Forms.PictureBox(); this.label3 = new System.Windows.Forms.Label(); this.lblBrith = new Cosmos.UI.CsmLabel(); this.lblMsgDesc = new Cosmos.UI.CsmLabel(); this.padInPut = new Cosmos.UI.CsmNumpad(); 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.csmLabel1 = new Cosmos.UI.CsmLabel(); this.lblCandle = new Cosmos.UI.CsmLabel(); this.txtCandle = new Cosmos.UI.CsmLabel(); this.btnFinish = new Cosmos.UI.CsmButton(); this.btnEnter = new Cosmos.UI.CsmButton(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // 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(728, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 236; 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("Microsoft Sans Serif", 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(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(715, 50); this.lblTitle.TabIndex = 234; this.lblTitle.Text = "생일 초 수량 계산_"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtBrith // this.txtBrith.BackColor = System.Drawing.Color.WhiteSmoke; this.txtBrith.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtBrith.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtBrith.BorderStyleReDraw = true; this.txtBrith.ClearFlag = false; this.txtBrith.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtBrith.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtBrith.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtBrith.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtBrith.InputType = Cosmos.UI.InputType.Digit; this.txtBrith.InputTypeFormat = ""; this.txtBrith.Location = new System.Drawing.Point(156, 75); this.txtBrith.Margin = new System.Windows.Forms.Padding(5); this.txtBrith.MaxLength = 4; this.txtBrith.MaxLengthAutoEnd = false; this.txtBrith.MaxLengthForKeyIn = 32767; this.txtBrith.MaxLengthForNumpad = 32767; this.txtBrith.Name = "txtBrith"; this.txtBrith.PasswordChar = '\0'; this.txtBrith.ReadOnly = false; this.txtBrith.Size = new System.Drawing.Size(261, 26); this.txtBrith.TabIndex = 0; this.txtBrith.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtBrith.UseDualMaxLength = false; this.txtBrith.Value = "1980"; this.txtBrith.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtBrith.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtBrith_EditBoxTextChangedEvnet); this.txtBrith.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // 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(788, 402); this.picBack.TabIndex = 239; this.picBack.TabStop = false; // // 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, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(408, 2); this.label3.TabIndex = 238; // // lblBrith // this.lblBrith.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblBrith.BorderStyleReDraw = true; this.lblBrith.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblBrith.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblBrith.Location = new System.Drawing.Point(22, 68); this.lblBrith.Name = "lblBrith"; this.lblBrith.Size = new System.Drawing.Size(122, 40); this.lblBrith.TabIndex = 221; this.lblBrith.Text = "생년입력_"; this.lblBrith.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblMsgDesc // this.lblMsgDesc.BackColor = System.Drawing.Color.White; this.lblMsgDesc.BorderStyleReDraw = false; this.lblMsgDesc.Font = new System.Drawing.Font("맑은 고딕", 14F, System.Drawing.FontStyle.Bold); this.lblMsgDesc.Location = new System.Drawing.Point(20, 159); this.lblMsgDesc.Name = "lblMsgDesc"; this.lblMsgDesc.Size = new System.Drawing.Size(408, 38); this.lblMsgDesc.TabIndex = 240; this.lblMsgDesc.Text = "* 생년입력 Ex) 1981"; this.lblMsgDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // padInPut // 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 = 222; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = false; // // 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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, 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 = 332; 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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, 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 = 331; 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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, 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 = 330; 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("나눔스퀘어 Bold", 11.25F, System.Drawing.FontStyle.Bold, 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 = 329; this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMenu1.UseCompatibleTextRendering = true; // // 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 = 341; // // csmLabel1 // this.csmLabel1.BackColor = System.Drawing.Color.White; this.csmLabel1.BorderStyleReDraw = true; this.csmLabel1.Location = new System.Drawing.Point(143, 107); this.csmLabel1.Name = "csmLabel1"; this.csmLabel1.Size = new System.Drawing.Size(287, 40); this.csmLabel1.TabIndex = 341; // // lblCandle // this.lblCandle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblCandle.BorderStyleReDraw = true; this.lblCandle.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold); this.lblCandle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCandle.Location = new System.Drawing.Point(22, 107); this.lblCandle.Name = "lblCandle"; this.lblCandle.Size = new System.Drawing.Size(122, 40); this.lblCandle.TabIndex = 221; this.lblCandle.Text = "생일초_"; this.lblCandle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtCandle // this.txtCandle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.txtCandle.BorderStyleReDraw = true; this.txtCandle.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold); this.txtCandle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtCandle.Location = new System.Drawing.Point(156, 114); this.txtCandle.Name = "txtCandle"; this.txtCandle.Size = new System.Drawing.Size(261, 26); this.txtCandle.TabIndex = 221; this.txtCandle.Text = "999,999"; this.txtCandle.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnFinish // this.btnFinish.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnFinish.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnFinish.BorderStyleReDraw = false; this.btnFinish.ClickImage = null; this.btnFinish.DefaultImage = null; this.btnFinish.DisableImage = null; this.btnFinish.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnFinish.ForeColor = System.Drawing.Color.White; this.btnFinish.Location = new System.Drawing.Point(330, 340); this.btnFinish.Name = "btnFinish"; this.btnFinish.OccupancyBar = 0; this.btnFinish.OccupancyBar_Lv0 = null; this.btnFinish.OccupancyBar_Lv1 = null; this.btnFinish.OccupancyBar_Lv2 = null; this.btnFinish.OccupancyBar_Lv3 = null; this.btnFinish.OccupancyBar_Lv4 = null; this.btnFinish.Size = new System.Drawing.Size(100, 40); this.btnFinish.TabIndex = 343; this.btnFinish.Text = "완료_"; this.btnFinish.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnFinish.UseCompatibleTextRendering = true; this.btnFinish.Click += new System.EventHandler(this.btnProc_Click); // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.Black; 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(228, 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 = 342; this.btnEnter.Text = "계산_"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnProc_Click); // // frmBirthdayCandle // 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.btnFinish); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnMenu3); this.Controls.Add(this.btnMenu4); this.Controls.Add(this.btnMenu2); this.Controls.Add(this.btnMenu1); this.Controls.Add(this.lblMsgDesc); this.Controls.Add(this.label3); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.txtBrith); this.Controls.Add(this.padInPut); this.Controls.Add(this.txtCandle); this.Controls.Add(this.lblCandle); this.Controls.Add(this.csmLabel1); this.Controls.Add(this.lblBrith); this.Controls.Add(this.lblBox1); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmBirthdayCandle"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmBirthdayCandle"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBirthdayCandle_FormClosing); this.Load += new System.EventHandler(this.frmBirthdayCandle_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmPosEditBox txtBrith; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label label3; private UI.CsmLabel lblBrith; private UI.CsmLabel lblMsgDesc; private UI.CsmNumpad padInPut; private UI.CsmButton btnMenu3; private UI.CsmButton btnMenu4; private UI.CsmButton btnMenu2; private UI.CsmButton btnMenu1; private UI.CsmLabel lblBox1; private UI.CsmLabel csmLabel1; private UI.CsmLabel lblCandle; private UI.CsmLabel txtCandle; private UI.CsmButton btnFinish; private UI.CsmButton btnEnter; } }