home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 25
/
Chip25.iso
/
Sharewar
/
BackupX
/
_SETUP.1
/
BackupX.de
/
0
/
RCDATA
/
TFRMRESTORE
/
TFRMRESTORE.txt
Wrap
Text File
|
1999-09-25
|
9KB
|
422 lines
object frmRestore: TfrmRestore
Left = 361
Top = 310
Width = 570
Height = 400
HelpContext = 28
BorderIcons = [biSystemMenu, biMaximize]
BorderWidth = 6
Caption = 'Zip-Archiv R�cksichern'
Color = clBtnFace
Constraints.MinHeight = 350
Constraints.MinWidth = 540
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 215
Top = 0
Width = 3
Height = 231
Cursor = crHSplit
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 215
Height = 231
Align = alLeft
BevelOuter = bvNone
BorderWidth = 2
Caption = 'Panel1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object RzFileListBox: TFileListBox
Left = 2
Top = 19
Width = 211
Height = 187
Align = alClient
ItemHeight = 16
Mask = '*.zip'
PopupMenu = pmDeleteFile
TabOrder = 0
OnClick = RzFileListBoxClick
end
object Panel3: TPanel
Left = 2
Top = 206
Width = 211
Height = 23
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object cbFilter: TComboBox
Left = 0
Top = 2
Width = 211
Height = 21
ItemHeight = 13
Items.Strings = (
'*.zip'
'*.*')
TabOrder = 0
Text = '*.zip'
OnClick = cbFilterClick
OnExit = cbFilterClick
OnKeyPress = cbFilterKeyPress
end
end
object HeaderControl1: THeaderControl
Left = 2
Top = 2
Width = 211
Height = 17
Sections = <
item
AllowClick = False
Text = 'Archive'
Width = 211
end>
end
end
object paButtons: TPanel
Left = 0
Top = 329
Width = 550
Height = 32
Align = alBottom
BevelOuter = bvNone
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
object lbProgress: TLabel
Left = 7
Top = 8
Width = 44
Height = 13
Caption = 'Fortschritt:'
Visible = False
end
object btnClose: TButton
Left = 393
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Schlie�en'
TabOrder = 1
OnClick = btnCloseClick
end
object btnRestore: TButton
Left = 314
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&R�cksichern'
Enabled = False
TabOrder = 0
OnClick = btnRestoreClick
end
object pbProgress: TProgressBar
Left = 61
Top = 8
Width = 183
Height = 16
Min = 0
Max = 100
TabOrder = 2
Visible = False
end
object btnHelp: TButton
Left = 472
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight, akBottom]
Cancel = True
Caption = '&Hilfe'
TabOrder = 3
OnClick = btnHelpClick
end
end
object paContent: TPanel
Left = 218
Top = 0
Width = 332
Height = 231
Align = alClient
BevelOuter = bvNone
BorderWidth = 2
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
object TreeNT: TTreeNT
Left = 2
Top = 19
Width = 328
Height = 187
Align = alClient
Indent = 15
InsertMarkColor = clBlack
ItemHeight = 16
Options = [toAutoExpand, toEvenHeight, toMultiSelect, toReadOnly, toRightClickSelect, toShowButtons, toShowLines, toShowRoot]
ParentColor = False
PopupMenu = PopmFiles
ScrollTime = 100
TabOrder = 0
OnAfterItemPaint = TreeNTAfterItemPaint
OnClick = TreeNTClick
OnDblClick = Open1Click
OnKeyPress = TreeNTKeyPress
OnKeyUp = TreeNTKeyUp
end
object Panel4: TPanel
Left = 2
Top = 206
Width = 328
Height = 23
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object cbFileFilter: TComboBox
Left = 1
Top = 1
Width = 326
Height = 21
Anchors = [akLeft, akRight, akBottom]
ItemHeight = 13
TabOrder = 0
Text = '*.*'
OnClick = cbFileFilterClick
OnExit = cbFileFilterClick
OnKeyPress = cbFileFilterKeyPress
end
end
object hcFiles: THeaderControl
Left = 2
Top = 2
Width = 328
Height = 17
Sections = <
item
AllowClick = False
Text = 'Name'
Width = 180
end
item
Alignment = taCenter
AllowClick = False
Text = 'Gr��e'
Width = 60
end
item
Alignment = taCenter
AllowClick = False
Text = 'Datum'
Width = 80
end>
end
end
object paRestore: TPanel
Left = 0
Top = 231
Width = 550
Height = 98
Align = alBottom
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 3
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
object Label4: TLabel
Left = 12
Top = 41
Width = 52
Height = 13
Caption = '&Zielpfad:'
Enabled = False
FocusControl = edRestoreTo
end
object Label5: TLabel
Left = 396
Top = 69
Width = 49
Height = 13
Anchors = [akTop, akRight]
Caption = '&Passwort:'
Enabled = False
FocusControl = edPassword
end
object Label3: TLabel
Left = 13
Top = 12
Width = 79
Height = 13
Anchors = [akLeft, akBottom]
Caption = '&Archivpfad:'
FocusControl = edArchivePath
end
object edRestoreTo: TDirectoryEdit
Left = 97
Top = 38
Width = 277
Height = 21
DialogOptions = [sdAllowCreate]
Enabled = False
NumGlyphs = 1
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object rbAllFiles: TRadioButton
Left = 16
Top = 68
Width = 89
Height = 17
Caption = 'Alle &Dateien'
Checked = True
Enabled = False
TabOrder = 1
TabStop = True
end
object rbSelectedFiles: TRadioButton
Left = 112
Top = 68
Width = 257
Height = 17
Caption = 'Aus&gew�hlte Dateien'
Enabled = False
TabOrder = 2
end
object edPassword: TEdit
Left = 456
Top = 65
Width = 67
Height = 21
Anchors = [akTop, akRight]
Enabled = False
PasswordChar = '*'
TabOrder = 3
end
object edArchivePath: TDirectoryEdit
Left = 98
Top = 9
Width = 276
Height = 21
OnAfterDialog = edArchivePathAfterDialog
NumGlyphs = 1
Anchors = [akLeft, akRight, akBottom]
TabOrder = 4
OnExit = edArchivePathExit
end
object chkbxOverwrite: TCheckBox
Left = 396
Top = 17
Width = 133
Height = 17
Anchors = [akTop, akRight]
Caption = '&�berschreiben'
Enabled = False
TabOrder = 5
end
object chkbxExtractDirnames: TCheckBox
Left = 396
Top = 39
Width = 141
Height = 17
Anchors = [akTop, akRight]
Caption = '&Verz.Namen extrahieren'
Enabled = False
TabOrder = 6
end
end
object PopmFiles: TPopupMenu
OnPopup = PopmFilesPopup
Left = 420
Top = 60
object Open1: TMenuItem
Caption = '&�ffnen'
OnClick = Open1Click
end
object N2: TMenuItem
Caption = '-'
end
object View1: TMenuItem
Caption = '&Anzeigen'
ShortCut = 16470
OnClick = View1Click
end
object N1: TMenuItem
Caption = '-'
end
object Selectdirectory1: TMenuItem
Caption = '&Verzeichnis ausw�hlen'
ShortCut = 16452
OnClick = Selectdirectory1Click
end
end
object ZipMaster: TZipMaster
Verbose = True
Trace = False
AddCompLevel = 9
AddOptions = []
ExtrOptions = [ExtrDirNames]
SFXOptions = []
Unattended = False
SFXOverWriteMode = OvrConfirm
SFXCaption = 'Self-extracting Archive'
KeepFreeOnDisk1 = 0
OnProgress = ZipMasterProgress
OnMessage = ZipMasterMessage
Left = 404
Top = 95
end
object pmDeleteFile: TPopupMenu
OnPopup = pmDeleteFilePopup
Left = 48
Top = 88
object Deletefile1: TMenuItem
Caption = 'Datei &l�schen'
ShortCut = 46
OnClick = Deletefile1Click
end
end
object FormPlacement1: TFormPlacement
Options = [fpPosition]
UseRegistry = True
Left = 414
Top = 104
end
end