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 / MCI / OPENDLG.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-11-29  |  816 b   |  26 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"
  3. Begin VB.Form frmOpenDlg 
  4.    Caption         =   "Open File"
  5.    ClientHeight    =   2535
  6.    ClientLeft      =   1080
  7.    ClientTop       =   1485
  8.    ClientWidth     =   2865
  9.    LinkMode        =   1  'Source
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   2535
  12.    ScaleWidth      =   2865
  13.    Begin MSComDlg.CommonDialog dlgOpenFile 
  14.       Left            =   1680
  15.       Top             =   1200
  16.       _ExtentX        =   847
  17.       _ExtentY        =   847
  18.       FilterIndex     =   570
  19.       FontSize        =   8.49728e-19
  20.    End
  21. Attribute VB_Name = "frmOpenDlg"
  22. Attribute VB_GlobalNameSpace = False
  23. Attribute VB_Creatable = False
  24. Attribute VB_PredeclaredId = True
  25. Attribute VB_Exposed = False
  26.