mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 07:36:10 +00:00
335 lines
17 KiB
C#
335 lines
17 KiB
C#
|
|
using System.Windows.Forms;
|
|
|
|
namespace PckStudio.Forms.Utilities
|
|
{
|
|
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.metroPanel1 = new MetroFramework.Controls.MetroPanel();
|
|
this.setColorBtn = new MetroFramework.Controls.MetroButton();
|
|
this.blueUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.greenUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.redUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.alphaUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.alphaLabel = new MetroFramework.Controls.MetroLabel();
|
|
this.blueLabel = new MetroFramework.Controls.MetroLabel();
|
|
this.greenLabel = new MetroFramework.Controls.MetroLabel();
|
|
this.redLabel = new MetroFramework.Controls.MetroLabel();
|
|
this.colorTextbox = new MetroFramework.Controls.MetroTextBox();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.waterTab = new System.Windows.Forms.TabPage();
|
|
this.treeView2 = new System.Windows.Forms.TreeView();
|
|
this.colorsTab = new System.Windows.Forms.TabPage();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.tabControl = new MetroFramework.Controls.MetroTabControl();
|
|
this.metroPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.redUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.alphaUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.menuStrip.SuspendLayout();
|
|
this.waterTab.SuspendLayout();
|
|
this.colorsTab.SuspendLayout();
|
|
this.tabControl.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroPanel1
|
|
//
|
|
this.metroPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.metroPanel1.Controls.Add(this.setColorBtn);
|
|
this.metroPanel1.Controls.Add(this.blueUpDown);
|
|
this.metroPanel1.Controls.Add(this.greenUpDown);
|
|
this.metroPanel1.Controls.Add(this.redUpDown);
|
|
this.metroPanel1.Controls.Add(this.alphaUpDown);
|
|
this.metroPanel1.Controls.Add(this.alphaLabel);
|
|
this.metroPanel1.Controls.Add(this.blueLabel);
|
|
this.metroPanel1.Controls.Add(this.greenLabel);
|
|
this.metroPanel1.Controls.Add(this.redLabel);
|
|
this.metroPanel1.Controls.Add(this.colorTextbox);
|
|
this.metroPanel1.Controls.Add(this.metroLabel1);
|
|
this.metroPanel1.Controls.Add(this.pictureBox1);
|
|
resources.ApplyResources(this.metroPanel1, "metroPanel1");
|
|
this.metroPanel1.HorizontalScrollbarBarColor = true;
|
|
this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false;
|
|
this.metroPanel1.HorizontalScrollbarSize = 10;
|
|
this.metroPanel1.Name = "metroPanel1";
|
|
this.metroPanel1.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.metroPanel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroPanel1.VerticalScrollbarBarColor = true;
|
|
this.metroPanel1.VerticalScrollbarHighlightOnWheel = false;
|
|
this.metroPanel1.VerticalScrollbarSize = 10;
|
|
//
|
|
// setColorBtn
|
|
//
|
|
resources.ApplyResources(this.setColorBtn, "setColorBtn");
|
|
this.setColorBtn.Name = "setColorBtn";
|
|
this.setColorBtn.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.setColorBtn.UseSelectable = true;
|
|
this.setColorBtn.Click += new System.EventHandler(this.setColorBtn_Click);
|
|
//
|
|
// blueUpDown
|
|
//
|
|
this.blueUpDown.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.blueUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
resources.ApplyResources(this.blueUpDown, "blueUpDown");
|
|
this.blueUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.blueUpDown.Name = "blueUpDown";
|
|
this.blueUpDown.ValueChanged += new System.EventHandler(this.color_ValueChanged);
|
|
//
|
|
// greenUpDown
|
|
//
|
|
this.greenUpDown.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.greenUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
resources.ApplyResources(this.greenUpDown, "greenUpDown");
|
|
this.greenUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.greenUpDown.Name = "greenUpDown";
|
|
this.greenUpDown.ValueChanged += new System.EventHandler(this.color_ValueChanged);
|
|
//
|
|
// redUpDown
|
|
//
|
|
this.redUpDown.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.redUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
resources.ApplyResources(this.redUpDown, "redUpDown");
|
|
this.redUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.redUpDown.Name = "redUpDown";
|
|
this.redUpDown.ValueChanged += new System.EventHandler(this.color_ValueChanged);
|
|
//
|
|
// alphaUpDown
|
|
//
|
|
this.alphaUpDown.BackColor = System.Drawing.SystemColors.Desktop;
|
|
this.alphaUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
resources.ApplyResources(this.alphaUpDown, "alphaUpDown");
|
|
this.alphaUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.alphaUpDown.Name = "alphaUpDown";
|
|
this.alphaUpDown.ValueChanged += new System.EventHandler(this.color_ValueChanged);
|
|
//
|
|
// alphaLabel
|
|
//
|
|
resources.ApplyResources(this.alphaLabel, "alphaLabel");
|
|
this.alphaLabel.Name = "alphaLabel";
|
|
this.alphaLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// blueLabel
|
|
//
|
|
resources.ApplyResources(this.blueLabel, "blueLabel");
|
|
this.blueLabel.Name = "blueLabel";
|
|
this.blueLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// greenLabel
|
|
//
|
|
resources.ApplyResources(this.greenLabel, "greenLabel");
|
|
this.greenLabel.Name = "greenLabel";
|
|
this.greenLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// redLabel
|
|
//
|
|
resources.ApplyResources(this.redLabel, "redLabel");
|
|
this.redLabel.Name = "redLabel";
|
|
this.redLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// colorTextbox
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.colorTextbox.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
|
|
this.colorTextbox.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode")));
|
|
this.colorTextbox.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location")));
|
|
this.colorTextbox.CustomButton.Name = "";
|
|
this.colorTextbox.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size")));
|
|
this.colorTextbox.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.colorTextbox.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex")));
|
|
this.colorTextbox.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.colorTextbox.CustomButton.UseSelectable = true;
|
|
this.colorTextbox.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible")));
|
|
this.colorTextbox.Lines = new string[0];
|
|
resources.ApplyResources(this.colorTextbox, "colorTextbox");
|
|
this.colorTextbox.MaxLength = 32767;
|
|
this.colorTextbox.Name = "colorTextbox";
|
|
this.colorTextbox.PasswordChar = '\0';
|
|
this.colorTextbox.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.colorTextbox.SelectedText = "";
|
|
this.colorTextbox.SelectionLength = 0;
|
|
this.colorTextbox.SelectionStart = 0;
|
|
this.colorTextbox.ShortcutsEnabled = true;
|
|
this.colorTextbox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.colorTextbox.UseSelectable = true;
|
|
this.colorTextbox.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.colorTextbox.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
this.colorTextbox.TextChanged += new System.EventHandler(this.colorBox_TextChanged);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
resources.ApplyResources(this.metroLabel1, "metroLabel1");
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Gray;
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// menuStrip
|
|
//
|
|
resources.ApplyResources(this.menuStrip, "menuStrip");
|
|
this.menuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip.Name = "menuStrip";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.saveToolStripMenuItem1});
|
|
this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
|
|
//
|
|
// saveToolStripMenuItem1
|
|
//
|
|
resources.ApplyResources(this.saveToolStripMenuItem1, "saveToolStripMenuItem1");
|
|
this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
|
|
this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
|
|
//
|
|
// waterTab
|
|
//
|
|
this.waterTab.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
this.waterTab.Controls.Add(this.treeView2);
|
|
resources.ApplyResources(this.waterTab, "waterTab");
|
|
this.waterTab.Name = "waterTab";
|
|
//
|
|
// treeView2
|
|
//
|
|
resources.ApplyResources(this.treeView2, "treeView2");
|
|
this.treeView2.Name = "treeView2";
|
|
this.treeView2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView2_AfterSelect);
|
|
this.treeView2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView2_KeyDown);
|
|
//
|
|
// colorsTab
|
|
//
|
|
this.colorsTab.BackColor = System.Drawing.SystemColors.WindowFrame;
|
|
this.colorsTab.Controls.Add(this.treeView1);
|
|
resources.ApplyResources(this.colorsTab, "colorsTab");
|
|
this.colorsTab.Name = "colorsTab";
|
|
//
|
|
// treeView1
|
|
//
|
|
resources.ApplyResources(this.treeView1, "treeView1");
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
this.treeView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyDown);
|
|
//
|
|
// tabControl
|
|
//
|
|
resources.ApplyResources(this.tabControl, "tabControl");
|
|
this.tabControl.Controls.Add(this.colorsTab);
|
|
this.tabControl.Controls.Add(this.waterTab);
|
|
this.tabControl.Name = "tabControl";
|
|
this.tabControl.SelectedIndex = 0;
|
|
this.tabControl.Style = MetroFramework.MetroColorStyle.White;
|
|
this.tabControl.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.tabControl.UseSelectable = true;
|
|
//
|
|
// COLEditor
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.menuStrip);
|
|
this.Controls.Add(this.tabControl);
|
|
this.Controls.Add(this.metroPanel1);
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.Name = "COLEditor";
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.COLEditor_FormClosing);
|
|
this.metroPanel1.ResumeLayout(false);
|
|
this.metroPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.redUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.alphaUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.menuStrip.ResumeLayout(false);
|
|
this.menuStrip.PerformLayout();
|
|
this.waterTab.ResumeLayout(false);
|
|
this.colorsTab.ResumeLayout(false);
|
|
this.tabControl.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroPanel metroPanel1;
|
|
private MetroFramework.Controls.MetroTextBox colorTextbox;
|
|
private TreeView treeView1;
|
|
private TreeView treeView2;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.MenuStrip menuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1;
|
|
private MetroFramework.Controls.MetroLabel blueLabel;
|
|
private MetroFramework.Controls.MetroLabel greenLabel;
|
|
private MetroFramework.Controls.MetroLabel redLabel;
|
|
private MetroFramework.Controls.MetroLabel alphaLabel;
|
|
private System.Windows.Forms.NumericUpDown blueUpDown;
|
|
private System.Windows.Forms.NumericUpDown greenUpDown;
|
|
private System.Windows.Forms.NumericUpDown redUpDown;
|
|
private System.Windows.Forms.NumericUpDown alphaUpDown;
|
|
private TabPage waterTab;
|
|
private TabPage colorsTab;
|
|
private MetroFramework.Controls.MetroTabControl tabControl;
|
|
private MetroFramework.Controls.MetroButton setColorBtn;
|
|
}
|
|
} |