namespace Point_Of_Sale_Managment.CashierModule { partial class Hardware { /// /// 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.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.defaultReport = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.defaultReceipt = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.button6 = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.defaultBarcode = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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 = 3; this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.ForeColor = System.Drawing.SystemColors.Control; this.button3.Location = new System.Drawing.Point(591, 430); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(129, 36); this.button3.TabIndex = 10; this.button3.Text = "Done"; 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 = 3; this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.SystemColors.Control; this.button2.Location = new System.Drawing.Point(447, 430); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(129, 36); this.button2.TabIndex = 11; this.button2.Text = "Next"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.Button2_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatAppearance.BorderSize = 3; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.SystemColors.Control; this.button1.Location = new System.Drawing.Point(304, 430); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(129, 36); this.button1.TabIndex = 9; this.button1.Text = "Previous"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(234, 21); this.label1.TabIndex = 12; this.label1.Text = "Set up your hardware devices"; // // label2 // this.label2.AutoSize = true; this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label2.Location = new System.Drawing.Point(28, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(64, 21); this.label2.TabIndex = 13; this.label2.Text = "Printers"; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(141, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 21); this.label3.TabIndex = 13; this.label3.Text = "Reports "; // // defaultReport // this.defaultReport.AutoSize = true; this.defaultReport.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.defaultReport.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.defaultReport.Location = new System.Drawing.Point(262, 59); this.defaultReport.Name = "defaultReport"; this.defaultReport.Size = new System.Drawing.Size(202, 21); this.defaultReport.TabIndex = 13; this.defaultReport.Text = "Set Default report printer"; // // button4 // this.button4.Cursor = System.Windows.Forms.Cursors.Hand; this.button4.Location = new System.Drawing.Point(513, 54); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(190, 33); this.button4.TabIndex = 14; this.button4.Text = "Configure / Test"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.Button4_Click); // // label5 // this.label5.AutoSize = true; this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label5.Location = new System.Drawing.Point(141, 86); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(61, 21); this.label5.TabIndex = 13; this.label5.Text = "Receipt"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 11F); this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label6.Location = new System.Drawing.Point(45, 146); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(638, 40); this.label6.TabIndex = 13; this.label6.Text = "Note : In the hardware setup wizard select the device and click save to set as th" + "e default device.\r\nAlso the default report printer would be set as the default p" + "rinter for printing order invoices.\r\n"; // // defaultReceipt // this.defaultReceipt.AutoSize = true; this.defaultReceipt.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.defaultReceipt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.defaultReceipt.Location = new System.Drawing.Point(262, 86); this.defaultReceipt.Name = "defaultReceipt"; this.defaultReceipt.Size = new System.Drawing.Size(208, 21); this.defaultReceipt.TabIndex = 13; this.defaultReceipt.Text = "Set Default receipt printer"; // // label9 // this.label9.AutoSize = true; this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label9.Location = new System.Drawing.Point(28, 206); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(96, 21); this.label9.TabIndex = 13; this.label9.Text = "RFID Reader"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label10.Location = new System.Drawing.Point(231, 206); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(231, 21); this.label10.TabIndex = 13; this.label10.Text = "Click Setup to use this device"; // // button5 // this.button5.Cursor = System.Windows.Forms.Cursors.Hand; this.button5.Location = new System.Drawing.Point(540, 200); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(145, 33); this.button5.TabIndex = 14; this.button5.Text = "Setup"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.Button5_Click); // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label11.Location = new System.Drawing.Point(28, 261); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(94, 21); this.label11.TabIndex = 13; this.label11.Text = "Pole Display"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label12.Location = new System.Drawing.Point(231, 261); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(231, 21); this.label12.TabIndex = 13; this.label12.Text = "Click Setup to use this device"; // // button6 // this.button6.Cursor = System.Windows.Forms.Cursors.Hand; this.button6.Enabled = false; this.button6.Location = new System.Drawing.Point(540, 255); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(145, 33); this.button6.TabIndex = 14; this.button6.Text = "Setup"; this.button6.UseVisualStyleBackColor = true; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label13.Location = new System.Drawing.Point(28, 315); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(64, 21); this.label13.TabIndex = 13; this.label13.Text = "PIN Pad"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label14.Location = new System.Drawing.Point(231, 315); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(231, 21); this.label14.TabIndex = 13; this.label14.Text = "Click Setup to use this device"; // // button7 // this.button7.Cursor = System.Windows.Forms.Cursors.Hand; this.button7.Enabled = false; this.button7.Location = new System.Drawing.Point(540, 309); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(145, 33); this.button7.TabIndex = 14; this.button7.Text = "Setup"; this.button7.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label4.Location = new System.Drawing.Point(141, 112); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 21); this.label4.TabIndex = 13; this.label4.Text = "Barcode or Tag"; // // defaultBarcode // this.defaultBarcode.AutoSize = true; this.defaultBarcode.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.defaultBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.defaultBarcode.Location = new System.Drawing.Point(262, 112); this.defaultBarcode.Name = "defaultBarcode"; this.defaultBarcode.Size = new System.Drawing.Size(208, 21); this.defaultBarcode.TabIndex = 13; this.defaultBarcode.Text = "Set Default receipt printer"; // // Hardware // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(732, 478); this.ControlBox = false; this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.label14); this.Controls.Add(this.label12); this.Controls.Add(this.defaultBarcode); this.Controls.Add(this.defaultReceipt); this.Controls.Add(this.label10); this.Controls.Add(this.defaultReport); this.Controls.Add(this.label13); this.Controls.Add(this.label6); this.Controls.Add(this.label4); this.Controls.Add(this.label11); this.Controls.Add(this.label5); this.Controls.Add(this.label9); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); 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 = "Hardware"; this.ShowIcon = false; this.ShowInTaskbar = false; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Hardware_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label defaultReport; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label defaultReceipt; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button button5; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Button button6; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Button button7; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label defaultBarcode; } }