namespace BiskLog_Point_Of_Sale
{
partial class ReceiptPrinter
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label2 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.printers = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label2.Location = new System.Drawing.Point(22, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(446, 19);
this.label2.TabIndex = 0;
this.label2.Text = "Select the name of receipt printer you would like to set as default";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
this.label6.Location = new System.Drawing.Point(101, 388);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(287, 19);
this.label6.TabIndex = 5;
this.label6.Text = "Select \"Next\" below to set up next device";
//
// button3
//
this.button3.BackColor = System.Drawing.Color.LightGray;
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.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.button3.Location = new System.Drawing.Point(319, 316);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(173, 39);
this.button3.TabIndex = 6;
this.button3.Text = "Set as default";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.Button3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 10F);
this.label1.Location = new System.Drawing.Point(35, 97);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(373, 38);
this.label1.TabIndex = 7;
this.label1.Text = "This printer would be the default printer used to print sales \r\nreceipts.\r\n";
//
// printers
//
this.printers.FormattingEnabled = true;
this.printers.ItemHeight = 21;
this.printers.Location = new System.Drawing.Point(40, 145);
this.printers.Name = "printers";
this.printers.Size = new System.Drawing.Size(452, 151);
this.printers.TabIndex = 8;
//
// ReceiptPrinter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(571, 428);
this.ControlBox = false;
this.Controls.Add(this.printers);
this.Controls.Add(this.label1);
this.Controls.Add(this.button3);
this.Controls.Add(this.label6);
this.Controls.Add(this.label2);
this.Font = new System.Drawing.Font("Segoe UI", 12F);
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "ReceiptPrinter";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Welcome";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox printers;
}
}