mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 21:04:32 +00:00
90 lines
3.7 KiB
C#
90 lines
3.7 KiB
C#
namespace PckStudio
|
|
{
|
|
partial class presetMeta
|
|
{
|
|
/// <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(presetMeta));
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.labelSearch = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// listView1
|
|
//
|
|
resources.ApplyResources(this.listView1, "listView1");
|
|
this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.listView1.ForeColor = System.Drawing.Color.White;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.List;
|
|
//
|
|
// button1
|
|
//
|
|
resources.ApplyResources(this.button1, "button1");
|
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|
this.button1.Name = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// labelSearch
|
|
//
|
|
resources.ApplyResources(this.labelSearch, "labelSearch");
|
|
this.labelSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.labelSearch.ForeColor = System.Drawing.Color.White;
|
|
this.labelSearch.Name = "labelSearch";
|
|
//
|
|
// presetMeta
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BorderStyle = MetroFramework.Forms.MetroFormBorderStyle.FixedSingle;
|
|
this.Controls.Add(this.labelSearch);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.listView1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "presetMeta";
|
|
this.Resizable = false;
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.DropShadow;
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.Load += new System.EventHandler(this.presetMeta_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label labelSearch;
|
|
}
|
|
} |