321 lines
17 KiB
C#
321 lines
17 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frmMenualOrderItem
|
||
{
|
||
/// <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.label2 = new System.Windows.Forms.Label();
|
||
this.picBack = new System.Windows.Forms.PictureBox();
|
||
this.gridList = new Cosmos.UI.CsmGrid();
|
||
this.btnEnter = new Cosmos.UI.CsmButton();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.lblMemo = new Cosmos.UI.CsmLabel();
|
||
this.lblBox = new Cosmos.UI.CsmLabel();
|
||
this.txtMemo = new System.Windows.Forms.TextBox();
|
||
this.btnDn = new Cosmos.UI.CsmButton();
|
||
this.btnUp = new Cosmos.UI.CsmButton();
|
||
this.btnSelectAll = 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);
|
||
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 = 4;
|
||
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("나눔스퀘어", 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(733, 50);
|
||
this.lblTitle.TabIndex = 7;
|
||
this.lblTitle.Text = "주방출력";
|
||
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// 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(376, 2);
|
||
this.label2.TabIndex = 11;
|
||
//
|
||
// picBack
|
||
//
|
||
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.picBack.ErrorImage = null;
|
||
this.picBack.InitialImage = null;
|
||
this.picBack.Location = new System.Drawing.Point(418, 340);
|
||
this.picBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.picBack.Name = "picBack";
|
||
this.picBack.Size = new System.Drawing.Size(47, 40);
|
||
this.picBack.TabIndex = 313;
|
||
this.picBack.TabStop = false;
|
||
//
|
||
// gridList
|
||
//
|
||
this.gridList.BackColor = System.Drawing.Color.White;
|
||
this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
||
this.gridList.CsmGridBackGroundColor = System.Drawing.Color.White;
|
||
this.gridList.CsmGridColumnCount = 2;
|
||
this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.gridList.CsmGridColumnHeadersHeight = 40;
|
||
this.gridList.CsmGridColumnHeadersVisible = true;
|
||
this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.White;
|
||
this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
||
this.gridList.CsmGridHighlightColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(254)))), ((int)(((byte)(239)))));
|
||
this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
||
this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
||
this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
||
this.gridList.CsmGridRowMove = true;
|
||
this.gridList.CsmGridRowsHeight = 30;
|
||
this.gridList.CsmGridShowPageRowsCount = 9;
|
||
this.gridList.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.gridList.Location = new System.Drawing.Point(22, 68);
|
||
this.gridList.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
this.gridList.Name = "gridList";
|
||
this.gridList.Size = new System.Drawing.Size(340, 312);
|
||
this.gridList.TabIndex = 10;
|
||
this.gridList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridList_GridClickEvent);
|
||
//
|
||
// 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("나눔스퀘어", 14F);
|
||
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
||
this.btnEnter.Location = new System.Drawing.Point(662, 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(104, 40);
|
||
this.btnEnter.TabIndex = 3;
|
||
this.btnEnter.Text = "등록";
|
||
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnEnter.UseCompatibleTextRendering = true;
|
||
this.btnEnter.Click += new System.EventHandler(this.Button_Click);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
||
this.label1.Location = new System.Drawing.Point(416, 67);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(350, 2);
|
||
this.label1.TabIndex = 1;
|
||
//
|
||
// lblMemo
|
||
//
|
||
this.lblMemo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblMemo.BorderStyleReDraw = true;
|
||
this.lblMemo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.lblMemo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblMemo.Location = new System.Drawing.Point(416, 69);
|
||
this.lblMemo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblMemo.Name = "lblMemo";
|
||
this.lblMemo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblMemo.Size = new System.Drawing.Size(350, 40);
|
||
this.lblMemo.TabIndex = 9;
|
||
this.lblMemo.Text = "메모";
|
||
this.lblMemo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lblBox
|
||
//
|
||
this.lblBox.BackColor = System.Drawing.Color.White;
|
||
this.lblBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.lblBox.BorderStyleReDraw = false;
|
||
this.lblBox.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.lblBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblBox.Location = new System.Drawing.Point(416, 119);
|
||
this.lblBox.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblBox.Name = "lblBox";
|
||
this.lblBox.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblBox.Size = new System.Drawing.Size(350, 210);
|
||
this.lblBox.TabIndex = 0;
|
||
this.lblBox.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// txtMemo
|
||
//
|
||
this.txtMemo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||
this.txtMemo.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.txtMemo.Location = new System.Drawing.Point(424, 127);
|
||
this.txtMemo.MaxLength = 100;
|
||
this.txtMemo.Multiline = true;
|
||
this.txtMemo.Name = "txtMemo";
|
||
this.txtMemo.Size = new System.Drawing.Size(334, 194);
|
||
this.txtMemo.TabIndex = 2;
|
||
this.txtMemo.Text = "123456789012345678901234567890123456789012345678901234567890123456789012345678901" +
|
||
"23456789023456789";
|
||
//
|
||
// btnDn
|
||
//
|
||
this.btnDn.BackColor = System.Drawing.Color.White;
|
||
this.btnDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnDn.BorderStyleReDraw = true;
|
||
this.btnDn.ClickImage = null;
|
||
this.btnDn.DefaultImage = null;
|
||
this.btnDn.DisableImage = null;
|
||
this.btnDn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnDn.ForeColor = System.Drawing.Color.Black;
|
||
this.btnDn.Location = new System.Drawing.Point(362, 224);
|
||
this.btnDn.Name = "btnDn";
|
||
this.btnDn.OccupancyBar = 0;
|
||
this.btnDn.OccupancyBar_Lv0 = null;
|
||
this.btnDn.OccupancyBar_Lv1 = null;
|
||
this.btnDn.OccupancyBar_Lv2 = null;
|
||
this.btnDn.OccupancyBar_Lv3 = null;
|
||
this.btnDn.OccupancyBar_Lv4 = null;
|
||
this.btnDn.Size = new System.Drawing.Size(36, 156);
|
||
this.btnDn.TabIndex = 6;
|
||
this.btnDn.Text = "∨";
|
||
this.btnDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnDn.UseCompatibleTextRendering = true;
|
||
this.btnDn.Click += new System.EventHandler(this.Button_Click);
|
||
//
|
||
// btnUp
|
||
//
|
||
this.btnUp.BackColor = System.Drawing.Color.White;
|
||
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnUp.BorderStyleReDraw = true;
|
||
this.btnUp.ClickImage = null;
|
||
this.btnUp.DefaultImage = null;
|
||
this.btnUp.DisableImage = null;
|
||
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnUp.ForeColor = System.Drawing.Color.Black;
|
||
this.btnUp.Location = new System.Drawing.Point(362, 68);
|
||
this.btnUp.Name = "btnUp";
|
||
this.btnUp.OccupancyBar = 0;
|
||
this.btnUp.OccupancyBar_Lv0 = null;
|
||
this.btnUp.OccupancyBar_Lv1 = null;
|
||
this.btnUp.OccupancyBar_Lv2 = null;
|
||
this.btnUp.OccupancyBar_Lv3 = null;
|
||
this.btnUp.OccupancyBar_Lv4 = null;
|
||
this.btnUp.Size = new System.Drawing.Size(36, 157);
|
||
this.btnUp.TabIndex = 5;
|
||
this.btnUp.Text = "∧";
|
||
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnUp.UseCompatibleTextRendering = true;
|
||
this.btnUp.Click += new System.EventHandler(this.Button_Click);
|
||
//
|
||
// btnSelectAll
|
||
//
|
||
this.btnSelectAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.btnSelectAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnSelectAll.BorderStyleReDraw = false;
|
||
this.btnSelectAll.ClickImage = null;
|
||
this.btnSelectAll.DefaultImage = null;
|
||
this.btnSelectAll.DisableImage = null;
|
||
this.btnSelectAll.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.btnSelectAll.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
this.btnSelectAll.Location = new System.Drawing.Point(25, 71);
|
||
this.btnSelectAll.Name = "btnSelectAll";
|
||
this.btnSelectAll.OccupancyBar = 0;
|
||
this.btnSelectAll.OccupancyBar_Lv0 = null;
|
||
this.btnSelectAll.OccupancyBar_Lv1 = null;
|
||
this.btnSelectAll.OccupancyBar_Lv2 = null;
|
||
this.btnSelectAll.OccupancyBar_Lv3 = null;
|
||
this.btnSelectAll.OccupancyBar_Lv4 = null;
|
||
this.btnSelectAll.Size = new System.Drawing.Size(65, 36);
|
||
this.btnSelectAll.TabIndex = 0;
|
||
this.btnSelectAll.Text = "□ 전체";
|
||
this.btnSelectAll.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.btnSelectAll.UseCompatibleTextRendering = true;
|
||
this.btnSelectAll.Click += new System.EventHandler(this.Button_Click);
|
||
//
|
||
// frmMenualOrderItem
|
||
//
|
||
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.btnSelectAll);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.btnDn);
|
||
this.Controls.Add(this.btnUp);
|
||
this.Controls.Add(this.txtMemo);
|
||
this.Controls.Add(this.lblBox);
|
||
this.Controls.Add(this.lblMemo);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.btnEnter);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.lblTitle);
|
||
this.Controls.Add(this.gridList);
|
||
this.Controls.Add(this.picBack);
|
||
this.DoubleBuffered = true;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "frmMenualOrderItem";
|
||
this.ShowInTaskbar = false;
|
||
this.Text = "frmRegStorNotice";
|
||
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);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private UI.CsmLabel btnExit;
|
||
private UI.CsmLabel lblTitle;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.PictureBox picBack;
|
||
private UI.CsmGrid gridList;
|
||
private UI.CsmButton btnEnter;
|
||
private System.Windows.Forms.Label label1;
|
||
private UI.CsmLabel lblMemo;
|
||
private UI.CsmLabel lblBox;
|
||
private System.Windows.Forms.TextBox txtMemo;
|
||
private UI.CsmButton btnDn;
|
||
private UI.CsmButton btnUp;
|
||
private UI.CsmButton btnSelectAll;
|
||
}
|
||
} |