namespace BiskLog_Point_Of_Sale { partial class Preference { /// /// 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.currencyBox = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.automaticallyLogout = new MetroFramework.Controls.MetroToggle(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.idleDuration = new System.Windows.Forms.DomainUpDown(); this.label6 = new System.Windows.Forms.Label(); this.promptPIN = new MetroFramework.Controls.MetroToggle(); this.label2 = new System.Windows.Forms.Label(); this.beepOnAdd = new MetroFramework.Controls.MetroToggle(); this.label3 = new System.Windows.Forms.Label(); this.cancellationConfirmation = new MetroFramework.Controls.MetroToggle(); this.treshold = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); 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 = 7; 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 = 8; 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 = 6; 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(9, 8); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(155, 21); this.label1.TabIndex = 9; this.label1.Text = "General preference"; // // currencyBox // this.currencyBox.Cursor = System.Windows.Forms.Cursors.Hand; this.currencyBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.currencyBox.Font = new System.Drawing.Font("Segoe UI", 10F); this.currencyBox.FormattingEnabled = true; this.currencyBox.Location = new System.Drawing.Point(390, 49); this.currencyBox.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.currencyBox.Name = "currencyBox"; this.currencyBox.Size = new System.Drawing.Size(288, 25); this.currencyBox.TabIndex = 24; this.currencyBox.TextChanged += new System.EventHandler(this.CurrencyBox_TextChanged); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 10F); this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label7.Location = new System.Drawing.Point(33, 54); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(112, 19); this.label7.TabIndex = 17; this.label7.Text = "Default Currency"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Segoe UI", 10F); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label8.Location = new System.Drawing.Point(6, 101); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(261, 19); this.label8.TabIndex = 18; this.label8.Text = "Prompt for user PIN on every transaction"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Segoe UI", 10F); this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label9.Location = new System.Drawing.Point(33, 85); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(227, 19); this.label9.TabIndex = 19; this.label9.Text = "Beep when product is added to cart"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Segoe UI", 10F); this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label11.Location = new System.Drawing.Point(36, 118); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(183, 19); this.label11.TabIndex = 20; this.label11.Text = "Low Stock products treshold"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // automaticallyLogout // this.automaticallyLogout.Cursor = System.Windows.Forms.Cursors.Hand; this.automaticallyLogout.Location = new System.Drawing.Point(345, 21); this.automaticallyLogout.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3); this.automaticallyLogout.Name = "automaticallyLogout"; this.automaticallyLogout.Size = new System.Drawing.Size(56, 19); this.automaticallyLogout.TabIndex = 23; this.automaticallyLogout.Text = "Off"; this.automaticallyLogout.UseSelectable = true; this.automaticallyLogout.CheckedChanged += new System.EventHandler(this.MetroToggle4_CheckedChanged); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.idleDuration); this.groupBox1.Controls.Add(this.automaticallyLogout); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.promptPIN); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox1.Location = new System.Drawing.Point(27, 194); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(651, 132); this.groupBox1.TabIndex = 26; this.groupBox1.TabStop = false; this.groupBox1.Text = "Security"; // // idleDuration // this.idleDuration.Enabled = false; this.idleDuration.Location = new System.Drawing.Point(345, 63); this.idleDuration.Name = "idleDuration"; this.idleDuration.Size = new System.Drawing.Size(64, 29); this.idleDuration.TabIndex = 27; this.idleDuration.TextChanged += new System.EventHandler(this.IdleDuration_TextChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 10F); this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label6.Location = new System.Drawing.Point(341, 43); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(289, 19); this.label6.TabIndex = 20; this.label6.Text = "Minutes until user is automatically logged out"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // promptPIN // this.promptPIN.Cursor = System.Windows.Forms.Cursors.Hand; this.promptPIN.Location = new System.Drawing.Point(345, 102); this.promptPIN.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3); this.promptPIN.Name = "promptPIN"; this.promptPIN.Size = new System.Drawing.Size(56, 19); this.promptPIN.TabIndex = 23; this.promptPIN.Text = "Off"; this.promptPIN.UseSelectable = true; this.promptPIN.CheckedChanged += new System.EventHandler(this.PromptPIN_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 10F); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label2.Location = new System.Drawing.Point(9, 25); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(136, 19); this.label2.TabIndex = 20; this.label2.Text = "Automatically logout"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // beepOnAdd // this.beepOnAdd.Cursor = System.Windows.Forms.Cursors.Hand; this.beepOnAdd.Location = new System.Drawing.Point(390, 85); this.beepOnAdd.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3); this.beepOnAdd.Name = "beepOnAdd"; this.beepOnAdd.Size = new System.Drawing.Size(56, 19); this.beepOnAdd.TabIndex = 23; this.beepOnAdd.Text = "Off"; this.beepOnAdd.UseSelectable = true; this.beepOnAdd.CheckedChanged += new System.EventHandler(this.BeepOnAdd_CheckedChanged); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 10F); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(33, 151); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(236, 19); this.label3.TabIndex = 20; this.label3.Text = "Confirm when cancelling transactions"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cancellationConfirmation // this.cancellationConfirmation.Cursor = System.Windows.Forms.Cursors.Hand; this.cancellationConfirmation.Location = new System.Drawing.Point(390, 151); this.cancellationConfirmation.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3); this.cancellationConfirmation.Name = "cancellationConfirmation"; this.cancellationConfirmation.Size = new System.Drawing.Size(56, 19); this.cancellationConfirmation.TabIndex = 23; this.cancellationConfirmation.Text = "Off"; this.cancellationConfirmation.UseSelectable = true; this.cancellationConfirmation.CheckedChanged += new System.EventHandler(this.CancellationConfirmation_CheckedChanged); // // treshold // this.treshold.Location = new System.Drawing.Point(389, 113); this.treshold.Name = "treshold"; this.treshold.Size = new System.Drawing.Size(108, 29); this.treshold.TabIndex = 27; this.treshold.TextChanged += new System.EventHandler(this.Treshold_TextChanged); this.treshold.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Treshold_KeyPress); // // Preference // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(732, 478); this.ControlBox = false; this.Controls.Add(this.treshold); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cancellationConfirmation); this.Controls.Add(this.beepOnAdd); this.Controls.Add(this.currencyBox); this.Controls.Add(this.label7); this.Controls.Add(this.label9); this.Controls.Add(this.label3); this.Controls.Add(this.label11); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Preference"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "SalesTax"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Preference_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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.ComboBox currencyBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label11; private MetroFramework.Controls.MetroToggle automaticallyLogout; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label2; private System.Windows.Forms.DomainUpDown idleDuration; private MetroFramework.Controls.MetroToggle promptPIN; private MetroFramework.Controls.MetroToggle beepOnAdd; private System.Windows.Forms.Label label3; private MetroFramework.Controls.MetroToggle cancellationConfirmation; private System.Windows.Forms.TextBox treshold; } }