mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-23 05:07:14 +00:00
Audio Editor has been patched up some more and a new category combining feature has been introduced. Fixed a few bus and typos on the Main Form too. Added myself to the credits and general project info. (:
206 lines
8.9 KiB
C#
206 lines
8.9 KiB
C#
|
|
namespace PckStudio.Forms.Utilities
|
|
{
|
|
partial class AudioEditor
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AudioEditor));
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addCategoryStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.removeCategoryStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.treeView2 = new System.Windows.Forms.TreeView();
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.addEntryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.removeEntryMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.menuStrip.SuspendLayout();
|
|
this.contextMenuStrip2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// treeView1
|
|
//
|
|
this.treeView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.treeView1.ForeColor = System.Drawing.Color.White;
|
|
this.treeView1.LabelEdit = true;
|
|
resources.ApplyResources(this.treeView1, "treeView1");
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addCategoryStripMenuItem,
|
|
this.removeCategoryStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
//
|
|
// addCategoryStripMenuItem
|
|
//
|
|
resources.ApplyResources(this.addCategoryStripMenuItem, "addCategoryStripMenuItem");
|
|
this.addCategoryStripMenuItem.Name = "addCategoryStripMenuItem";
|
|
this.addCategoryStripMenuItem.Click += new System.EventHandler(this.addCategoryStripMenuItem_Click);
|
|
//
|
|
// removeCategoryStripMenuItem
|
|
//
|
|
this.removeCategoryStripMenuItem.Image = global::PckStudio.Properties.Resources.Del;
|
|
this.removeCategoryStripMenuItem.Name = "removeCategoryStripMenuItem";
|
|
resources.ApplyResources(this.removeCategoryStripMenuItem, "removeCategoryStripMenuItem");
|
|
this.removeCategoryStripMenuItem.Click += new System.EventHandler(this.removeCategoryStripMenuItem_Click);
|
|
//
|
|
// 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);
|
|
//
|
|
// treeView2
|
|
//
|
|
this.treeView2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.treeView2.ContextMenuStrip = this.contextMenuStrip2;
|
|
this.treeView2.ForeColor = System.Drawing.Color.White;
|
|
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);
|
|
//
|
|
// contextMenuStrip2
|
|
//
|
|
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.addEntryMenuItem,
|
|
this.removeEntryMenuItem});
|
|
this.contextMenuStrip2.Name = "contextMenuStrip1";
|
|
resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
|
|
//
|
|
// addEntryMenuItem
|
|
//
|
|
resources.ApplyResources(this.addEntryMenuItem, "addEntryMenuItem");
|
|
this.addEntryMenuItem.Name = "addEntryMenuItem";
|
|
this.addEntryMenuItem.Click += new System.EventHandler(this.addEntryMenuItem_Click);
|
|
//
|
|
// removeEntryMenuItem
|
|
//
|
|
this.removeEntryMenuItem.Image = global::PckStudio.Properties.Resources.Del;
|
|
this.removeEntryMenuItem.Name = "removeEntryMenuItem";
|
|
resources.ApplyResources(this.removeEntryMenuItem, "removeEntryMenuItem");
|
|
this.removeEntryMenuItem.Click += new System.EventHandler(this.removeEntryMenuItem_Click);
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
resources.ApplyResources(this.comboBox1, "comboBox1");
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
|
//
|
|
// textBox1
|
|
//
|
|
resources.ApplyResources(this.textBox1, "textBox1");
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
//
|
|
// metroLabel2
|
|
//
|
|
resources.ApplyResources(this.metroLabel2, "metroLabel2");
|
|
this.metroLabel2.Name = "metroLabel2";
|
|
this.metroLabel2.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroLabel2.Click += new System.EventHandler(this.metroLabel2_Click);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
resources.ApplyResources(this.metroLabel1, "metroLabel1");
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// AudioEditor
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.metroLabel1);
|
|
this.Controls.Add(this.metroLabel2);
|
|
this.Controls.Add(this.treeView1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.comboBox1);
|
|
this.Controls.Add(this.treeView2);
|
|
this.Controls.Add(this.menuStrip);
|
|
this.Name = "AudioEditor";
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.menuStrip.ResumeLayout(false);
|
|
this.menuStrip.PerformLayout();
|
|
this.contextMenuStrip2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
private System.Windows.Forms.MenuStrip menuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem1;
|
|
private System.Windows.Forms.TreeView treeView2;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem removeCategoryStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem addCategoryStripMenuItem;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
|
private System.Windows.Forms.ToolStripMenuItem addEntryMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem removeEntryMenuItem;
|
|
private MetroFramework.Controls.MetroLabel metroLabel2;
|
|
private MetroFramework.Controls.MetroLabel metroLabel1;
|
|
}
|
|
} |