497 lines
27 KiB
C#
497 lines
27 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmRefundPay
|
|
{
|
|
/// <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()
|
|
{
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.grdSearchList = new Cosmos.UI.CsmGrid();
|
|
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.lblPosNo = new Cosmos.UI.CsmLabel();
|
|
this.lblTradeNo = new Cosmos.UI.CsmLabel();
|
|
this.txtPosNo = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtTradeNo = new Cosmos.UI.CsmLabel();
|
|
this.txtSaleDate = new Cosmos.UI.CsmLabel();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.btnMenual = new Cosmos.UI.CsmButton();
|
|
this.lblComplete = new Cosmos.UI.CsmLabel();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(1, 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(0, 0);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(800, 600);
|
|
this.picBack.TabIndex = 233;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// 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("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
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("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.grdSearchList.Location = new System.Drawing.Point(5, 123);
|
|
this.grdSearchList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.grdSearchList.Name = "grdSearchList";
|
|
this.grdSearchList.Size = new System.Drawing.Size(728, 400);
|
|
this.grdSearchList.TabIndex = 319;
|
|
this.grdSearchList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent);
|
|
//
|
|
// 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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnUp2.Location = new System.Drawing.Point(732, 123);
|
|
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(29, 101);
|
|
this.btnUp2.TabIndex = 133;
|
|
this.btnUp2.Text = "▲";
|
|
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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnUp.Location = new System.Drawing.Point(732, 223);
|
|
this.btnUp.Name = "btnUp";
|
|
this.btnUp.OccupancyBar = 0;
|
|
this.btnUp.OccupancyBar_Lv0 = null;
|
|
this.btnUp.OccupancyBar_Lv1 = null;
|
|
this.btnUp.OccupancyBar_Lv2 = null;
|
|
this.btnUp.OccupancyBar_Lv3 = null;
|
|
this.btnUp.OccupancyBar_Lv4 = null;
|
|
this.btnUp.Size = new System.Drawing.Size(29, 101);
|
|
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("Microsoft Sans Serif", 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(732, 323);
|
|
this.btnDw.Name = "btnDw";
|
|
this.btnDw.OccupancyBar = 0;
|
|
this.btnDw.OccupancyBar_Lv0 = null;
|
|
this.btnDw.OccupancyBar_Lv1 = null;
|
|
this.btnDw.OccupancyBar_Lv2 = null;
|
|
this.btnDw.OccupancyBar_Lv3 = null;
|
|
this.btnDw.OccupancyBar_Lv4 = null;
|
|
this.btnDw.Size = new System.Drawing.Size(29, 101);
|
|
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);
|
|
//
|
|
// 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(7, 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 = 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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnDw2.Location = new System.Drawing.Point(732, 423);
|
|
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(29, 100);
|
|
this.btnDw2.TabIndex = 133;
|
|
this.btnDw2.Text = "▼";
|
|
this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDw2.UseCompatibleTextRendering = true;
|
|
this.btnDw2.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// 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(316, 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 = 459;
|
|
this.lblPosNo.Text = "POS 번호";
|
|
this.lblPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblTradeNo
|
|
//
|
|
this.lblTradeNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTradeNo.BorderStyleReDraw = true;
|
|
this.lblTradeNo.Font = new System.Drawing.Font("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(526, 68);
|
|
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 = 460;
|
|
this.lblTradeNo.Text = "거래번호";
|
|
this.lblTradeNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(453, 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(55, 26);
|
|
this.txtPosNo.TabIndex = 462;
|
|
this.txtPosNo.Text = "00";
|
|
this.txtPosNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(7, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(756, 2);
|
|
this.label2.TabIndex = 463;
|
|
//
|
|
// 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(663, 75);
|
|
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(80, 26);
|
|
this.txtTradeNo.TabIndex = 468;
|
|
this.txtTradeNo.Text = "00001";
|
|
this.txtTradeNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtSaleDate
|
|
//
|
|
this.txtSaleDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleDate.BorderStyleReDraw = true;
|
|
this.txtSaleDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtSaleDate.Location = new System.Drawing.Point(144, 75);
|
|
this.txtSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtSaleDate.Name = "txtSaleDate";
|
|
this.txtSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtSaleDate.Size = new System.Drawing.Size(154, 26);
|
|
this.txtSaleDate.TabIndex = 469;
|
|
this.txtSaleDate.Text = "2015-01-01";
|
|
this.txtSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(661, 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);
|
|
//
|
|
// btnMenual
|
|
//
|
|
this.btnMenual.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(110)))), ((int)(((byte)(113)))));
|
|
this.btnMenual.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenual.BorderStyleReDraw = false;
|
|
this.btnMenual.ClickImage = null;
|
|
this.btnMenual.DefaultImage = null;
|
|
this.btnMenual.DisableImage = null;
|
|
this.btnMenual.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
|
this.btnMenual.ForeColor = System.Drawing.Color.White;
|
|
this.btnMenual.Location = new System.Drawing.Point(559, 538);
|
|
this.btnMenual.Name = "btnMenual";
|
|
this.btnMenual.OccupancyBar = 0;
|
|
this.btnMenual.OccupancyBar_Lv0 = null;
|
|
this.btnMenual.OccupancyBar_Lv1 = null;
|
|
this.btnMenual.OccupancyBar_Lv2 = null;
|
|
this.btnMenual.OccupancyBar_Lv3 = null;
|
|
this.btnMenual.OccupancyBar_Lv4 = null;
|
|
this.btnMenual.Size = new System.Drawing.Size(100, 40);
|
|
this.btnMenual.TabIndex = 470;
|
|
this.btnMenual.Text = "수기승인";
|
|
this.btnMenual.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenual.UseCompatibleTextRendering = true;
|
|
this.btnMenual.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblComplete
|
|
//
|
|
this.lblComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
this.lblComplete.BorderStyleReDraw = false;
|
|
this.lblComplete.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblComplete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblComplete.Location = new System.Drawing.Point(2, 124);
|
|
this.lblComplete.Name = "lblComplete";
|
|
this.lblComplete.Size = new System.Drawing.Size(762, 470);
|
|
this.lblComplete.TabIndex = 472;
|
|
this.lblComplete.Text = "영수증 반품 완료 처리 중 입니다";
|
|
this.lblComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
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 = 544;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(647, 68);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(116, 40);
|
|
this.lblBox3.TabIndex = 545;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(437, 68);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(90, 40);
|
|
this.lblBox2.TabIndex = 546;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(128, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(189, 40);
|
|
this.lblBox1.TabIndex = 547;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(5, 122);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(756, 2);
|
|
this.label1.TabIndex = 548;
|
|
//
|
|
// frmRefundPay
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(768, 600);
|
|
this.Controls.Add(this.lblComplete);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnDw);
|
|
this.Controls.Add(this.btnDw2);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnUp2);
|
|
this.Controls.Add(this.txtSaleDate);
|
|
this.Controls.Add(this.txtTradeNo);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtPosNo);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnMenual);
|
|
this.Controls.Add(this.lblTradeNo);
|
|
this.Controls.Add(this.lblPosNo);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblSaleDate);
|
|
this.Controls.Add(this.grdSearchList);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmRefundPay";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.TopMost = true;
|
|
this.Activated += new System.EventHandler(this.frmRefundPay_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmRefundPay_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRefundPay_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmRefundPay_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmGrid grdSearchList;
|
|
private UI.CsmButton btnUp2;
|
|
private UI.CsmButton btnUp;
|
|
private UI.CsmButton btnDw;
|
|
private UI.CsmLabel lblSaleDate;
|
|
private UI.CsmButton btnDw2;
|
|
private UI.CsmLabel lblPosNo;
|
|
private UI.CsmLabel lblTradeNo;
|
|
private UI.CsmLabel txtPosNo;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtTradeNo;
|
|
private UI.CsmLabel txtSaleDate;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmButton btnMenual;
|
|
private UI.CsmLabel lblComplete;
|
|
protected UI.CsmButton btnExit;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |