mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 22:55:28 +00:00
108 lines
5.9 KiB
C#
108 lines
5.9 KiB
C#
namespace PckStudio.Forms.Additional_Popups.Loc
|
|
{
|
|
partial class AddLanguage
|
|
{
|
|
/// <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(AddLanguage));
|
|
this.LanguageComboBox = new MetroFramework.Controls.MetroComboBox();
|
|
this.AddButton = new CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// LanguageComboBox
|
|
//
|
|
this.LanguageComboBox.FormattingEnabled = true;
|
|
this.LanguageComboBox.ItemHeight = 23;
|
|
this.LanguageComboBox.Location = new System.Drawing.Point(27, 14);
|
|
this.LanguageComboBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.LanguageComboBox.Name = "LanguageComboBox";
|
|
this.LanguageComboBox.Size = new System.Drawing.Size(283, 29);
|
|
this.LanguageComboBox.Style = MetroFramework.MetroColorStyle.Black;
|
|
this.LanguageComboBox.TabIndex = 0;
|
|
this.LanguageComboBox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.LanguageComboBox.UseSelectable = true;
|
|
//
|
|
// AddButton
|
|
//
|
|
this.AddButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
|
|
this.AddButton.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
|
|
this.AddButton.BorderRadius = 10;
|
|
this.AddButton.BorderSize = 1;
|
|
this.AddButton.ClickedColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
|
|
this.AddButton.FlatAppearance.BorderSize = 0;
|
|
this.AddButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
|
|
this.AddButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(250)))), ((int)(((byte)(165)))));
|
|
this.AddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.AddButton.Font = new System.Drawing.Font("Segoe UI", 12F);
|
|
this.AddButton.ForeColor = System.Drawing.Color.White;
|
|
this.AddButton.GradientColorPrimary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
|
this.AddButton.GradientColorSecondary = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
|
|
this.AddButton.HoverOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(250)))), ((int)(((byte)(165)))));
|
|
this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image")));
|
|
this.AddButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.AddButton.Location = new System.Drawing.Point(98, 56);
|
|
this.AddButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.AddButton.Name = "AddButton";
|
|
this.AddButton.Size = new System.Drawing.Size(140, 46);
|
|
this.AddButton.TabIndex = 18;
|
|
this.AddButton.Text = "Add";
|
|
this.AddButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.AddButton.TextColor = System.Drawing.Color.White;
|
|
this.AddButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|
this.AddButton.UseVisualStyleBackColor = false;
|
|
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
|
|
//
|
|
// AddLanguage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.ClientSize = new System.Drawing.Size(337, 116);
|
|
this.Controls.Add(this.AddButton);
|
|
this.Controls.Add(this.LanguageComboBox);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(334, 155);
|
|
this.Name = "AddLanguage";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Add Language";
|
|
this.Load += new System.EventHandler(this.AddLanguage_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroComboBox LanguageComboBox;
|
|
private CBH.Ultimate.Controls.CrEaTiiOn_Ultimate_GradientButton AddButton;
|
|
}
|
|
} |