Files
2021-02-16 23:07:41 +01:00

242 lines
13 KiB
C#

namespace PokerStarsBotClientv2
{
partial class MainForm
{
/// <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(MainForm));
this.panelMenu = new System.Windows.Forms.Panel();
this.panelRun = new System.Windows.Forms.Panel();
this.labelRun = new System.Windows.Forms.Label();
this.buttonRun = new System.Windows.Forms.Button();
this.panelUploadAll = new System.Windows.Forms.Panel();
this.labelUploadAll = new System.Windows.Forms.Label();
this.buttonUploadAll = new System.Windows.Forms.Button();
this.panelLogo = new System.Windows.Forms.Panel();
this.labelEmail = new System.Windows.Forms.Label();
this.labelLoggedInAs = new System.Windows.Forms.Label();
this.btnHome = new System.Windows.Forms.PictureBox();
this.panelDesktop = new System.Windows.Forms.Panel();
this.panelMenu.SuspendLayout();
this.panelRun.SuspendLayout();
this.panelUploadAll.SuspendLayout();
this.panelLogo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnHome)).BeginInit();
this.SuspendLayout();
//
// panelMenu
//
this.panelMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(32)))), ((int)(((byte)(40)))));
this.panelMenu.Controls.Add(this.panelRun);
this.panelMenu.Controls.Add(this.panelUploadAll);
this.panelMenu.Controls.Add(this.panelLogo);
this.panelMenu.Dock = System.Windows.Forms.DockStyle.Left;
this.panelMenu.Location = new System.Drawing.Point(0, 0);
this.panelMenu.Margin = new System.Windows.Forms.Padding(1);
this.panelMenu.Name = "panelMenu";
this.panelMenu.Size = new System.Drawing.Size(182, 461);
this.panelMenu.TabIndex = 0;
//
// panelRun
//
this.panelRun.BackColor = System.Drawing.Color.Transparent;
this.panelRun.Controls.Add(this.labelRun);
this.panelRun.Controls.Add(this.buttonRun);
this.panelRun.Dock = System.Windows.Forms.DockStyle.Top;
this.panelRun.Location = new System.Drawing.Point(0, 198);
this.panelRun.Name = "panelRun";
this.panelRun.Size = new System.Drawing.Size(182, 57);
this.panelRun.TabIndex = 5;
//
// labelRun
//
this.labelRun.AutoSize = true;
this.labelRun.BackColor = System.Drawing.Color.Transparent;
this.labelRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelRun.ForeColor = System.Drawing.Color.White;
this.labelRun.Location = new System.Drawing.Point(16, 18);
this.labelRun.Name = "labelRun";
this.labelRun.Size = new System.Drawing.Size(10, 25);
this.labelRun.TabIndex = 4;
this.labelRun.Text = "i";
this.labelRun.UseCompatibleTextRendering = true;
//
// buttonRun
//
this.buttonRun.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonRun.FlatAppearance.BorderSize = 0;
this.buttonRun.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonRun.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonRun.ForeColor = System.Drawing.Color.White;
this.buttonRun.Location = new System.Drawing.Point(0, 0);
this.buttonRun.Name = "buttonRun";
this.buttonRun.Size = new System.Drawing.Size(182, 57);
this.buttonRun.TabIndex = 3;
this.buttonRun.Text = "Run";
this.buttonRun.UseVisualStyleBackColor = true;
this.buttonRun.Click += new System.EventHandler(this.button1_Click);
//
// panelUploadAll
//
this.panelUploadAll.BackColor = System.Drawing.Color.Transparent;
this.panelUploadAll.Controls.Add(this.labelUploadAll);
this.panelUploadAll.Controls.Add(this.buttonUploadAll);
this.panelUploadAll.Location = new System.Drawing.Point(0, 261);
this.panelUploadAll.Name = "panelUploadAll";
this.panelUploadAll.Size = new System.Drawing.Size(182, 57);
this.panelUploadAll.TabIndex = 6;
//
// labelUploadAll
//
this.labelUploadAll.AutoSize = true;
this.labelUploadAll.BackColor = System.Drawing.Color.Transparent;
this.labelUploadAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelUploadAll.ForeColor = System.Drawing.Color.White;
this.labelUploadAll.Location = new System.Drawing.Point(16, 18);
this.labelUploadAll.Name = "labelUploadAll";
this.labelUploadAll.Size = new System.Drawing.Size(10, 25);
this.labelUploadAll.TabIndex = 4;
this.labelUploadAll.Text = "i";
this.labelUploadAll.UseCompatibleTextRendering = true;
//
// buttonUploadAll
//
this.buttonUploadAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.buttonUploadAll.FlatAppearance.BorderSize = 0;
this.buttonUploadAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonUploadAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonUploadAll.ForeColor = System.Drawing.Color.White;
this.buttonUploadAll.Location = new System.Drawing.Point(0, 0);
this.buttonUploadAll.Name = "buttonUploadAll";
this.buttonUploadAll.Size = new System.Drawing.Size(182, 57);
this.buttonUploadAll.TabIndex = 3;
this.buttonUploadAll.Text = "Upload All";
this.buttonUploadAll.UseVisualStyleBackColor = true;
this.buttonUploadAll.Click += new System.EventHandler(this.buttonUploadAll_Click);
//
// panelLogo
//
this.panelLogo.Controls.Add(this.labelEmail);
this.panelLogo.Controls.Add(this.labelLoggedInAs);
this.panelLogo.Controls.Add(this.btnHome);
this.panelLogo.Dock = System.Windows.Forms.DockStyle.Top;
this.panelLogo.Location = new System.Drawing.Point(0, 0);
this.panelLogo.Margin = new System.Windows.Forms.Padding(1);
this.panelLogo.Name = "panelLogo";
this.panelLogo.Padding = new System.Windows.Forms.Padding(4, 0, 8, 0);
this.panelLogo.Size = new System.Drawing.Size(182, 198);
this.panelLogo.TabIndex = 0;
//
// labelEmail
//
this.labelEmail.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.labelEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelEmail.ForeColor = System.Drawing.Color.White;
this.labelEmail.Location = new System.Drawing.Point(7, 161);
this.labelEmail.Name = "labelEmail";
this.labelEmail.Size = new System.Drawing.Size(164, 23);
this.labelEmail.TabIndex = 4;
this.labelEmail.Text = "-";
this.labelEmail.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labelLoggedInAs
//
this.labelLoggedInAs.AutoSize = true;
this.labelLoggedInAs.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelLoggedInAs.ForeColor = System.Drawing.Color.White;
this.labelLoggedInAs.Location = new System.Drawing.Point(43, 144);
this.labelLoggedInAs.Name = "labelLoggedInAs";
this.labelLoggedInAs.Size = new System.Drawing.Size(90, 17);
this.labelLoggedInAs.TabIndex = 3;
this.labelLoggedInAs.Text = "Logged in as";
//
// btnHome
//
this.btnHome.Image = ((System.Drawing.Image)(resources.GetObject("btnHome.Image")));
this.btnHome.Location = new System.Drawing.Point(20, 10);
this.btnHome.Margin = new System.Windows.Forms.Padding(1);
this.btnHome.Name = "btnHome";
this.btnHome.Size = new System.Drawing.Size(133, 115);
this.btnHome.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnHome.TabIndex = 0;
this.btnHome.TabStop = false;
//
// panelDesktop
//
this.panelDesktop.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelDesktop.Location = new System.Drawing.Point(182, 0);
this.panelDesktop.Margin = new System.Windows.Forms.Padding(1);
this.panelDesktop.Name = "panelDesktop";
this.panelDesktop.Size = new System.Drawing.Size(702, 461);
this.panelDesktop.TabIndex = 2;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(884, 461);
this.Controls.Add(this.panelDesktop);
this.Controls.Add(this.panelMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(1);
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(722, 442);
this.Name = "MainForm";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PkrStarsBot Client";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.panelMenu.ResumeLayout(false);
this.panelRun.ResumeLayout(false);
this.panelRun.PerformLayout();
this.panelUploadAll.ResumeLayout(false);
this.panelUploadAll.PerformLayout();
this.panelLogo.ResumeLayout(false);
this.panelLogo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btnHome)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelMenu;
private System.Windows.Forms.Panel panelLogo;
private System.Windows.Forms.PictureBox btnHome;
private System.Windows.Forms.Panel panelDesktop;
private System.Windows.Forms.Label labelEmail;
private System.Windows.Forms.Label labelLoggedInAs;
private System.Windows.Forms.Panel panelRun;
private System.Windows.Forms.Label labelRun;
private System.Windows.Forms.Button buttonRun;
private System.Windows.Forms.Panel panelUploadAll;
private System.Windows.Forms.Label labelUploadAll;
private System.Windows.Forms.Button buttonUploadAll;
}
}