960ec01efb
- modifiche con aggiunta di Exec TSC.
427 lines
18 KiB
VB.net
427 lines
18 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.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
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.OpenFileDialog = New System.Windows.Forms.OpenFileDialog()
|
|
Me.SaveFileDialog = New System.Windows.Forms.SaveFileDialog()
|
|
Me.Scene1 = New TestEIn.Scene()
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
Me.FlowLayoutPanel1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.StatusStrip1.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.FlowLayoutPanel1, 0, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Panel1, 2, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.StatusStrip1, 0, 1)
|
|
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
|
|
'
|
|
'FlowLayoutPanel1
|
|
'
|
|
Me.FlowLayoutPanel1.Controls.Add(Me.TextBox1)
|
|
Me.FlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.FlowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
|
|
Me.FlowLayoutPanel1.Location = New System.Drawing.Point(2, 2)
|
|
Me.FlowLayoutPanel1.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1"
|
|
Me.FlowLayoutPanel1.Size = New System.Drawing.Size(98, 360)
|
|
Me.FlowLayoutPanel1.TabIndex = 1
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(3, 3)
|
|
Me.TextBox1.Multiline = True
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(94, 67)
|
|
Me.TextBox1.TabIndex = 3
|
|
'
|
|
'Panel1
|
|
'
|
|
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
|
|
'
|
|
'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.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(485, 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
|
|
'
|
|
'OpenFileDialog
|
|
'
|
|
Me.OpenFileDialog.DefaultExt = "Nge"
|
|
Me.OpenFileDialog.Title = "Open"
|
|
'
|
|
'SaveFileDialog
|
|
'
|
|
Me.SaveFileDialog.Title = "Save"
|
|
'
|
|
'Scene1
|
|
'
|
|
Me.Scene1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Scene1.Location = New System.Drawing.Point(105, 3)
|
|
Me.Scene1.Name = "Scene1"
|
|
Me.Scene1.Size = New System.Drawing.Size(376, 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.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.FlowLayoutPanel1.ResumeLayout(False)
|
|
Me.FlowLayoutPanel1.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents FlowLayoutPanel1 As System.Windows.Forms.FlowLayoutPanel
|
|
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 TextBox1 As System.Windows.Forms.TextBox
|
|
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
|
|
|
|
End Class
|