Files
TestEIn/Form1.Designer.vb
T
Dario Sassi 3eb7aedd9e TestEIn 1.5j3 :
- unificati Scene, EgtInterface e GenInterface con EgtUILib
- modifiche a gestione mouse in Scene
- aggiunte funzioni in EgtInterface.
2014-10-15 08:03:07 +00:00

601 lines
27 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form
'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Richiesto da Progettazione Windows Form
Private components As System.ComponentModel.IContainer
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
'Può essere modificata in Progettazione Windows Form.
'Non modificarla nell'editor del codice.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.Scene1 = New TestEIn.Scene()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.btnMirror = New System.Windows.Forms.Button()
Me.btnRotM90 = New System.Windows.Forms.Button()
Me.btnRotP90 = New System.Windows.Forms.Button()
Me.chkAnalyze = New System.Windows.Forms.CheckBox()
Me.chkGetDist = New System.Windows.Forms.CheckBox()
Me.tboxCmd = New System.Windows.Forms.TextBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.rbtShading = New System.Windows.Forms.RadioButton()
Me.rbtHiddenLine = New System.Windows.Forms.RadioButton()
Me.rbtWireFrame = New System.Windows.Forms.RadioButton()
Me.chkCurveDir = New System.Windows.Forms.CheckBox()
Me.btnZoomOut = New System.Windows.Forms.Button()
Me.btnZoomIn = New System.Windows.Forms.Button()
Me.btnZoomAll = New System.Windows.Forms.Button()
Me.btnRight = New System.Windows.Forms.Button()
Me.btnBack = New System.Windows.Forms.Button()
Me.btnLeft = New System.Windows.Forms.Button()
Me.btnFront = New System.Windows.Forms.Button()
Me.btnIso = New System.Windows.Forms.Button()
Me.btnTop = New System.Windows.Forms.Button()
Me.btnImport = New System.Windows.Forms.Button()
Me.btnNew = New System.Windows.Forms.Button()
Me.btnExport = New System.Windows.Forms.Button()
Me.btnExec = New System.Windows.Forms.Button()
Me.btnSave = New System.Windows.Forms.Button()
Me.btnOpen = New System.Windows.Forms.Button()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.ToolStripStatusOnL = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusOutput = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusCursorPos = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusOnR = New System.Windows.Forms.ToolStripStatusLabel()
Me.Panel2 = New System.Windows.Forms.Panel()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.tBoxInfo = New System.Windows.Forms.TextBox()
Me.TreeView1 = New System.Windows.Forms.TreeView()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.OpenFileDialog = New System.Windows.Forms.OpenFileDialog()
Me.SaveFileDialog = New System.Windows.Forms.SaveFileDialog()
Me.btnGetDist = New System.Windows.Forms.CheckBox()
Me.TableLayoutPanel1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 3
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle())
Me.TableLayoutPanel1.Controls.Add(Me.Scene1, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.Panel1, 2, 0)
Me.TableLayoutPanel1.Controls.Add(Me.StatusStrip1, 0, 1)
Me.TableLayoutPanel1.Controls.Add(Me.Panel2, 0, 0)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(2)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 2
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle())
Me.TableLayoutPanel1.Size = New System.Drawing.Size(685, 441)
Me.TableLayoutPanel1.TabIndex = 0
'
'Scene1
'
Me.Scene1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Scene1.Cursor = System.Windows.Forms.Cursors.Default
Me.Scene1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Scene1.Location = New System.Drawing.Point(209, 3)
Me.Scene1.Name = "Scene1"
Me.Scene1.Size = New System.Drawing.Size(272, 413)
Me.Scene1.TabIndex = 1
'
'Panel1
'
Me.Panel1.Controls.Add(Me.btnMirror)
Me.Panel1.Controls.Add(Me.btnRotM90)
Me.Panel1.Controls.Add(Me.btnRotP90)
Me.Panel1.Controls.Add(Me.chkAnalyze)
Me.Panel1.Controls.Add(Me.chkGetDist)
Me.Panel1.Controls.Add(Me.tboxCmd)
Me.Panel1.Controls.Add(Me.GroupBox1)
Me.Panel1.Controls.Add(Me.chkCurveDir)
Me.Panel1.Controls.Add(Me.btnZoomOut)
Me.Panel1.Controls.Add(Me.btnZoomIn)
Me.Panel1.Controls.Add(Me.btnZoomAll)
Me.Panel1.Controls.Add(Me.btnRight)
Me.Panel1.Controls.Add(Me.btnBack)
Me.Panel1.Controls.Add(Me.btnLeft)
Me.Panel1.Controls.Add(Me.btnFront)
Me.Panel1.Controls.Add(Me.btnIso)
Me.Panel1.Controls.Add(Me.btnTop)
Me.Panel1.Controls.Add(Me.btnImport)
Me.Panel1.Controls.Add(Me.btnNew)
Me.Panel1.Controls.Add(Me.btnExport)
Me.Panel1.Controls.Add(Me.btnExec)
Me.Panel1.Controls.Add(Me.btnSave)
Me.Panel1.Controls.Add(Me.btnOpen)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(487, 3)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(195, 413)
Me.Panel1.TabIndex = 5
'
'btnMirror
'
Me.btnMirror.Location = New System.Drawing.Point(66, 250)
Me.btnMirror.Name = "btnMirror"
Me.btnMirror.Size = New System.Drawing.Size(59, 23)
Me.btnMirror.TabIndex = 28
Me.btnMirror.Text = "Mirror"
Me.btnMirror.UseVisualStyleBackColor = False
'
'btnRotM90
'
Me.btnRotM90.Location = New System.Drawing.Point(131, 250)
Me.btnRotM90.Name = "btnRotM90"
Me.btnRotM90.Size = New System.Drawing.Size(59, 23)
Me.btnRotM90.TabIndex = 27
Me.btnRotM90.Text = "Rot-90"
Me.btnRotM90.UseVisualStyleBackColor = False
'
'btnRotP90
'
Me.btnRotP90.Location = New System.Drawing.Point(3, 250)
Me.btnRotP90.Name = "btnRotP90"
Me.btnRotP90.Size = New System.Drawing.Size(59, 23)
Me.btnRotP90.TabIndex = 26
Me.btnRotP90.Text = "Rot+90"
Me.btnRotP90.UseVisualStyleBackColor = False
'
'chkAnalyze
'
Me.chkAnalyze.Appearance = System.Windows.Forms.Appearance.Button
Me.chkAnalyze.Location = New System.Drawing.Point(68, 97)
Me.chkAnalyze.Name = "chkAnalyze"
Me.chkAnalyze.Size = New System.Drawing.Size(60, 23)
Me.chkAnalyze.TabIndex = 25
Me.chkAnalyze.Text = "Analyze"
Me.chkAnalyze.UseVisualStyleBackColor = True
'
'chkGetDist
'
Me.chkGetDist.Appearance = System.Windows.Forms.Appearance.Button
Me.chkGetDist.Location = New System.Drawing.Point(130, 97)
Me.chkGetDist.Name = "chkGetDist"
Me.chkGetDist.Size = New System.Drawing.Size(60, 23)
Me.chkGetDist.TabIndex = 24
Me.chkGetDist.Text = "Get Dist"
Me.chkGetDist.UseVisualStyleBackColor = True
'
'tboxCmd
'
Me.tboxCmd.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tboxCmd.Location = New System.Drawing.Point(0, 357)
Me.tboxCmd.Multiline = True
Me.tboxCmd.Name = "tboxCmd"
Me.tboxCmd.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.tboxCmd.Size = New System.Drawing.Size(194, 55)
Me.tboxCmd.TabIndex = 23
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.rbtShading)
Me.GroupBox1.Controls.Add(Me.rbtHiddenLine)
Me.GroupBox1.Controls.Add(Me.rbtWireFrame)
Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText
Me.GroupBox1.Location = New System.Drawing.Point(0, 53)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(195, 39)
Me.GroupBox1.TabIndex = 22
Me.GroupBox1.TabStop = False
'
'rbtShading
'
Me.rbtShading.Appearance = System.Windows.Forms.Appearance.Button
Me.rbtShading.Location = New System.Drawing.Point(130, 10)
Me.rbtShading.Name = "rbtShading"
Me.rbtShading.Size = New System.Drawing.Size(60, 23)
Me.rbtShading.TabIndex = 23
Me.rbtShading.TabStop = True
Me.rbtShading.Text = "Shading"
Me.rbtShading.UseVisualStyleBackColor = True
'
'rbtHiddenLine
'
Me.rbtHiddenLine.Appearance = System.Windows.Forms.Appearance.Button
Me.rbtHiddenLine.Location = New System.Drawing.Point(66, 10)
Me.rbtHiddenLine.Name = "rbtHiddenLine"
Me.rbtHiddenLine.Size = New System.Drawing.Size(60, 23)
Me.rbtHiddenLine.TabIndex = 22
Me.rbtHiddenLine.TabStop = True
Me.rbtHiddenLine.Text = "HiddLine"
Me.rbtHiddenLine.UseVisualStyleBackColor = True
'
'rbtWireFrame
'
Me.rbtWireFrame.Appearance = System.Windows.Forms.Appearance.Button
Me.rbtWireFrame.Location = New System.Drawing.Point(3, 10)
Me.rbtWireFrame.Name = "rbtWireFrame"
Me.rbtWireFrame.Size = New System.Drawing.Size(60, 23)
Me.rbtWireFrame.TabIndex = 21
Me.rbtWireFrame.TabStop = True
Me.rbtWireFrame.Text = "WireFrm"
Me.rbtWireFrame.UseVisualStyleBackColor = True
'
'chkCurveDir
'
Me.chkCurveDir.Appearance = System.Windows.Forms.Appearance.Button
Me.chkCurveDir.Location = New System.Drawing.Point(3, 97)
Me.chkCurveDir.Name = "chkCurveDir"
Me.chkCurveDir.Size = New System.Drawing.Size(60, 23)
Me.chkCurveDir.TabIndex = 20
Me.chkCurveDir.Text = "CurveDir"
Me.chkCurveDir.UseVisualStyleBackColor = True
'
'btnZoomOut
'
Me.btnZoomOut.Location = New System.Drawing.Point(132, 134)
Me.btnZoomOut.Name = "btnZoomOut"
Me.btnZoomOut.Size = New System.Drawing.Size(60, 23)
Me.btnZoomOut.TabIndex = 15
Me.btnZoomOut.Text = "ZoomOut"
Me.btnZoomOut.UseVisualStyleBackColor = False
'
'btnZoomIn
'
Me.btnZoomIn.Location = New System.Drawing.Point(69, 134)
Me.btnZoomIn.Name = "btnZoomIn"
Me.btnZoomIn.Size = New System.Drawing.Size(60, 23)
Me.btnZoomIn.TabIndex = 14
Me.btnZoomIn.Text = "ZoomIn"
Me.btnZoomIn.UseVisualStyleBackColor = False
'
'btnZoomAll
'
Me.btnZoomAll.Location = New System.Drawing.Point(3, 134)
Me.btnZoomAll.Name = "btnZoomAll"
Me.btnZoomAll.Size = New System.Drawing.Size(60, 23)
Me.btnZoomAll.TabIndex = 13
Me.btnZoomAll.Text = "ZoomAll"
Me.btnZoomAll.UseVisualStyleBackColor = False
'
'btnRight
'
Me.btnRight.Location = New System.Drawing.Point(130, 204)
Me.btnRight.Name = "btnRight"
Me.btnRight.Size = New System.Drawing.Size(60, 23)
Me.btnRight.TabIndex = 12
Me.btnRight.Text = "Right"
Me.btnRight.UseVisualStyleBackColor = False
'
'btnBack
'
Me.btnBack.Location = New System.Drawing.Point(68, 204)
Me.btnBack.Name = "btnBack"
Me.btnBack.Size = New System.Drawing.Size(60, 23)
Me.btnBack.TabIndex = 11
Me.btnBack.Text = "Back"
Me.btnBack.UseVisualStyleBackColor = False
'
'btnLeft
'
Me.btnLeft.Location = New System.Drawing.Point(130, 174)
Me.btnLeft.Name = "btnLeft"
Me.btnLeft.Size = New System.Drawing.Size(60, 23)
Me.btnLeft.TabIndex = 10
Me.btnLeft.Text = "Left"
Me.btnLeft.UseVisualStyleBackColor = False
'
'btnFront
'
Me.btnFront.Location = New System.Drawing.Point(66, 174)
Me.btnFront.Name = "btnFront"
Me.btnFront.Size = New System.Drawing.Size(60, 23)
Me.btnFront.TabIndex = 9
Me.btnFront.Text = "Front"
Me.btnFront.UseVisualStyleBackColor = False
'
'btnIso
'
Me.btnIso.Location = New System.Drawing.Point(3, 204)
Me.btnIso.Name = "btnIso"
Me.btnIso.Size = New System.Drawing.Size(60, 23)
Me.btnIso.TabIndex = 8
Me.btnIso.Text = "Iso"
Me.btnIso.UseVisualStyleBackColor = False
'
'btnTop
'
Me.btnTop.Location = New System.Drawing.Point(3, 174)
Me.btnTop.Name = "btnTop"
Me.btnTop.Size = New System.Drawing.Size(60, 23)
Me.btnTop.TabIndex = 7
Me.btnTop.Text = "Top"
Me.btnTop.UseVisualStyleBackColor = False
'
'btnImport
'
Me.btnImport.Location = New System.Drawing.Point(2, 30)
Me.btnImport.Name = "btnImport"
Me.btnImport.Size = New System.Drawing.Size(60, 23)
Me.btnImport.TabIndex = 6
Me.btnImport.Text = "Import"
Me.btnImport.UseVisualStyleBackColor = True
'
'btnNew
'
Me.btnNew.AutoSize = True
Me.btnNew.Location = New System.Drawing.Point(2, 2)
Me.btnNew.Margin = New System.Windows.Forms.Padding(2)
Me.btnNew.Name = "btnNew"
Me.btnNew.Size = New System.Drawing.Size(60, 23)
Me.btnNew.TabIndex = 5
Me.btnNew.Text = "New"
Me.btnNew.UseVisualStyleBackColor = True
'
'btnExport
'
Me.btnExport.Location = New System.Drawing.Point(66, 30)
Me.btnExport.Name = "btnExport"
Me.btnExport.Size = New System.Drawing.Size(60, 23)
Me.btnExport.TabIndex = 4
Me.btnExport.Text = "Export"
Me.btnExport.UseVisualStyleBackColor = True
'
'btnExec
'
Me.btnExec.Location = New System.Drawing.Point(130, 30)
Me.btnExec.Name = "btnExec"
Me.btnExec.Size = New System.Drawing.Size(60, 23)
Me.btnExec.TabIndex = 2
Me.btnExec.Text = "Exec"
Me.btnExec.UseVisualStyleBackColor = True
'
'btnSave
'
Me.btnSave.AutoSize = True
Me.btnSave.Location = New System.Drawing.Point(130, 2)
Me.btnSave.Margin = New System.Windows.Forms.Padding(2)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(60, 23)
Me.btnSave.TabIndex = 1
Me.btnSave.Text = "Save"
Me.btnSave.UseVisualStyleBackColor = True
'
'btnOpen
'
Me.btnOpen.AutoSize = True
Me.btnOpen.Location = New System.Drawing.Point(66, 2)
Me.btnOpen.Margin = New System.Windows.Forms.Padding(2)
Me.btnOpen.Name = "btnOpen"
Me.btnOpen.Size = New System.Drawing.Size(60, 23)
Me.btnOpen.TabIndex = 0
Me.btnOpen.Text = "Open"
Me.btnOpen.UseVisualStyleBackColor = True
'
'StatusStrip1
'
Me.StatusStrip1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.TableLayoutPanel1.SetColumnSpan(Me.StatusStrip1, 3)
Me.StatusStrip1.Dock = System.Windows.Forms.DockStyle.None
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusOnL, Me.ToolStripStatusOutput, Me.ToolStripStatusCursorPos, Me.ToolStripStatusOnR})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 419)
Me.StatusStrip1.MaximumSize = New System.Drawing.Size(0, 22)
Me.StatusStrip1.MinimumSize = New System.Drawing.Size(0, 22)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(685, 22)
Me.StatusStrip1.TabIndex = 6
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusOnL
'
Me.ToolStripStatusOnL.AutoSize = False
Me.ToolStripStatusOnL.Name = "ToolStripStatusOnL"
Me.ToolStripStatusOnL.Size = New System.Drawing.Size(205, 17)
'
'ToolStripStatusOutput
'
Me.ToolStripStatusOutput.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
Me.ToolStripStatusOutput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripStatusOutput.MergeIndex = 1
Me.ToolStripStatusOutput.Name = "ToolStripStatusOutput"
Me.ToolStripStatusOutput.Size = New System.Drawing.Size(75, 17)
Me.ToolStripStatusOutput.Spring = True
Me.ToolStripStatusOutput.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'ToolStripStatusCursorPos
'
Me.ToolStripStatusCursorPos.AutoSize = False
Me.ToolStripStatusCursorPos.BorderSides = CType((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) _
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
Me.ToolStripStatusCursorPos.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripStatusCursorPos.MergeIndex = 2
Me.ToolStripStatusCursorPos.Name = "ToolStripStatusCursorPos"
Me.ToolStripStatusCursorPos.Size = New System.Drawing.Size(200, 17)
Me.ToolStripStatusCursorPos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'ToolStripStatusOnR
'
Me.ToolStripStatusOnR.AutoSize = False
Me.ToolStripStatusOnR.Name = "ToolStripStatusOnR"
Me.ToolStripStatusOnR.Size = New System.Drawing.Size(190, 17)
Me.ToolStripStatusOnR.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Panel2
'
Me.Panel2.Controls.Add(Me.TableLayoutPanel2)
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel2.Location = New System.Drawing.Point(3, 3)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(200, 413)
Me.Panel2.TabIndex = 7
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.ColumnCount = 1
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel2.Controls.Add(Me.tBoxInfo, 0, 1)
Me.TableLayoutPanel2.Controls.Add(Me.TreeView1, 0, 0)
Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 0)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 2
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.0!))
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(200, 413)
Me.TableLayoutPanel2.TabIndex = 0
'
'tBoxInfo
'
Me.tBoxInfo.Dock = System.Windows.Forms.DockStyle.Fill
Me.tBoxInfo.Location = New System.Drawing.Point(3, 250)
Me.tBoxInfo.Multiline = True
Me.tBoxInfo.Name = "tBoxInfo"
Me.tBoxInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.tBoxInfo.Size = New System.Drawing.Size(194, 160)
Me.tBoxInfo.TabIndex = 24
'
'TreeView1
'
Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TreeView1.FullRowSelect = True
Me.TreeView1.HideSelection = False
Me.TreeView1.ImageIndex = 0
Me.TreeView1.ImageList = Me.ImageList1
Me.TreeView1.Location = New System.Drawing.Point(3, 3)
Me.TreeView1.Name = "TreeView1"
Me.TreeView1.SelectedImageIndex = 0
Me.TreeView1.Size = New System.Drawing.Size(194, 241)
Me.TreeView1.TabIndex = 0
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "Maters.ico")
Me.ImageList1.Images.SetKeyName(1, "NoGeo.ico")
Me.ImageList1.Images.SetKeyName(2, "Group.ico")
Me.ImageList1.Images.SetKeyName(3, "Vector.ico")
Me.ImageList1.Images.SetKeyName(4, "Point.ico")
Me.ImageList1.Images.SetKeyName(5, "Frame.ico")
Me.ImageList1.Images.SetKeyName(6, "Line.ico")
Me.ImageList1.Images.SetKeyName(7, "Arc.ico")
Me.ImageList1.Images.SetKeyName(8, "CBezier.ico")
Me.ImageList1.Images.SetKeyName(9, "CCompo.ico")
Me.ImageList1.Images.SetKeyName(10, "STriMesh.ico")
Me.ImageList1.Images.SetKeyName(11, "text.ico")
'
'OpenFileDialog
'
Me.OpenFileDialog.DefaultExt = "Nge"
Me.OpenFileDialog.Title = "Open"
'
'SaveFileDialog
'
Me.SaveFileDialog.Title = "Save"
'
'btnGetDist
'
Me.btnGetDist.Appearance = System.Windows.Forms.Appearance.Button
Me.btnGetDist.Location = New System.Drawing.Point(130, 97)
Me.btnGetDist.Name = "btnGetDist"
Me.btnGetDist.Size = New System.Drawing.Size(60, 23)
Me.btnGetDist.TabIndex = 24
Me.btnGetDist.Text = "Get Dist"
Me.btnGetDist.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.ClientSize = New System.Drawing.Size(685, 441)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.Cursor = System.Windows.Forms.Cursors.Arrow
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Margin = New System.Windows.Forms.Padding(2)
Me.MinimumSize = New System.Drawing.Size(640, 480)
Me.Name = "Form1"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.Manual
Me.Text = "Egaltech Interface Prova 1"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel1.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.Panel2.ResumeLayout(False)
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents OpenFileDialog As System.Windows.Forms.OpenFileDialog
Friend WithEvents SaveFileDialog As System.Windows.Forms.SaveFileDialog
Friend WithEvents btnOpen As System.Windows.Forms.Button
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnExec As System.Windows.Forms.Button
Friend WithEvents btnExport As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents btnNew As System.Windows.Forms.Button
Friend WithEvents btnImport As System.Windows.Forms.Button
Friend WithEvents btnIso As System.Windows.Forms.Button
Friend WithEvents btnTop As System.Windows.Forms.Button
Friend WithEvents btnRight As System.Windows.Forms.Button
Friend WithEvents btnBack As System.Windows.Forms.Button
Friend WithEvents btnLeft As System.Windows.Forms.Button
Friend WithEvents btnFront As System.Windows.Forms.Button
Friend WithEvents btnZoomOut As System.Windows.Forms.Button
Friend WithEvents btnZoomIn As System.Windows.Forms.Button
Friend WithEvents btnZoomAll As System.Windows.Forms.Button
Friend WithEvents chkCurveDir As System.Windows.Forms.CheckBox
Friend WithEvents rbtWireFrame As System.Windows.Forms.RadioButton
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents rbtShading As System.Windows.Forms.RadioButton
Friend WithEvents rbtHiddenLine As System.Windows.Forms.RadioButton
Friend WithEvents Scene1 As TestEIn.Scene
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatusCursorPos As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents tboxCmd As System.Windows.Forms.TextBox
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents TreeView1 As System.Windows.Forms.TreeView
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents tBoxInfo As System.Windows.Forms.TextBox
Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents chkGetDist As System.Windows.Forms.CheckBox
Friend WithEvents btnGetDist As System.Windows.Forms.CheckBox
Friend WithEvents ToolStripStatusOutput As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusOnL As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusOnR As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents chkAnalyze As System.Windows.Forms.CheckBox
Friend WithEvents btnRotM90 As System.Windows.Forms.Button
Friend WithEvents btnRotP90 As System.Windows.Forms.Button
Friend WithEvents btnMirror As System.Windows.Forms.Button
End Class