home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TFRMTIPOFDAY / TFRMTIPOFDAY.txt < prev   
Text File  |  1998-01-25  |  4KB  |  163 lines

  1. object frmTipOfDay: TfrmTipOfDay
  2.   Left = 283
  3.   Top = 113
  4.   Hint = '|Tip of the day...'
  5.   BorderIcons = []
  6.   AutoScroll = False
  7.   Caption = 'Tip of the Day'
  8.   ClientHeight = 264
  9.   ClientWidth = 394
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PopupMenu = PopupMenu1
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object bvlFrame: TBevel
  24.     Left = 16
  25.     Top = 48
  26.     Width = 361
  27.     Height = 161
  28.     Shape = bsFrame
  29.   end
  30.   object shpBackground: TShape
  31.     Left = 24
  32.     Top = 56
  33.     Width = 345
  34.     Height = 145
  35.     Brush.Color = clWindow
  36.     Pen.Color = clWhite
  37.   end
  38.   object imgLightBulb: TImage
  39.     Left = 32
  40.     Top = 64
  41.     Width = 23
  42.     Height = 32
  43.     AutoSize = True
  44.     Picture.Data = {<image000.bmp>}
  45.     Transparent = True
  46.   end
  47.   object lblDidYouKnow: TLabel
  48.     Left = 80
  49.     Top = 72
  50.     Width = 90
  51.     Height = 13
  52.     Caption = 'Did you know...'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61.   object lblWelcome: TLabel
  62.     Left = 16
  63.     Top = 8
  64.     Width = 150
  65.     Height = 32
  66.     Caption = 'Welcome to '
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -29
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object lblAppName: TLabel
  75.     Left = 168
  76.     Top = 8
  77.     Width = 7
  78.     Height = 32
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clNavy
  81.     Font.Height = -29
  82.     Font.Name = 'Times New Roman'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object cbxShowTips: TCheckBox
  87.     Left = 16
  88.     Top = 228
  89.     Width = 185
  90.     Height = 17
  91.     Hint = 
  92.       '|Uncheck this option if you don'#39't want to see this window on sta' +
  93.       'rtup'
  94.     Caption = '&Show Tips on Startup'
  95.     State = cbChecked
  96.     TabOrder = 2
  97.   end
  98.   object btnNext: TButton
  99.     Left = 216
  100.     Top = 224
  101.     Width = 75
  102.     Height = 25
  103.     Hint = '|Shows the next tip'
  104.     Caption = '&Next Tip'
  105.     TabOrder = 3
  106.     OnClick = btnNextClick
  107.   end
  108.   object btnClose: TButton
  109.     Left = 304
  110.     Top = 224
  111.     Width = 75
  112.     Height = 25
  113.     Hint = '|Closes this window'
  114.     Cancel = True
  115.     Caption = 'Close'
  116.     Default = True
  117.     ModalResult = 1
  118.     TabOrder = 0
  119.   end
  120.   object edtText: TMemo
  121.     Left = 80
  122.     Top = 104
  123.     Width = 273
  124.     Height = 89
  125.     Hint = '|You can select this tip and copy it to the Clipboard'
  126.     BorderStyle = bsNone
  127.     Font.Charset = DEFAULT_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -11
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     HideSelection = False
  133.     ParentFont = False
  134.     ReadOnly = True
  135.     TabOrder = 1
  136.     WantReturns = False
  137.   end
  138.   object PopupMenu1: TPopupMenu
  139.     Left = 336
  140.     Top = 168
  141.     object CopyTip1: TMenuItem
  142.       Caption = 'Copy &Tip'
  143.       Hint = 'Copy tip to Clipboard'
  144.       ShortCut = 16468
  145.       OnClick = CopyTip1Click
  146.     end
  147.     object NextTip1: TMenuItem
  148.       Caption = '&Next Tip'
  149.       Hint = 'Show next tip'
  150.       ShortCut = 16462
  151.       OnClick = btnNextClick
  152.     end
  153.     object N1: TMenuItem
  154.       Caption = '-'
  155.     end
  156.     object CloseDialog1: TMenuItem
  157.       Caption = 'Close Dialog'
  158.       Hint = 'Close Tip of the Day dialog box'
  159.       OnClick = CloseDialog1Click
  160.     end
  161.   end
  162. end
  163.