home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #11 / K-CD_2002-11.iso / Tools / Registry / BackupKey.exe / 0 / RCDATA / TFRMGETKEY / TFRMGETKEY.txt
Text File  |  2001-03-24  |  1KB  |  57 lines

  1. object frmGetKey: TfrmGetKey
  2.   Left = 251
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Key'
  6.   ClientHeight = 342
  7.   ClientWidth = 428
  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 = False
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblKey: TmEllipsisLabel
  20.     Left = 12
  21.     Top = 11
  22.     Width = 347
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = 'lblKey'
  26.   end
  27.   object butAdd: TButton
  28.     Left = 261
  29.     Top = 306
  30.     Width = 75
  31.     Height = 23
  32.     Caption = '&Add'
  33.     TabOrder = 1
  34.     OnClick = butAddClick
  35.   end
  36.   object butClose: TButton
  37.     Left = 341
  38.     Top = 306
  39.     Width = 75
  40.     Height = 23
  41.     Cancel = True
  42.     Caption = 'Close'
  43.     TabOrder = 2
  44.     OnClick = butCloseClick
  45.   end
  46.   object tvReg: TmRegistryTree
  47.     Left = 12
  48.     Top = 29
  49.     Width = 404
  50.     Height = 270
  51.     HideSelection = False
  52.     Indent = 19
  53.     TabOrder = 0
  54.     OnChange = tvRegChange
  55.   end
  56. end
  57.