9e22b7870e
- notevoli miglioramenti a disegno e gestione pezzi/layer.
1333 lines
69 KiB
VB.net
1333 lines
69 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.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.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabHome = New System.Windows.Forms.TabPage()
|
|
Me.btnSaveAs = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.btnNew = New System.Windows.Forms.Button()
|
|
Me.btnOpen = New System.Windows.Forms.Button()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.btnImport = New System.Windows.Forms.Button()
|
|
Me.btnExport = New System.Windows.Forms.Button()
|
|
Me.btnExec = New System.Windows.Forms.Button()
|
|
Me.TabView = New System.Windows.Forms.TabPage()
|
|
Me.btnIsoNW = New System.Windows.Forms.Button()
|
|
Me.btnIsoNE = New System.Windows.Forms.Button()
|
|
Me.btnIsoSE = New System.Windows.Forms.Button()
|
|
Me.chkGetDist = New System.Windows.Forms.CheckBox()
|
|
Me.chkAnalyze = New System.Windows.Forms.CheckBox()
|
|
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
|
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
|
Me.chkCurveDir = New System.Windows.Forms.CheckBox()
|
|
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
|
|
Me.rbtShading = New System.Windows.Forms.RadioButton()
|
|
Me.rbtWireFrame = New System.Windows.Forms.RadioButton()
|
|
Me.rbtHiddenLine = New System.Windows.Forms.RadioButton()
|
|
Me.btnZoomOut = New System.Windows.Forms.Button()
|
|
Me.btnIsoSW = New System.Windows.Forms.Button()
|
|
Me.btnBack = New System.Windows.Forms.Button()
|
|
Me.btnRight = New System.Windows.Forms.Button()
|
|
Me.btnLeft = New System.Windows.Forms.Button()
|
|
Me.btnZoomAll = New System.Windows.Forms.Button()
|
|
Me.btnFront = New System.Windows.Forms.Button()
|
|
Me.btnZoomIn = New System.Windows.Forms.Button()
|
|
Me.btnTop = New System.Windows.Forms.Button()
|
|
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.tBoxInfo = New System.Windows.Forms.TextBox()
|
|
Me.tboxCmd = New System.Windows.Forms.TextBox()
|
|
Me.TreeView1 = New System.Windows.Forms.TreeView()
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.txtColor = New System.Windows.Forms.TextBox()
|
|
Me.btnColor = New System.Windows.Forms.Button()
|
|
Me.btnNewLayer = New System.Windows.Forms.Button()
|
|
Me.txtPartLay = New System.Windows.Forms.TextBox()
|
|
Me.btnNewPart = New System.Windows.Forms.Button()
|
|
Me.TabControl2 = New System.Windows.Forms.TabControl()
|
|
Me.TabDraw = New System.Windows.Forms.TabPage()
|
|
Me.btnArc3P = New System.Windows.Forms.Button()
|
|
Me.btnArcCSE = New System.Windows.Forms.Button()
|
|
Me.btnPoint = New System.Windows.Forms.Button()
|
|
Me.btnLine2P = New System.Windows.Forms.Button()
|
|
Me.TabConstruct = New System.Windows.Forms.TabPage()
|
|
Me.btnPlane = New System.Windows.Forms.Button()
|
|
Me.TabEdit = New System.Windows.Forms.TabPage()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.TabTransform = New System.Windows.Forms.TabPage()
|
|
Me.btnMirror = New System.Windows.Forms.Button()
|
|
Me.btnCopy = New System.Windows.Forms.Button()
|
|
Me.btnRotate = New System.Windows.Forms.Button()
|
|
Me.btnMove = New System.Windows.Forms.Button()
|
|
Me.TabTest = New System.Windows.Forms.TabPage()
|
|
Me.XbtnRotM90 = New System.Windows.Forms.Button()
|
|
Me.XbtnRotP90 = New System.Windows.Forms.Button()
|
|
Me.XbtnMirror = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog = New System.Windows.Forms.OpenFileDialog()
|
|
Me.SaveFileDialog = New System.Windows.Forms.SaveFileDialog()
|
|
Me.btnGetDist = New System.Windows.Forms.CheckBox()
|
|
Me.ObjTreeTimer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.ColorDialog1 = New System.Windows.Forms.ColorDialog()
|
|
Me.Scene1 = New TestEIn.Scene()
|
|
Me.btnInvertCurve = New System.Windows.Forms.Button()
|
|
Me.TableLayoutPanel1.SuspendLayout()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabHome.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabView.SuspendLayout()
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TableLayoutPanel3.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.TabControl2.SuspendLayout()
|
|
Me.TabDraw.SuspendLayout()
|
|
Me.TabConstruct.SuspendLayout()
|
|
Me.TabEdit.SuspendLayout()
|
|
Me.TabTransform.SuspendLayout()
|
|
Me.TabTest.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TableLayoutPanel1
|
|
'
|
|
Me.TableLayoutPanel1.ColumnCount = 3
|
|
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 89.0!))
|
|
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, 1)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.StatusStrip1, 0, 2)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.TabControl1, 0, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 2, 1)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.TabControl2, 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 = 3
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
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(1056, 533)
|
|
Me.TableLayoutPanel1.TabIndex = 0
|
|
'
|
|
'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, 511)
|
|
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(1056, 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(446, 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
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TableLayoutPanel1.SetColumnSpan(Me.TabControl1, 3)
|
|
Me.TabControl1.Controls.Add(Me.TabHome)
|
|
Me.TabControl1.Controls.Add(Me.TabView)
|
|
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabControl1.HotTrack = True
|
|
Me.TabControl1.ItemSize = New System.Drawing.Size(60, 18)
|
|
Me.TabControl1.Location = New System.Drawing.Point(3, 3)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(1050, 74)
|
|
Me.TabControl1.TabIndex = 8
|
|
'
|
|
'TabHome
|
|
'
|
|
Me.TabHome.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabHome.Controls.Add(Me.btnSaveAs)
|
|
Me.TabHome.Controls.Add(Me.PictureBox1)
|
|
Me.TabHome.Controls.Add(Me.btnNew)
|
|
Me.TabHome.Controls.Add(Me.btnOpen)
|
|
Me.TabHome.Controls.Add(Me.btnSave)
|
|
Me.TabHome.Controls.Add(Me.btnImport)
|
|
Me.TabHome.Controls.Add(Me.btnExport)
|
|
Me.TabHome.Controls.Add(Me.btnExec)
|
|
Me.TabHome.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabHome.Name = "TabHome"
|
|
Me.TabHome.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabHome.Size = New System.Drawing.Size(1042, 48)
|
|
Me.TabHome.TabIndex = 0
|
|
Me.TabHome.Text = "Home"
|
|
'
|
|
'btnSaveAs
|
|
'
|
|
Me.btnSaveAs.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnSaveAs.FlatAppearance.BorderSize = 0
|
|
Me.btnSaveAs.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnSaveAs.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnSaveAs.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSaveAs.Image = Global.TestEIn.My.Resources.Resources.SaveAs
|
|
Me.btnSaveAs.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSaveAs.Location = New System.Drawing.Point(168, 0)
|
|
Me.btnSaveAs.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnSaveAs.Name = "btnSaveAs"
|
|
Me.btnSaveAs.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnSaveAs.TabIndex = 27
|
|
Me.btnSaveAs.Text = "Save as"
|
|
Me.btnSaveAs.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSaveAs.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.PictureBox1.Location = New System.Drawing.Point(337, 4)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(2, 40)
|
|
Me.PictureBox1.TabIndex = 26
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'btnNew
|
|
'
|
|
Me.btnNew.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnNew.FlatAppearance.BorderSize = 0
|
|
Me.btnNew.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnNew.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnNew.Image = Global.TestEIn.My.Resources.Resources._New
|
|
Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnNew.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnNew.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnNew.Name = "btnNew"
|
|
Me.btnNew.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnNew.TabIndex = 5
|
|
Me.btnNew.Text = "New"
|
|
Me.btnNew.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnNew.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOpen
|
|
'
|
|
Me.btnOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnOpen.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnOpen.FlatAppearance.BorderSize = 0
|
|
Me.btnOpen.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnOpen.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnOpen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOpen.Image = CType(resources.GetObject("btnOpen.Image"), System.Drawing.Image)
|
|
Me.btnOpen.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnOpen.Location = New System.Drawing.Point(56, 0)
|
|
Me.btnOpen.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnOpen.Name = "btnOpen"
|
|
Me.btnOpen.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnOpen.TabIndex = 0
|
|
Me.btnOpen.Text = "Open"
|
|
Me.btnOpen.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnOpen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnSave.FlatAppearance.BorderSize = 0
|
|
Me.btnSave.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnSave.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSave.Image = Global.TestEIn.My.Resources.Resources.Save
|
|
Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSave.Location = New System.Drawing.Point(112, 0)
|
|
Me.btnSave.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnSave.TabIndex = 1
|
|
Me.btnSave.Text = "Save"
|
|
Me.btnSave.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnImport
|
|
'
|
|
Me.btnImport.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnImport.FlatAppearance.BorderSize = 0
|
|
Me.btnImport.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnImport.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnImport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnImport.Image = Global.TestEIn.My.Resources.Resources.Import
|
|
Me.btnImport.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnImport.Location = New System.Drawing.Point(224, 0)
|
|
Me.btnImport.Name = "btnImport"
|
|
Me.btnImport.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnImport.TabIndex = 6
|
|
Me.btnImport.Text = "Import"
|
|
Me.btnImport.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnImport.UseVisualStyleBackColor = True
|
|
'
|
|
'btnExport
|
|
'
|
|
Me.btnExport.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnExport.FlatAppearance.BorderSize = 0
|
|
Me.btnExport.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnExport.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnExport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExport.Image = Global.TestEIn.My.Resources.Resources.Export
|
|
Me.btnExport.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnExport.Location = New System.Drawing.Point(280, 0)
|
|
Me.btnExport.Name = "btnExport"
|
|
Me.btnExport.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnExport.TabIndex = 4
|
|
Me.btnExport.Text = "Export"
|
|
Me.btnExport.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnExport.UseVisualStyleBackColor = True
|
|
'
|
|
'btnExec
|
|
'
|
|
Me.btnExec.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnExec.FlatAppearance.BorderSize = 0
|
|
Me.btnExec.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnExec.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnExec.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExec.Image = Global.TestEIn.My.Resources.Resources.Exec
|
|
Me.btnExec.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnExec.Location = New System.Drawing.Point(340, 0)
|
|
Me.btnExec.Name = "btnExec"
|
|
Me.btnExec.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnExec.TabIndex = 2
|
|
Me.btnExec.Text = "Exec"
|
|
Me.btnExec.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnExec.UseVisualStyleBackColor = True
|
|
'
|
|
'TabView
|
|
'
|
|
Me.TabView.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabView.Controls.Add(Me.btnIsoNW)
|
|
Me.TabView.Controls.Add(Me.btnIsoNE)
|
|
Me.TabView.Controls.Add(Me.btnIsoSE)
|
|
Me.TabView.Controls.Add(Me.chkGetDist)
|
|
Me.TabView.Controls.Add(Me.chkAnalyze)
|
|
Me.TabView.Controls.Add(Me.PictureBox5)
|
|
Me.TabView.Controls.Add(Me.PictureBox4)
|
|
Me.TabView.Controls.Add(Me.chkCurveDir)
|
|
Me.TabView.Controls.Add(Me.PictureBox3)
|
|
Me.TabView.Controls.Add(Me.rbtShading)
|
|
Me.TabView.Controls.Add(Me.rbtWireFrame)
|
|
Me.TabView.Controls.Add(Me.rbtHiddenLine)
|
|
Me.TabView.Controls.Add(Me.btnZoomOut)
|
|
Me.TabView.Controls.Add(Me.btnIsoSW)
|
|
Me.TabView.Controls.Add(Me.btnBack)
|
|
Me.TabView.Controls.Add(Me.btnRight)
|
|
Me.TabView.Controls.Add(Me.btnLeft)
|
|
Me.TabView.Controls.Add(Me.btnZoomAll)
|
|
Me.TabView.Controls.Add(Me.btnFront)
|
|
Me.TabView.Controls.Add(Me.btnZoomIn)
|
|
Me.TabView.Controls.Add(Me.btnTop)
|
|
Me.TabView.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabView.Name = "TabView"
|
|
Me.TabView.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabView.Size = New System.Drawing.Size(1042, 48)
|
|
Me.TabView.TabIndex = 3
|
|
Me.TabView.Text = "View"
|
|
'
|
|
'btnIsoNW
|
|
'
|
|
Me.btnIsoNW.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoNW.FlatAppearance.BorderSize = 0
|
|
Me.btnIsoNW.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoNW.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnIsoNW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIsoNW.Image = Global.TestEIn.My.Resources.Resources.LookFromISO_NW
|
|
Me.btnIsoNW.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnIsoNW.Location = New System.Drawing.Point(796, 0)
|
|
Me.btnIsoNW.Name = "btnIsoNW"
|
|
Me.btnIsoNW.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnIsoNW.TabIndex = 31
|
|
Me.btnIsoNW.Text = "Iso NW"
|
|
Me.btnIsoNW.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnIsoNW.UseVisualStyleBackColor = False
|
|
'
|
|
'btnIsoNE
|
|
'
|
|
Me.btnIsoNE.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoNE.FlatAppearance.BorderSize = 0
|
|
Me.btnIsoNE.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoNE.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnIsoNE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIsoNE.Image = Global.TestEIn.My.Resources.Resources.LookFromISO_NE
|
|
Me.btnIsoNE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnIsoNE.Location = New System.Drawing.Point(740, 0)
|
|
Me.btnIsoNE.Name = "btnIsoNE"
|
|
Me.btnIsoNE.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnIsoNE.TabIndex = 30
|
|
Me.btnIsoNE.Text = "Iso NE"
|
|
Me.btnIsoNE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnIsoNE.UseVisualStyleBackColor = False
|
|
'
|
|
'btnIsoSE
|
|
'
|
|
Me.btnIsoSE.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoSE.FlatAppearance.BorderSize = 0
|
|
Me.btnIsoSE.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoSE.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnIsoSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIsoSE.Image = Global.TestEIn.My.Resources.Resources.LookFromISO_SE
|
|
Me.btnIsoSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnIsoSE.Location = New System.Drawing.Point(684, 0)
|
|
Me.btnIsoSE.Name = "btnIsoSE"
|
|
Me.btnIsoSE.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnIsoSE.TabIndex = 29
|
|
Me.btnIsoSE.Text = "Iso SE"
|
|
Me.btnIsoSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnIsoSE.UseVisualStyleBackColor = False
|
|
'
|
|
'chkGetDist
|
|
'
|
|
Me.chkGetDist.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.chkGetDist.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.chkGetDist.FlatAppearance.BorderSize = 0
|
|
Me.chkGetDist.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.chkGetDist.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.chkGetDist.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.chkGetDist.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.chkGetDist.Image = Global.TestEIn.My.Resources.Resources.GetDist
|
|
Me.chkGetDist.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.chkGetDist.Location = New System.Drawing.Point(968, 0)
|
|
Me.chkGetDist.Name = "chkGetDist"
|
|
Me.chkGetDist.Size = New System.Drawing.Size(56, 48)
|
|
Me.chkGetDist.TabIndex = 24
|
|
Me.chkGetDist.Text = "GetDist"
|
|
Me.chkGetDist.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.chkGetDist.UseVisualStyleBackColor = True
|
|
'
|
|
'chkAnalyze
|
|
'
|
|
Me.chkAnalyze.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.chkAnalyze.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.chkAnalyze.FlatAppearance.BorderSize = 0
|
|
Me.chkAnalyze.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.chkAnalyze.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.chkAnalyze.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.chkAnalyze.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.chkAnalyze.Image = Global.TestEIn.My.Resources.Resources.Analyze
|
|
Me.chkAnalyze.Location = New System.Drawing.Point(912, 0)
|
|
Me.chkAnalyze.Name = "chkAnalyze"
|
|
Me.chkAnalyze.Size = New System.Drawing.Size(56, 48)
|
|
Me.chkAnalyze.TabIndex = 25
|
|
Me.chkAnalyze.Text = "Analyze"
|
|
Me.chkAnalyze.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.chkAnalyze.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox5
|
|
'
|
|
Me.PictureBox5.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.PictureBox5.Location = New System.Drawing.Point(853, 4)
|
|
Me.PictureBox5.Name = "PictureBox5"
|
|
Me.PictureBox5.Size = New System.Drawing.Size(2, 40)
|
|
Me.PictureBox5.TabIndex = 28
|
|
Me.PictureBox5.TabStop = False
|
|
'
|
|
'PictureBox4
|
|
'
|
|
Me.PictureBox4.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.PictureBox4.Location = New System.Drawing.Point(345, 4)
|
|
Me.PictureBox4.Name = "PictureBox4"
|
|
Me.PictureBox4.Size = New System.Drawing.Size(2, 40)
|
|
Me.PictureBox4.TabIndex = 28
|
|
Me.PictureBox4.TabStop = False
|
|
'
|
|
'chkCurveDir
|
|
'
|
|
Me.chkCurveDir.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.chkCurveDir.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.chkCurveDir.FlatAppearance.BorderSize = 0
|
|
Me.chkCurveDir.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.chkCurveDir.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.chkCurveDir.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.chkCurveDir.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.chkCurveDir.Image = Global.TestEIn.My.Resources.Resources.CurveDir
|
|
Me.chkCurveDir.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.chkCurveDir.Location = New System.Drawing.Point(856, 0)
|
|
Me.chkCurveDir.Name = "chkCurveDir"
|
|
Me.chkCurveDir.Size = New System.Drawing.Size(56, 48)
|
|
Me.chkCurveDir.TabIndex = 20
|
|
Me.chkCurveDir.Text = "CurveDir"
|
|
Me.chkCurveDir.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.chkCurveDir.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox3
|
|
'
|
|
Me.PictureBox3.BackColor = System.Drawing.SystemColors.ActiveBorder
|
|
Me.PictureBox3.Location = New System.Drawing.Point(169, 4)
|
|
Me.PictureBox3.Name = "PictureBox3"
|
|
Me.PictureBox3.Size = New System.Drawing.Size(2, 40)
|
|
Me.PictureBox3.TabIndex = 28
|
|
Me.PictureBox3.TabStop = False
|
|
'
|
|
'rbtShading
|
|
'
|
|
Me.rbtShading.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.rbtShading.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.rbtShading.FlatAppearance.BorderSize = 0
|
|
Me.rbtShading.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.rbtShading.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.rbtShading.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.rbtShading.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.rbtShading.Image = Global.TestEIn.My.Resources.Resources.RenderingSH
|
|
Me.rbtShading.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.rbtShading.Location = New System.Drawing.Point(112, 0)
|
|
Me.rbtShading.Name = "rbtShading"
|
|
Me.rbtShading.Size = New System.Drawing.Size(56, 48)
|
|
Me.rbtShading.TabIndex = 23
|
|
Me.rbtShading.TabStop = True
|
|
Me.rbtShading.Text = "Shading"
|
|
Me.rbtShading.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.rbtShading.UseVisualStyleBackColor = True
|
|
'
|
|
'rbtWireFrame
|
|
'
|
|
Me.rbtWireFrame.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.rbtWireFrame.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.rbtWireFrame.FlatAppearance.BorderSize = 0
|
|
Me.rbtWireFrame.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.rbtWireFrame.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.rbtWireFrame.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.rbtWireFrame.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.rbtWireFrame.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbtWireFrame.Image = Global.TestEIn.My.Resources.Resources.RenderingWF
|
|
Me.rbtWireFrame.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.rbtWireFrame.Location = New System.Drawing.Point(0, 0)
|
|
Me.rbtWireFrame.Name = "rbtWireFrame"
|
|
Me.rbtWireFrame.Size = New System.Drawing.Size(56, 48)
|
|
Me.rbtWireFrame.TabIndex = 21
|
|
Me.rbtWireFrame.TabStop = True
|
|
Me.rbtWireFrame.Text = "WFrame"
|
|
Me.rbtWireFrame.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.rbtWireFrame.UseVisualStyleBackColor = True
|
|
'
|
|
'rbtHiddenLine
|
|
'
|
|
Me.rbtHiddenLine.Appearance = System.Windows.Forms.Appearance.Button
|
|
Me.rbtHiddenLine.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.rbtHiddenLine.FlatAppearance.BorderSize = 0
|
|
Me.rbtHiddenLine.FlatAppearance.CheckedBackColor = System.Drawing.SystemColors.GradientActiveCaption
|
|
Me.rbtHiddenLine.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.rbtHiddenLine.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.rbtHiddenLine.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.rbtHiddenLine.Image = Global.TestEIn.My.Resources.Resources.RenderingHL
|
|
Me.rbtHiddenLine.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.rbtHiddenLine.Location = New System.Drawing.Point(56, 0)
|
|
Me.rbtHiddenLine.Name = "rbtHiddenLine"
|
|
Me.rbtHiddenLine.Size = New System.Drawing.Size(56, 48)
|
|
Me.rbtHiddenLine.TabIndex = 22
|
|
Me.rbtHiddenLine.TabStop = True
|
|
Me.rbtHiddenLine.Text = "HLine"
|
|
Me.rbtHiddenLine.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.rbtHiddenLine.UseVisualStyleBackColor = True
|
|
'
|
|
'btnZoomOut
|
|
'
|
|
Me.btnZoomOut.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomOut.FlatAppearance.BorderSize = 0
|
|
Me.btnZoomOut.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomOut.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnZoomOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnZoomOut.Image = Global.TestEIn.My.Resources.Resources.ZoomOut
|
|
Me.btnZoomOut.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnZoomOut.Location = New System.Drawing.Point(284, 0)
|
|
Me.btnZoomOut.Name = "btnZoomOut"
|
|
Me.btnZoomOut.Size = New System.Drawing.Size(60, 48)
|
|
Me.btnZoomOut.TabIndex = 15
|
|
Me.btnZoomOut.Text = "ZoomOut"
|
|
Me.btnZoomOut.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnZoomOut.UseVisualStyleBackColor = False
|
|
'
|
|
'btnIsoSW
|
|
'
|
|
Me.btnIsoSW.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoSW.FlatAppearance.BorderSize = 0
|
|
Me.btnIsoSW.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnIsoSW.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnIsoSW.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnIsoSW.Image = Global.TestEIn.My.Resources.Resources.LookFromISO_SW
|
|
Me.btnIsoSW.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnIsoSW.Location = New System.Drawing.Point(628, 0)
|
|
Me.btnIsoSW.Name = "btnIsoSW"
|
|
Me.btnIsoSW.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnIsoSW.TabIndex = 8
|
|
Me.btnIsoSW.Text = "Iso SW"
|
|
Me.btnIsoSW.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnIsoSW.UseVisualStyleBackColor = False
|
|
'
|
|
'btnBack
|
|
'
|
|
Me.btnBack.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnBack.FlatAppearance.BorderSize = 0
|
|
Me.btnBack.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnBack.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnBack.Image = Global.TestEIn.My.Resources.Resources.LookFromBACK
|
|
Me.btnBack.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnBack.Location = New System.Drawing.Point(516, 0)
|
|
Me.btnBack.Name = "btnBack"
|
|
Me.btnBack.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnBack.TabIndex = 11
|
|
Me.btnBack.Text = "Back"
|
|
Me.btnBack.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnBack.UseVisualStyleBackColor = False
|
|
'
|
|
'btnRight
|
|
'
|
|
Me.btnRight.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnRight.FlatAppearance.BorderSize = 0
|
|
Me.btnRight.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnRight.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRight.Image = Global.TestEIn.My.Resources.Resources.LookFromRIGHT
|
|
Me.btnRight.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnRight.Location = New System.Drawing.Point(460, 0)
|
|
Me.btnRight.Name = "btnRight"
|
|
Me.btnRight.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnRight.TabIndex = 12
|
|
Me.btnRight.Text = "Right"
|
|
Me.btnRight.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnRight.UseVisualStyleBackColor = False
|
|
'
|
|
'btnLeft
|
|
'
|
|
Me.btnLeft.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnLeft.FlatAppearance.BorderSize = 0
|
|
Me.btnLeft.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnLeft.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnLeft.Image = Global.TestEIn.My.Resources.Resources.LookFromLEFT
|
|
Me.btnLeft.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnLeft.Location = New System.Drawing.Point(572, 0)
|
|
Me.btnLeft.Name = "btnLeft"
|
|
Me.btnLeft.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnLeft.TabIndex = 10
|
|
Me.btnLeft.Text = "Left"
|
|
Me.btnLeft.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnLeft.UseVisualStyleBackColor = False
|
|
'
|
|
'btnZoomAll
|
|
'
|
|
Me.btnZoomAll.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomAll.FlatAppearance.BorderSize = 0
|
|
Me.btnZoomAll.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomAll.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnZoomAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnZoomAll.Image = Global.TestEIn.My.Resources.Resources.ZoomAll
|
|
Me.btnZoomAll.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnZoomAll.Location = New System.Drawing.Point(172, 0)
|
|
Me.btnZoomAll.Name = "btnZoomAll"
|
|
Me.btnZoomAll.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnZoomAll.TabIndex = 13
|
|
Me.btnZoomAll.Text = "ZoomAll"
|
|
Me.btnZoomAll.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnZoomAll.UseVisualStyleBackColor = False
|
|
'
|
|
'btnFront
|
|
'
|
|
Me.btnFront.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnFront.FlatAppearance.BorderSize = 0
|
|
Me.btnFront.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnFront.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnFront.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnFront.Image = Global.TestEIn.My.Resources.Resources.LookFromFRONT
|
|
Me.btnFront.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnFront.Location = New System.Drawing.Point(404, 0)
|
|
Me.btnFront.Name = "btnFront"
|
|
Me.btnFront.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnFront.TabIndex = 9
|
|
Me.btnFront.Text = "Front"
|
|
Me.btnFront.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnFront.UseVisualStyleBackColor = False
|
|
'
|
|
'btnZoomIn
|
|
'
|
|
Me.btnZoomIn.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomIn.FlatAppearance.BorderSize = 0
|
|
Me.btnZoomIn.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnZoomIn.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnZoomIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnZoomIn.Image = Global.TestEIn.My.Resources.Resources.ZoomIn
|
|
Me.btnZoomIn.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnZoomIn.Location = New System.Drawing.Point(228, 0)
|
|
Me.btnZoomIn.Name = "btnZoomIn"
|
|
Me.btnZoomIn.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnZoomIn.TabIndex = 14
|
|
Me.btnZoomIn.Text = "ZoomIn"
|
|
Me.btnZoomIn.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnZoomIn.UseVisualStyleBackColor = False
|
|
'
|
|
'btnTop
|
|
'
|
|
Me.btnTop.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnTop.FlatAppearance.BorderSize = 0
|
|
Me.btnTop.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnTop.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnTop.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnTop.Image = Global.TestEIn.My.Resources.Resources.LookFromTOP
|
|
Me.btnTop.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnTop.Location = New System.Drawing.Point(348, 0)
|
|
Me.btnTop.Name = "btnTop"
|
|
Me.btnTop.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnTop.TabIndex = 7
|
|
Me.btnTop.Text = "Top"
|
|
Me.btnTop.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnTop.UseVisualStyleBackColor = False
|
|
'
|
|
'TableLayoutPanel3
|
|
'
|
|
Me.TableLayoutPanel3.ColumnCount = 1
|
|
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
|
Me.TableLayoutPanel3.Controls.Add(Me.tBoxInfo, 0, 2)
|
|
Me.TableLayoutPanel3.Controls.Add(Me.tboxCmd, 0, 3)
|
|
Me.TableLayoutPanel3.Controls.Add(Me.TreeView1, 0, 1)
|
|
Me.TableLayoutPanel3.Controls.Add(Me.Panel1, 0, 0)
|
|
Me.TableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TableLayoutPanel3.Location = New System.Drawing.Point(853, 83)
|
|
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
|
|
Me.TableLayoutPanel3.RowCount = 4
|
|
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50.0!))
|
|
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60.0!))
|
|
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.0!))
|
|
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 80.0!))
|
|
Me.TableLayoutPanel3.Size = New System.Drawing.Size(200, 425)
|
|
Me.TableLayoutPanel3.TabIndex = 9
|
|
'
|
|
'tBoxInfo
|
|
'
|
|
Me.tBoxInfo.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.tBoxInfo.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tBoxInfo.Location = New System.Drawing.Point(3, 230)
|
|
Me.tBoxInfo.Multiline = True
|
|
Me.tBoxInfo.Name = "tBoxInfo"
|
|
Me.tBoxInfo.ReadOnly = True
|
|
Me.tBoxInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.tBoxInfo.Size = New System.Drawing.Size(194, 112)
|
|
Me.tBoxInfo.TabIndex = 24
|
|
'
|
|
'tboxCmd
|
|
'
|
|
Me.tboxCmd.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tboxCmd.Location = New System.Drawing.Point(3, 348)
|
|
Me.tboxCmd.Multiline = True
|
|
Me.tboxCmd.Name = "tboxCmd"
|
|
Me.tboxCmd.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.tboxCmd.Size = New System.Drawing.Size(194, 74)
|
|
Me.tboxCmd.TabIndex = 23
|
|
'
|
|
'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, 53)
|
|
Me.TreeView1.Name = "TreeView1"
|
|
Me.TreeView1.SelectedImageIndex = 0
|
|
Me.TreeView1.Size = New System.Drawing.Size(194, 171)
|
|
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, "Part.ico")
|
|
Me.ImageList1.Images.SetKeyName(4, "Layer.ico")
|
|
Me.ImageList1.Images.SetKeyName(5, "Vector.ico")
|
|
Me.ImageList1.Images.SetKeyName(6, "Point.ico")
|
|
Me.ImageList1.Images.SetKeyName(7, "Frame.ico")
|
|
Me.ImageList1.Images.SetKeyName(8, "Line.ico")
|
|
Me.ImageList1.Images.SetKeyName(9, "Arc.ico")
|
|
Me.ImageList1.Images.SetKeyName(10, "CBezier.ico")
|
|
Me.ImageList1.Images.SetKeyName(11, "CCompo.ico")
|
|
Me.ImageList1.Images.SetKeyName(12, "STriMesh.ico")
|
|
Me.ImageList1.Images.SetKeyName(13, "text.ico")
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.AutoSize = True
|
|
Me.Panel1.Controls.Add(Me.txtColor)
|
|
Me.Panel1.Controls.Add(Me.btnColor)
|
|
Me.Panel1.Controls.Add(Me.btnNewLayer)
|
|
Me.Panel1.Controls.Add(Me.txtPartLay)
|
|
Me.Panel1.Controls.Add(Me.btnNewPart)
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(200, 50)
|
|
Me.Panel1.TabIndex = 25
|
|
'
|
|
'txtColor
|
|
'
|
|
Me.txtColor.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.txtColor.Location = New System.Drawing.Point(171, 0)
|
|
Me.txtColor.Name = "txtColor"
|
|
Me.txtColor.ReadOnly = True
|
|
Me.txtColor.Size = New System.Drawing.Size(26, 20)
|
|
Me.txtColor.TabIndex = 1
|
|
'
|
|
'btnColor
|
|
'
|
|
Me.btnColor.Location = New System.Drawing.Point(146, 23)
|
|
Me.btnColor.Name = "btnColor"
|
|
Me.btnColor.Size = New System.Drawing.Size(51, 24)
|
|
Me.btnColor.TabIndex = 28
|
|
Me.btnColor.Text = "Color"
|
|
Me.btnColor.UseVisualStyleBackColor = True
|
|
'
|
|
'btnNewLayer
|
|
'
|
|
Me.btnNewLayer.Location = New System.Drawing.Point(73, 23)
|
|
Me.btnNewLayer.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnNewLayer.Name = "btnNewLayer"
|
|
Me.btnNewLayer.Size = New System.Drawing.Size(70, 24)
|
|
Me.btnNewLayer.TabIndex = 27
|
|
Me.btnNewLayer.Text = "New Layer"
|
|
Me.btnNewLayer.UseVisualStyleBackColor = True
|
|
'
|
|
'txtPartLay
|
|
'
|
|
Me.txtPartLay.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.txtPartLay.Location = New System.Drawing.Point(0, 0)
|
|
Me.txtPartLay.Margin = New System.Windows.Forms.Padding(2, 0, 2, 2)
|
|
Me.txtPartLay.Name = "txtPartLay"
|
|
Me.txtPartLay.ReadOnly = True
|
|
Me.txtPartLay.Size = New System.Drawing.Size(173, 20)
|
|
Me.txtPartLay.TabIndex = 25
|
|
'
|
|
'btnNewPart
|
|
'
|
|
Me.btnNewPart.Location = New System.Drawing.Point(0, 23)
|
|
Me.btnNewPart.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.btnNewPart.Name = "btnNewPart"
|
|
Me.btnNewPart.Size = New System.Drawing.Size(70, 24)
|
|
Me.btnNewPart.TabIndex = 26
|
|
Me.btnNewPart.Text = "New Part"
|
|
Me.btnNewPart.UseVisualStyleBackColor = True
|
|
'
|
|
'TabControl2
|
|
'
|
|
Me.TabControl2.Alignment = System.Windows.Forms.TabAlignment.Left
|
|
Me.TabControl2.Controls.Add(Me.TabDraw)
|
|
Me.TabControl2.Controls.Add(Me.TabConstruct)
|
|
Me.TabControl2.Controls.Add(Me.TabEdit)
|
|
Me.TabControl2.Controls.Add(Me.TabTransform)
|
|
Me.TabControl2.Controls.Add(Me.TabTest)
|
|
Me.TabControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabControl2.HotTrack = True
|
|
Me.TabControl2.Location = New System.Drawing.Point(3, 83)
|
|
Me.TabControl2.Multiline = True
|
|
Me.TabControl2.Name = "TabControl2"
|
|
Me.TabControl2.SelectedIndex = 0
|
|
Me.TabControl2.Size = New System.Drawing.Size(83, 425)
|
|
Me.TabControl2.TabIndex = 10
|
|
'
|
|
'TabDraw
|
|
'
|
|
Me.TabDraw.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabDraw.Controls.Add(Me.btnArc3P)
|
|
Me.TabDraw.Controls.Add(Me.btnArcCSE)
|
|
Me.TabDraw.Controls.Add(Me.btnPoint)
|
|
Me.TabDraw.Controls.Add(Me.btnLine2P)
|
|
Me.TabDraw.Location = New System.Drawing.Point(23, 4)
|
|
Me.TabDraw.Name = "TabDraw"
|
|
Me.TabDraw.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabDraw.Size = New System.Drawing.Size(56, 417)
|
|
Me.TabDraw.TabIndex = 0
|
|
Me.TabDraw.Text = "Draw"
|
|
'
|
|
'btnArc3P
|
|
'
|
|
Me.btnArc3P.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnArc3P.FlatAppearance.BorderSize = 0
|
|
Me.btnArc3P.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnArc3P.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnArc3P.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnArc3P.Image = Global.TestEIn.My.Resources.Resources.Arc3P
|
|
Me.btnArc3P.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnArc3P.Location = New System.Drawing.Point(0, 144)
|
|
Me.btnArc3P.Name = "btnArc3P"
|
|
Me.btnArc3P.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnArc3P.TabIndex = 33
|
|
Me.btnArc3P.Text = "Arc 3p"
|
|
Me.btnArc3P.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnArc3P.UseVisualStyleBackColor = False
|
|
'
|
|
'btnArcCSE
|
|
'
|
|
Me.btnArcCSE.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnArcCSE.FlatAppearance.BorderSize = 0
|
|
Me.btnArcCSE.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnArcCSE.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnArcCSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnArcCSE.Image = Global.TestEIn.My.Resources.Resources.ArcCSE
|
|
Me.btnArcCSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnArcCSE.Location = New System.Drawing.Point(0, 96)
|
|
Me.btnArcCSE.Name = "btnArcCSE"
|
|
Me.btnArcCSE.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnArcCSE.TabIndex = 32
|
|
Me.btnArcCSE.Text = "Arc cse"
|
|
Me.btnArcCSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnArcCSE.UseVisualStyleBackColor = False
|
|
'
|
|
'btnPoint
|
|
'
|
|
Me.btnPoint.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnPoint.FlatAppearance.BorderSize = 0
|
|
Me.btnPoint.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnPoint.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnPoint.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPoint.Image = Global.TestEIn.My.Resources.Resources.Point
|
|
Me.btnPoint.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnPoint.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnPoint.Name = "btnPoint"
|
|
Me.btnPoint.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnPoint.TabIndex = 31
|
|
Me.btnPoint.Text = "Point"
|
|
Me.btnPoint.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnPoint.UseVisualStyleBackColor = False
|
|
'
|
|
'btnLine2P
|
|
'
|
|
Me.btnLine2P.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnLine2P.FlatAppearance.BorderSize = 0
|
|
Me.btnLine2P.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnLine2P.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnLine2P.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnLine2P.Image = Global.TestEIn.My.Resources.Resources.Line2P
|
|
Me.btnLine2P.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnLine2P.Location = New System.Drawing.Point(0, 48)
|
|
Me.btnLine2P.Name = "btnLine2P"
|
|
Me.btnLine2P.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnLine2P.TabIndex = 30
|
|
Me.btnLine2P.Text = "Line 2p"
|
|
Me.btnLine2P.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnLine2P.UseVisualStyleBackColor = False
|
|
'
|
|
'TabConstruct
|
|
'
|
|
Me.TabConstruct.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabConstruct.Controls.Add(Me.btnPlane)
|
|
Me.TabConstruct.Location = New System.Drawing.Point(23, 4)
|
|
Me.TabConstruct.Name = "TabConstruct"
|
|
Me.TabConstruct.Size = New System.Drawing.Size(56, 417)
|
|
Me.TabConstruct.TabIndex = 4
|
|
Me.TabConstruct.Text = "Construct"
|
|
'
|
|
'btnPlane
|
|
'
|
|
Me.btnPlane.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnPlane.FlatAppearance.BorderSize = 0
|
|
Me.btnPlane.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnPlane.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnPlane.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnPlane.Image = Global.TestEIn.My.Resources.Resources.Plane
|
|
Me.btnPlane.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnPlane.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnPlane.Name = "btnPlane"
|
|
Me.btnPlane.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnPlane.TabIndex = 33
|
|
Me.btnPlane.Text = "Plane"
|
|
Me.btnPlane.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnPlane.UseVisualStyleBackColor = False
|
|
'
|
|
'TabEdit
|
|
'
|
|
Me.TabEdit.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabEdit.Controls.Add(Me.btnInvertCurve)
|
|
Me.TabEdit.Controls.Add(Me.btnDelete)
|
|
Me.TabEdit.Location = New System.Drawing.Point(23, 4)
|
|
Me.TabEdit.Name = "TabEdit"
|
|
Me.TabEdit.Size = New System.Drawing.Size(56, 417)
|
|
Me.TabEdit.TabIndex = 3
|
|
Me.TabEdit.Text = "Edit"
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnDelete.FlatAppearance.BorderSize = 0
|
|
Me.btnDelete.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnDelete.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelete.Image = Global.TestEIn.My.Resources.Resources.Delete
|
|
Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnDelete.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnDelete.TabIndex = 30
|
|
Me.btnDelete.Text = "Delete"
|
|
Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnDelete.UseVisualStyleBackColor = False
|
|
'
|
|
'TabTransform
|
|
'
|
|
Me.TabTransform.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabTransform.Controls.Add(Me.btnMirror)
|
|
Me.TabTransform.Controls.Add(Me.btnCopy)
|
|
Me.TabTransform.Controls.Add(Me.btnRotate)
|
|
Me.TabTransform.Controls.Add(Me.btnMove)
|
|
Me.TabTransform.Location = New System.Drawing.Point(23, 4)
|
|
Me.TabTransform.Name = "TabTransform"
|
|
Me.TabTransform.Size = New System.Drawing.Size(56, 417)
|
|
Me.TabTransform.TabIndex = 2
|
|
Me.TabTransform.Text = "Transform"
|
|
'
|
|
'btnMirror
|
|
'
|
|
Me.btnMirror.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnMirror.FlatAppearance.BorderSize = 0
|
|
Me.btnMirror.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnMirror.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnMirror.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMirror.Image = Global.TestEIn.My.Resources.Resources.Mirror
|
|
Me.btnMirror.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnMirror.Location = New System.Drawing.Point(0, 144)
|
|
Me.btnMirror.Name = "btnMirror"
|
|
Me.btnMirror.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnMirror.TabIndex = 32
|
|
Me.btnMirror.Text = "Mirror"
|
|
Me.btnMirror.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnMirror.UseVisualStyleBackColor = False
|
|
'
|
|
'btnCopy
|
|
'
|
|
Me.btnCopy.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnCopy.FlatAppearance.BorderSize = 0
|
|
Me.btnCopy.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnCopy.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnCopy.Image = Global.TestEIn.My.Resources.Resources.Copy
|
|
Me.btnCopy.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnCopy.Location = New System.Drawing.Point(0, 48)
|
|
Me.btnCopy.Name = "btnCopy"
|
|
Me.btnCopy.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnCopy.TabIndex = 31
|
|
Me.btnCopy.Text = "Copy"
|
|
Me.btnCopy.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnCopy.UseVisualStyleBackColor = False
|
|
'
|
|
'btnRotate
|
|
'
|
|
Me.btnRotate.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnRotate.FlatAppearance.BorderSize = 0
|
|
Me.btnRotate.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnRotate.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnRotate.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnRotate.Image = Global.TestEIn.My.Resources.Resources.Rotate
|
|
Me.btnRotate.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnRotate.Location = New System.Drawing.Point(0, 96)
|
|
Me.btnRotate.Name = "btnRotate"
|
|
Me.btnRotate.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnRotate.TabIndex = 30
|
|
Me.btnRotate.Text = "Rotate"
|
|
Me.btnRotate.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnRotate.UseVisualStyleBackColor = False
|
|
'
|
|
'btnMove
|
|
'
|
|
Me.btnMove.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnMove.FlatAppearance.BorderSize = 0
|
|
Me.btnMove.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnMove.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnMove.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnMove.Image = Global.TestEIn.My.Resources.Resources.Move
|
|
Me.btnMove.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnMove.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnMove.Name = "btnMove"
|
|
Me.btnMove.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnMove.TabIndex = 29
|
|
Me.btnMove.Text = "Move"
|
|
Me.btnMove.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnMove.UseVisualStyleBackColor = False
|
|
'
|
|
'TabTest
|
|
'
|
|
Me.TabTest.BackColor = System.Drawing.SystemColors.Control
|
|
Me.TabTest.Controls.Add(Me.XbtnRotM90)
|
|
Me.TabTest.Controls.Add(Me.XbtnRotP90)
|
|
Me.TabTest.Controls.Add(Me.XbtnMirror)
|
|
Me.TabTest.Location = New System.Drawing.Point(23, 4)
|
|
Me.TabTest.Name = "TabTest"
|
|
Me.TabTest.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabTest.Size = New System.Drawing.Size(56, 417)
|
|
Me.TabTest.TabIndex = 1
|
|
Me.TabTest.Text = "Test"
|
|
'
|
|
'XbtnRotM90
|
|
'
|
|
Me.XbtnRotM90.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnRotM90.FlatAppearance.BorderSize = 0
|
|
Me.XbtnRotM90.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnRotM90.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.XbtnRotM90.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.XbtnRotM90.Location = New System.Drawing.Point(0, 96)
|
|
Me.XbtnRotM90.Name = "XbtnRotM90"
|
|
Me.XbtnRotM90.Size = New System.Drawing.Size(56, 48)
|
|
Me.XbtnRotM90.TabIndex = 27
|
|
Me.XbtnRotM90.Text = "Rot-90"
|
|
Me.XbtnRotM90.UseVisualStyleBackColor = False
|
|
'
|
|
'XbtnRotP90
|
|
'
|
|
Me.XbtnRotP90.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnRotP90.FlatAppearance.BorderSize = 0
|
|
Me.XbtnRotP90.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnRotP90.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.XbtnRotP90.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.XbtnRotP90.Location = New System.Drawing.Point(0, 0)
|
|
Me.XbtnRotP90.Name = "XbtnRotP90"
|
|
Me.XbtnRotP90.Size = New System.Drawing.Size(56, 48)
|
|
Me.XbtnRotP90.TabIndex = 26
|
|
Me.XbtnRotP90.Text = "Rot+90"
|
|
Me.XbtnRotP90.UseVisualStyleBackColor = False
|
|
'
|
|
'XbtnMirror
|
|
'
|
|
Me.XbtnMirror.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnMirror.FlatAppearance.BorderSize = 0
|
|
Me.XbtnMirror.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.XbtnMirror.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.XbtnMirror.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.XbtnMirror.Location = New System.Drawing.Point(0, 48)
|
|
Me.XbtnMirror.Name = "XbtnMirror"
|
|
Me.XbtnMirror.Size = New System.Drawing.Size(56, 48)
|
|
Me.XbtnMirror.TabIndex = 28
|
|
Me.XbtnMirror.Text = "Mirror"
|
|
Me.XbtnMirror.UseVisualStyleBackColor = False
|
|
'
|
|
'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
|
|
'
|
|
'ObjTreeTimer
|
|
'
|
|
Me.ObjTreeTimer.Interval = 2000
|
|
'
|
|
'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(92, 83)
|
|
Me.Scene1.Name = "Scene1"
|
|
Me.Scene1.Size = New System.Drawing.Size(755, 425)
|
|
Me.Scene1.TabIndex = 1
|
|
'
|
|
'btnInvertCurve
|
|
'
|
|
Me.btnInvertCurve.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control
|
|
Me.btnInvertCurve.FlatAppearance.BorderSize = 0
|
|
Me.btnInvertCurve.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control
|
|
Me.btnInvertCurve.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption
|
|
Me.btnInvertCurve.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnInvertCurve.Image = Global.TestEIn.My.Resources.Resources.InvertCurve
|
|
Me.btnInvertCurve.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnInvertCurve.Location = New System.Drawing.Point(0, 48)
|
|
Me.btnInvertCurve.Name = "btnInvertCurve"
|
|
Me.btnInvertCurve.Size = New System.Drawing.Size(56, 48)
|
|
Me.btnInvertCurve.TabIndex = 31
|
|
Me.btnInvertCurve.Text = "Invert"
|
|
Me.btnInvertCurve.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnInvertCurve.UseVisualStyleBackColor = False
|
|
'
|
|
'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(1056, 533)
|
|
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.KeyPreview = True
|
|
Me.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.MinimumSize = New System.Drawing.Size(1072, 512)
|
|
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.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabHome.ResumeLayout(False)
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabView.ResumeLayout(False)
|
|
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TableLayoutPanel3.ResumeLayout(False)
|
|
Me.TableLayoutPanel3.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.TabControl2.ResumeLayout(False)
|
|
Me.TabDraw.ResumeLayout(False)
|
|
Me.TabConstruct.ResumeLayout(False)
|
|
Me.TabEdit.ResumeLayout(False)
|
|
Me.TabTransform.ResumeLayout(False)
|
|
Me.TabTest.ResumeLayout(False)
|
|
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 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 TreeView1 As System.Windows.Forms.TreeView
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
Friend WithEvents tBoxInfo As System.Windows.Forms.TextBox
|
|
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 XbtnRotM90 As System.Windows.Forms.Button
|
|
Friend WithEvents XbtnRotP90 As System.Windows.Forms.Button
|
|
Friend WithEvents XbtnMirror As System.Windows.Forms.Button
|
|
Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents TabControl2 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabDraw As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabTest As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabHome As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnSaveAs As System.Windows.Forms.Button
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents btnNew As System.Windows.Forms.Button
|
|
Friend WithEvents btnOpen As System.Windows.Forms.Button
|
|
Friend WithEvents btnSave As System.Windows.Forms.Button
|
|
Friend WithEvents btnImport As System.Windows.Forms.Button
|
|
Friend WithEvents btnExport As System.Windows.Forms.Button
|
|
Friend WithEvents btnExec As System.Windows.Forms.Button
|
|
Friend WithEvents TabView As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnIsoNW As System.Windows.Forms.Button
|
|
Friend WithEvents btnIsoNE As System.Windows.Forms.Button
|
|
Friend WithEvents btnIsoSE As System.Windows.Forms.Button
|
|
Friend WithEvents chkGetDist As System.Windows.Forms.CheckBox
|
|
Friend WithEvents chkAnalyze As System.Windows.Forms.CheckBox
|
|
Friend WithEvents PictureBox5 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents chkCurveDir As System.Windows.Forms.CheckBox
|
|
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents rbtShading As System.Windows.Forms.RadioButton
|
|
Friend WithEvents rbtWireFrame As System.Windows.Forms.RadioButton
|
|
Friend WithEvents rbtHiddenLine As System.Windows.Forms.RadioButton
|
|
Friend WithEvents btnZoomOut As System.Windows.Forms.Button
|
|
Friend WithEvents btnIsoSW As System.Windows.Forms.Button
|
|
Friend WithEvents btnBack As System.Windows.Forms.Button
|
|
Friend WithEvents btnRight As System.Windows.Forms.Button
|
|
Friend WithEvents btnLeft As System.Windows.Forms.Button
|
|
Friend WithEvents btnZoomAll As System.Windows.Forms.Button
|
|
Friend WithEvents btnFront As System.Windows.Forms.Button
|
|
Friend WithEvents btnZoomIn As System.Windows.Forms.Button
|
|
Friend WithEvents btnTop As System.Windows.Forms.Button
|
|
Friend WithEvents btnMove As System.Windows.Forms.Button
|
|
Friend WithEvents TabTransform As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabEdit As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnRotate As System.Windows.Forms.Button
|
|
Friend WithEvents btnLine2P As System.Windows.Forms.Button
|
|
Friend WithEvents btnPoint As System.Windows.Forms.Button
|
|
Friend WithEvents btnArcCSE As System.Windows.Forms.Button
|
|
Friend WithEvents ObjTreeTimer As System.Windows.Forms.Timer
|
|
Friend WithEvents btnDelete As System.Windows.Forms.Button
|
|
Friend WithEvents btnArc3P As System.Windows.Forms.Button
|
|
Friend WithEvents txtPartLay As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnNewPart As System.Windows.Forms.Button
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents btnNewLayer As System.Windows.Forms.Button
|
|
Friend WithEvents btnColor As System.Windows.Forms.Button
|
|
Friend WithEvents ColorDialog1 As System.Windows.Forms.ColorDialog
|
|
Friend WithEvents txtColor As System.Windows.Forms.TextBox
|
|
Friend WithEvents TabConstruct As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnCopy As System.Windows.Forms.Button
|
|
Friend WithEvents btnMirror As System.Windows.Forms.Button
|
|
Friend WithEvents btnPlane As System.Windows.Forms.Button
|
|
Friend WithEvents btnInvertCurve As System.Windows.Forms.Button
|
|
|
|
End Class
|