home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d456
/
KEYLED.ZIP
/
Demo
/
UDemo.dfm
/
UDemo.txt
Wrap
Text File
|
2002-07-29
|
981b
|
50 lines
object FormDemo: TFormDemo
Left = 290
Top = 248
BorderStyle = bsDialog
Caption = 'KeyLed demo, Copyright (c) 2001-2002 WINSOFT'
ClientHeight = 183
ClientWidth = 326
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 71
Top = 27
Width = 185
Height = 33
Caption = 'Change CapsLock'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 71
Top = 75
Width = 185
Height = 33
Caption = 'Change NumLock'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 71
Top = 123
Width = 185
Height = 33
Caption = 'Change ScrollLock'
TabOrder = 2
OnClick = BitBtn3Click
end
object KeyLed1: TKeyLed
Left = 8
Top = 8
end
end