home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMTIPASSISTANT / TFRMTIPASSISTANT.txt < prev   
Text File  |  1998-01-30  |  2KB  |  103 lines

  1. object FrmTipAssistant: TFrmTipAssistant
  2.   Left = 211
  3.   Top = 160
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tip Assistant'
  7.   ClientHeight = 209
  8.   ClientWidth = 328
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 217
  21.     Height = 169
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 3
  25.     object Panel1: TPanel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 201
  29.       Height = 153
  30.       BevelOuter = bvNone
  31.       Color = clWhite
  32.       TabOrder = 1
  33.       object Image1: TImage
  34.         Left = 8
  35.         Top = 8
  36.         Width = 28
  37.         Height = 38
  38.         AutoSize = True
  39.         Picture.Data = {<image000.bmp>}
  40.         Stretch = True
  41.       end
  42.       object lblDidYouKnow: TLabel
  43.         Left = 64
  44.         Top = 16
  45.         Width = 94
  46.         Height = 13
  47.         Caption = 'Did you know ...'
  48.         Font.Color = clBlack
  49.         Font.Height = -11
  50.         Font.Name = 'MS Sans Serif'
  51.         Font.Style = [fsBold]
  52.         ParentFont = False
  53.         Transparent = True
  54.       end
  55.     end
  56.     object MemoTip: TMemo
  57.       Left = 16
  58.       Top = 56
  59.       Width = 185
  60.       Height = 105
  61.       BorderStyle = bsNone
  62.       Color = clWhite
  63.       Ctl3D = False
  64.       ParentCtl3D = False
  65.       ReadOnly = True
  66.       TabOrder = 0
  67.     end
  68.   end
  69.   object btnOK: TButton
  70.     Left = 232
  71.     Top = 8
  72.     Width = 89
  73.     Height = 25
  74.     Caption = '&OK'
  75.     Default = True
  76.     TabOrder = 1
  77.     OnClick = btnOKClick
  78.   end
  79.   object btnNext: TButton
  80.     Left = 232
  81.     Top = 40
  82.     Width = 89
  83.     Height = 25
  84.     Hint = 'Get another hint'
  85.     Caption = '&more >>'
  86.     ParentShowHint = False
  87.     ShowHint = True
  88.     TabOrder = 2
  89.     OnClick = btnNextClick
  90.   end
  91.   object cbDontShowAgain: TCheckBox
  92.     Left = 8
  93.     Top = 184
  94.     Width = 305
  95.     Height = 17
  96.     Hint = 'Check this if you don'#39't want to see the Tip Assistant anymore.'
  97.     Caption = 'Don'#39't show this screen again at startup'
  98.     ParentShowHint = False
  99.     ShowHint = True
  100.     TabOrder = 0
  101.   end
  102. end
  103.