home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / NetBuddy.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  1999-08-25  |  3KB  |  129 lines

  1. object TipForm: TTipForm
  2.   Left = 475
  3.   Top = 383
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tip of the day'
  7.   ClientHeight = 228
  8.   ClientWidth = 411
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 320
  24.     Top = 197
  25.     Width = 81
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = '&Close'
  29.     Default = True
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Button2: TButton
  40.     Left = 228
  41.     Top = 197
  42.     Width = 81
  43.     Height = 25
  44.     Caption = '&Next Tip'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'Arial'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = Button2Click
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 5
  56.     Top = 8
  57.     Width = 397
  58.     Height = 181
  59.     BevelOuter = bvLowered
  60.     Color = clWhite
  61.     TabOrder = 2
  62.     object TipLabel: TLabel
  63.       Left = 72
  64.       Top = 52
  65.       Width = 317
  66.       Height = 121
  67.       AutoSize = False
  68.       Caption = 'label1'
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'Arial'
  73.       Font.Style = []
  74.       ParentFont = False
  75.       WordWrap = True
  76.     end
  77.     object Shape1: TShape
  78.       Left = 0
  79.       Top = 1
  80.       Width = 65
  81.       Height = 180
  82.       Brush.Color = clGray
  83.       Pen.Color = clGray
  84.     end
  85.     object Image1: TImage
  86.       Left = 12
  87.       Top = 8
  88.       Width = 45
  89.       Height = 53
  90.       Picture.Data = {<image000.bmp>}
  91.     end
  92.     object Shape2: TShape
  93.       Left = 63
  94.       Top = 43
  95.       Width = 334
  96.       Height = 1
  97.       Pen.Color = clGray
  98.       Shape = stRoundRect
  99.     end
  100.     object Label1: TLabel
  101.       Left = 72
  102.       Top = 16
  103.       Width = 98
  104.       Height = 16
  105.       Caption = 'Did you know...'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -13
  109.       Font.Name = 'Arial'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.     end
  113.   end
  114.   object ShowTipCheck: TCheckBox
  115.     Left = 8
  116.     Top = 201
  117.     Width = 133
  118.     Height = 17
  119.     Caption = 'Show tips on start-up'
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clWindowText
  122.     Font.Height = -11
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.   end
  128. end
  129.