namespace BiskLog_Point_Of_Sale.Company_Setup
{
partial class FinalBranch
{
///
/// 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(FinalBranch));
this.btnPrev = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.txtBranchCity = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtBranchAddress = 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.txtBranchState = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtBranchTelephone = new System.Windows.Forms.TextBox();
this.txtBranchName = new MetroFramework.Controls.MetroTextBox();
this.loading = new MetroFramework.Controls.MetroProgressSpinner();
this.a3 = new System.Windows.Forms.Label();
this.a2 = new System.Windows.Forms.Label();
this.a1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnPrev
//
this.btnPrev.BackColor = System.Drawing.Color.DarkGreen;
this.btnPrev.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPrev.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnPrev.Font = new System.Drawing.Font("Segoe UI", 12F);
this.btnPrev.ForeColor = System.Drawing.SystemColors.Control;
this.btnPrev.Location = new System.Drawing.Point(258, 342);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(131, 39);
this.btnPrev.TabIndex = 6;
this.btnPrev.Text = "PREVIOUS";
this.btnPrev.UseVisualStyleBackColor = false;
this.btnPrev.Click += new System.EventHandler(this.BtnPrev_Click);
//
// btnNext
//
this.btnNext.BackColor = System.Drawing.Color.DarkGreen;
this.btnNext.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnNext.Font = new System.Drawing.Font("Segoe UI", 12F);
this.btnNext.ForeColor = System.Drawing.SystemColors.Control;
this.btnNext.Location = new System.Drawing.Point(427, 342);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(131, 39);
this.btnNext.TabIndex = 7;
this.btnNext.Text = "NEXT";
this.btnNext.UseVisualStyleBackColor = false;
this.btnNext.Click += new System.EventHandler(this.BtnNext_Click);
//
// txtBranchCity
//
this.txtBranchCity.Location = new System.Drawing.Point(258, 135);
this.txtBranchCity.Name = "txtBranchCity";
this.txtBranchCity.Size = new System.Drawing.Size(300, 25);
this.txtBranchCity.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";
//
// txtBranchAddress
//
this.txtBranchAddress.Location = new System.Drawing.Point(258, 102);
this.txtBranchAddress.Name = "txtBranchAddress";
this.txtBranchAddress.Size = new System.Drawing.Size(300, 25);
this.txtBranchAddress.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";
//
// txtBranchState
//
this.txtBranchState.Location = new System.Drawing.Point(258, 166);
this.txtBranchState.Name = "txtBranchState";
this.txtBranchState.Size = new System.Drawing.Size(300, 25);
this.txtBranchState.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";
//
// txtBranchTelephone
//
this.txtBranchTelephone.Location = new System.Drawing.Point(258, 199);
this.txtBranchTelephone.Name = "txtBranchTelephone";
this.txtBranchTelephone.Size = new System.Drawing.Size(300, 25);
this.txtBranchTelephone.TabIndex = 5;
//
// txtBranchName
//
//
//
//
this.txtBranchName.CustomButton.Image = null;
this.txtBranchName.CustomButton.Location = new System.Drawing.Point(276, 1);
this.txtBranchName.CustomButton.Name = "";
this.txtBranchName.CustomButton.Size = new System.Drawing.Size(23, 23);
this.txtBranchName.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.txtBranchName.CustomButton.TabIndex = 1;
this.txtBranchName.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.txtBranchName.CustomButton.UseSelectable = true;
this.txtBranchName.CustomButton.Visible = false;
this.txtBranchName.Lines = new string[0];
this.txtBranchName.Location = new System.Drawing.Point(258, 71);
this.txtBranchName.MaxLength = 32767;
this.txtBranchName.Name = "txtBranchName";
this.txtBranchName.PasswordChar = '\0';
this.txtBranchName.PromptText = "eg. Main Branch";
this.txtBranchName.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtBranchName.SelectedText = "";
this.txtBranchName.SelectionLength = 0;
this.txtBranchName.SelectionStart = 0;
this.txtBranchName.ShortcutsEnabled = true;
this.txtBranchName.Size = new System.Drawing.Size(300, 25);
this.txtBranchName.TabIndex = 1;
this.txtBranchName.UseSelectable = true;
this.txtBranchName.WaterMark = "eg. Main Branch";
this.txtBranchName.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.txtBranchName.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// loading
//
this.loading.Location = new System.Drawing.Point(272, 256);
this.loading.Maximum = 100;
this.loading.Name = "loading";
this.loading.Size = new System.Drawing.Size(45, 42);
this.loading.TabIndex = 21;
this.loading.UseCustomBackColor = true;
this.loading.UseSelectable = true;
this.loading.Visible = false;
//
// a3
//
this.a3.AutoSize = true;
this.a3.ForeColor = System.Drawing.Color.Crimson;
this.a3.Location = new System.Drawing.Point(240, 201);
this.a3.Name = "a3";
this.a3.Size = new System.Drawing.Size(15, 19);
this.a3.TabIndex = 22;
this.a3.Text = "*";
this.a3.Visible = false;
//
// a2
//
this.a2.AutoSize = true;
this.a2.ForeColor = System.Drawing.Color.Crimson;
this.a2.Location = new System.Drawing.Point(240, 140);
this.a2.Name = "a2";
this.a2.Size = new System.Drawing.Size(15, 19);
this.a2.TabIndex = 23;
this.a2.Text = "*";
this.a2.Visible = false;
//
// a1
//
this.a1.AutoSize = true;
this.a1.ForeColor = System.Drawing.Color.Crimson;
this.a1.Location = new System.Drawing.Point(240, 73);
this.a1.Name = "a1";
this.a1.Size = new System.Drawing.Size(15, 19);
this.a1.TabIndex = 24;
this.a1.Text = "*";
this.a1.Visible = false;
//
// FinalBranch
//
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.loading);
this.Controls.Add(this.txtBranchName);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.txtBranchTelephone);
this.Controls.Add(this.label6);
this.Controls.Add(this.txtBranchCity);
this.Controls.Add(this.txtBranchState);
this.Controls.Add(this.label5);
this.Controls.Add(this.txtBranchAddress);
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 = "FinalBranch";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "BranchSetup";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.TextBox txtBranchCity;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBranchAddress;
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 txtBranchState;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtBranchTelephone;
private MetroFramework.Controls.MetroTextBox txtBranchName;
private MetroFramework.Controls.MetroProgressSpinner loading;
private System.Windows.Forms.Label a3;
private System.Windows.Forms.Label a2;
private System.Windows.Forms.Label a1;
}
}