namespace BiskLog_Point_Of_Sale.Updates { partial class CheckUpdates { /// /// 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() { this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label2 = new System.Windows.Forms.Label(); this.cancel = new System.Windows.Forms.Label(); this.gradientPanel2 = new BiskLog_Point_Of_Sale.Classes.gradientPanel(); this.label1 = new System.Windows.Forms.Label(); this.metroProgressSpinner1 = new MetroFramework.Controls.MetroProgressSpinner(); this.gradientPanel1.SuspendLayout(); this.gradientPanel2.SuspendLayout(); this.SuspendLayout(); // // 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.label2); this.gradientPanel1.Controls.Add(this.cancel); 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(507, 53); this.gradientPanel1.TabIndex = 0; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(443, 53); this.label2.TabIndex = 1; this.label2.Text = "BISKILOG POS"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cancel // this.cancel.BackColor = System.Drawing.Color.Transparent; this.cancel.Cursor = System.Windows.Forms.Cursors.Hand; this.cancel.Dock = System.Windows.Forms.DockStyle.Right; this.cancel.ForeColor = System.Drawing.Color.White; this.cancel.Location = new System.Drawing.Point(443, 0); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(64, 53); this.cancel.TabIndex = 0; this.cancel.Text = "x"; this.cancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.cancel.Click += new System.EventHandler(this.cancel_Click); this.cancel.MouseEnter += new System.EventHandler(this.cancel_MouseEnter); this.cancel.MouseLeave += new System.EventHandler(this.cancel_MouseLeave); // // gradientPanel2 // this.gradientPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.gradientPanel2.ColorBottom = System.Drawing.SystemColors.ActiveCaption; this.gradientPanel2.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56))))); this.gradientPanel2.Controls.Add(this.label1); this.gradientPanel2.Controls.Add(this.metroProgressSpinner1); this.gradientPanel2.Dock = System.Windows.Forms.DockStyle.Fill; this.gradientPanel2.Location = new System.Drawing.Point(0, 0); this.gradientPanel2.Name = "gradientPanel2"; this.gradientPanel2.Size = new System.Drawing.Size(507, 239); this.gradientPanel2.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Segoe UI", 15F); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(23, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(229, 28); this.label1.TabIndex = 1; this.label1.Text = "Checking for update.........."; // // metroProgressSpinner1 // this.metroProgressSpinner1.CustomBackground = true; this.metroProgressSpinner1.Location = new System.Drawing.Point(225, 158); this.metroProgressSpinner1.Maximum = 100; this.metroProgressSpinner1.Name = "metroProgressSpinner1"; this.metroProgressSpinner1.Size = new System.Drawing.Size(56, 46); this.metroProgressSpinner1.TabIndex = 0; this.metroProgressSpinner1.UseCustomBackColor = true; this.metroProgressSpinner1.UseCustomForeColor = true; this.metroProgressSpinner1.UseSelectable = true; this.metroProgressSpinner1.Click += new System.EventHandler(this.metroProgressSpinner1_Click); // // CheckUpdates // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(507, 239); this.Controls.Add(this.gradientPanel1); 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.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "CheckUpdates"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "CheckUpdates"; this.gradientPanel1.ResumeLayout(false); this.gradientPanel2.ResumeLayout(false); this.gradientPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private Classes.gradientPanel gradientPanel1; private Classes.gradientPanel gradientPanel2; private System.Windows.Forms.Label label1; private MetroFramework.Controls.MetroProgressSpinner metroProgressSpinner1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label cancel; } }