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
Text File  |  2002-07-29  |  981b  |  50 lines

  1. object FormDemo: TFormDemo
  2.   Left = 290
  3.   Top = 248
  4.   BorderStyle = bsDialog
  5.   Caption = 'KeyLed demo, Copyright (c) 2001-2002 WINSOFT'
  6.   ClientHeight = 183
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BitBtn1: TBitBtn
  19.     Left = 71
  20.     Top = 27
  21.     Width = 185
  22.     Height = 33
  23.     Caption = 'Change CapsLock'
  24.     TabOrder = 0
  25.     OnClick = BitBtn1Click
  26.   end
  27.   object BitBtn2: TBitBtn
  28.     Left = 71
  29.     Top = 75
  30.     Width = 185
  31.     Height = 33
  32.     Caption = 'Change NumLock'
  33.     TabOrder = 1
  34.     OnClick = BitBtn2Click
  35.   end
  36.   object BitBtn3: TBitBtn
  37.     Left = 71
  38.     Top = 123
  39.     Width = 185
  40.     Height = 33
  41.     Caption = 'Change ScrollLock'
  42.     TabOrder = 2
  43.     OnClick = BitBtn3Click
  44.   end
  45.   object KeyLed1: TKeyLed
  46.     Left = 8
  47.     Top = 8
  48.   end
  49. end
  50.