namespace Cosmos.Win { partial class frmReJournal { /// /// 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(frmReJournal)); this.btnSearch = new Cosmos.UI.CsmButton(); this.btnPrint = new Cosmos.UI.CsmButton(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.btnUp2 = new Cosmos.UI.CsmButton(); this.btnUp = new Cosmos.UI.CsmButton(); this.btnDw = new Cosmos.UI.CsmButton(); this.lblSaleDate = new Cosmos.UI.CsmLabel(); this.btnDw2 = new Cosmos.UI.CsmButton(); this.txtPrtData = new System.Windows.Forms.TextBox(); this.lblTradeType = new Cosmos.UI.CsmLabel(); this.cbTradeType = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.txtBarCode = new Cosmos.UI.CsmPosEditBox(); this.btnPluLoad = new Cosmos.UI.CsmButton(); this.btnExit = new Cosmos.UI.CsmButton(); this.btnDate = new Cosmos.UI.CsmButton(); this.txtSaleDate = new Cosmos.UI.CsmPosEditBox(); this.grdSearchList = new Cosmos.UI.CsmGrid(); this.btnAfCash = new Cosmos.UI.CsmButton(); this.btnAfPnt = new Cosmos.UI.CsmButton(); this.btnSmiPrint = new Cosmos.UI.CsmButton(); this.vScrollbar = new Cosmos.UI.CsmVScrollbar(); 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.txtPosNo = new Cosmos.UI.CsmLabel(); this.lblBox3 = new Cosmos.UI.CsmLabel(); this.lblPosNo = new Cosmos.UI.CsmLabel(); this.btnRestAreaPos = new Cosmos.UI.CsmButton(); this.PnlRestposResend = new System.Windows.Forms.Panel(); this.btnResendClose = new Cosmos.UI.CsmButton(); this.btnResend = new Cosmos.UI.CsmButton(); this.cmbRestposResend = new System.Windows.Forms.ComboBox(); this.axSEMOPOS_CO1 = new AxSEMOPOS_COLib.AxSEMOPOS_CO(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.PnlRestposResend.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.axSEMOPOS_CO1)).BeginInit(); this.SuspendLayout(); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); 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("Microsoft Sans Serif", 14F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(440, 122); 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(104, 40); this.btnSearch.TabIndex = 133; this.btnSearch.Text = "조회"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.Click += new System.EventHandler(this.btnProc_Click); // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPrint.BorderStyleReDraw = false; this.btnPrint.ClickImage = null; this.btnPrint.DefaultImage = null; this.btnPrint.DisableImage = null; this.btnPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.Location = new System.Drawing.Point(658, 122); this.btnPrint.Name = "btnPrint"; this.btnPrint.OccupancyBar = 0; this.btnPrint.OccupancyBar_Lv0 = null; this.btnPrint.OccupancyBar_Lv1 = null; this.btnPrint.OccupancyBar_Lv2 = null; this.btnPrint.OccupancyBar_Lv3 = null; this.btnPrint.OccupancyBar_Lv4 = null; this.btnPrint.Size = new System.Drawing.Size(104, 40); this.btnPrint.TabIndex = 152; this.btnPrint.Text = "출력"; this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPrint.UseCompatibleTextRendering = true; this.btnPrint.Click += new System.EventHandler(this.btnProc_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("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.White; this.lblTitle.Location = new System.Drawing.Point(0, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(740, 50); this.lblTitle.TabIndex = 229; this.lblTitle.Text = "영수증재발행"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picBack // this.picBack.BackColor = System.Drawing.Color.White; this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(-16, 0); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(800, 600); this.picBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picBack.TabIndex = 233; this.picBack.TabStop = false; // // btnUp2 // this.btnUp2.BackColor = System.Drawing.Color.White; this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp2.BorderStyleReDraw = true; this.btnUp2.ClickImage = null; this.btnUp2.DefaultImage = null; this.btnUp2.DisableImage = null; this.btnUp2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp2.ForeColor = System.Drawing.Color.White; this.btnUp2.Location = new System.Drawing.Point(6, 476); this.btnUp2.Name = "btnUp2"; this.btnUp2.OccupancyBar = 0; this.btnUp2.OccupancyBar_Lv0 = null; this.btnUp2.OccupancyBar_Lv1 = null; this.btnUp2.OccupancyBar_Lv2 = null; this.btnUp2.OccupancyBar_Lv3 = null; this.btnUp2.OccupancyBar_Lv4 = null; this.btnUp2.Size = new System.Drawing.Size(105, 48); this.btnUp2.TabIndex = 133; this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp2.UseCompatibleTextRendering = true; this.btnUp2.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("Microsoft Sans Serif", 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(111, 476); 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(105, 48); this.btnUp.TabIndex = 133; 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("Microsoft Sans Serif", 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(216, 476); 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(105, 48); this.btnDw.TabIndex = 133; this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw.UseCompatibleTextRendering = true; this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click); // // lblSaleDate // this.lblSaleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblSaleDate.BorderStyleReDraw = true; this.lblSaleDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lblSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblSaleDate.Location = new System.Drawing.Point(6, 69); this.lblSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblSaleDate.Name = "lblSaleDate"; this.lblSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblSaleDate.Size = new System.Drawing.Size(98, 40); this.lblSaleDate.TabIndex = 323; this.lblSaleDate.Text = "영업일자"; this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnDw2 // this.btnDw2.BackColor = System.Drawing.Color.White; this.btnDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw2.BorderStyleReDraw = true; this.btnDw2.ClickImage = null; this.btnDw2.DefaultImage = null; this.btnDw2.DisableImage = null; this.btnDw2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw2.ForeColor = System.Drawing.Color.White; this.btnDw2.Location = new System.Drawing.Point(321, 476); this.btnDw2.Name = "btnDw2"; this.btnDw2.OccupancyBar = 0; this.btnDw2.OccupancyBar_Lv0 = null; this.btnDw2.OccupancyBar_Lv1 = null; this.btnDw2.OccupancyBar_Lv2 = null; this.btnDw2.OccupancyBar_Lv3 = null; this.btnDw2.OccupancyBar_Lv4 = null; this.btnDw2.Size = new System.Drawing.Size(105, 48); this.btnDw2.TabIndex = 133; this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw2.UseCompatibleTextRendering = true; this.btnDw2.Click += new System.EventHandler(this.btnSelProc_Click); // // txtPrtData // this.txtPrtData.Font = new System.Drawing.Font("굴림체", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPrtData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.txtPrtData.Location = new System.Drawing.Point(429, 176); this.txtPrtData.Multiline = true; this.txtPrtData.Name = "txtPrtData"; this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtPrtData.Size = new System.Drawing.Size(322, 349); this.txtPrtData.TabIndex = 326; this.txtPrtData.Text = "012345678901234567890123456789012345678912"; this.txtPrtData.Enter += new System.EventHandler(this.txtPrtData_Enter); // // lblTradeType // this.lblTradeType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblTradeType.BorderStyleReDraw = true; this.lblTradeType.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lblTradeType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblTradeType.Location = new System.Drawing.Point(481, 69); this.lblTradeType.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblTradeType.Name = "lblTradeType"; this.lblTradeType.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblTradeType.Size = new System.Drawing.Size(98, 40); this.lblTradeType.TabIndex = 323; this.lblTradeType.Text = "거래종류"; this.lblTradeType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbTradeType // this.cbTradeType.BackColor = System.Drawing.Color.WhiteSmoke; this.cbTradeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTradeType.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.cbTradeType.FormattingEnabled = true; this.cbTradeType.Location = new System.Drawing.Point(592, 74); this.cbTradeType.Name = "cbTradeType"; this.cbTradeType.Size = new System.Drawing.Size(154, 28); this.cbTradeType.TabIndex = 458; this.cbTradeType.SelectedIndexChanged += new System.EventHandler(this.Control_SelectedIndexChanged); // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(6, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(756, 2); this.label2.TabIndex = 463; // // txtBarCode // this.txtBarCode.BackColor = System.Drawing.Color.WhiteSmoke; this.txtBarCode.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtBarCode.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtBarCode.BorderStyleReDraw = false; this.txtBarCode.ClearFlag = false; this.txtBarCode.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtBarCode.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtBarCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtBarCode.InputType = Cosmos.UI.InputType.Barcode; this.txtBarCode.InputTypeFormat = ""; this.txtBarCode.Location = new System.Drawing.Point(6, 538); this.txtBarCode.Margin = new System.Windows.Forms.Padding(5); this.txtBarCode.MaxLength = 32767; this.txtBarCode.MaxLengthAutoEnd = false; this.txtBarCode.MaxLengthForKeyIn = 32767; this.txtBarCode.MaxLengthForNumpad = 32767; this.txtBarCode.Name = "txtBarCode"; this.txtBarCode.PasswordChar = '\0'; this.txtBarCode.ReadOnly = false; this.txtBarCode.Size = new System.Drawing.Size(311, 40); this.txtBarCode.TabIndex = 466; this.txtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtBarCode.UseDualMaxLength = false; this.txtBarCode.Value = ""; this.txtBarCode.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtBarCode_EditBoxKeyDownEvent); // // btnPluLoad // this.btnPluLoad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnPluLoad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPluLoad.BorderStyleReDraw = false; this.btnPluLoad.ClickImage = null; this.btnPluLoad.DefaultImage = null; this.btnPluLoad.DisableImage = null; this.btnPluLoad.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnPluLoad.ForeColor = System.Drawing.Color.White; this.btnPluLoad.Location = new System.Drawing.Point(322, 538); this.btnPluLoad.Name = "btnPluLoad"; this.btnPluLoad.OccupancyBar = 0; this.btnPluLoad.OccupancyBar_Lv0 = null; this.btnPluLoad.OccupancyBar_Lv1 = null; this.btnPluLoad.OccupancyBar_Lv2 = null; this.btnPluLoad.OccupancyBar_Lv3 = null; this.btnPluLoad.OccupancyBar_Lv4 = null; this.btnPluLoad.Size = new System.Drawing.Size(104, 40); this.btnPluLoad.TabIndex = 467; this.btnPluLoad.Text = "내역복원"; this.btnPluLoad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPluLoad.UseCompatibleTextRendering = true; this.btnPluLoad.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.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnExit.BorderStyleReDraw = false; this.btnExit.ClickImage = null; this.btnExit.DefaultImage = null; this.btnExit.DisableImage = null; 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(710, 1); this.btnExit.Name = "btnExit"; this.btnExit.OccupancyBar = 0; this.btnExit.OccupancyBar_Lv0 = null; this.btnExit.OccupancyBar_Lv1 = null; this.btnExit.OccupancyBar_Lv2 = null; this.btnExit.OccupancyBar_Lv3 = null; this.btnExit.OccupancyBar_Lv4 = null; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 469; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.UseCompatibleTextRendering = true; this.btnExit.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.Location = new System.Drawing.Point(224, 76); 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 = 483; 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("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSaleDate.InputType = Cosmos.UI.InputType.Date; this.txtSaleDate.InputTypeFormat = ""; this.txtSaleDate.Location = new System.Drawing.Point(113, 76); this.txtSaleDate.Margin = new System.Windows.Forms.Padding(5); this.txtSaleDate.MaxLength = 32767; 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(111, 26); this.txtSaleDate.TabIndex = 482; this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtSaleDate.UseDualMaxLength = false; this.txtSaleDate.Value = "20160101"; // // grdSearchList // this.grdSearchList.BackColor = System.Drawing.Color.White; this.grdSearchList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.grdSearchList.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.grdSearchList.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.grdSearchList.CsmGridColumnCount = 0; this.grdSearchList.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchList.CsmGridColumnHeadersHeight = 18; this.grdSearchList.CsmGridColumnHeadersVisible = false; this.grdSearchList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.grdSearchList.CsmGridFirstDisplayedScrollingRowIndex = -1; this.grdSearchList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.grdSearchList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.grdSearchList.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.grdSearchList.CsmGridIndicateForeColor = System.Drawing.Color.White; this.grdSearchList.CsmGridRowMove = true; this.grdSearchList.CsmGridRowsHeight = 35; this.grdSearchList.CsmGridShowPageRowsCount = 4; this.grdSearchList.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchList.Location = new System.Drawing.Point(6, 122); this.grdSearchList.Margin = new System.Windows.Forms.Padding(4); this.grdSearchList.Name = "grdSearchList"; this.grdSearchList.Size = new System.Drawing.Size(420, 355); this.grdSearchList.TabIndex = 484; this.grdSearchList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent); this.grdSearchList.GridKeyDownEvent += new Cosmos.UI.CsmGrid.GridKeyDownEventHandler(this.grdSearchItem_GridKeyDownEvent); // // btnAfCash // this.btnAfCash.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnAfCash.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAfCash.BorderStyleReDraw = false; this.btnAfCash.ClickImage = null; this.btnAfCash.DefaultImage = null; this.btnAfCash.DisableImage = null; this.btnAfCash.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnAfCash.ForeColor = System.Drawing.Color.White; this.btnAfCash.Location = new System.Drawing.Point(552, 538); this.btnAfCash.Name = "btnAfCash"; this.btnAfCash.OccupancyBar = 0; this.btnAfCash.OccupancyBar_Lv0 = null; this.btnAfCash.OccupancyBar_Lv1 = null; this.btnAfCash.OccupancyBar_Lv2 = null; this.btnAfCash.OccupancyBar_Lv3 = null; this.btnAfCash.OccupancyBar_Lv4 = null; this.btnAfCash.Size = new System.Drawing.Size(104, 40); this.btnAfCash.TabIndex = 133; this.btnAfCash.Text = "현금영수증발행"; this.btnAfCash.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAfCash.UseCompatibleTextRendering = true; this.btnAfCash.Click += new System.EventHandler(this.btnProc_Click); // // btnAfPnt // this.btnAfPnt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnAfPnt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnAfPnt.BorderStyleReDraw = false; this.btnAfPnt.ClickImage = null; this.btnAfPnt.DefaultImage = null; this.btnAfPnt.DisableImage = null; this.btnAfPnt.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnAfPnt.ForeColor = System.Drawing.Color.White; this.btnAfPnt.Location = new System.Drawing.Point(658, 538); this.btnAfPnt.Name = "btnAfPnt"; this.btnAfPnt.OccupancyBar = 0; this.btnAfPnt.OccupancyBar_Lv0 = null; this.btnAfPnt.OccupancyBar_Lv1 = null; this.btnAfPnt.OccupancyBar_Lv2 = null; this.btnAfPnt.OccupancyBar_Lv3 = null; this.btnAfPnt.OccupancyBar_Lv4 = null; this.btnAfPnt.Size = new System.Drawing.Size(104, 40); this.btnAfPnt.TabIndex = 152; this.btnAfPnt.Text = "포인트적립"; this.btnAfPnt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAfPnt.UseCompatibleTextRendering = true; this.btnAfPnt.Click += new System.EventHandler(this.btnProc_Click); // // btnSmiPrint // this.btnSmiPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnSmiPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSmiPrint.BorderStyleReDraw = false; this.btnSmiPrint.ClickImage = null; this.btnSmiPrint.DefaultImage = null; this.btnSmiPrint.DisableImage = null; this.btnSmiPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnSmiPrint.ForeColor = System.Drawing.Color.White; this.btnSmiPrint.Location = new System.Drawing.Point(549, 122); this.btnSmiPrint.Name = "btnSmiPrint"; this.btnSmiPrint.OccupancyBar = 0; this.btnSmiPrint.OccupancyBar_Lv0 = null; this.btnSmiPrint.OccupancyBar_Lv1 = null; this.btnSmiPrint.OccupancyBar_Lv2 = null; this.btnSmiPrint.OccupancyBar_Lv3 = null; this.btnSmiPrint.OccupancyBar_Lv4 = null; this.btnSmiPrint.Size = new System.Drawing.Size(104, 40); this.btnSmiPrint.TabIndex = 152; this.btnSmiPrint.Text = "간편출력"; this.btnSmiPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSmiPrint.UseCompatibleTextRendering = true; this.btnSmiPrint.Click += new System.EventHandler(this.btnProc_Click); // // vScrollbar // this.vScrollbar.Location = new System.Drawing.Point(731, 177); this.vScrollbar.Name = "vScrollbar"; this.vScrollbar.Size = new System.Drawing.Size(30, 348); this.vScrollbar.TabIndex = 485; // // lblBox2 // this.lblBox2.BackColor = System.Drawing.Color.White; this.lblBox2.BorderStyleReDraw = true; this.lblBox2.Location = new System.Drawing.Point(578, 69); this.lblBox2.Name = "lblBox2"; this.lblBox2.Size = new System.Drawing.Size(184, 40); this.lblBox2.TabIndex = 486; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(103, 69); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(162, 40); this.lblBox1.TabIndex = 487; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label1.Location = new System.Drawing.Point(6, 121); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(420, 2); this.label1.TabIndex = 552; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(429, 175); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(333, 2); this.label3.TabIndex = 551; // // txtPosNo // this.txtPosNo.BackColor = System.Drawing.Color.WhiteSmoke; this.txtPosNo.BorderStyleReDraw = true; this.txtPosNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPosNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.txtPosNo.Location = new System.Drawing.Point(380, 76); this.txtPosNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.txtPosNo.Name = "txtPosNo"; this.txtPosNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.txtPosNo.Size = new System.Drawing.Size(85, 26); this.txtPosNo.TabIndex = 563; this.txtPosNo.Text = "00"; this.txtPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.txtPosNo.Click += new System.EventHandler(this.txtPosNo_Click); // // lblBox3 // this.lblBox3.BackColor = System.Drawing.Color.White; this.lblBox3.BorderStyleReDraw = true; this.lblBox3.Location = new System.Drawing.Point(361, 69); this.lblBox3.Name = "lblBox3"; this.lblBox3.Size = new System.Drawing.Size(121, 40); this.lblBox3.TabIndex = 564; // // lblPosNo // this.lblPosNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblPosNo.BorderStyleReDraw = true; this.lblPosNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lblPosNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblPosNo.Location = new System.Drawing.Point(264, 69); this.lblPosNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblPosNo.Name = "lblPosNo"; this.lblPosNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblPosNo.Size = new System.Drawing.Size(98, 40); this.lblPosNo.TabIndex = 562; this.lblPosNo.Text = "POS 번호"; this.lblPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnRestAreaPos // this.btnRestAreaPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnRestAreaPos.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnRestAreaPos.BorderStyleReDraw = false; this.btnRestAreaPos.ClickImage = null; this.btnRestAreaPos.DefaultImage = null; this.btnRestAreaPos.DisableImage = null; this.btnRestAreaPos.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnRestAreaPos.ForeColor = System.Drawing.Color.White; this.btnRestAreaPos.Location = new System.Drawing.Point(445, 538); this.btnRestAreaPos.Name = "btnRestAreaPos"; this.btnRestAreaPos.OccupancyBar = 0; this.btnRestAreaPos.OccupancyBar_Lv0 = null; this.btnRestAreaPos.OccupancyBar_Lv1 = null; this.btnRestAreaPos.OccupancyBar_Lv2 = null; this.btnRestAreaPos.OccupancyBar_Lv3 = null; this.btnRestAreaPos.OccupancyBar_Lv4 = null; this.btnRestAreaPos.Size = new System.Drawing.Size(104, 40); this.btnRestAreaPos.TabIndex = 565; this.btnRestAreaPos.Text = "도로공사재전송"; this.btnRestAreaPos.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnRestAreaPos.UseCompatibleTextRendering = true; this.btnRestAreaPos.Click += new System.EventHandler(this.btnProc_Click); // // PnlRestposResend // this.PnlRestposResend.BackColor = System.Drawing.SystemColors.Window; this.PnlRestposResend.Controls.Add(this.btnResendClose); this.PnlRestposResend.Controls.Add(this.btnResend); this.PnlRestposResend.Controls.Add(this.cmbRestposResend); this.PnlRestposResend.Location = new System.Drawing.Point(228, 490); this.PnlRestposResend.Name = "PnlRestposResend"; this.PnlRestposResend.Size = new System.Drawing.Size(333, 40); this.PnlRestposResend.TabIndex = 566; // // btnResendClose // this.btnResendClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnResendClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnResendClose.BorderStyleReDraw = false; this.btnResendClose.ClickImage = null; this.btnResendClose.DefaultImage = null; this.btnResendClose.DisableImage = null; this.btnResendClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnResendClose.ForeColor = System.Drawing.Color.White; this.btnResendClose.Location = new System.Drawing.Point(237, 7); this.btnResendClose.Name = "btnResendClose"; this.btnResendClose.OccupancyBar = 0; this.btnResendClose.OccupancyBar_Lv0 = null; this.btnResendClose.OccupancyBar_Lv1 = null; this.btnResendClose.OccupancyBar_Lv2 = null; this.btnResendClose.OccupancyBar_Lv3 = null; this.btnResendClose.OccupancyBar_Lv4 = null; this.btnResendClose.Size = new System.Drawing.Size(70, 26); this.btnResendClose.TabIndex = 567; this.btnResendClose.Text = "닫기"; this.btnResendClose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnResendClose.UseCompatibleTextRendering = true; this.btnResendClose.Click += new System.EventHandler(this.btnProc_Click); // // btnResend // this.btnResend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnResend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnResend.BorderStyleReDraw = false; this.btnResend.ClickImage = null; this.btnResend.DefaultImage = null; this.btnResend.DisableImage = null; this.btnResend.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnResend.ForeColor = System.Drawing.Color.White; this.btnResend.Location = new System.Drawing.Point(154, 7); this.btnResend.Name = "btnResend"; this.btnResend.OccupancyBar = 0; this.btnResend.OccupancyBar_Lv0 = null; this.btnResend.OccupancyBar_Lv1 = null; this.btnResend.OccupancyBar_Lv2 = null; this.btnResend.OccupancyBar_Lv3 = null; this.btnResend.OccupancyBar_Lv4 = null; this.btnResend.Size = new System.Drawing.Size(70, 26); this.btnResend.TabIndex = 566; this.btnResend.Text = "전송"; this.btnResend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnResend.UseCompatibleTextRendering = true; this.btnResend.Click += new System.EventHandler(this.btnProc_Click); // // cmbRestposResend // this.cmbRestposResend.BackColor = System.Drawing.Color.WhiteSmoke; this.cmbRestposResend.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRestposResend.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.cmbRestposResend.FormattingEnabled = true; this.cmbRestposResend.Location = new System.Drawing.Point(-13, 6); this.cmbRestposResend.Name = "cmbRestposResend"; this.cmbRestposResend.Size = new System.Drawing.Size(154, 28); this.cmbRestposResend.TabIndex = 459; // // axSEMOPOS_CO1 // this.axSEMOPOS_CO1.Enabled = true; this.axSEMOPOS_CO1.Location = new System.Drawing.Point(576, 34); this.axSEMOPOS_CO1.Name = "axSEMOPOS_CO1"; this.axSEMOPOS_CO1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSEMOPOS_CO1.OcxState"))); this.axSEMOPOS_CO1.Size = new System.Drawing.Size(8, 8); this.axSEMOPOS_CO1.TabIndex = 567; // // frmReJournal // 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(768, 600); this.Controls.Add(this.axSEMOPOS_CO1); this.Controls.Add(this.PnlRestposResend); this.Controls.Add(this.btnRestAreaPos); this.Controls.Add(this.txtPosNo); this.Controls.Add(this.lblBox3); this.Controls.Add(this.lblPosNo); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.Controls.Add(this.btnDw); this.Controls.Add(this.btnUp); this.Controls.Add(this.btnUp2); this.Controls.Add(this.btnDw2); this.Controls.Add(this.btnDate); this.Controls.Add(this.txtSaleDate); this.Controls.Add(this.label2); this.Controls.Add(this.cbTradeType); this.Controls.Add(this.lblBox2); this.Controls.Add(this.lblBox1); this.Controls.Add(this.vScrollbar); this.Controls.Add(this.btnExit); this.Controls.Add(this.grdSearchList); this.Controls.Add(this.btnPluLoad); this.Controls.Add(this.txtBarCode); this.Controls.Add(this.txtPrtData); this.Controls.Add(this.btnAfPnt); this.Controls.Add(this.btnSmiPrint); this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnAfCash); this.Controls.Add(this.btnSearch); this.Controls.Add(this.lblTradeType); this.Controls.Add(this.lblSaleDate); this.Controls.Add(this.lblTitle); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmReJournal"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.Activated += new System.EventHandler(this.frmReJournal_Activated); this.Deactivate += new System.EventHandler(this.frmReJournal_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReJournal_FormClosing); this.Load += new System.EventHandler(this.frmReJournal_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.PnlRestposResend.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.axSEMOPOS_CO1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmButton btnSearch; private UI.CsmButton btnPrint; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnUp2; private UI.CsmButton btnUp; private UI.CsmButton btnDw; private UI.CsmLabel lblSaleDate; private UI.CsmButton btnDw2; public System.Windows.Forms.TextBox txtPrtData; private UI.CsmLabel lblTradeType; private System.Windows.Forms.ComboBox cbTradeType; private System.Windows.Forms.Label label2; private UI.CsmPosEditBox txtBarCode; private UI.CsmButton btnPluLoad; protected UI.CsmButton btnExit; private UI.CsmButton btnDate; private UI.CsmPosEditBox txtSaleDate; private UI.CsmGrid grdSearchList; private UI.CsmButton btnAfCash; private UI.CsmButton btnAfPnt; private UI.CsmButton btnSmiPrint; private UI.CsmVScrollbar vScrollbar; private UI.CsmLabel lblBox2; private UI.CsmLabel lblBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private UI.CsmLabel txtPosNo; private UI.CsmLabel lblBox3; private UI.CsmLabel lblPosNo; private UI.CsmButton btnRestAreaPos; private System.Windows.Forms.Panel PnlRestposResend; private UI.CsmButton btnResendClose; private UI.CsmButton btnResend; private System.Windows.Forms.ComboBox cmbRestposResend; private AxSEMOPOS_COLib.AxSEMOPOS_CO axSEMOPOS_CO1; } }