home *** CD-ROM | disk | FTP | other *** search
- object frmInstallLogonScreen: TfrmInstallLogonScreen
- Left = 243
- Top = 292
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'Installing logon screen'
- ClientHeight = 103
- ClientWidth = 360
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- DesignSize = (
- 360
- 103)
- PixelsPerInch = 96
- TextHeight = 13
- object lblIntro: TLabel
- Left = 52
- Top = 12
- Width = 295
- Height = 41
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = '.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 723723
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object lblCurAction: TLabel
- Left = 12
- Top = 84
- Width = 345
- Height = 17
- AutoSize = False
- Caption = '...'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 723723
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object imgWait: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- end
- object pbProgress: TProgressBar
- Left = 12
- Top = 60
- Width = 336
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 0
- end
- object tmrStartInstalling: TTimer
- Enabled = False
- Interval = 100
- OnTimer = tmrStartInstallingTimer
- Left = 296
- Top = 16
- end
- end
-