9d43c71eec
- aggiunti treeview degli oggetti e aboutbox.
511 lines
23 KiB
VB.net
511 lines
23 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.Panel1 = New System.Windows.Forms.Panel()
|
|
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.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.ToolStripStatusLabel3 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
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.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.Scene1 = New TestEIn.Scene()
|
|
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, 386)
|
|
Me.TableLayoutPanel1.TabIndex = 0
|
|
'
|
|
'Panel1
|
|
'
|
|
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, 358)
|
|
Me.Panel1.TabIndex = 5
|
|
'
|
|
'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, 302)
|
|
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.TableLayoutPanel1.SetColumnSpan(Me.StatusStrip1, 3)
|
|
Me.StatusStrip1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel2, Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel3})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 364)
|
|
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"
|
|
'
|
|
'ToolStripStatusLabel2
|
|
'
|
|
Me.ToolStripStatusLabel2.AutoSize = False
|
|
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
|
|
Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(300, 17)
|
|
Me.ToolStripStatusLabel2.Spring = True
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
Me.ToolStripStatusLabel1.AutoSize = False
|
|
Me.ToolStripStatusLabel1.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.ToolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
|
Me.ToolStripStatusLabel1.MergeIndex = 1
|
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(185, 17)
|
|
Me.ToolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
'
|
|
'ToolStripStatusLabel3
|
|
'
|
|
Me.ToolStripStatusLabel3.AutoSize = False
|
|
Me.ToolStripStatusLabel3.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.ToolStripStatusLabel3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
|
|
Me.ToolStripStatusLabel3.MergeIndex = 2
|
|
Me.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3"
|
|
Me.ToolStripStatusLabel3.Size = New System.Drawing.Size(185, 17)
|
|
Me.ToolStripStatusLabel3.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, 358)
|
|
Me.Panel2.TabIndex = 7
|
|
'
|
|
'tBoxInfo
|
|
'
|
|
Me.tBoxInfo.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tBoxInfo.Location = New System.Drawing.Point(3, 217)
|
|
Me.tBoxInfo.Multiline = True
|
|
Me.tBoxInfo.Name = "tBoxInfo"
|
|
Me.tBoxInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.tBoxInfo.Size = New System.Drawing.Size(194, 138)
|
|
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, 208)
|
|
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"
|
|
'
|
|
'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, 358)
|
|
Me.TableLayoutPanel2.TabIndex = 0
|
|
'
|
|
'Scene1
|
|
'
|
|
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, 358)
|
|
Me.Scene1.TabIndex = 1
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
|
|
Me.ClientSize = New System.Drawing.Size(685, 386)
|
|
Me.Controls.Add(Me.TableLayoutPanel1)
|
|
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.Name = "Form1"
|
|
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
|
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 ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents tboxCmd As System.Windows.Forms.TextBox
|
|
Friend WithEvents ToolStripStatusLabel3 As System.Windows.Forms.ToolStripStatusLabel
|
|
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
|
|
|
|
End Class
|