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.
129 lines
5.9 KiB
129 lines
5.9 KiB
namespace BiskLog_Point_Of_Sale.POSDialogs
|
|
{
|
|
partial class Initializing
|
|
{
|
|
/// <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(Initializing));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.holding = new MetroFramework.Controls.MetroProgressSpinner();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.gradientPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.gradientPanel1);
|
|
this.panel1.Controls.Add(this.holding);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.panel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69)))));
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(467, 163);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// gradientPanel1
|
|
//
|
|
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.label1);
|
|
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(465, 47);
|
|
this.gradientPanel1.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(465, 47);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Initializing";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// holding
|
|
//
|
|
this.holding.Location = new System.Drawing.Point(201, 103);
|
|
this.holding.Maximum = 100;
|
|
this.holding.Name = "holding";
|
|
this.holding.Size = new System.Drawing.Size(56, 49);
|
|
this.holding.TabIndex = 2;
|
|
this.holding.UseCustomBackColor = true;
|
|
this.holding.UseSelectable = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 14F);
|
|
this.label2.Location = new System.Drawing.Point(3, 50);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(462, 50);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Please wait while we check the prices and availability \r\nof the items on the invo" +
|
|
"ice\r\n";
|
|
//
|
|
// Initializing
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(467, 163);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Initializing";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Initializing";
|
|
this.Load += new System.EventHandler(this.Initializing_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.gradientPanel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private MetroFramework.Controls.MetroProgressSpinner holding;
|
|
private Classes.gradientPanel gradientPanel1;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
}
|