_ 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.ToolStripContainer1 = New System.Windows.Forms.ToolStripContainer() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Scene1 = New EgtUILib.Scene() Me.Scene2 = New EgtUILib.Scene() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RadioButton2 = New System.Windows.Forms.RadioButton() Me.RadioButton1 = New System.Windows.Forms.RadioButton() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.StatusOutput1 = New System.Windows.Forms.ToolStripStatusLabel() Me.StatusCoord1 = New System.Windows.Forms.ToolStripStatusLabel() Me.StatusStrip2 = New System.Windows.Forms.StatusStrip() Me.StatusOutput2 = New System.Windows.Forms.ToolStripStatusLabel() Me.StatusCoord2 = New System.Windows.Forms.ToolStripStatusLabel() Me.TsMain1 = New EgtUILib.tsMain() Me.TsRendering1 = New EgtUILib.tsRendering() Me.TsZoom1 = New EgtUILib.tsZoom() Me.TsLookFrom1 = New EgtUILib.tsLookFrom() Me.TsExec1 = New EgtUILib.tsExec() Me.TsInfo1 = New EgtUILib.tsInfo() Me.ToolStripContainer1.ContentPanel.SuspendLayout() Me.ToolStripContainer1.TopToolStripPanel.SuspendLayout() Me.ToolStripContainer1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.StatusStrip1.SuspendLayout() Me.StatusStrip2.SuspendLayout() Me.SuspendLayout() ' 'ToolStripContainer1 ' Me.ToolStripContainer1.BottomToolStripPanelVisible = False ' 'ToolStripContainer1.ContentPanel ' Me.ToolStripContainer1.ContentPanel.Controls.Add(Me.TableLayoutPanel1) Me.ToolStripContainer1.ContentPanel.Margin = New System.Windows.Forms.Padding(2) Me.ToolStripContainer1.ContentPanel.Size = New System.Drawing.Size(681, 279) Me.ToolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.ToolStripContainer1.Location = New System.Drawing.Point(0, 0) Me.ToolStripContainer1.Margin = New System.Windows.Forms.Padding(2) Me.ToolStripContainer1.Name = "ToolStripContainer1" Me.ToolStripContainer1.Size = New System.Drawing.Size(681, 304) Me.ToolStripContainer1.TabIndex = 0 Me.ToolStripContainer1.Text = "ToolStripContainer1" ' 'ToolStripContainer1.TopToolStripPanel ' Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsMain1) Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsZoom1) Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsLookFrom1) Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsExec1) Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsRendering1) Me.ToolStripContainer1.TopToolStripPanel.Controls.Add(Me.TsInfo1) ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 3 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel1.Controls.Add(Me.Scene1, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Scene2, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.GroupBox1, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.StatusStrip1, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.StatusStrip2, 1, 1) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(2) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(681, 279) 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(2, 2) Me.Scene1.Margin = New System.Windows.Forms.Padding(2) Me.Scene1.Name = "Scene1" Me.Scene1.Size = New System.Drawing.Size(315, 255) Me.Scene1.TabIndex = 0 ' 'Scene2 ' Me.Scene2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Scene2.Cursor = System.Windows.Forms.Cursors.Default Me.Scene2.Dock = System.Windows.Forms.DockStyle.Fill Me.Scene2.Location = New System.Drawing.Point(321, 2) Me.Scene2.Margin = New System.Windows.Forms.Padding(2) Me.Scene2.Name = "Scene2" Me.Scene2.Size = New System.Drawing.Size(315, 255) Me.Scene2.TabIndex = 1 ' 'GroupBox1 ' Me.GroupBox1.AutoSize = True Me.GroupBox1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink Me.GroupBox1.Controls.Add(Me.RadioButton2) Me.GroupBox1.Controls.Add(Me.RadioButton1) Me.GroupBox1.Location = New System.Drawing.Point(640, 2) Me.GroupBox1.Margin = New System.Windows.Forms.Padding(2) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Padding = New System.Windows.Forms.Padding(2) Me.GroupBox1.Size = New System.Drawing.Size(39, 68) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(4, 34) Me.RadioButton2.Margin = New System.Windows.Forms.Padding(2) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(31, 17) Me.RadioButton2.TabIndex = 1 Me.RadioButton2.TabStop = True Me.RadioButton2.Text = "2" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Location = New System.Drawing.Point(4, 14) Me.RadioButton1.Margin = New System.Windows.Forms.Padding(2) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(31, 17) Me.RadioButton1.TabIndex = 0 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "1" Me.RadioButton1.UseVisualStyleBackColor = True ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StatusOutput1, Me.StatusCoord1}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 259) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(319, 20) Me.StatusStrip1.TabIndex = 3 Me.StatusStrip1.Text = "StatusStrip1" ' 'StatusOutput1 ' Me.StatusOutput1.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.StatusOutput1.Name = "StatusOutput1" Me.StatusOutput1.Size = New System.Drawing.Size(119, 15) Me.StatusOutput1.Spring = True Me.StatusOutput1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'StatusCoord1 ' Me.StatusCoord1.AutoSize = False Me.StatusCoord1.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.StatusCoord1.Name = "StatusCoord1" Me.StatusCoord1.Size = New System.Drawing.Size(185, 15) Me.StatusCoord1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'StatusStrip2 ' Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StatusOutput2, Me.StatusCoord2}) Me.StatusStrip2.Location = New System.Drawing.Point(319, 259) Me.StatusStrip2.Name = "StatusStrip2" Me.StatusStrip2.Size = New System.Drawing.Size(319, 20) Me.StatusStrip2.TabIndex = 4 Me.StatusStrip2.Text = "StatusStrip2" ' 'StatusOutput2 ' Me.StatusOutput2.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.StatusOutput2.Name = "StatusOutput2" Me.StatusOutput2.Size = New System.Drawing.Size(119, 15) Me.StatusOutput2.Spring = True Me.StatusOutput2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'StatusCoord2 ' Me.StatusCoord2.AutoSize = False Me.StatusCoord2.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.StatusCoord2.Name = "StatusCoord2" Me.StatusCoord2.Size = New System.Drawing.Size(185, 15) Me.StatusCoord2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'TsMain1 ' Me.TsMain1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsMain1.Dock = System.Windows.Forms.DockStyle.None Me.TsMain1.Location = New System.Drawing.Point(3, 0) Me.TsMain1.Name = "TsMain1" Me.TsMain1.Size = New System.Drawing.Size(127, 25) Me.TsMain1.TabIndex = 0 Me.TsMain1.Text = "TsMain1" ' 'TsRendering1 ' Me.TsRendering1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsRendering1.Dock = System.Windows.Forms.DockStyle.None Me.TsRendering1.Location = New System.Drawing.Point(130, 0) Me.TsRendering1.Name = "TsRendering1" Me.TsRendering1.Size = New System.Drawing.Size(81, 25) Me.TsRendering1.TabIndex = 2 Me.TsRendering1.Text = "TsRendering1" ' 'TsZoom1 ' Me.TsZoom1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsZoom1.Dock = System.Windows.Forms.DockStyle.None Me.TsZoom1.Location = New System.Drawing.Point(396, 0) Me.TsZoom1.Name = "TsZoom1" Me.TsZoom1.Size = New System.Drawing.Size(81, 25) Me.TsZoom1.TabIndex = 3 Me.TsZoom1.Text = "TsZoom1" ' 'TsLookFrom1 ' Me.TsLookFrom1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsLookFrom1.Dock = System.Windows.Forms.DockStyle.None Me.TsLookFrom1.Location = New System.Drawing.Point(211, 0) Me.TsLookFrom1.Name = "TsLookFrom1" Me.TsLookFrom1.Size = New System.Drawing.Size(150, 25) Me.TsLookFrom1.TabIndex = 3 ' 'TsExec1 ' Me.TsExec1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsExec1.Dock = System.Windows.Forms.DockStyle.None Me.TsExec1.Location = New System.Drawing.Point(361, 0) Me.TsExec1.Name = "TsExec1" Me.TsExec1.Size = New System.Drawing.Size(35, 25) Me.TsExec1.TabIndex = 4 ' 'TsInfo1 ' Me.TsInfo1.Anchor = System.Windows.Forms.AnchorStyles.None Me.TsInfo1.Dock = System.Windows.Forms.DockStyle.None Me.TsInfo1.Location = New System.Drawing.Point(477, 0) Me.TsInfo1.Name = "TsInfo1" Me.TsInfo1.Size = New System.Drawing.Size(58, 25) Me.TsInfo1.TabIndex = 5 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(681, 304) Me.Controls.Add(Me.ToolStripContainer1) Me.Cursor = System.Windows.Forms.Cursors.Default Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(2) Me.Name = "Form1" Me.Text = "Form1" Me.ToolStripContainer1.ContentPanel.ResumeLayout(False) Me.ToolStripContainer1.TopToolStripPanel.ResumeLayout(False) Me.ToolStripContainer1.TopToolStripPanel.PerformLayout() Me.ToolStripContainer1.ResumeLayout(False) Me.ToolStripContainer1.PerformLayout() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.StatusStrip2.ResumeLayout(False) Me.StatusStrip2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents ToolStripContainer1 As System.Windows.Forms.ToolStripContainer Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Scene1 As EgtUILib.Scene Friend WithEvents Scene2 As EgtUILib.Scene Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents TsMain1 As EgtUILib.tsMain Friend WithEvents TsRendering1 As EgtUILib.tsRendering Friend WithEvents TsZoom1 As EgtUILib.tsZoom Friend WithEvents TsLookFrom1 As EgtUILib.tsLookFrom Friend WithEvents TsExec1 As EgtUILib.tsExec Friend WithEvents TsInfo1 As EgtUILib.tsInfo Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents StatusOutput1 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents StatusCoord1 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents StatusStrip2 As System.Windows.Forms.StatusStrip Friend WithEvents StatusOutput2 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents StatusCoord2 As System.Windows.Forms.ToolStripStatusLabel End Class