home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 388
- Top = 297
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Loading...'
- ClientHeight = 192
- ClientWidth = 371
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 371
- Height = 192
- Align = alClient
- Picture.Data = {<image001.bmp>}
- end
- object lblName: TLabel
- Left = 258
- Top = 92
- Width = 46
- Height = 13
- Alignment = taRightJustify
- Caption = 'lblName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object lblCompany: TLabel
- Left = 239
- Top = 104
- Width = 65
- Height = 13
- Alignment = taRightJustify
- Caption = 'lblCompany'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- end
- end
-