namespace Cosmos.Win { partial class frmChoiceBox { /// /// 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.picBack = new System.Windows.Forms.PictureBox(); this.btnChoice1 = new Cosmos.UI.CsmButton(); this.btnChoice2 = new Cosmos.UI.CsmButton(); this.lblMessage = new Cosmos.UI.CsmLabel(); ((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(730, 0); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 51); this.btnExit.TabIndex = 226; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.Button_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", 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, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(727, 51); this.lblTitle.TabIndex = 225; this.lblTitle.Text = "선택 박스 "; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picBack // this.picBack.BackColor = System.Drawing.Color.White; this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(31, 299); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(81, 77); this.picBack.TabIndex = 228; this.picBack.TabStop = false; // // btnChoice1 // this.btnChoice1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnChoice1.BorderStyleReDraw = false; this.btnChoice1.ClickImage = null; this.btnChoice1.DefaultImage = null; this.btnChoice1.DisableImage = null; this.btnChoice1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnChoice1.ForeColor = System.Drawing.Color.White; this.btnChoice1.Location = new System.Drawing.Point(71, 190); this.btnChoice1.Name = "btnChoice1"; this.btnChoice1.OccupancyBar = 0; this.btnChoice1.OccupancyBar_Lv0 = null; this.btnChoice1.OccupancyBar_Lv1 = null; this.btnChoice1.OccupancyBar_Lv2 = null; this.btnChoice1.OccupancyBar_Lv3 = null; this.btnChoice1.OccupancyBar_Lv4 = null; this.btnChoice1.Size = new System.Drawing.Size(300, 162); this.btnChoice1.TabIndex = 229; this.btnChoice1.Text = "할인만 처리"; this.btnChoice1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnChoice1.UseCompatibleTextRendering = true; this.btnChoice1.Click += new System.EventHandler(this.Button_Click); // // btnChoice2 // this.btnChoice2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnChoice2.BorderStyleReDraw = false; this.btnChoice2.ClickImage = null; this.btnChoice2.DefaultImage = null; this.btnChoice2.DisableImage = null; this.btnChoice2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnChoice2.ForeColor = System.Drawing.Color.White; this.btnChoice2.Location = new System.Drawing.Point(414, 190); this.btnChoice2.Name = "btnChoice2"; this.btnChoice2.OccupancyBar = 0; this.btnChoice2.OccupancyBar_Lv0 = null; this.btnChoice2.OccupancyBar_Lv1 = null; this.btnChoice2.OccupancyBar_Lv2 = null; this.btnChoice2.OccupancyBar_Lv3 = null; this.btnChoice2.OccupancyBar_Lv4 = null; this.btnChoice2.Size = new System.Drawing.Size(300, 162); this.btnChoice2.TabIndex = 230; this.btnChoice2.Text = "통합결제 (할인 + 결제)\r\n화면으로 이동\r\n"; this.btnChoice2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnChoice2.UseCompatibleTextRendering = true; this.btnChoice2.Click += new System.EventHandler(this.Button_Click); // // lblMessage // this.lblMessage.BackColor = System.Drawing.Color.White; this.lblMessage.BorderStyleReDraw = false; this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.lblMessage.Location = new System.Drawing.Point(71, 62); this.lblMessage.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblMessage.Size = new System.Drawing.Size(643, 114); this.lblMessage.TabIndex = 231; this.lblMessage.Text = "결제도 T페이로 도와드릴까요?"; this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // frmChoiceBox // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(788, 402); this.Controls.Add(this.lblMessage); this.Controls.Add(this.btnChoice2); this.Controls.Add(this.btnChoice1); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmChoiceBox"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmSelectBox"; this.Activated += new System.EventHandler(this.Form_Activated); this.Deactivate += new System.EventHandler(this.Form_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing); this.Load += new System.EventHandler(this.Form_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnChoice1; private UI.CsmButton btnChoice2; private UI.CsmLabel lblMessage; } }