mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 10:56:28 +00:00
489 lines
22 KiB
C#
489 lines
22 KiB
C#
namespace PckStudio.Forms.Editor
|
|
{
|
|
partial class BoxEditor
|
|
{
|
|
/// <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()
|
|
{
|
|
MetroFramework.Controls.MetroLabel parentLabel;
|
|
MetroFramework.Controls.MetroLabel positionLabel;
|
|
MetroFramework.Controls.MetroLabel sizeLabel;
|
|
MetroFramework.Controls.MetroLabel uvLabel;
|
|
MetroFramework.Controls.MetroLabel inflationLabel;
|
|
this.closeButton = new MetroFramework.Controls.MetroButton();
|
|
this.toolTip = new MetroFramework.Components.MetroToolTip();
|
|
this.parentComboBox = new MetroFramework.Controls.MetroComboBox();
|
|
this.PosXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PosYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.PosZUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.SizeZUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.SizeYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.SizeXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.uvYUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.uvXUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.armorCheckBox = new MetroFramework.Controls.MetroCheckBox();
|
|
this.mirrorCheckBox = new MetroFramework.Controls.MetroCheckBox();
|
|
this.inflationUpDown = new System.Windows.Forms.NumericUpDown();
|
|
parentLabel = new MetroFramework.Controls.MetroLabel();
|
|
positionLabel = new MetroFramework.Controls.MetroLabel();
|
|
sizeLabel = new MetroFramework.Controls.MetroLabel();
|
|
uvLabel = new MetroFramework.Controls.MetroLabel();
|
|
inflationLabel = new MetroFramework.Controls.MetroLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.PosXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PosYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PosZUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeZUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uvYUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uvXUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.inflationUpDown)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// parentLabel
|
|
//
|
|
parentLabel.AutoSize = true;
|
|
parentLabel.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
parentLabel.Location = new System.Drawing.Point(416, 83);
|
|
parentLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
parentLabel.Name = "parentLabel";
|
|
parentLabel.Size = new System.Drawing.Size(64, 25);
|
|
parentLabel.TabIndex = 2;
|
|
parentLabel.Text = "Parent:";
|
|
parentLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// positionLabel
|
|
//
|
|
positionLabel.AutoSize = true;
|
|
positionLabel.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
positionLabel.Location = new System.Drawing.Point(38, 83);
|
|
positionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
positionLabel.Name = "positionLabel";
|
|
positionLabel.Size = new System.Drawing.Size(75, 25);
|
|
positionLabel.TabIndex = 4;
|
|
positionLabel.Text = "Position:";
|
|
positionLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// sizeLabel
|
|
//
|
|
sizeLabel.AutoSize = true;
|
|
sizeLabel.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
sizeLabel.Location = new System.Drawing.Point(38, 112);
|
|
sizeLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
sizeLabel.Name = "sizeLabel";
|
|
sizeLabel.Size = new System.Drawing.Size(46, 25);
|
|
sizeLabel.TabIndex = 22;
|
|
sizeLabel.Text = "Size:";
|
|
sizeLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// uvLabel
|
|
//
|
|
uvLabel.AutoSize = true;
|
|
uvLabel.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
uvLabel.Location = new System.Drawing.Point(38, 142);
|
|
uvLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
uvLabel.Name = "uvLabel";
|
|
uvLabel.Size = new System.Drawing.Size(39, 25);
|
|
uvLabel.TabIndex = 26;
|
|
uvLabel.Text = "UV:";
|
|
uvLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// inflationLabel
|
|
//
|
|
inflationLabel.AutoSize = true;
|
|
inflationLabel.FontSize = MetroFramework.MetroLabelSize.Tall;
|
|
inflationLabel.Location = new System.Drawing.Point(38, 172);
|
|
inflationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
inflationLabel.Name = "inflationLabel";
|
|
inflationLabel.Size = new System.Drawing.Size(55, 25);
|
|
inflationLabel.TabIndex = 31;
|
|
inflationLabel.Text = "Scale:";
|
|
inflationLabel.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// closeButton
|
|
//
|
|
this.closeButton.Location = new System.Drawing.Point(294, 216);
|
|
this.closeButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.closeButton.Name = "closeButton";
|
|
this.closeButton.Size = new System.Drawing.Size(147, 27);
|
|
this.closeButton.TabIndex = 1;
|
|
this.closeButton.Text = "Save";
|
|
this.closeButton.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.closeButton.UseSelectable = true;
|
|
this.closeButton.Click += new System.EventHandler(this.saveButton_Click);
|
|
//
|
|
// toolTip
|
|
//
|
|
this.toolTip.StripAmpersands = true;
|
|
this.toolTip.Style = MetroFramework.MetroColorStyle.Blue;
|
|
this.toolTip.StyleManager = null;
|
|
this.toolTip.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
//
|
|
// parentComboBox
|
|
//
|
|
this.parentComboBox.FormattingEnabled = true;
|
|
this.parentComboBox.ItemHeight = 23;
|
|
this.parentComboBox.Items.AddRange(new object[] {
|
|
"HEAD",
|
|
"BODY",
|
|
"ARM0",
|
|
"ARM1",
|
|
"LEG0",
|
|
"LEG1",
|
|
"HEADWEAR",
|
|
"JACKET",
|
|
"SLEEVE0",
|
|
"SLEEVE1",
|
|
"PANTS0",
|
|
"PANTS1",
|
|
"WAIST",
|
|
"LEGGING0",
|
|
"LEGGING1",
|
|
"SOCK0",
|
|
"SOCK1",
|
|
"BOOT0",
|
|
"BOOT1",
|
|
"ARMARMOR1",
|
|
"ARMARMOR0",
|
|
"BODYARMOR",
|
|
"BELT"});
|
|
this.parentComboBox.Location = new System.Drawing.Point(486, 83);
|
|
this.parentComboBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.parentComboBox.Name = "parentComboBox";
|
|
this.parentComboBox.Size = new System.Drawing.Size(190, 29);
|
|
this.parentComboBox.TabIndex = 3;
|
|
this.parentComboBox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.parentComboBox.UseSelectable = true;
|
|
//
|
|
// PosXUpDown
|
|
//
|
|
this.PosXUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.PosXUpDown.DecimalPlaces = 3;
|
|
this.PosXUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.PosXUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.PosXUpDown.Location = new System.Drawing.Point(140, 88);
|
|
this.PosXUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.PosXUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PosXUpDown.Minimum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PosXUpDown.Name = "PosXUpDown";
|
|
this.PosXUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.PosXUpDown.TabIndex = 19;
|
|
//
|
|
// PosYUpDown
|
|
//
|
|
this.PosYUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.PosYUpDown.DecimalPlaces = 3;
|
|
this.PosYUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.PosYUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.PosYUpDown.Location = new System.Drawing.Point(232, 88);
|
|
this.PosYUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.PosYUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PosYUpDown.Minimum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PosYUpDown.Name = "PosYUpDown";
|
|
this.PosYUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.PosYUpDown.TabIndex = 20;
|
|
//
|
|
// PosZUpDown
|
|
//
|
|
this.PosZUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.PosZUpDown.DecimalPlaces = 3;
|
|
this.PosZUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.PosZUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.PosZUpDown.Location = new System.Drawing.Point(324, 88);
|
|
this.PosZUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.PosZUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PosZUpDown.Minimum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.PosZUpDown.Name = "PosZUpDown";
|
|
this.PosZUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.PosZUpDown.TabIndex = 21;
|
|
//
|
|
// SizeZUpDown
|
|
//
|
|
this.SizeZUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.SizeZUpDown.DecimalPlaces = 3;
|
|
this.SizeZUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.SizeZUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.SizeZUpDown.Location = new System.Drawing.Point(324, 118);
|
|
this.SizeZUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.SizeZUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.SizeZUpDown.Name = "SizeZUpDown";
|
|
this.SizeZUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.SizeZUpDown.TabIndex = 25;
|
|
//
|
|
// SizeYUpDown
|
|
//
|
|
this.SizeYUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.SizeYUpDown.DecimalPlaces = 3;
|
|
this.SizeYUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.SizeYUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.SizeYUpDown.Location = new System.Drawing.Point(232, 118);
|
|
this.SizeYUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.SizeYUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.SizeYUpDown.Name = "SizeYUpDown";
|
|
this.SizeYUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.SizeYUpDown.TabIndex = 24;
|
|
//
|
|
// SizeXUpDown
|
|
//
|
|
this.SizeXUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.SizeXUpDown.DecimalPlaces = 3;
|
|
this.SizeXUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.SizeXUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.SizeXUpDown.Location = new System.Drawing.Point(140, 118);
|
|
this.SizeXUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.SizeXUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.SizeXUpDown.Name = "SizeXUpDown";
|
|
this.SizeXUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.SizeXUpDown.TabIndex = 23;
|
|
//
|
|
// uvYUpDown
|
|
//
|
|
this.uvYUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.uvYUpDown.DecimalPlaces = 3;
|
|
this.uvYUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.uvYUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.uvYUpDown.Location = new System.Drawing.Point(232, 148);
|
|
this.uvYUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.uvYUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.uvYUpDown.Minimum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.uvYUpDown.Name = "uvYUpDown";
|
|
this.uvYUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.uvYUpDown.TabIndex = 28;
|
|
//
|
|
// uvXUpDown
|
|
//
|
|
this.uvXUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.uvXUpDown.DecimalPlaces = 3;
|
|
this.uvXUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.uvXUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.uvXUpDown.Location = new System.Drawing.Point(140, 148);
|
|
this.uvXUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.uvXUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.uvXUpDown.Minimum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.uvXUpDown.Name = "uvXUpDown";
|
|
this.uvXUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.uvXUpDown.TabIndex = 27;
|
|
//
|
|
// armorCheckBox
|
|
//
|
|
this.armorCheckBox.AutoSize = true;
|
|
this.armorCheckBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
|
|
this.armorCheckBox.FontSize = MetroFramework.MetroCheckBoxSize.Tall;
|
|
this.armorCheckBox.FontWeight = MetroFramework.MetroCheckBoxWeight.Light;
|
|
this.armorCheckBox.ForeColor = System.Drawing.Color.White;
|
|
this.armorCheckBox.Location = new System.Drawing.Point(424, 117);
|
|
this.armorCheckBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.armorCheckBox.Name = "armorCheckBox";
|
|
this.armorCheckBox.Size = new System.Drawing.Size(225, 25);
|
|
this.armorCheckBox.TabIndex = 29;
|
|
this.armorCheckBox.Text = "Hide when wearing armor";
|
|
this.armorCheckBox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.armorCheckBox.UseSelectable = true;
|
|
//
|
|
// mirrorCheckBox
|
|
//
|
|
this.mirrorCheckBox.AutoSize = true;
|
|
this.mirrorCheckBox.FontSize = MetroFramework.MetroCheckBoxSize.Tall;
|
|
this.mirrorCheckBox.FontWeight = MetroFramework.MetroCheckBoxWeight.Light;
|
|
this.mirrorCheckBox.Location = new System.Drawing.Point(424, 150);
|
|
this.mirrorCheckBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.mirrorCheckBox.Name = "mirrorCheckBox";
|
|
this.mirrorCheckBox.Size = new System.Drawing.Size(133, 25);
|
|
this.mirrorCheckBox.TabIndex = 30;
|
|
this.mirrorCheckBox.Text = "Mirror Texture";
|
|
this.mirrorCheckBox.Theme = MetroFramework.MetroThemeStyle.Dark;
|
|
this.mirrorCheckBox.UseSelectable = true;
|
|
//
|
|
// inflationUpDown
|
|
//
|
|
this.inflationUpDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
|
|
this.inflationUpDown.DecimalPlaces = 3;
|
|
this.inflationUpDown.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.inflationUpDown.Increment = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.inflationUpDown.Location = new System.Drawing.Point(140, 178);
|
|
this.inflationUpDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.inflationUpDown.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.inflationUpDown.Name = "inflationUpDown";
|
|
this.inflationUpDown.Size = new System.Drawing.Size(85, 23);
|
|
this.inflationUpDown.TabIndex = 32;
|
|
//
|
|
// BoxEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
|
|
this.ClientSize = new System.Drawing.Size(716, 254);
|
|
this.Controls.Add(this.inflationUpDown);
|
|
this.Controls.Add(this.uvYUpDown);
|
|
this.Controls.Add(this.uvXUpDown);
|
|
this.Controls.Add(this.SizeZUpDown);
|
|
this.Controls.Add(this.SizeYUpDown);
|
|
this.Controls.Add(this.SizeXUpDown);
|
|
this.Controls.Add(this.PosZUpDown);
|
|
this.Controls.Add(this.PosYUpDown);
|
|
this.Controls.Add(this.PosXUpDown);
|
|
this.Controls.Add(inflationLabel);
|
|
this.Controls.Add(this.parentComboBox);
|
|
this.Controls.Add(this.mirrorCheckBox);
|
|
this.Controls.Add(this.armorCheckBox);
|
|
this.Controls.Add(uvLabel);
|
|
this.Controls.Add(sizeLabel);
|
|
this.Controls.Add(positionLabel);
|
|
this.Controls.Add(parentLabel);
|
|
this.Controls.Add(this.closeButton);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Location = new System.Drawing.Point(0, 0);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
this.MaximumSize = new System.Drawing.Size(732, 633);
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(732, 248);
|
|
this.Name = "BoxEditor";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "BOX Editor";
|
|
((System.ComponentModel.ISupportInitialize)(this.PosXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PosYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.PosZUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeZUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.SizeXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uvYUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.uvXUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.inflationUpDown)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private MetroFramework.Controls.MetroButton closeButton;
|
|
private MetroFramework.Components.MetroToolTip toolTip;
|
|
private MetroFramework.Controls.MetroComboBox parentComboBox;
|
|
private System.Windows.Forms.NumericUpDown PosXUpDown;
|
|
private System.Windows.Forms.NumericUpDown PosYUpDown;
|
|
private System.Windows.Forms.NumericUpDown PosZUpDown;
|
|
private System.Windows.Forms.NumericUpDown SizeZUpDown;
|
|
private System.Windows.Forms.NumericUpDown SizeYUpDown;
|
|
private System.Windows.Forms.NumericUpDown SizeXUpDown;
|
|
private System.Windows.Forms.NumericUpDown uvYUpDown;
|
|
private System.Windows.Forms.NumericUpDown uvXUpDown;
|
|
private MetroFramework.Controls.MetroCheckBox armorCheckBox;
|
|
private MetroFramework.Controls.MetroCheckBox mirrorCheckBox;
|
|
private System.Windows.Forms.NumericUpDown inflationUpDown;
|
|
}
|
|
} |