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.
282 lines
13 KiB
282 lines
13 KiB
namespace BiskLog_Point_Of_Sale.Company_Setup
|
|
{
|
|
partial class BranchSetup
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BranchSetup));
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.branchCity = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.branchAddress = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.branchProvince = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.branchTelephone = new System.Windows.Forms.TextBox();
|
|
this.branchName = new MetroFramework.Controls.MetroTextBox();
|
|
this.a1 = new System.Windows.Forms.Label();
|
|
this.a2 = new System.Windows.Forms.Label();
|
|
this.a3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.DarkGreen;
|
|
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.button2.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.button2.Location = new System.Drawing.Point(258, 342);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(131, 39);
|
|
this.button2.TabIndex = 6;
|
|
this.button2.Text = "PREVIOUS";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Click += new System.EventHandler(this.Button2_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.DarkGreen;
|
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.button1.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.button1.Location = new System.Drawing.Point(427, 342);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(131, 39);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "NEXT";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// branchCity
|
|
//
|
|
this.branchCity.Location = new System.Drawing.Point(258, 135);
|
|
this.branchCity.Name = "branchCity";
|
|
this.branchCity.Size = new System.Drawing.Size(300, 25);
|
|
this.branchCity.TabIndex = 3;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(33, 139);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(33, 19);
|
|
this.label5.TabIndex = 7;
|
|
this.label5.Text = "City";
|
|
//
|
|
// branchAddress
|
|
//
|
|
this.branchAddress.Location = new System.Drawing.Point(258, 102);
|
|
this.branchAddress.Name = "branchAddress";
|
|
this.branchAddress.Size = new System.Drawing.Size(300, 25);
|
|
this.branchAddress.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(34, 105);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(58, 19);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Address";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.label2.Location = new System.Drawing.Point(9, 24);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(382, 21);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "Here you get to set up a branch of your company";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(34, 72);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(83, 19);
|
|
this.label1.TabIndex = 10;
|
|
this.label1.Text = "Branch Alias";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(34, 169);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(105, 19);
|
|
this.label4.TabIndex = 5;
|
|
this.label4.Text = "State / Province";
|
|
//
|
|
// branchProvince
|
|
//
|
|
this.branchProvince.Location = new System.Drawing.Point(258, 166);
|
|
this.branchProvince.Name = "branchProvince";
|
|
this.branchProvince.Size = new System.Drawing.Size(300, 25);
|
|
this.branchProvince.TabIndex = 4;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(33, 203);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(117, 19);
|
|
this.label6.TabIndex = 7;
|
|
this.label6.Text = "Branch Telephone";
|
|
//
|
|
// branchTelephone
|
|
//
|
|
this.branchTelephone.Location = new System.Drawing.Point(258, 199);
|
|
this.branchTelephone.Name = "branchTelephone";
|
|
this.branchTelephone.Size = new System.Drawing.Size(300, 25);
|
|
this.branchTelephone.TabIndex = 5;
|
|
//
|
|
// branchName
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.branchName.CustomButton.Image = null;
|
|
this.branchName.CustomButton.Location = new System.Drawing.Point(276, 1);
|
|
this.branchName.CustomButton.Name = "";
|
|
this.branchName.CustomButton.Size = new System.Drawing.Size(23, 23);
|
|
this.branchName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.branchName.CustomButton.TabIndex = 1;
|
|
this.branchName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.branchName.CustomButton.UseSelectable = true;
|
|
this.branchName.CustomButton.Visible = false;
|
|
this.branchName.Lines = new string[0];
|
|
this.branchName.Location = new System.Drawing.Point(258, 71);
|
|
this.branchName.MaxLength = 32767;
|
|
this.branchName.Name = "branchName";
|
|
this.branchName.PasswordChar = '\0';
|
|
this.branchName.PromptText = "eg. Main Branch";
|
|
this.branchName.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.branchName.SelectedText = "";
|
|
this.branchName.SelectionLength = 0;
|
|
this.branchName.SelectionStart = 0;
|
|
this.branchName.ShortcutsEnabled = true;
|
|
this.branchName.Size = new System.Drawing.Size(300, 25);
|
|
this.branchName.TabIndex = 1;
|
|
this.branchName.UseSelectable = true;
|
|
this.branchName.WaterMark = "eg. Main Branch";
|
|
this.branchName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.branchName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// a1
|
|
//
|
|
this.a1.AutoSize = true;
|
|
this.a1.ForeColor = System.Drawing.Color.Crimson;
|
|
this.a1.Location = new System.Drawing.Point(237, 71);
|
|
this.a1.Name = "a1";
|
|
this.a1.Size = new System.Drawing.Size(15, 19);
|
|
this.a1.TabIndex = 21;
|
|
this.a1.Text = "*";
|
|
this.a1.Visible = false;
|
|
//
|
|
// a2
|
|
//
|
|
this.a2.AutoSize = true;
|
|
this.a2.ForeColor = System.Drawing.Color.Crimson;
|
|
this.a2.Location = new System.Drawing.Point(237, 138);
|
|
this.a2.Name = "a2";
|
|
this.a2.Size = new System.Drawing.Size(15, 19);
|
|
this.a2.TabIndex = 21;
|
|
this.a2.Text = "*";
|
|
this.a2.Visible = false;
|
|
//
|
|
// a3
|
|
//
|
|
this.a3.AutoSize = true;
|
|
this.a3.ForeColor = System.Drawing.Color.Crimson;
|
|
this.a3.Location = new System.Drawing.Point(237, 199);
|
|
this.a3.Name = "a3";
|
|
this.a3.Size = new System.Drawing.Size(15, 19);
|
|
this.a3.TabIndex = 21;
|
|
this.a3.Text = "*";
|
|
this.a3.Visible = false;
|
|
//
|
|
// BranchSetup
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(580, 405);
|
|
this.Controls.Add(this.a3);
|
|
this.Controls.Add(this.a2);
|
|
this.Controls.Add(this.a1);
|
|
this.Controls.Add(this.branchName);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.branchTelephone);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.branchCity);
|
|
this.Controls.Add(this.branchProvince);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.branchAddress);
|
|
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", 10F);
|
|
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "BranchSetup";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "BranchSetup";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox branchCity;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox branchAddress;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox branchProvince;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox branchTelephone;
|
|
private MetroFramework.Controls.MetroTextBox branchName;
|
|
private System.Windows.Forms.Label a1;
|
|
private System.Windows.Forms.Label a2;
|
|
private System.Windows.Forms.Label a3;
|
|
}
|
|
}
|