554 lines
32 KiB
C#
554 lines
32 KiB
C#
|
namespace Cosmos.Service
|
|||
|
{
|
|||
|
partial class frmCustDisplayPipeDT
|
|||
|
{
|
|||
|
/// <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(frmCustDisplayPipeDT));
|
|||
|
this.SaleItemGrid = new Cosmos.UI.CsmGridEx();
|
|||
|
this.pnlRecvAmt = new System.Windows.Forms.Panel();
|
|||
|
this.lstForeignList = new System.Windows.Forms.ListView();
|
|||
|
this.lstPaymentList = new System.Windows.Forms.ListView();
|
|||
|
this.lblHappyPoint = new Cosmos.UI.CsmLabel();
|
|||
|
this.pnlPay = new System.Windows.Forms.Panel();
|
|||
|
this.txtQtySaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblQtySaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtDiscountAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDiscountAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtQty = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblQty = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtNetSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblNetSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtVatSvc = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblVatSvc = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtRecvAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblRecvAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.tmrMedia = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.picLogo = new System.Windows.Forms.PictureBox();
|
|||
|
this.pnlSaleItemGrid = new System.Windows.Forms.Panel();
|
|||
|
this.tmrDisplayInit = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.panel1 = new System.Windows.Forms.Panel();
|
|||
|
this.csmLabel6 = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel5 = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel10 = new Cosmos.UI.CsmLabel();
|
|||
|
this.pnlRecvAmt.SuspendLayout();
|
|||
|
this.pnlPay.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).BeginInit();
|
|||
|
this.pnlSaleItemGrid.SuspendLayout();
|
|||
|
this.panel1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// SaleItemGrid
|
|||
|
//
|
|||
|
this.SaleItemGrid.BackColor = System.Drawing.Color.Black;
|
|||
|
this.SaleItemGrid.DisplayItemCount = 5;
|
|||
|
this.SaleItemGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.SaleItemGrid.ForeColor = System.Drawing.Color.White;
|
|||
|
this.SaleItemGrid.GapSize = 0;
|
|||
|
this.SaleItemGrid.GridDataHeaderHeight = 0;
|
|||
|
this.SaleItemGrid.GridDataItems = null;
|
|||
|
this.SaleItemGrid.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.SaleItemGrid.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.SaleItemGrid.Name = "SaleItemGrid";
|
|||
|
this.SaleItemGrid.SelectedIndex = 0;
|
|||
|
this.SaleItemGrid.Size = new System.Drawing.Size(768, 654);
|
|||
|
this.SaleItemGrid.TabIndex = 31;
|
|||
|
//
|
|||
|
// pnlRecvAmt
|
|||
|
//
|
|||
|
this.pnlRecvAmt.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lstForeignList);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lstPaymentList);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblHappyPoint);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.pnlPay);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtVatSvc);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblVatSvc);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.txtRecvAmt);
|
|||
|
this.pnlRecvAmt.Controls.Add(this.lblRecvAmt);
|
|||
|
this.pnlRecvAmt.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|||
|
this.pnlRecvAmt.Location = new System.Drawing.Point(0, 759);
|
|||
|
this.pnlRecvAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pnlRecvAmt.Name = "pnlRecvAmt";
|
|||
|
this.pnlRecvAmt.Size = new System.Drawing.Size(768, 265);
|
|||
|
this.pnlRecvAmt.TabIndex = 40;
|
|||
|
//
|
|||
|
// lstForeignList
|
|||
|
//
|
|||
|
this.lstForeignList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.lstForeignList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.lstForeignList.Font = new System.Drawing.Font("맑은 고딕", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lstForeignList.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lstForeignList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|||
|
this.lstForeignList.Location = new System.Drawing.Point(300, 82);
|
|||
|
this.lstForeignList.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lstForeignList.Name = "lstForeignList";
|
|||
|
this.lstForeignList.Scrollable = false;
|
|||
|
this.lstForeignList.Size = new System.Drawing.Size(468, 67);
|
|||
|
this.lstForeignList.TabIndex = 318;
|
|||
|
this.lstForeignList.UseCompatibleStateImageBehavior = false;
|
|||
|
this.lstForeignList.View = System.Windows.Forms.View.Details;
|
|||
|
this.lstForeignList.Visible = false;
|
|||
|
//
|
|||
|
// lstPaymentList
|
|||
|
//
|
|||
|
this.lstPaymentList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.lstPaymentList.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|||
|
this.lstPaymentList.Font = new System.Drawing.Font("맑은 고딕", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lstPaymentList.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lstPaymentList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
|||
|
this.lstPaymentList.Location = new System.Drawing.Point(300, 0);
|
|||
|
this.lstPaymentList.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lstPaymentList.Name = "lstPaymentList";
|
|||
|
this.lstPaymentList.Scrollable = false;
|
|||
|
this.lstPaymentList.Size = new System.Drawing.Size(468, 150);
|
|||
|
this.lstPaymentList.TabIndex = 146;
|
|||
|
this.lstPaymentList.UseCompatibleStateImageBehavior = false;
|
|||
|
this.lstPaymentList.View = System.Windows.Forms.View.Details;
|
|||
|
this.lstPaymentList.Visible = false;
|
|||
|
//
|
|||
|
// lblHappyPoint
|
|||
|
//
|
|||
|
this.lblHappyPoint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.lblHappyPoint.BorderStyleReDraw = false;
|
|||
|
this.lblHappyPoint.Font = new System.Drawing.Font("맑은 고딕", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblHappyPoint.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblHappyPoint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblHappyPoint.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.lblHappyPoint.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lblHappyPoint.Name = "lblHappyPoint";
|
|||
|
this.lblHappyPoint.Size = new System.Drawing.Size(300, 150);
|
|||
|
this.lblHappyPoint.TabIndex = 317;
|
|||
|
this.lblHappyPoint.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblHappyPoint.Visible = false;
|
|||
|
//
|
|||
|
// pnlPay
|
|||
|
//
|
|||
|
this.pnlPay.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pnlPay.Controls.Add(this.txtQtySaleAmt);
|
|||
|
this.pnlPay.Controls.Add(this.lblQtySaleAmt);
|
|||
|
this.pnlPay.Controls.Add(this.txtDiscountAmt);
|
|||
|
this.pnlPay.Controls.Add(this.lblDiscountAmt);
|
|||
|
this.pnlPay.Controls.Add(this.txtQty);
|
|||
|
this.pnlPay.Controls.Add(this.lblQty);
|
|||
|
this.pnlPay.Controls.Add(this.txtNetSaleAmt);
|
|||
|
this.pnlPay.Controls.Add(this.lblNetSaleAmt);
|
|||
|
this.pnlPay.Controls.Add(this.csmLabel1);
|
|||
|
this.pnlPay.Location = new System.Drawing.Point(0, 150);
|
|||
|
this.pnlPay.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pnlPay.Name = "pnlPay";
|
|||
|
this.pnlPay.Size = new System.Drawing.Size(768, 115);
|
|||
|
this.pnlPay.TabIndex = 319;
|
|||
|
//
|
|||
|
// txtQtySaleAmt
|
|||
|
//
|
|||
|
this.txtQtySaleAmt.BackColor = System.Drawing.Color.Black;
|
|||
|
this.txtQtySaleAmt.BorderStyleReDraw = false;
|
|||
|
this.txtQtySaleAmt.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtQtySaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtQtySaleAmt.Location = new System.Drawing.Point(580, 46);
|
|||
|
this.txtQtySaleAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.txtQtySaleAmt.Name = "txtQtySaleAmt";
|
|||
|
this.txtQtySaleAmt.Size = new System.Drawing.Size(184, 64);
|
|||
|
this.txtQtySaleAmt.TabIndex = 321;
|
|||
|
this.txtQtySaleAmt.Text = "256,000";
|
|||
|
this.txtQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblQtySaleAmt
|
|||
|
//
|
|||
|
this.lblQtySaleAmt.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lblQtySaleAmt.BorderStyleReDraw = false;
|
|||
|
this.lblQtySaleAmt.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblQtySaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblQtySaleAmt.Location = new System.Drawing.Point(580, 11);
|
|||
|
this.lblQtySaleAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lblQtySaleAmt.Name = "lblQtySaleAmt";
|
|||
|
this.lblQtySaleAmt.Size = new System.Drawing.Size(184, 37);
|
|||
|
this.lblQtySaleAmt.TabIndex = 318;
|
|||
|
this.lblQtySaleAmt.Text = "총 금액";
|
|||
|
this.lblQtySaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// txtDiscountAmt
|
|||
|
//
|
|||
|
this.txtDiscountAmt.BackColor = System.Drawing.Color.Black;
|
|||
|
this.txtDiscountAmt.BorderStyleReDraw = false;
|
|||
|
this.txtDiscountAmt.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtDiscountAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtDiscountAmt.Location = new System.Drawing.Point(413, 46);
|
|||
|
this.txtDiscountAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.txtDiscountAmt.Name = "txtDiscountAmt";
|
|||
|
this.txtDiscountAmt.Size = new System.Drawing.Size(164, 64);
|
|||
|
this.txtDiscountAmt.TabIndex = 322;
|
|||
|
this.txtDiscountAmt.Text = "11,600";
|
|||
|
this.txtDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblDiscountAmt
|
|||
|
//
|
|||
|
this.lblDiscountAmt.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lblDiscountAmt.BorderStyleReDraw = false;
|
|||
|
this.lblDiscountAmt.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDiscountAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblDiscountAmt.Location = new System.Drawing.Point(413, 11);
|
|||
|
this.lblDiscountAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lblDiscountAmt.Name = "lblDiscountAmt";
|
|||
|
this.lblDiscountAmt.Size = new System.Drawing.Size(164, 37);
|
|||
|
this.lblDiscountAmt.TabIndex = 319;
|
|||
|
this.lblDiscountAmt.Text = "총 할인";
|
|||
|
this.lblDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// txtQty
|
|||
|
//
|
|||
|
this.txtQty.BackColor = System.Drawing.Color.Black;
|
|||
|
this.txtQty.BorderStyleReDraw = false;
|
|||
|
this.txtQty.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtQty.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtQty.Location = new System.Drawing.Point(306, 46);
|
|||
|
this.txtQty.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.txtQty.Name = "txtQty";
|
|||
|
this.txtQty.Size = new System.Drawing.Size(104, 64);
|
|||
|
this.txtQty.TabIndex = 320;
|
|||
|
this.txtQty.Text = "2";
|
|||
|
this.txtQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblQty
|
|||
|
//
|
|||
|
this.lblQty.BackColor = System.Drawing.Color.Black;
|
|||
|
this.lblQty.BorderStyleReDraw = false;
|
|||
|
this.lblQty.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblQty.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblQty.Location = new System.Drawing.Point(305, 11);
|
|||
|
this.lblQty.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lblQty.Name = "lblQty";
|
|||
|
this.lblQty.Size = new System.Drawing.Size(105, 37);
|
|||
|
this.lblQty.TabIndex = 317;
|
|||
|
this.lblQty.Text = "총 수량";
|
|||
|
this.lblQty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// txtNetSaleAmt
|
|||
|
//
|
|||
|
this.txtNetSaleAmt.BackColor = System.Drawing.Color.DarkRed;
|
|||
|
this.txtNetSaleAmt.BorderStyleReDraw = false;
|
|||
|
this.txtNetSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtNetSaleAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.txtNetSaleAmt.Location = new System.Drawing.Point(16, 46);
|
|||
|
this.txtNetSaleAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.txtNetSaleAmt.Name = "txtNetSaleAmt";
|
|||
|
this.txtNetSaleAmt.Size = new System.Drawing.Size(270, 64);
|
|||
|
this.txtNetSaleAmt.TabIndex = 310;
|
|||
|
this.txtNetSaleAmt.Text = "256,400";
|
|||
|
this.txtNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblNetSaleAmt
|
|||
|
//
|
|||
|
this.lblNetSaleAmt.BackColor = System.Drawing.Color.DarkRed;
|
|||
|
this.lblNetSaleAmt.BorderStyleReDraw = false;
|
|||
|
this.lblNetSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 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(93, 11);
|
|||
|
this.lblNetSaleAmt.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.lblNetSaleAmt.Name = "lblNetSaleAmt";
|
|||
|
this.lblNetSaleAmt.Size = new System.Drawing.Size(116, 42);
|
|||
|
this.lblNetSaleAmt.TabIndex = 311;
|
|||
|
this.lblNetSaleAmt.Text = "결제금액";
|
|||
|
this.lblNetSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// csmLabel1
|
|||
|
//
|
|||
|
this.csmLabel1.BackColor = System.Drawing.Color.DarkRed;
|
|||
|
this.csmLabel1.BorderStyleReDraw = false;
|
|||
|
this.csmLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel1.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.csmLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.csmLabel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel1.Name = "csmLabel1";
|
|||
|
this.csmLabel1.Size = new System.Drawing.Size(300, 115);
|
|||
|
this.csmLabel1.TabIndex = 308;
|
|||
|
this.csmLabel1.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(527, 106);
|
|||
|
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;
|
|||
|
this.txtVatSvc.Visible = false;
|
|||
|
//
|
|||
|
// 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(305, 106);
|
|||
|
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;
|
|||
|
//
|
|||
|
// txtRecvAmt
|
|||
|
//
|
|||
|
this.txtRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.txtRecvAmt.BorderStyleReDraw = false;
|
|||
|
this.txtRecvAmt.Font = new System.Drawing.Font("맑은 고딕", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtRecvAmt.ForeColor = System.Drawing.Color.Red;
|
|||
|
this.txtRecvAmt.Location = new System.Drawing.Point(427, 59);
|
|||
|
this.txtRecvAmt.Name = "txtRecvAmt";
|
|||
|
this.txtRecvAmt.Size = new System.Drawing.Size(270, 82);
|
|||
|
this.txtRecvAmt.TabIndex = 310;
|
|||
|
this.txtRecvAmt.Text = "6,400";
|
|||
|
this.txtRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblRecvAmt
|
|||
|
//
|
|||
|
this.lblRecvAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.lblRecvAmt.BorderStyleReDraw = false;
|
|||
|
this.lblRecvAmt.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblRecvAmt.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblRecvAmt.Location = new System.Drawing.Point(305, 59);
|
|||
|
this.lblRecvAmt.Name = "lblRecvAmt";
|
|||
|
this.lblRecvAmt.Size = new System.Drawing.Size(116, 42);
|
|||
|
this.lblRecvAmt.TabIndex = 309;
|
|||
|
this.lblRecvAmt.Text = "결제금액";
|
|||
|
this.lblRecvAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblRecvAmt.Visible = false;
|
|||
|
//
|
|||
|
// tmrMedia
|
|||
|
//
|
|||
|
this.tmrMedia.Interval = 1000;
|
|||
|
this.tmrMedia.Tick += new System.EventHandler(this.tmrMedia_Tick);
|
|||
|
//
|
|||
|
// picLogo
|
|||
|
//
|
|||
|
this.picLogo.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.picLogo.ErrorImage = null;
|
|||
|
this.picLogo.Image = ((System.Drawing.Image)(resources.GetObject("picLogo.Image")));
|
|||
|
this.picLogo.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picLogo.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.picLogo.Name = "picLogo";
|
|||
|
this.picLogo.Size = new System.Drawing.Size(768, 254);
|
|||
|
this.picLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|||
|
this.picLogo.TabIndex = 44;
|
|||
|
this.picLogo.TabStop = false;
|
|||
|
//
|
|||
|
// pnlSaleItemGrid
|
|||
|
//
|
|||
|
this.pnlSaleItemGrid.BackColor = System.Drawing.Color.Black;
|
|||
|
this.pnlSaleItemGrid.Controls.Add(this.SaleItemGrid);
|
|||
|
this.pnlSaleItemGrid.Location = new System.Drawing.Point(0, 254);
|
|||
|
this.pnlSaleItemGrid.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.pnlSaleItemGrid.Name = "pnlSaleItemGrid";
|
|||
|
this.pnlSaleItemGrid.Size = new System.Drawing.Size(768, 654);
|
|||
|
this.pnlSaleItemGrid.TabIndex = 45;
|
|||
|
//
|
|||
|
// tmrDisplayInit
|
|||
|
//
|
|||
|
this.tmrDisplayInit.Interval = 1000;
|
|||
|
this.tmrDisplayInit.Tick += new System.EventHandler(this.tmrDisplayInit_Tick);
|
|||
|
//
|
|||
|
// panel1
|
|||
|
//
|
|||
|
this.panel1.BackColor = System.Drawing.Color.Black;
|
|||
|
this.panel1.Controls.Add(this.csmLabel6);
|
|||
|
this.panel1.Controls.Add(this.csmLabel5);
|
|||
|
this.panel1.Controls.Add(this.csmLabel4);
|
|||
|
this.panel1.Controls.Add(this.csmLabel3);
|
|||
|
this.panel1.Controls.Add(this.csmLabel2);
|
|||
|
this.panel1.Controls.Add(this.csmLabel10);
|
|||
|
this.panel1.Location = new System.Drawing.Point(0, 173);
|
|||
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.panel1.Name = "panel1";
|
|||
|
this.panel1.Size = new System.Drawing.Size(768, 80);
|
|||
|
this.panel1.TabIndex = 320;
|
|||
|
//
|
|||
|
// csmLabel6
|
|||
|
//
|
|||
|
this.csmLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel6.BorderStyleReDraw = false;
|
|||
|
this.csmLabel6.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel6.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.csmLabel6.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel6.Location = new System.Drawing.Point(757, 0);
|
|||
|
this.csmLabel6.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel6.Name = "csmLabel6";
|
|||
|
this.csmLabel6.Size = new System.Drawing.Size(10, 80);
|
|||
|
this.csmLabel6.TabIndex = 313;
|
|||
|
this.csmLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// csmLabel5
|
|||
|
//
|
|||
|
this.csmLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel5.BorderStyleReDraw = false;
|
|||
|
this.csmLabel5.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel5.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel5.ForeColor = System.Drawing.Color.White;
|
|||
|
this.csmLabel5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel5.Location = new System.Drawing.Point(587, 0);
|
|||
|
this.csmLabel5.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel5.Name = "csmLabel5";
|
|||
|
this.csmLabel5.Size = new System.Drawing.Size(170, 80);
|
|||
|
this.csmLabel5.TabIndex = 312;
|
|||
|
this.csmLabel5.Text = "금액";
|
|||
|
this.csmLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// csmLabel4
|
|||
|
//
|
|||
|
this.csmLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel4.BorderStyleReDraw = false;
|
|||
|
this.csmLabel4.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel4.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel4.ForeColor = System.Drawing.Color.White;
|
|||
|
this.csmLabel4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel4.Location = new System.Drawing.Point(461, 0);
|
|||
|
this.csmLabel4.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel4.Name = "csmLabel4";
|
|||
|
this.csmLabel4.Size = new System.Drawing.Size(126, 80);
|
|||
|
this.csmLabel4.TabIndex = 311;
|
|||
|
this.csmLabel4.Text = "할인";
|
|||
|
this.csmLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// csmLabel3
|
|||
|
//
|
|||
|
this.csmLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel3.BorderStyleReDraw = false;
|
|||
|
this.csmLabel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel3.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel3.ForeColor = System.Drawing.Color.White;
|
|||
|
this.csmLabel3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel3.Location = new System.Drawing.Point(361, 0);
|
|||
|
this.csmLabel3.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel3.Name = "csmLabel3";
|
|||
|
this.csmLabel3.Size = new System.Drawing.Size(100, 80);
|
|||
|
this.csmLabel3.TabIndex = 310;
|
|||
|
this.csmLabel3.Text = "수량";
|
|||
|
this.csmLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
//
|
|||
|
// csmLabel2
|
|||
|
//
|
|||
|
this.csmLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel2.BorderStyleReDraw = false;
|
|||
|
this.csmLabel2.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel2.Font = new System.Drawing.Font("맑은 고딕", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.csmLabel2.ForeColor = System.Drawing.Color.White;
|
|||
|
this.csmLabel2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel2.Location = new System.Drawing.Point(10, 0);
|
|||
|
this.csmLabel2.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel2.Name = "csmLabel2";
|
|||
|
this.csmLabel2.Size = new System.Drawing.Size(351, 80);
|
|||
|
this.csmLabel2.TabIndex = 309;
|
|||
|
this.csmLabel2.Text = "상품명";
|
|||
|
this.csmLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// csmLabel10
|
|||
|
//
|
|||
|
this.csmLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|||
|
this.csmLabel10.BorderStyleReDraw = false;
|
|||
|
this.csmLabel10.Dock = System.Windows.Forms.DockStyle.Left;
|
|||
|
this.csmLabel10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.csmLabel10.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.csmLabel10.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.csmLabel10.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.csmLabel10.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
this.csmLabel10.Name = "csmLabel10";
|
|||
|
this.csmLabel10.Size = new System.Drawing.Size(10, 80);
|
|||
|
this.csmLabel10.TabIndex = 308;
|
|||
|
this.csmLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// frmCustDisplayPipeDT
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.Black;
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(768, 1024);
|
|||
|
this.Controls.Add(this.panel1);
|
|||
|
this.Controls.Add(this.pnlRecvAmt);
|
|||
|
this.Controls.Add(this.pnlSaleItemGrid);
|
|||
|
this.Controls.Add(this.picLogo);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmCustDisplayPipeDT";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|||
|
this.Text = "frmCustDisplayPipeDT";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustDisplayPipeDT_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmCustDisplayPipeDT_Load);
|
|||
|
this.LocationChanged += new System.EventHandler(this.frmCustDisplayPipeDT_LocationChanged);
|
|||
|
this.pnlRecvAmt.ResumeLayout(false);
|
|||
|
this.pnlPay.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picLogo)).EndInit();
|
|||
|
this.pnlSaleItemGrid.ResumeLayout(false);
|
|||
|
this.panel1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmGridEx SaleItemGrid;
|
|||
|
private System.Windows.Forms.Panel pnlRecvAmt;
|
|||
|
private System.Windows.Forms.Timer tmrMedia;
|
|||
|
private System.Windows.Forms.ListView lstPaymentList;
|
|||
|
private System.Windows.Forms.PictureBox picLogo;
|
|||
|
private System.Windows.Forms.Panel pnlSaleItemGrid;
|
|||
|
private UI.CsmLabel lblVatSvc;
|
|||
|
private UI.CsmLabel txtVatSvc;
|
|||
|
private System.Windows.Forms.Timer tmrDisplayInit;
|
|||
|
private System.Windows.Forms.ListView lstForeignList;
|
|||
|
private UI.CsmLabel lblHappyPoint;
|
|||
|
private UI.CsmLabel txtRecvAmt;
|
|||
|
private UI.CsmLabel lblRecvAmt;
|
|||
|
private System.Windows.Forms.Panel pnlPay;
|
|||
|
private UI.CsmLabel txtQtySaleAmt;
|
|||
|
private UI.CsmLabel txtQty;
|
|||
|
private UI.CsmLabel lblDiscountAmt;
|
|||
|
private UI.CsmLabel lblQtySaleAmt;
|
|||
|
private UI.CsmLabel lblQty;
|
|||
|
private UI.CsmLabel txtNetSaleAmt;
|
|||
|
private UI.CsmLabel lblNetSaleAmt;
|
|||
|
private UI.CsmLabel csmLabel1;
|
|||
|
private UI.CsmLabel txtDiscountAmt;
|
|||
|
private System.Windows.Forms.Panel panel1;
|
|||
|
private UI.CsmLabel csmLabel10;
|
|||
|
private UI.CsmLabel csmLabel6;
|
|||
|
private UI.CsmLabel csmLabel5;
|
|||
|
private UI.CsmLabel csmLabel4;
|
|||
|
private UI.CsmLabel csmLabel3;
|
|||
|
private UI.CsmLabel csmLabel2;
|
|||
|
}
|
|||
|
}
|