d76842d2f6
Added topology explorer to test app; git-svn-id: https://triangle.svn.codeplex.com/svn@74355 0e2699bc-83d4-4a8f-98e7-55e24ab8c7a5
360 lines
16 KiB
C#
360 lines
16 KiB
C#
namespace MeshExplorer.Topology
|
|
{
|
|
partial class TopologyControlView
|
|
{
|
|
/// <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 Component 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.lbS2 = new System.Windows.Forms.Label();
|
|
this.lbS1 = new System.Windows.Forms.Label();
|
|
this.lbS0 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lbN2 = new System.Windows.Forms.Label();
|
|
this.lbN1 = new System.Windows.Forms.Label();
|
|
this.lbN0 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lbPosition = new System.Windows.Forms.Label();
|
|
this.lbV2 = new System.Windows.Forms.Label();
|
|
this.lbV1 = new System.Windows.Forms.Label();
|
|
this.lbV0 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lbTriangle = new System.Windows.Forms.Label();
|
|
this.darkButton9 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton7 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton5 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton3 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton8 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton6 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton4 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton2 = new MeshExplorer.Controls.DarkButton();
|
|
this.darkButton1 = new MeshExplorer.Controls.DarkButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// lbS2
|
|
//
|
|
this.lbS2.Location = new System.Drawing.Point(137, 122);
|
|
this.lbS2.Name = "lbS2";
|
|
this.lbS2.Size = new System.Drawing.Size(53, 13);
|
|
this.lbS2.TabIndex = 16;
|
|
this.lbS2.Text = "-";
|
|
this.lbS2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbS1
|
|
//
|
|
this.lbS1.Location = new System.Drawing.Point(137, 107);
|
|
this.lbS1.Name = "lbS1";
|
|
this.lbS1.Size = new System.Drawing.Size(53, 13);
|
|
this.lbS1.TabIndex = 15;
|
|
this.lbS1.Text = "-";
|
|
this.lbS1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbS0
|
|
//
|
|
this.lbS0.Location = new System.Drawing.Point(137, 92);
|
|
this.lbS0.Name = "lbS0";
|
|
this.lbS0.Size = new System.Drawing.Size(53, 13);
|
|
this.lbS0.TabIndex = 17;
|
|
this.lbS0.Text = "-";
|
|
this.lbS0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.label6.Location = new System.Drawing.Point(134, 71);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(57, 13);
|
|
this.label6.TabIndex = 19;
|
|
this.label6.Text = "Segments";
|
|
//
|
|
// lbN2
|
|
//
|
|
this.lbN2.Location = new System.Drawing.Point(66, 122);
|
|
this.lbN2.Name = "lbN2";
|
|
this.lbN2.Size = new System.Drawing.Size(57, 13);
|
|
this.lbN2.TabIndex = 13;
|
|
this.lbN2.Text = "-";
|
|
this.lbN2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbN1
|
|
//
|
|
this.lbN1.Location = new System.Drawing.Point(66, 107);
|
|
this.lbN1.Name = "lbN1";
|
|
this.lbN1.Size = new System.Drawing.Size(57, 13);
|
|
this.lbN1.TabIndex = 14;
|
|
this.lbN1.Text = "-";
|
|
this.lbN1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbN0
|
|
//
|
|
this.lbN0.Location = new System.Drawing.Point(66, 92);
|
|
this.lbN0.Name = "lbN0";
|
|
this.lbN0.Size = new System.Drawing.Size(57, 13);
|
|
this.lbN0.TabIndex = 12;
|
|
this.lbN0.Text = "-";
|
|
this.lbN0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.label5.Location = new System.Drawing.Point(63, 71);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(61, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "Neighbors";
|
|
//
|
|
// lbPosition
|
|
//
|
|
this.lbPosition.AutoSize = true;
|
|
this.lbPosition.Location = new System.Drawing.Point(70, 15);
|
|
this.lbPosition.Name = "lbPosition";
|
|
this.lbPosition.Size = new System.Drawing.Size(11, 13);
|
|
this.lbPosition.TabIndex = 11;
|
|
this.lbPosition.Text = "-";
|
|
//
|
|
// lbV2
|
|
//
|
|
this.lbV2.Location = new System.Drawing.Point(16, 122);
|
|
this.lbV2.Name = "lbV2";
|
|
this.lbV2.Size = new System.Drawing.Size(38, 13);
|
|
this.lbV2.TabIndex = 6;
|
|
this.lbV2.Text = "-";
|
|
this.lbV2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbV1
|
|
//
|
|
this.lbV1.Location = new System.Drawing.Point(16, 107);
|
|
this.lbV1.Name = "lbV1";
|
|
this.lbV1.Size = new System.Drawing.Size(38, 13);
|
|
this.lbV1.TabIndex = 5;
|
|
this.lbV1.Text = "-";
|
|
this.lbV1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lbV0
|
|
//
|
|
this.lbV0.Location = new System.Drawing.Point(16, 92);
|
|
this.lbV0.Name = "lbV0";
|
|
this.lbV0.Size = new System.Drawing.Size(38, 13);
|
|
this.lbV0.TabIndex = 7;
|
|
this.lbV0.Text = "-";
|
|
this.lbV0.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
this.label4.Location = new System.Drawing.Point(8, 71);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 13);
|
|
this.label4.TabIndex = 9;
|
|
this.label4.Text = "Vertices";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 15);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(52, 13);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Position:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(7, 37);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(51, 13);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "Triangle:";
|
|
//
|
|
// lbTriangle
|
|
//
|
|
this.lbTriangle.AutoSize = true;
|
|
this.lbTriangle.Location = new System.Drawing.Point(70, 37);
|
|
this.lbTriangle.Name = "lbTriangle";
|
|
this.lbTriangle.Size = new System.Drawing.Size(11, 13);
|
|
this.lbTriangle.TabIndex = 11;
|
|
this.lbTriangle.Text = "-";
|
|
//
|
|
// darkButton9
|
|
//
|
|
this.darkButton9.Location = new System.Drawing.Point(99, 367);
|
|
this.darkButton9.Name = "darkButton9";
|
|
this.darkButton9.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton9.TabIndex = 21;
|
|
this.darkButton9.Text = "Rprev";
|
|
this.darkButton9.UseVisualStyleBackColor = true;
|
|
this.darkButton9.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton7
|
|
//
|
|
this.darkButton7.Location = new System.Drawing.Point(99, 338);
|
|
this.darkButton7.Name = "darkButton7";
|
|
this.darkButton7.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton7.TabIndex = 22;
|
|
this.darkButton7.Text = "Dprev";
|
|
this.darkButton7.UseVisualStyleBackColor = true;
|
|
this.darkButton7.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton5
|
|
//
|
|
this.darkButton5.Location = new System.Drawing.Point(99, 309);
|
|
this.darkButton5.Name = "darkButton5";
|
|
this.darkButton5.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton5.TabIndex = 23;
|
|
this.darkButton5.Text = "Oprev";
|
|
this.darkButton5.UseVisualStyleBackColor = true;
|
|
this.darkButton5.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton3
|
|
//
|
|
this.darkButton3.Location = new System.Drawing.Point(99, 280);
|
|
this.darkButton3.Name = "darkButton3";
|
|
this.darkButton3.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton3.TabIndex = 24;
|
|
this.darkButton3.Text = "Lprev";
|
|
this.darkButton3.UseVisualStyleBackColor = true;
|
|
this.darkButton3.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton8
|
|
//
|
|
this.darkButton8.Location = new System.Drawing.Point(11, 367);
|
|
this.darkButton8.Name = "darkButton8";
|
|
this.darkButton8.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton8.TabIndex = 25;
|
|
this.darkButton8.Text = "Rnext";
|
|
this.darkButton8.UseVisualStyleBackColor = true;
|
|
this.darkButton8.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton6
|
|
//
|
|
this.darkButton6.Location = new System.Drawing.Point(11, 338);
|
|
this.darkButton6.Name = "darkButton6";
|
|
this.darkButton6.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton6.TabIndex = 26;
|
|
this.darkButton6.Text = "Dnext";
|
|
this.darkButton6.UseVisualStyleBackColor = true;
|
|
this.darkButton6.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton4
|
|
//
|
|
this.darkButton4.Location = new System.Drawing.Point(11, 309);
|
|
this.darkButton4.Name = "darkButton4";
|
|
this.darkButton4.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton4.TabIndex = 27;
|
|
this.darkButton4.Text = "Onext";
|
|
this.darkButton4.UseVisualStyleBackColor = true;
|
|
this.darkButton4.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton2
|
|
//
|
|
this.darkButton2.Location = new System.Drawing.Point(11, 280);
|
|
this.darkButton2.Name = "darkButton2";
|
|
this.darkButton2.Size = new System.Drawing.Size(78, 23);
|
|
this.darkButton2.TabIndex = 28;
|
|
this.darkButton2.Text = "Lnext";
|
|
this.darkButton2.UseVisualStyleBackColor = true;
|
|
this.darkButton2.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// darkButton1
|
|
//
|
|
this.darkButton1.Location = new System.Drawing.Point(11, 251);
|
|
this.darkButton1.Name = "darkButton1";
|
|
this.darkButton1.Size = new System.Drawing.Size(166, 23);
|
|
this.darkButton1.TabIndex = 20;
|
|
this.darkButton1.Text = "Sym";
|
|
this.darkButton1.UseVisualStyleBackColor = true;
|
|
this.darkButton1.Click += new System.EventHandler(this.btnPrimitive_Click);
|
|
//
|
|
// TopoControlView
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(76)))), ((int)(((byte)(76)))));
|
|
this.Controls.Add(this.darkButton9);
|
|
this.Controls.Add(this.darkButton7);
|
|
this.Controls.Add(this.darkButton5);
|
|
this.Controls.Add(this.darkButton3);
|
|
this.Controls.Add(this.darkButton8);
|
|
this.Controls.Add(this.darkButton6);
|
|
this.Controls.Add(this.darkButton4);
|
|
this.Controls.Add(this.darkButton2);
|
|
this.Controls.Add(this.darkButton1);
|
|
this.Controls.Add(this.lbS2);
|
|
this.Controls.Add(this.lbS1);
|
|
this.Controls.Add(this.lbS0);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.lbN2);
|
|
this.Controls.Add(this.lbN1);
|
|
this.Controls.Add(this.lbN0);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.lbTriangle);
|
|
this.Controls.Add(this.lbPosition);
|
|
this.Controls.Add(this.lbV2);
|
|
this.Controls.Add(this.lbV1);
|
|
this.Controls.Add(this.lbV0);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.ForeColor = System.Drawing.Color.White;
|
|
this.Name = "TopoControlView";
|
|
this.Size = new System.Drawing.Size(195, 439);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lbS2;
|
|
private System.Windows.Forms.Label lbS1;
|
|
private System.Windows.Forms.Label lbS0;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label lbN2;
|
|
private System.Windows.Forms.Label lbN1;
|
|
private System.Windows.Forms.Label lbN0;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lbPosition;
|
|
private System.Windows.Forms.Label lbV2;
|
|
private System.Windows.Forms.Label lbV1;
|
|
private System.Windows.Forms.Label lbV0;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lbTriangle;
|
|
private Controls.DarkButton darkButton9;
|
|
private Controls.DarkButton darkButton7;
|
|
private Controls.DarkButton darkButton5;
|
|
private Controls.DarkButton darkButton3;
|
|
private Controls.DarkButton darkButton8;
|
|
private Controls.DarkButton darkButton6;
|
|
private Controls.DarkButton darkButton4;
|
|
private Controls.DarkButton darkButton2;
|
|
private Controls.DarkButton darkButton1;
|
|
}
|
|
}
|