spc-kiosk-pb/Window/WinSale/frmHappyOrderPopup.Designer.cs
2019-06-16 14:12:09 +09:00

198 lines
10 KiB
C#

namespace Cosmos.Win
{
partial class frmHappyOrderPopup
{
/// <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.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnHappyOrderWeb = new Cosmos.UI.CsmButton();
this.btnHappyOrderList = new Cosmos.UI.CsmButton();
this.lblMessage = new Cosmos.UI.CsmLabel();
this.btnTodayPrint = new Cosmos.UI.CsmButton();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// 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 = 240;
this.picBack.TabStop = 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 = 242;
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(714, 50);
this.lblTitle.TabIndex = 241;
this.lblTitle.Text = "타이틀";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnHappyOrderWeb
//
this.btnHappyOrderWeb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnHappyOrderWeb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnHappyOrderWeb.BorderStyleReDraw = false;
this.btnHappyOrderWeb.ClickImage = null;
this.btnHappyOrderWeb.DefaultImage = null;
this.btnHappyOrderWeb.DisableImage = null;
this.btnHappyOrderWeb.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnHappyOrderWeb.ForeColor = System.Drawing.Color.White;
this.btnHappyOrderWeb.Location = new System.Drawing.Point(64, 276);
this.btnHappyOrderWeb.Name = "btnHappyOrderWeb";
this.btnHappyOrderWeb.OccupancyBar = 0;
this.btnHappyOrderWeb.OccupancyBar_Lv0 = null;
this.btnHappyOrderWeb.OccupancyBar_Lv1 = null;
this.btnHappyOrderWeb.OccupancyBar_Lv2 = null;
this.btnHappyOrderWeb.OccupancyBar_Lv3 = null;
this.btnHappyOrderWeb.OccupancyBar_Lv4 = null;
this.btnHappyOrderWeb.Size = new System.Drawing.Size(200, 80);
this.btnHappyOrderWeb.TabIndex = 243;
this.btnHappyOrderWeb.Text = "점주WEB";
this.btnHappyOrderWeb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnHappyOrderWeb.UseCompatibleTextRendering = true;
this.btnHappyOrderWeb.Click += new System.EventHandler(this.btnProc_Click);
//
// btnHappyOrderList
//
this.btnHappyOrderList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnHappyOrderList.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnHappyOrderList.BorderStyleReDraw = false;
this.btnHappyOrderList.ClickImage = null;
this.btnHappyOrderList.DefaultImage = null;
this.btnHappyOrderList.DisableImage = null;
this.btnHappyOrderList.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnHappyOrderList.ForeColor = System.Drawing.Color.White;
this.btnHappyOrderList.Location = new System.Drawing.Point(294, 276);
this.btnHappyOrderList.Name = "btnHappyOrderList";
this.btnHappyOrderList.OccupancyBar = 0;
this.btnHappyOrderList.OccupancyBar_Lv0 = null;
this.btnHappyOrderList.OccupancyBar_Lv1 = null;
this.btnHappyOrderList.OccupancyBar_Lv2 = null;
this.btnHappyOrderList.OccupancyBar_Lv3 = null;
this.btnHappyOrderList.OccupancyBar_Lv4 = null;
this.btnHappyOrderList.Size = new System.Drawing.Size(200, 80);
this.btnHappyOrderList.TabIndex = 244;
this.btnHappyOrderList.Text = "해피오더 내역조회";
this.btnHappyOrderList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnHappyOrderList.UseCompatibleTextRendering = true;
this.btnHappyOrderList.Click += new System.EventHandler(this.btnProc_Click);
//
// lblMessage
//
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("나눔스퀘어 Bold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.Location = new System.Drawing.Point(62, 107);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(662, 118);
this.lblMessage.TabIndex = 245;
this.lblMessage.Text = "메시지!!!!\\n테스트";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnTodayPrint
//
this.btnTodayPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnTodayPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnTodayPrint.BorderStyleReDraw = false;
this.btnTodayPrint.ClickImage = null;
this.btnTodayPrint.DefaultImage = null;
this.btnTodayPrint.DisableImage = null;
this.btnTodayPrint.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnTodayPrint.ForeColor = System.Drawing.Color.White;
this.btnTodayPrint.Location = new System.Drawing.Point(524, 276);
this.btnTodayPrint.Name = "btnTodayPrint";
this.btnTodayPrint.OccupancyBar = 0;
this.btnTodayPrint.OccupancyBar_Lv0 = null;
this.btnTodayPrint.OccupancyBar_Lv1 = null;
this.btnTodayPrint.OccupancyBar_Lv2 = null;
this.btnTodayPrint.OccupancyBar_Lv3 = null;
this.btnTodayPrint.OccupancyBar_Lv4 = null;
this.btnTodayPrint.Size = new System.Drawing.Size(200, 80);
this.btnTodayPrint.TabIndex = 246;
this.btnTodayPrint.Text = "오늘 픽업/배달 주문서출력";
this.btnTodayPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnTodayPrint.UseCompatibleTextRendering = true;
this.btnTodayPrint.Click += new System.EventHandler(this.btnProc_Click);
//
// frmHappyOrderPopup
//
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.btnTodayPrint);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.btnHappyOrderList);
this.Controls.Add(this.btnHappyOrderWeb);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picBack);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmHappyOrderPopup";
this.ShowInTaskbar = false;
this.Text = "frmHappyOrderPopup";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHappyOrderPopup_FormClosing);
this.Load += new System.EventHandler(this.frmHappyOrderPopup_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmButton btnHappyOrderWeb;
private UI.CsmButton btnHappyOrderList;
private UI.CsmLabel lblMessage;
private UI.CsmButton btnTodayPrint;
}
}