mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-05 06:37:29 +08:00
661 lines
37 KiB
C#
661 lines
37 KiB
C#
|
namespace CodeWalker.Project.Panels
|
|||
|
{
|
|||
|
partial class EditYmapPanel
|
|||
|
{
|
|||
|
/// <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(EditYmapPanel));
|
|||
|
this.YmapTabControl = new System.Windows.Forms.TabControl();
|
|||
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
this.YmapCFlagsGrassCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsCriticalCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsDistLightsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsLODLightsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsPhysicsCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsOcclusionCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsInteriorCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsSLODCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsSLOD2CheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsLODCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapCFlagsHDCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapContentFlagsTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
this.YmapCalculateFlagsButton = new System.Windows.Forms.Button();
|
|||
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|||
|
this.YmapFlagsLODCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapFlagsScriptedCheckBox = new System.Windows.Forms.CheckBox();
|
|||
|
this.YmapFlagsTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|||
|
this.label12 = new System.Windows.Forms.Label();
|
|||
|
this.YmapPhysicsDictionariesTextBox = new CodeWalker.WinForms.TextBoxFix();
|
|||
|
this.YmapProjectPathTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label30 = new System.Windows.Forms.Label();
|
|||
|
this.YmapFileLocationTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label29 = new System.Windows.Forms.Label();
|
|||
|
this.YmapCalculateExtentsButton = new System.Windows.Forms.Button();
|
|||
|
this.YmapStreamingExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label10 = new System.Windows.Forms.Label();
|
|||
|
this.YmapStreamingExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label11 = new System.Windows.Forms.Label();
|
|||
|
this.YmapEntitiesExtentsMaxTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
this.YmapEntitiesExtentsMinTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
this.YmapParentHashLabel = new System.Windows.Forms.Label();
|
|||
|
this.YmapNameHashLabel = new System.Windows.Forms.Label();
|
|||
|
this.YmapParentTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
this.YmapNameTextBox = new System.Windows.Forms.TextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.YmapTabControl.SuspendLayout();
|
|||
|
this.tabPage1.SuspendLayout();
|
|||
|
this.groupBox1.SuspendLayout();
|
|||
|
this.groupBox2.SuspendLayout();
|
|||
|
this.tabPage2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// YmapTabControl
|
|||
|
//
|
|||
|
this.YmapTabControl.Controls.Add(this.tabPage1);
|
|||
|
this.YmapTabControl.Controls.Add(this.tabPage2);
|
|||
|
this.YmapTabControl.Location = new System.Drawing.Point(3, 59);
|
|||
|
this.YmapTabControl.Name = "YmapTabControl";
|
|||
|
this.YmapTabControl.SelectedIndex = 0;
|
|||
|
this.YmapTabControl.Size = new System.Drawing.Size(504, 203);
|
|||
|
this.YmapTabControl.TabIndex = 63;
|
|||
|
//
|
|||
|
// tabPage1
|
|||
|
//
|
|||
|
this.tabPage1.Controls.Add(this.groupBox1);
|
|||
|
this.tabPage1.Controls.Add(this.YmapCalculateFlagsButton);
|
|||
|
this.tabPage1.Controls.Add(this.groupBox2);
|
|||
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|||
|
this.tabPage1.Name = "tabPage1";
|
|||
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage1.Size = new System.Drawing.Size(496, 177);
|
|||
|
this.tabPage1.TabIndex = 0;
|
|||
|
this.tabPage1.Text = "Flags";
|
|||
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsGrassCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsCriticalCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsDistLightsCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsLODLightsCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsPhysicsCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsOcclusionCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsInteriorCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsSLODCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsSLOD2CheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsLODCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapCFlagsHDCheckBox);
|
|||
|
this.groupBox1.Controls.Add(this.YmapContentFlagsTextBox);
|
|||
|
this.groupBox1.Controls.Add(this.label7);
|
|||
|
this.groupBox1.Location = new System.Drawing.Point(6, 6);
|
|||
|
this.groupBox1.Name = "groupBox1";
|
|||
|
this.groupBox1.Size = new System.Drawing.Size(259, 166);
|
|||
|
this.groupBox1.TabIndex = 13;
|
|||
|
this.groupBox1.TabStop = false;
|
|||
|
this.groupBox1.Text = "Content Flags";
|
|||
|
//
|
|||
|
// YmapCFlagsGrassCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsGrassCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsGrassCheckBox.Location = new System.Drawing.Point(138, 113);
|
|||
|
this.YmapCFlagsGrassCheckBox.Name = "YmapCFlagsGrassCheckBox";
|
|||
|
this.YmapCFlagsGrassCheckBox.Size = new System.Drawing.Size(86, 17);
|
|||
|
this.YmapCFlagsGrassCheckBox.TabIndex = 10;
|
|||
|
this.YmapCFlagsGrassCheckBox.Text = "Grass (1024)";
|
|||
|
this.YmapCFlagsGrassCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsGrassCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsGrassCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsCriticalCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsCriticalCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsCriticalCheckBox.Location = new System.Drawing.Point(6, 113);
|
|||
|
this.YmapCFlagsCriticalCheckBox.Name = "YmapCFlagsCriticalCheckBox";
|
|||
|
this.YmapCFlagsCriticalCheckBox.Size = new System.Drawing.Size(84, 17);
|
|||
|
this.YmapCFlagsCriticalCheckBox.TabIndex = 9;
|
|||
|
this.YmapCFlagsCriticalCheckBox.Text = "Critical (512)";
|
|||
|
this.YmapCFlagsCriticalCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsCriticalCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsCriticalCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsDistLightsCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsDistLightsCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsDistLightsCheckBox.Location = new System.Drawing.Point(138, 90);
|
|||
|
this.YmapCFlagsDistLightsCheckBox.Name = "YmapCFlagsDistLightsCheckBox";
|
|||
|
this.YmapCFlagsDistLightsCheckBox.Size = new System.Drawing.Size(117, 17);
|
|||
|
this.YmapCFlagsDistLightsCheckBox.TabIndex = 8;
|
|||
|
this.YmapCFlagsDistLightsCheckBox.Text = "Distant Lights (256)";
|
|||
|
this.YmapCFlagsDistLightsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsDistLightsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsDistLightsCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsLODLightsCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsLODLightsCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsLODLightsCheckBox.Location = new System.Drawing.Point(6, 90);
|
|||
|
this.YmapCFlagsLODLightsCheckBox.Name = "YmapCFlagsLODLightsCheckBox";
|
|||
|
this.YmapCFlagsLODLightsCheckBox.Size = new System.Drawing.Size(106, 17);
|
|||
|
this.YmapCFlagsLODLightsCheckBox.TabIndex = 7;
|
|||
|
this.YmapCFlagsLODLightsCheckBox.Text = "LOD Lights (128)";
|
|||
|
this.YmapCFlagsLODLightsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsLODLightsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsLODLightsCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsPhysicsCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsPhysicsCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsPhysicsCheckBox.Location = new System.Drawing.Point(138, 67);
|
|||
|
this.YmapCFlagsPhysicsCheckBox.Name = "YmapCFlagsPhysicsCheckBox";
|
|||
|
this.YmapCFlagsPhysicsCheckBox.Size = new System.Drawing.Size(83, 17);
|
|||
|
this.YmapCFlagsPhysicsCheckBox.TabIndex = 6;
|
|||
|
this.YmapCFlagsPhysicsCheckBox.Text = "Physics (64)";
|
|||
|
this.YmapCFlagsPhysicsCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsPhysicsCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsPhysicsCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsOcclusionCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsOcclusionCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsOcclusionCheckBox.Location = new System.Drawing.Point(6, 67);
|
|||
|
this.YmapCFlagsOcclusionCheckBox.Name = "YmapCFlagsOcclusionCheckBox";
|
|||
|
this.YmapCFlagsOcclusionCheckBox.Size = new System.Drawing.Size(94, 17);
|
|||
|
this.YmapCFlagsOcclusionCheckBox.TabIndex = 5;
|
|||
|
this.YmapCFlagsOcclusionCheckBox.Text = "Occlusion (32)";
|
|||
|
this.YmapCFlagsOcclusionCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsOcclusionCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsOcclusionCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsInteriorCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsInteriorCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsInteriorCheckBox.Location = new System.Drawing.Point(6, 44);
|
|||
|
this.YmapCFlagsInteriorCheckBox.Name = "YmapCFlagsInteriorCheckBox";
|
|||
|
this.YmapCFlagsInteriorCheckBox.Size = new System.Drawing.Size(73, 17);
|
|||
|
this.YmapCFlagsInteriorCheckBox.TabIndex = 4;
|
|||
|
this.YmapCFlagsInteriorCheckBox.Text = "Interior (8)";
|
|||
|
this.YmapCFlagsInteriorCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsInteriorCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsInteriorCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsSLODCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsSLODCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsSLODCheckBox.Location = new System.Drawing.Point(138, 44);
|
|||
|
this.YmapCFlagsSLODCheckBox.Name = "YmapCFlagsSLODCheckBox";
|
|||
|
this.YmapCFlagsSLODCheckBox.Size = new System.Drawing.Size(76, 17);
|
|||
|
this.YmapCFlagsSLODCheckBox.TabIndex = 3;
|
|||
|
this.YmapCFlagsSLODCheckBox.Text = "SLOD (16)";
|
|||
|
this.YmapCFlagsSLODCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsSLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsSLODCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsSLOD2CheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsSLOD2CheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsSLOD2CheckBox.Location = new System.Drawing.Point(138, 21);
|
|||
|
this.YmapCFlagsSLOD2CheckBox.Name = "YmapCFlagsSLOD2CheckBox";
|
|||
|
this.YmapCFlagsSLOD2CheckBox.Size = new System.Drawing.Size(82, 17);
|
|||
|
this.YmapCFlagsSLOD2CheckBox.TabIndex = 2;
|
|||
|
this.YmapCFlagsSLOD2CheckBox.Text = "SLOD2+ (4)";
|
|||
|
this.YmapCFlagsSLOD2CheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsSLOD2CheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsSLOD2CheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsLODCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsLODCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsLODCheckBox.Location = new System.Drawing.Point(69, 21);
|
|||
|
this.YmapCFlagsLODCheckBox.Name = "YmapCFlagsLODCheckBox";
|
|||
|
this.YmapCFlagsLODCheckBox.Size = new System.Drawing.Size(63, 17);
|
|||
|
this.YmapCFlagsLODCheckBox.TabIndex = 1;
|
|||
|
this.YmapCFlagsLODCheckBox.Text = "LOD (2)";
|
|||
|
this.YmapCFlagsLODCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsLODCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapCFlagsHDCheckBox
|
|||
|
//
|
|||
|
this.YmapCFlagsHDCheckBox.AutoSize = true;
|
|||
|
this.YmapCFlagsHDCheckBox.Location = new System.Drawing.Point(6, 21);
|
|||
|
this.YmapCFlagsHDCheckBox.Name = "YmapCFlagsHDCheckBox";
|
|||
|
this.YmapCFlagsHDCheckBox.Size = new System.Drawing.Size(57, 17);
|
|||
|
this.YmapCFlagsHDCheckBox.TabIndex = 0;
|
|||
|
this.YmapCFlagsHDCheckBox.Text = "HD (1)";
|
|||
|
this.YmapCFlagsHDCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCFlagsHDCheckBox.CheckedChanged += new System.EventHandler(this.YmapCFlagsHDCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapContentFlagsTextBox
|
|||
|
//
|
|||
|
this.YmapContentFlagsTextBox.Location = new System.Drawing.Point(69, 140);
|
|||
|
this.YmapContentFlagsTextBox.Name = "YmapContentFlagsTextBox";
|
|||
|
this.YmapContentFlagsTextBox.Size = new System.Drawing.Size(130, 20);
|
|||
|
this.YmapContentFlagsTextBox.TabIndex = 13;
|
|||
|
this.YmapContentFlagsTextBox.TextChanged += new System.EventHandler(this.YmapContentFlagsTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label7
|
|||
|
//
|
|||
|
this.label7.AutoSize = true;
|
|||
|
this.label7.Location = new System.Drawing.Point(26, 143);
|
|||
|
this.label7.Name = "label7";
|
|||
|
this.label7.Size = new System.Drawing.Size(37, 13);
|
|||
|
this.label7.TabIndex = 12;
|
|||
|
this.label7.Text = "Value:";
|
|||
|
//
|
|||
|
// YmapCalculateFlagsButton
|
|||
|
//
|
|||
|
this.YmapCalculateFlagsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapCalculateFlagsButton.Location = new System.Drawing.Point(385, 144);
|
|||
|
this.YmapCalculateFlagsButton.Name = "YmapCalculateFlagsButton";
|
|||
|
this.YmapCalculateFlagsButton.Size = new System.Drawing.Size(106, 23);
|
|||
|
this.YmapCalculateFlagsButton.TabIndex = 40;
|
|||
|
this.YmapCalculateFlagsButton.Text = "Calculate all flags";
|
|||
|
this.YmapCalculateFlagsButton.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCalculateFlagsButton.Click += new System.EventHandler(this.YmapCalculateFlagsButton_Click);
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
this.groupBox2.Controls.Add(this.YmapFlagsLODCheckBox);
|
|||
|
this.groupBox2.Controls.Add(this.YmapFlagsScriptedCheckBox);
|
|||
|
this.groupBox2.Controls.Add(this.YmapFlagsTextBox);
|
|||
|
this.groupBox2.Controls.Add(this.label6);
|
|||
|
this.groupBox2.Location = new System.Drawing.Point(271, 6);
|
|||
|
this.groupBox2.Name = "groupBox2";
|
|||
|
this.groupBox2.Size = new System.Drawing.Size(219, 74);
|
|||
|
this.groupBox2.TabIndex = 14;
|
|||
|
this.groupBox2.TabStop = false;
|
|||
|
this.groupBox2.Text = "Flags";
|
|||
|
//
|
|||
|
// YmapFlagsLODCheckBox
|
|||
|
//
|
|||
|
this.YmapFlagsLODCheckBox.AutoSize = true;
|
|||
|
this.YmapFlagsLODCheckBox.Location = new System.Drawing.Point(92, 21);
|
|||
|
this.YmapFlagsLODCheckBox.Name = "YmapFlagsLODCheckBox";
|
|||
|
this.YmapFlagsLODCheckBox.Size = new System.Drawing.Size(63, 17);
|
|||
|
this.YmapFlagsLODCheckBox.TabIndex = 13;
|
|||
|
this.YmapFlagsLODCheckBox.Text = "LOD (2)";
|
|||
|
this.YmapFlagsLODCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapFlagsLODCheckBox.CheckedChanged += new System.EventHandler(this.YmapFlagsLODCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapFlagsScriptedCheckBox
|
|||
|
//
|
|||
|
this.YmapFlagsScriptedCheckBox.AutoSize = true;
|
|||
|
this.YmapFlagsScriptedCheckBox.Location = new System.Drawing.Point(6, 21);
|
|||
|
this.YmapFlagsScriptedCheckBox.Name = "YmapFlagsScriptedCheckBox";
|
|||
|
this.YmapFlagsScriptedCheckBox.Size = new System.Drawing.Size(80, 17);
|
|||
|
this.YmapFlagsScriptedCheckBox.TabIndex = 12;
|
|||
|
this.YmapFlagsScriptedCheckBox.Text = "Scripted (1)";
|
|||
|
this.YmapFlagsScriptedCheckBox.UseVisualStyleBackColor = true;
|
|||
|
this.YmapFlagsScriptedCheckBox.CheckedChanged += new System.EventHandler(this.YmapFlagsScriptedCheckBox_CheckedChanged);
|
|||
|
//
|
|||
|
// YmapFlagsTextBox
|
|||
|
//
|
|||
|
this.YmapFlagsTextBox.Location = new System.Drawing.Point(78, 48);
|
|||
|
this.YmapFlagsTextBox.Name = "YmapFlagsTextBox";
|
|||
|
this.YmapFlagsTextBox.Size = new System.Drawing.Size(130, 20);
|
|||
|
this.YmapFlagsTextBox.TabIndex = 11;
|
|||
|
this.YmapFlagsTextBox.TextChanged += new System.EventHandler(this.YmapFlagsTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label6
|
|||
|
//
|
|||
|
this.label6.AutoSize = true;
|
|||
|
this.label6.Location = new System.Drawing.Point(35, 51);
|
|||
|
this.label6.Name = "label6";
|
|||
|
this.label6.Size = new System.Drawing.Size(37, 13);
|
|||
|
this.label6.TabIndex = 10;
|
|||
|
this.label6.Text = "Value:";
|
|||
|
//
|
|||
|
// tabPage2
|
|||
|
//
|
|||
|
this.tabPage2.Controls.Add(this.label12);
|
|||
|
this.tabPage2.Controls.Add(this.YmapPhysicsDictionariesTextBox);
|
|||
|
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|||
|
this.tabPage2.Name = "tabPage2";
|
|||
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|||
|
this.tabPage2.Size = new System.Drawing.Size(496, 177);
|
|||
|
this.tabPage2.TabIndex = 1;
|
|||
|
this.tabPage2.Text = "Physics Dictionaries";
|
|||
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// label12
|
|||
|
//
|
|||
|
this.label12.AutoSize = true;
|
|||
|
this.label12.Location = new System.Drawing.Point(3, 9);
|
|||
|
this.label12.Name = "label12";
|
|||
|
this.label12.Size = new System.Drawing.Size(75, 13);
|
|||
|
this.label12.TabIndex = 52;
|
|||
|
this.label12.Text = "Name hashes:";
|
|||
|
//
|
|||
|
// YmapPhysicsDictionariesTextBox
|
|||
|
//
|
|||
|
this.YmapPhysicsDictionariesTextBox.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.YmapPhysicsDictionariesTextBox.Location = new System.Drawing.Point(84, 6);
|
|||
|
this.YmapPhysicsDictionariesTextBox.Multiline = true;
|
|||
|
this.YmapPhysicsDictionariesTextBox.Name = "YmapPhysicsDictionariesTextBox";
|
|||
|
this.YmapPhysicsDictionariesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
|||
|
this.YmapPhysicsDictionariesTextBox.Size = new System.Drawing.Size(248, 165);
|
|||
|
this.YmapPhysicsDictionariesTextBox.TabIndex = 51;
|
|||
|
this.YmapPhysicsDictionariesTextBox.WordWrap = false;
|
|||
|
this.YmapPhysicsDictionariesTextBox.TextChanged += new System.EventHandler(this.YmapPhysicsDictionariesTextBox_TextChanged);
|
|||
|
//
|
|||
|
// YmapProjectPathTextBox
|
|||
|
//
|
|||
|
this.YmapProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapProjectPathTextBox.Location = new System.Drawing.Point(84, 415);
|
|||
|
this.YmapProjectPathTextBox.Name = "YmapProjectPathTextBox";
|
|||
|
this.YmapProjectPathTextBox.ReadOnly = true;
|
|||
|
this.YmapProjectPathTextBox.Size = new System.Drawing.Size(414, 20);
|
|||
|
this.YmapProjectPathTextBox.TabIndex = 62;
|
|||
|
//
|
|||
|
// label30
|
|||
|
//
|
|||
|
this.label30.AutoSize = true;
|
|||
|
this.label30.Location = new System.Drawing.Point(6, 418);
|
|||
|
this.label30.Name = "label30";
|
|||
|
this.label30.Size = new System.Drawing.Size(67, 13);
|
|||
|
this.label30.TabIndex = 61;
|
|||
|
this.label30.Text = "Project path:";
|
|||
|
//
|
|||
|
// YmapFileLocationTextBox
|
|||
|
//
|
|||
|
this.YmapFileLocationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapFileLocationTextBox.Location = new System.Drawing.Point(84, 389);
|
|||
|
this.YmapFileLocationTextBox.Name = "YmapFileLocationTextBox";
|
|||
|
this.YmapFileLocationTextBox.ReadOnly = true;
|
|||
|
this.YmapFileLocationTextBox.Size = new System.Drawing.Size(414, 20);
|
|||
|
this.YmapFileLocationTextBox.TabIndex = 60;
|
|||
|
//
|
|||
|
// label29
|
|||
|
//
|
|||
|
this.label29.AutoSize = true;
|
|||
|
this.label29.Location = new System.Drawing.Point(6, 392);
|
|||
|
this.label29.Name = "label29";
|
|||
|
this.label29.Size = new System.Drawing.Size(66, 13);
|
|||
|
this.label29.TabIndex = 59;
|
|||
|
this.label29.Text = "File location:";
|
|||
|
//
|
|||
|
// YmapCalculateExtentsButton
|
|||
|
//
|
|||
|
this.YmapCalculateExtentsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapCalculateExtentsButton.Location = new System.Drawing.Point(392, 348);
|
|||
|
this.YmapCalculateExtentsButton.Name = "YmapCalculateExtentsButton";
|
|||
|
this.YmapCalculateExtentsButton.Size = new System.Drawing.Size(106, 23);
|
|||
|
this.YmapCalculateExtentsButton.TabIndex = 58;
|
|||
|
this.YmapCalculateExtentsButton.Text = "Calculate extents";
|
|||
|
this.YmapCalculateExtentsButton.UseVisualStyleBackColor = true;
|
|||
|
this.YmapCalculateExtentsButton.Click += new System.EventHandler(this.YmapCalculateExtentsButton_Click);
|
|||
|
//
|
|||
|
// YmapStreamingExtentsMaxTextBox
|
|||
|
//
|
|||
|
this.YmapStreamingExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapStreamingExtentsMaxTextBox.Location = new System.Drawing.Point(127, 350);
|
|||
|
this.YmapStreamingExtentsMaxTextBox.Name = "YmapStreamingExtentsMaxTextBox";
|
|||
|
this.YmapStreamingExtentsMaxTextBox.Size = new System.Drawing.Size(259, 20);
|
|||
|
this.YmapStreamingExtentsMaxTextBox.TabIndex = 57;
|
|||
|
this.YmapStreamingExtentsMaxTextBox.TextChanged += new System.EventHandler(this.YmapStreamingExtentsMaxTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label10
|
|||
|
//
|
|||
|
this.label10.AutoSize = true;
|
|||
|
this.label10.Location = new System.Drawing.Point(6, 353);
|
|||
|
this.label10.Name = "label10";
|
|||
|
this.label10.Size = new System.Drawing.Size(118, 13);
|
|||
|
this.label10.TabIndex = 56;
|
|||
|
this.label10.Text = "Streaming Extents Max:";
|
|||
|
//
|
|||
|
// YmapStreamingExtentsMinTextBox
|
|||
|
//
|
|||
|
this.YmapStreamingExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapStreamingExtentsMinTextBox.Location = new System.Drawing.Point(127, 324);
|
|||
|
this.YmapStreamingExtentsMinTextBox.Name = "YmapStreamingExtentsMinTextBox";
|
|||
|
this.YmapStreamingExtentsMinTextBox.Size = new System.Drawing.Size(259, 20);
|
|||
|
this.YmapStreamingExtentsMinTextBox.TabIndex = 55;
|
|||
|
this.YmapStreamingExtentsMinTextBox.TextChanged += new System.EventHandler(this.YmapStreamingExtentsMinTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label11
|
|||
|
//
|
|||
|
this.label11.AutoSize = true;
|
|||
|
this.label11.Location = new System.Drawing.Point(6, 327);
|
|||
|
this.label11.Name = "label11";
|
|||
|
this.label11.Size = new System.Drawing.Size(115, 13);
|
|||
|
this.label11.TabIndex = 54;
|
|||
|
this.label11.Text = "Streaming Extents Min:";
|
|||
|
//
|
|||
|
// YmapEntitiesExtentsMaxTextBox
|
|||
|
//
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.Location = new System.Drawing.Point(127, 298);
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.Name = "YmapEntitiesExtentsMaxTextBox";
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.Size = new System.Drawing.Size(259, 20);
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.TabIndex = 53;
|
|||
|
this.YmapEntitiesExtentsMaxTextBox.TextChanged += new System.EventHandler(this.YmapEntitiesExtentsMaxTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label9
|
|||
|
//
|
|||
|
this.label9.AutoSize = true;
|
|||
|
this.label9.Location = new System.Drawing.Point(6, 301);
|
|||
|
this.label9.Name = "label9";
|
|||
|
this.label9.Size = new System.Drawing.Size(105, 13);
|
|||
|
this.label9.TabIndex = 52;
|
|||
|
this.label9.Text = "Entities Extents Max:";
|
|||
|
//
|
|||
|
// YmapEntitiesExtentsMinTextBox
|
|||
|
//
|
|||
|
this.YmapEntitiesExtentsMinTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapEntitiesExtentsMinTextBox.Location = new System.Drawing.Point(127, 272);
|
|||
|
this.YmapEntitiesExtentsMinTextBox.Name = "YmapEntitiesExtentsMinTextBox";
|
|||
|
this.YmapEntitiesExtentsMinTextBox.Size = new System.Drawing.Size(259, 20);
|
|||
|
this.YmapEntitiesExtentsMinTextBox.TabIndex = 51;
|
|||
|
this.YmapEntitiesExtentsMinTextBox.TextChanged += new System.EventHandler(this.YmapEntitiesExtentsMinTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label8
|
|||
|
//
|
|||
|
this.label8.AutoSize = true;
|
|||
|
this.label8.Location = new System.Drawing.Point(6, 275);
|
|||
|
this.label8.Name = "label8";
|
|||
|
this.label8.Size = new System.Drawing.Size(102, 13);
|
|||
|
this.label8.TabIndex = 50;
|
|||
|
this.label8.Text = "Entities Extents Min:";
|
|||
|
//
|
|||
|
// YmapParentHashLabel
|
|||
|
//
|
|||
|
this.YmapParentHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapParentHashLabel.AutoSize = true;
|
|||
|
this.YmapParentHashLabel.Location = new System.Drawing.Point(350, 36);
|
|||
|
this.YmapParentHashLabel.Name = "YmapParentHashLabel";
|
|||
|
this.YmapParentHashLabel.Size = new System.Drawing.Size(44, 13);
|
|||
|
this.YmapParentHashLabel.TabIndex = 49;
|
|||
|
this.YmapParentHashLabel.Text = "Hash: 0";
|
|||
|
//
|
|||
|
// YmapNameHashLabel
|
|||
|
//
|
|||
|
this.YmapNameHashLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapNameHashLabel.AutoSize = true;
|
|||
|
this.YmapNameHashLabel.Location = new System.Drawing.Point(350, 10);
|
|||
|
this.YmapNameHashLabel.Name = "YmapNameHashLabel";
|
|||
|
this.YmapNameHashLabel.Size = new System.Drawing.Size(44, 13);
|
|||
|
this.YmapNameHashLabel.TabIndex = 48;
|
|||
|
this.YmapNameHashLabel.Text = "Hash: 0";
|
|||
|
//
|
|||
|
// YmapParentTextBox
|
|||
|
//
|
|||
|
this.YmapParentTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapParentTextBox.Location = new System.Drawing.Point(84, 33);
|
|||
|
this.YmapParentTextBox.Name = "YmapParentTextBox";
|
|||
|
this.YmapParentTextBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.YmapParentTextBox.TabIndex = 46;
|
|||
|
this.YmapParentTextBox.TextChanged += new System.EventHandler(this.YmapParentTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(299, 36);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(35, 13);
|
|||
|
this.label4.TabIndex = 47;
|
|||
|
this.label4.Text = ".ymap";
|
|||
|
//
|
|||
|
// label5
|
|||
|
//
|
|||
|
this.label5.AutoSize = true;
|
|||
|
this.label5.Location = new System.Drawing.Point(6, 36);
|
|||
|
this.label5.Name = "label5";
|
|||
|
this.label5.Size = new System.Drawing.Size(41, 13);
|
|||
|
this.label5.TabIndex = 45;
|
|||
|
this.label5.Text = "Parent:";
|
|||
|
//
|
|||
|
// YmapNameTextBox
|
|||
|
//
|
|||
|
this.YmapNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.YmapNameTextBox.Location = new System.Drawing.Point(84, 7);
|
|||
|
this.YmapNameTextBox.Name = "YmapNameTextBox";
|
|||
|
this.YmapNameTextBox.Size = new System.Drawing.Size(216, 20);
|
|||
|
this.YmapNameTextBox.TabIndex = 43;
|
|||
|
this.YmapNameTextBox.TextChanged += new System.EventHandler(this.YmapNameTextBox_TextChanged);
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(299, 10);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(35, 13);
|
|||
|
this.label3.TabIndex = 44;
|
|||
|
this.label3.Text = ".ymap";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(6, 10);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(38, 13);
|
|||
|
this.label2.TabIndex = 42;
|
|||
|
this.label2.Text = "Name:";
|
|||
|
//
|
|||
|
// EditYmapPanel
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(510, 443);
|
|||
|
this.Controls.Add(this.YmapTabControl);
|
|||
|
this.Controls.Add(this.YmapProjectPathTextBox);
|
|||
|
this.Controls.Add(this.label30);
|
|||
|
this.Controls.Add(this.YmapFileLocationTextBox);
|
|||
|
this.Controls.Add(this.label29);
|
|||
|
this.Controls.Add(this.YmapCalculateExtentsButton);
|
|||
|
this.Controls.Add(this.YmapStreamingExtentsMaxTextBox);
|
|||
|
this.Controls.Add(this.label10);
|
|||
|
this.Controls.Add(this.YmapStreamingExtentsMinTextBox);
|
|||
|
this.Controls.Add(this.label11);
|
|||
|
this.Controls.Add(this.YmapEntitiesExtentsMaxTextBox);
|
|||
|
this.Controls.Add(this.label9);
|
|||
|
this.Controls.Add(this.YmapEntitiesExtentsMinTextBox);
|
|||
|
this.Controls.Add(this.label8);
|
|||
|
this.Controls.Add(this.YmapParentHashLabel);
|
|||
|
this.Controls.Add(this.YmapNameHashLabel);
|
|||
|
this.Controls.Add(this.YmapParentTextBox);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.label5);
|
|||
|
this.Controls.Add(this.YmapNameTextBox);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "EditYmapPanel";
|
|||
|
this.Text = "Edit Ymap";
|
|||
|
this.YmapTabControl.ResumeLayout(false);
|
|||
|
this.tabPage1.ResumeLayout(false);
|
|||
|
this.groupBox1.ResumeLayout(false);
|
|||
|
this.groupBox1.PerformLayout();
|
|||
|
this.groupBox2.ResumeLayout(false);
|
|||
|
this.groupBox2.PerformLayout();
|
|||
|
this.tabPage2.ResumeLayout(false);
|
|||
|
this.tabPage2.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.TabControl YmapTabControl;
|
|||
|
private System.Windows.Forms.TabPage tabPage1;
|
|||
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsGrassCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsCriticalCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsDistLightsCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsLODLightsCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsPhysicsCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsOcclusionCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsInteriorCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsSLODCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsSLOD2CheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsLODCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapCFlagsHDCheckBox;
|
|||
|
private System.Windows.Forms.TextBox YmapContentFlagsTextBox;
|
|||
|
private System.Windows.Forms.Label label7;
|
|||
|
private System.Windows.Forms.Button YmapCalculateFlagsButton;
|
|||
|
private System.Windows.Forms.GroupBox groupBox2;
|
|||
|
private System.Windows.Forms.CheckBox YmapFlagsLODCheckBox;
|
|||
|
private System.Windows.Forms.CheckBox YmapFlagsScriptedCheckBox;
|
|||
|
private System.Windows.Forms.TextBox YmapFlagsTextBox;
|
|||
|
private System.Windows.Forms.Label label6;
|
|||
|
private System.Windows.Forms.TabPage tabPage2;
|
|||
|
private System.Windows.Forms.Label label12;
|
|||
|
private WinForms.TextBoxFix YmapPhysicsDictionariesTextBox;
|
|||
|
private System.Windows.Forms.TextBox YmapProjectPathTextBox;
|
|||
|
private System.Windows.Forms.Label label30;
|
|||
|
private System.Windows.Forms.TextBox YmapFileLocationTextBox;
|
|||
|
private System.Windows.Forms.Label label29;
|
|||
|
private System.Windows.Forms.Button YmapCalculateExtentsButton;
|
|||
|
private System.Windows.Forms.TextBox YmapStreamingExtentsMaxTextBox;
|
|||
|
private System.Windows.Forms.Label label10;
|
|||
|
private System.Windows.Forms.TextBox YmapStreamingExtentsMinTextBox;
|
|||
|
private System.Windows.Forms.Label label11;
|
|||
|
private System.Windows.Forms.TextBox YmapEntitiesExtentsMaxTextBox;
|
|||
|
private System.Windows.Forms.Label label9;
|
|||
|
private System.Windows.Forms.TextBox YmapEntitiesExtentsMinTextBox;
|
|||
|
private System.Windows.Forms.Label label8;
|
|||
|
private System.Windows.Forms.Label YmapParentHashLabel;
|
|||
|
private System.Windows.Forms.Label YmapNameHashLabel;
|
|||
|
private System.Windows.Forms.TextBox YmapParentTextBox;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
private System.Windows.Forms.Label label5;
|
|||
|
private System.Windows.Forms.TextBox YmapNameTextBox;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
}
|
|||
|
}
|