home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / COMPTOOL / ACTVCOMP / ACTXDOC / FRMAUX.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-09-16  |  783 b   |  27 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAux 
  3.    Caption         =   "Auxiliary Form"
  4.    ClientHeight    =   1485
  5.    ClientLeft      =   1650
  6.    ClientTop       =   1530
  7.    ClientWidth     =   4845
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   1485
  10.    ScaleWidth      =   4845
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.TextBox txtAux 
  13.       Height          =   735
  14.       Left            =   120
  15.       MultiLine       =   -1  'True
  16.       TabIndex        =   0
  17.       Top             =   240
  18.       Width           =   4455
  19.    End
  20. Attribute VB_Name = "frmAux"
  21. Attribute VB_GlobalNameSpace = False
  22. Attribute VB_Creatable = False
  23. Attribute VB_TemplateDerived = False
  24. Attribute VB_PredeclaredId = True
  25. Attribute VB_Exposed = False
  26. Option Explicit
  27.