home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TTIPDIALOG / TTIPDIALOG.txt
Text File  |  1998-12-29  |  789b  |  43 lines

  1. object TipDialog: TTipDialog
  2.   Left = 284
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'TipDialog'
  7.   ClientHeight = 114
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Info: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 3
  22.     Height = 13
  23.     Transparent = True
  24.     WordWrap = True
  25.   end
  26.   object OKButton: TButton
  27.     Left = 216
  28.     Top = 48
  29.     Width = 75
  30.     Height = 23
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object DontShowAgainSwitch: TCheckBox
  36.     Left = 16
  37.     Top = 56
  38.     Width = 193
  39.     Height = 25
  40.     TabOrder = 1
  41.   end
  42. end
  43.