mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
840 lines
No EOL
34 KiB
C#
Executable file
840 lines
No EOL
34 KiB
C#
Executable file
namespace CodeImp.DoomBuilder.Plugins.NodesViewer
|
|
{
|
|
partial class NodesForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
#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()
|
|
{
|
|
this.tabs = new System.Windows.Forms.TabControl();
|
|
this.taboverview = new System.Windows.Forms.TabPage();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.buildnodesbutton = new System.Windows.Forms.Button();
|
|
this.showsegsvertices = new System.Windows.Forms.CheckBox();
|
|
this.treebalance = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.treedepth = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.numsegs = new System.Windows.Forms.Label();
|
|
this.numsplits = new System.Windows.Forms.Label();
|
|
this.numvertices = new System.Windows.Forms.Label();
|
|
this.numssectors = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tabsplits = new System.Windows.Forms.TabPage();
|
|
this.parentbutton = new System.Windows.Forms.Button();
|
|
this.parentsplit = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.rightindex = new System.Windows.Forms.Label();
|
|
this.rightarea = new System.Windows.Forms.Label();
|
|
this.righttype = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.rightbutton = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.leftindex = new System.Windows.Forms.Label();
|
|
this.leftarea = new System.Windows.Forms.Label();
|
|
this.lefttype = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.leftbutton = new System.Windows.Forms.Button();
|
|
this.rootbutton = new System.Windows.Forms.Button();
|
|
this.splitindex = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tabsubsectors = new System.Windows.Forms.TabPage();
|
|
this.viewsegbox = new System.Windows.Forms.CheckBox();
|
|
this.segindex = new System.Windows.Forms.NumericUpDown();
|
|
this.ssectornumsegs = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.ssparentsplit = new System.Windows.Forms.Button();
|
|
this.ssectorindex = new System.Windows.Forms.NumericUpDown();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.sectorindex = new System.Windows.Forms.Label();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.sideindex = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.segoffset = new System.Windows.Forms.Label();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.segside = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.segangle = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.endvertex = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.startvertex = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.lineindex = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.closebutton = new System.Windows.Forms.Button();
|
|
this.tabs.SuspendLayout();
|
|
this.taboverview.SuspendLayout();
|
|
this.tabsplits.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitindex)).BeginInit();
|
|
this.tabsubsectors.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.segindex)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ssectorindex)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabs
|
|
//
|
|
this.tabs.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.tabs.Controls.Add(this.taboverview);
|
|
this.tabs.Controls.Add(this.tabsplits);
|
|
this.tabs.Controls.Add(this.tabsubsectors);
|
|
this.tabs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.tabs.Location = new System.Drawing.Point(9, 9);
|
|
this.tabs.Margin = new System.Windows.Forms.Padding(0);
|
|
this.tabs.Name = "tabs";
|
|
this.tabs.Padding = new System.Drawing.Point(24, 3);
|
|
this.tabs.SelectedIndex = 0;
|
|
this.tabs.Size = new System.Drawing.Size(383, 303);
|
|
this.tabs.TabIndex = 0;
|
|
this.tabs.SelectedIndexChanged += new System.EventHandler(this.tabs_SelectedIndexChanged);
|
|
//
|
|
// taboverview
|
|
//
|
|
this.taboverview.Controls.Add(this.label11);
|
|
this.taboverview.Controls.Add(this.buildnodesbutton);
|
|
this.taboverview.Controls.Add(this.showsegsvertices);
|
|
this.taboverview.Controls.Add(this.treebalance);
|
|
this.taboverview.Controls.Add(this.label6);
|
|
this.taboverview.Controls.Add(this.treedepth);
|
|
this.taboverview.Controls.Add(this.label10);
|
|
this.taboverview.Controls.Add(this.numsegs);
|
|
this.taboverview.Controls.Add(this.numsplits);
|
|
this.taboverview.Controls.Add(this.numvertices);
|
|
this.taboverview.Controls.Add(this.numssectors);
|
|
this.taboverview.Controls.Add(this.label4);
|
|
this.taboverview.Controls.Add(this.label3);
|
|
this.taboverview.Controls.Add(this.label2);
|
|
this.taboverview.Controls.Add(this.label1);
|
|
this.taboverview.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.taboverview.Location = new System.Drawing.Point(4, 22);
|
|
this.taboverview.Name = "taboverview";
|
|
this.taboverview.Padding = new System.Windows.Forms.Padding(3);
|
|
this.taboverview.Size = new System.Drawing.Size(375, 277);
|
|
this.taboverview.TabIndex = 0;
|
|
this.taboverview.Text = "Overview";
|
|
this.taboverview.UseVisualStyleBackColor = true;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.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.label11.Location = new System.Drawing.Point(31, 209);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(322, 61);
|
|
this.label11.TabIndex = 14;
|
|
this.label11.Text = "NOTE: This will rebuild the nodes using the settings configured for \"testing\" in " +
|
|
"the current game configuration. You can change these settings in the Game Config" +
|
|
"uration dialog (press F6).";
|
|
//
|
|
// buildnodesbutton
|
|
//
|
|
this.buildnodesbutton.Location = new System.Drawing.Point(31, 171);
|
|
this.buildnodesbutton.Name = "buildnodesbutton";
|
|
this.buildnodesbutton.Size = new System.Drawing.Size(119, 28);
|
|
this.buildnodesbutton.TabIndex = 13;
|
|
this.buildnodesbutton.Text = "Rebuild nodes";
|
|
this.buildnodesbutton.UseVisualStyleBackColor = true;
|
|
this.buildnodesbutton.Click += new System.EventHandler(this.buildnodesbutton_Click);
|
|
//
|
|
// showsegsvertices
|
|
//
|
|
this.showsegsvertices.AutoSize = true;
|
|
this.showsegsvertices.Location = new System.Drawing.Point(31, 103);
|
|
this.showsegsvertices.Name = "showsegsvertices";
|
|
this.showsegsvertices.Size = new System.Drawing.Size(193, 17);
|
|
this.showsegsvertices.TabIndex = 12;
|
|
this.showsegsvertices.Text = "Show additional vertices (seg splits)";
|
|
this.showsegsvertices.UseVisualStyleBackColor = true;
|
|
this.showsegsvertices.CheckedChanged += new System.EventHandler(this.showsegsvertices_CheckedChanged);
|
|
//
|
|
// treebalance
|
|
//
|
|
this.treebalance.AutoSize = true;
|
|
this.treebalance.Location = new System.Drawing.Point(313, 30);
|
|
this.treebalance.Name = "treebalance";
|
|
this.treebalance.Size = new System.Drawing.Size(13, 13);
|
|
this.treebalance.TabIndex = 11;
|
|
this.treebalance.Text = "0";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(258, 30);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(49, 13);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "Balance:";
|
|
//
|
|
// treedepth
|
|
//
|
|
this.treedepth.AutoSize = true;
|
|
this.treedepth.Location = new System.Drawing.Point(186, 30);
|
|
this.treedepth.Name = "treedepth";
|
|
this.treedepth.Size = new System.Drawing.Size(13, 13);
|
|
this.treedepth.TabIndex = 9;
|
|
this.treedepth.Text = "0";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(142, 30);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(39, 13);
|
|
this.label10.TabIndex = 8;
|
|
this.label10.Text = "Depth:";
|
|
//
|
|
// numsegs
|
|
//
|
|
this.numsegs.AutoSize = true;
|
|
this.numsegs.Location = new System.Drawing.Point(186, 63);
|
|
this.numsegs.Name = "numsegs";
|
|
this.numsegs.Size = new System.Drawing.Size(13, 13);
|
|
this.numsegs.TabIndex = 7;
|
|
this.numsegs.Text = "0";
|
|
//
|
|
// numsplits
|
|
//
|
|
this.numsplits.AutoSize = true;
|
|
this.numsplits.Location = new System.Drawing.Point(84, 30);
|
|
this.numsplits.Name = "numsplits";
|
|
this.numsplits.Size = new System.Drawing.Size(13, 13);
|
|
this.numsplits.TabIndex = 6;
|
|
this.numsplits.Text = "0";
|
|
//
|
|
// numvertices
|
|
//
|
|
this.numvertices.AutoSize = true;
|
|
this.numvertices.Location = new System.Drawing.Point(84, 63);
|
|
this.numvertices.Name = "numvertices";
|
|
this.numvertices.Size = new System.Drawing.Size(13, 13);
|
|
this.numvertices.TabIndex = 5;
|
|
this.numvertices.Text = "0";
|
|
//
|
|
// numssectors
|
|
//
|
|
this.numssectors.AutoSize = true;
|
|
this.numssectors.Location = new System.Drawing.Point(313, 63);
|
|
this.numssectors.Name = "numssectors";
|
|
this.numssectors.Size = new System.Drawing.Size(13, 13);
|
|
this.numssectors.TabIndex = 4;
|
|
this.numssectors.Text = "0";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(28, 63);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(48, 13);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "Vertices:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(145, 63);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(34, 13);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Segs:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(42, 30);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Splits:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(241, 63);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Subsectors:";
|
|
//
|
|
// tabsplits
|
|
//
|
|
this.tabsplits.Controls.Add(this.parentbutton);
|
|
this.tabsplits.Controls.Add(this.parentsplit);
|
|
this.tabsplits.Controls.Add(this.label16);
|
|
this.tabsplits.Controls.Add(this.groupBox2);
|
|
this.tabsplits.Controls.Add(this.groupBox1);
|
|
this.tabsplits.Controls.Add(this.rootbutton);
|
|
this.tabsplits.Controls.Add(this.splitindex);
|
|
this.tabsplits.Controls.Add(this.label5);
|
|
this.tabsplits.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabsplits.Location = new System.Drawing.Point(4, 22);
|
|
this.tabsplits.Name = "tabsplits";
|
|
this.tabsplits.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabsplits.Size = new System.Drawing.Size(375, 277);
|
|
this.tabsplits.TabIndex = 1;
|
|
this.tabsplits.Text = "Splits";
|
|
this.tabsplits.UseVisualStyleBackColor = true;
|
|
//
|
|
// parentbutton
|
|
//
|
|
this.parentbutton.Location = new System.Drawing.Point(196, 52);
|
|
this.parentbutton.Name = "parentbutton";
|
|
this.parentbutton.Size = new System.Drawing.Size(88, 26);
|
|
this.parentbutton.TabIndex = 9;
|
|
this.parentbutton.Text = "Go to parent";
|
|
this.parentbutton.UseVisualStyleBackColor = true;
|
|
this.parentbutton.Click += new System.EventHandler(this.parentbutton_Click);
|
|
//
|
|
// parentsplit
|
|
//
|
|
this.parentsplit.AutoSize = true;
|
|
this.parentsplit.Location = new System.Drawing.Point(106, 58);
|
|
this.parentsplit.Name = "parentsplit";
|
|
this.parentsplit.Size = new System.Drawing.Size(13, 13);
|
|
this.parentsplit.TabIndex = 8;
|
|
this.parentsplit.Text = "0";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(37, 58);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(62, 13);
|
|
this.label16.TabIndex = 7;
|
|
this.label16.Text = "Parent split:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.groupBox2.Controls.Add(this.rightindex);
|
|
this.groupBox2.Controls.Add(this.rightarea);
|
|
this.groupBox2.Controls.Add(this.righttype);
|
|
this.groupBox2.Controls.Add(this.label15);
|
|
this.groupBox2.Controls.Add(this.rightbutton);
|
|
this.groupBox2.Location = new System.Drawing.Point(6, 182);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(363, 88);
|
|
this.groupBox2.TabIndex = 6;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = " Right ";
|
|
//
|
|
// rightindex
|
|
//
|
|
this.rightindex.Location = new System.Drawing.Point(100, 55);
|
|
this.rightindex.Name = "rightindex";
|
|
this.rightindex.Size = new System.Drawing.Size(108, 18);
|
|
this.rightindex.TabIndex = 7;
|
|
this.rightindex.Text = "0";
|
|
//
|
|
// rightarea
|
|
//
|
|
this.rightarea.Location = new System.Drawing.Point(100, 27);
|
|
this.rightarea.Name = "rightarea";
|
|
this.rightarea.Size = new System.Drawing.Size(257, 18);
|
|
this.rightarea.TabIndex = 6;
|
|
this.rightarea.Text = "0, 0 - 0, 0";
|
|
//
|
|
// righttype
|
|
//
|
|
this.righttype.Location = new System.Drawing.Point(18, 55);
|
|
this.righttype.Name = "righttype";
|
|
this.righttype.Size = new System.Drawing.Size(76, 18);
|
|
this.righttype.TabIndex = 5;
|
|
this.righttype.Text = "Subsector:";
|
|
this.righttype.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.Location = new System.Drawing.Point(18, 27);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(76, 18);
|
|
this.label15.TabIndex = 4;
|
|
this.label15.Text = "Area:";
|
|
this.label15.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// rightbutton
|
|
//
|
|
this.rightbutton.BackColor = System.Drawing.Color.LightGreen;
|
|
this.rightbutton.Location = new System.Drawing.Point(233, 49);
|
|
this.rightbutton.Name = "rightbutton";
|
|
this.rightbutton.Size = new System.Drawing.Size(115, 26);
|
|
this.rightbutton.TabIndex = 3;
|
|
this.rightbutton.Text = "Go to subsector";
|
|
this.rightbutton.UseVisualStyleBackColor = false;
|
|
this.rightbutton.Click += new System.EventHandler(this.rightbutton_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.leftindex);
|
|
this.groupBox1.Controls.Add(this.leftarea);
|
|
this.groupBox1.Controls.Add(this.lefttype);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.leftbutton);
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 88);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(363, 88);
|
|
this.groupBox1.TabIndex = 5;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = " Left ";
|
|
//
|
|
// leftindex
|
|
//
|
|
this.leftindex.Location = new System.Drawing.Point(100, 55);
|
|
this.leftindex.Name = "leftindex";
|
|
this.leftindex.Size = new System.Drawing.Size(108, 18);
|
|
this.leftindex.TabIndex = 7;
|
|
this.leftindex.Text = "0";
|
|
//
|
|
// leftarea
|
|
//
|
|
this.leftarea.Location = new System.Drawing.Point(100, 27);
|
|
this.leftarea.Name = "leftarea";
|
|
this.leftarea.Size = new System.Drawing.Size(257, 18);
|
|
this.leftarea.TabIndex = 6;
|
|
this.leftarea.Text = "0, 0 - 0, 0";
|
|
//
|
|
// lefttype
|
|
//
|
|
this.lefttype.Location = new System.Drawing.Point(18, 55);
|
|
this.lefttype.Name = "lefttype";
|
|
this.lefttype.Size = new System.Drawing.Size(76, 18);
|
|
this.lefttype.TabIndex = 5;
|
|
this.lefttype.Text = "Subsector:";
|
|
this.lefttype.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(18, 27);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(76, 18);
|
|
this.label7.TabIndex = 4;
|
|
this.label7.Text = "Area:";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// leftbutton
|
|
//
|
|
this.leftbutton.BackColor = System.Drawing.Color.LightBlue;
|
|
this.leftbutton.Location = new System.Drawing.Point(233, 49);
|
|
this.leftbutton.Name = "leftbutton";
|
|
this.leftbutton.Size = new System.Drawing.Size(115, 26);
|
|
this.leftbutton.TabIndex = 3;
|
|
this.leftbutton.Text = "Go to subsector";
|
|
this.leftbutton.UseVisualStyleBackColor = false;
|
|
this.leftbutton.Click += new System.EventHandler(this.leftbutton_Click);
|
|
//
|
|
// rootbutton
|
|
//
|
|
this.rootbutton.Location = new System.Drawing.Point(196, 20);
|
|
this.rootbutton.Name = "rootbutton";
|
|
this.rootbutton.Size = new System.Drawing.Size(88, 26);
|
|
this.rootbutton.TabIndex = 2;
|
|
this.rootbutton.Text = "Go to root";
|
|
this.rootbutton.UseVisualStyleBackColor = true;
|
|
this.rootbutton.Click += new System.EventHandler(this.rootbutton_Click);
|
|
//
|
|
// splitindex
|
|
//
|
|
this.splitindex.Location = new System.Drawing.Point(106, 23);
|
|
this.splitindex.Name = "splitindex";
|
|
this.splitindex.Size = new System.Drawing.Size(70, 20);
|
|
this.splitindex.TabIndex = 1;
|
|
this.splitindex.ValueChanged += new System.EventHandler(this.splitindex_ValueChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(28, 25);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(68, 13);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "Viewing split:";
|
|
//
|
|
// tabsubsectors
|
|
//
|
|
this.tabsubsectors.Controls.Add(this.viewsegbox);
|
|
this.tabsubsectors.Controls.Add(this.segindex);
|
|
this.tabsubsectors.Controls.Add(this.ssectornumsegs);
|
|
this.tabsubsectors.Controls.Add(this.label9);
|
|
this.tabsubsectors.Controls.Add(this.ssparentsplit);
|
|
this.tabsubsectors.Controls.Add(this.ssectorindex);
|
|
this.tabsubsectors.Controls.Add(this.label8);
|
|
this.tabsubsectors.Controls.Add(this.groupBox3);
|
|
this.tabsubsectors.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tabsubsectors.Location = new System.Drawing.Point(4, 22);
|
|
this.tabsubsectors.Name = "tabsubsectors";
|
|
this.tabsubsectors.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabsubsectors.Size = new System.Drawing.Size(375, 277);
|
|
this.tabsubsectors.TabIndex = 2;
|
|
this.tabsubsectors.Text = "Subsectors";
|
|
this.tabsubsectors.UseVisualStyleBackColor = true;
|
|
//
|
|
// viewsegbox
|
|
//
|
|
this.viewsegbox.AutoSize = true;
|
|
this.viewsegbox.Location = new System.Drawing.Point(19, 86);
|
|
this.viewsegbox.Name = "viewsegbox";
|
|
this.viewsegbox.Size = new System.Drawing.Size(95, 17);
|
|
this.viewsegbox.TabIndex = 9;
|
|
this.viewsegbox.Text = "View segment:";
|
|
this.viewsegbox.UseVisualStyleBackColor = true;
|
|
this.viewsegbox.CheckedChanged += new System.EventHandler(this.viewsegbox_CheckedChanged);
|
|
//
|
|
// segindex
|
|
//
|
|
this.segindex.Location = new System.Drawing.Point(124, 85);
|
|
this.segindex.Name = "segindex";
|
|
this.segindex.Size = new System.Drawing.Size(70, 20);
|
|
this.segindex.TabIndex = 8;
|
|
this.segindex.ValueChanged += new System.EventHandler(this.segindex_ValueChanged);
|
|
//
|
|
// ssectornumsegs
|
|
//
|
|
this.ssectornumsegs.AutoSize = true;
|
|
this.ssectornumsegs.Location = new System.Drawing.Point(123, 57);
|
|
this.ssectornumsegs.Name = "ssectornumsegs";
|
|
this.ssectornumsegs.Size = new System.Drawing.Size(13, 13);
|
|
this.ssectornumsegs.TabIndex = 6;
|
|
this.ssectornumsegs.Text = "0";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(60, 57);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(57, 13);
|
|
this.label9.TabIndex = 5;
|
|
this.label9.Text = "Segments:";
|
|
//
|
|
// ssparentsplit
|
|
//
|
|
this.ssparentsplit.Location = new System.Drawing.Point(231, 20);
|
|
this.ssparentsplit.Name = "ssparentsplit";
|
|
this.ssparentsplit.Size = new System.Drawing.Size(120, 26);
|
|
this.ssparentsplit.TabIndex = 4;
|
|
this.ssparentsplit.Text = "Go to parent split";
|
|
this.ssparentsplit.UseVisualStyleBackColor = true;
|
|
this.ssparentsplit.Click += new System.EventHandler(this.ssparentsplit_Click);
|
|
//
|
|
// ssectorindex
|
|
//
|
|
this.ssectorindex.Location = new System.Drawing.Point(124, 24);
|
|
this.ssectorindex.Name = "ssectorindex";
|
|
this.ssectorindex.Size = new System.Drawing.Size(70, 20);
|
|
this.ssectorindex.TabIndex = 3;
|
|
this.ssectorindex.ValueChanged += new System.EventHandler(this.ssectorindex_ValueChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(16, 26);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(96, 13);
|
|
this.label8.TabIndex = 2;
|
|
this.label8.Text = "Viewing subsector:";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.sectorindex);
|
|
this.groupBox3.Controls.Add(this.label22);
|
|
this.groupBox3.Controls.Add(this.sideindex);
|
|
this.groupBox3.Controls.Add(this.label19);
|
|
this.groupBox3.Controls.Add(this.segoffset);
|
|
this.groupBox3.Controls.Add(this.label21);
|
|
this.groupBox3.Controls.Add(this.segside);
|
|
this.groupBox3.Controls.Add(this.label18);
|
|
this.groupBox3.Controls.Add(this.segangle);
|
|
this.groupBox3.Controls.Add(this.label14);
|
|
this.groupBox3.Controls.Add(this.endvertex);
|
|
this.groupBox3.Controls.Add(this.label17);
|
|
this.groupBox3.Controls.Add(this.startvertex);
|
|
this.groupBox3.Controls.Add(this.label13);
|
|
this.groupBox3.Controls.Add(this.lineindex);
|
|
this.groupBox3.Controls.Add(this.label12);
|
|
this.groupBox3.Location = new System.Drawing.Point(6, 88);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(363, 182);
|
|
this.groupBox3.TabIndex = 10;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = " ";
|
|
//
|
|
// sectorindex
|
|
//
|
|
this.sectorindex.AutoSize = true;
|
|
this.sectorindex.Location = new System.Drawing.Point(269, 73);
|
|
this.sectorindex.Name = "sectorindex";
|
|
this.sectorindex.Size = new System.Drawing.Size(13, 13);
|
|
this.sectorindex.TabIndex = 22;
|
|
this.sectorindex.Text = "0";
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(221, 73);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(41, 13);
|
|
this.label22.TabIndex = 21;
|
|
this.label22.Text = "Sector:";
|
|
//
|
|
// sideindex
|
|
//
|
|
this.sideindex.AutoSize = true;
|
|
this.sideindex.Location = new System.Drawing.Point(94, 73);
|
|
this.sideindex.Name = "sideindex";
|
|
this.sideindex.Size = new System.Drawing.Size(13, 13);
|
|
this.sideindex.TabIndex = 20;
|
|
this.sideindex.Text = "0";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(41, 73);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(46, 13);
|
|
this.label19.TabIndex = 19;
|
|
this.label19.Text = "Sidedef:";
|
|
//
|
|
// segoffset
|
|
//
|
|
this.segoffset.AutoSize = true;
|
|
this.segoffset.Location = new System.Drawing.Point(269, 135);
|
|
this.segoffset.Name = "segoffset";
|
|
this.segoffset.Size = new System.Drawing.Size(13, 13);
|
|
this.segoffset.TabIndex = 18;
|
|
this.segoffset.Text = "0";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(222, 135);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(38, 13);
|
|
this.label21.TabIndex = 17;
|
|
this.label21.Text = "Offset:";
|
|
//
|
|
// segside
|
|
//
|
|
this.segside.AutoSize = true;
|
|
this.segside.Location = new System.Drawing.Point(269, 42);
|
|
this.segside.Name = "segside";
|
|
this.segside.Size = new System.Drawing.Size(13, 13);
|
|
this.segside.TabIndex = 16;
|
|
this.segside.Text = "0";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(232, 42);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(31, 13);
|
|
this.label18.TabIndex = 15;
|
|
this.label18.Text = "Side:";
|
|
//
|
|
// segangle
|
|
//
|
|
this.segangle.AutoSize = true;
|
|
this.segangle.Location = new System.Drawing.Point(269, 104);
|
|
this.segangle.Name = "segangle";
|
|
this.segangle.Size = new System.Drawing.Size(13, 13);
|
|
this.segangle.TabIndex = 14;
|
|
this.segangle.Text = "0";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(225, 104);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(37, 13);
|
|
this.label14.TabIndex = 13;
|
|
this.label14.Text = "Angle:";
|
|
//
|
|
// endvertex
|
|
//
|
|
this.endvertex.AutoSize = true;
|
|
this.endvertex.Location = new System.Drawing.Point(94, 135);
|
|
this.endvertex.Name = "endvertex";
|
|
this.endvertex.Size = new System.Drawing.Size(13, 13);
|
|
this.endvertex.TabIndex = 12;
|
|
this.endvertex.Text = "0";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(26, 135);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(61, 13);
|
|
this.label17.TabIndex = 11;
|
|
this.label17.Text = "End vertex:";
|
|
//
|
|
// startvertex
|
|
//
|
|
this.startvertex.AutoSize = true;
|
|
this.startvertex.Location = new System.Drawing.Point(94, 104);
|
|
this.startvertex.Name = "startvertex";
|
|
this.startvertex.Size = new System.Drawing.Size(13, 13);
|
|
this.startvertex.TabIndex = 10;
|
|
this.startvertex.Text = "0";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(21, 104);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(64, 13);
|
|
this.label13.TabIndex = 9;
|
|
this.label13.Text = "Start vertex:";
|
|
//
|
|
// lineindex
|
|
//
|
|
this.lineindex.AutoSize = true;
|
|
this.lineindex.Location = new System.Drawing.Point(94, 42);
|
|
this.lineindex.Name = "lineindex";
|
|
this.lineindex.Size = new System.Drawing.Size(13, 13);
|
|
this.lineindex.TabIndex = 8;
|
|
this.lineindex.Text = "0";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(42, 42);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(45, 13);
|
|
this.label12.TabIndex = 7;
|
|
this.label12.Text = "Linedef:";
|
|
//
|
|
// closebutton
|
|
//
|
|
this.closebutton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.closebutton.Location = new System.Drawing.Point(34, 47);
|
|
this.closebutton.Name = "closebutton";
|
|
this.closebutton.Size = new System.Drawing.Size(45, 24);
|
|
this.closebutton.TabIndex = 1;
|
|
this.closebutton.Text = "Close";
|
|
this.closebutton.UseVisualStyleBackColor = true;
|
|
this.closebutton.Click += new System.EventHandler(this.closebutton_Click);
|
|
//
|
|
// NodesForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.closebutton;
|
|
this.ClientSize = new System.Drawing.Size(401, 321);
|
|
this.Controls.Add(this.tabs);
|
|
this.Controls.Add(this.closebutton);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "NodesForm";
|
|
this.Opacity = 0;
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "Nodes Viewer";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NodesForm_FormClosing);
|
|
this.tabs.ResumeLayout(false);
|
|
this.taboverview.ResumeLayout(false);
|
|
this.taboverview.PerformLayout();
|
|
this.tabsplits.ResumeLayout(false);
|
|
this.tabsplits.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitindex)).EndInit();
|
|
this.tabsubsectors.ResumeLayout(false);
|
|
this.tabsubsectors.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.segindex)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ssectorindex)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabs;
|
|
private System.Windows.Forms.TabPage taboverview;
|
|
private System.Windows.Forms.TabPage tabsplits;
|
|
private System.Windows.Forms.Button closebutton;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label treedepth;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label numsegs;
|
|
private System.Windows.Forms.Label numsplits;
|
|
private System.Windows.Forms.Label numvertices;
|
|
private System.Windows.Forms.Label numssectors;
|
|
private System.Windows.Forms.Label treebalance;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TabPage tabsubsectors;
|
|
private System.Windows.Forms.NumericUpDown splitindex;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button rootbutton;
|
|
private System.Windows.Forms.Button leftbutton;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label lefttype;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label rightindex;
|
|
private System.Windows.Forms.Label rightarea;
|
|
private System.Windows.Forms.Label righttype;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Button rightbutton;
|
|
private System.Windows.Forms.Label leftindex;
|
|
private System.Windows.Forms.Label leftarea;
|
|
private System.Windows.Forms.Button parentbutton;
|
|
private System.Windows.Forms.Label parentsplit;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.NumericUpDown ssectorindex;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button ssparentsplit;
|
|
private System.Windows.Forms.Label ssectornumsegs;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.NumericUpDown segindex;
|
|
private System.Windows.Forms.CheckBox viewsegbox;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label lineindex;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label endvertex;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label startvertex;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label segangle;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label segside;
|
|
private System.Windows.Forms.Label segoffset;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.Label sectorindex;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label sideindex;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.CheckBox showsegsvertices;
|
|
private System.Windows.Forms.Button buildnodesbutton;
|
|
private System.Windows.Forms.Label label11;
|
|
}
|
|
} |