home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / jwrite.lzh / 16-BIT / KEYEDIT.DFM / KEYEDIT.txt
Encoding:
Text File  |  1996-04-30  |  1.7 KB  |  97 lines

  1. object EditKeyDlg: TEditKeyDlg
  2.   Left = 248
  3.   Top = 127
  4.   ActiveControl = VKList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Key Editor'
  7.   ClientHeight = 179
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 16
  19.     Top = 9
  20.     Width = 281
  21.     Height = 161
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 20
  27.     Top = 17
  28.     Width = 95
  29.     Height = 13
  30.     Caption = '&Virtual Key Code'
  31.     FocusControl = VKList
  32.   end
  33.   object OKBtn: TBitBtn
  34.     Left = 301
  35.     Top = 10
  36.     Width = 77
  37.     Height = 27
  38.     TabOrder = 2
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 300
  46.     Top = 40
  47.     Width = 77
  48.     Height = 27
  49.     TabOrder = 3
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object VKList: TComboBox
  56.     Left = 27
  57.     Top = 37
  58.     Width = 134
  59.     Height = 21
  60.     Style = csDropDownList
  61.     ItemHeight = 13
  62.     TabOrder = 0
  63.   end
  64.   object GroupBox1: TGroupBox
  65.     Left = 29
  66.     Top = 74
  67.     Width = 180
  68.     Height = 85
  69.     Caption = 'Modifier Key:'
  70.     TabOrder = 1
  71.     object ShiftKey: TCheckBox
  72.       Left = 8
  73.       Top = 18
  74.       Width = 97
  75.       Height = 17
  76.       Caption = '&Shift Key'
  77.       TabOrder = 0
  78.     end
  79.     object ControlKey: TCheckBox
  80.       Left = 8
  81.       Top = 41
  82.       Width = 97
  83.       Height = 17
  84.       Caption = '&Control Key'
  85.       TabOrder = 1
  86.     end
  87.     object QuickKey: TCheckBox
  88.       Left = 9
  89.       Top = 63
  90.       Width = 97
  91.       Height = 17
  92.       Caption = '&Quick Key'
  93.       TabOrder = 2
  94.     end
  95.   end
  96. end
  97.