Biskilog POS desktop appilcation
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.

163 lines
7.7 KiB

namespace BiskLog_Point_Of_Sale
{
partial class Splashscreen
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splashscreen));
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.loader = new System.Windows.Forms.Panel();
this.gradientPanel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.main = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
this.gradientPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.main)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
//
// panel1
//
this.panel1.Controls.Add(this.loader);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 372);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(716, 16);
this.panel1.TabIndex = 2;
//
// loader
//
this.loader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.loader.Dock = System.Windows.Forms.DockStyle.Left;
this.loader.Location = new System.Drawing.Point(0, 0);
this.loader.Name = "loader";
this.loader.Size = new System.Drawing.Size(19, 16);
this.loader.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)(46)))), ((int)(((byte)(124)))), ((int)(((byte)(206)))));
this.gradientPanel1.Controls.Add(this.pictureBox1);
this.gradientPanel1.Controls.Add(this.label2);
this.gradientPanel1.Controls.Add(this.label1);
this.gradientPanel1.Controls.Add(this.main);
this.gradientPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.gradientPanel1.Location = new System.Drawing.Point(0, 0);
this.gradientPanel1.Name = "gradientPanel1";
this.gradientPanel1.Size = new System.Drawing.Size(716, 372);
this.gradientPanel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold);
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(174, 400);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(375, 31);
this.label2.TabIndex = 2;
this.label2.Text = "BISKILOG POINT OF SALE";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(12, 337);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(118, 17);
this.label1.TabIndex = 1;
this.label1.Text = "Copyright © 2020";
//
// main
//
this.main.BackColor = System.Drawing.Color.Transparent;
this.main.Image = ((System.Drawing.Image)(resources.GetObject("main.Image")));
this.main.Location = new System.Drawing.Point(179, 12);
this.main.Name = "main";
this.main.Size = new System.Drawing.Size(230, 216);
this.main.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.main.TabIndex = 0;
this.main.TabStop = false;
this.main.Visible = false;
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::BiskLog_Point_Of_Sale.Properties.Resources.cart_59_512;
this.pictureBox1.Location = new System.Drawing.Point(203, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(294, 281);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
// Splashscreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(716, 388);
this.Controls.Add(this.gradientPanel1);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Splashscreen";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.Splashscreen_Load);
this.panel1.ResumeLayout(false);
this.gradientPanel1.ResumeLayout(false);
this.gradientPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.main)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Timer timer1;
private Classes.gradientPanel gradientPanel1;
private System.Windows.Forms.PictureBox main;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel loader;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
}
}