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.
150 lines
7.0 KiB
150 lines
7.0 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Company_Setup
|
||
|
{
|
||
|
partial class SelectBranch
|
||
|
{
|
||
|
/// <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(SelectBranch));
|
||
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.loading = new MetroFramework.Controls.MetroProgressSpinner();
|
||
|
this.btnSave = new System.Windows.Forms.Button();
|
||
|
this.branches = new System.Windows.Forms.ComboBox();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.gradientPanel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// gradientPanel1
|
||
|
//
|
||
|
this.gradientPanel1.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.gradientPanel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.gradientPanel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
|
||
|
this.gradientPanel1.Controls.Add(this.label2);
|
||
|
this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.gradientPanel1.Name = "gradientPanel1";
|
||
|
this.gradientPanel1.Size = new System.Drawing.Size(468, 37);
|
||
|
this.gradientPanel1.TabIndex = 4;
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(468, 37);
|
||
|
this.label2.TabIndex = 0;
|
||
|
this.label2.Text = "Company Branch Set up";
|
||
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// loading
|
||
|
//
|
||
|
this.loading.Location = new System.Drawing.Point(219, 100);
|
||
|
this.loading.Maximum = 100;
|
||
|
this.loading.Name = "loading";
|
||
|
this.loading.Size = new System.Drawing.Size(49, 40);
|
||
|
this.loading.TabIndex = 8;
|
||
|
this.loading.UseCustomBackColor = true;
|
||
|
this.loading.UseCustomForeColor = true;
|
||
|
this.loading.UseSelectable = true;
|
||
|
this.loading.Visible = false;
|
||
|
//
|
||
|
// btnSave
|
||
|
//
|
||
|
this.btnSave.BackColor = System.Drawing.Color.DarkGreen;
|
||
|
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.btnSave.Enabled = false;
|
||
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
|
this.btnSave.Location = new System.Drawing.Point(172, 100);
|
||
|
this.btnSave.Name = "btnSave";
|
||
|
this.btnSave.Size = new System.Drawing.Size(152, 40);
|
||
|
this.btnSave.TabIndex = 7;
|
||
|
this.btnSave.Text = "SAVE";
|
||
|
this.btnSave.UseVisualStyleBackColor = false;
|
||
|
this.btnSave.Visible = false;
|
||
|
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
|
||
|
//
|
||
|
// branches
|
||
|
//
|
||
|
this.branches.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.branches.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.branches.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.branches.FormattingEnabled = true;
|
||
|
this.branches.Location = new System.Drawing.Point(191, 50);
|
||
|
this.branches.Name = "branches";
|
||
|
this.branches.Size = new System.Drawing.Size(253, 25);
|
||
|
this.branches.TabIndex = 6;
|
||
|
this.branches.TextChanged += new System.EventHandler(this.Branches_TextChanged);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
||
|
this.label1.Location = new System.Drawing.Point(9, 52);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(174, 21);
|
||
|
this.label1.TabIndex = 5;
|
||
|
this.label1.Text = "Select Company Branch";
|
||
|
//
|
||
|
// SelectBranch
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.BackColor = System.Drawing.SystemColors.Control;
|
||
|
this.ClientSize = new System.Drawing.Size(468, 153);
|
||
|
this.Controls.Add(this.loading);
|
||
|
this.Controls.Add(this.btnSave);
|
||
|
this.Controls.Add(this.branches);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.gradientPanel1);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 10F);
|
||
|
this.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
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 = "SelectBranch";
|
||
|
this.ShowIcon = false;
|
||
|
this.ShowInTaskbar = false;
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Load += new System.EventHandler(this.SelectBranch_Load);
|
||
|
this.gradientPanel1.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private Classes.gradientPanel gradientPanel1;
|
||
|
private MetroFramework.Controls.MetroProgressSpinner loading;
|
||
|
private System.Windows.Forms.Button btnSave;
|
||
|
private System.Windows.Forms.ComboBox branches;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
}
|
||
|
}
|