home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TTIPPERFORM / TTIPPERFORM.txt
Text File  |  2001-09-09  |  2KB  |  123 lines

  1. object TipperForm: TTipperForm
  2.   Left = 200
  3.   Top = 113
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'The Tip Of The Day'
  7.   ClientHeight = 238
  8.   ClientWidth = 402
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 201
  23.     BevelOuter = bvLowered
  24.     BevelWidth = 2
  25.     BorderWidth = 5
  26.     Color = clWindow
  27.     TabOrder = 0
  28.     object PanelTip: TPanel
  29.       Left = 7
  30.       Top = 7
  31.       Width = 267
  32.       Height = 41
  33.       Align = alTop
  34.       BevelOuter = bvNone
  35.       Color = clWindow
  36.       TabOrder = 0
  37.       object Image1: TImage
  38.         Left = 8
  39.         Top = 0
  40.         Width = 32
  41.         Height = 38
  42.         AutoSize = True
  43.       end
  44.       object lDidYou: TLabel
  45.         Left = 56
  46.         Top = 0
  47.         Width = 129
  48.         Height = 24
  49.         Caption = 'Did you know...'
  50.         Font.Color = clBlack
  51.         Font.Height = -19
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = []
  54.         ParentFont = False
  55.       end
  56.     end
  57.     object Panel3: TPanel
  58.       Left = 7
  59.       Top = 48
  60.       Width = 267
  61.       Height = 146
  62.       Align = alClient
  63.       BevelOuter = bvNone
  64.       BorderWidth = 5
  65.       Color = clWindow
  66.       TabOrder = 1
  67.       object lHint: TLabel
  68.         Left = 5
  69.         Top = 5
  70.         Width = 257
  71.         Height = 136
  72.         Align = alClient
  73.         AutoSize = False
  74.         ParentColor = False
  75.         ShowAccelChar = False
  76.         Transparent = True
  77.         WordWrap = True
  78.       end
  79.     end
  80.   end
  81.   object cbTip: TCheckBox
  82.     Left = 16
  83.     Top = 216
  84.     Width = 273
  85.     Height = 17
  86.     Caption = '&Display The Tip Of The Day at startup'
  87.     State = cbChecked
  88.     TabOrder = 1
  89.   end
  90.   object bClose: TButton
  91.     Left = 304
  92.     Top = 8
  93.     Width = 89
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = '&Close'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 2
  100.     OnClick = bCloseClick
  101.   end
  102.   object bNext: TButton
  103.     Tag = 1
  104.     Left = 304
  105.     Top = 56
  106.     Width = 89
  107.     Height = 25
  108.     Caption = '&Next tip'
  109.     TabOrder = 3
  110.     OnClick = bNextClick
  111.   end
  112.   object bPrev: TButton
  113.     Tag = -1
  114.     Left = 304
  115.     Top = 88
  116.     Width = 89
  117.     Height = 25
  118.     Caption = '&Previous tip'
  119.     TabOrder = 4
  120.     OnClick = bNextClick
  121.   end
  122. end
  123.