mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-25 23:06:48 +00:00
363 lines
21 KiB
C#
363 lines
21 KiB
C#
|
|
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.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroCheckBox1 = new MetroFramework.Controls.MetroCheckBox();
|
|
this.metroTextBox2 = new MetroFramework.Controls.MetroTextBox();
|
|
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
|
|
this.metroTextBox1 = 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.metroPanel2 = new MetroFramework.Controls.MetroPanel();
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
this.metroPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.menuStrip.SuspendLayout();
|
|
this.metroPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// metroPanel1
|
|
//
|
|
resources.ApplyResources(this.metroPanel1, "metroPanel1");
|
|
this.metroPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.metroPanel1.Controls.Add(this.numericUpDown3);
|
|
this.metroPanel1.Controls.Add(this.numericUpDown2);
|
|
this.metroPanel1.Controls.Add(this.numericUpDown1);
|
|
this.metroPanel1.Controls.Add(this.metroLabel5);
|
|
this.metroPanel1.Controls.Add(this.metroLabel4);
|
|
this.metroPanel1.Controls.Add(this.metroLabel3);
|
|
this.metroPanel1.Controls.Add(this.metroCheckBox1);
|
|
this.metroPanel1.Controls.Add(this.metroTextBox2);
|
|
this.metroPanel1.Controls.Add(this.metroLabel2);
|
|
this.metroPanel1.Controls.Add(this.metroTextBox1);
|
|
this.metroPanel1.Controls.Add(this.metroLabel1);
|
|
this.metroPanel1.Controls.Add(this.pictureBox1);
|
|
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;
|
|
//
|
|
// numericUpDown3
|
|
//
|
|
resources.ApplyResources(this.numericUpDown3, "numericUpDown3");
|
|
this.numericUpDown3.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown3.Name = "numericUpDown3";
|
|
this.numericUpDown3.Value = new decimal(new int[] {
|
|
13,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown3.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
|
|
//
|
|
// numericUpDown2
|
|
//
|
|
resources.ApplyResources(this.numericUpDown2, "numericUpDown2");
|
|
this.numericUpDown2.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown2.Name = "numericUpDown2";
|
|
this.numericUpDown2.Value = new decimal(new int[] {
|
|
75,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
resources.ApplyResources(this.numericUpDown1, "numericUpDown1");
|
|
this.numericUpDown1.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|
252,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
|
|
//
|
|
// metroLabel5
|
|
//
|
|
resources.ApplyResources(this.metroLabel5, "metroLabel5");
|
|
this.metroLabel5.Name = "metroLabel5";
|
|
this.metroLabel5.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroLabel4
|
|
//
|
|
resources.ApplyResources(this.metroLabel4, "metroLabel4");
|
|
this.metroLabel4.Name = "metroLabel4";
|
|
this.metroLabel4.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroLabel3
|
|
//
|
|
resources.ApplyResources(this.metroLabel3, "metroLabel3");
|
|
this.metroLabel3.Name = "metroLabel3";
|
|
this.metroLabel3.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroCheckBox1
|
|
//
|
|
resources.ApplyResources(this.metroCheckBox1, "metroCheckBox1");
|
|
this.metroCheckBox1.Name = "metroCheckBox1";
|
|
this.metroCheckBox1.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.metroCheckBox1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroCheckBox1.UseSelectable = true;
|
|
this.metroCheckBox1.CheckedChanged += new System.EventHandler(this.metroCheckBox1_CheckedChanged);
|
|
//
|
|
// metroTextBox2
|
|
//
|
|
resources.ApplyResources(this.metroTextBox2, "metroTextBox2");
|
|
//
|
|
//
|
|
//
|
|
this.metroTextBox2.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription");
|
|
this.metroTextBox2.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName");
|
|
this.metroTextBox2.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor")));
|
|
this.metroTextBox2.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize")));
|
|
this.metroTextBox2.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode")));
|
|
this.metroTextBox2.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage")));
|
|
this.metroTextBox2.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout")));
|
|
this.metroTextBox2.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock")));
|
|
this.metroTextBox2.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle")));
|
|
this.metroTextBox2.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font")));
|
|
this.metroTextBox2.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
|
|
this.metroTextBox2.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign")));
|
|
this.metroTextBox2.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex")));
|
|
this.metroTextBox2.CustomButton.ImageKey = resources.GetString("resource.ImageKey");
|
|
this.metroTextBox2.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode")));
|
|
this.metroTextBox2.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location")));
|
|
this.metroTextBox2.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize")));
|
|
this.metroTextBox2.CustomButton.Name = "";
|
|
this.metroTextBox2.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft")));
|
|
this.metroTextBox2.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size")));
|
|
this.metroTextBox2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.metroTextBox2.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex")));
|
|
this.metroTextBox2.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign")));
|
|
this.metroTextBox2.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation")));
|
|
this.metroTextBox2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.metroTextBox2.CustomButton.UseSelectable = true;
|
|
this.metroTextBox2.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible")));
|
|
this.metroTextBox2.Lines = new string[0];
|
|
this.metroTextBox2.MaxLength = 32767;
|
|
this.metroTextBox2.Name = "metroTextBox2";
|
|
this.metroTextBox2.PasswordChar = '\0';
|
|
this.metroTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.metroTextBox2.SelectedText = "";
|
|
this.metroTextBox2.SelectionLength = 0;
|
|
this.metroTextBox2.SelectionStart = 0;
|
|
this.metroTextBox2.ShortcutsEnabled = true;
|
|
this.metroTextBox2.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroTextBox2.UseSelectable = true;
|
|
this.metroTextBox2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
|
|
this.metroTextBox2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
|
|
//
|
|
// metroLabel2
|
|
//
|
|
resources.ApplyResources(this.metroLabel2, "metroLabel2");
|
|
this.metroLabel2.Name = "metroLabel2";
|
|
this.metroLabel2.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// metroTextBox1
|
|
//
|
|
resources.ApplyResources(this.metroTextBox1, "metroTextBox1");
|
|
//
|
|
//
|
|
//
|
|
this.metroTextBox1.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription1");
|
|
this.metroTextBox1.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName1");
|
|
this.metroTextBox1.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor1")));
|
|
this.metroTextBox1.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize1")));
|
|
this.metroTextBox1.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode1")));
|
|
this.metroTextBox1.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage1")));
|
|
this.metroTextBox1.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout1")));
|
|
this.metroTextBox1.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock1")));
|
|
this.metroTextBox1.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle1")));
|
|
this.metroTextBox1.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font1")));
|
|
this.metroTextBox1.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
|
|
this.metroTextBox1.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign1")));
|
|
this.metroTextBox1.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex1")));
|
|
this.metroTextBox1.CustomButton.ImageKey = resources.GetString("resource.ImageKey1");
|
|
this.metroTextBox1.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode1")));
|
|
this.metroTextBox1.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location1")));
|
|
this.metroTextBox1.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize1")));
|
|
this.metroTextBox1.CustomButton.Name = "";
|
|
this.metroTextBox1.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft1")));
|
|
this.metroTextBox1.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size1")));
|
|
this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.metroTextBox1.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex1")));
|
|
this.metroTextBox1.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign1")));
|
|
this.metroTextBox1.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation1")));
|
|
this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
|
|
this.metroTextBox1.CustomButton.UseSelectable = true;
|
|
this.metroTextBox1.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible1")));
|
|
this.metroTextBox1.Lines = new string[0];
|
|
this.metroTextBox1.MaxLength = 32767;
|
|
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.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
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);
|
|
this.metroTextBox1.TextChanged += new System.EventHandler(this.metroTextBox1_TextChanged);
|
|
//
|
|
// metroLabel1
|
|
//
|
|
resources.ApplyResources(this.metroLabel1, "metroLabel1");
|
|
this.metroLabel1.Name = "metroLabel1";
|
|
this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Gray;
|
|
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
|
|
//
|
|
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.saveToolStripMenuItem1});
|
|
this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.White;
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
//
|
|
// saveToolStripMenuItem1
|
|
//
|
|
resources.ApplyResources(this.saveToolStripMenuItem1, "saveToolStripMenuItem1");
|
|
this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
|
|
this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
|
|
//
|
|
// metroPanel2
|
|
//
|
|
resources.ApplyResources(this.metroPanel2, "metroPanel2");
|
|
this.metroPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.metroPanel2.Controls.Add(this.treeView1);
|
|
this.metroPanel2.HorizontalScrollbarBarColor = true;
|
|
this.metroPanel2.HorizontalScrollbarHighlightOnWheel = false;
|
|
this.metroPanel2.HorizontalScrollbarSize = 10;
|
|
this.metroPanel2.Name = "metroPanel2";
|
|
this.metroPanel2.VerticalScrollbarBarColor = true;
|
|
this.metroPanel2.VerticalScrollbarHighlightOnWheel = false;
|
|
this.metroPanel2.VerticalScrollbarSize = 10;
|
|
//
|
|
// treeView1
|
|
//
|
|
resources.ApplyResources(this.treeView1, "treeView1");
|
|
this.treeView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.treeView1.ForeColor = System.Drawing.Color.White;
|
|
this.treeView1.LabelEdit = true;
|
|
this.treeView1.Name = "treeView1";
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
//
|
|
// COLEditor
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.metroPanel2);
|
|
this.Controls.Add(this.menuStrip);
|
|
this.Controls.Add(this.metroPanel1);
|
|
this.Name = "COLEditor";
|
|
this.Style = MetroFramework.MetroColorStyle.Silver;
|
|
this.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.metroPanel1.ResumeLayout(false);
|
|
this.metroPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.menuStrip.ResumeLayout(false);
|
|
this.menuStrip.PerformLayout();
|
|
this.metroPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MetroFramework.Controls.MetroPanel metroPanel1;
|
|
private MetroFramework.Controls.MetroTextBox metroTextBox1;
|
|
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.MetroPanel metroPanel2;
|
|
private System.Windows.Forms.TreeView treeView1;
|
|
private MetroFramework.Controls.MetroTextBox metroTextBox2;
|
|
private MetroFramework.Controls.MetroLabel metroLabel2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown3;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private MetroFramework.Controls.MetroLabel metroLabel5;
|
|
private MetroFramework.Controls.MetroLabel metroLabel4;
|
|
private MetroFramework.Controls.MetroLabel metroLabel3;
|
|
private MetroFramework.Controls.MetroCheckBox metroCheckBox1;
|
|
}
|
|
} |