You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
309 lines
15 KiB
309 lines
15 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale
|
||
|
{
|
||
|
partial class SalesTax
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// Required designer variable.
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Clean up any resources being used.
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows Form Designer generated code
|
||
|
|
||
|
/// <summary>
|
||
|
/// Required method for Designer support - do not modify
|
||
|
/// the contents of this method with the code editor.
|
||
|
/// </summary>
|
||
|
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.radioButton1 = new System.Windows.Forms.RadioButton();
|
||
|
this.radioButton2 = new System.Windows.Forms.RadioButton();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.taxRateTXT = new System.Windows.Forms.TextBox();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.agencyTXT = new System.Windows.Forms.TextBox();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.automatically = new MetroFramework.Controls.MetroToggle();
|
||
|
this.tinTxt = new System.Windows.Forms.TextBox();
|
||
|
this.label8 = 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 = 9;
|
||
|
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 = 7;
|
||
|
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(166, 21);
|
||
|
this.label1.TabIndex = 9;
|
||
|
this.label1.Text = "Set up your sales tax";
|
||
|
//
|
||
|
// 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(217, 111);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(181, 21);
|
||
|
this.label2.TabIndex = 9;
|
||
|
this.label2.Text = "Do you collect sales tax ?";
|
||
|
//
|
||
|
// radioButton1
|
||
|
//
|
||
|
this.radioButton1.AutoSize = true;
|
||
|
this.radioButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.radioButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.radioButton1.Location = new System.Drawing.Point(433, 109);
|
||
|
this.radioButton1.Name = "radioButton1";
|
||
|
this.radioButton1.Size = new System.Drawing.Size(51, 25);
|
||
|
this.radioButton1.TabIndex = 2;
|
||
|
this.radioButton1.Text = "Yes";
|
||
|
this.radioButton1.UseVisualStyleBackColor = true;
|
||
|
this.radioButton1.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged);
|
||
|
//
|
||
|
// radioButton2
|
||
|
//
|
||
|
this.radioButton2.AutoSize = true;
|
||
|
this.radioButton2.Checked = true;
|
||
|
this.radioButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.radioButton2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.radioButton2.Location = new System.Drawing.Point(490, 109);
|
||
|
this.radioButton2.Name = "radioButton2";
|
||
|
this.radioButton2.Size = new System.Drawing.Size(49, 25);
|
||
|
this.radioButton2.TabIndex = 3;
|
||
|
this.radioButton2.TabStop = true;
|
||
|
this.radioButton2.Text = "No";
|
||
|
this.radioButton2.UseVisualStyleBackColor = true;
|
||
|
this.radioButton2.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged);
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label3.Location = new System.Drawing.Point(8, 153);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(425, 25);
|
||
|
this.label3.TabIndex = 9;
|
||
|
this.label3.Text = "Enter your sales tax rate as a percentage (e.g. \"15%\")";
|
||
|
//
|
||
|
// taxRateTXT
|
||
|
//
|
||
|
this.taxRateTXT.Enabled = false;
|
||
|
this.taxRateTXT.Location = new System.Drawing.Point(439, 151);
|
||
|
this.taxRateTXT.Name = "taxRateTXT";
|
||
|
this.taxRateTXT.Size = new System.Drawing.Size(193, 29);
|
||
|
this.taxRateTXT.TabIndex = 4;
|
||
|
this.taxRateTXT.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TaxRateTXT_KeyPress);
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label4.Location = new System.Drawing.Point(634, 155);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(24, 21);
|
||
|
this.label4.TabIndex = 12;
|
||
|
this.label4.Text = "%";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||
|
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label5.Location = new System.Drawing.Point(109, 200);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(315, 25);
|
||
|
this.label5.TabIndex = 9;
|
||
|
this.label5.Text = "What is the name of your tax agency ?";
|
||
|
//
|
||
|
// agencyTXT
|
||
|
//
|
||
|
this.agencyTXT.Enabled = false;
|
||
|
this.agencyTXT.Location = new System.Drawing.Point(439, 197);
|
||
|
this.agencyTXT.Name = "agencyTXT";
|
||
|
this.agencyTXT.Size = new System.Drawing.Size(242, 29);
|
||
|
this.agencyTXT.TabIndex = 5;
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label6.Location = new System.Drawing.Point(354, 235);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(326, 42);
|
||
|
this.label6.TabIndex = 9;
|
||
|
this.label6.Text = "For example in Ghana, GRA is responsible for \r\ncollecting Value Added Tax (VAT)";
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||
|
this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label7.Location = new System.Drawing.Point(33, 308);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(365, 25);
|
||
|
this.label7.TabIndex = 9;
|
||
|
this.label7.Text = "Automatically charge this tax rate on all sales";
|
||
|
//
|
||
|
// automatically
|
||
|
//
|
||
|
this.automatically.Enabled = false;
|
||
|
this.automatically.Location = new System.Drawing.Point(404, 308);
|
||
|
this.automatically.Margin = new System.Windows.Forms.Padding(3, 15, 3, 3);
|
||
|
this.automatically.Name = "automatically";
|
||
|
this.automatically.Size = new System.Drawing.Size(77, 27);
|
||
|
this.automatically.TabIndex = 6;
|
||
|
this.automatically.Text = "Off";
|
||
|
this.automatically.UseCustomForeColor = true;
|
||
|
this.automatically.UseSelectable = true;
|
||
|
//
|
||
|
// tinTxt
|
||
|
//
|
||
|
this.tinTxt.Enabled = false;
|
||
|
this.tinTxt.Location = new System.Drawing.Point(439, 66);
|
||
|
this.tinTxt.Name = "tinTxt";
|
||
|
this.tinTxt.Size = new System.Drawing.Size(241, 29);
|
||
|
this.tinTxt.TabIndex = 1;
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.AutoSize = true;
|
||
|
this.label8.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||
|
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label8.Location = new System.Drawing.Point(82, 68);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(350, 25);
|
||
|
this.label8.TabIndex = 15;
|
||
|
this.label8.Text = "Company\'s Tax Identification Number (TIN)";
|
||
|
//
|
||
|
// SalesTax
|
||
|
//
|
||
|
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.tinTxt);
|
||
|
this.Controls.Add(this.label8);
|
||
|
this.Controls.Add(this.automatically);
|
||
|
this.Controls.Add(this.agencyTXT);
|
||
|
this.Controls.Add(this.label4);
|
||
|
this.Controls.Add(this.taxRateTXT);
|
||
|
this.Controls.Add(this.radioButton2);
|
||
|
this.Controls.Add(this.radioButton1);
|
||
|
this.Controls.Add(this.label5);
|
||
|
this.Controls.Add(this.label7);
|
||
|
this.Controls.Add(this.label3);
|
||
|
this.Controls.Add(this.label6);
|
||
|
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
this.Name = "SalesTax";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.Text = "SalesTax";
|
||
|
this.Load += new System.EventHandler(this.SalesTax_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.RadioButton radioButton1;
|
||
|
private System.Windows.Forms.RadioButton radioButton2;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.TextBox taxRateTXT;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.TextBox agencyTXT;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private MetroFramework.Controls.MetroToggle automatically;
|
||
|
private System.Windows.Forms.TextBox tinTxt;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
}
|
||
|
}
|