mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 05:56:13 +00:00
191 lines
12 KiB
C#
191 lines
12 KiB
C#
namespace minekampf.Forms
|
|
{
|
|
partial class Pref
|
|
{
|
|
/// <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(Pref));
|
|
this.buttonClose = new System.Windows.Forms.Button();
|
|
this.buttonDonate = new System.Windows.Forms.Button();
|
|
this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroTextBox2 = new MetroFramework.Controls.MetroTextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonClose
|
|
//
|
|
resources.ApplyResources(this.buttonClose, "buttonClose");
|
|
this.buttonClose.BackColor = System.Drawing.Color.Transparent;
|
|
this.buttonClose.ForeColor = System.Drawing.Color.White;
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.UseVisualStyleBackColor = false;
|
|
//
|
|
// buttonDonate
|
|
//
|
|
resources.ApplyResources(this.buttonDonate, "buttonDonate");
|
|
this.buttonDonate.BackColor = System.Drawing.Color.Purple;
|
|
this.buttonDonate.ForeColor = System.Drawing.Color.White;
|
|
this.buttonDonate.Name = "buttonDonate";
|
|
this.buttonDonate.UseVisualStyleBackColor = false;
|
|
this.buttonDonate.Click += new System.EventHandler(this.buttonDonate_Click);
|
|
//
|
|
// metroTextBox1
|
|
//
|
|
resources.ApplyResources(this.metroTextBox1, "metroTextBox1");
|
|
//
|
|
//
|
|
//
|
|
this.metroTextBox1.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription");
|
|
this.metroTextBox1.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName");
|
|
this.metroTextBox1.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor")));
|
|
this.metroTextBox1.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize")));
|
|
this.metroTextBox1.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode")));
|
|
this.metroTextBox1.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage")));
|
|
this.metroTextBox1.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout")));
|
|
this.metroTextBox1.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock")));
|
|
this.metroTextBox1.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle")));
|
|
this.metroTextBox1.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
|
|
this.metroTextBox1.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
|
|
this.metroTextBox1.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign")));
|
|
this.metroTextBox1.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex")));
|
|
this.metroTextBox1.CustomButton.ImageKey = resources.GetString("resource.ImageKey");
|
|
this.metroTextBox1.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode")));
|
|
this.metroTextBox1.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location")));
|
|
this.metroTextBox1.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize")));
|
|
this.metroTextBox1.CustomButton.Name = "";
|
|
this.metroTextBox1.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft")));
|
|
this.metroTextBox1.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size")));
|
|
this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.metroTextBox1.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex")));
|
|
this.metroTextBox1.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign")));
|
|
this.metroTextBox1.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation")));
|
|
this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.metroTextBox1.CustomButton.UseSelectable = true;
|
|
this.metroTextBox1.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible")));
|
|
this.metroTextBox1.Lines = new string[0];
|
|
this.metroTextBox1.MaxLength = 32767;
|
|
this.metroTextBox1.Name = "metroTextBox1";
|
|
this.metroTextBox1.PasswordChar = '\0';
|
|
this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.metroTextBox1.SelectedText = "";
|
|
this.metroTextBox1.SelectionLength = 0;
|
|
this.metroTextBox1.SelectionStart = 0;
|
|
this.metroTextBox1.ShortcutsEnabled = true;
|
|
this.metroTextBox1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroTextBox1.UseSelectable = true;
|
|
this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
resources.ApplyResources(this.metroLabel1, "metroLabel1");
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroLabel2
|
|
//
|
|
resources.ApplyResources(this.metroLabel2, "metroLabel2");
|
|
this.metroLabel2.Name = "metroLabel2";
|
|
this.metroLabel2.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroTextBox2
|
|
//
|
|
resources.ApplyResources(this.metroTextBox2, "metroTextBox2");
|
|
//
|
|
//
|
|
//
|
|
this.metroTextBox2.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription1");
|
|
this.metroTextBox2.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName1");
|
|
this.metroTextBox2.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor1")));
|
|
this.metroTextBox2.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize1")));
|
|
this.metroTextBox2.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode1")));
|
|
this.metroTextBox2.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage1")));
|
|
this.metroTextBox2.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout1")));
|
|
this.metroTextBox2.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock1")));
|
|
this.metroTextBox2.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle1")));
|
|
this.metroTextBox2.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font1")));
|
|
this.metroTextBox2.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
|
|
this.metroTextBox2.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign1")));
|
|
this.metroTextBox2.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex1")));
|
|
this.metroTextBox2.CustomButton.ImageKey = resources.GetString("resource.ImageKey1");
|
|
this.metroTextBox2.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode1")));
|
|
this.metroTextBox2.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location1")));
|
|
this.metroTextBox2.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize1")));
|
|
this.metroTextBox2.CustomButton.Name = "";
|
|
this.metroTextBox2.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft1")));
|
|
this.metroTextBox2.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size1")));
|
|
this.metroTextBox2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.metroTextBox2.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex1")));
|
|
this.metroTextBox2.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign1")));
|
|
this.metroTextBox2.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation1")));
|
|
this.metroTextBox2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.metroTextBox2.CustomButton.UseSelectable = true;
|
|
this.metroTextBox2.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible1")));
|
|
this.metroTextBox2.Lines = new string[0];
|
|
this.metroTextBox2.MaxLength = 32767;
|
|
this.metroTextBox2.Name = "metroTextBox2";
|
|
this.metroTextBox2.PasswordChar = '\0';
|
|
this.metroTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.metroTextBox2.SelectedText = "";
|
|
this.metroTextBox2.SelectionLength = 0;
|
|
this.metroTextBox2.SelectionStart = 0;
|
|
this.metroTextBox2.ShortcutsEnabled = true;
|
|
this.metroTextBox2.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroTextBox2.UseSelectable = true;
|
|
this.metroTextBox2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.metroTextBox2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// Pref
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.metroLabel2);
|
|
this.Controls.Add(this.metroTextBox2);
|
|
this.Controls.Add(this.metroLabel1);
|
|
this.Controls.Add(this.metroTextBox1);
|
|
this.Controls.Add(this.buttonClose);
|
|
this.Controls.Add(this.buttonDonate);
|
|
this.Name = "Pref";
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.Load += new System.EventHandler(this.Pref_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button buttonClose;
|
|
private System.Windows.Forms.Button buttonDonate;
|
|
private MetroFramework.Controls.MetroTextBox metroTextBox1;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
private MetroFramework.Controls.MetroLabel metroLabel2;
|
|
private MetroFramework.Controls.MetroTextBox metroTextBox2;
|
|
}
|
|
} |