home *** CD-ROM | disk | FTP | other *** search
/ Dan Appleman's Visual Bas…s Guide to the Win32 API / Dan.Applmans.Visual.Basic.5.0.Programmers.Guide.To.The.Win32.API.1997.Ziff-Davis.Press.CD / VB5PG32.mdf / vbpg32 / samples4 / ch15 / ch15code.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-02-16  |  992 b   |  32 lines

  1. VERSION 4.00
  2. Begin VB.Form frm12 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H80000005&
  5.    Caption         =   "Form1"
  6.    ClientHeight    =   4020
  7.    ClientLeft      =   1305
  8.    ClientTop       =   2070
  9.    ClientWidth     =   7365
  10.    BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  11.       Name            =   "MS Sans Serif"
  12.       Size            =   8.25
  13.       Charset         =   0
  14.       Weight          =   700
  15.       Underline       =   0   'False
  16.       Italic          =   0   'False
  17.       Strikethrough   =   0   'False
  18.    EndProperty
  19.    ForeColor       =   &H80000008&
  20.    Height          =   4425
  21.    Left            =   1245
  22.    LinkMode        =   1  'Source
  23.    LinkTopic       =   "Form1"
  24.    ScaleHeight     =   4020
  25.    ScaleWidth      =   7365
  26.    Top             =   1725
  27.    Width           =   7485
  28.    WindowState     =   1  'Minimized
  29. Attribute VB_Name = "frm12"
  30. Attribute VB_Creatable = False
  31. Attribute VB_Exposed = False
  32.