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

596 lines
34 KiB
C#

namespace Cosmos.Win
{
partial class frmReservReg
{
/// <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(frmReservReg));
this.picBack = new System.Windows.Forms.PictureBox();
this.tbReservNote = new System.Windows.Forms.TextBox();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.lblReservTime = new Cosmos.UI.CsmLabel();
this.lblReservDt = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
this.txtReserveHour = new Cosmos.UI.CsmPosEditBox();
this.lblCashierNmTitle = new Cosmos.UI.CsmLabel();
this.lblReservTelNo = new Cosmos.UI.CsmLabel();
this.txtTelNo = new Cosmos.UI.CsmPosEditBox();
this.lblNote = new Cosmos.UI.CsmLabel();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnEnter = new Cosmos.UI.CsmButton();
this.btnDate = new Cosmos.UI.CsmButton();
this.txtReserveDate = new Cosmos.UI.CsmPosEditBox();
this.csmLabel2 = new Cosmos.UI.CsmLabel();
this.txtReserveMin = new Cosmos.UI.CsmPosEditBox();
this.txtCashierNm = new Cosmos.UI.CsmPosEditBox();
this.lblAlarm = new Cosmos.UI.CsmLabel();
this.chkAlram = new System.Windows.Forms.CheckBox();
this.cbAlramTime = new System.Windows.Forms.ComboBox();
this.vScrollbar = new Cosmos.UI.CsmVScrollbar();
this.lblBox6 = new Cosmos.UI.CsmLabel();
this.lblBox5 = new Cosmos.UI.CsmLabel();
this.lblBox4 = new Cosmos.UI.CsmLabel();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(24, 514);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(110, 63);
this.picBack.TabIndex = 243;
this.picBack.TabStop = false;
//
// tbReservNote
//
this.tbReservNote.BackColor = System.Drawing.Color.WhiteSmoke;
this.tbReservNote.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tbReservNote.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.tbReservNote.ForeColor = System.Drawing.SystemColors.ControlText;
this.tbReservNote.Location = new System.Drawing.Point(160, 193);
this.tbReservNote.MaxLength = 500;
this.tbReservNote.Multiline = true;
this.tbReservNote.Name = "tbReservNote";
this.tbReservNote.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.tbReservNote.Size = new System.Drawing.Size(599, 288);
this.tbReservNote.TabIndex = 6;
//
// csmLabel1
//
this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.csmLabel1.BorderStyleReDraw = true;
this.csmLabel1.Location = new System.Drawing.Point(159, 192);
this.csmLabel1.Name = "csmLabel1";
this.csmLabel1.Size = new System.Drawing.Size(601, 290);
this.csmLabel1.TabIndex = 25;
//
// lblReservTime
//
this.lblReservTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblReservTime.BorderStyleReDraw = true;
this.lblReservTime.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblReservTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblReservTime.Location = new System.Drawing.Point(400, 68);
this.lblReservTime.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblReservTime.Name = "lblReservTime";
this.lblReservTime.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblReservTime.Size = new System.Drawing.Size(122, 40);
this.lblReservTime.TabIndex = 15;
this.lblReservTime.Text = "예약시간";
this.lblReservTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblReservDt
//
this.lblReservDt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblReservDt.BorderStyleReDraw = true;
this.lblReservDt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblReservDt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblReservDt.Location = new System.Drawing.Point(22, 68);
this.lblReservDt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblReservDt.Name = "lblReservDt";
this.lblReservDt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblReservDt.Size = new System.Drawing.Size(122, 40);
this.lblReservDt.TabIndex = 8;
this.lblReservDt.Text = "예약일자";
this.lblReservDt.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(756, 2);
this.label2.TabIndex = 11;
//
// txtReserveHour
//
this.txtReserveHour.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveHour.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtReserveHour.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtReserveHour.BorderStyleReDraw = false;
this.txtReserveHour.ClearFlag = false;
this.txtReserveHour.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveHour.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtReserveHour.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.txtReserveHour.InputType = Cosmos.UI.InputType.None;
this.txtReserveHour.InputTypeFormat = "";
this.txtReserveHour.Location = new System.Drawing.Point(542, 75);
this.txtReserveHour.Margin = new System.Windows.Forms.Padding(5);
this.txtReserveHour.MaxLength = 2;
this.txtReserveHour.MaxLengthAutoEnd = false;
this.txtReserveHour.MaxLengthForKeyIn = 32767;
this.txtReserveHour.MaxLengthForNumpad = 32767;
this.txtReserveHour.Name = "txtReserveHour";
this.txtReserveHour.PasswordChar = '\0';
this.txtReserveHour.ReadOnly = false;
this.txtReserveHour.Size = new System.Drawing.Size(50, 26);
this.txtReserveHour.TabIndex = 1;
this.txtReserveHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtReserveHour.UseDualMaxLength = false;
this.txtReserveHour.Value = "";
this.txtReserveHour.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// lblCashierNmTitle
//
this.lblCashierNmTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCashierNmTitle.BorderStyleReDraw = true;
this.lblCashierNmTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblCashierNmTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCashierNmTitle.Location = new System.Drawing.Point(400, 107);
this.lblCashierNmTitle.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCashierNmTitle.Name = "lblCashierNmTitle";
this.lblCashierNmTitle.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCashierNmTitle.Size = new System.Drawing.Size(122, 40);
this.lblCashierNmTitle.TabIndex = 16;
this.lblCashierNmTitle.Text = "담당자";
this.lblCashierNmTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblReservTelNo
//
this.lblReservTelNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblReservTelNo.BorderStyleReDraw = true;
this.lblReservTelNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblReservTelNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblReservTelNo.Location = new System.Drawing.Point(22, 107);
this.lblReservTelNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblReservTelNo.Name = "lblReservTelNo";
this.lblReservTelNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblReservTelNo.Size = new System.Drawing.Size(122, 40);
this.lblReservTelNo.TabIndex = 19;
this.lblReservTelNo.Text = "연락처";
this.lblReservTelNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtTelNo
//
this.txtTelNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtTelNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtTelNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtTelNo.BorderStyleReDraw = false;
this.txtTelNo.ClearFlag = false;
this.txtTelNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtTelNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtTelNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.txtTelNo.InputType = Cosmos.UI.InputType.None;
this.txtTelNo.InputTypeFormat = "";
this.txtTelNo.Location = new System.Drawing.Point(159, 114);
this.txtTelNo.Margin = new System.Windows.Forms.Padding(5);
this.txtTelNo.MaxLength = 16;
this.txtTelNo.MaxLengthAutoEnd = false;
this.txtTelNo.MaxLengthForKeyIn = 32767;
this.txtTelNo.MaxLengthForNumpad = 32767;
this.txtTelNo.Name = "txtTelNo";
this.txtTelNo.PasswordChar = '\0';
this.txtTelNo.ReadOnly = false;
this.txtTelNo.Size = new System.Drawing.Size(225, 26);
this.txtTelNo.TabIndex = 3;
this.txtTelNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtTelNo.UseDualMaxLength = false;
this.txtTelNo.Value = "01022223333";
this.txtTelNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// lblNote
//
this.lblNote.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblNote.BorderStyleReDraw = true;
this.lblNote.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblNote.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblNote.Location = new System.Drawing.Point(22, 185);
this.lblNote.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblNote.Name = "lblNote";
this.lblNote.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblNote.Size = new System.Drawing.Size(122, 306);
this.lblNote.TabIndex = 14;
this.lblNote.Text = "내용";
this.lblNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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(741, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 10;
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 = 9;
this.lblTitle.Text = "타이틀";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnEnter
//
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
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(674, 538);
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 = 8;
this.btnEnter.Text = "확인";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// 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("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
this.btnDate.ForeColor = System.Drawing.Color.Black;
this.btnDate.Location = new System.Drawing.Point(354, 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(30, 26);
this.btnDate.TabIndex = 17;
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDate.Click += new System.EventHandler(this.btnProc_Click);
//
// txtReserveDate
//
this.txtReserveDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtReserveDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtReserveDate.BorderStyleReDraw = false;
this.txtReserveDate.ClearFlag = false;
this.txtReserveDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtReserveDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.txtReserveDate.InputType = Cosmos.UI.InputType.Date;
this.txtReserveDate.InputTypeFormat = "";
this.txtReserveDate.Location = new System.Drawing.Point(159, 75);
this.txtReserveDate.Margin = new System.Windows.Forms.Padding(5);
this.txtReserveDate.MaxLength = 10;
this.txtReserveDate.MaxLengthAutoEnd = false;
this.txtReserveDate.MaxLengthForKeyIn = 32767;
this.txtReserveDate.MaxLengthForNumpad = 32767;
this.txtReserveDate.Name = "txtReserveDate";
this.txtReserveDate.PasswordChar = '\0';
this.txtReserveDate.ReadOnly = false;
this.txtReserveDate.Size = new System.Drawing.Size(196, 26);
this.txtReserveDate.TabIndex = 0;
this.txtReserveDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtReserveDate.UseDualMaxLength = false;
this.txtReserveDate.Value = "20161103";
this.txtReserveDate.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// csmLabel2
//
this.csmLabel2.BackColor = System.Drawing.Color.White;
this.csmLabel2.BorderStyleReDraw = false;
this.csmLabel2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel2.Location = new System.Drawing.Point(593, 67);
this.csmLabel2.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel2.Name = "csmLabel2";
this.csmLabel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel2.Size = new System.Drawing.Size(22, 40);
this.csmLabel2.TabIndex = 18;
this.csmLabel2.Text = ":";
this.csmLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtReserveMin
//
this.txtReserveMin.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveMin.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtReserveMin.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtReserveMin.BorderStyleReDraw = false;
this.txtReserveMin.ClearFlag = false;
this.txtReserveMin.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtReserveMin.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtReserveMin.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.txtReserveMin.InputType = Cosmos.UI.InputType.None;
this.txtReserveMin.InputTypeFormat = "";
this.txtReserveMin.Location = new System.Drawing.Point(617, 75);
this.txtReserveMin.Margin = new System.Windows.Forms.Padding(5);
this.txtReserveMin.MaxLength = 2;
this.txtReserveMin.MaxLengthAutoEnd = false;
this.txtReserveMin.MaxLengthForKeyIn = 32767;
this.txtReserveMin.MaxLengthForNumpad = 32767;
this.txtReserveMin.Name = "txtReserveMin";
this.txtReserveMin.PasswordChar = '\0';
this.txtReserveMin.ReadOnly = false;
this.txtReserveMin.Size = new System.Drawing.Size(50, 26);
this.txtReserveMin.TabIndex = 2;
this.txtReserveMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtReserveMin.UseDualMaxLength = false;
this.txtReserveMin.Value = "";
this.txtReserveMin.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// txtCashierNm
//
this.txtCashierNm.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCashierNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtCashierNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtCashierNm.BorderStyleReDraw = false;
this.txtCashierNm.ClearFlag = false;
this.txtCashierNm.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtCashierNm.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtCashierNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.txtCashierNm.InputType = Cosmos.UI.InputType.None;
this.txtCashierNm.InputTypeFormat = "";
this.txtCashierNm.Location = new System.Drawing.Point(537, 114);
this.txtCashierNm.Margin = new System.Windows.Forms.Padding(5);
this.txtCashierNm.MaxLength = 20;
this.txtCashierNm.MaxLengthAutoEnd = false;
this.txtCashierNm.MaxLengthForKeyIn = 32767;
this.txtCashierNm.MaxLengthForNumpad = 32767;
this.txtCashierNm.Name = "txtCashierNm";
this.txtCashierNm.PasswordChar = '\0';
this.txtCashierNm.ReadOnly = false;
this.txtCashierNm.Size = new System.Drawing.Size(225, 26);
this.txtCashierNm.TabIndex = 4;
this.txtCashierNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtCashierNm.UseDualMaxLength = false;
this.txtCashierNm.Value = "01022223333";
this.txtCashierNm.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
//
// lblAlarm
//
this.lblAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblAlarm.BorderStyleReDraw = true;
this.lblAlarm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblAlarm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblAlarm.Location = new System.Drawing.Point(22, 146);
this.lblAlarm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblAlarm.Name = "lblAlarm";
this.lblAlarm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblAlarm.Size = new System.Drawing.Size(122, 40);
this.lblAlarm.TabIndex = 20;
this.lblAlarm.Text = "알람사용";
this.lblAlarm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// chkAlram
//
this.chkAlram.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.chkAlram.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.chkAlram.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.chkAlram.Location = new System.Drawing.Point(103, 147);
this.chkAlram.Name = "chkAlram";
this.chkAlram.Size = new System.Drawing.Size(39, 38);
this.chkAlram.TabIndex = 23;
this.chkAlram.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.chkAlram.UseVisualStyleBackColor = false;
this.chkAlram.CheckedChanged += new System.EventHandler(this.chkAlram_CheckedChanged);
//
// cbAlramTime
//
this.cbAlramTime.BackColor = System.Drawing.Color.WhiteSmoke;
this.cbAlramTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbAlramTime.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
this.cbAlramTime.FormattingEnabled = true;
this.cbAlramTime.Items.AddRange(new object[] {
"30 분 전",
"1 시간 전",
"1 시간 30 분 전",
"2 시간 전"});
this.cbAlramTime.Location = new System.Drawing.Point(158, 153);
this.cbAlramTime.Name = "cbAlramTime";
this.cbAlramTime.Size = new System.Drawing.Size(225, 26);
this.cbAlramTime.TabIndex = 5;
//
// vScrollbar
//
this.vScrollbar.Location = new System.Drawing.Point(729, 193);
this.vScrollbar.Name = "vScrollbar";
this.vScrollbar.Size = new System.Drawing.Size(30, 288);
this.vScrollbar.TabIndex = 7;
//
// lblBox6
//
this.lblBox6.BackColor = System.Drawing.Color.White;
this.lblBox6.BorderStyleReDraw = true;
this.lblBox6.Location = new System.Drawing.Point(143, 185);
this.lblBox6.Name = "lblBox6";
this.lblBox6.Size = new System.Drawing.Size(635, 306);
this.lblBox6.TabIndex = 335;
//
// lblBox5
//
this.lblBox5.BackColor = System.Drawing.Color.White;
this.lblBox5.BorderStyleReDraw = true;
this.lblBox5.Location = new System.Drawing.Point(143, 146);
this.lblBox5.Name = "lblBox5";
this.lblBox5.Size = new System.Drawing.Size(635, 40);
this.lblBox5.TabIndex = 336;
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(521, 107);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(257, 40);
this.lblBox4.TabIndex = 337;
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(143, 107);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(258, 40);
this.lblBox3.TabIndex = 338;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(521, 68);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(257, 40);
this.lblBox2.TabIndex = 339;
//
// 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(258, 40);
this.lblBox1.TabIndex = 340;
//
// frmReservReg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.vScrollbar);
this.Controls.Add(this.cbAlramTime);
this.Controls.Add(this.chkAlram);
this.Controls.Add(this.lblAlarm);
this.Controls.Add(this.txtCashierNm);
this.Controls.Add(this.txtReserveMin);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnDate);
this.Controls.Add(this.txtReserveDate);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblNote);
this.Controls.Add(this.txtTelNo);
this.Controls.Add(this.lblReservTelNo);
this.Controls.Add(this.txtReserveHour);
this.Controls.Add(this.tbReservNote);
this.Controls.Add(this.csmLabel1);
this.Controls.Add(this.lblReservTime);
this.Controls.Add(this.lblReservDt);
this.Controls.Add(this.csmLabel2);
this.Controls.Add(this.lblCashierNmTitle);
this.Controls.Add(this.lblBox6);
this.Controls.Add(this.lblBox5);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmReservReg";
this.ShowInTaskbar = false;
this.Text = "frmReservReg";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReservReg_FormClosing);
this.Load += new System.EventHandler(this.frmReservReg_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.TextBox tbReservNote;
private UI.CsmLabel csmLabel1;
private UI.CsmLabel lblReservTime;
private UI.CsmLabel lblReservDt;
private System.Windows.Forms.Label label2;
private UI.CsmPosEditBox txtReserveHour;
private UI.CsmLabel lblCashierNmTitle;
private UI.CsmLabel lblReservTelNo;
private UI.CsmPosEditBox txtTelNo;
private UI.CsmLabel lblNote;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmButton btnEnter;
private UI.CsmButton btnDate;
private UI.CsmPosEditBox txtReserveDate;
private UI.CsmLabel csmLabel2;
private UI.CsmPosEditBox txtReserveMin;
private UI.CsmPosEditBox txtCashierNm;
private UI.CsmLabel lblAlarm;
private System.Windows.Forms.CheckBox chkAlram;
private System.Windows.Forms.ComboBox cbAlramTime;
private UI.CsmVScrollbar vScrollbar;
private UI.CsmLabel lblBox6;
private UI.CsmLabel lblBox5;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
}
}