home *** CD-ROM | disk | FTP | other *** search
- inherited StatusForm: TStatusForm
- Left = 416
- Top = 141
- Width = 388
- Height = 304
- Caption = 'Status'
- Constraints.MinHeight = 100
- Constraints.MinWidth = 388
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 380
- Height = 236
- Align = alClient
- TabOrder = 0
- object StatusMemo: TMemo
- Left = 1
- Top = 1
- Width = 378
- Height = 234
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 236
- Width = 380
- Height = 41
- Align = alBottom
- TabOrder = 1
- object ProgressBar: TProgressBar
- Left = 8
- Top = 12
- Width = 225
- Height = 16
- Min = 0
- Max = 1200
- Smooth = True
- Step = 1
- TabOrder = 0
- end
- object Panel3: TPanel
- Left = 237
- Top = 1
- Width = 142
- Height = 39
- Align = alRight
- BevelOuter = bvNone
- Caption = 'Panel3'
- TabOrder = 1
- object CloseButton: TButton
- Left = 8
- Top = 8
- Width = 121
- Height = 25
- Caption = 'Close'
- ModalResult = 1
- TabOrder = 0
- OnClick = CloseButtonClick
- end
- end
- end
- object Timer: TTimer
- Enabled = False
- Interval = 100
- OnTimer = TimerTimer
- Left = 16
- Top = 192
- end
- end
-