home *** CD-ROM | disk | FTP | other *** search
- object frmVHintEdit: TfrmVHintEdit
- Left = 356
- Top = 222
- BorderStyle = bsDialog
- Caption = 'Hint property editor'
- ClientHeight = 200
- ClientWidth = 367
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Memo: TMemo
- Left = 8
- Top = 9
- Width = 350
- Height = 149
- Lines.Strings = (
- '')
- ScrollBars = ssBoth
- TabOrder = 0
- end
- object btnSave: TBitBtn
- Left = 204
- Top = 167
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- NumGlyphs = 2
- end
- object btnCancel: TBitBtn
- Left = 284
- Top = 167
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- NumGlyphs = 2
- end
- object btnClear: TBitBtn
- Left = 8
- Top = 167
- Width = 75
- Height = 25
- Caption = 'Clear'
- TabOrder = 3
- OnClick = btnClearClick
- end
- end
-