home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / WinPaint2042781162007.psc / WinPaint / Forms / frmAbout.frm next >
Text File  |  2007-01-15  |  2KB  |  67 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "About"
  5.    ClientHeight    =   2835
  6.    ClientLeft      =   255
  7.    ClientTop       =   1800
  8.    ClientWidth     =   4770
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    Icon            =   "frmAbout.frx":0000
  12.    KeyPreview      =   -1  'True
  13.    LinkTopic       =   "Form2"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   2835
  17.    ScaleWidth      =   4770
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   2  'CenterScreen
  20.    Begin VB.CommandButton Command1 
  21.       Caption         =   "Close"
  22.       Height          =   255
  23.       Left            =   3960
  24.       TabIndex        =   3
  25.       Top             =   2520
  26.       Width           =   735
  27.    End
  28.    Begin VB.Label Label3 
  29.       Caption         =   "WinPaint 1.0"
  30.       Height          =   255
  31.       Left            =   240
  32.       TabIndex        =   2
  33.       Top             =   840
  34.       Width           =   4335
  35.    End
  36.    Begin VB.Label Label2 
  37.       Caption         =   $"frmAbout.frx":000C
  38.       Height          =   1095
  39.       Left            =   240
  40.       TabIndex        =   1
  41.       Top             =   1440
  42.       Width           =   4335
  43.    End
  44.    Begin VB.Label Label1 
  45.       Caption         =   "Perudow Software"
  46.       BeginProperty Font 
  47.          Name            =   "Script"
  48.          Size            =   24
  49.          Charset         =   255
  50.          Weight          =   700
  51.          Underline       =   0   'False
  52.          Italic          =   0   'False
  53.          Strikethrough   =   0   'False
  54.       EndProperty
  55.       Height          =   375
  56.       Left            =   120
  57.       TabIndex        =   0
  58.       Top             =   240
  59.       Width           =   4575
  60.    End
  61. End
  62. Attribute VB_Name = "frmAbout"
  63. Attribute VB_GlobalNameSpace = False
  64. Attribute VB_Creatable = False
  65. Attribute VB_PredeclaredId = True
  66. Attribute VB_Exposed = False
  67.