home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / TIPS.DFM / TIPS.txt < prev   
Encoding:
Text File  |  1998-02-20  |  2.5 KB  |  129 lines

  1. object TipDialog: TTipDialog
  2.   Left = 202
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tip of the Day'
  6.   ClientHeight = 211
  7.   ClientWidth = 426
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 19
  19.     Top = 12
  20.     Width = 189
  21.     Height = 24
  22.     Caption = 'Welcome to Calmira'
  23.     Font.Color = clBlack
  24.     Font.Height = -21
  25.     Font.Name = 'Times New Roman'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Bevel1: TBevel
  30.     Left = 323
  31.     Top = 137
  32.     Width = 89
  33.     Height = 8
  34.     Shape = bsTopLine
  35.   end
  36.   object CloseBtn: TBitBtn
  37.     Left = 322
  38.     Top = 147
  39.     Width = 89
  40.     Height = 25
  41.     Caption = '&Close'
  42.     Default = True
  43.     TabOrder = 0
  44.     OnClick = CloseBtnClick
  45.     NumGlyphs = 2
  46.     Style = bsNew
  47.   end
  48.   object NextTip: TBitBtn
  49.     Left = 323
  50.     Top = 103
  51.     Width = 89
  52.     Height = 25
  53.     Caption = '&Next tip'
  54.     TabOrder = 1
  55.     OnClick = NextTipClick
  56.     NumGlyphs = 2
  57.     Style = bsNew
  58.   end
  59.   object cbShowDailyTips: TCheckBox
  60.     Left = 20
  61.     Top = 184
  62.     Width = 294
  63.     Height = 17
  64.     Caption = 'Show this screen the first time you run Calmira each day'
  65.     State = cbChecked
  66.     TabOrder = 2
  67.     OnClick = cbShowDailyTipsClick
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 18
  71.     Top = 41
  72.     Width = 294
  73.     Height = 132
  74.     BevelOuter = bvLowered
  75.     Color = 8454111
  76.     TabOrder = 3
  77.     object Label2: TLabel
  78.       Left = 53
  79.       Top = 16
  80.       Width = 90
  81.       Height = 13
  82.       Caption = 'Did you know...'
  83.       Font.Color = clBlack
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.     object TipLabel: TLabel
  90.       Left = 54
  91.       Top = 41
  92.       Width = 227
  93.       Height = 81
  94.       AutoSize = False
  95.       Caption = 
  96.         '...your Tip of the Day file (TIPS.TXT) could not be found in Cal' +
  97.         'mira'#39's home directory'
  98.       WordWrap = True
  99.     end
  100.     object Image1: TImage
  101.       Left = 17
  102.       Top = 9
  103.       Width = 32
  104.       Height = 32
  105.       Picture.Data = {<image000.ico>}
  106.     end
  107.   end
  108.   object HomePage: TBitBtn
  109.     Left = 323
  110.     Top = 71
  111.     Width = 89
  112.     Height = 25
  113.     Caption = 'Home &page'
  114.     TabOrder = 4
  115.     OnClick = HomePageClick
  116.     Style = bsNew
  117.   end
  118.   object BitBtn4: TBitBtn
  119.     Left = 323
  120.     Top = 40
  121.     Width = 89
  122.     Height = 25
  123.     Caption = '&Help'
  124.     TabOrder = 5
  125.     OnClick = BitBtn4Click
  126.     Style = bsNew
  127.   end
  128. end
  129.