_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Scene1 = New TestEIn.Scene() Me.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.TabControl2 = New System.Windows.Forms.TabControl() Me.TabDraw = New System.Windows.Forms.TabPage() Me.TabTest = New System.Windows.Forms.TabPage() Me.btnMove = New System.Windows.Forms.Button() Me.btnRotM90 = New System.Windows.Forms.Button() Me.btnRotP90 = New System.Windows.Forms.Button() Me.btnMirror = 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.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.TabControl2.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, 473) Me.TableLayoutPanel1.TabIndex = 0 ' 'Scene1 ' Me.Scene1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Scene1.Cursor = System.Windows.Forms.Cursors.Default Me.Scene1.Dock = System.Windows.Forms.DockStyle.Fill Me.Scene1.Location = New System.Drawing.Point(92, 83) Me.Scene1.Name = "Scene1" Me.Scene1.Size = New System.Drawing.Size(755, 365) Me.Scene1.TabIndex = 1 ' '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, 451) 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, 1) Me.TableLayoutPanel3.Controls.Add(Me.tboxCmd, 0, 2) Me.TableLayoutPanel3.Controls.Add(Me.TreeView1, 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 = 3 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, 365) Me.TableLayoutPanel3.TabIndex = 9 ' 'tBoxInfo ' Me.tBoxInfo.Dock = System.Windows.Forms.DockStyle.Fill Me.tBoxInfo.Location = New System.Drawing.Point(3, 174) Me.tBoxInfo.Multiline = True Me.tBoxInfo.Name = "tBoxInfo" Me.tBoxInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.tBoxInfo.Size = New System.Drawing.Size(194, 108) Me.tBoxInfo.TabIndex = 24 ' 'tboxCmd ' Me.tboxCmd.Dock = System.Windows.Forms.DockStyle.Fill Me.tboxCmd.Location = New System.Drawing.Point(3, 288) 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, 3) Me.TreeView1.Name = "TreeView1" Me.TreeView1.SelectedImageIndex = 0 Me.TreeView1.Size = New System.Drawing.Size(194, 165) 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") ' 'TabControl2 ' Me.TabControl2.Alignment = System.Windows.Forms.TabAlignment.Left Me.TabControl2.Controls.Add(Me.TabDraw) 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, 365) Me.TabControl2.TabIndex = 10 ' 'TabDraw ' Me.TabDraw.BackColor = System.Drawing.SystemColors.Control 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, 357) Me.TabDraw.TabIndex = 0 Me.TabDraw.Text = "Draw" ' 'TabTest ' Me.TabTest.BackColor = System.Drawing.SystemColors.Control Me.TabTest.Controls.Add(Me.btnMove) Me.TabTest.Controls.Add(Me.btnRotM90) Me.TabTest.Controls.Add(Me.btnRotP90) Me.TabTest.Controls.Add(Me.btnMirror) 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, 357) Me.TabTest.TabIndex = 1 Me.TabTest.Text = "Test" ' '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.Location = New System.Drawing.Point(0, 144) Me.btnMove.Name = "btnMove" Me.btnMove.Size = New System.Drawing.Size(56, 48) Me.btnMove.TabIndex = 29 Me.btnMove.Text = "Move" Me.btnMove.UseVisualStyleBackColor = False ' 'btnRotM90 ' Me.btnRotM90.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control Me.btnRotM90.FlatAppearance.BorderSize = 0 Me.btnRotM90.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control Me.btnRotM90.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.btnRotM90.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRotM90.Location = New System.Drawing.Point(0, 96) Me.btnRotM90.Name = "btnRotM90" Me.btnRotM90.Size = New System.Drawing.Size(56, 48) Me.btnRotM90.TabIndex = 27 Me.btnRotM90.Text = "Rot-90" Me.btnRotM90.UseVisualStyleBackColor = False ' 'btnRotP90 ' Me.btnRotP90.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control Me.btnRotP90.FlatAppearance.BorderSize = 0 Me.btnRotP90.FlatAppearance.MouseDownBackColor = System.Drawing.SystemColors.Control Me.btnRotP90.FlatAppearance.MouseOverBackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.btnRotP90.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRotP90.Location = New System.Drawing.Point(0, 0) Me.btnRotP90.Name = "btnRotP90" Me.btnRotP90.Size = New System.Drawing.Size(56, 48) Me.btnRotP90.TabIndex = 26 Me.btnRotP90.Text = "Rot+90" Me.btnRotP90.UseVisualStyleBackColor = False ' '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.Location = New System.Drawing.Point(0, 48) Me.btnMirror.Name = "btnMirror" Me.btnMirror.Size = New System.Drawing.Size(56, 48) Me.btnMirror.TabIndex = 28 Me.btnMirror.Text = "Mirror" Me.btnMirror.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 ' '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, 473) 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.TabControl2.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 btnRotM90 As System.Windows.Forms.Button Friend WithEvents btnRotP90 As System.Windows.Forms.Button Friend WithEvents btnMirror 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 End Class