home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmInfo
- BorderStyle = 1 'Fixed Single
- Caption = "Informazioni su ..."
- ClientHeight = 1815
- ClientLeft = 2310
- ClientTop = 2685
- ClientWidth = 4485
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1815
- ScaleWidth = 4485
- Begin VB.PictureBox Picture1
- AutoSize = -1 'True
- Height = 1560
- Left = 240
- Picture = "frmInfo.frx":0000
- ScaleHeight = 1500
- ScaleWidth = 1500
- TabIndex = 1
- Top = 120
- Width = 1560
- End
- Begin VB.CommandButton CmdOk
- Caption = "&Ok"
- Height = 310
- Left = 2760
- TabIndex = 0
- Top = 1440
- Width = 855
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = $"frmInfo.frx":111E
- Height = 1215
- Left = 1920
- TabIndex = 2
- Top = 120
- Width = 2295
- End
- Attribute VB_Name = "frmInfo"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub CmdOk_Click()
- Unload Me
- End Sub
-