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.

101 lines
4.3 KiB

using BiskLog_Point_Of_Sale.Classes;
namespace BiskLog_Point_Of_Sale.Company_Setup
{
partial class Holder
{
/// <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(Holder));
this.content = new System.Windows.Forms.Panel();
this.panel1 = new BiskLog_Point_Of_Sale.Classes.gradientPanel();
this.exit = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// content
//
this.content.Dock = System.Windows.Forms.DockStyle.Fill;
this.content.Location = new System.Drawing.Point(0, 37);
this.content.Name = "content";
this.content.Size = new System.Drawing.Size(656, 424);
this.content.TabIndex = 1;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.ColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(56)))));
this.panel1.ColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(137)))));
this.panel1.Controls.Add(this.exit);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(656, 37);
this.panel1.TabIndex = 0;
//
// exit
//
this.exit.Cursor = System.Windows.Forms.Cursors.Hand;
this.exit.Dock = System.Windows.Forms.DockStyle.Right;
this.exit.Font = new System.Drawing.Font("Segoe UI", 13F);
this.exit.ForeColor = System.Drawing.SystemColors.Control;
this.exit.Location = new System.Drawing.Point(624, 0);
this.exit.Name = "exit";
this.exit.Size = new System.Drawing.Size(32, 37);
this.exit.TabIndex = 0;
this.exit.Text = "x";
this.exit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.exit.Click += new System.EventHandler(this.Exit_Click);
this.exit.MouseEnter += new System.EventHandler(this.Exit_MouseEnter);
this.exit.MouseLeave += new System.EventHandler(this.Exit_MouseLeave);
//
// Holder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 461);
this.Controls.Add(this.content);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Segoe UI", 10F);
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 = "Holder";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.Holder_Load);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private gradientPanel panel1;
private System.Windows.Forms.Label exit;
private System.Windows.Forms.Panel content;
}
}