CodeWalker/Project/Panels/EditYbnBoundsPanel.Designer.cs
2020-01-03 22:50:23 +11:00

653 lines
33 KiB
C#

namespace CodeWalker.Project.Panels
{
partial class EditYbnBoundsPanel
{
/// <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(EditYbnBoundsPanel));
this.BoundsTabControl = new System.Windows.Forms.TabControl();
this.BoundsTabPage = new System.Windows.Forms.TabPage();
this.MaterialCombo = new System.Windows.Forms.ComboBox();
this.UnkTypeUpDown = new System.Windows.Forms.NumericUpDown();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.UnkVectorTextBox = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.VolumeTextBox = new System.Windows.Forms.TextBox();
this.UnkFlagsUpDown = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.PolyFlagsUpDown = new System.Windows.Forms.NumericUpDown();
this.label8 = new System.Windows.Forms.Label();
this.MaterialColourUpDown = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.PedDensityUpDown = new System.Windows.Forms.NumericUpDown();
this.label6 = new System.Windows.Forms.Label();
this.RoomIDUpDown = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.ProceduralIDUpDown = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.MarginTextBox = new System.Windows.Forms.TextBox();
this.BBCenterTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.BSRadiusTextBox = new System.Windows.Forms.TextBox();
this.BSCenterTextBox = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.BBMaxTextBox = new System.Windows.Forms.TextBox();
this.BBMinTextBox = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.GeometryTabPage = new System.Windows.Forms.TabPage();
this.CenterGeomTextBox = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.QuantumTextBox = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.UnkFloat1TextBox = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.UnkFloat2TextBox = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.VertexCountLabel = new System.Windows.Forms.Label();
this.PolyCountLabel = new System.Windows.Forms.Label();
this.BoundsTabControl.SuspendLayout();
this.BoundsTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.UnkTypeUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.UnkFlagsUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PolyFlagsUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MaterialColourUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PedDensityUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RoomIDUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ProceduralIDUpDown)).BeginInit();
this.GeometryTabPage.SuspendLayout();
this.SuspendLayout();
//
// BoundsTabControl
//
this.BoundsTabControl.Controls.Add(this.BoundsTabPage);
this.BoundsTabControl.Controls.Add(this.GeometryTabPage);
this.BoundsTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.BoundsTabControl.Location = new System.Drawing.Point(0, 0);
this.BoundsTabControl.Name = "BoundsTabControl";
this.BoundsTabControl.SelectedIndex = 0;
this.BoundsTabControl.Size = new System.Drawing.Size(565, 505);
this.BoundsTabControl.TabIndex = 0;
//
// BoundsTabPage
//
this.BoundsTabPage.Controls.Add(this.MaterialCombo);
this.BoundsTabPage.Controls.Add(this.UnkTypeUpDown);
this.BoundsTabPage.Controls.Add(this.label16);
this.BoundsTabPage.Controls.Add(this.label15);
this.BoundsTabPage.Controls.Add(this.UnkVectorTextBox);
this.BoundsTabPage.Controls.Add(this.label14);
this.BoundsTabPage.Controls.Add(this.VolumeTextBox);
this.BoundsTabPage.Controls.Add(this.UnkFlagsUpDown);
this.BoundsTabPage.Controls.Add(this.label9);
this.BoundsTabPage.Controls.Add(this.PolyFlagsUpDown);
this.BoundsTabPage.Controls.Add(this.label8);
this.BoundsTabPage.Controls.Add(this.MaterialColourUpDown);
this.BoundsTabPage.Controls.Add(this.label7);
this.BoundsTabPage.Controls.Add(this.PedDensityUpDown);
this.BoundsTabPage.Controls.Add(this.label6);
this.BoundsTabPage.Controls.Add(this.RoomIDUpDown);
this.BoundsTabPage.Controls.Add(this.label4);
this.BoundsTabPage.Controls.Add(this.ProceduralIDUpDown);
this.BoundsTabPage.Controls.Add(this.label3);
this.BoundsTabPage.Controls.Add(this.label10);
this.BoundsTabPage.Controls.Add(this.label2);
this.BoundsTabPage.Controls.Add(this.MarginTextBox);
this.BoundsTabPage.Controls.Add(this.BBCenterTextBox);
this.BoundsTabPage.Controls.Add(this.label1);
this.BoundsTabPage.Controls.Add(this.label13);
this.BoundsTabPage.Controls.Add(this.BSRadiusTextBox);
this.BoundsTabPage.Controls.Add(this.BSCenterTextBox);
this.BoundsTabPage.Controls.Add(this.label12);
this.BoundsTabPage.Controls.Add(this.BBMaxTextBox);
this.BoundsTabPage.Controls.Add(this.BBMinTextBox);
this.BoundsTabPage.Controls.Add(this.label11);
this.BoundsTabPage.Controls.Add(this.label5);
this.BoundsTabPage.Location = new System.Drawing.Point(4, 22);
this.BoundsTabPage.Name = "BoundsTabPage";
this.BoundsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.BoundsTabPage.Size = new System.Drawing.Size(557, 479);
this.BoundsTabPage.TabIndex = 0;
this.BoundsTabPage.Text = "Bounds";
this.BoundsTabPage.UseVisualStyleBackColor = true;
//
// MaterialCombo
//
this.MaterialCombo.FormattingEnabled = true;
this.MaterialCombo.Location = new System.Drawing.Point(91, 214);
this.MaterialCombo.Name = "MaterialCombo";
this.MaterialCombo.Size = new System.Drawing.Size(195, 21);
this.MaterialCombo.TabIndex = 18;
this.MaterialCombo.SelectedIndexChanged += new System.EventHandler(this.MaterialCombo_SelectedIndexChanged);
//
// UnkTypeUpDown
//
this.UnkTypeUpDown.Location = new System.Drawing.Point(91, 397);
this.UnkTypeUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.UnkTypeUpDown.Name = "UnkTypeUpDown";
this.UnkTypeUpDown.Size = new System.Drawing.Size(64, 20);
this.UnkTypeUpDown.TabIndex = 32;
this.UnkTypeUpDown.ValueChanged += new System.EventHandler(this.UnkTypeUpDown_ValueChanged);
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(28, 399);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(57, 13);
this.label16.TabIndex = 31;
this.label16.Text = "Unk Type:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(21, 191);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(64, 13);
this.label15.TabIndex = 15;
this.label15.Text = "Unk Vector:";
//
// UnkVectorTextBox
//
this.UnkVectorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UnkVectorTextBox.Location = new System.Drawing.Point(91, 188);
this.UnkVectorTextBox.Name = "UnkVectorTextBox";
this.UnkVectorTextBox.Size = new System.Drawing.Size(458, 20);
this.UnkVectorTextBox.TabIndex = 16;
this.UnkVectorTextBox.TextChanged += new System.EventHandler(this.UnkVectorTextBox_TextChanged);
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(40, 165);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(45, 13);
this.label14.TabIndex = 13;
this.label14.Text = "Volume:";
//
// VolumeTextBox
//
this.VolumeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.VolumeTextBox.Location = new System.Drawing.Point(91, 162);
this.VolumeTextBox.Name = "VolumeTextBox";
this.VolumeTextBox.Size = new System.Drawing.Size(458, 20);
this.VolumeTextBox.TabIndex = 14;
this.VolumeTextBox.TextChanged += new System.EventHandler(this.VolumeTextBox_TextChanged);
//
// UnkFlagsUpDown
//
this.UnkFlagsUpDown.Location = new System.Drawing.Point(91, 371);
this.UnkFlagsUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.UnkFlagsUpDown.Name = "UnkFlagsUpDown";
this.UnkFlagsUpDown.Size = new System.Drawing.Size(64, 20);
this.UnkFlagsUpDown.TabIndex = 30;
this.UnkFlagsUpDown.ValueChanged += new System.EventHandler(this.UnkFlagsUpDown_ValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(27, 373);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(58, 13);
this.label9.TabIndex = 29;
this.label9.Text = "Unk Flags:";
//
// PolyFlagsUpDown
//
this.PolyFlagsUpDown.Location = new System.Drawing.Point(91, 345);
this.PolyFlagsUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.PolyFlagsUpDown.Name = "PolyFlagsUpDown";
this.PolyFlagsUpDown.Size = new System.Drawing.Size(64, 20);
this.PolyFlagsUpDown.TabIndex = 28;
this.PolyFlagsUpDown.ValueChanged += new System.EventHandler(this.PolyFlagsUpDown_ValueChanged);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(27, 347);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(58, 13);
this.label8.TabIndex = 27;
this.label8.Text = "Poly Flags:";
//
// MaterialColourUpDown
//
this.MaterialColourUpDown.Location = new System.Drawing.Point(91, 241);
this.MaterialColourUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.MaterialColourUpDown.Name = "MaterialColourUpDown";
this.MaterialColourUpDown.Size = new System.Drawing.Size(64, 20);
this.MaterialColourUpDown.TabIndex = 20;
this.MaterialColourUpDown.ValueChanged += new System.EventHandler(this.MaterialColourUpDown_ValueChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(5, 243);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(80, 13);
this.label7.TabIndex = 19;
this.label7.Text = "Material Colour:";
//
// PedDensityUpDown
//
this.PedDensityUpDown.Location = new System.Drawing.Point(91, 319);
this.PedDensityUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.PedDensityUpDown.Name = "PedDensityUpDown";
this.PedDensityUpDown.Size = new System.Drawing.Size(64, 20);
this.PedDensityUpDown.TabIndex = 26;
this.PedDensityUpDown.ValueChanged += new System.EventHandler(this.PedDensityUpDown_ValueChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(18, 321);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(67, 13);
this.label6.TabIndex = 25;
this.label6.Text = "Ped Density:";
//
// RoomIDUpDown
//
this.RoomIDUpDown.Location = new System.Drawing.Point(91, 293);
this.RoomIDUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.RoomIDUpDown.Name = "RoomIDUpDown";
this.RoomIDUpDown.Size = new System.Drawing.Size(64, 20);
this.RoomIDUpDown.TabIndex = 24;
this.RoomIDUpDown.ValueChanged += new System.EventHandler(this.RoomIDUpDown_ValueChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(33, 295);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(52, 13);
this.label4.TabIndex = 23;
this.label4.Text = "Room ID:";
//
// ProceduralIDUpDown
//
this.ProceduralIDUpDown.Location = new System.Drawing.Point(91, 267);
this.ProceduralIDUpDown.Maximum = new decimal(new int[] {
255,
0,
0,
0});
this.ProceduralIDUpDown.Name = "ProceduralIDUpDown";
this.ProceduralIDUpDown.Size = new System.Drawing.Size(64, 20);
this.ProceduralIDUpDown.TabIndex = 22;
this.ProceduralIDUpDown.ValueChanged += new System.EventHandler(this.ProceduralIDUpDown_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 269);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(75, 13);
this.label3.TabIndex = 21;
this.label3.Text = "Procedural ID:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(38, 217);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(47, 13);
this.label10.TabIndex = 17;
this.label10.Text = "Material:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 139);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(42, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Margin:";
//
// MarginTextBox
//
this.MarginTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MarginTextBox.Location = new System.Drawing.Point(91, 136);
this.MarginTextBox.Name = "MarginTextBox";
this.MarginTextBox.Size = new System.Drawing.Size(458, 20);
this.MarginTextBox.TabIndex = 12;
this.MarginTextBox.TextChanged += new System.EventHandler(this.MarginTextBox_TextChanged);
//
// BBCenterTextBox
//
this.BBCenterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BBCenterTextBox.Location = new System.Drawing.Point(91, 58);
this.BBCenterTextBox.Name = "BBCenterTextBox";
this.BBCenterTextBox.Size = new System.Drawing.Size(458, 20);
this.BBCenterTextBox.TabIndex = 6;
this.BBCenterTextBox.TextChanged += new System.EventHandler(this.BBCenterTextBox_TextChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 61);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Box Center:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(5, 113);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(80, 13);
this.label13.TabIndex = 9;
this.label13.Text = "Sphere Radius:";
//
// BSRadiusTextBox
//
this.BSRadiusTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BSRadiusTextBox.Location = new System.Drawing.Point(91, 110);
this.BSRadiusTextBox.Name = "BSRadiusTextBox";
this.BSRadiusTextBox.Size = new System.Drawing.Size(458, 20);
this.BSRadiusTextBox.TabIndex = 10;
this.BSRadiusTextBox.TextChanged += new System.EventHandler(this.BSRadiusTextBox_TextChanged);
//
// BSCenterTextBox
//
this.BSCenterTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BSCenterTextBox.Location = new System.Drawing.Point(91, 84);
this.BSCenterTextBox.Name = "BSCenterTextBox";
this.BSCenterTextBox.Size = new System.Drawing.Size(458, 20);
this.BSCenterTextBox.TabIndex = 8;
this.BSCenterTextBox.TextChanged += new System.EventHandler(this.BSCenterTextBox_TextChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(7, 87);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(78, 13);
this.label12.TabIndex = 7;
this.label12.Text = "Sphere Center:";
//
// BBMaxTextBox
//
this.BBMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BBMaxTextBox.Location = new System.Drawing.Point(91, 32);
this.BBMaxTextBox.Name = "BBMaxTextBox";
this.BBMaxTextBox.Size = new System.Drawing.Size(458, 20);
this.BBMaxTextBox.TabIndex = 4;
this.BBMaxTextBox.TextChanged += new System.EventHandler(this.BBMaxTextBox_TextChanged);
//
// BBMinTextBox
//
this.BBMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.BBMinTextBox.Location = new System.Drawing.Point(91, 6);
this.BBMinTextBox.Name = "BBMinTextBox";
this.BBMinTextBox.Size = new System.Drawing.Size(458, 20);
this.BBMinTextBox.TabIndex = 2;
this.BBMinTextBox.TextChanged += new System.EventHandler(this.BBMinTextBox_TextChanged);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(34, 35);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(51, 13);
this.label11.TabIndex = 3;
this.label11.Text = "Box Max:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(37, 9);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 13);
this.label5.TabIndex = 1;
this.label5.Text = "Box Min:";
//
// GeometryTabPage
//
this.GeometryTabPage.Controls.Add(this.PolyCountLabel);
this.GeometryTabPage.Controls.Add(this.VertexCountLabel);
this.GeometryTabPage.Controls.Add(this.UnkFloat2TextBox);
this.GeometryTabPage.Controls.Add(this.label20);
this.GeometryTabPage.Controls.Add(this.UnkFloat1TextBox);
this.GeometryTabPage.Controls.Add(this.label19);
this.GeometryTabPage.Controls.Add(this.QuantumTextBox);
this.GeometryTabPage.Controls.Add(this.label18);
this.GeometryTabPage.Controls.Add(this.CenterGeomTextBox);
this.GeometryTabPage.Controls.Add(this.label17);
this.GeometryTabPage.Location = new System.Drawing.Point(4, 22);
this.GeometryTabPage.Name = "GeometryTabPage";
this.GeometryTabPage.Padding = new System.Windows.Forms.Padding(3);
this.GeometryTabPage.Size = new System.Drawing.Size(557, 479);
this.GeometryTabPage.TabIndex = 1;
this.GeometryTabPage.Text = "Geometry";
this.GeometryTabPage.UseVisualStyleBackColor = true;
//
// CenterGeomTextBox
//
this.CenterGeomTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CenterGeomTextBox.Location = new System.Drawing.Point(91, 6);
this.CenterGeomTextBox.Name = "CenterGeomTextBox";
this.CenterGeomTextBox.Size = new System.Drawing.Size(458, 20);
this.CenterGeomTextBox.TabIndex = 4;
this.CenterGeomTextBox.TextChanged += new System.EventHandler(this.CenterGeomTextBox_TextChanged);
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(13, 9);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(72, 13);
this.label17.TabIndex = 3;
this.label17.Text = "Geom Center:";
//
// QuantumTextBox
//
this.QuantumTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.QuantumTextBox.Location = new System.Drawing.Point(91, 32);
this.QuantumTextBox.Name = "QuantumTextBox";
this.QuantumTextBox.Size = new System.Drawing.Size(458, 20);
this.QuantumTextBox.TabIndex = 6;
this.QuantumTextBox.TextChanged += new System.EventHandler(this.QuantumTextBox_TextChanged);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(32, 35);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 13);
this.label18.TabIndex = 5;
this.label18.Text = "Quantum:";
//
// UnkFloat1TextBox
//
this.UnkFloat1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UnkFloat1TextBox.Location = new System.Drawing.Point(91, 58);
this.UnkFloat1TextBox.Name = "UnkFloat1TextBox";
this.UnkFloat1TextBox.Size = new System.Drawing.Size(458, 20);
this.UnkFloat1TextBox.TabIndex = 8;
this.UnkFloat1TextBox.TextChanged += new System.EventHandler(this.UnkFloat1TextBox_TextChanged);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(20, 61);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 13);
this.label19.TabIndex = 7;
this.label19.Text = "Unk Float 1:";
//
// UnkFloat2TextBox
//
this.UnkFloat2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.UnkFloat2TextBox.Location = new System.Drawing.Point(91, 84);
this.UnkFloat2TextBox.Name = "UnkFloat2TextBox";
this.UnkFloat2TextBox.Size = new System.Drawing.Size(458, 20);
this.UnkFloat2TextBox.TabIndex = 10;
this.UnkFloat2TextBox.TextChanged += new System.EventHandler(this.UnkFloat2TextBox_TextChanged);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(20, 87);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 13);
this.label20.TabIndex = 9;
this.label20.Text = "Unk Float 2:";
//
// VertexCountLabel
//
this.VertexCountLabel.AutoSize = true;
this.VertexCountLabel.Location = new System.Drawing.Point(88, 124);
this.VertexCountLabel.Name = "VertexCountLabel";
this.VertexCountLabel.Size = new System.Drawing.Size(53, 13);
this.VertexCountLabel.TabIndex = 11;
this.VertexCountLabel.Text = "0 vertices";
//
// PolyCountLabel
//
this.PolyCountLabel.AutoSize = true;
this.PolyCountLabel.Location = new System.Drawing.Point(88, 144);
this.PolyCountLabel.Name = "PolyCountLabel";
this.PolyCountLabel.Size = new System.Drawing.Size(58, 13);
this.PolyCountLabel.TabIndex = 12;
this.PolyCountLabel.Text = "0 polygons";
//
// EditYbnBoundsPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(565, 505);
this.Controls.Add(this.BoundsTabControl);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "EditYbnBoundsPanel";
this.Text = "EditYbnBoundsPanel";
this.BoundsTabControl.ResumeLayout(false);
this.BoundsTabPage.ResumeLayout(false);
this.BoundsTabPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.UnkTypeUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.UnkFlagsUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PolyFlagsUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.MaterialColourUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PedDensityUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RoomIDUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ProceduralIDUpDown)).EndInit();
this.GeometryTabPage.ResumeLayout(false);
this.GeometryTabPage.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl BoundsTabControl;
private System.Windows.Forms.TabPage BoundsTabPage;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox UnkVectorTextBox;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox VolumeTextBox;
private System.Windows.Forms.NumericUpDown UnkFlagsUpDown;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown PolyFlagsUpDown;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown MaterialColourUpDown;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.NumericUpDown PedDensityUpDown;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown RoomIDUpDown;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown ProceduralIDUpDown;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox MarginTextBox;
private System.Windows.Forms.TextBox BBCenterTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox BSRadiusTextBox;
private System.Windows.Forms.TextBox BSCenterTextBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox BBMaxTextBox;
private System.Windows.Forms.TextBox BBMinTextBox;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TabPage GeometryTabPage;
private System.Windows.Forms.NumericUpDown UnkTypeUpDown;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ComboBox MaterialCombo;
private System.Windows.Forms.TextBox QuantumTextBox;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox CenterGeomTextBox;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox UnkFloat2TextBox;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox UnkFloat1TextBox;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label PolyCountLabel;
private System.Windows.Forms.Label VertexCountLabel;
}
}