VERSION 5.00 Begin VB.Form Form2 Caption = "Form2" ClientHeight = 2520 ClientLeft = 60 ClientTop = 345 ClientWidth = 7695 LinkTopic = "Form2" ScaleHeight = 2520 ScaleWidth = 7695 StartUpPosition = 3 'Windows Default Begin VB.CommandButton Uscita Caption = "Esci" Height = 495 Left = 4800 TabIndex = 4 Top = 1920 Width = 1815 End Begin VB.VScrollBar Zoom Height = 2055 Left = 7200 Max = 180 TabIndex = 3 Top = 360 Value = 30 Width = 375 End Begin VB.HScrollBar Roll Height = 375 Left = 4320 Max = 180 Min = -180 TabIndex = 2 Top = 360 Width = 2775 End Begin VB.VScrollBar PanY Height = 2055 Left = 3000 Max = 90 Min = -90 TabIndex = 1 Top = 360 Width = 375 End Begin VB.HScrollBar PanX Height = 375 Left = 120 Max = 180 Min = -180 TabIndex = 0 Top = 360 Width = 2775 End Begin VB.Label Label5 Caption = "Zoom" Height = 255 Left = 7200 TabIndex = 9 Top = 120 Width = 375 End Begin VB.Label Label4 Caption = "Roll" Height = 255 Left = 5520 TabIndex = 8 Top = 120 Width = 495 End Begin VB.Label Label3 Caption = "Y" Height = 255 Left = 3120 TabIndex = 7 Top = 120 Width = 255 End Begin VB.Label Label2 Caption = "X" Height = 255 Left = 1200 TabIndex = 6 Top = 120 Width = 375 End Begin VB.Label Label1 Caption = "Pan" Height = 255 Left = 240 TabIndex = 5 Top = 120 Width = 615 End End Attribute VB_Name = "Form2" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Uscita_Click() End End Sub