473 lines
27 KiB
C#
473 lines
27 KiB
C#
|
namespace Cosmos.Service
|
|||
|
{
|
|||
|
partial class frmCustDisplay
|
|||
|
{
|
|||
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustDisplay));
|
|||
|
this.SaleItemGrid = new Cosmos.UI.CsmGridEx();
|
|||
|
this.txtNetSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblNetSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtDiscountAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDiscountAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtQtySaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblQtySaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.pnlMediaTop = new System.Windows.Forms.Panel();
|
|||
|
this.wmpMediaTop = new AxWMPLib.AxWindowsMediaPlayer();
|
|||
|
this.picMediaTop = new System.Windows.Forms.PictureBox();
|
|||
|
this.pnlRecvAmt = new System.Windows.Forms.Panel();
|
|||
|
this.lblLine4 = new System.Windows.Forms.Label();
|
|||
|
this.lblVatSvc = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtVatSvc = new Cosmos.UI.CsmLabel();
|
|||
|
this.lstForeignList = new System.Windows.Forms.ListView();
|
|||
|
this.lblHappyPoint = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblLine3 = new System.Windows.Forms.Label();
|
|||
|
this.lblLine2 = new System.Windows.Forms.Label();
|
|||
|
this.lblLine1 = new System.Windows.Forms.Label();
|
|||
|
this.lstPaymentList = new System.Windows.Forms.ListView();
|
|||
|
this.txtRecvAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblRecvAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.pnlMediaBtm = new System.Windows.Forms.Panel();
|
|||
|
this.picMediaBtm = new System.Windows.Forms.PictureBox();
|
|||
|
this.tmrMedia = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.picLogo = new System.Windows.Forms.PictureBox();
|
|||
|
this.pnlSaleItemGrid = new System.Windows.Forms.Panel();
|
|||
|
this.lblStoreInfo = new Cosmos.UI.CsmPosMovePanel();
|
|||
|
this.wmpMediaBtm = new AxWMPLib.AxWindowsMediaPlayer();
|
|||
|
this.pnlMediaTop.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.wmpMediaTop)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMediaTop)).BeginInit();
|
|||
|
this.pnlRecvAmt.SuspendLayout();
|
|||
|
this.pnlMediaBtm.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMediaBtm)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
|
|||
|
this.pnlSaleItemGrid.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.wmpMediaBtm)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// SaleItemGrid
|
|||
|
//
|
|||
|
this.SaleItemGrid.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.SaleItemGrid.DisplayItemCount = 5;
|
|||
|
this.SaleItemGrid.GapSize = 0;
|
|||
|
this.SaleItemGrid.GridDataHeaderHeight = 0;
|
|||
|
this.SaleItemGrid.GridDataItems = null;
|
|||
|
this.SaleItemGrid.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.SaleItemGrid.Name = "SaleItemGrid";
|
|||
|
this.SaleItemGrid.SelectedIndex = 0;
|
|||
|
this.SaleItemGrid.Size = new System.Drawing.Size(309, 195);
|
|||
|
this.SaleItemGrid.TabIndex = 31;
|
|||
|
//
|
|||
|
// txtNetSaleAmt
|
|||
|
//
|
|||
|
this.txtNetSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.txtNetSaleAmt.BorderStyleReDraw = false;
|
|||
|
this.txtNetSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtNetSaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtNetSaleAmt.Location = new System.Drawing.Point(159, 121);
|
|||
|
this.txtNetSaleAmt.Name = "txtNetSaleAmt";
|
|||
|
this.txtNetSaleAmt.Size = new System.Drawing.Size(203, 33);
|
|||
|
this.txtNetSaleAmt.TabIndex = 32;
|
|||
|
this.txtNetSaleAmt.Text = "0";
|
|||
|
this.txtNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblNetSaleAmt
|
|||
|
//
|
|||
|
this.lblNetSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.lblNetSaleAmt.BorderStyleReDraw = false;
|
|||
|
this.lblNetSaleAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblNetSaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblNetSaleAmt.Location = new System.Drawing.Point(10, 121);
|
|||
|
this.lblNetSaleAmt.Name = "lblNetSaleAmt";
|
|||
|
this.lblNetSaleAmt.Size = new System.Drawing.Size(140, 32);
|
|||
|
this.lblNetSaleAmt.TabIndex = 33;
|
|||
|
this.lblNetSaleAmt.Text = "받을금액";
|
|||
|
this.lblNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtDiscountAmt
|
|||
|
//
|
|||
|
this.txtDiscountAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.txtDiscountAmt.BorderStyleReDraw = false;
|
|||
|
this.txtDiscountAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtDiscountAmt.ForeColor = System.Drawing.Color.Yellow;
|
|||
|
this.txtDiscountAmt.Location = new System.Drawing.Point(160, 29);
|
|||
|
this.txtDiscountAmt.Name = "txtDiscountAmt";
|
|||
|
this.txtDiscountAmt.Size = new System.Drawing.Size(200, 21);
|
|||
|
this.txtDiscountAmt.TabIndex = 34;
|
|||
|
this.txtDiscountAmt.Text = "0";
|
|||
|
this.txtDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblDiscountAmt
|
|||
|
//
|
|||
|
this.lblDiscountAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.lblDiscountAmt.BorderStyleReDraw = false;
|
|||
|
this.lblDiscountAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblDiscountAmt.ForeColor = System.Drawing.Color.Yellow;
|
|||
|
this.lblDiscountAmt.Location = new System.Drawing.Point(10, 28);
|
|||
|
this.lblDiscountAmt.Name = "lblDiscountAmt";
|
|||
|
this.lblDiscountAmt.Size = new System.Drawing.Size(140, 23);
|
|||
|
this.lblDiscountAmt.TabIndex = 35;
|
|||
|
this.lblDiscountAmt.Text = "할인금액";
|
|||
|
this.lblDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtQtySaleAmt
|
|||
|
//
|
|||
|
this.txtQtySaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.txtQtySaleAmt.BorderStyleReDraw = false;
|
|||
|
this.txtQtySaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtQtySaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtQtySaleAmt.Location = new System.Drawing.Point(160, 2);
|
|||
|
this.txtQtySaleAmt.Name = "txtQtySaleAmt";
|
|||
|
this.txtQtySaleAmt.Size = new System.Drawing.Size(200, 21);
|
|||
|
this.txtQtySaleAmt.TabIndex = 36;
|
|||
|
this.txtQtySaleAmt.Text = "0 / 0";
|
|||
|
this.txtQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblQtySaleAmt
|
|||
|
//
|
|||
|
this.lblQtySaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.lblQtySaleAmt.BorderStyleReDraw = false;
|
|||
|
this.lblQtySaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblQtySaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblQtySaleAmt.Location = new System.Drawing.Point(10, 2);
|
|||
|
this.lblQtySaleAmt.Name = "lblQtySaleAmt";
|
|||
|
this.lblQtySaleAmt.Size = new System.Drawing.Size(140, 21);
|
|||
|
this.lblQtySaleAmt.TabIndex = 37;
|
|||
|
this.lblQtySaleAmt.Text = "수량/총금액";
|
|||
|
this.lblQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// pnlMediaTop
|
|||
|
//
|
|||
|
this.pnlMediaTop.Controls.Add(this.wmpMediaTop);
|
|||
|
this.pnlMediaTop.Controls.Add(this.picMediaTop);
|
|||
|
this.pnlMediaTop.Location = new System.Drawing.Point(0, 50);
|
|||
|
this.pnlMediaTop.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pnlMediaTop.Name = "pnlMediaTop";
|
|||
|
this.pnlMediaTop.Size = new System.Drawing.Size(435, 275);
|
|||
|
this.pnlMediaTop.TabIndex = 39;
|
|||
|
//
|
|||
|
// wmpMediaTop
|
|||
|
//
|
|||
|
this.wmpMediaTop.Enabled = true;
|
|||
|
this.wmpMediaTop.Location = new System.Drawing.Point(12, 55);
|
|||
|
this.wmpMediaTop.Name = "wmpMediaTop";
|
|||
|
this.wmpMediaTop.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wmpMediaTop.OcxState")));
|
|||
|
this.wmpMediaTop.Size = new System.Drawing.Size(369, 211);
|
|||
|
this.wmpMediaTop.TabIndex = 2;
|
|||
|
//
|
|||
|
// picMediaTop
|
|||
|
//
|
|||
|
this.picMediaTop.Location = new System.Drawing.Point(183, 11);
|
|||
|
this.picMediaTop.Name = "picMediaTop";
|
|||
|
this.picMediaTop.Size = new System.Drawing.Size(132, 185);
|
|||
|
this.picMediaTop.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.picMediaTop.TabIndex = 1;
|
|||
|
this.picMediaTop.TabStop = false;
|
|||
|
//
|
|||
|
// pnlRecvAmt
|
|||
|
//
|
|||
|
this.pnlRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.pnlRecvAmt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblLine4);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblVatSvc);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtVatSvc);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lstForeignList);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblHappyPoint);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblLine3);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblLine2);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblLine1);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lstPaymentList);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblQtySaleAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtQtySaleAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblDiscountAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtRecvAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtNetSaleAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtDiscountAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblRecvAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblNetSaleAmt);
|
|||
|
this.pnlRecvAmt.Location = new System.Drawing.Point(435, 50);
|
|||
|
this.pnlRecvAmt.Name = "pnlRecvAmt";
|
|||
|
this.pnlRecvAmt.Size = new System.Drawing.Size(365, 275);
|
|||
|
this.pnlRecvAmt.TabIndex = 40;
|
|||
|
//
|
|||
|
// lblLine4
|
|||
|
//
|
|||
|
this.lblLine4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(161)))), ((int)(((byte)(215)))));
|
|||
|
this.lblLine4.Location = new System.Drawing.Point(8, 119);
|
|||
|
this.lblLine4.Name = "lblLine4";
|
|||
|
this.lblLine4.Size = new System.Drawing.Size(342, 1);
|
|||
|
this.lblLine4.TabIndex = 306;
|
|||
|
//
|
|||
|
// lblVatSvc
|
|||
|
//
|
|||
|
this.lblVatSvc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.lblVatSvc.BorderStyleReDraw = false;
|
|||
|
this.lblVatSvc.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblVatSvc.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblVatSvc.Location = new System.Drawing.Point(10, 61);
|
|||
|
this.lblVatSvc.Name = "lblVatSvc";
|
|||
|
this.lblVatSvc.Size = new System.Drawing.Size(140, 21);
|
|||
|
this.lblVatSvc.TabIndex = 305;
|
|||
|
this.lblVatSvc.Text = "봉사료/부가세";
|
|||
|
this.lblVatSvc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtVatSvc
|
|||
|
//
|
|||
|
this.txtVatSvc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.txtVatSvc.BorderStyleReDraw = false;
|
|||
|
this.txtVatSvc.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtVatSvc.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtVatSvc.Location = new System.Drawing.Point(160, 63);
|
|||
|
this.txtVatSvc.Name = "txtVatSvc";
|
|||
|
this.txtVatSvc.Size = new System.Drawing.Size(200, 21);
|
|||
|
this.txtVatSvc.TabIndex = 304;
|
|||
|
this.txtVatSvc.Text = "0 / 0";
|
|||
|
this.txtVatSvc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lstForeignList
|
|||
|
//
|
|||
|
this.lstForeignList.BackColor = System.Drawing.Color.White;
|
|||
|
this.lstForeignList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.lstForeignList.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lstForeignList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|||
|
this.lstForeignList.Location = new System.Drawing.Point(157, 198);
|
|||
|
this.lstForeignList.Name = "lstForeignList";
|
|||
|
this.lstForeignList.Scrollable = false;
|
|||
|
this.lstForeignList.Size = new System.Drawing.Size(203, 72);
|
|||
|
this.lstForeignList.TabIndex = 147;
|
|||
|
this.lstForeignList.UseCompatibleStateImageBehavior = false;
|
|||
|
this.lstForeignList.View = System.Windows.Forms.View.Details;
|
|||
|
//
|
|||
|
// lblHappyPoint
|
|||
|
//
|
|||
|
this.lblHappyPoint.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblHappyPoint.BorderStyleReDraw = false;
|
|||
|
this.lblHappyPoint.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblHappyPoint.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.lblHappyPoint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblHappyPoint.Location = new System.Drawing.Point(4, 156);
|
|||
|
this.lblHappyPoint.Name = "lblHappyPoint";
|
|||
|
this.lblHappyPoint.Size = new System.Drawing.Size(152, 115);
|
|||
|
this.lblHappyPoint.TabIndex = 303;
|
|||
|
this.lblHappyPoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblLine3
|
|||
|
//
|
|||
|
this.lblLine3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(161)))), ((int)(((byte)(215)))));
|
|||
|
this.lblLine3.Location = new System.Drawing.Point(13, 89);
|
|||
|
this.lblLine3.Name = "lblLine3";
|
|||
|
this.lblLine3.Size = new System.Drawing.Size(437, 1);
|
|||
|
this.lblLine3.TabIndex = 302;
|
|||
|
//
|
|||
|
// lblLine2
|
|||
|
//
|
|||
|
this.lblLine2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(161)))), ((int)(((byte)(215)))));
|
|||
|
this.lblLine2.Location = new System.Drawing.Point(13, 54);
|
|||
|
this.lblLine2.Name = "lblLine2";
|
|||
|
this.lblLine2.Size = new System.Drawing.Size(437, 1);
|
|||
|
this.lblLine2.TabIndex = 301;
|
|||
|
//
|
|||
|
// lblLine1
|
|||
|
//
|
|||
|
this.lblLine1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(161)))), ((int)(((byte)(215)))));
|
|||
|
this.lblLine1.Location = new System.Drawing.Point(12, 27);
|
|||
|
this.lblLine1.Name = "lblLine1";
|
|||
|
this.lblLine1.Size = new System.Drawing.Size(332, 1);
|
|||
|
this.lblLine1.TabIndex = 300;
|
|||
|
//
|
|||
|
// lstPaymentList
|
|||
|
//
|
|||
|
this.lstPaymentList.BackColor = System.Drawing.Color.White;
|
|||
|
this.lstPaymentList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.lstPaymentList.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lstPaymentList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|||
|
this.lstPaymentList.Location = new System.Drawing.Point(157, 156);
|
|||
|
this.lstPaymentList.Name = "lstPaymentList";
|
|||
|
this.lstPaymentList.Scrollable = false;
|
|||
|
this.lstPaymentList.Size = new System.Drawing.Size(203, 115);
|
|||
|
this.lstPaymentList.TabIndex = 146;
|
|||
|
this.lstPaymentList.UseCompatibleStateImageBehavior = false;
|
|||
|
this.lstPaymentList.View = System.Windows.Forms.View.Details;
|
|||
|
//
|
|||
|
// txtRecvAmt
|
|||
|
//
|
|||
|
this.txtRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.txtRecvAmt.BorderStyleReDraw = false;
|
|||
|
this.txtRecvAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtRecvAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtRecvAmt.Location = new System.Drawing.Point(160, 90);
|
|||
|
this.txtRecvAmt.Name = "txtRecvAmt";
|
|||
|
this.txtRecvAmt.Size = new System.Drawing.Size(200, 30);
|
|||
|
this.txtRecvAmt.TabIndex = 32;
|
|||
|
this.txtRecvAmt.Text = "0";
|
|||
|
this.txtRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// lblRecvAmt
|
|||
|
//
|
|||
|
this.lblRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(181)))), ((int)(((byte)(235)))));
|
|||
|
this.lblRecvAmt.BorderStyleReDraw = false;
|
|||
|
this.lblRecvAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblRecvAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblRecvAmt.Location = new System.Drawing.Point(10, 89);
|
|||
|
this.lblRecvAmt.Name = "lblRecvAmt";
|
|||
|
this.lblRecvAmt.Size = new System.Drawing.Size(140, 30);
|
|||
|
this.lblRecvAmt.TabIndex = 33;
|
|||
|
this.lblRecvAmt.Text = "받은금액";
|
|||
|
this.lblRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// pnlMediaBtm
|
|||
|
//
|
|||
|
this.pnlMediaBtm.Controls.Add(this.wmpMediaBtm);
|
|||
|
this.pnlMediaBtm.Controls.Add(this.picMediaBtm);
|
|||
|
this.pnlMediaBtm.Location = new System.Drawing.Point(0, 328);
|
|||
|
this.pnlMediaBtm.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pnlMediaBtm.Name = "pnlMediaBtm";
|
|||
|
this.pnlMediaBtm.Size = new System.Drawing.Size(435, 268);
|
|||
|
this.pnlMediaBtm.TabIndex = 41;
|
|||
|
//
|
|||
|
// picMediaBtm
|
|||
|
//
|
|||
|
this.picMediaBtm.Location = new System.Drawing.Point(183, 7);
|
|||
|
this.picMediaBtm.Name = "picMediaBtm";
|
|||
|
this.picMediaBtm.Size = new System.Drawing.Size(132, 219);
|
|||
|
this.picMediaBtm.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.picMediaBtm.TabIndex = 1;
|
|||
|
this.picMediaBtm.TabStop = false;
|
|||
|
//
|
|||
|
// tmrMedia
|
|||
|
//
|
|||
|
this.tmrMedia.Interval = 1000;
|
|||
|
this.tmrMedia.Tick += new System.EventHandler(this.tmrMedia_Tick);
|
|||
|
//
|
|||
|
// picLogo
|
|||
|
//
|
|||
|
this.picLogo.Image = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
|
|||
|
this.picLogo.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picLogo.Name = "picLogo";
|
|||
|
this.picLogo.Size = new System.Drawing.Size(170, 50);
|
|||
|
this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.picLogo.TabIndex = 44;
|
|||
|
this.picLogo.TabStop = false;
|
|||
|
//
|
|||
|
// pnlSaleItemGrid
|
|||
|
//
|
|||
|
this.pnlSaleItemGrid.Controls.Add(this.SaleItemGrid);
|
|||
|
this.pnlSaleItemGrid.Location = new System.Drawing.Point(444, 328);
|
|||
|
this.pnlSaleItemGrid.Name = "pnlSaleItemGrid";
|
|||
|
this.pnlSaleItemGrid.Size = new System.Drawing.Size(365, 245);
|
|||
|
this.pnlSaleItemGrid.TabIndex = 45;
|
|||
|
//
|
|||
|
// lblStoreInfo
|
|||
|
//
|
|||
|
this.lblStoreInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
|||
|
this.lblStoreInfo.csmCaptionAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.lblStoreInfo.csmMoveFont = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.lblStoreInfo.CsmText = "";
|
|||
|
this.lblStoreInfo.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblStoreInfo.Location = new System.Drawing.Point(175, 10);
|
|||
|
this.lblStoreInfo.MpLoop = false;
|
|||
|
this.lblStoreInfo.Name = "lblStoreInfo";
|
|||
|
this.lblStoreInfo.Size = new System.Drawing.Size(845, 32);
|
|||
|
this.lblStoreInfo.TabIndex = 321;
|
|||
|
//
|
|||
|
// wmpMediaBtm
|
|||
|
//
|
|||
|
this.wmpMediaBtm.Enabled = true;
|
|||
|
this.wmpMediaBtm.Location = new System.Drawing.Point(12, 7);
|
|||
|
this.wmpMediaBtm.Name = "wmpMediaBtm";
|
|||
|
this.wmpMediaBtm.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wmpMediaBtm.OcxState")));
|
|||
|
this.wmpMediaBtm.Size = new System.Drawing.Size(369, 211);
|
|||
|
this.wmpMediaBtm.TabIndex = 2;
|
|||
|
//
|
|||
|
// frmCustDisplay
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(1026, 768);
|
|||
|
this.Controls.Add(this.pnlMediaTop);
|
|||
|
this.Controls.Add(this.lblStoreInfo);
|
|||
|
this.Controls.Add(this.pnlSaleItemGrid);
|
|||
|
this.Controls.Add(this.picLogo);
|
|||
|
this.Controls.Add(this.pnlMediaBtm);
|
|||
|
this.Controls.Add(this.pnlRecvAmt);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmCustDisplay";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|||
|
this.Text = "frmCustDisplay";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustDisplay_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmCustDisplay_Load);
|
|||
|
this.LocationChanged += new System.EventHandler(this.frmCustDisplay_LocationChanged);
|
|||
|
this.pnlMediaTop.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.wmpMediaTop)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMediaTop)).EndInit();
|
|||
|
this.pnlRecvAmt.ResumeLayout(false);
|
|||
|
this.pnlMediaBtm.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMediaBtm)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
|
|||
|
this.pnlSaleItemGrid.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.wmpMediaBtm)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmGridEx SaleItemGrid;
|
|||
|
private UI.CsmLabel txtNetSaleAmt;
|
|||
|
private UI.CsmLabel lblNetSaleAmt;
|
|||
|
private UI.CsmLabel txtDiscountAmt;
|
|||
|
private UI.CsmLabel lblDiscountAmt;
|
|||
|
private UI.CsmLabel txtQtySaleAmt;
|
|||
|
private UI.CsmLabel lblQtySaleAmt;
|
|||
|
private System.Windows.Forms.Panel pnlMediaTop;
|
|||
|
private System.Windows.Forms.Panel pnlRecvAmt;
|
|||
|
private System.Windows.Forms.PictureBox picMediaTop;
|
|||
|
private System.Windows.Forms.Panel pnlMediaBtm;
|
|||
|
private System.Windows.Forms.PictureBox picMediaBtm;
|
|||
|
private System.Windows.Forms.Timer tmrMedia;
|
|||
|
private System.Windows.Forms.ListView lstPaymentList;
|
|||
|
private UI.CsmLabel txtRecvAmt;
|
|||
|
private UI.CsmLabel lblRecvAmt;
|
|||
|
private System.Windows.Forms.PictureBox picLogo;
|
|||
|
private System.Windows.Forms.Label lblLine3;
|
|||
|
private System.Windows.Forms.Label lblLine2;
|
|||
|
private System.Windows.Forms.Label lblLine1;
|
|||
|
private System.Windows.Forms.Panel pnlSaleItemGrid;
|
|||
|
private UI.CsmLabel lblHappyPoint;
|
|||
|
private System.Windows.Forms.ListView lstForeignList;
|
|||
|
private UI.CsmPosMovePanel lblStoreInfo;
|
|||
|
private System.Windows.Forms.Label lblLine4;
|
|||
|
private UI.CsmLabel lblVatSvc;
|
|||
|
private UI.CsmLabel txtVatSvc;
|
|||
|
private AxWMPLib.AxWindowsMediaPlayer wmpMediaTop;
|
|||
|
private AxWMPLib.AxWindowsMediaPlayer wmpMediaBtm;
|
|||
|
}
|
|||
|
}
|