home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
tema
/
goldwave
/
gwave506.exe
/
GoldWave.exe
/
0
/
RCDATA
/
TPROGRESSFORM
/
TPROGRESSFORM.txt
Wrap
Text File
|
2003-10-10
|
1KB
|
58 lines
object ProgressForm: TProgressForm
Left = 302
Top = 205
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Processing '
ClientHeight = 82
ClientWidth = 289
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label: TStaticText
Left = 5
Top = 30
Width = 278
Height = 13
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Time remaining ??:??:?? (0%)'
TabOrder = 2
end
object Bar: TProgressBar
Left = 5
Top = 5
Width = 278
Height = 22
Anchors = [akLeft, akTop, akRight]
Min = 0
Max = 100
ParentShowHint = False
Smooth = True
Step = 1
ShowHint = False
TabOrder = 0
end
object Cancel: TButton
Left = 107
Top = 51
Width = 75
Height = 25
Anchors = [akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = CancelClick
end
end