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

286 lines
16 KiB
C#
Raw Permalink Normal View History

2021-12-15 08:15:52 +00:00
namespace Dashboard
{
partial class frmSettings
{
/// <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(frmSettings));
this.btnsettings = new System.Windows.Forms.Button();
this.panel7 = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel7.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnsettings
//
this.btnsettings.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnsettings.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnsettings.FlatAppearance.BorderSize = 0;
this.btnsettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnsettings.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsettings.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.btnsettings.Location = new System.Drawing.Point(535, 428);
this.btnsettings.Name = "btnsettings";
this.btnsettings.Size = new System.Drawing.Size(186, 42);
this.btnsettings.TabIndex = 2;
this.btnsettings.Text = "Telegram Kontakt";
this.btnsettings.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnsettings.UseVisualStyleBackColor = true;
this.btnsettings.Click += new System.EventHandler(this.btnsettings_Click);
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
this.panel7.Controls.Add(this.panel1);
this.panel7.Controls.Add(this.label4);
this.panel7.Controls.Add(this.label3);
this.panel7.Controls.Add(this.label2);
this.panel7.Controls.Add(this.label1);
this.panel7.Controls.Add(this.label14);
this.panel7.Location = new System.Drawing.Point(12, 12);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(709, 373);
this.panel7.TabIndex = 27;
this.panel7.Paint += new System.Windows.Forms.PaintEventHandler(this.panel7_Paint);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(42)))), ((int)(((byte)(64)))));
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.label7);
this.panel1.Location = new System.Drawing.Point(0, 237);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(709, 183);
this.panel1.TabIndex = 28;
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label8.AutoSize = true;
this.label8.Cursor = System.Windows.Forms.Cursors.Hand;
this.label8.Font = new System.Drawing.Font("Nirmala UI", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label8.Location = new System.Drawing.Point(225, 10);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(268, 19);
this.label8.TabIndex = 7;
this.label8.Text = "Klicke hier um MultiMC herunter zu laden ";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label8.Click += new System.EventHandler(this.label8_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold);
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.label10.Location = new System.Drawing.Point(510, 10);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(0, 17);
this.label10.TabIndex = 31;
//
// button1
//
this.button1.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Nirmala UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(126)))), ((int)(((byte)(249)))));
this.button1.Location = new System.Drawing.Point(343, 428);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(186, 42);
this.button1.TabIndex = 28;
this.button1.Text = "Einstellung Laden";
this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Nirmala UI", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label7.Location = new System.Drawing.Point(183, 107);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(362, 19);
this.label7.TabIndex = 6;
this.label7.Text = "Bitte nach der Launcher Installation die Einstellung Laden ";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label4.Location = new System.Drawing.Point(172, 116);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(350, 25);
this.label4.TabIndex = 4;
this.label4.Text = "Nutze dazu den Untenstehenden Button";
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Nirmala UI", 10.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label6.Location = new System.Drawing.Point(62, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(609, 57);
this.label6.TabIndex = 5;
this.label6.Text = "Solltest Du MultiMC nutzen so bedenke das die MultiMC.exe in einem Fesgelegten Pf" +
"ad sein muss\r\nC:\\Program Files (x86)\\MultiMC\\MultiMC.exe\r\n\r\n";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label3.Location = new System.Drawing.Point(211, 153);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(258, 25);
this.label3.TabIndex = 3;
this.label3.Text = "Copyright @2021 by M_Viper";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label2.Location = new System.Drawing.Point(90, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(522, 25);
this.label2.TabIndex = 2;
this.label2.Text = "Solltest Du Hilfe benötigen so Kontaktiere mich auf Telegram";
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label1.Location = new System.Drawing.Point(146, 44);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(399, 25);
this.label1.TabIndex = 1;
this.label1.Text = "Eine Unerlaubte Weitergabe ist nicht gestattet";
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.ForeColor = System.Drawing.Color.White;
this.label14.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label14.Location = new System.Drawing.Point(39, 9);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(632, 25);
this.label14.TabIndex = 0;
this.label14.Text = "Difficult-Knights Launcher wurde Speziell für unsere Mitglieder Entwickelt";
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Nirmala UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label5.Location = new System.Drawing.Point(12, 435);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(118, 25);
this.label5.TabIndex = 5;
this.label5.Text = "Version 1.0.1";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// frmSettings
//
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, 482);
this.Controls.Add(this.label5);
this.Controls.Add(this.panel7);
this.Controls.Add(this.button1);
this.Controls.Add(this.btnsettings);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmSettings";
this.Text = "frmSettings";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmSettings_FormClosed);
this.Load += new System.EventHandler(this.frmSettings_Load);
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnsettings;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label10;
}
}