home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 March
/
Chip_1998-03_cd.bin
/
zkuste
/
delphi
/
komprese
/
zip
/
DELZIP12.ZIP
/
DEMO1.ZIP
/
MSGUNIT.DFM
/
MSGUNIT.txt
Wrap
Text File
|
1997-09-28
|
1KB
|
77 lines
object Msgform: TMsgform
Left = 62
Top = 11
Width = 576
Height = 425
Caption = 'Zip Messages'
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 365
Width = 568
Height = 33
Align = alBottom
TabOrder = 0
object DismissBut: TButton
Left = 315
Top = 7
Width = 60
Height = 20
Caption = '&Dismiss'
TabOrder = 0
OnClick = DismissButClick
end
object CancelBut: TButton
Left = 143
Top = 7
Width = 104
Height = 20
Caption = '&Cancel Operation'
TabOrder = 1
OnClick = CancelButClick
end
end
object Memo1: TMemo
Left = 0
Top = 33
Width = 568
Height = 332
Align = alClient
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 1
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 568
Height = 33
Align = alTop
TabOrder = 2
object FileBeingZipped: TLabel
Left = 152
Top = 10
Width = 143
Height = 15
Alignment = taRightJustify
Caption = 'File being manipulated'
end
object ProgressBar1: TProgressBar
Left = 308
Top = 10
Width = 237
Height = 13
Min = 0
Max = 100
TabOrder = 0
end
end
end