662 lines
37 KiB
C#
662 lines
37 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmRefundRec
|
|
{
|
|
/// <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(frmRefundRec));
|
|
this.btnEnter = 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.btnDw2 = new Cosmos.UI.CsmButton();
|
|
this.txtPrtData = new System.Windows.Forms.TextBox();
|
|
this.txtBarCode = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnPluLoad = new Cosmos.UI.CsmButton();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.grdSearchList = new Cosmos.UI.CsmGrid();
|
|
this.vScrollbar = new Cosmos.UI.CsmVScrollbar();
|
|
this.btnDate = new Cosmos.UI.CsmButton();
|
|
this.txtSaleDate = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtTradeNo = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtPosNo = new Cosmos.UI.CsmLabel();
|
|
this.cbTradeType = new System.Windows.Forms.ComboBox();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.lblTradeNo = new Cosmos.UI.CsmLabel();
|
|
this.lblPosNo = new Cosmos.UI.CsmLabel();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.lblTradeType = new Cosmos.UI.CsmLabel();
|
|
this.lblSaleDate = new Cosmos.UI.CsmLabel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEnter.BorderStyleReDraw = false;
|
|
this.btnEnter.ClickImage = null;
|
|
this.btnEnter.DefaultImage = null;
|
|
this.btnEnter.DisableImage = null;
|
|
this.btnEnter.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(662, 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(100, 40);
|
|
this.btnEnter.TabIndex = 152;
|
|
this.btnEnter.Text = "반품";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.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);
|
|
//
|
|
// 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, 161);
|
|
this.txtPrtData.Multiline = true;
|
|
this.txtPrtData.Name = "txtPrtData";
|
|
this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.txtPrtData.Size = new System.Drawing.Size(322, 363);
|
|
this.txtPrtData.TabIndex = 326;
|
|
this.txtPrtData.Text = "012345678901234567890123456789012345678912";
|
|
this.txtPrtData.Enter += new System.EventHandler(this.txtPrtData_Enter);
|
|
//
|
|
// 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", 14F, System.Drawing.FontStyle.Bold);
|
|
this.txtBarCode.InputType = Cosmos.UI.InputType.Barcode;
|
|
this.txtBarCode.InputTypeFormat = "";
|
|
this.txtBarCode.Location = new System.Drawing.Point(7, 538);
|
|
this.txtBarCode.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtBarCode.MaxLength = 20;
|
|
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(315, 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(326, 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(100, 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);
|
|
//
|
|
// 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, 161);
|
|
this.grdSearchList.Margin = new System.Windows.Forms.Padding(4);
|
|
this.grdSearchList.Name = "grdSearchList";
|
|
this.grdSearchList.Size = new System.Drawing.Size(420, 316);
|
|
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);
|
|
//
|
|
// vScrollbar
|
|
//
|
|
this.vScrollbar.Location = new System.Drawing.Point(732, 162);
|
|
this.vScrollbar.Name = "vScrollbar";
|
|
this.vScrollbar.Size = new System.Drawing.Size(30, 362);
|
|
this.vScrollbar.TabIndex = 487;
|
|
//
|
|
// btnDate
|
|
//
|
|
this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDate.BorderStyleReDraw = true;
|
|
this.btnDate.ClickImage = null;
|
|
this.btnDate.DefaultImage = null;
|
|
this.btnDate.DisableImage = null;
|
|
this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnDate.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image")));
|
|
this.btnDate.Location = new System.Drawing.Point(281, 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, 28);
|
|
this.btnDate.TabIndex = 559;
|
|
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)(129)));
|
|
this.txtSaleDate.InputType = Cosmos.UI.InputType.Date;
|
|
this.txtSaleDate.InputTypeFormat = "";
|
|
this.txtSaleDate.Location = new System.Drawing.Point(143, 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(139, 28);
|
|
this.txtSaleDate.TabIndex = 558;
|
|
this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtSaleDate.UseDualMaxLength = false;
|
|
this.txtSaleDate.Value = "20160101";
|
|
//
|
|
// txtTradeNo
|
|
//
|
|
this.txtTradeNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtTradeNo.BorderStyleReDraw = true;
|
|
this.txtTradeNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtTradeNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtTradeNo.Location = new System.Drawing.Point(143, 114);
|
|
this.txtTradeNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtTradeNo.Name = "txtTradeNo";
|
|
this.txtTradeNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtTradeNo.Size = new System.Drawing.Size(168, 26);
|
|
this.txtTradeNo.TabIndex = 557;
|
|
this.txtTradeNo.Text = "00001";
|
|
this.txtTradeNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.txtTradeNo.Click += new System.EventHandler(this.txtTradeNo_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(6, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(642, 2);
|
|
this.label2.TabIndex = 556;
|
|
//
|
|
// 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(463, 75);
|
|
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(168, 26);
|
|
this.txtPosNo.TabIndex = 555;
|
|
this.txtPosNo.Text = "00";
|
|
this.txtPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.txtPosNo.Click += new System.EventHandler(this.txtPosNo_Click);
|
|
//
|
|
// 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(463, 114);
|
|
this.cbTradeType.Name = "cbTradeType";
|
|
this.cbTradeType.Size = new System.Drawing.Size(168, 28);
|
|
this.cbTradeType.TabIndex = 552;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(447, 107);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox4.TabIndex = 560;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(447, 68);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox3.TabIndex = 561;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(127, 107);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(200, 40);
|
|
this.lblBox2.TabIndex = 562;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(127, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(200, 40);
|
|
this.lblBox1.TabIndex = 563;
|
|
//
|
|
// lblTradeNo
|
|
//
|
|
this.lblTradeNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTradeNo.BorderStyleReDraw = true;
|
|
this.lblTradeNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblTradeNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTradeNo.Location = new System.Drawing.Point(6, 107);
|
|
this.lblTradeNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTradeNo.Name = "lblTradeNo";
|
|
this.lblTradeNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTradeNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblTradeNo.TabIndex = 554;
|
|
this.lblTradeNo.Text = "거래번호";
|
|
this.lblTradeNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(326, 68);
|
|
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(122, 40);
|
|
this.lblPosNo.TabIndex = 553;
|
|
this.lblPosNo.Text = "POS 번호";
|
|
this.lblPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(662, 107);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(100, 40);
|
|
this.btnSearch.TabIndex = 549;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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(326, 107);
|
|
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(122, 40);
|
|
this.lblTradeType.TabIndex = 550;
|
|
this.lblTradeType.Text = "거래종류";
|
|
this.lblTradeType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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, 68);
|
|
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(122, 40);
|
|
this.lblSaleDate.TabIndex = 551;
|
|
this.lblSaleDate.Text = "영업일자";
|
|
this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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, 160);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(420, 2);
|
|
this.label1.TabIndex = 565;
|
|
//
|
|
// 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, 160);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(333, 2);
|
|
this.label3.TabIndex = 564;
|
|
//
|
|
// frmRefundRec
|
|
//
|
|
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.label1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.btnDw2);
|
|
this.Controls.Add(this.btnDw);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnUp2);
|
|
this.Controls.Add(this.btnDate);
|
|
this.Controls.Add(this.txtSaleDate);
|
|
this.Controls.Add(this.txtTradeNo);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtPosNo);
|
|
this.Controls.Add(this.cbTradeType);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.lblTradeNo);
|
|
this.Controls.Add(this.lblPosNo);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.lblTradeType);
|
|
this.Controls.Add(this.lblSaleDate);
|
|
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.btnEnter);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmRefundRec";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.TopMost = true;
|
|
this.Activated += new System.EventHandler(this.frmRefund_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmRefund_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRefund_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmRefund_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmButton btnUp2;
|
|
private UI.CsmButton btnUp;
|
|
private UI.CsmButton btnDw;
|
|
private UI.CsmButton btnDw2;
|
|
public System.Windows.Forms.TextBox txtPrtData;
|
|
private UI.CsmPosEditBox txtBarCode;
|
|
private UI.CsmButton btnPluLoad;
|
|
protected UI.CsmButton btnExit;
|
|
private UI.CsmGrid grdSearchList;
|
|
private UI.CsmVScrollbar vScrollbar;
|
|
private UI.CsmButton btnDate;
|
|
private UI.CsmPosEditBox txtSaleDate;
|
|
private UI.CsmLabel txtTradeNo;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtPosNo;
|
|
private System.Windows.Forms.ComboBox cbTradeType;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmLabel lblTradeNo;
|
|
private UI.CsmLabel lblPosNo;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmLabel lblTradeType;
|
|
private UI.CsmLabel lblSaleDate;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |