home *** CD-ROM | disk | FTP | other *** search
/ Chip 25 / Chip25.iso / Sharewar / BackupX / _SETUP.1 / BackupX.de / 0 / RCDATA / TFRMCHOOSEBACKUP / TFRMCHOOSEBACKUP.txt
Text File  |  1999-09-25  |  3KB  |  144 lines

  1. object frmChooseBackup: TfrmChooseBackup
  2.   Left = 582
  3.   Top = 194
  4.   Width = 270
  5.   Height = 323
  6.   HelpContext = 24
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   BorderIcons = [biSystemMenu]
  10.   BorderStyle = bsSizeToolWin
  11.   BorderWidth = 4
  12.   Caption = 'Backup w∩┐╜hlen'
  13.   Color = clBtnFace
  14.   Constraints.MaxHeight = 400
  15.   Constraints.MaxWidth = 270
  16.   Constraints.MinHeight = 260
  17.   Constraints.MinWidth = 270
  18.   Font.Charset = DEFAULT_CHARSET
  19.   Font.Color = clWindowText
  20.   Font.Height = -11
  21.   Font.Name = 'MS Sans Serif'
  22.   Font.Style = []
  23.   KeyPreview = True
  24.   OldCreateOrder = True
  25.   ShowHint = True
  26.   OnKeyUp = FormKeyUp
  27.   OnShow = FormShow
  28.   PixelsPerInch = 96
  29.   TextHeight = 13
  30.   object lbxFilenames: TListBox
  31.     Left = 0
  32.     Top = 0
  33.     Width = 254
  34.     Height = 192
  35.     Hint = 'Projekt-Datei w∩┐╜hlen'
  36.     Align = alTop
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     ItemHeight = 15
  39.     MultiSelect = True
  40.     PopupMenu = pmLibrary
  41.     Sorted = True
  42.     Style = lbOwnerDrawFixed
  43.     TabOrder = 0
  44.     OnClick = lbxFilenamesClick
  45.     OnDblClick = lbxFilenamesDblClick
  46.     OnKeyUp = lbxFilenamesKeyUp
  47.     OnMouseDown = lbxFilenamesMouseDown
  48.     OnMouseUp = lbxFilenamesMouseUp
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 0
  52.     Top = 192
  53.     Width = 254
  54.     Height = 48
  55.     Align = alTop
  56.     BevelOuter = bvNone
  57.     Caption = 'Panel1'
  58.     TabOrder = 1
  59.     object memInfo: TMemo
  60.       Left = 0
  61.       Top = 3
  62.       Width = 254
  63.       Height = 45
  64.       Hint = 'Projekt-Beschreibung'
  65.       Align = alBottom
  66.       Enabled = False
  67.       ReadOnly = True
  68.       TabOrder = 0
  69.     end
  70.   end
  71.   object Panel2: TPanel
  72.     Left = 0
  73.     Top = 247
  74.     Width = 254
  75.     Height = 41
  76.     Align = alBottom
  77.     BevelOuter = bvNone
  78.     TabOrder = 2
  79.     object Bevel1: TBevel
  80.       Left = 2
  81.       Top = 0
  82.       Width = 250
  83.       Height = 2
  84.       Anchors = [akLeft, akRight, akBottom]
  85.       Shape = bsBottomLine
  86.     end
  87.     object btnOk: TButton
  88.       Left = 1
  89.       Top = 13
  90.       Width = 82
  91.       Height = 24
  92.       Hint = 'Ein oder mehrere ausgew∩┐╜hlte Backup-Projekte starten'
  93.       Anchors = [akLeft, akBottom]
  94.       Caption = '&Backup'
  95.       Enabled = False
  96.       TabOrder = 0
  97.       OnClick = btnOkClick
  98.     end
  99.     object btnEdit: TButton
  100.       Left = 85
  101.       Top = 13
  102.       Width = 82
  103.       Height = 24
  104.       Hint = 'Ausgew∩┐╜hltes Projekt bearbeiten'
  105.       Anchors = [akLeft, akBottom]
  106.       Caption = 'Be&arbeiten'
  107.       Default = True
  108.       Enabled = False
  109.       TabOrder = 1
  110.       OnClick = btnEditClick
  111.     end
  112.     object btnCancel: TButton
  113.       Left = 170
  114.       Top = 13
  115.       Width = 82
  116.       Height = 24
  117.       Anchors = [akLeft, akBottom]
  118.       Cancel = True
  119.       Caption = ' Abbruch'
  120.       ModalResult = 2
  121.       TabOrder = 2
  122.       OnClick = btnCancelClick
  123.     end
  124.   end
  125.   object pmLibrary: TPopupMenu
  126.     Left = 16
  127.     Top = 20
  128.     object Deletefile1: TMenuItem
  129.       Caption = 'Datei &l∩┐╜schen'
  130.       OnClick = Deletefile1Click
  131.     end
  132.     object Renamefile1: TMenuItem
  133.       Caption = 'Datei &umbenennen'
  134.       OnClick = Renamefile1Click
  135.     end
  136.   end
  137.   object FormPlacement: TFormPlacement
  138.     Options = [fpPosition]
  139.     UseRegistry = True
  140.     Left = 16
  141.     Top = 56
  142.   end
  143. end
  144.