home *** CD-ROM | disk | FTP | other *** search
- object ProgressDlg: TProgressDlg
- Left = 423
- Top = 222
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Progress'
- ClientHeight = 179
- ClientWidth = 273
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnClose = FormClose
- TextHeight = 20
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 273
- Height = 179
- Align = alClient
- BevelWidth = 2
- BorderStyle = bsSingle
- Caption = 'Panel1'
- TabOrder = 2
- object LblAction: TLabel
- Left = 16
- Top = 16
- Width = 241
- Height = 20
- AutoSize = False
- Caption = 'LblAction'
- end
- object LblFilename: TLabel
- Left = 16
- Top = 48
- Width = 241
- Height = 20
- AutoSize = False
- Caption = 'LblFilename'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- end
- end
- object BtnAbort: TButton
- Left = 16
- Top = 128
- Width = 241
- Height = 33
- Caption = 'Abort'
- TabOrder = 0
- OnClick = BtnAbortClick
- end
- object Gauge: TBiGauge
- Left = 16
- Top = 80
- Width = 241
- Height = 32
- Caption = 'Gauge'
- Min = 0
- Max = 100
- Value = 50
- Margin = 2
- Orientation = 0
- BarColor = clLime
- BevelSize = 3
- BevelStyle = 0
- end
- end
-