home *** CD-ROM | disk | FTP | other *** search
- object SplashForm: TSplashForm
- Left = 431
- Top = 222
- BorderIcons = []
- BorderStyle = bsToolWindow
- ClientHeight = 73
- ClientWidth = 313
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 313
- Height = 73
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object lSplash: TLabel
- Left = 6
- Top = 14
- Width = 301
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Reading file types. Please wait...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object ProgressBar: TProgressBar
- Left = 22
- Top = 39
- Width = 268
- Height = 17
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 0
- end
- object bCancel: TButton
- Left = 119
- Top = 66
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- Visible = False
- OnClick = bCancelClick
- end
- end
- end
-