home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kolekce / d456 / VOLGAPAK.ZIP / Source / VolHintProp.dfm / VolHintProp.txt
Encoding:
Text File  |  2001-03-29  |  1.1 KB  |  60 lines

  1. object frmVHintEdit: TfrmVHintEdit
  2.   Left = 356
  3.   Top = 222
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hint property editor'
  6.   ClientHeight = 200
  7.   ClientWidth = 367
  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.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo: TMemo
  19.     Left = 8
  20.     Top = 9
  21.     Width = 350
  22.     Height = 149
  23.     Lines.Strings = (
  24.       '')
  25.     ScrollBars = ssBoth
  26.     TabOrder = 0
  27.   end
  28.   object btnSave: TBitBtn
  29.     Left = 204
  30.     Top = 167
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.     NumGlyphs = 2
  38.   end
  39.   object btnCancel: TBitBtn
  40.     Left = 284
  41.     Top = 167
  42.     Width = 75
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.     NumGlyphs = 2
  49.   end
  50.   object btnClear: TBitBtn
  51.     Left = 8
  52.     Top = 167
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Clear'
  56.     TabOrder = 3
  57.     OnClick = btnClearClick
  58.   end
  59. end
  60.