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.
127 lines
5.6 KiB
127 lines
5.6 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale
|
||
|
{
|
||
|
partial class Barcode_LabelPrinter
|
||
|
{
|
||
|
/// <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.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(35, 69);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(286, 19);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "Set up a barcode or product label printer";
|
||
|
//
|
||
|
// 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(317, 318);
|
||
|
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(43, 111);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(441, 38);
|
||
|
this.label1.TabIndex = 0;
|
||
|
this.label1.Text = "This printer would be the default printer used to print product barcode\r\nor produ" +
|
||
|
"ct price tags .\r\n";
|
||
|
//
|
||
|
// printers
|
||
|
//
|
||
|
this.printers.FormattingEnabled = true;
|
||
|
this.printers.ItemHeight = 21;
|
||
|
this.printers.Location = new System.Drawing.Point(52, 166);
|
||
|
this.printers.Name = "printers";
|
||
|
this.printers.Size = new System.Drawing.Size(431, 130);
|
||
|
this.printers.TabIndex = 7;
|
||
|
//
|
||
|
// Barcode_LabelPrinter
|
||
|
//
|
||
|
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.button3);
|
||
|
this.Controls.Add(this.label6);
|
||
|
this.Controls.Add(this.label1);
|
||
|
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 = "Barcode_LabelPrinter";
|
||
|
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;
|
||
|
}
|
||
|
}
|