namespace Cosmos.Win { partial class frmReservedFinsh { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmReservedFinsh)); this.btnDel = new Cosmos.UI.CsmButton(); this.btnLoad = new Cosmos.UI.CsmButton(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.grdSearchItem = new Cosmos.UI.CsmGrid(); this.btnUp = new Cosmos.UI.CsmButton(); this.btnDw = new Cosmos.UI.CsmButton(); this.label2 = new System.Windows.Forms.Label(); this.lblReservedDate = new Cosmos.UI.CsmLabel(); this.BtnPrt = new Cosmos.UI.CsmButton(); this.txtPrtData = new System.Windows.Forms.TextBox(); this.padInPut = new Cosmos.UI.CsmNumpad(); this.lblReservedType = new Cosmos.UI.CsmLabel(); this.txtReservedCustNo = new Cosmos.UI.CsmPosEditBox(); this.lblReservedCustNo = new Cosmos.UI.CsmLabel(); this.cbReservedType = new System.Windows.Forms.ComboBox(); this.btnSearch = new Cosmos.UI.CsmButton(); this.btnDate = new Cosmos.UI.CsmButton(); this.txtSaleDate = new Cosmos.UI.CsmPosEditBox(); 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(); this.label3 = new System.Windows.Forms.Label(); this.csmLabel1 = new Cosmos.UI.CsmLabel(); this.ckbOn = new System.Windows.Forms.CheckBox(); this.ckbOff = new System.Windows.Forms.CheckBox(); this.lblReservOnOff = new Cosmos.UI.CsmLabel(); this.vScrollbar = new Cosmos.UI.CsmVScrollbar(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // btnDel // this.btnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDel.BorderStyleReDraw = false; this.btnDel.ClickImage = null; this.btnDel.DefaultImage = null; this.btnDel.DisableImage = null; this.btnDel.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnDel.ForeColor = System.Drawing.Color.White; this.btnDel.Location = new System.Drawing.Point(596, 109); this.btnDel.Name = "btnDel"; this.btnDel.OccupancyBar = 0; this.btnDel.OccupancyBar_Lv0 = null; this.btnDel.OccupancyBar_Lv1 = null; this.btnDel.OccupancyBar_Lv2 = null; this.btnDel.OccupancyBar_Lv3 = null; this.btnDel.OccupancyBar_Lv4 = null; this.btnDel.Size = new System.Drawing.Size(90, 38); this.btnDel.TabIndex = 133; this.btnDel.Text = "취소_1"; this.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDel.UseCompatibleTextRendering = true; this.btnDel.Click += new System.EventHandler(this.btnProc_Click); // // btnLoad // this.btnLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnLoad.BorderStyleReDraw = false; this.btnLoad.ClickImage = null; this.btnLoad.DefaultImage = null; this.btnLoad.DisableImage = null; this.btnLoad.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnLoad.ForeColor = System.Drawing.Color.White; this.btnLoad.Location = new System.Drawing.Point(688, 109); this.btnLoad.Name = "btnLoad"; this.btnLoad.OccupancyBar = 0; this.btnLoad.OccupancyBar_Lv0 = null; this.btnLoad.OccupancyBar_Lv1 = null; this.btnLoad.OccupancyBar_Lv2 = null; this.btnLoad.OccupancyBar_Lv3 = null; this.btnLoad.OccupancyBar_Lv4 = null; this.btnLoad.Size = new System.Drawing.Size(90, 38); this.btnLoad.TabIndex = 152; this.btnLoad.Text = "완료_"; this.btnLoad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnLoad.UseCompatibleTextRendering = true; this.btnLoad.Click += new System.EventHandler(this.btnProc_Click); // // 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 = 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 = 229; this.lblTitle.Text = "예약조회_1"; 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(800, 600); this.picBack.TabIndex = 233; this.picBack.TabStop = false; // // grdSearchItem // this.grdSearchItem.BackColor = System.Drawing.Color.White; this.grdSearchItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.grdSearchItem.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.grdSearchItem.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.grdSearchItem.CsmGridColumnCount = 0; this.grdSearchItem.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchItem.CsmGridColumnHeadersHeight = 18; this.grdSearchItem.CsmGridColumnHeadersVisible = false; this.grdSearchItem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.grdSearchItem.CsmGridFirstDisplayedScrollingRowIndex = -1; this.grdSearchItem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.grdSearchItem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.grdSearchItem.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.grdSearchItem.CsmGridIndicateForeColor = System.Drawing.Color.White; this.grdSearchItem.CsmGridRowMove = true; this.grdSearchItem.CsmGridRowsHeight = 35; this.grdSearchItem.CsmGridShowPageRowsCount = 4; this.grdSearchItem.Font = new System.Drawing.Font("나눔스퀘어", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchItem.Location = new System.Drawing.Point(22, 160); this.grdSearchItem.Margin = new System.Windows.Forms.Padding(4); this.grdSearchItem.Name = "grdSearchItem"; this.grdSearchItem.Size = new System.Drawing.Size(726, 153); this.grdSearchItem.TabIndex = 319; this.grdSearchItem.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent); // // 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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnUp.Location = new System.Drawing.Point(747, 159); 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(31, 78); this.btnUp.TabIndex = 133; this.btnUp.Text = "△"; this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp.UseCompatibleTextRendering = true; this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click); // // 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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.btnDw.Location = new System.Drawing.Point(747, 236); 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(31, 78); this.btnDw.TabIndex = 133; this.btnDw.Text = "▽"; this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw.UseCompatibleTextRendering = true; this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click); // // 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 = 325; // // lblReservedDate // this.lblReservedDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservedDate.BorderStyleReDraw = true; this.lblReservedDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblReservedDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservedDate.Location = new System.Drawing.Point(22, 68); this.lblReservedDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservedDate.Name = "lblReservedDate"; this.lblReservedDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservedDate.Size = new System.Drawing.Size(110, 40); this.lblReservedDate.TabIndex = 323; this.lblReservedDate.Text = "예약일자_1"; this.lblReservedDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // BtnPrt // this.BtnPrt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.BtnPrt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BtnPrt.BorderStyleReDraw = false; this.BtnPrt.ClickImage = null; this.BtnPrt.DefaultImage = null; this.BtnPrt.DisableImage = null; this.BtnPrt.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.BtnPrt.ForeColor = System.Drawing.Color.White; this.BtnPrt.Location = new System.Drawing.Point(688, 70); this.BtnPrt.Name = "BtnPrt"; this.BtnPrt.OccupancyBar = 0; this.BtnPrt.OccupancyBar_Lv0 = null; this.BtnPrt.OccupancyBar_Lv1 = null; this.BtnPrt.OccupancyBar_Lv2 = null; this.BtnPrt.OccupancyBar_Lv3 = null; this.BtnPrt.OccupancyBar_Lv4 = null; this.BtnPrt.Size = new System.Drawing.Size(90, 38); this.BtnPrt.TabIndex = 133; this.BtnPrt.Text = "출력_1"; this.BtnPrt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.BtnPrt.UseCompatibleTextRendering = true; this.BtnPrt.Click += new System.EventHandler(this.btnProc_Click); // // txtPrtData // this.txtPrtData.Font = new System.Drawing.Font("굴림체", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPrtData.Location = new System.Drawing.Point(22, 326); this.txtPrtData.Multiline = true; this.txtPrtData.Name = "txtPrtData"; this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtPrtData.Size = new System.Drawing.Size(421, 250); this.txtPrtData.TabIndex = 326; this.txtPrtData.Text = "012345678901234567890123456789012345678912"; // // padInPut // this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None; this.padInPut.BackColor = System.Drawing.Color.Transparent; this.padInPut.BtnDotEnable = true; this.padInPut.BtnMinusEnable = false; this.padInPut.BtnPlusEnable = false; this.padInPut.BtnQtyEnable = false; this.padInPut.BtnSearchEnable = false; this.padInPut.ClearBtnText = "CLEAR"; this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP; this.padInPut.Location = new System.Drawing.Point(456, 326); this.padInPut.Name = "padInPut"; this.padInPut.QtyBtnText = "QTY"; this.padInPut.Size = new System.Drawing.Size(322, 250); this.padInPut.TabIndex = 458; this.padInPut.ThemeColor = "000000000"; this.padInPut.Use4By4 = true; // // lblReservedType // this.lblReservedType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservedType.BorderStyleReDraw = true; this.lblReservedType.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblReservedType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservedType.Location = new System.Drawing.Point(306, 107); this.lblReservedType.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservedType.Name = "lblReservedType"; this.lblReservedType.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservedType.Size = new System.Drawing.Size(110, 40); this.lblReservedType.TabIndex = 461; this.lblReservedType.Text = "거래유형_1"; this.lblReservedType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReservedCustNo // this.txtReservedCustNo.BackColor = System.Drawing.Color.WhiteSmoke; this.txtReservedCustNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtReservedCustNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtReservedCustNo.BorderStyleReDraw = false; this.txtReservedCustNo.ClearFlag = false; this.txtReservedCustNo.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtReservedCustNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtReservedCustNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtReservedCustNo.InputType = Cosmos.UI.InputType.Digit; this.txtReservedCustNo.InputTypeFormat = ""; this.txtReservedCustNo.Location = new System.Drawing.Point(420, 75); this.txtReservedCustNo.Margin = new System.Windows.Forms.Padding(5); this.txtReservedCustNo.MaxLength = 24; this.txtReservedCustNo.MaxLengthAutoEnd = false; this.txtReservedCustNo.MaxLengthForKeyIn = 32767; this.txtReservedCustNo.MaxLengthForNumpad = 32767; this.txtReservedCustNo.Name = "txtReservedCustNo"; this.txtReservedCustNo.PasswordChar = '\0'; this.txtReservedCustNo.ReadOnly = false; this.txtReservedCustNo.Size = new System.Drawing.Size(166, 26); this.txtReservedCustNo.TabIndex = 460; this.txtReservedCustNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtReservedCustNo.UseDualMaxLength = false; this.txtReservedCustNo.Value = "0100001234"; this.txtReservedCustNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent); this.txtReservedCustNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent); // // lblReservedCustNo // this.lblReservedCustNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservedCustNo.BorderStyleReDraw = true; this.lblReservedCustNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblReservedCustNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservedCustNo.Location = new System.Drawing.Point(306, 68); this.lblReservedCustNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservedCustNo.Name = "lblReservedCustNo"; this.lblReservedCustNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservedCustNo.Size = new System.Drawing.Size(110, 40); this.lblReservedCustNo.TabIndex = 459; this.lblReservedCustNo.Text = "전화번호_1"; this.lblReservedCustNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbReservedType // this.cbReservedType.BackColor = System.Drawing.Color.WhiteSmoke; this.cbReservedType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbReservedType.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.cbReservedType.FormattingEnabled = true; this.cbReservedType.Location = new System.Drawing.Point(422, 114); this.cbReservedType.Name = "cbReservedType"; this.cbReservedType.Size = new System.Drawing.Size(161, 26); this.cbReservedType.TabIndex = 464; // // 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(596, 70); 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(90, 38); this.btnSearch.TabIndex = 152; this.btnSearch.Text = "조회_1"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.Click += new System.EventHandler(this.btnProc_Click); // // btnDate // this.btnDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); 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(274, 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 = 485; this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDate.Click += new System.EventHandler(this.btnDate_Click); // // txtSaleDate // this.txtSaleDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtSaleDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtSaleDate.BorderStyleReDraw = false; this.txtSaleDate.ClearFlag = false; this.txtSaleDate.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtSaleDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtSaleDate.InputType = Cosmos.UI.InputType.Date; this.txtSaleDate.InputTypeFormat = ""; this.txtSaleDate.Location = new System.Drawing.Point(138, 75); this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5); this.txtSaleDate.MaxLength = 10; this.txtSaleDate.MaxLengthAutoEnd = false; this.txtSaleDate.MaxLengthForKeyIn = 32767; this.txtSaleDate.MaxLengthForNumpad = 32767; this.txtSaleDate.Name = "txtSaleDate"; this.txtSaleDate.PasswordChar = '\0'; this.txtSaleDate.ReadOnly = false; this.txtSaleDate.Size = new System.Drawing.Size(137, 26); this.txtSaleDate.TabIndex = 484; this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtSaleDate.UseDualMaxLength = false; this.txtSaleDate.Value = "20160101"; // // lblBox3 // this.lblBox3.BackColor = System.Drawing.Color.White; this.lblBox3.BorderStyleReDraw = true; this.lblBox3.Location = new System.Drawing.Point(415, 68); this.lblBox3.Name = "lblBox3"; this.lblBox3.Size = new System.Drawing.Size(176, 40); this.lblBox3.TabIndex = 550; // // lblBox2 // this.lblBox2.BackColor = System.Drawing.Color.White; this.lblBox2.BorderStyleReDraw = true; this.lblBox2.Location = new System.Drawing.Point(415, 107); this.lblBox2.Name = "lblBox2"; this.lblBox2.Size = new System.Drawing.Size(176, 40); this.lblBox2.TabIndex = 551; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(131, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(176, 40); this.lblBox1.TabIndex = 552; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label1.Location = new System.Drawing.Point(22, 159); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(756, 2); this.label1.TabIndex = 553; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(22, 325); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(421, 2); this.label3.TabIndex = 554; // // csmLabel1 // this.csmLabel1.BackColor = System.Drawing.Color.White; this.csmLabel1.BorderStyleReDraw = true; this.csmLabel1.Location = new System.Drawing.Point(131, 107); this.csmLabel1.Name = "csmLabel1"; this.csmLabel1.Size = new System.Drawing.Size(176, 40); this.csmLabel1.TabIndex = 550; // // ckbOn // this.ckbOn.AutoSize = true; this.ckbOn.BackColor = System.Drawing.Color.White; this.ckbOn.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.ckbOn.Location = new System.Drawing.Point(137, 118); this.ckbOn.Name = "ckbOn"; this.ckbOn.Size = new System.Drawing.Size(72, 22); this.ckbOn.TabIndex = 555; this.ckbOn.Text = "온라인"; this.ckbOn.UseVisualStyleBackColor = false; this.ckbOn.Click += new System.EventHandler(this.ckbOn_Click); // // ckbOff // this.ckbOff.AutoSize = true; this.ckbOff.BackColor = System.Drawing.Color.White; this.ckbOff.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.ckbOff.Location = new System.Drawing.Point(215, 118); this.ckbOff.Name = "ckbOff"; this.ckbOff.Size = new System.Drawing.Size(87, 22); this.ckbOff.TabIndex = 555; this.ckbOff.Text = "오프라인"; this.ckbOff.UseVisualStyleBackColor = false; this.ckbOff.Click += new System.EventHandler(this.ckbOff_Click); // // lblReservOnOff // this.lblReservOnOff.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblReservOnOff.BorderStyleReDraw = true; this.lblReservOnOff.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblReservOnOff.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblReservOnOff.Location = new System.Drawing.Point(22, 107); this.lblReservOnOff.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblReservOnOff.Name = "lblReservOnOff"; this.lblReservOnOff.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblReservOnOff.Size = new System.Drawing.Size(110, 40); this.lblReservOnOff.TabIndex = 459; this.lblReservOnOff.Text = "전화번호_1"; this.lblReservOnOff.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // vScrollbar // this.vScrollbar.Location = new System.Drawing.Point(413, 327); this.vScrollbar.Name = "vScrollbar"; this.vScrollbar.Size = new System.Drawing.Size(30, 249); this.vScrollbar.TabIndex = 556; // // frmReservedFinsh // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(800, 600); this.Controls.Add(this.vScrollbar); this.Controls.Add(this.ckbOff); this.Controls.Add(this.ckbOn); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.btnDate); this.Controls.Add(this.label2); this.Controls.Add(this.lblReservOnOff); this.Controls.Add(this.lblReservedCustNo); this.Controls.Add(this.txtSaleDate); this.Controls.Add(this.cbReservedType); this.Controls.Add(this.csmLabel1); this.Controls.Add(this.txtReservedCustNo); this.Controls.Add(this.lblBox3); this.Controls.Add(this.lblBox2); this.Controls.Add(this.btnDw); this.Controls.Add(this.btnUp); this.Controls.Add(this.lblReservedType); this.Controls.Add(this.padInPut); this.Controls.Add(this.txtPrtData); this.Controls.Add(this.BtnPrt); this.Controls.Add(this.btnSearch); this.Controls.Add(this.btnLoad); this.Controls.Add(this.btnDel); this.Controls.Add(this.lblReservedDate); this.Controls.Add(this.grdSearchItem); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblBox1); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmReservedFinsh"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Activated += new System.EventHandler(this.frmReservedFinsh_Activated); this.Deactivate += new System.EventHandler(this.frmReservedFinsh_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReservedFinsh_FormClosing); this.Load += new System.EventHandler(this.frmReservedFinsh_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmButton btnDel; private UI.CsmButton btnLoad; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private UI.CsmGrid grdSearchItem; private UI.CsmButton btnUp; private UI.CsmButton btnDw; private System.Windows.Forms.Label label2; private UI.CsmLabel lblReservedDate; private UI.CsmButton BtnPrt; public System.Windows.Forms.TextBox txtPrtData; private UI.CsmNumpad padInPut; private UI.CsmLabel lblReservedType; private UI.CsmPosEditBox txtReservedCustNo; private UI.CsmLabel lblReservedCustNo; private System.Windows.Forms.ComboBox cbReservedType; private UI.CsmButton btnSearch; private UI.CsmButton btnDate; private UI.CsmPosEditBox txtSaleDate; private UI.CsmLabel lblBox3; private UI.CsmLabel lblBox2; private UI.CsmLabel lblBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private UI.CsmLabel csmLabel1; private System.Windows.Forms.CheckBox ckbOn; private System.Windows.Forms.CheckBox ckbOff; private UI.CsmLabel lblReservOnOff; private UI.CsmVScrollbar vScrollbar; } }