mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +08:00
837 lines
44 KiB
C#
837 lines
44 KiB
C#
namespace CodeWalker.Project.Panels
|
|
{
|
|
partial class EditYbnBoundPolyPanel
|
|
{
|
|
/// <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(EditYbnBoundPolyPanel));
|
|
this.PolyTabControl = new System.Windows.Forms.TabControl();
|
|
this.TriangleTabPage = new System.Windows.Forms.TabPage();
|
|
this.TriFlag3CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TriFlag2CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TriFlag1CheckBox = new System.Windows.Forms.CheckBox();
|
|
this.TriVertex3TextBox = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TriVertex2TextBox = new System.Windows.Forms.TextBox();
|
|
this.TriVertex1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.SphereTabPage = new System.Windows.Forms.TabPage();
|
|
this.SphRadiusTextBox = new System.Windows.Forms.TextBox();
|
|
this.SphPositionTextBox = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.CapsuleTabPage = new System.Windows.Forms.TabPage();
|
|
this.CapRadiusTextBox = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.CapVertex2TextBox = new System.Windows.Forms.TextBox();
|
|
this.CapVertex1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.BoxTabPage = new System.Windows.Forms.TabPage();
|
|
this.BoxVertex4TextBox = new System.Windows.Forms.TextBox();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.BoxVertex3TextBox = new System.Windows.Forms.TextBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.BoxVertex2TextBox = new System.Windows.Forms.TextBox();
|
|
this.BoxVertex1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.CylinderTabPage = new System.Windows.Forms.TabPage();
|
|
this.CylRadiusTextBox = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.CylVertex2TextBox = new System.Windows.Forms.TextBox();
|
|
this.CylVertex1TextBox = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.MaterialTabControl = new System.Windows.Forms.TabControl();
|
|
this.MaterialTabPage = new System.Windows.Forms.TabPage();
|
|
this.UpdateSharedMaterialCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.MatFlagsCheckedListBox = new System.Windows.Forms.CheckedListBox();
|
|
this.MatColourUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
this.MatUnkUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.MatPedDensityUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.MatRoomIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.MatProceduralIDUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.MatTypeCombo = new System.Windows.Forms.ComboBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.DeleteButton = new System.Windows.Forms.Button();
|
|
this.AddToProjectButton = new System.Windows.Forms.Button();
|
|
this.PolyTabControl.SuspendLayout();
|
|
this.TriangleTabPage.SuspendLayout();
|
|
this.SphereTabPage.SuspendLayout();
|
|
this.CapsuleTabPage.SuspendLayout();
|
|
this.BoxTabPage.SuspendLayout();
|
|
this.CylinderTabPage.SuspendLayout();
|
|
this.MaterialTabControl.SuspendLayout();
|
|
this.MaterialTabPage.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatColourUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatUnkUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatPedDensityUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatRoomIDUpDown)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatProceduralIDUpDown)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// PolyTabControl
|
|
//
|
|
this.PolyTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PolyTabControl.Controls.Add(this.TriangleTabPage);
|
|
this.PolyTabControl.Controls.Add(this.SphereTabPage);
|
|
this.PolyTabControl.Controls.Add(this.CapsuleTabPage);
|
|
this.PolyTabControl.Controls.Add(this.BoxTabPage);
|
|
this.PolyTabControl.Controls.Add(this.CylinderTabPage);
|
|
this.PolyTabControl.Location = new System.Drawing.Point(0, 12);
|
|
this.PolyTabControl.Name = "PolyTabControl";
|
|
this.PolyTabControl.SelectedIndex = 0;
|
|
this.PolyTabControl.Size = new System.Drawing.Size(564, 137);
|
|
this.PolyTabControl.TabIndex = 0;
|
|
//
|
|
// TriangleTabPage
|
|
//
|
|
this.TriangleTabPage.Controls.Add(this.TriFlag3CheckBox);
|
|
this.TriangleTabPage.Controls.Add(this.TriFlag2CheckBox);
|
|
this.TriangleTabPage.Controls.Add(this.TriFlag1CheckBox);
|
|
this.TriangleTabPage.Controls.Add(this.TriVertex3TextBox);
|
|
this.TriangleTabPage.Controls.Add(this.label1);
|
|
this.TriangleTabPage.Controls.Add(this.TriVertex2TextBox);
|
|
this.TriangleTabPage.Controls.Add(this.TriVertex1TextBox);
|
|
this.TriangleTabPage.Controls.Add(this.label11);
|
|
this.TriangleTabPage.Controls.Add(this.label5);
|
|
this.TriangleTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.TriangleTabPage.Name = "TriangleTabPage";
|
|
this.TriangleTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.TriangleTabPage.Size = new System.Drawing.Size(556, 111);
|
|
this.TriangleTabPage.TabIndex = 0;
|
|
this.TriangleTabPage.Text = "Triangle";
|
|
this.TriangleTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// TriFlag3CheckBox
|
|
//
|
|
this.TriFlag3CheckBox.AutoSize = true;
|
|
this.TriFlag3CheckBox.Location = new System.Drawing.Point(223, 84);
|
|
this.TriFlag3CheckBox.Name = "TriFlag3CheckBox";
|
|
this.TriFlag3CheckBox.Size = new System.Drawing.Size(55, 17);
|
|
this.TriFlag3CheckBox.TabIndex = 23;
|
|
this.TriFlag3CheckBox.Text = "Flag 3";
|
|
this.TriFlag3CheckBox.UseVisualStyleBackColor = true;
|
|
this.TriFlag3CheckBox.CheckedChanged += new System.EventHandler(this.TriFlag3CheckBox_CheckedChanged);
|
|
//
|
|
// TriFlag2CheckBox
|
|
//
|
|
this.TriFlag2CheckBox.AutoSize = true;
|
|
this.TriFlag2CheckBox.Location = new System.Drawing.Point(162, 84);
|
|
this.TriFlag2CheckBox.Name = "TriFlag2CheckBox";
|
|
this.TriFlag2CheckBox.Size = new System.Drawing.Size(55, 17);
|
|
this.TriFlag2CheckBox.TabIndex = 22;
|
|
this.TriFlag2CheckBox.Text = "Flag 2";
|
|
this.TriFlag2CheckBox.UseVisualStyleBackColor = true;
|
|
this.TriFlag2CheckBox.CheckedChanged += new System.EventHandler(this.TriFlag2CheckBox_CheckedChanged);
|
|
//
|
|
// TriFlag1CheckBox
|
|
//
|
|
this.TriFlag1CheckBox.AutoSize = true;
|
|
this.TriFlag1CheckBox.Location = new System.Drawing.Point(101, 84);
|
|
this.TriFlag1CheckBox.Name = "TriFlag1CheckBox";
|
|
this.TriFlag1CheckBox.Size = new System.Drawing.Size(55, 17);
|
|
this.TriFlag1CheckBox.TabIndex = 21;
|
|
this.TriFlag1CheckBox.Text = "Flag 1";
|
|
this.TriFlag1CheckBox.UseVisualStyleBackColor = true;
|
|
this.TriFlag1CheckBox.CheckedChanged += new System.EventHandler(this.TriFlag1CheckBox_CheckedChanged);
|
|
//
|
|
// TriVertex3TextBox
|
|
//
|
|
this.TriVertex3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TriVertex3TextBox.Location = new System.Drawing.Point(92, 58);
|
|
this.TriVertex3TextBox.Name = "TriVertex3TextBox";
|
|
this.TriVertex3TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.TriVertex3TextBox.TabIndex = 12;
|
|
this.TriVertex3TextBox.TextChanged += new System.EventHandler(this.TriVertex3TextBox_TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(37, 61);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 13);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "Vertex 3:";
|
|
//
|
|
// TriVertex2TextBox
|
|
//
|
|
this.TriVertex2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TriVertex2TextBox.Location = new System.Drawing.Point(92, 32);
|
|
this.TriVertex2TextBox.Name = "TriVertex2TextBox";
|
|
this.TriVertex2TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.TriVertex2TextBox.TabIndex = 10;
|
|
this.TriVertex2TextBox.TextChanged += new System.EventHandler(this.TriVertex2TextBox_TextChanged);
|
|
//
|
|
// TriVertex1TextBox
|
|
//
|
|
this.TriVertex1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TriVertex1TextBox.Location = new System.Drawing.Point(92, 6);
|
|
this.TriVertex1TextBox.Name = "TriVertex1TextBox";
|
|
this.TriVertex1TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.TriVertex1TextBox.TabIndex = 8;
|
|
this.TriVertex1TextBox.TextChanged += new System.EventHandler(this.TriVertex1TextBox_TextChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(37, 35);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(49, 13);
|
|
this.label11.TabIndex = 9;
|
|
this.label11.Text = "Vertex 2:";
|
|
//
|
|
// 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(49, 13);
|
|
this.label5.TabIndex = 7;
|
|
this.label5.Text = "Vertex 1:";
|
|
//
|
|
// SphereTabPage
|
|
//
|
|
this.SphereTabPage.Controls.Add(this.SphRadiusTextBox);
|
|
this.SphereTabPage.Controls.Add(this.SphPositionTextBox);
|
|
this.SphereTabPage.Controls.Add(this.label6);
|
|
this.SphereTabPage.Controls.Add(this.label8);
|
|
this.SphereTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.SphereTabPage.Name = "SphereTabPage";
|
|
this.SphereTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.SphereTabPage.Size = new System.Drawing.Size(556, 128);
|
|
this.SphereTabPage.TabIndex = 1;
|
|
this.SphereTabPage.Text = "Sphere";
|
|
this.SphereTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// SphRadiusTextBox
|
|
//
|
|
this.SphRadiusTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SphRadiusTextBox.Location = new System.Drawing.Point(92, 32);
|
|
this.SphRadiusTextBox.Name = "SphRadiusTextBox";
|
|
this.SphRadiusTextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.SphRadiusTextBox.TabIndex = 14;
|
|
this.SphRadiusTextBox.TextChanged += new System.EventHandler(this.SphRadiusTextBox_TextChanged);
|
|
//
|
|
// SphPositionTextBox
|
|
//
|
|
this.SphPositionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.SphPositionTextBox.Location = new System.Drawing.Point(92, 6);
|
|
this.SphPositionTextBox.Name = "SphPositionTextBox";
|
|
this.SphPositionTextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.SphPositionTextBox.TabIndex = 12;
|
|
this.SphPositionTextBox.TextChanged += new System.EventHandler(this.SphPositionTextBox_TextChanged);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(37, 35);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(43, 13);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "Radius:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(37, 9);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(47, 13);
|
|
this.label8.TabIndex = 11;
|
|
this.label8.Text = "Position:";
|
|
//
|
|
// CapsuleTabPage
|
|
//
|
|
this.CapsuleTabPage.Controls.Add(this.CapRadiusTextBox);
|
|
this.CapsuleTabPage.Controls.Add(this.label9);
|
|
this.CapsuleTabPage.Controls.Add(this.CapVertex2TextBox);
|
|
this.CapsuleTabPage.Controls.Add(this.CapVertex1TextBox);
|
|
this.CapsuleTabPage.Controls.Add(this.label10);
|
|
this.CapsuleTabPage.Controls.Add(this.label12);
|
|
this.CapsuleTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.CapsuleTabPage.Name = "CapsuleTabPage";
|
|
this.CapsuleTabPage.Size = new System.Drawing.Size(556, 128);
|
|
this.CapsuleTabPage.TabIndex = 2;
|
|
this.CapsuleTabPage.Text = "Capsule";
|
|
this.CapsuleTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// CapRadiusTextBox
|
|
//
|
|
this.CapRadiusTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CapRadiusTextBox.Location = new System.Drawing.Point(92, 58);
|
|
this.CapRadiusTextBox.Name = "CapRadiusTextBox";
|
|
this.CapRadiusTextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CapRadiusTextBox.TabIndex = 18;
|
|
this.CapRadiusTextBox.TextChanged += new System.EventHandler(this.CapRadiusTextBox_TextChanged);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(37, 61);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(43, 13);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "Radius:";
|
|
//
|
|
// CapVertex2TextBox
|
|
//
|
|
this.CapVertex2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CapVertex2TextBox.Location = new System.Drawing.Point(92, 32);
|
|
this.CapVertex2TextBox.Name = "CapVertex2TextBox";
|
|
this.CapVertex2TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CapVertex2TextBox.TabIndex = 16;
|
|
this.CapVertex2TextBox.TextChanged += new System.EventHandler(this.CapVertex2TextBox_TextChanged);
|
|
//
|
|
// CapVertex1TextBox
|
|
//
|
|
this.CapVertex1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CapVertex1TextBox.Location = new System.Drawing.Point(92, 6);
|
|
this.CapVertex1TextBox.Name = "CapVertex1TextBox";
|
|
this.CapVertex1TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CapVertex1TextBox.TabIndex = 14;
|
|
this.CapVertex1TextBox.TextChanged += new System.EventHandler(this.CapVertex1TextBox_TextChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(37, 35);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(49, 13);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "Vertex 2:";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(37, 9);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(49, 13);
|
|
this.label12.TabIndex = 13;
|
|
this.label12.Text = "Vertex 1:";
|
|
//
|
|
// BoxTabPage
|
|
//
|
|
this.BoxTabPage.Controls.Add(this.BoxVertex4TextBox);
|
|
this.BoxTabPage.Controls.Add(this.label16);
|
|
this.BoxTabPage.Controls.Add(this.BoxVertex3TextBox);
|
|
this.BoxTabPage.Controls.Add(this.label17);
|
|
this.BoxTabPage.Controls.Add(this.BoxVertex2TextBox);
|
|
this.BoxTabPage.Controls.Add(this.BoxVertex1TextBox);
|
|
this.BoxTabPage.Controls.Add(this.label18);
|
|
this.BoxTabPage.Controls.Add(this.label19);
|
|
this.BoxTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.BoxTabPage.Name = "BoxTabPage";
|
|
this.BoxTabPage.Size = new System.Drawing.Size(556, 111);
|
|
this.BoxTabPage.TabIndex = 3;
|
|
this.BoxTabPage.Text = "Box";
|
|
this.BoxTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// BoxVertex4TextBox
|
|
//
|
|
this.BoxVertex4TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BoxVertex4TextBox.Location = new System.Drawing.Point(92, 84);
|
|
this.BoxVertex4TextBox.Name = "BoxVertex4TextBox";
|
|
this.BoxVertex4TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.BoxVertex4TextBox.TabIndex = 22;
|
|
this.BoxVertex4TextBox.TextChanged += new System.EventHandler(this.BoxVertex4TextBox_TextChanged);
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(37, 87);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(49, 13);
|
|
this.label16.TabIndex = 21;
|
|
this.label16.Text = "Vertex 4:";
|
|
//
|
|
// BoxVertex3TextBox
|
|
//
|
|
this.BoxVertex3TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BoxVertex3TextBox.Location = new System.Drawing.Point(92, 58);
|
|
this.BoxVertex3TextBox.Name = "BoxVertex3TextBox";
|
|
this.BoxVertex3TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.BoxVertex3TextBox.TabIndex = 20;
|
|
this.BoxVertex3TextBox.TextChanged += new System.EventHandler(this.BoxVertex3TextBox_TextChanged);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(37, 61);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(49, 13);
|
|
this.label17.TabIndex = 19;
|
|
this.label17.Text = "Vertex 3:";
|
|
//
|
|
// BoxVertex2TextBox
|
|
//
|
|
this.BoxVertex2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BoxVertex2TextBox.Location = new System.Drawing.Point(92, 32);
|
|
this.BoxVertex2TextBox.Name = "BoxVertex2TextBox";
|
|
this.BoxVertex2TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.BoxVertex2TextBox.TabIndex = 18;
|
|
this.BoxVertex2TextBox.TextChanged += new System.EventHandler(this.BoxVertex2TextBox_TextChanged);
|
|
//
|
|
// BoxVertex1TextBox
|
|
//
|
|
this.BoxVertex1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BoxVertex1TextBox.Location = new System.Drawing.Point(92, 6);
|
|
this.BoxVertex1TextBox.Name = "BoxVertex1TextBox";
|
|
this.BoxVertex1TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.BoxVertex1TextBox.TabIndex = 16;
|
|
this.BoxVertex1TextBox.TextChanged += new System.EventHandler(this.BoxVertex1TextBox_TextChanged);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(37, 35);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(49, 13);
|
|
this.label18.TabIndex = 17;
|
|
this.label18.Text = "Vertex 2:";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(37, 9);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(49, 13);
|
|
this.label19.TabIndex = 15;
|
|
this.label19.Text = "Vertex 1:";
|
|
//
|
|
// CylinderTabPage
|
|
//
|
|
this.CylinderTabPage.Controls.Add(this.CylRadiusTextBox);
|
|
this.CylinderTabPage.Controls.Add(this.label13);
|
|
this.CylinderTabPage.Controls.Add(this.CylVertex2TextBox);
|
|
this.CylinderTabPage.Controls.Add(this.CylVertex1TextBox);
|
|
this.CylinderTabPage.Controls.Add(this.label14);
|
|
this.CylinderTabPage.Controls.Add(this.label15);
|
|
this.CylinderTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.CylinderTabPage.Name = "CylinderTabPage";
|
|
this.CylinderTabPage.Size = new System.Drawing.Size(556, 128);
|
|
this.CylinderTabPage.TabIndex = 4;
|
|
this.CylinderTabPage.Text = "Cylinder";
|
|
this.CylinderTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// CylRadiusTextBox
|
|
//
|
|
this.CylRadiusTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CylRadiusTextBox.Location = new System.Drawing.Point(92, 58);
|
|
this.CylRadiusTextBox.Name = "CylRadiusTextBox";
|
|
this.CylRadiusTextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CylRadiusTextBox.TabIndex = 24;
|
|
this.CylRadiusTextBox.TextChanged += new System.EventHandler(this.CylRadiusTextBox_TextChanged);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(37, 61);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(43, 13);
|
|
this.label13.TabIndex = 23;
|
|
this.label13.Text = "Radius:";
|
|
//
|
|
// CylVertex2TextBox
|
|
//
|
|
this.CylVertex2TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CylVertex2TextBox.Location = new System.Drawing.Point(92, 32);
|
|
this.CylVertex2TextBox.Name = "CylVertex2TextBox";
|
|
this.CylVertex2TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CylVertex2TextBox.TabIndex = 22;
|
|
this.CylVertex2TextBox.TextChanged += new System.EventHandler(this.CylVertex2TextBox_TextChanged);
|
|
//
|
|
// CylVertex1TextBox
|
|
//
|
|
this.CylVertex1TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CylVertex1TextBox.Location = new System.Drawing.Point(92, 6);
|
|
this.CylVertex1TextBox.Name = "CylVertex1TextBox";
|
|
this.CylVertex1TextBox.Size = new System.Drawing.Size(457, 20);
|
|
this.CylVertex1TextBox.TabIndex = 20;
|
|
this.CylVertex1TextBox.TextChanged += new System.EventHandler(this.CylVertex1TextBox_TextChanged);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(37, 35);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(49, 13);
|
|
this.label14.TabIndex = 21;
|
|
this.label14.Text = "Vertex 2:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(37, 9);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(49, 13);
|
|
this.label15.TabIndex = 19;
|
|
this.label15.Text = "Vertex 1:";
|
|
//
|
|
// MaterialTabControl
|
|
//
|
|
this.MaterialTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MaterialTabControl.Controls.Add(this.MaterialTabPage);
|
|
this.MaterialTabControl.Location = new System.Drawing.Point(0, 151);
|
|
this.MaterialTabControl.Name = "MaterialTabControl";
|
|
this.MaterialTabControl.SelectedIndex = 0;
|
|
this.MaterialTabControl.Size = new System.Drawing.Size(564, 353);
|
|
this.MaterialTabControl.TabIndex = 1;
|
|
//
|
|
// MaterialTabPage
|
|
//
|
|
this.MaterialTabPage.Controls.Add(this.UpdateSharedMaterialCheckBox);
|
|
this.MaterialTabPage.Controls.Add(this.MatFlagsCheckedListBox);
|
|
this.MaterialTabPage.Controls.Add(this.MatColourUpDown);
|
|
this.MaterialTabPage.Controls.Add(this.label25);
|
|
this.MaterialTabPage.Controls.Add(this.MatUnkUpDown);
|
|
this.MaterialTabPage.Controls.Add(this.label21);
|
|
this.MaterialTabPage.Controls.Add(this.MatPedDensityUpDown);
|
|
this.MaterialTabPage.Controls.Add(this.label22);
|
|
this.MaterialTabPage.Controls.Add(this.MatRoomIDUpDown);
|
|
this.MaterialTabPage.Controls.Add(this.label23);
|
|
this.MaterialTabPage.Controls.Add(this.MatProceduralIDUpDown);
|
|
this.MaterialTabPage.Controls.Add(this.label24);
|
|
this.MaterialTabPage.Controls.Add(this.MatTypeCombo);
|
|
this.MaterialTabPage.Controls.Add(this.label20);
|
|
this.MaterialTabPage.Location = new System.Drawing.Point(4, 22);
|
|
this.MaterialTabPage.Name = "MaterialTabPage";
|
|
this.MaterialTabPage.Padding = new System.Windows.Forms.Padding(3);
|
|
this.MaterialTabPage.Size = new System.Drawing.Size(556, 327);
|
|
this.MaterialTabPage.TabIndex = 0;
|
|
this.MaterialTabPage.Text = "Material";
|
|
this.MaterialTabPage.UseVisualStyleBackColor = true;
|
|
//
|
|
// UpdateSharedMaterialCheckBox
|
|
//
|
|
this.UpdateSharedMaterialCheckBox.AutoSize = true;
|
|
this.UpdateSharedMaterialCheckBox.Location = new System.Drawing.Point(92, 172);
|
|
this.UpdateSharedMaterialCheckBox.Name = "UpdateSharedMaterialCheckBox";
|
|
this.UpdateSharedMaterialCheckBox.Size = new System.Drawing.Size(170, 17);
|
|
this.UpdateSharedMaterialCheckBox.TabIndex = 32;
|
|
this.UpdateSharedMaterialCheckBox.Text = "Update shared material on edit";
|
|
this.UpdateSharedMaterialCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// MatFlagsCheckedListBox
|
|
//
|
|
this.MatFlagsCheckedListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.MatFlagsCheckedListBox.CheckOnClick = true;
|
|
this.MatFlagsCheckedListBox.FormattingEnabled = true;
|
|
this.MatFlagsCheckedListBox.Items.AddRange(new object[] {
|
|
"0 - Stairs",
|
|
"1 - Not Climbable",
|
|
"2 - See Through",
|
|
"3 - Shoot Through",
|
|
"4 - Not Cover",
|
|
"5 - Walkable Path",
|
|
"6 - No Cam Collision",
|
|
"7 - Shoot Through FX",
|
|
"8 - No Decal",
|
|
"9 - No Navmesh",
|
|
"10 - No Ragdoll",
|
|
"11 - Vehicle Wheel",
|
|
"12 - No PTFX",
|
|
"13 - Too Steep for Player",
|
|
"14 - No Network Spawn",
|
|
"15 - No Cam Collision Allow Clipping"});
|
|
this.MatFlagsCheckedListBox.Location = new System.Drawing.Point(326, 6);
|
|
this.MatFlagsCheckedListBox.Name = "MatFlagsCheckedListBox";
|
|
this.MatFlagsCheckedListBox.Size = new System.Drawing.Size(223, 319);
|
|
this.MatFlagsCheckedListBox.TabIndex = 31;
|
|
this.MatFlagsCheckedListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.MatFlagsCheckedListBox_ItemCheck);
|
|
//
|
|
// MatColourUpDown
|
|
//
|
|
this.MatColourUpDown.Location = new System.Drawing.Point(92, 33);
|
|
this.MatColourUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.MatColourUpDown.Name = "MatColourUpDown";
|
|
this.MatColourUpDown.Size = new System.Drawing.Size(64, 20);
|
|
this.MatColourUpDown.TabIndex = 22;
|
|
this.MatColourUpDown.ValueChanged += new System.EventHandler(this.MatColourUpDown_ValueChanged);
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.AutoSize = true;
|
|
this.label25.Location = new System.Drawing.Point(6, 35);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(80, 13);
|
|
this.label25.TabIndex = 21;
|
|
this.label25.Text = "Material Colour:";
|
|
//
|
|
// MatUnkUpDown
|
|
//
|
|
this.MatUnkUpDown.Location = new System.Drawing.Point(92, 137);
|
|
this.MatUnkUpDown.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.MatUnkUpDown.Name = "MatUnkUpDown";
|
|
this.MatUnkUpDown.Size = new System.Drawing.Size(64, 20);
|
|
this.MatUnkUpDown.TabIndex = 30;
|
|
this.MatUnkUpDown.ValueChanged += new System.EventHandler(this.MatUnkUpDown_ValueChanged);
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(56, 139);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(30, 13);
|
|
this.label21.TabIndex = 29;
|
|
this.label21.Text = "Unk:";
|
|
//
|
|
// MatPedDensityUpDown
|
|
//
|
|
this.MatPedDensityUpDown.Location = new System.Drawing.Point(92, 111);
|
|
this.MatPedDensityUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.MatPedDensityUpDown.Name = "MatPedDensityUpDown";
|
|
this.MatPedDensityUpDown.Size = new System.Drawing.Size(64, 20);
|
|
this.MatPedDensityUpDown.TabIndex = 28;
|
|
this.MatPedDensityUpDown.ValueChanged += new System.EventHandler(this.MatPedDensityUpDown_ValueChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(19, 113);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(67, 13);
|
|
this.label22.TabIndex = 27;
|
|
this.label22.Text = "Ped Density:";
|
|
//
|
|
// MatRoomIDUpDown
|
|
//
|
|
this.MatRoomIDUpDown.Location = new System.Drawing.Point(92, 85);
|
|
this.MatRoomIDUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.MatRoomIDUpDown.Name = "MatRoomIDUpDown";
|
|
this.MatRoomIDUpDown.Size = new System.Drawing.Size(64, 20);
|
|
this.MatRoomIDUpDown.TabIndex = 26;
|
|
this.MatRoomIDUpDown.ValueChanged += new System.EventHandler(this.MatRoomIDUpDown_ValueChanged);
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(34, 87);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(52, 13);
|
|
this.label23.TabIndex = 25;
|
|
this.label23.Text = "Room ID:";
|
|
//
|
|
// MatProceduralIDUpDown
|
|
//
|
|
this.MatProceduralIDUpDown.Location = new System.Drawing.Point(92, 59);
|
|
this.MatProceduralIDUpDown.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.MatProceduralIDUpDown.Name = "MatProceduralIDUpDown";
|
|
this.MatProceduralIDUpDown.Size = new System.Drawing.Size(64, 20);
|
|
this.MatProceduralIDUpDown.TabIndex = 24;
|
|
this.MatProceduralIDUpDown.ValueChanged += new System.EventHandler(this.MatProceduralIDUpDown_ValueChanged);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(11, 61);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(75, 13);
|
|
this.label24.TabIndex = 23;
|
|
this.label24.Text = "Procedural ID:";
|
|
//
|
|
// MatTypeCombo
|
|
//
|
|
this.MatTypeCombo.FormattingEnabled = true;
|
|
this.MatTypeCombo.Location = new System.Drawing.Point(92, 6);
|
|
this.MatTypeCombo.Name = "MatTypeCombo";
|
|
this.MatTypeCombo.Size = new System.Drawing.Size(195, 21);
|
|
this.MatTypeCombo.TabIndex = 20;
|
|
this.MatTypeCombo.SelectedIndexChanged += new System.EventHandler(this.MatTypeCombo_SelectedIndexChanged);
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(39, 9);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(47, 13);
|
|
this.label20.TabIndex = 19;
|
|
this.label20.Text = "Material:";
|
|
//
|
|
// DeleteButton
|
|
//
|
|
this.DeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.DeleteButton.Location = new System.Drawing.Point(458, 7);
|
|
this.DeleteButton.Name = "DeleteButton";
|
|
this.DeleteButton.Size = new System.Drawing.Size(95, 23);
|
|
this.DeleteButton.TabIndex = 38;
|
|
this.DeleteButton.Text = "Delete Polygon";
|
|
this.DeleteButton.UseVisualStyleBackColor = true;
|
|
this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
|
|
//
|
|
// AddToProjectButton
|
|
//
|
|
this.AddToProjectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.AddToProjectButton.Location = new System.Drawing.Point(357, 7);
|
|
this.AddToProjectButton.Name = "AddToProjectButton";
|
|
this.AddToProjectButton.Size = new System.Drawing.Size(95, 23);
|
|
this.AddToProjectButton.TabIndex = 37;
|
|
this.AddToProjectButton.Text = "Add to Project";
|
|
this.AddToProjectButton.UseVisualStyleBackColor = true;
|
|
this.AddToProjectButton.Click += new System.EventHandler(this.AddToProjectButton_Click);
|
|
//
|
|
// EditYbnBoundPolyPanel
|
|
//
|
|
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.DeleteButton);
|
|
this.Controls.Add(this.AddToProjectButton);
|
|
this.Controls.Add(this.MaterialTabControl);
|
|
this.Controls.Add(this.PolyTabControl);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "EditYbnBoundPolyPanel";
|
|
this.Text = "EditYbnBoundPolyPanel";
|
|
this.PolyTabControl.ResumeLayout(false);
|
|
this.TriangleTabPage.ResumeLayout(false);
|
|
this.TriangleTabPage.PerformLayout();
|
|
this.SphereTabPage.ResumeLayout(false);
|
|
this.SphereTabPage.PerformLayout();
|
|
this.CapsuleTabPage.ResumeLayout(false);
|
|
this.CapsuleTabPage.PerformLayout();
|
|
this.BoxTabPage.ResumeLayout(false);
|
|
this.BoxTabPage.PerformLayout();
|
|
this.CylinderTabPage.ResumeLayout(false);
|
|
this.CylinderTabPage.PerformLayout();
|
|
this.MaterialTabControl.ResumeLayout(false);
|
|
this.MaterialTabPage.ResumeLayout(false);
|
|
this.MaterialTabPage.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatColourUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatUnkUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatPedDensityUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatRoomIDUpDown)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MatProceduralIDUpDown)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl PolyTabControl;
|
|
private System.Windows.Forms.TabPage TriangleTabPage;
|
|
private System.Windows.Forms.TabPage SphereTabPage;
|
|
private System.Windows.Forms.TabPage CapsuleTabPage;
|
|
private System.Windows.Forms.TabPage BoxTabPage;
|
|
private System.Windows.Forms.TabPage CylinderTabPage;
|
|
private System.Windows.Forms.TextBox TriVertex3TextBox;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox TriVertex2TextBox;
|
|
private System.Windows.Forms.TextBox TriVertex1TextBox;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.CheckBox TriFlag3CheckBox;
|
|
private System.Windows.Forms.CheckBox TriFlag2CheckBox;
|
|
private System.Windows.Forms.CheckBox TriFlag1CheckBox;
|
|
private System.Windows.Forms.TabControl MaterialTabControl;
|
|
private System.Windows.Forms.TabPage MaterialTabPage;
|
|
private System.Windows.Forms.TextBox SphRadiusTextBox;
|
|
private System.Windows.Forms.TextBox SphPositionTextBox;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox CapRadiusTextBox;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox CapVertex2TextBox;
|
|
private System.Windows.Forms.TextBox CapVertex1TextBox;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox BoxVertex4TextBox;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox BoxVertex3TextBox;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox BoxVertex2TextBox;
|
|
private System.Windows.Forms.TextBox BoxVertex1TextBox;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.TextBox CylRadiusTextBox;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.TextBox CylVertex2TextBox;
|
|
private System.Windows.Forms.TextBox CylVertex1TextBox;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.ComboBox MatTypeCombo;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.NumericUpDown MatUnkUpDown;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.NumericUpDown MatPedDensityUpDown;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.NumericUpDown MatRoomIDUpDown;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.NumericUpDown MatProceduralIDUpDown;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.NumericUpDown MatColourUpDown;
|
|
private System.Windows.Forms.Label label25;
|
|
private System.Windows.Forms.CheckedListBox MatFlagsCheckedListBox;
|
|
private System.Windows.Forms.CheckBox UpdateSharedMaterialCheckBox;
|
|
private System.Windows.Forms.Button DeleteButton;
|
|
private System.Windows.Forms.Button AddToProjectButton;
|
|
}
|
|
} |