namespace BiskLog_Point_Of_Sale { partial class RFIDD { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RFID)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.bcodescanner_attached = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox(); this.label5 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label1.Location = new System.Drawing.Point(22, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(375, 21); this.label1.TabIndex = 0; this.label1.Text = "Set up a Radio-Frequency Identification scanner"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 10F); this.label2.Location = new System.Drawing.Point(16, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(416, 19); this.label2.TabIndex = 0; this.label2.Text = "1. Select the checkbox below if you have an RFID scanner to set up"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label4.Location = new System.Drawing.Point(22, 201); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(149, 19); this.label4.TabIndex = 1; this.label4.Text = "Test the RFID scanner"; // // 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(121, 389); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(286, 19); this.label6.TabIndex = 1; this.label6.Text = "Select \"Next\" below to save and continue"; // // bcodescanner_attached // this.bcodescanner_attached.AutoSize = true; this.bcodescanner_attached.Font = new System.Drawing.Font("Segoe UI", 10F); this.bcodescanner_attached.Location = new System.Drawing.Point(36, 94); this.bcodescanner_attached.Name = "bcodescanner_attached"; this.bcodescanner_attached.Size = new System.Drawing.Size(165, 23); this.bcodescanner_attached.TabIndex = 2; this.bcodescanner_attached.Text = "RFID scanner attached"; this.bcodescanner_attached.UseVisualStyleBackColor = true; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 10F); this.label3.Location = new System.Drawing.Point(16, 120); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(527, 76); this.label3.TabIndex = 3; this.label3.Text = resources.GetString("label3.Text"); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.metroTextBox1); this.panel1.Controls.Add(this.label5); this.panel1.Location = new System.Drawing.Point(29, 228); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(510, 78); this.panel1.TabIndex = 4; // // metroTextBox1 // // // // this.metroTextBox1.CustomButton.Image = null; this.metroTextBox1.CustomButton.Location = new System.Drawing.Point(293, 2); this.metroTextBox1.CustomButton.Name = ""; this.metroTextBox1.CustomButton.Size = new System.Drawing.Size(25, 25); this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox1.CustomButton.TabIndex = 1; this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox1.CustomButton.UseSelectable = true; this.metroTextBox1.CustomButton.Visible = false; this.metroTextBox1.Lines = new string[0]; this.metroTextBox1.Location = new System.Drawing.Point(144, 24); this.metroTextBox1.MaxLength = 32767; this.metroTextBox1.Name = "metroTextBox1"; this.metroTextBox1.PasswordChar = '\0'; this.metroTextBox1.PromptText = ""; this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox1.SelectedText = ""; this.metroTextBox1.SelectionLength = 0; this.metroTextBox1.SelectionStart = 0; this.metroTextBox1.ShortcutsEnabled = true; this.metroTextBox1.Size = new System.Drawing.Size(321, 30); this.metroTextBox1.TabIndex = 2; this.metroTextBox1.UseSelectable = true; this.metroTextBox1.WaterMark = ""; this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold); this.label5.Location = new System.Drawing.Point(2, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(136, 19); this.label5.TabIndex = 1; this.label5.Text = "Scan RFID tag/card"; // // RFID // 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.panel1); this.Controls.Add(this.label3); this.Controls.Add(this.bcodescanner_attached); this.Controls.Add(this.label6); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.label1); 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 = "RFID"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Welcome"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label6; private System.Windows.Forms.CheckBox bcodescanner_attached; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panel1; private MetroFramework.Controls.MetroTextBox metroTextBox1; private System.Windows.Forms.Label label5; } }