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

  1. object frmSplash: TfrmSplash
  2.   Left = 274
  3.   Top = 118
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   AutoScroll = False
  7.   Caption = 'frmSplash'
  8.   ClientHeight = 179
  9.   ClientWidth = 454
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clNavy
  12.   Font.Height = -16
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 19
  21.   object pnlStart: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 454
  25.     Height = 179
  26.     Align = alClient
  27.     BevelWidth = 3
  28.     TabOrder = 0
  29.     object bvlStart: TBevel
  30.       Left = 8
  31.       Top = 8
  32.       Width = 437
  33.       Height = 161
  34.       Shape = bsFrame
  35.     end
  36.     object lblLoading: TLabel
  37.       Left = 16
  38.       Top = 16
  39.       Width = 75
  40.       Height = 19
  41.       Caption = 'Loading...'
  42.     end
  43.     object lblAppName: TRxLabel
  44.       Left = 32
  45.       Top = 54
  46.       Width = 377
  47.       Height = 63
  48.       Alignment = taCenter
  49.       ShadowPos = spRightBottom
  50.       Caption = 'Super NoteTab'
  51.       Font.Charset = DEFAULT_CHARSET
  52.       Font.Color = clBlue
  53.       Font.Height = -53
  54.       Font.Name = 'Arial'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.     end
  58.     object lblAppInfo: TLabel
  59.       Left = 216
  60.       Top = 136
  61.       Width = 218
  62.       Height = 19
  63.       Caption = 'An award-winning text editor'
  64.     end
  65.   end
  66. end
  67.