167 lines
8.3 KiB
C#
167 lines
8.3 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmSelectBtnMsgCom
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnMenu02 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu01 = new Cosmos.UI.CsmButton();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblMsg = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
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(789, 212);
|
|
this.picBack.TabIndex = 233;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// btnMenu02
|
|
//
|
|
this.btnMenu02.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu02.BorderStyleReDraw = false;
|
|
this.btnMenu02.ClickImage = null;
|
|
this.btnMenu02.DefaultImage = null;
|
|
this.btnMenu02.DisableImage = null;
|
|
this.btnMenu02.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMenu02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(126)))), ((int)(((byte)(15)))));
|
|
this.btnMenu02.Location = new System.Drawing.Point(298, 116);
|
|
this.btnMenu02.Name = "btnMenu02";
|
|
this.btnMenu02.OccupancyBar = 0;
|
|
this.btnMenu02.OccupancyBar_Lv0 = null;
|
|
this.btnMenu02.OccupancyBar_Lv1 = null;
|
|
this.btnMenu02.OccupancyBar_Lv2 = null;
|
|
this.btnMenu02.OccupancyBar_Lv3 = null;
|
|
this.btnMenu02.OccupancyBar_Lv4 = null;
|
|
this.btnMenu02.Size = new System.Drawing.Size(240, 60);
|
|
this.btnMenu02.TabIndex = 478;
|
|
this.btnMenu02.Text = "csmButton1";
|
|
this.btnMenu02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu02.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnMenu01
|
|
//
|
|
this.btnMenu01.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu01.BorderStyleReDraw = false;
|
|
this.btnMenu01.ClickImage = null;
|
|
this.btnMenu01.DefaultImage = null;
|
|
this.btnMenu01.DisableImage = null;
|
|
this.btnMenu01.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMenu01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221)))));
|
|
this.btnMenu01.Location = new System.Drawing.Point(37, 116);
|
|
this.btnMenu01.Name = "btnMenu01";
|
|
this.btnMenu01.OccupancyBar = 0;
|
|
this.btnMenu01.OccupancyBar_Lv0 = null;
|
|
this.btnMenu01.OccupancyBar_Lv1 = null;
|
|
this.btnMenu01.OccupancyBar_Lv2 = null;
|
|
this.btnMenu01.OccupancyBar_Lv3 = null;
|
|
this.btnMenu01.OccupancyBar_Lv4 = null;
|
|
this.btnMenu01.Size = new System.Drawing.Size(240, 60);
|
|
this.btnMenu01.TabIndex = 477;
|
|
this.btnMenu01.Text = "csmButton1";
|
|
this.btnMenu01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu01.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(633, 116);
|
|
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(120, 60);
|
|
this.btnEnter.TabIndex = 479;
|
|
this.btnEnter.Text = "등록";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblMsg
|
|
//
|
|
this.lblMsg.BorderStyleReDraw = false;
|
|
this.lblMsg.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblMsg.Location = new System.Drawing.Point(12, 20);
|
|
this.lblMsg.Name = "lblMsg";
|
|
this.lblMsg.Size = new System.Drawing.Size(765, 86);
|
|
this.lblMsg.TabIndex = 480;
|
|
this.lblMsg.Text = "15,300 원 입니다. 여기서 드시겠어요? 가지고 가시겠어요?";
|
|
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// frmSelectBtnMsgCom
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(789, 212);
|
|
this.Controls.Add(this.lblMsg);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.btnMenu02);
|
|
this.Controls.Add(this.btnMenu01);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmSelectBtnMsgCom";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Activated += new System.EventHandler(this.frmSelectBtnMsgCom_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmSelectBtnMsgCom_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSelectBtnMsgCom_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmSelectBtnMsgCom_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmButton btnMenu02;
|
|
private UI.CsmButton btnMenu01;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblMsg;
|
|
}
|
|
} |