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.
87 lines
3.9 KiB
87 lines
3.9 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Mains
|
||
|
{
|
||
|
partial class Navigator
|
||
|
{
|
||
|
/// <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(Navigator));
|
||
|
this.gradientPanel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
||
|
this.label17 = new System.Windows.Forms.Label();
|
||
|
this.gradientPanel2.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// gradientPanel2
|
||
|
//
|
||
|
this.gradientPanel2.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
|
||
|
this.gradientPanel2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132)))));
|
||
|
this.gradientPanel2.Controls.Add(this.label17);
|
||
|
this.gradientPanel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
this.gradientPanel2.Location = new System.Drawing.Point(0, 0);
|
||
|
this.gradientPanel2.Name = "gradientPanel2";
|
||
|
this.gradientPanel2.Size = new System.Drawing.Size(775, 39);
|
||
|
this.gradientPanel2.TabIndex = 10;
|
||
|
//
|
||
|
// label17
|
||
|
//
|
||
|
this.label17.BackColor = System.Drawing.Color.Transparent;
|
||
|
this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.label17.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.label17.ForeColor = System.Drawing.Color.White;
|
||
|
this.label17.Location = new System.Drawing.Point(0, 0);
|
||
|
this.label17.Name = "label17";
|
||
|
this.label17.Padding = new System.Windows.Forms.Padding(30, 0, 0, 0);
|
||
|
this.label17.Size = new System.Drawing.Size(775, 39);
|
||
|
this.label17.TabIndex = 1;
|
||
|
this.label17.Text = "SWITCHER";
|
||
|
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// Navigator
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(775, 524);
|
||
|
this.Controls.Add(this.gradientPanel2);
|
||
|
this.Font = new System.Drawing.Font("Segoe UI", 12F);
|
||
|
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(4, 5, 4, 5);
|
||
|
this.Name = "Navigator";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
|
this.Text = "Navigator";
|
||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
this.gradientPanel2.ResumeLayout(false);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private Classes.gradientPanel gradientPanel2;
|
||
|
private System.Windows.Forms.Label label17;
|
||
|
}
|
||
|
}
|