home *** CD-ROM | disk | FTP | other *** search
- object frmChooseBackup: TfrmChooseBackup
- Left = 582
- Top = 194
- Width = 270
- Height = 323
- HelpContext = 24
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSizeToolWin
- BorderWidth = 4
- Caption = 'Backup w�hlen'
- Color = clBtnFace
- Constraints.MaxHeight = 400
- Constraints.MaxWidth = 270
- Constraints.MinHeight = 260
- Constraints.MinWidth = 270
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- ShowHint = True
- OnKeyUp = FormKeyUp
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lbxFilenames: TListBox
- Left = 0
- Top = 0
- Width = 254
- Height = 192
- Hint = 'Projekt-Datei w�hlen'
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 15
- MultiSelect = True
- PopupMenu = pmLibrary
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnClick = lbxFilenamesClick
- OnDblClick = lbxFilenamesDblClick
- OnKeyUp = lbxFilenamesKeyUp
- OnMouseDown = lbxFilenamesMouseDown
- OnMouseUp = lbxFilenamesMouseUp
- end
- object Panel1: TPanel
- Left = 0
- Top = 192
- Width = 254
- Height = 48
- Align = alTop
- BevelOuter = bvNone
- Caption = 'Panel1'
- TabOrder = 1
- object memInfo: TMemo
- Left = 0
- Top = 3
- Width = 254
- Height = 45
- Hint = 'Projekt-Beschreibung'
- Align = alBottom
- Enabled = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 247
- Width = 254
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object Bevel1: TBevel
- Left = 2
- Top = 0
- Width = 250
- Height = 2
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsBottomLine
- end
- object btnOk: TButton
- Left = 1
- Top = 13
- Width = 82
- Height = 24
- Hint = 'Ein oder mehrere ausgew�hlte Backup-Projekte starten'
- Anchors = [akLeft, akBottom]
- Caption = '&Backup'
- Enabled = False
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnEdit: TButton
- Left = 85
- Top = 13
- Width = 82
- Height = 24
- Hint = 'Ausgew�hltes Projekt bearbeiten'
- Anchors = [akLeft, akBottom]
- Caption = 'Be&arbeiten'
- Default = True
- Enabled = False
- TabOrder = 1
- OnClick = btnEditClick
- end
- object btnCancel: TButton
- Left = 170
- Top = 13
- Width = 82
- Height = 24
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = ' Abbruch'
- ModalResult = 2
- TabOrder = 2
- OnClick = btnCancelClick
- end
- end
- object pmLibrary: TPopupMenu
- Left = 16
- Top = 20
- object Deletefile1: TMenuItem
- Caption = 'Datei &l�schen'
- OnClick = Deletefile1Click
- end
- object Renamefile1: TMenuItem
- Caption = 'Datei &umbenennen'
- OnClick = Renamefile1Click
- end
- end
- object FormPlacement: TFormPlacement
- Options = [fpPosition]
- UseRegistry = True
- Left = 16
- Top = 56
- end
- end
-