home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / COMMON / RTFAPI.ZIP / Api_VB / frmInfo.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1998-04-20  |  1.5 KB  |  51 lines

  1. VERSION 5.00
  2. Begin VB.Form frmInfo 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Informazioni su ..."
  5.    ClientHeight    =   1815
  6.    ClientLeft      =   2310
  7.    ClientTop       =   2685
  8.    ClientWidth     =   4485
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1815
  13.    ScaleWidth      =   4485
  14.    Begin VB.PictureBox Picture1 
  15.       AutoSize        =   -1  'True
  16.       Height          =   1560
  17.       Left            =   240
  18.       Picture         =   "frmInfo.frx":0000
  19.       ScaleHeight     =   1500
  20.       ScaleWidth      =   1500
  21.       TabIndex        =   1
  22.       Top             =   120
  23.       Width           =   1560
  24.    End
  25.    Begin VB.CommandButton CmdOk 
  26.       Caption         =   "&Ok"
  27.       Height          =   310
  28.       Left            =   2760
  29.       TabIndex        =   0
  30.       Top             =   1440
  31.       Width           =   855
  32.    End
  33.    Begin VB.Label Label1 
  34.       Alignment       =   2  'Center
  35.       Caption         =   $"frmInfo.frx":111E
  36.       Height          =   1215
  37.       Left            =   1920
  38.       TabIndex        =   2
  39.       Top             =   120
  40.       Width           =   2295
  41.    End
  42. Attribute VB_Name = "frmInfo"
  43. Attribute VB_GlobalNameSpace = False
  44. Attribute VB_Creatable = False
  45. Attribute VB_PredeclaredId = True
  46. Attribute VB_Exposed = False
  47. Option Explicit
  48. Private Sub CmdOk_Click()
  49.   Unload Me
  50. End Sub
  51.