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 / articles / vbdev / source / pin14v3b.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-18  |  1.6 KB  |  61 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   3750
  5.    ClientLeft      =   4725
  6.    ClientTop       =   4125
  7.    ClientWidth     =   3495
  8.    Height          =   4155
  9.    Left            =   4665
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   3750
  12.    ScaleWidth      =   3495
  13.    Top             =   3780
  14.    Width           =   3615
  15.    Begin VScrollBar VScroll1 
  16.       Height          =   1155
  17.       Left            =   2100
  18.       TabIndex        =   5
  19.       Top             =   1200
  20.       Width           =   375
  21.    End
  22.    Begin HScrollBar HScroll1 
  23.       Height          =   315
  24.       Left            =   240
  25.       TabIndex        =   4
  26.       Top             =   1740
  27.       Width           =   1215
  28.    End
  29.    Begin ComboBox Combo1 
  30.       Height          =   300
  31.       Left            =   1740
  32.       TabIndex        =   3
  33.       Text            =   "Combo1"
  34.       Top             =   840
  35.       Width           =   1395
  36.    End
  37.    Begin ListBox List1 
  38.       Height          =   810
  39.       Left            =   240
  40.       TabIndex        =   2
  41.       Top             =   780
  42.       Width           =   1275
  43.    End
  44.    Begin CommandButton Command1 
  45.       Caption         =   "Command1"
  46.       Height          =   375
  47.       Left            =   240
  48.       TabIndex        =   0
  49.       Top             =   240
  50.       Width           =   975
  51.    End
  52.    Begin Label Label1 
  53.       Caption         =   "Label1"
  54.       Height          =   315
  55.       Left            =   1500
  56.       TabIndex        =   1
  57.       Top             =   300
  58.       Width           =   1275
  59.    End
  60. Option Explicit
  61.