/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxIdentity     = new System.Windows.Forms.GroupBox();
     this.textBoxName          = new System.Windows.Forms.TextBox();
     this.groupBoxVertices     = new System.Windows.Forms.GroupBox();
     this.buttonDeleteVertex   = new System.Windows.Forms.Button();
     this.vertexControl1       = new SharpGL.Controls.VertexControl();
     this.label1               = new System.Windows.Forms.Label();
     this.buttonNew            = new System.Windows.Forms.Button();
     this.listViewVertices     = new System.Windows.Forms.ListView();
     this.groupBoxFaces        = new System.Windows.Forms.GroupBox();
     this.buttonReorderFace    = new System.Windows.Forms.Button();
     this.buttonDeleteFace     = new System.Windows.Forms.Button();
     this.listViewFaces        = new System.Windows.Forms.ListView();
     this.columnHeaderIndicies = new System.Windows.Forms.ColumnHeader();
     this.openGLCtrlPolybuild  = new SharpGL.SceneControl();
     this.buttonOK             = new System.Windows.Forms.Button();
     this.buttonLoad           = new System.Windows.Forms.Button();
     this.buttonSave           = new System.Windows.Forms.Button();
     this.buttonCancel         = new System.Windows.Forms.Button();
     this.buttonNewPoly        = new System.Windows.Forms.Button();
     this.groupBoxIdentity.SuspendLayout();
     this.groupBoxVertices.SuspendLayout();
     this.groupBoxFaces.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxIdentity
     //
     this.groupBoxIdentity.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.textBoxName
     });
     this.groupBoxIdentity.Location = new System.Drawing.Point(8, 8);
     this.groupBoxIdentity.Name     = "groupBoxIdentity";
     this.groupBoxIdentity.Size     = new System.Drawing.Size(216, 56);
     this.groupBoxIdentity.TabIndex = 1;
     this.groupBoxIdentity.TabStop  = false;
     this.groupBoxIdentity.Text     = "Name";
     //
     // textBoxName
     //
     this.textBoxName.Location     = new System.Drawing.Point(8, 24);
     this.textBoxName.Name         = "textBoxName";
     this.textBoxName.Size         = new System.Drawing.Size(200, 21);
     this.textBoxName.TabIndex     = 0;
     this.textBoxName.Text         = "Polygon Name";
     this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged);
     //
     // groupBoxVertices
     //
     this.groupBoxVertices.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.buttonDeleteVertex,
         this.vertexControl1,
         this.label1,
         this.buttonNew,
         this.listViewVertices
     });
     this.groupBoxVertices.Location = new System.Drawing.Point(8, 64);
     this.groupBoxVertices.Name     = "groupBoxVertices";
     this.groupBoxVertices.Size     = new System.Drawing.Size(216, 216);
     this.groupBoxVertices.TabIndex = 2;
     this.groupBoxVertices.TabStop  = false;
     this.groupBoxVertices.Text     = "Vertices";
     //
     // buttonDeleteVertex
     //
     this.buttonDeleteVertex.Location = new System.Drawing.Point(136, 56);
     this.buttonDeleteVertex.Name     = "buttonDeleteVertex";
     this.buttonDeleteVertex.Size     = new System.Drawing.Size(72, 23);
     this.buttonDeleteVertex.TabIndex = 4;
     this.buttonDeleteVertex.Text     = "&Delete";
     this.buttonDeleteVertex.Click   += new System.EventHandler(this.buttonDeleteVertex_Click);
     //
     // vertexControl1
     //
     this.vertexControl1.Location = new System.Drawing.Point(8, 176);
     this.vertexControl1.Name     = "vertexControl1";
     this.vertexControl1.Size     = new System.Drawing.Size(144, 32);
     this.vertexControl1.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(136, 88);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(72, 88);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Drag the vertices into the face panel to make a new face.";
     //
     // buttonNew
     //
     this.buttonNew.Location = new System.Drawing.Point(136, 24);
     this.buttonNew.Name     = "buttonNew";
     this.buttonNew.Size     = new System.Drawing.Size(72, 23);
     this.buttonNew.TabIndex = 1;
     this.buttonNew.Text     = "&New";
     this.buttonNew.Click   += new System.EventHandler(this.buttonNew_Click);
     //
     // listViewVertices
     //
     this.listViewVertices.FullRowSelect         = true;
     this.listViewVertices.GridLines             = true;
     this.listViewVertices.Location              = new System.Drawing.Point(8, 24);
     this.listViewVertices.MultiSelect           = false;
     this.listViewVertices.Name                  = "listViewVertices";
     this.listViewVertices.Size                  = new System.Drawing.Size(120, 152);
     this.listViewVertices.TabIndex              = 0;
     this.listViewVertices.View                  = System.Windows.Forms.View.SmallIcon;
     this.listViewVertices.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.listViewVertices_KeyDown);
     this.listViewVertices.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.listViewVertices_MouseDown);
     this.listViewVertices.SelectedIndexChanged += new System.EventHandler(this.listViewVertices_SelectedIndexChanged);
     //
     // groupBoxFaces
     //
     this.groupBoxFaces.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.buttonReorderFace,
         this.buttonDeleteFace,
         this.listViewFaces
     });
     this.groupBoxFaces.Location = new System.Drawing.Point(8, 280);
     this.groupBoxFaces.Name     = "groupBoxFaces";
     this.groupBoxFaces.Size     = new System.Drawing.Size(216, 184);
     this.groupBoxFaces.TabIndex = 3;
     this.groupBoxFaces.TabStop  = false;
     this.groupBoxFaces.Text     = "Faces";
     //
     // buttonReorderFace
     //
     this.buttonReorderFace.Location = new System.Drawing.Point(88, 152);
     this.buttonReorderFace.Name     = "buttonReorderFace";
     this.buttonReorderFace.TabIndex = 2;
     this.buttonReorderFace.Text     = "&Reorder";
     this.buttonReorderFace.Click   += new System.EventHandler(this.buttonReorderFace_Click);
     //
     // buttonDeleteFace
     //
     this.buttonDeleteFace.Location = new System.Drawing.Point(8, 152);
     this.buttonDeleteFace.Name     = "buttonDeleteFace";
     this.buttonDeleteFace.TabIndex = 1;
     this.buttonDeleteFace.Text     = "D&elete";
     this.buttonDeleteFace.Click   += new System.EventHandler(this.buttonDeleteFace_Click);
     //
     // listViewFaces
     //
     this.listViewFaces.AllowDrop  = true;
     this.listViewFaces.CheckBoxes = true;
     this.listViewFaces.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeaderIndicies
     });
     this.listViewFaces.GridLines     = true;
     this.listViewFaces.HideSelection = false;
     this.listViewFaces.Location      = new System.Drawing.Point(8, 24);
     this.listViewFaces.Name          = "listViewFaces";
     this.listViewFaces.Size          = new System.Drawing.Size(200, 120);
     this.listViewFaces.TabIndex      = 0;
     this.listViewFaces.View          = System.Windows.Forms.View.Details;
     this.listViewFaces.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.listViewFaces_KeyDown);
     this.listViewFaces.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.listViewFaces_KeyPress);
     this.listViewFaces.DragOver     += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragOver);
     this.listViewFaces.DragDrop     += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragDrop);
     this.listViewFaces.DragEnter    += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragEnter);
     //
     // columnHeaderIndicies
     //
     this.columnHeaderIndicies.Text  = "Indicies";
     this.columnHeaderIndicies.Width = 196;
     //
     // openGLCtrlPolybuild
     //
     this.openGLCtrlPolybuild.AutoSelect      = true;
     this.openGLCtrlPolybuild.Location        = new System.Drawing.Point(232, 16);
     this.openGLCtrlPolybuild.Mouse           = SharpGL.SceneGraph.MouseOperation.Translate;
     this.openGLCtrlPolybuild.Name            = "openGLCtrlPolybuild";
     this.openGLCtrlPolybuild.ShowHandOnHover = false;
     this.openGLCtrlPolybuild.Size            = new System.Drawing.Size(448, 416);
     this.openGLCtrlPolybuild.TabIndex        = 4;
     //
     // buttonOK
     //
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location     = new System.Drawing.Point(608, 440);
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.TabIndex     = 5;
     this.buttonOK.Text         = "OK";
     //
     // buttonLoad
     //
     this.buttonLoad.Location = new System.Drawing.Point(336, 440);
     this.buttonLoad.Name     = "buttonLoad";
     this.buttonLoad.TabIndex = 6;
     this.buttonLoad.Text     = "&Load...";
     this.buttonLoad.Click   += new System.EventHandler(this.buttonLoad_Click);
     //
     // buttonSave
     //
     this.buttonSave.Location = new System.Drawing.Point(416, 440);
     this.buttonSave.Name     = "buttonSave";
     this.buttonSave.TabIndex = 7;
     this.buttonSave.Text     = "&Save...";
     this.buttonSave.Click   += new System.EventHandler(this.buttonSave_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location     = new System.Drawing.Point(528, 440);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.TabIndex     = 8;
     this.buttonCancel.Text         = "Cancel";
     //
     // buttonNewPoly
     //
     this.buttonNewPoly.Location = new System.Drawing.Point(232, 440);
     this.buttonNewPoly.Name     = "buttonNewPoly";
     this.buttonNewPoly.TabIndex = 9;
     this.buttonNewPoly.Text     = "Ne&w";
     this.buttonNewPoly.Click   += new System.EventHandler(this.buttonNewPoly_Click);
     //
     // PolygonBuilder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(690, 472);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.buttonNewPoly,
         this.buttonCancel,
         this.buttonSave,
         this.buttonLoad,
         this.buttonOK,
         this.openGLCtrlPolybuild,
         this.groupBoxFaces,
         this.groupBoxVertices,
         this.groupBoxIdentity
     });
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "PolygonBuilder";
     this.Text            = "PolygonBuilder";
     this.Load           += new System.EventHandler(this.PolygonBuilder_Load);
     this.groupBoxIdentity.ResumeLayout(false);
     this.groupBoxVertices.ResumeLayout(false);
     this.groupBoxFaces.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.groupBoxIdentity = new System.Windows.Forms.GroupBox();
			this.textBoxName = new System.Windows.Forms.TextBox();
			this.groupBoxVertices = new System.Windows.Forms.GroupBox();
			this.buttonDeleteVertex = new System.Windows.Forms.Button();
			this.vertexControl1 = new SharpGL.Controls.VertexControl();
			this.label1 = new System.Windows.Forms.Label();
			this.buttonNew = new System.Windows.Forms.Button();
			this.listViewVertices = new System.Windows.Forms.ListView();
			this.groupBoxFaces = new System.Windows.Forms.GroupBox();
			this.buttonReorderFace = new System.Windows.Forms.Button();
			this.buttonDeleteFace = new System.Windows.Forms.Button();
			this.listViewFaces = new System.Windows.Forms.ListView();
			this.columnHeaderIndicies = new System.Windows.Forms.ColumnHeader();
			this.openGLCtrlPolybuild = new SharpGL.SceneControl();
			this.buttonOK = new System.Windows.Forms.Button();
			this.buttonLoad = new System.Windows.Forms.Button();
			this.buttonSave = new System.Windows.Forms.Button();
			this.buttonCancel = new System.Windows.Forms.Button();
			this.buttonNewPoly = new System.Windows.Forms.Button();
			this.groupBoxIdentity.SuspendLayout();
			this.groupBoxVertices.SuspendLayout();
			this.groupBoxFaces.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBoxIdentity
			// 
			this.groupBoxIdentity.Controls.AddRange(new System.Windows.Forms.Control[] {
																						   this.textBoxName});
			this.groupBoxIdentity.Location = new System.Drawing.Point(8, 8);
			this.groupBoxIdentity.Name = "groupBoxIdentity";
			this.groupBoxIdentity.Size = new System.Drawing.Size(216, 56);
			this.groupBoxIdentity.TabIndex = 1;
			this.groupBoxIdentity.TabStop = false;
			this.groupBoxIdentity.Text = "Name";
			// 
			// textBoxName
			// 
			this.textBoxName.Location = new System.Drawing.Point(8, 24);
			this.textBoxName.Name = "textBoxName";
			this.textBoxName.Size = new System.Drawing.Size(200, 21);
			this.textBoxName.TabIndex = 0;
			this.textBoxName.Text = "Polygon Name";
			this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged);
			// 
			// groupBoxVertices
			// 
			this.groupBoxVertices.Controls.AddRange(new System.Windows.Forms.Control[] {
																						   this.buttonDeleteVertex,
																						   this.vertexControl1,
																						   this.label1,
																						   this.buttonNew,
																						   this.listViewVertices});
			this.groupBoxVertices.Location = new System.Drawing.Point(8, 64);
			this.groupBoxVertices.Name = "groupBoxVertices";
			this.groupBoxVertices.Size = new System.Drawing.Size(216, 216);
			this.groupBoxVertices.TabIndex = 2;
			this.groupBoxVertices.TabStop = false;
			this.groupBoxVertices.Text = "Vertices";
			// 
			// buttonDeleteVertex
			// 
			this.buttonDeleteVertex.Location = new System.Drawing.Point(136, 56);
			this.buttonDeleteVertex.Name = "buttonDeleteVertex";
			this.buttonDeleteVertex.Size = new System.Drawing.Size(72, 23);
			this.buttonDeleteVertex.TabIndex = 4;
			this.buttonDeleteVertex.Text = "&Delete";
			this.buttonDeleteVertex.Click += new System.EventHandler(this.buttonDeleteVertex_Click);
			// 
			// vertexControl1
			// 
			this.vertexControl1.Location = new System.Drawing.Point(8, 176);
			this.vertexControl1.Name = "vertexControl1";
			this.vertexControl1.Size = new System.Drawing.Size(144, 32);
			this.vertexControl1.TabIndex = 3;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(136, 88);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(72, 88);
			this.label1.TabIndex = 2;
			this.label1.Text = "Drag the vertices into the face panel to make a new face.";
			// 
			// buttonNew
			// 
			this.buttonNew.Location = new System.Drawing.Point(136, 24);
			this.buttonNew.Name = "buttonNew";
			this.buttonNew.Size = new System.Drawing.Size(72, 23);
			this.buttonNew.TabIndex = 1;
			this.buttonNew.Text = "&New";
			this.buttonNew.Click += new System.EventHandler(this.buttonNew_Click);
			// 
			// listViewVertices
			// 
			this.listViewVertices.FullRowSelect = true;
			this.listViewVertices.GridLines = true;
			this.listViewVertices.Location = new System.Drawing.Point(8, 24);
			this.listViewVertices.MultiSelect = false;
			this.listViewVertices.Name = "listViewVertices";
			this.listViewVertices.Size = new System.Drawing.Size(120, 152);
			this.listViewVertices.TabIndex = 0;
			this.listViewVertices.View = System.Windows.Forms.View.SmallIcon;
			this.listViewVertices.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewVertices_KeyDown);
			this.listViewVertices.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listViewVertices_MouseDown);
			this.listViewVertices.SelectedIndexChanged += new System.EventHandler(this.listViewVertices_SelectedIndexChanged);
			// 
			// groupBoxFaces
			// 
			this.groupBoxFaces.Controls.AddRange(new System.Windows.Forms.Control[] {
																						this.buttonReorderFace,
																						this.buttonDeleteFace,
																						this.listViewFaces});
			this.groupBoxFaces.Location = new System.Drawing.Point(8, 280);
			this.groupBoxFaces.Name = "groupBoxFaces";
			this.groupBoxFaces.Size = new System.Drawing.Size(216, 184);
			this.groupBoxFaces.TabIndex = 3;
			this.groupBoxFaces.TabStop = false;
			this.groupBoxFaces.Text = "Faces";
			// 
			// buttonReorderFace
			// 
			this.buttonReorderFace.Location = new System.Drawing.Point(88, 152);
			this.buttonReorderFace.Name = "buttonReorderFace";
			this.buttonReorderFace.TabIndex = 2;
			this.buttonReorderFace.Text = "&Reorder";
			this.buttonReorderFace.Click += new System.EventHandler(this.buttonReorderFace_Click);
			// 
			// buttonDeleteFace
			// 
			this.buttonDeleteFace.Location = new System.Drawing.Point(8, 152);
			this.buttonDeleteFace.Name = "buttonDeleteFace";
			this.buttonDeleteFace.TabIndex = 1;
			this.buttonDeleteFace.Text = "D&elete";
			this.buttonDeleteFace.Click += new System.EventHandler(this.buttonDeleteFace_Click);
			// 
			// listViewFaces
			// 
			this.listViewFaces.AllowDrop = true;
			this.listViewFaces.CheckBoxes = true;
			this.listViewFaces.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																							this.columnHeaderIndicies});
			this.listViewFaces.GridLines = true;
			this.listViewFaces.HideSelection = false;
			this.listViewFaces.Location = new System.Drawing.Point(8, 24);
			this.listViewFaces.Name = "listViewFaces";
			this.listViewFaces.Size = new System.Drawing.Size(200, 120);
			this.listViewFaces.TabIndex = 0;
			this.listViewFaces.View = System.Windows.Forms.View.Details;
			this.listViewFaces.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewFaces_KeyDown);
			this.listViewFaces.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.listViewFaces_KeyPress);
			this.listViewFaces.DragOver += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragOver);
			this.listViewFaces.DragDrop += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragDrop);
			this.listViewFaces.DragEnter += new System.Windows.Forms.DragEventHandler(this.listViewFaces_DragEnter);
			// 
			// columnHeaderIndicies
			// 
			this.columnHeaderIndicies.Text = "Indicies";
			this.columnHeaderIndicies.Width = 196;
			// 
			// openGLCtrlPolybuild
			// 
			this.openGLCtrlPolybuild.AutoSelect = true;
			this.openGLCtrlPolybuild.Location = new System.Drawing.Point(232, 16);
			this.openGLCtrlPolybuild.Mouse = SharpGL.SceneGraph.MouseOperation.Translate;
			this.openGLCtrlPolybuild.Name = "openGLCtrlPolybuild";
			this.openGLCtrlPolybuild.ShowHandOnHover = false;
			this.openGLCtrlPolybuild.Size = new System.Drawing.Size(448, 416);
			this.openGLCtrlPolybuild.TabIndex = 4;
			// 
			// buttonOK
			// 
			this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.buttonOK.Location = new System.Drawing.Point(608, 440);
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.TabIndex = 5;
			this.buttonOK.Text = "OK";
			// 
			// buttonLoad
			// 
			this.buttonLoad.Location = new System.Drawing.Point(336, 440);
			this.buttonLoad.Name = "buttonLoad";
			this.buttonLoad.TabIndex = 6;
			this.buttonLoad.Text = "&Load...";
			this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
			// 
			// buttonSave
			// 
			this.buttonSave.Location = new System.Drawing.Point(416, 440);
			this.buttonSave.Name = "buttonSave";
			this.buttonSave.TabIndex = 7;
			this.buttonSave.Text = "&Save...";
			this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
			// 
			// buttonCancel
			// 
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Location = new System.Drawing.Point(528, 440);
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.TabIndex = 8;
			this.buttonCancel.Text = "Cancel";
			// 
			// buttonNewPoly
			// 
			this.buttonNewPoly.Location = new System.Drawing.Point(232, 440);
			this.buttonNewPoly.Name = "buttonNewPoly";
			this.buttonNewPoly.TabIndex = 9;
			this.buttonNewPoly.Text = "Ne&w";
			this.buttonNewPoly.Click += new System.EventHandler(this.buttonNewPoly_Click);
			// 
			// PolygonBuilder
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
			this.ClientSize = new System.Drawing.Size(690, 472);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.buttonNewPoly,
																		  this.buttonCancel,
																		  this.buttonSave,
																		  this.buttonLoad,
																		  this.buttonOK,
																		  this.openGLCtrlPolybuild,
																		  this.groupBoxFaces,
																		  this.groupBoxVertices,
																		  this.groupBoxIdentity});
			this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Name = "PolygonBuilder";
			this.Text = "PolygonBuilder";
			this.Load += new System.EventHandler(this.PolygonBuilder_Load);
			this.groupBoxIdentity.ResumeLayout(false);
			this.groupBoxVertices.ResumeLayout(false);
			this.groupBoxFaces.ResumeLayout(false);
			this.ResumeLayout(false);

		}