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.
126 lines
5.9 KiB
126 lines
5.9 KiB
3 months ago
|
namespace BiskLog_Point_Of_Sale.Company_Setup
|
||
|
{
|
||
|
partial class FirstPage
|
||
|
{
|
||
|
/// <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(FirstPage));
|
||
|
this.newCompany = new System.Windows.Forms.RadioButton();
|
||
|
this.existingCompany = new System.Windows.Forms.RadioButton();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// newCompany
|
||
|
//
|
||
|
this.newCompany.AutoSize = true;
|
||
|
this.newCompany.Checked = true;
|
||
|
this.newCompany.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.newCompany.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.newCompany.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.newCompany.Location = new System.Drawing.Point(46, 44);
|
||
|
this.newCompany.Name = "newCompany";
|
||
|
this.newCompany.Size = new System.Drawing.Size(212, 32);
|
||
|
this.newCompany.TabIndex = 1;
|
||
|
this.newCompany.TabStop = true;
|
||
|
this.newCompany.Text = "Start a new company";
|
||
|
this.newCompany.UseVisualStyleBackColor = true;
|
||
|
this.newCompany.CheckedChanged += new System.EventHandler(this.RadioButton1_CheckedChanged);
|
||
|
//
|
||
|
// existingCompany
|
||
|
//
|
||
|
this.existingCompany.AutoSize = true;
|
||
|
this.existingCompany.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.existingCompany.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.existingCompany.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.existingCompany.Location = new System.Drawing.Point(46, 92);
|
||
|
this.existingCompany.Name = "existingCompany";
|
||
|
this.existingCompany.Size = new System.Drawing.Size(262, 32);
|
||
|
this.existingCompany.TabIndex = 2;
|
||
|
this.existingCompany.Text = "Open an existing company";
|
||
|
this.existingCompany.UseVisualStyleBackColor = true;
|
||
|
this.existingCompany.CheckedChanged += new System.EventHandler(this.RadioButton2_CheckedChanged);
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.BackColor = System.Drawing.Color.DarkGreen;
|
||
|
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.button1.Font = new System.Drawing.Font("Segoe UI", 15F);
|
||
|
this.button1.ForeColor = System.Drawing.SystemColors.Control;
|
||
|
this.button1.Location = new System.Drawing.Point(320, 171);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(171, 45);
|
||
|
this.button1.TabIndex = 3;
|
||
|
this.button1.Text = "START";
|
||
|
this.button1.UseVisualStyleBackColor = false;
|
||
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||
|
this.label1.ForeColor = System.Drawing.Color.White;
|
||
|
this.label1.Location = new System.Drawing.Point(480, 1);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(20, 25);
|
||
|
this.label1.TabIndex = 2;
|
||
|
this.label1.Text = "x";
|
||
|
this.label1.Click += new System.EventHandler(this.Label1_Click);
|
||
|
this.label1.MouseEnter += new System.EventHandler(this.Label1_MouseHover);
|
||
|
this.label1.MouseLeave += new System.EventHandler(this.Label1_MouseLeave);
|
||
|
//
|
||
|
// FirstPage
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38)))));
|
||
|
this.ClientSize = new System.Drawing.Size(503, 228);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Controls.Add(this.button1);
|
||
|
this.Controls.Add(this.existingCompany);
|
||
|
this.Controls.Add(this.newCompany);
|
||
|
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 = "FirstPage";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.RadioButton newCompany;
|
||
|
private System.Windows.Forms.RadioButton existingCompany;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
}
|
||
|
}
|