Componentes.Terceros.jvcl/official/3.36/examples/JvAppHotKey/JvAppHotKeyDemoMainFormU.dfm
2009-02-27 12:23:32 +00:00

74 lines
1.7 KiB
Plaintext

object JvAppHotKeyDemoMainForm: TJvAppHotKeyDemoMainForm
Left = 360
Top = 165
ClientWidth = 356
ClientHeight = 297
Caption = 'JvAppHotKey demo'
Color = clBtnFace
Constraints.MinHeight = 200
Constraints.MinWidth = 352
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Shell Dlg 2'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 56
Width = 95
Height = 13
Caption = 'Application &hot key:'
end
object Label2: TLabel
Left = 8
Top = 16
Width = 336
Height = 26
Caption =
'Define a hot key and switch to another application.'#13#10'Press the h' +
'otkey to see the effect of TJvApplicationHotKey.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
end
object HotKey1: THotKey
Left = 8
Top = 72
Width = 257
Height = 19
Anchors = [akLeft, akTop, akRight]
HotKey = 49217
InvalidKeys = [hcNone, hcShift]
Modifiers = [hkCtrl, hkAlt]
TabOrder = 0
end
object btnAdd: TButton
Left = 272
Top = 70
Width = 75
Height = 24
Anchors = [akTop, akRight]
Caption = '&Add'
Default = True
TabOrder = 1
OnClick = btnAddClick
end
object lbHotKeys: TListBox
Left = 8
Top = 104
Width = 340
Height = 186
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
TabOrder = 2
end
end