496 lines
27 KiB
C#
496 lines
27 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmSchKtchOrder
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSchKtchOrder));
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.dgvData = new System.Windows.Forms.DataGridView();
|
|
this.label01 = new System.Windows.Forms.Label();
|
|
this.lblSearchDate = new Cosmos.UI.CsmLabel();
|
|
this.btnDw = new Cosmos.UI.CsmButton();
|
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.lblTableNo = new Cosmos.UI.CsmLabel();
|
|
this.lblTradeNo = new Cosmos.UI.CsmLabel();
|
|
this.lblOrderTime = new Cosmos.UI.CsmLabel();
|
|
this.txtTableNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtTradeNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtOrderTime = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnDate = new Cosmos.UI.CsmButton();
|
|
this.txtDate = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
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(1024, 696);
|
|
this.picBack.TabIndex = 393;
|
|
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(961, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(61, 50);
|
|
this.btnExit.TabIndex = 396;
|
|
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(950, 50);
|
|
this.lblTitle.TabIndex = 395;
|
|
this.lblTitle.Text = "주방주문내역조회";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// dgvData
|
|
//
|
|
this.dgvData.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvData.Location = new System.Drawing.Point(16, 161);
|
|
this.dgvData.MultiSelect = false;
|
|
this.dgvData.Name = "dgvData";
|
|
this.dgvData.ReadOnly = true;
|
|
this.dgvData.RowTemplate.Height = 23;
|
|
this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvData.Size = new System.Drawing.Size(964, 518);
|
|
this.dgvData.TabIndex = 408;
|
|
//
|
|
// label01
|
|
//
|
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label01.Location = new System.Drawing.Point(22, 67);
|
|
this.label01.Name = "label01";
|
|
this.label01.Size = new System.Drawing.Size(683, 2);
|
|
this.label01.TabIndex = 414;
|
|
//
|
|
// lblSearchDate
|
|
//
|
|
this.lblSearchDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSearchDate.BorderStyleReDraw = true;
|
|
this.lblSearchDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblSearchDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSearchDate.Location = new System.Drawing.Point(22, 68);
|
|
this.lblSearchDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSearchDate.Name = "lblSearchDate";
|
|
this.lblSearchDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSearchDate.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSearchDate.TabIndex = 412;
|
|
this.lblSearchDate.Text = "조회일자";
|
|
this.lblSearchDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnDw
|
|
//
|
|
this.btnDw.BackColor = System.Drawing.Color.White;
|
|
this.btnDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDw.BorderStyleReDraw = true;
|
|
this.btnDw.ClickImage = null;
|
|
this.btnDw.DefaultImage = null;
|
|
this.btnDw.DisableImage = null;
|
|
this.btnDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDw.ForeColor = System.Drawing.Color.White;
|
|
this.btnDw.Location = new System.Drawing.Point(979, 420);
|
|
this.btnDw.Name = "btnDw";
|
|
this.btnDw.OccupancyBar = 0;
|
|
this.btnDw.OccupancyBar_Lv0 = null;
|
|
this.btnDw.OccupancyBar_Lv1 = null;
|
|
this.btnDw.OccupancyBar_Lv2 = null;
|
|
this.btnDw.OccupancyBar_Lv3 = null;
|
|
this.btnDw.OccupancyBar_Lv4 = null;
|
|
this.btnDw.Size = new System.Drawing.Size(29, 259);
|
|
this.btnDw.TabIndex = 418;
|
|
this.btnDw.Text = "▽";
|
|
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDw.UseCompatibleTextRendering = true;
|
|
this.btnDw.Click += new System.EventHandler(this.btnSelProc_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.White;
|
|
this.btnUp.Location = new System.Drawing.Point(979, 161);
|
|
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(29, 260);
|
|
this.btnUp.TabIndex = 419;
|
|
this.btnUp.Text = "△";
|
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp.UseCompatibleTextRendering = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = false;
|
|
this.btnSearch.ClickImage = null;
|
|
this.btnSearch.DefaultImage = null;
|
|
this.btnSearch.DisableImage = null;
|
|
this.btnSearch.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(908, 107);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(100, 40);
|
|
this.btnSearch.TabIndex = 421;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|
//
|
|
// lblTableNo
|
|
//
|
|
this.lblTableNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTableNo.BorderStyleReDraw = true;
|
|
this.lblTableNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblTableNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTableNo.Location = new System.Drawing.Point(363, 68);
|
|
this.lblTableNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTableNo.Name = "lblTableNo";
|
|
this.lblTableNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTableNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblTableNo.TabIndex = 422;
|
|
this.lblTableNo.Text = "테이블번호";
|
|
this.lblTableNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblTradeNo
|
|
//
|
|
this.lblTradeNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTradeNo.BorderStyleReDraw = true;
|
|
this.lblTradeNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblTradeNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTradeNo.Location = new System.Drawing.Point(363, 107);
|
|
this.lblTradeNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTradeNo.Name = "lblTradeNo";
|
|
this.lblTradeNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTradeNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblTradeNo.TabIndex = 423;
|
|
this.lblTradeNo.Text = "거래번호";
|
|
this.lblTradeNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblOrderTime
|
|
//
|
|
this.lblOrderTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblOrderTime.BorderStyleReDraw = true;
|
|
this.lblOrderTime.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblOrderTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblOrderTime.Location = new System.Drawing.Point(22, 107);
|
|
this.lblOrderTime.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblOrderTime.Name = "lblOrderTime";
|
|
this.lblOrderTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblOrderTime.Size = new System.Drawing.Size(122, 40);
|
|
this.lblOrderTime.TabIndex = 466;
|
|
this.lblOrderTime.Text = "주문시간";
|
|
this.lblOrderTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtTableNo
|
|
//
|
|
this.txtTableNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTableNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtTableNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtTableNo.BorderStyleReDraw = false;
|
|
this.txtTableNo.ClearFlag = false;
|
|
this.txtTableNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTableNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtTableNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtTableNo.InputType = Cosmos.UI.InputType.None;
|
|
this.txtTableNo.InputTypeFormat = "";
|
|
this.txtTableNo.Location = new System.Drawing.Point(500, 75);
|
|
this.txtTableNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtTableNo.MaxLength = 60;
|
|
this.txtTableNo.MaxLengthAutoEnd = false;
|
|
this.txtTableNo.MaxLengthForKeyIn = 32767;
|
|
this.txtTableNo.MaxLengthForNumpad = 32767;
|
|
this.txtTableNo.Name = "txtTableNo";
|
|
this.txtTableNo.PasswordChar = '\0';
|
|
this.txtTableNo.ReadOnly = false;
|
|
this.txtTableNo.Size = new System.Drawing.Size(189, 26);
|
|
this.txtTableNo.TabIndex = 467;
|
|
this.txtTableNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtTableNo.UseDualMaxLength = false;
|
|
this.txtTableNo.Value = "";
|
|
//
|
|
// txtTradeNo
|
|
//
|
|
this.txtTradeNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTradeNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtTradeNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtTradeNo.BorderStyleReDraw = false;
|
|
this.txtTradeNo.ClearFlag = false;
|
|
this.txtTradeNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTradeNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtTradeNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtTradeNo.InputType = Cosmos.UI.InputType.None;
|
|
this.txtTradeNo.InputTypeFormat = "";
|
|
this.txtTradeNo.Location = new System.Drawing.Point(501, 114);
|
|
this.txtTradeNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtTradeNo.MaxLength = 60;
|
|
this.txtTradeNo.MaxLengthAutoEnd = false;
|
|
this.txtTradeNo.MaxLengthForKeyIn = 32767;
|
|
this.txtTradeNo.MaxLengthForNumpad = 32767;
|
|
this.txtTradeNo.Name = "txtTradeNo";
|
|
this.txtTradeNo.PasswordChar = '\0';
|
|
this.txtTradeNo.ReadOnly = false;
|
|
this.txtTradeNo.Size = new System.Drawing.Size(189, 26);
|
|
this.txtTradeNo.TabIndex = 468;
|
|
this.txtTradeNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtTradeNo.UseDualMaxLength = false;
|
|
this.txtTradeNo.Value = "";
|
|
//
|
|
// txtOrderTime
|
|
//
|
|
this.txtOrderTime.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtOrderTime.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtOrderTime.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtOrderTime.BorderStyleReDraw = false;
|
|
this.txtOrderTime.ClearFlag = false;
|
|
this.txtOrderTime.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtOrderTime.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtOrderTime.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtOrderTime.InputType = Cosmos.UI.InputType.None;
|
|
this.txtOrderTime.InputTypeFormat = "";
|
|
this.txtOrderTime.Location = new System.Drawing.Point(159, 114);
|
|
this.txtOrderTime.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtOrderTime.MaxLength = 60;
|
|
this.txtOrderTime.MaxLengthAutoEnd = false;
|
|
this.txtOrderTime.MaxLengthForKeyIn = 32767;
|
|
this.txtOrderTime.MaxLengthForNumpad = 32767;
|
|
this.txtOrderTime.Name = "txtOrderTime";
|
|
this.txtOrderTime.PasswordChar = '\0';
|
|
this.txtOrderTime.ReadOnly = false;
|
|
this.txtOrderTime.Size = new System.Drawing.Size(189, 26);
|
|
this.txtOrderTime.TabIndex = 469;
|
|
this.txtOrderTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtOrderTime.UseDualMaxLength = false;
|
|
this.txtOrderTime.Value = "";
|
|
//
|
|
// btnDate
|
|
//
|
|
this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDate.BorderStyleReDraw = true;
|
|
this.btnDate.ClickImage = null;
|
|
this.btnDate.DefaultImage = null;
|
|
this.btnDate.DisableImage = null;
|
|
this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnDate.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image")));
|
|
this.btnDate.Location = new System.Drawing.Point(322, 75);
|
|
this.btnDate.Name = "btnDate";
|
|
this.btnDate.OccupancyBar = 0;
|
|
this.btnDate.OccupancyBar_Lv0 = null;
|
|
this.btnDate.OccupancyBar_Lv1 = null;
|
|
this.btnDate.OccupancyBar_Lv2 = null;
|
|
this.btnDate.OccupancyBar_Lv3 = null;
|
|
this.btnDate.OccupancyBar_Lv4 = null;
|
|
this.btnDate.Size = new System.Drawing.Size(26, 26);
|
|
this.btnDate.TabIndex = 532;
|
|
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
|
|
//
|
|
// txtDate
|
|
//
|
|
this.txtDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDate.BorderStyleReDraw = false;
|
|
this.txtDate.ClearFlag = false;
|
|
this.txtDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtDate.InputType = Cosmos.UI.InputType.Date;
|
|
this.txtDate.InputTypeFormat = "";
|
|
this.txtDate.Location = new System.Drawing.Point(160, 75);
|
|
this.txtDate.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDate.MaxLength = 10;
|
|
this.txtDate.MaxLengthAutoEnd = false;
|
|
this.txtDate.MaxLengthForKeyIn = 32767;
|
|
this.txtDate.MaxLengthForNumpad = 32767;
|
|
this.txtDate.Name = "txtDate";
|
|
this.txtDate.PasswordChar = '\0';
|
|
this.txtDate.ReadOnly = false;
|
|
this.txtDate.Size = new System.Drawing.Size(161, 26);
|
|
this.txtDate.TabIndex = 531;
|
|
this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtDate.UseDualMaxLength = false;
|
|
this.txtDate.Value = "20160101";
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(484, 107);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(221, 40);
|
|
this.lblBox4.TabIndex = 533;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(484, 68);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(221, 40);
|
|
this.lblBox3.TabIndex = 534;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(143, 107);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(221, 40);
|
|
this.lblBox2.TabIndex = 535;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(138, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(226, 40);
|
|
this.lblBox1.TabIndex = 536;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(16, 160);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(992, 2);
|
|
this.label1.TabIndex = 537;
|
|
//
|
|
// frmSchKtchOrder
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(1024, 696);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnDw);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnDate);
|
|
this.Controls.Add(this.txtDate);
|
|
this.Controls.Add(this.txtOrderTime);
|
|
this.Controls.Add(this.txtTradeNo);
|
|
this.Controls.Add(this.txtTableNo);
|
|
this.Controls.Add(this.lblOrderTime);
|
|
this.Controls.Add(this.lblTradeNo);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.label01);
|
|
this.Controls.Add(this.lblSearchDate);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.dgvData);
|
|
this.Controls.Add(this.lblTableNo);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmSchKtchOrder";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmSchKtchOrder";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSchKtchOrder_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmSchKtchOrder_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.DataGridView dgvData;
|
|
private System.Windows.Forms.Label label01;
|
|
private UI.CsmLabel lblSearchDate;
|
|
private UI.CsmButton btnDw;
|
|
private UI.CsmButton btnUp;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmLabel lblTableNo;
|
|
private UI.CsmLabel lblTradeNo;
|
|
private UI.CsmLabel lblOrderTime;
|
|
private UI.CsmPosEditBox txtTableNo;
|
|
private UI.CsmPosEditBox txtTradeNo;
|
|
private UI.CsmPosEditBox txtOrderTime;
|
|
private UI.CsmButton btnDate;
|
|
private UI.CsmPosEditBox txtDate;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |