Projects

Find all our projects in development below.
All source code is GNU General Public License (GPL)

Red Dot App Ex

Browsing HotkeysForm.frm (1.75 KB)

VERSION 5.00
Begin VB.Form HotkeysForm 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "RedDotAppEx Preset Hotkeys"
   ClientHeight    =   4590
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   4485
   ClipControls    =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "HotkeysForm.frx":0000
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4590
   ScaleWidth      =   4485
   ShowInTaskbar   =   0   'False
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton Command1 
      Cancel          =   -1  'True
      Caption         =   "Close"
      Default         =   -1  'True
      Height          =   375
      Left            =   1635
      TabIndex        =   1
      Top             =   4080
      Width           =   1215
   End
   Begin VB.TextBox txtInfo 
      BackColor       =   &H8000000F&
      BorderStyle     =   0  'None
      Height          =   3735
      Left            =   120
      Locked          =   -1  'True
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   0
      Text            =   "HotkeysForm.frx":000C
      Top             =   120
      Width           =   4335
   End
End
Attribute VB_Name = "HotkeysForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    Unload Me
End Sub


Download HotkeysForm.frm

Back to file list


Back to project page