home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
software
/
arsclip
/
ArsClip.exe
/
0
/
RCDATA
/
TFRMHOTKEY
/
TFRMHOTKEY.txt
Wrap
Text File
|
2004-03-02
|
1KB
|
65 lines
object FrmHotkey: TFrmHotkey
Left = 447
Top = 393
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
ActiveControl = txtHotkey
AutoScroll = False
BorderIcons = []
Caption = 'ArsClip - Hotkey'
ClientHeight = 107
ClientWidth = 272
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 34
Height = 13
Caption = 'Hotkey'
end
object bSet: TButton
Left = 120
Top = 72
Width = 57
Height = 25
Caption = 'Set'
Enabled = False
TabOrder = 0
OnClick = bSetClick
end
object bCancel: TButton
Left = 200
Top = 72
Width = 57
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = bCancelClick
end
object txtHotkey: TEdit
Left = 8
Top = 24
Width = 249
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
OnKeyDown = txtHotkeyKeyDown
OnKeyPress = txtHotkeyKeyPress
end
end