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 / pin14v4b.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-18  |  1.7 KB  |  64 lines

  1. VERSION 4.00
  2. Begin VB.Form Form2 
  3.    Caption         =   "Form2"
  4.    ClientHeight    =   3945
  5.    ClientLeft      =   5130
  6.    ClientTop       =   3135
  7.    ClientWidth     =   2910
  8.    Height          =   4350
  9.    Left            =   5070
  10.    LinkTopic       =   "Form2"
  11.    ScaleHeight     =   3945
  12.    ScaleWidth      =   2910
  13.    Top             =   2790
  14.    Width           =   3030
  15.    Begin VB.VScrollBar VScroll1 
  16.       Height          =   975
  17.       Left            =   2100
  18.       TabIndex        =   5
  19.       Top             =   1500
  20.       Width           =   315
  21.    End
  22.    Begin VB.HScrollBar HScroll1 
  23.       Height          =   255
  24.       Left            =   300
  25.       TabIndex        =   4
  26.       Top             =   1740
  27.       Width           =   1155
  28.    End
  29.    Begin VB.ComboBox Combo1 
  30.       Height          =   300
  31.       Left            =   1380
  32.       TabIndex        =   3
  33.       Text            =   "Combo1"
  34.       Top             =   900
  35.       Width           =   1335
  36.    End
  37.    Begin VB.ListBox List1 
  38.       Height          =   615
  39.       Left            =   240
  40.       TabIndex        =   2
  41.       Top             =   900
  42.       Width           =   975
  43.    End
  44.    Begin VB.CommandButton Command1 
  45.       Caption         =   "Command1"
  46.       Height          =   435
  47.       Left            =   240
  48.       TabIndex        =   0
  49.       Top             =   180
  50.       Width           =   795
  51.    End
  52.    Begin VB.Label Label1 
  53.       Caption         =   "Label1"
  54.       Height          =   315
  55.       Left            =   1320
  56.       TabIndex        =   1
  57.       Top             =   240
  58.       Width           =   975
  59.    End
  60. Attribute VB_Name = "Form2"
  61. Attribute VB_Creatable = False
  62. Attribute VB_Exposed = False
  63. Option Explicit
  64.