namespace Point_Of_Sale_Managment.CashierModule { partial class Welcome { /// /// 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(Welcome)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 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(454, 21); this.label1.TabIndex = 0; this.label1.Text = "Welcome to the BISKILOG Point Of Sale Hardware Wizard!!"; // // 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, 70); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(269, 19); this.label2.TabIndex = 0; this.label2.Text = "The hardware wizard will assist you in :"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 10F); this.label3.Location = new System.Drawing.Point(259, 98); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(296, 76); this.label3.TabIndex = 0; this.label3.Text = "• Selecting which Point Of Sale device you have\r\n attached to your computer.\r\n•" + " Setting up your Point Of Sale devices.\r\n• Selecting the right settings for you" + ".\r\n"; // // 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, 216); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(249, 19); this.label4.TabIndex = 1; this.label4.Text = "Leave and return any time you want"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 10F); this.label5.Location = new System.Drawing.Point(51, 235); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(448, 76); this.label5.TabIndex = 1; this.label5.Text = resources.GetString("label5.Text"); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 10F); this.label6.Location = new System.Drawing.Point(3, 381); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(540, 38); this.label6.TabIndex = 1; this.label6.Text = "Select \"Next\" below to step through each hardware type or click directly on the t" + "ype of \r\nhardware device you would like to setup from the list at the left side " + "of the wizard."; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.White; this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(40, 92); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(156, 106); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // Welcome // 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.pictureBox1); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); 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 = "Welcome"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Welcome"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.PictureBox pictureBox1; } }