vbAccelerator - Contents of code file: Examples_Example1_dlgExample1.frm

VERSION 5.00
Begin VB.Form dlgExample1 
   Caption         =   "Example1"
   ClientHeight    =   4152
   ClientLeft      =   3468
   ClientTop       =   1584
   ClientWidth     =   4608
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   4152
   ScaleWidth      =   4608
   Begin Example1.ctlEnum ctlEnum1 
      Height          =   3708
      Left            =   132
      TabIndex        =   0
      Top             =   168
      Width           =   4308
      _ExtentX        =   7599
      _ExtentY        =   6541
   End
End
Attribute VB_Name = "dlgExample1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit