home *** CD-ROM | disk | FTP | other *** search
- object SimpleProgressForm: TSimpleProgressForm
- Left = 200
- Top = 108
- BorderIcons = []
- BorderStyle = bsDialog
- ClientHeight = 101
- ClientWidth = 242
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object PopisLbl: TLabel
- Left = 16
- Top = 8
- Width = 209
- Height = 41
- Alignment = taCenter
- AutoSize = False
- WordWrap = True
- end
- object ProgressPanel: TPanel
- Left = 20
- Top = 56
- Width = 201
- Height = 25
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 0
- object Gauge: TGauge
- Left = 0
- Top = 0
- Width = 197
- Height = 21
- Align = alClient
- BorderStyle = bsNone
- ForeColor = clNavy
- BackColor = clWindow
- Progress = 0
- end
- end
- end
-