Biskilog POS desktop appilcation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

356 lines
19 KiB

namespace BiskLog_Point_Of_Sale
{
partial class HardwareSetupWizardDirect
{
/// <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(HardwareSetupWizardDirect));
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.content = new System.Windows.Forms.Panel();
this.menu = new System.Windows.Forms.Panel();
this.labelBTN = new System.Windows.Forms.Button();
this.reportBTN = new System.Windows.Forms.Button();
this.pinnpadBTN = new System.Windows.Forms.Button();
this.poleBTN = new System.Windows.Forms.Button();
this.receiptBTN = new System.Windows.Forms.Button();
this.rfidBTN = new System.Windows.Forms.Button();
this.baarcodescannerBTN = new System.Windows.Forms.Button();
this.welcomeBTN = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.menu.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(792, 43);
this.panel1.TabIndex = 0;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Bold);
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(792, 43);
this.label1.TabIndex = 0;
this.label1.Text = " Hardware Setup Wizard";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel2
//
this.panel2.Controls.Add(this.content);
this.panel2.Controls.Add(this.menu);
this.panel2.Controls.Add(this.panel3);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 43);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(792, 490);
this.panel2.TabIndex = 1;
//
// content
//
this.content.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.content.Dock = System.Windows.Forms.DockStyle.Fill;
this.content.Location = new System.Drawing.Point(221, 0);
this.content.Name = "content";
this.content.Size = new System.Drawing.Size(571, 428);
this.content.TabIndex = 4;
//
// menu
//
this.menu.BackColor = System.Drawing.Color.White;
this.menu.Controls.Add(this.labelBTN);
this.menu.Controls.Add(this.reportBTN);
this.menu.Controls.Add(this.pinnpadBTN);
this.menu.Controls.Add(this.poleBTN);
this.menu.Controls.Add(this.receiptBTN);
this.menu.Controls.Add(this.rfidBTN);
this.menu.Controls.Add(this.baarcodescannerBTN);
this.menu.Controls.Add(this.welcomeBTN);
this.menu.Dock = System.Windows.Forms.DockStyle.Left;
this.menu.Location = new System.Drawing.Point(0, 0);
this.menu.Name = "menu";
this.menu.Size = new System.Drawing.Size(221, 428);
this.menu.TabIndex = 3;
//
// labelBTN
//
this.labelBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.labelBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.labelBTN.FlatAppearance.BorderSize = 0;
this.labelBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.labelBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.labelBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.labelBTN.Location = new System.Drawing.Point(0, 336);
this.labelBTN.Name = "labelBTN";
this.labelBTN.Size = new System.Drawing.Size(221, 48);
this.labelBTN.TabIndex = 7;
this.labelBTN.Text = "Barcode / Label Printer";
this.labelBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.labelBTN.UseVisualStyleBackColor = true;
this.labelBTN.Click += new System.EventHandler(this.LabelBTN_Click);
//
// reportBTN
//
this.reportBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.reportBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.reportBTN.FlatAppearance.BorderSize = 0;
this.reportBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.reportBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.reportBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.reportBTN.Location = new System.Drawing.Point(0, 288);
this.reportBTN.Name = "reportBTN";
this.reportBTN.Size = new System.Drawing.Size(221, 48);
this.reportBTN.TabIndex = 6;
this.reportBTN.Text = "Report Printer";
this.reportBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.reportBTN.UseVisualStyleBackColor = true;
this.reportBTN.Click += new System.EventHandler(this.ReportBTN_Click);
//
// pinnpadBTN
//
this.pinnpadBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.pinnpadBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.pinnpadBTN.Enabled = false;
this.pinnpadBTN.FlatAppearance.BorderSize = 0;
this.pinnpadBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.pinnpadBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.pinnpadBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.pinnpadBTN.Location = new System.Drawing.Point(0, 240);
this.pinnpadBTN.Name = "pinnpadBTN";
this.pinnpadBTN.Size = new System.Drawing.Size(221, 48);
this.pinnpadBTN.TabIndex = 5;
this.pinnpadBTN.Text = "PIN Pad Device";
this.pinnpadBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.pinnpadBTN.UseVisualStyleBackColor = true;
//
// poleBTN
//
this.poleBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.poleBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.poleBTN.Enabled = false;
this.poleBTN.FlatAppearance.BorderSize = 0;
this.poleBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.poleBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.poleBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.poleBTN.Location = new System.Drawing.Point(0, 192);
this.poleBTN.Name = "poleBTN";
this.poleBTN.Size = new System.Drawing.Size(221, 48);
this.poleBTN.TabIndex = 4;
this.poleBTN.Text = "Customer Pole Display";
this.poleBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.poleBTN.UseVisualStyleBackColor = true;
//
// receiptBTN
//
this.receiptBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.receiptBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.receiptBTN.FlatAppearance.BorderSize = 0;
this.receiptBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.receiptBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.receiptBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.receiptBTN.Location = new System.Drawing.Point(0, 144);
this.receiptBTN.Name = "receiptBTN";
this.receiptBTN.Size = new System.Drawing.Size(221, 48);
this.receiptBTN.TabIndex = 3;
this.receiptBTN.Text = "Receipt Printer";
this.receiptBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.receiptBTN.UseVisualStyleBackColor = true;
this.receiptBTN.Click += new System.EventHandler(this.ReceiptBTN_Click);
//
// rfidBTN
//
this.rfidBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.rfidBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.rfidBTN.FlatAppearance.BorderSize = 0;
this.rfidBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.rfidBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.rfidBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.rfidBTN.Location = new System.Drawing.Point(0, 96);
this.rfidBTN.Name = "rfidBTN";
this.rfidBTN.Size = new System.Drawing.Size(221, 48);
this.rfidBTN.TabIndex = 2;
this.rfidBTN.Text = "RFID Reader";
this.rfidBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.rfidBTN.UseVisualStyleBackColor = true;
this.rfidBTN.Click += new System.EventHandler(this.RfidBTN_Click);
//
// baarcodescannerBTN
//
this.baarcodescannerBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.baarcodescannerBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.baarcodescannerBTN.FlatAppearance.BorderSize = 0;
this.baarcodescannerBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.baarcodescannerBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.baarcodescannerBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.baarcodescannerBTN.Location = new System.Drawing.Point(0, 48);
this.baarcodescannerBTN.Name = "baarcodescannerBTN";
this.baarcodescannerBTN.Size = new System.Drawing.Size(221, 48);
this.baarcodescannerBTN.TabIndex = 1;
this.baarcodescannerBTN.Text = "Barcode Scanner";
this.baarcodescannerBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.baarcodescannerBTN.UseVisualStyleBackColor = true;
this.baarcodescannerBTN.Click += new System.EventHandler(this.BaarcodescannerBTN_Click);
//
// welcomeBTN
//
this.welcomeBTN.Cursor = System.Windows.Forms.Cursors.Hand;
this.welcomeBTN.Dock = System.Windows.Forms.DockStyle.Top;
this.welcomeBTN.FlatAppearance.BorderSize = 0;
this.welcomeBTN.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.welcomeBTN.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.welcomeBTN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.welcomeBTN.Location = new System.Drawing.Point(0, 0);
this.welcomeBTN.Name = "welcomeBTN";
this.welcomeBTN.Size = new System.Drawing.Size(221, 48);
this.welcomeBTN.TabIndex = 0;
this.welcomeBTN.Text = "Welcome";
this.welcomeBTN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.welcomeBTN.UseVisualStyleBackColor = true;
this.welcomeBTN.Click += new System.EventHandler(this.WelcomeBTN_Click);
//
// panel3
//
this.panel3.Controls.Add(this.button4);
this.panel3.Controls.Add(this.button3);
this.panel3.Controls.Add(this.button2);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 428);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(792, 62);
this.panel3.TabIndex = 2;
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button4.FlatAppearance.BorderSize = 2;
this.button4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Location = new System.Drawing.Point(638, 11);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(132, 39);
this.button4.TabIndex = 0;
this.button4.Text = "Leave";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.Button4_Click);
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button3.FlatAppearance.BorderSize = 2;
this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Location = new System.Drawing.Point(500, 12);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(132, 39);
this.button3.TabIndex = 0;
this.button3.Text = "Next";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.Button3_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White;
this.button2.FlatAppearance.BorderSize = 2;
this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Location = new System.Drawing.Point(352, 11);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(132, 39);
this.button2.TabIndex = 0;
this.button2.Text = "Previous";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.Button2_Click);
//
// HardwareSetupWizardDirect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 533);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Segoe UI", 12F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "HardwareSetupWizardDirect";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Hardware Setup Wizard";
this.Load += new System.EventHandler(this.HardwareSetupWizard_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.menu.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel content;
private System.Windows.Forms.Panel menu;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button labelBTN;
private System.Windows.Forms.Button reportBTN;
private System.Windows.Forms.Button pinnpadBTN;
private System.Windows.Forms.Button poleBTN;
private System.Windows.Forms.Button receiptBTN;
private System.Windows.Forms.Button rfidBTN;
private System.Windows.Forms.Button baarcodescannerBTN;
private System.Windows.Forms.Button welcomeBTN;
}
}