home *** CD-ROM | disk | FTP | other *** search
- object frmGetKey: TfrmGetKey
- Left = 251
- Top = 171
- BorderStyle = bsDialog
- Caption = 'Select Key'
- ClientHeight = 342
- ClientWidth = 428
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblKey: TmEllipsisLabel
- Left = 12
- Top = 11
- Width = 347
- Height = 17
- AutoSize = False
- Caption = 'lblKey'
- end
- object butAdd: TButton
- Left = 261
- Top = 306
- Width = 75
- Height = 23
- Caption = '&Add'
- TabOrder = 1
- OnClick = butAddClick
- end
- object butClose: TButton
- Left = 341
- Top = 306
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Close'
- TabOrder = 2
- OnClick = butCloseClick
- end
- object tvReg: TmRegistryTree
- Left = 12
- Top = 29
- Width = 404
- Height = 270
- HideSelection = False
- Indent = 19
- TabOrder = 0
- OnChange = tvRegChange
- end
- end
-