using BiskLog_Point_Of_Sale.Classes;
namespace Point_Of_Sale_Managment
{
partial class BarcodePrinter
{
///
/// 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.components = new System.ComponentModel.Container();
this.BarcodeImageClassBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.head = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.barcodeImage = new System.Windows.Forms.PictureBox();
this.btnPrint = new System.Windows.Forms.Button();
this.barcodeText = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.txtTAGs = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.BarcodeImageClassBindingSource)).BeginInit();
this.head.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.barcodeImage)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// head
//
this.head.BackColor = System.Drawing.Color.Transparent;
this.head.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.head.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
this.head.Controls.Add(this.label1);
this.head.Controls.Add(this.label2);
this.head.Dock = System.Windows.Forms.DockStyle.Top;
this.head.Location = new System.Drawing.Point(0, 0);
this.head.Name = "head";
this.head.Size = new System.Drawing.Size(383, 37);
this.head.TabIndex = 1;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.SystemColors.Control;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(346, 37);
this.label1.TabIndex = 0;
this.label1.Text = "PRODUCT BARCODE PRINTER";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
this.label2.Dock = System.Windows.Forms.DockStyle.Right;
this.label2.Font = new System.Drawing.Font("Segoe UI", 17F);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(346, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 37);
this.label2.TabIndex = 1;
this.label2.Text = "x";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.label2.Click += new System.EventHandler(this.Label2_Click);
this.label2.MouseLeave += new System.EventHandler(this.Label2_MouseLeave);
this.label2.MouseHover += new System.EventHandler(this.Label2_MouseHover);
//
// barcodeImage
//
this.barcodeImage.Location = new System.Drawing.Point(3, 3);
this.barcodeImage.Name = "barcodeImage";
this.barcodeImage.Size = new System.Drawing.Size(306, 114);
this.barcodeImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.barcodeImage.TabIndex = 2;
this.barcodeImage.TabStop = false;
//
// btnPrint
//
this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(187)))), ((int)(((byte)(56)))));
this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.btnPrint.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.btnPrint.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.btnPrint.Location = new System.Drawing.Point(134, 264);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(134, 41);
this.btnPrint.TabIndex = 3;
this.btnPrint.Text = "PRINT";
this.btnPrint.UseVisualStyleBackColor = false;
this.btnPrint.Click += new System.EventHandler(this.BtnPrint_Click);
//
// barcodeText
//
this.barcodeText.Dock = System.Windows.Forms.DockStyle.Fill;
this.barcodeText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
this.barcodeText.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.barcodeText.Location = new System.Drawing.Point(3, 120);
this.barcodeText.Name = "barcodeText";
this.barcodeText.Size = new System.Drawing.Size(306, 29);
this.barcodeText.TabIndex = 4;
this.barcodeText.Text = "BARCODE";
this.barcodeText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.barcodeImage, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.barcodeText, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(40, 53);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 81.20805F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.79195F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(312, 149);
this.tableLayoutPanel1.TabIndex = 5;
//
// txtTAGs
//
this.txtTAGs.Font = new System.Drawing.Font("Segoe UI", 12F);
this.txtTAGs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.txtTAGs.Location = new System.Drawing.Point(181, 216);
this.txtTAGs.Name = "txtTAGs";
this.txtTAGs.Size = new System.Drawing.Size(167, 29);
this.txtTAGs.TabIndex = 6;
this.txtTAGs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtTAGs_KeyPress);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F);
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
this.label3.Location = new System.Drawing.Point(41, 220);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(120, 21);
this.label3.TabIndex = 7;
this.label3.Text = "Number of Tags";
//
// BarcodePrinter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(383, 326);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtTAGs);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.head);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "BarcodePrinter";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.ViewReport_Load);
((System.ComponentModel.ISupportInitialize)(this.BarcodeImageClassBindingSource)).EndInit();
this.head.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.barcodeImage)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.BindingSource BarcodeImageClassBindingSource;
private gradientPanel head;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox barcodeImage;
private System.Windows.Forms.Button btnPrint;
private System.Windows.Forms.Label barcodeText;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TextBox txtTAGs;
private System.Windows.Forms.Label label3;
}
}