mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-22 09:37:08 +00:00
127 lines
5.8 KiB
C#
127 lines
5.8 KiB
C#
namespace minekampf
|
|
{
|
|
partial class colEditor
|
|
{
|
|
/// <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(colEditor));
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(23, 63);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(341, 474);
|
|
this.listView1.TabIndex = 0;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Location = new System.Drawing.Point(408, 63);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(216, 191);
|
|
this.pictureBox1.TabIndex = 1;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// metroLabel1
|
|
//
|
|
this.metroLabel1.AutoSize = true;
|
|
this.metroLabel1.Location = new System.Drawing.Point(408, 281);
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Size = new System.Drawing.Size(42, 19);
|
|
this.metroLabel1.TabIndex = 2;
|
|
this.metroLabel1.Text = "Color";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroTextBox1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.metroTextBox1.CustomButton.Image = null;
|
|
this.metroTextBox1.CustomButton.Location = new System.Drawing.Point(107, 1);
|
|
this.metroTextBox1.CustomButton.Name = "";
|
|
this.metroTextBox1.CustomButton.Size = new System.Drawing.Size(21, 21);
|
|
this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.metroTextBox1.CustomButton.TabIndex = 1;
|
|
this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.metroTextBox1.CustomButton.UseSelectable = true;
|
|
this.metroTextBox1.CustomButton.Visible = false;
|
|
this.metroTextBox1.Lines = new string[0];
|
|
this.metroTextBox1.Location = new System.Drawing.Point(408, 304);
|
|
this.metroTextBox1.MaxLength = 6;
|
|
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.Size = new System.Drawing.Size(129, 23);
|
|
this.metroTextBox1.TabIndex = 3;
|
|
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);
|
|
//
|
|
// colEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(665, 560);
|
|
this.Controls.Add(this.metroTextBox1);
|
|
this.Controls.Add(this.metroLabel1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.listView1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "colEditor";
|
|
this.ShadowType = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Text = "Color Editor";
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.Load += new System.EventHandler(this.colEditor_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
private MetroFramework.Controls.MetroTextBox metroTextBox1;
|
|
}
|
|
} |