home *** CD-ROM | disk | FTP | other *** search
/ Netwerk 14 / Netwerk_Vol14.iso / Yucom / START.EXE / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1999-09-08  |  862b  |  47 lines

  1. object frmMain: TfrmMain
  2.   Left = 295
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FastSplash'
  7.   ClientHeight = 210
  8.   ClientWidth = 124
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 412
  22.     Height = 289
  23.     AutoSize = True
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 9
  27.     Top = 7
  28.     Width = 424
  29.     Height = 109
  30.     TabStop = False
  31.     BorderStyle = bsNone
  32.     Lines.Strings = (
  33.       'ini file')
  34.     ReadOnly = True
  35.     TabOrder = 0
  36.     Visible = False
  37.     WordWrap = False
  38.   end
  39.   object Timer1: TTimer
  40.     Enabled = False
  41.     Interval = 500
  42.     OnTimer = Timer1Timer
  43.     Left = 80
  44.     Top = 176
  45.   end
  46. end
  47.