home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / grafik / ico2bm / frmabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-22  |  2.3 KB  |  80 lines

  1. VERSION 2.00
  2. Begin Form frmAbout 
  3.    Caption         =   "About ICO2BMP"
  4.    ClientHeight    =   1185
  5.    ClientLeft      =   4905
  6.    ClientTop       =   3480
  7.    ClientWidth     =   2520
  8.    ControlBox      =   0   'False
  9.    Height          =   1590
  10.    Left            =   4845
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1185
  15.    ScaleWidth      =   2520
  16.    Top             =   3135
  17.    Width           =   2640
  18.    Begin CommandButton Command1 
  19.       Caption         =   "OK"
  20.       Height          =   315
  21.       Left            =   960
  22.       TabIndex        =   3
  23.       Top             =   90
  24.       Width           =   975
  25.    End
  26.    Begin Label Label3 
  27.       Alignment       =   2  'Center
  28.       Caption         =   "73577,1416"
  29.       FontBold        =   -1  'True
  30.       FontItalic      =   0   'False
  31.       FontName        =   "MS Serif"
  32.       FontSize        =   6.75
  33.       FontStrikethru  =   0   'False
  34.       FontUnderline   =   0   'False
  35.       Height          =   255
  36.       Left            =   840
  37.       TabIndex        =   2
  38.       Top             =   960
  39.       Width           =   1215
  40.    End
  41.    Begin Label Label2 
  42.       Caption         =   "Peter Macdonald"
  43.       FontBold        =   -1  'True
  44.       FontItalic      =   0   'False
  45.       FontName        =   "MS Serif"
  46.       FontSize        =   6.75
  47.       FontStrikethru  =   0   'False
  48.       FontUnderline   =   0   'False
  49.       Height          =   135
  50.       Left            =   840
  51.       TabIndex        =   1
  52.       Top             =   720
  53.       Width           =   1335
  54.    End
  55.    Begin Label Label1 
  56.       Caption         =   "Programmed By"
  57.       FontBold        =   -1  'True
  58.       FontItalic      =   0   'False
  59.       FontName        =   "MS Serif"
  60.       FontSize        =   6.75
  61.       FontStrikethru  =   0   'False
  62.       FontUnderline   =   0   'False
  63.       Height          =   135
  64.       Left            =   870
  65.       TabIndex        =   0
  66.       Top             =   480
  67.       Width           =   1215
  68.    End
  69.    Begin Image Image1 
  70.       Height          =   480
  71.       Left            =   120
  72.       Picture         =   FRMABOUT.FRX:0000
  73.       Top             =   240
  74.       Width           =   480
  75.    End
  76. Option Explicit
  77. Sub Command1_Click ()
  78. Unload Me
  79. End Sub
  80.