difficult-knights-launcher/Dashboard/frmDashboard.Designer.cs

191 lines
10 KiB
C#
Raw Permalink Normal View History

2021-12-15 08:15:52 +00:00
namespace Dashboard
{
partial class frmDashboard
{
/// <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(frmDashboard));
this.panel7 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel9 = new System.Windows.Forms.Panel();
this.label11 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.btnDashbord = new System.Windows.Forms.Button();
this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel9.SuspendLayout();
this.panel8.SuspendLayout();
this.SuspendLayout();
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
this.panel7.Controls.Add(this.pictureBox1);
this.panel7.Location = new System.Drawing.Point(12, 12);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(703, 366);
this.panel7.TabIndex = 26;
//
// pictureBox1
//
this.pictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Image = global::Dashboard.Properties.Resources.wallpaper__4_;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(703, 366);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// panel9
//
this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
this.panel9.Controls.Add(this.label11);
this.panel9.Controls.Add(this.label16);
this.panel9.Location = new System.Drawing.Point(289, 396);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(426, 70);
this.panel9.TabIndex = 27;
this.panel9.Paint += new System.Windows.Forms.PaintEventHandler(this.panel9_Paint);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(161)))), ((int)(((byte)(176)))));
this.label11.Location = new System.Drawing.Point(14, 40);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(235, 17);
this.label11.TabIndex = 0;
this.label11.Text = "Besuchen Sie noch heute unseren Shop";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Cursor = System.Windows.Forms.Cursors.Hand;
this.label16.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.label16.Font = new System.Drawing.Font("Nirmala UI", 12F, System.Drawing.FontStyle.Bold);
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.label16.Image = ((System.Drawing.Image)(resources.GetObject("label16.Image")));
this.label16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label16.Location = new System.Drawing.Point(13, 10);
this.label16.Name = "label16";
this.label16.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label16.Size = new System.Drawing.Size(136, 21);
this.label16.TabIndex = 0;
this.label16.Text = " Online Shop";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.label16.Click += new System.EventHandler(this.label16_Click);
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
this.panel8.Controls.Add(this.button1);
this.panel8.Controls.Add(this.btnDashbord);
this.panel8.Location = new System.Drawing.Point(12, 396);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(261, 70);
this.panel8.TabIndex = 28;
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Nirmala UI", 12F, System.Drawing.FontStyle.Bold);
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button1.Location = new System.Drawing.Point(0, 39);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(261, 31);
this.button1.TabIndex = 3;
this.button1.Text = "MultiMC Launcher Start";
this.button1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btnDashbord
//
this.btnDashbord.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDashbord.Dock = System.Windows.Forms.DockStyle.Top;
this.btnDashbord.FlatAppearance.BorderSize = 0;
this.btnDashbord.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnDashbord.Font = new System.Drawing.Font("Nirmala UI", 12F, System.Drawing.FontStyle.Bold);
this.btnDashbord.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.btnDashbord.Image = ((System.Drawing.Image)(resources.GetObject("btnDashbord.Image")));
this.btnDashbord.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnDashbord.Location = new System.Drawing.Point(0, 0);
this.btnDashbord.Name = "btnDashbord";
this.btnDashbord.Size = new System.Drawing.Size(261, 31);
this.btnDashbord.TabIndex = 2;
this.btnDashbord.Text = "Minecraft Launcher Start";
this.btnDashbord.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnDashbord.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.btnDashbord.UseVisualStyleBackColor = true;
this.btnDashbord.Click += new System.EventHandler(this.btnDashbord_Click);
//
// frmDashboard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(51)))), ((int)(((byte)(73)))));
this.ClientSize = new System.Drawing.Size(733, 477);
this.Controls.Add(this.panel7);
this.Controls.Add(this.panel9);
this.Controls.Add(this.panel8);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmDashboard";
this.Text = "frmDashboard";
this.Load += new System.EventHandler(this.frmDashboard_Load);
this.panel7.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel8.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Button btnDashbord;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
}
}