vbAccelerator - Contents of code file: frmMain.frm

VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "Main"
   ClientHeight    =   3945
   ClientLeft      =   3150
   ClientTop       =   1605
   ClientWidth     =   6360
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3945
   ScaleWidth      =   6360
   Begin VB.Label lblInfo 
      BackStyle       =   0  'Transparent
      Caption         =   "vbAccelerator"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   24
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000010&
      Height          =   915
      Index           =   1
      Left            =   2760
      TabIndex        =   1
      Top             =   0
      Width           =   3015
   End
   Begin VB.Label lblInfo 
      Caption         =   "Show In Taskbar"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   48
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000080&
      Height          =   3435
      Index           =   0
      Left            =   2700
      TabIndex        =   0
      Top             =   300
      Width           =   3495
   End
   Begin VB.Image imgAda 
      BorderStyle     =   1  'Fixed Single
      Height          =   3735
      Left            =   120
      Picture         =   "frmMain.frx":1272
      Top             =   120
      Width           =   2550
   End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit