spc-kiosk-pb/Window/WinBasic/frmSaleOpen.Designer.cs
2019-06-16 14:12:09 +09:00

653 lines
38 KiB
C#

namespace Cosmos.Win
{
partial class frmSaleOpen
{
/// <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();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.lblStatusMsg = new Cosmos.UI.CsmLabel();
this.pnlDeviceCheck = new System.Windows.Forms.Panel();
this.lblPrinterStatus = new System.Windows.Forms.Label();
this.lblScaleStatus = new System.Windows.Forms.Label();
this.lblCatTerminalStatus = new System.Windows.Forms.Label();
this.lblCardReaderStatus = new System.Windows.Forms.Label();
this.lblSignPadStatus = new System.Windows.Forms.Label();
this.lblMSRStatus = new System.Windows.Forms.Label();
this.lblScannerStatus = new System.Windows.Forms.Label();
this.lblCashDrawerStatus = new System.Windows.Forms.Label();
this.lblScalePoleDispStatus = new System.Windows.Forms.Label();
this.lblLabelPrinterStatus = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.lblMSR = new Cosmos.UI.CsmLabel();
this.lblLabelPrinter = new Cosmos.UI.CsmLabel();
this.lblSignPad = new Cosmos.UI.CsmLabel();
this.lblScalePoleDisp = new Cosmos.UI.CsmLabel();
this.lblScale = new Cosmos.UI.CsmLabel();
this.lblCashDrawer = new Cosmos.UI.CsmLabel();
this.lblCatTerminal = new Cosmos.UI.CsmLabel();
this.lblCardReader = new Cosmos.UI.CsmLabel();
this.lblScanner = new Cosmos.UI.CsmLabel();
this.lblPrinter = new Cosmos.UI.CsmLabel();
this.tmrCheckStatus = new System.Windows.Forms.Timer(this.components);
this.lblPercent = new Cosmos.UI.CsmLabel();
this.picBack = new System.Windows.Forms.PictureBox();
this.lblUrgent = new Cosmos.UI.CsmLabel();
this.lblTitleMsg1 = new Cosmos.UI.CsmLabel();
this.lblTitleMsg2 = new Cosmos.UI.CsmLabel();
this.lblTitleMsg3 = new Cosmos.UI.CsmLabel();
this.btnCancel = new Cosmos.UI.CsmButton();
this.pnlDeviceCheck.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// progressBar1
//
this.progressBar1.BackColor = System.Drawing.Color.White;
this.progressBar1.ForeColor = System.Drawing.Color.LimeGreen;
this.progressBar1.Location = new System.Drawing.Point(30, 332);
this.progressBar1.MarqueeAnimationSpeed = 10;
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(963, 30);
this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Continuous;
this.progressBar1.TabIndex = 3;
//
// lblStatusMsg
//
this.lblStatusMsg.AutoSize = true;
this.lblStatusMsg.BackColor = System.Drawing.Color.Transparent;
this.lblStatusMsg.BorderStyleReDraw = false;
this.lblStatusMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblStatusMsg.ForeColor = System.Drawing.Color.Black;
this.lblStatusMsg.Location = new System.Drawing.Point(38, 307);
this.lblStatusMsg.Name = "lblStatusMsg";
this.lblStatusMsg.Size = new System.Drawing.Size(194, 20);
this.lblStatusMsg.TabIndex = 4;
this.lblStatusMsg.Text = "프로그램 다운로드 중... (20%)";
//
// pnlDeviceCheck
//
this.pnlDeviceCheck.BackColor = System.Drawing.Color.Transparent;
this.pnlDeviceCheck.Controls.Add(this.lblPrinterStatus);
this.pnlDeviceCheck.Controls.Add(this.lblScaleStatus);
this.pnlDeviceCheck.Controls.Add(this.lblCatTerminalStatus);
this.pnlDeviceCheck.Controls.Add(this.lblCardReaderStatus);
this.pnlDeviceCheck.Controls.Add(this.lblSignPadStatus);
this.pnlDeviceCheck.Controls.Add(this.lblMSRStatus);
this.pnlDeviceCheck.Controls.Add(this.lblScannerStatus);
this.pnlDeviceCheck.Controls.Add(this.lblCashDrawerStatus);
this.pnlDeviceCheck.Controls.Add(this.lblScalePoleDispStatus);
this.pnlDeviceCheck.Controls.Add(this.lblLabelPrinterStatus);
this.pnlDeviceCheck.Controls.Add(this.label10);
this.pnlDeviceCheck.Controls.Add(this.label8);
this.pnlDeviceCheck.Controls.Add(this.label7);
this.pnlDeviceCheck.Controls.Add(this.label6);
this.pnlDeviceCheck.Controls.Add(this.label5);
this.pnlDeviceCheck.Controls.Add(this.label4);
this.pnlDeviceCheck.Controls.Add(this.label3);
this.pnlDeviceCheck.Controls.Add(this.label1);
this.pnlDeviceCheck.Controls.Add(this.label2);
this.pnlDeviceCheck.Controls.Add(this.lblMSR);
this.pnlDeviceCheck.Controls.Add(this.lblLabelPrinter);
this.pnlDeviceCheck.Controls.Add(this.lblSignPad);
this.pnlDeviceCheck.Controls.Add(this.lblScalePoleDisp);
this.pnlDeviceCheck.Controls.Add(this.lblScale);
this.pnlDeviceCheck.Controls.Add(this.lblCashDrawer);
this.pnlDeviceCheck.Controls.Add(this.lblCatTerminal);
this.pnlDeviceCheck.Controls.Add(this.lblCardReader);
this.pnlDeviceCheck.Controls.Add(this.lblScanner);
this.pnlDeviceCheck.Controls.Add(this.lblPrinter);
this.pnlDeviceCheck.Location = new System.Drawing.Point(30, 385);
this.pnlDeviceCheck.Name = "pnlDeviceCheck";
this.pnlDeviceCheck.Size = new System.Drawing.Size(963, 163);
this.pnlDeviceCheck.TabIndex = 6;
this.pnlDeviceCheck.Visible = false;
//
// lblPrinterStatus
//
this.lblPrinterStatus.BackColor = System.Drawing.Color.Transparent;
this.lblPrinterStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblPrinterStatus.ForeColor = System.Drawing.Color.White;
this.lblPrinterStatus.Location = new System.Drawing.Point(92, 34);
this.lblPrinterStatus.Name = "lblPrinterStatus";
this.lblPrinterStatus.Size = new System.Drawing.Size(96, 28);
this.lblPrinterStatus.TabIndex = 0;
this.lblPrinterStatus.Text = "PASS";
this.lblPrinterStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScaleStatus
//
this.lblScaleStatus.BackColor = System.Drawing.Color.Transparent;
this.lblScaleStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblScaleStatus.ForeColor = System.Drawing.Color.White;
this.lblScaleStatus.Location = new System.Drawing.Point(862, 34);
this.lblScaleStatus.Name = "lblScaleStatus";
this.lblScaleStatus.Size = new System.Drawing.Size(96, 28);
this.lblScaleStatus.TabIndex = 0;
this.lblScaleStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblCatTerminalStatus
//
this.lblCatTerminalStatus.BackColor = System.Drawing.Color.Transparent;
this.lblCatTerminalStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblCatTerminalStatus.ForeColor = System.Drawing.Color.White;
this.lblCatTerminalStatus.Location = new System.Drawing.Point(668, 34);
this.lblCatTerminalStatus.Name = "lblCatTerminalStatus";
this.lblCatTerminalStatus.Size = new System.Drawing.Size(96, 28);
this.lblCatTerminalStatus.TabIndex = 0;
this.lblCatTerminalStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblCardReaderStatus
//
this.lblCardReaderStatus.BackColor = System.Drawing.Color.Transparent;
this.lblCardReaderStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblCardReaderStatus.ForeColor = System.Drawing.Color.White;
this.lblCardReaderStatus.Location = new System.Drawing.Point(284, 34);
this.lblCardReaderStatus.Name = "lblCardReaderStatus";
this.lblCardReaderStatus.Size = new System.Drawing.Size(96, 28);
this.lblCardReaderStatus.TabIndex = 0;
this.lblCardReaderStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblSignPadStatus
//
this.lblSignPadStatus.BackColor = System.Drawing.Color.Transparent;
this.lblSignPadStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblSignPadStatus.ForeColor = System.Drawing.Color.White;
this.lblSignPadStatus.Location = new System.Drawing.Point(476, 34);
this.lblSignPadStatus.Name = "lblSignPadStatus";
this.lblSignPadStatus.Size = new System.Drawing.Size(96, 28);
this.lblSignPadStatus.TabIndex = 0;
this.lblSignPadStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblMSRStatus
//
this.lblMSRStatus.BackColor = System.Drawing.Color.Transparent;
this.lblMSRStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMSRStatus.ForeColor = System.Drawing.Color.White;
this.lblMSRStatus.Location = new System.Drawing.Point(862, 102);
this.lblMSRStatus.Name = "lblMSRStatus";
this.lblMSRStatus.Size = new System.Drawing.Size(96, 28);
this.lblMSRStatus.TabIndex = 0;
this.lblMSRStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScannerStatus
//
this.lblScannerStatus.BackColor = System.Drawing.Color.Transparent;
this.lblScannerStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblScannerStatus.ForeColor = System.Drawing.Color.White;
this.lblScannerStatus.Location = new System.Drawing.Point(668, 102);
this.lblScannerStatus.Name = "lblScannerStatus";
this.lblScannerStatus.Size = new System.Drawing.Size(96, 28);
this.lblScannerStatus.TabIndex = 0;
this.lblScannerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblCashDrawerStatus
//
this.lblCashDrawerStatus.BackColor = System.Drawing.Color.Transparent;
this.lblCashDrawerStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblCashDrawerStatus.ForeColor = System.Drawing.Color.White;
this.lblCashDrawerStatus.Location = new System.Drawing.Point(476, 102);
this.lblCashDrawerStatus.Name = "lblCashDrawerStatus";
this.lblCashDrawerStatus.Size = new System.Drawing.Size(96, 28);
this.lblCashDrawerStatus.TabIndex = 0;
this.lblCashDrawerStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScalePoleDispStatus
//
this.lblScalePoleDispStatus.BackColor = System.Drawing.Color.Transparent;
this.lblScalePoleDispStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblScalePoleDispStatus.ForeColor = System.Drawing.Color.White;
this.lblScalePoleDispStatus.Location = new System.Drawing.Point(92, 102);
this.lblScalePoleDispStatus.Name = "lblScalePoleDispStatus";
this.lblScalePoleDispStatus.Size = new System.Drawing.Size(96, 28);
this.lblScalePoleDispStatus.TabIndex = 0;
this.lblScalePoleDispStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblLabelPrinterStatus
//
this.lblLabelPrinterStatus.BackColor = System.Drawing.Color.Transparent;
this.lblLabelPrinterStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblLabelPrinterStatus.ForeColor = System.Drawing.Color.White;
this.lblLabelPrinterStatus.Location = new System.Drawing.Point(284, 102);
this.lblLabelPrinterStatus.Name = "lblLabelPrinterStatus";
this.lblLabelPrinterStatus.Size = new System.Drawing.Size(96, 28);
this.lblLabelPrinterStatus.TabIndex = 1;
this.lblLabelPrinterStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label10
//
this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label10.Location = new System.Drawing.Point(768, 12);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(1, 140);
this.label10.TabIndex = 490;
//
// label8
//
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label8.Location = new System.Drawing.Point(0, 150);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(963, 1);
this.label8.TabIndex = 489;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label7.Location = new System.Drawing.Point(0, 81);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(963, 1);
this.label7.TabIndex = 488;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label6.Location = new System.Drawing.Point(0, 11);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(963, 1);
this.label6.TabIndex = 487;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label5.Location = new System.Drawing.Point(962, 11);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(1, 140);
this.label5.TabIndex = 486;
//
// label4
//
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label4.Location = new System.Drawing.Point(576, 12);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(1, 140);
this.label4.TabIndex = 485;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label3.Location = new System.Drawing.Point(192, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(1, 140);
this.label3.TabIndex = 484;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label1.Location = new System.Drawing.Point(384, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(1, 140);
this.label1.TabIndex = 483;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
this.label2.Location = new System.Drawing.Point(0, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(1, 140);
this.label2.TabIndex = 482;
//
// lblMSR
//
this.lblMSR.BackColor = System.Drawing.Color.Transparent;
this.lblMSR.BorderStyleReDraw = false;
this.lblMSR.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblMSR.ForeColor = System.Drawing.Color.Black;
this.lblMSR.Location = new System.Drawing.Point(769, 99);
this.lblMSR.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblMSR.Name = "lblMSR";
this.lblMSR.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblMSR.Size = new System.Drawing.Size(75, 32);
this.lblMSR.TabIndex = 479;
this.lblMSR.Text = "MSR";
this.lblMSR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblMSR.Visible = false;
//
// lblLabelPrinter
//
this.lblLabelPrinter.BackColor = System.Drawing.Color.Transparent;
this.lblLabelPrinter.BorderStyleReDraw = false;
this.lblLabelPrinter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLabelPrinter.ForeColor = System.Drawing.Color.Black;
this.lblLabelPrinter.Location = new System.Drawing.Point(195, 98);
this.lblLabelPrinter.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblLabelPrinter.Name = "lblLabelPrinter";
this.lblLabelPrinter.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblLabelPrinter.Size = new System.Drawing.Size(75, 32);
this.lblLabelPrinter.TabIndex = 478;
this.lblLabelPrinter.Text = "라벨프린터";
this.lblLabelPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblSignPad
//
this.lblSignPad.BackColor = System.Drawing.Color.Transparent;
this.lblSignPad.BorderStyleReDraw = false;
this.lblSignPad.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblSignPad.ForeColor = System.Drawing.Color.Black;
this.lblSignPad.Location = new System.Drawing.Point(391, 31);
this.lblSignPad.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblSignPad.Name = "lblSignPad";
this.lblSignPad.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblSignPad.Size = new System.Drawing.Size(75, 32);
this.lblSignPad.TabIndex = 469;
this.lblSignPad.Text = "서명패드";
this.lblSignPad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScalePoleDisp
//
this.lblScalePoleDisp.BackColor = System.Drawing.Color.Transparent;
this.lblScalePoleDisp.BorderStyleReDraw = false;
this.lblScalePoleDisp.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblScalePoleDisp.ForeColor = System.Drawing.Color.Black;
this.lblScalePoleDisp.Location = new System.Drawing.Point(11, 99);
this.lblScalePoleDisp.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblScalePoleDisp.Name = "lblScalePoleDisp";
this.lblScalePoleDisp.Size = new System.Drawing.Size(84, 32);
this.lblScalePoleDisp.TabIndex = 468;
this.lblScalePoleDisp.Text = "폴디스플레이";
this.lblScalePoleDisp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScale
//
this.lblScale.BackColor = System.Drawing.Color.Transparent;
this.lblScale.BorderStyleReDraw = false;
this.lblScale.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblScale.ForeColor = System.Drawing.Color.Black;
this.lblScale.Location = new System.Drawing.Point(769, 31);
this.lblScale.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblScale.Name = "lblScale";
this.lblScale.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblScale.Size = new System.Drawing.Size(75, 32);
this.lblScale.TabIndex = 467;
this.lblScale.Text = "저울";
this.lblScale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblCashDrawer
//
this.lblCashDrawer.BackColor = System.Drawing.Color.Transparent;
this.lblCashDrawer.BorderStyleReDraw = false;
this.lblCashDrawer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCashDrawer.ForeColor = System.Drawing.Color.Black;
this.lblCashDrawer.Location = new System.Drawing.Point(391, 99);
this.lblCashDrawer.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCashDrawer.Name = "lblCashDrawer";
this.lblCashDrawer.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCashDrawer.Size = new System.Drawing.Size(75, 32);
this.lblCashDrawer.TabIndex = 466;
this.lblCashDrawer.Text = "돈통";
this.lblCashDrawer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblCashDrawer.Visible = false;
//
// lblCatTerminal
//
this.lblCatTerminal.BackColor = System.Drawing.Color.Transparent;
this.lblCatTerminal.BorderStyleReDraw = false;
this.lblCatTerminal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCatTerminal.ForeColor = System.Drawing.Color.Black;
this.lblCatTerminal.Location = new System.Drawing.Point(579, 32);
this.lblCatTerminal.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCatTerminal.Name = "lblCatTerminal";
this.lblCatTerminal.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCatTerminal.Size = new System.Drawing.Size(75, 32);
this.lblCatTerminal.TabIndex = 465;
this.lblCatTerminal.Text = "CAT단말기";
this.lblCatTerminal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblCardReader
//
this.lblCardReader.BackColor = System.Drawing.Color.Transparent;
this.lblCardReader.BorderStyleReDraw = false;
this.lblCardReader.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCardReader.ForeColor = System.Drawing.Color.Black;
this.lblCardReader.Location = new System.Drawing.Point(207, 31);
this.lblCardReader.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCardReader.Name = "lblCardReader";
this.lblCardReader.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCardReader.Size = new System.Drawing.Size(75, 32);
this.lblCardReader.TabIndex = 464;
this.lblCardReader.Text = "IC리더기";
this.lblCardReader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblScanner
//
this.lblScanner.BackColor = System.Drawing.Color.Transparent;
this.lblScanner.BorderStyleReDraw = false;
this.lblScanner.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblScanner.ForeColor = System.Drawing.Color.Black;
this.lblScanner.Location = new System.Drawing.Point(579, 99);
this.lblScanner.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblScanner.Name = "lblScanner";
this.lblScanner.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblScanner.Size = new System.Drawing.Size(75, 32);
this.lblScanner.TabIndex = 463;
this.lblScanner.Text = "스캐너";
this.lblScanner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblScanner.Visible = false;
//
// lblPrinter
//
this.lblPrinter.BackColor = System.Drawing.Color.Transparent;
this.lblPrinter.BorderStyleReDraw = false;
this.lblPrinter.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblPrinter.ForeColor = System.Drawing.Color.Black;
this.lblPrinter.Location = new System.Drawing.Point(11, 31);
this.lblPrinter.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPrinter.Name = "lblPrinter";
this.lblPrinter.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPrinter.Size = new System.Drawing.Size(75, 32);
this.lblPrinter.TabIndex = 461;
this.lblPrinter.Text = "프린터";
this.lblPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tmrCheckStatus
//
this.tmrCheckStatus.Interval = 1000;
this.tmrCheckStatus.Tick += new System.EventHandler(this.tmrCheckStatus_Tick);
//
// lblPercent
//
this.lblPercent.AutoSize = true;
this.lblPercent.BackColor = System.Drawing.Color.Transparent;
this.lblPercent.BorderStyleReDraw = false;
this.lblPercent.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblPercent.ForeColor = System.Drawing.Color.Black;
this.lblPercent.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblPercent.Location = new System.Drawing.Point(933, 305);
this.lblPercent.Name = "lblPercent";
this.lblPercent.Size = new System.Drawing.Size(54, 20);
this.lblPercent.TabIndex = 7;
this.lblPercent.Text = "100 %";
//
// 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(1024, 768);
this.picBack.TabIndex = 394;
this.picBack.TabStop = false;
//
// lblUrgent
//
this.lblUrgent.AutoSize = true;
this.lblUrgent.BackColor = System.Drawing.Color.Transparent;
this.lblUrgent.BorderStyleReDraw = false;
this.lblUrgent.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblUrgent.ForeColor = System.Drawing.Color.Red;
this.lblUrgent.Location = new System.Drawing.Point(41, 277);
this.lblUrgent.Name = "lblUrgent";
this.lblUrgent.Size = new System.Drawing.Size(246, 24);
this.lblUrgent.TabIndex = 395;
this.lblUrgent.Text = "<< URGENT MASTER >>";
//
// lblTitleMsg1
//
this.lblTitleMsg1.AutoSize = true;
this.lblTitleMsg1.BackColor = System.Drawing.Color.Transparent;
this.lblTitleMsg1.BorderStyleReDraw = false;
this.lblTitleMsg1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitleMsg1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(181)))), ((int)(((byte)(234)))));
this.lblTitleMsg1.Location = new System.Drawing.Point(34, 62);
this.lblTitleMsg1.Name = "lblTitleMsg1";
this.lblTitleMsg1.Size = new System.Drawing.Size(95, 39);
this.lblTitleMsg1.TabIndex = 396;
this.lblTitleMsg1.Text = "건강한";
//
// lblTitleMsg2
//
this.lblTitleMsg2.AutoSize = true;
this.lblTitleMsg2.BackColor = System.Drawing.Color.Transparent;
this.lblTitleMsg2.BorderStyleReDraw = false;
this.lblTitleMsg2.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitleMsg2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(181)))), ((int)(((byte)(234)))));
this.lblTitleMsg2.Location = new System.Drawing.Point(34, 114);
this.lblTitleMsg2.Name = "lblTitleMsg2";
this.lblTitleMsg2.Size = new System.Drawing.Size(209, 39);
this.lblTitleMsg2.TabIndex = 396;
this.lblTitleMsg2.Text = "다음세대를 위한";
//
// lblTitleMsg3
//
this.lblTitleMsg3.AutoSize = true;
this.lblTitleMsg3.BackColor = System.Drawing.Color.Transparent;
this.lblTitleMsg3.BorderStyleReDraw = false;
this.lblTitleMsg3.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitleMsg3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(181)))), ((int)(((byte)(234)))));
this.lblTitleMsg3.Location = new System.Drawing.Point(34, 166);
this.lblTitleMsg3.Name = "lblTitleMsg3";
this.lblTitleMsg3.Size = new System.Drawing.Size(275, 55);
this.lblTitleMsg3.TabIndex = 396;
this.lblTitleMsg3.Text = "행복한 나눔...";
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnCancel.BorderStyleReDraw = false;
this.btnCancel.ClickImage = null;
this.btnCancel.DefaultImage = null;
this.btnCancel.DisableImage = null;
this.btnCancel.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(893, 580);
this.btnCancel.Name = "btnCancel";
this.btnCancel.OccupancyBar = 0;
this.btnCancel.OccupancyBar_Lv0 = null;
this.btnCancel.OccupancyBar_Lv1 = null;
this.btnCancel.OccupancyBar_Lv2 = null;
this.btnCancel.OccupancyBar_Lv3 = null;
this.btnCancel.OccupancyBar_Lv4 = null;
this.btnCancel.Size = new System.Drawing.Size(100, 40);
this.btnCancel.TabIndex = 397;
this.btnCancel.Text = "CANCEL";
this.btnCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// frmSaleOpen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(253)))));
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lblTitleMsg3);
this.Controls.Add(this.lblTitleMsg2);
this.Controls.Add(this.lblTitleMsg1);
this.Controls.Add(this.lblUrgent);
this.Controls.Add(this.lblPercent);
this.Controls.Add(this.pnlDeviceCheck);
this.Controls.Add(this.lblStatusMsg);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSaleOpen";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmSaleOpen";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSaleOpen_FormClosing);
this.pnlDeviceCheck.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar progressBar1;
private UI.CsmLabel lblStatusMsg;
private System.Windows.Forms.Panel pnlDeviceCheck;
private UI.CsmLabel lblSignPad;
private UI.CsmLabel lblScalePoleDisp;
private UI.CsmLabel lblScale;
private UI.CsmLabel lblCashDrawer;
private UI.CsmLabel lblCatTerminal;
private UI.CsmLabel lblCardReader;
private UI.CsmLabel lblScanner;
private UI.CsmLabel lblPrinter;
private UI.CsmLabel lblLabelPrinter;
private System.Windows.Forms.Timer tmrCheckStatus;
private UI.CsmLabel lblPercent;
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblUrgent;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblPrinterStatus;
private System.Windows.Forms.Label lblSignPadStatus;
private System.Windows.Forms.Label lblScalePoleDispStatus;
private System.Windows.Forms.Label lblScaleStatus;
private System.Windows.Forms.Label lblCashDrawerStatus;
private System.Windows.Forms.Label lblCardReaderStatus;
private System.Windows.Forms.Label lblScannerStatus;
private System.Windows.Forms.Label lblLabelPrinterStatus;
private UI.CsmLabel lblTitleMsg1;
private UI.CsmLabel lblTitleMsg2;
private UI.CsmLabel lblTitleMsg3;
private UI.CsmButton btnCancel;
private UI.CsmLabel lblMSR;
private System.Windows.Forms.Label lblCatTerminalStatus;
private System.Windows.Forms.Label lblMSRStatus;
}
}