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

187 lines
9.5 KiB
C#

namespace Cosmos.Win
{
partial class frmSetMenuChg
{
/// <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.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.picBack = new System.Windows.Forms.PictureBox();
this.btnSetMenu = new Cosmos.UI.CsmFunc();
this.label2 = new System.Windows.Forms.Label();
this.lblPluName = new Cosmos.UI.CsmLabel();
this.txtPluName = new Cosmos.UI.CsmLabel();
this.lblBox1 = 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(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", 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(728, 50);
this.lblTitle.TabIndex = 287;
this.lblTitle.Text = "세트메뉴 변경";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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 = 300;
this.picBack.TabStop = false;
//
// btnSetMenu
//
this.btnSetMenu.BackColor = System.Drawing.Color.White;
this.btnSetMenu.BackColorButton = System.Drawing.SystemColors.Control;
this.btnSetMenu.BackColorUpDown = System.Drawing.SystemColors.Control;
this.btnSetMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
this.btnSetMenu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.btnSetMenu.BorderStyleReDraw = false;
this.btnSetMenu.FontSizeUpDown = 15.75F;
this.btnSetMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
this.btnSetMenu.Location = new System.Drawing.Point(22, 121);
this.btnSetMenu.Name = "btnSetMenu";
this.btnSetMenu.SelectedBackColor = System.Drawing.Color.DarkGray;
this.btnSetMenu.SelectedForeColor = System.Drawing.Color.Empty;
this.btnSetMenu.Size = new System.Drawing.Size(744, 259);
this.btnSetMenu.TabIndex = 301;
this.btnSetMenu.TextDown = "▶";
this.btnSetMenu.TextUp = "◀";
this.btnSetMenu.VisibleUpDown = true;
this.btnSetMenu.FuncClickHandler += new Cosmos.UI.CsmFunc.FuncClickEventHandler(this.btnSetMenu_FuncClickHandler);
//
// 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(744, 2);
this.label2.TabIndex = 305;
//
// lblPluName
//
this.lblPluName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblPluName.BorderStyleReDraw = true;
this.lblPluName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblPluName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblPluName.Location = new System.Drawing.Point(22, 68);
this.lblPluName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPluName.Name = "lblPluName";
this.lblPluName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPluName.Size = new System.Drawing.Size(122, 40);
this.lblPluName.TabIndex = 302;
this.lblPluName.Text = "상품명";
this.lblPluName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtPluName
//
this.txtPluName.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtPluName.BorderStyleReDraw = true;
this.txtPluName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
this.txtPluName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtPluName.Location = new System.Drawing.Point(160, 75);
this.txtPluName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtPluName.Name = "txtPluName";
this.txtPluName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtPluName.Size = new System.Drawing.Size(589, 26);
this.txtPluName.TabIndex = 306;
this.txtPluName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(623, 40);
this.lblBox1.TabIndex = 335;
//
// frmSetMenuChg
//
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.txtPluName);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.lblPluName);
this.Controls.Add(this.btnSetMenu);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSetMenuChg";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmSetMenuChg";
this.Activated += new System.EventHandler(this.frmSetMenuChg_Activated);
this.Deactivate += new System.EventHandler(this.frmSetMenuChg_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSetMenuChg_FormClosing);
this.Load += new System.EventHandler(this.frmSetMenuChg_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.CsmFunc btnSetMenu;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblPluName;
private UI.CsmLabel txtPluName;
private UI.CsmLabel lblBox1;
}
}