vbAccelerator - Contents of code file: Examples_Example2_dlgExample2.frm

VERSION 5.00
Begin VB.Form dlgExample2 
   Caption         =   "Example2"
   ClientHeight    =   5364
   ClientLeft      =   3468
   ClientTop       =   1584
   ClientWidth     =   4608
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   ScaleHeight     =   5364
   ScaleWidth      =   4608
   Begin VB.TextBox Text2 
      Height          =   288
      Left            =   3396
      TabIndex        =   8
      Text            =   "Text2"
      Top             =   4620
      Width           =   1032
   End
   Begin VB.TextBox Text1 
      Height          =   300
      Left            =   3384
      TabIndex        =   7
      Text            =   "Text1"
      Top             =   4068
      Width           =   1068
   End
   Begin VB.CommandButton Command6 
      Caption         =   "Command6"
      Height          =   396
      Left            =   2304
      TabIndex        =   6
      Top             =   4560
      Width           =   972
   End
   Begin VB.CommandButton Command5 
      Caption         =   "Command5"
      Height          =   396
      Left            =   1224
      TabIndex        =   5
      Top             =   4560
      Width           =   972
   End
   Begin VB.CommandButton Command4 
      Caption         =   "Command4"
      Height          =   396
      Left            =   144
      TabIndex        =   4
      Top             =   4560
      Width           =   972
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Command3"
      Height          =   396
      Left            =   1224
      TabIndex        =   3
      Top             =   4044
      Width           =   972
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Command2"
      Height          =   396
      Left            =   2304
      TabIndex        =   2
      Top             =   4044
      Width           =   972
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   396
      Left            =   144
      TabIndex        =   1
      Top             =   4044
      Width           =   972
   End
   Begin Example2.ctlEnumControls ctlEnum1 
      Height          =   3708
      Left            =   144
      TabIndex        =   0
      Top             =   180
      Width           =   4308
      _ExtentX        =   7599
      _ExtentY        =   6541
      ControlsOnForm  =   "Command2"
   End
End
Attribute VB_Name = "dlgExample2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit