_ Partial Class btnLookFrom Inherits System.Windows.Forms.UserControl 'UserControl esegue l'override del metodo Dispose per pulire l'elenco dei componenti. _ Protected Overrides Sub Dispose( 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.gbViewMode = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.btnTop = New System.Windows.Forms.Button() Me.btnFront = New System.Windows.Forms.Button() Me.btnLeft = New System.Windows.Forms.Button() Me.btnIso = New System.Windows.Forms.Button() Me.btnBack = New System.Windows.Forms.Button() Me.btnRight = New System.Windows.Forms.Button() Me.gbViewMode.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.SuspendLayout() ' 'gbViewMode ' Me.gbViewMode.Controls.Add(Me.TableLayoutPanel1) Me.gbViewMode.Dock = System.Windows.Forms.DockStyle.Fill Me.gbViewMode.Location = New System.Drawing.Point(0, 0) Me.gbViewMode.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.gbViewMode.Name = "gbViewMode" Me.gbViewMode.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.gbViewMode.Size = New System.Drawing.Size(167, 69) Me.gbViewMode.TabIndex = 0 Me.gbViewMode.TabStop = False Me.gbViewMode.Text = "Look From" ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 3 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.TableLayoutPanel1.Controls.Add(Me.btnTop, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.btnFront, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.btnLeft, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.btnIso, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.btnBack, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.btnRight, 2, 1) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel1.Location = New System.Drawing.Point(2, 15) Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(163, 52) Me.TableLayoutPanel1.TabIndex = 0 ' 'btnTop ' Me.btnTop.Dock = System.Windows.Forms.DockStyle.Fill Me.btnTop.Location = New System.Drawing.Point(2, 2) Me.btnTop.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnTop.Name = "btnTop" Me.btnTop.Size = New System.Drawing.Size(50, 22) Me.btnTop.TabIndex = 0 Me.btnTop.Text = "Top" Me.btnTop.UseVisualStyleBackColor = True ' 'btnFront ' Me.btnFront.Dock = System.Windows.Forms.DockStyle.Fill Me.btnFront.Location = New System.Drawing.Point(56, 2) Me.btnFront.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnFront.Name = "btnFront" Me.btnFront.Size = New System.Drawing.Size(50, 22) Me.btnFront.TabIndex = 1 Me.btnFront.Text = "Front" Me.btnFront.UseVisualStyleBackColor = True ' 'btnLeft ' Me.btnLeft.Dock = System.Windows.Forms.DockStyle.Fill Me.btnLeft.Location = New System.Drawing.Point(110, 2) Me.btnLeft.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnLeft.Name = "btnLeft" Me.btnLeft.Size = New System.Drawing.Size(51, 22) Me.btnLeft.TabIndex = 2 Me.btnLeft.Text = "Left" Me.btnLeft.UseVisualStyleBackColor = True ' 'btnIso ' Me.btnIso.Dock = System.Windows.Forms.DockStyle.Fill Me.btnIso.Location = New System.Drawing.Point(2, 28) Me.btnIso.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnIso.Name = "btnIso" Me.btnIso.Size = New System.Drawing.Size(50, 22) Me.btnIso.TabIndex = 3 Me.btnIso.Text = "Iso" Me.btnIso.UseVisualStyleBackColor = True ' 'btnBack ' Me.btnBack.Dock = System.Windows.Forms.DockStyle.Fill Me.btnBack.Location = New System.Drawing.Point(56, 28) Me.btnBack.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnBack.Name = "btnBack" Me.btnBack.Size = New System.Drawing.Size(50, 22) Me.btnBack.TabIndex = 4 Me.btnBack.Text = "Back" Me.btnBack.UseVisualStyleBackColor = True ' 'btnRight ' Me.btnRight.Dock = System.Windows.Forms.DockStyle.Fill Me.btnRight.Location = New System.Drawing.Point(110, 28) Me.btnRight.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.btnRight.Name = "btnRight" Me.btnRight.Size = New System.Drawing.Size(51, 22) Me.btnRight.TabIndex = 5 Me.btnRight.Text = "Right" Me.btnRight.UseVisualStyleBackColor = True ' 'btnLookFrom ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.gbViewMode) Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2) Me.Name = "btnLookFrom" Me.Size = New System.Drawing.Size(167, 69) Me.gbViewMode.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents gbViewMode As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnTop As System.Windows.Forms.Button Friend WithEvents btnFront As System.Windows.Forms.Button Friend WithEvents btnLeft As System.Windows.Forms.Button Friend WithEvents btnIso As System.Windows.Forms.Button Friend WithEvents btnBack As System.Windows.Forms.Button Friend WithEvents btnRight As System.Windows.Forms.Button End Class