407 lines
22 KiB
C#
407 lines
22 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmSOD
|
|||
|
{
|
|||
|
/// <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(frmSOD));
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.lblSysDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblOrgDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblSaleDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.label01 = new System.Windows.Forms.Label();
|
|||
|
this.lblCashierName = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.padInPut = new Cosmos.UI.CsmNumpad();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtCashierName = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtOrgDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.txtSysDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnOpen = new Cosmos.UI.CsmButton();
|
|||
|
this.txtSaleDate = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.btnDate = new Cosmos.UI.CsmButton();
|
|||
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|||
|
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
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(788, 402);
|
|||
|
this.picBack.TabIndex = 393;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// lblSysDate
|
|||
|
//
|
|||
|
this.lblSysDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSysDate.BorderStyleReDraw = true;
|
|||
|
this.lblSysDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSysDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSysDate.Location = new System.Drawing.Point(22, 201);
|
|||
|
this.lblSysDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSysDate.Name = "lblSysDate";
|
|||
|
this.lblSysDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSysDate.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblSysDate.TabIndex = 464;
|
|||
|
this.lblSysDate.Text = "시스템일자";
|
|||
|
this.lblSysDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblOrgDate
|
|||
|
//
|
|||
|
this.lblOrgDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblOrgDate.BorderStyleReDraw = true;
|
|||
|
this.lblOrgDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblOrgDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblOrgDate.Location = new System.Drawing.Point(22, 162);
|
|||
|
this.lblOrgDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblOrgDate.Name = "lblOrgDate";
|
|||
|
this.lblOrgDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblOrgDate.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblOrgDate.TabIndex = 462;
|
|||
|
this.lblOrgDate.Text = "전영업일";
|
|||
|
this.lblOrgDate.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("나눔스퀘어 Bold", 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(22, 123);
|
|||
|
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 = 461;
|
|||
|
this.lblSaleDate.Text = "개점일자";
|
|||
|
this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label01
|
|||
|
//
|
|||
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label01.Location = new System.Drawing.Point(22, 67);
|
|||
|
this.label01.Name = "label01";
|
|||
|
this.label01.Size = new System.Drawing.Size(408, 2);
|
|||
|
this.label01.TabIndex = 458;
|
|||
|
//
|
|||
|
// lblCashierName
|
|||
|
//
|
|||
|
this.lblCashierName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblCashierName.BorderStyleReDraw = true;
|
|||
|
this.lblCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblCashierName.Location = new System.Drawing.Point(22, 68);
|
|||
|
this.lblCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblCashierName.Name = "lblCashierName";
|
|||
|
this.lblCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblCashierName.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblCashierName.TabIndex = 457;
|
|||
|
this.lblCashierName.Text = "담 당 자";
|
|||
|
this.lblCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.btnExit.BorderStyleReDraw = false;
|
|||
|
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnExit.Location = new System.Drawing.Point(729, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 468;
|
|||
|
this.btnExit.Text = "X";
|
|||
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_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("나눔스퀘어 Bold", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|||
|
this.lblTitle.Location = new System.Drawing.Point(16, 1);
|
|||
|
this.lblTitle.Name = "lblTitle";
|
|||
|
this.lblTitle.Size = new System.Drawing.Size(714, 50);
|
|||
|
this.lblTitle.TabIndex = 467;
|
|||
|
this.lblTitle.Text = "개점";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// padInPut
|
|||
|
//
|
|||
|
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|||
|
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
|||
|
this.padInPut.BtnDotEnable = true;
|
|||
|
this.padInPut.BtnMinusEnable = false;
|
|||
|
this.padInPut.BtnPlusEnable = false;
|
|||
|
this.padInPut.BtnQtyEnable = false;
|
|||
|
this.padInPut.BtnSearchEnable = false;
|
|||
|
this.padInPut.ClearBtnText = "CLEAR";
|
|||
|
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
|
|||
|
this.padInPut.Location = new System.Drawing.Point(444, 130);
|
|||
|
this.padInPut.Name = "padInPut";
|
|||
|
this.padInPut.QtyBtnText = "QTY";
|
|||
|
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
|||
|
this.padInPut.TabIndex = 469;
|
|||
|
this.padInPut.ThemeColor = "000000000";
|
|||
|
this.padInPut.Use4By4 = false;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label2.Location = new System.Drawing.Point(22, 122);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|||
|
this.label2.TabIndex = 473;
|
|||
|
//
|
|||
|
// txtCashierName
|
|||
|
//
|
|||
|
this.txtCashierName.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtCashierName.BorderStyleReDraw = true;
|
|||
|
this.txtCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtCashierName.Location = new System.Drawing.Point(160, 75);
|
|||
|
this.txtCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtCashierName.Name = "txtCashierName";
|
|||
|
this.txtCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtCashierName.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtCashierName.TabIndex = 476;
|
|||
|
this.txtCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtOrgDate
|
|||
|
//
|
|||
|
this.txtOrgDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtOrgDate.BorderStyleReDraw = true;
|
|||
|
this.txtOrgDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtOrgDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtOrgDate.Location = new System.Drawing.Point(160, 169);
|
|||
|
this.txtOrgDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtOrgDate.Name = "txtOrgDate";
|
|||
|
this.txtOrgDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtOrgDate.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtOrgDate.TabIndex = 477;
|
|||
|
this.txtOrgDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// txtSysDate
|
|||
|
//
|
|||
|
this.txtSysDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtSysDate.BorderStyleReDraw = true;
|
|||
|
this.txtSysDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtSysDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtSysDate.Location = new System.Drawing.Point(160, 208);
|
|||
|
this.txtSysDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtSysDate.Name = "txtSysDate";
|
|||
|
this.txtSysDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtSysDate.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtSysDate.TabIndex = 478;
|
|||
|
this.txtSysDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnOpen
|
|||
|
//
|
|||
|
this.btnOpen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnOpen.BorderStyleReDraw = false;
|
|||
|
this.btnOpen.ClickImage = null;
|
|||
|
this.btnOpen.DefaultImage = null;
|
|||
|
this.btnOpen.DisableImage = null;
|
|||
|
this.btnOpen.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnOpen.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnOpen.Location = new System.Drawing.Point(330, 340);
|
|||
|
this.btnOpen.Name = "btnOpen";
|
|||
|
this.btnOpen.OccupancyBar = 0;
|
|||
|
this.btnOpen.OccupancyBar_Lv0 = null;
|
|||
|
this.btnOpen.OccupancyBar_Lv1 = null;
|
|||
|
this.btnOpen.OccupancyBar_Lv2 = null;
|
|||
|
this.btnOpen.OccupancyBar_Lv3 = null;
|
|||
|
this.btnOpen.OccupancyBar_Lv4 = null;
|
|||
|
this.btnOpen.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnOpen.TabIndex = 479;
|
|||
|
this.btnOpen.Text = "개점";
|
|||
|
this.btnOpen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnOpen.UseCompatibleTextRendering = true;
|
|||
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_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("나눔스퀘어 Bold", 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(160, 130);
|
|||
|
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(224, 26);
|
|||
|
this.txtSaleDate.TabIndex = 480;
|
|||
|
this.txtSaleDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtSaleDate.UseDualMaxLength = false;
|
|||
|
this.txtSaleDate.Value = "20160101";
|
|||
|
this.txtSaleDate.Enter += new System.EventHandler(this.txtSaleDate_Enter);
|
|||
|
//
|
|||
|
// 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("나눔스퀘어 Bold", 14F, 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(383, 130);
|
|||
|
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, 26);
|
|||
|
this.btnDate.TabIndex = 481;
|
|||
|
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
|
|||
|
//
|
|||
|
// lblBox4
|
|||
|
//
|
|||
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox4.BorderStyleReDraw = true;
|
|||
|
this.lblBox4.Location = new System.Drawing.Point(143, 201);
|
|||
|
this.lblBox4.Name = "lblBox4";
|
|||
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox4.TabIndex = 482;
|
|||
|
//
|
|||
|
// lblBox3
|
|||
|
//
|
|||
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox3.BorderStyleReDraw = true;
|
|||
|
this.lblBox3.Location = new System.Drawing.Point(143, 162);
|
|||
|
this.lblBox3.Name = "lblBox3";
|
|||
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox3.TabIndex = 483;
|
|||
|
//
|
|||
|
// lblBox2
|
|||
|
//
|
|||
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox2.BorderStyleReDraw = true;
|
|||
|
this.lblBox2.Location = new System.Drawing.Point(143, 123);
|
|||
|
this.lblBox2.Name = "lblBox2";
|
|||
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox2.TabIndex = 484;
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(143, 68);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox1.TabIndex = 485;
|
|||
|
//
|
|||
|
// frmSOD
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|||
|
this.Controls.Add(this.btnDate);
|
|||
|
this.Controls.Add(this.txtSaleDate);
|
|||
|
this.Controls.Add(this.btnOpen);
|
|||
|
this.Controls.Add(this.txtSysDate);
|
|||
|
this.Controls.Add(this.txtOrgDate);
|
|||
|
this.Controls.Add(this.txtCashierName);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.padInPut);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.lblSysDate);
|
|||
|
this.Controls.Add(this.lblOrgDate);
|
|||
|
this.Controls.Add(this.lblSaleDate);
|
|||
|
this.Controls.Add(this.label01);
|
|||
|
this.Controls.Add(this.lblCashierName);
|
|||
|
this.Controls.Add(this.lblBox4);
|
|||
|
this.Controls.Add(this.lblBox3);
|
|||
|
this.Controls.Add(this.lblBox2);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmSOD";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmSOD";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSOD_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmSOD_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmLabel lblSysDate;
|
|||
|
private UI.CsmLabel lblOrgDate;
|
|||
|
private UI.CsmLabel lblSaleDate;
|
|||
|
private System.Windows.Forms.Label label01;
|
|||
|
private UI.CsmLabel lblCashierName;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private UI.CsmNumpad padInPut;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmLabel txtCashierName;
|
|||
|
private UI.CsmLabel txtOrgDate;
|
|||
|
private UI.CsmLabel txtSysDate;
|
|||
|
private UI.CsmButton btnOpen;
|
|||
|
private UI.CsmPosEditBox txtSaleDate;
|
|||
|
private UI.CsmButton btnDate;
|
|||
|
private UI.CsmLabel lblBox4;
|
|||
|
private UI.CsmLabel lblBox3;
|
|||
|
private UI.CsmLabel lblBox2;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
|
|||
|
}
|
|||
|
}
|