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

  1. object frmScheduler: TfrmScheduler
  2.   Left = 210
  3.   Top = 145
  4.   HelpContext = 29
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'Zeit-Planer'
  8.   ClientHeight = 111
  9.   ClientWidth = 186
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel2: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 186
  27.     Height = 111
  28.     Align = alClient
  29.     TabOrder = 0
  30.     OnMouseDown = Panel2MouseDown
  31.     object Panel1: TPanel
  32.       Left = 9
  33.       Top = 29
  34.       Width = 167
  35.       Height = 44
  36.       Anchors = [akLeft, akTop, akRight]
  37.       BevelOuter = bvLowered
  38.       TabOrder = 0
  39.       OnMouseDown = Panel2MouseDown
  40.       object lbNextBackupDate: TLabel
  41.         Left = 3
  42.         Top = 7
  43.         Width = 162
  44.         Height = 13
  45.         Alignment = taCenter
  46.         Anchors = [akLeft, akTop, akRight]
  47.         AutoSize = False
  48.         Caption = 'lbNextBackupDate'
  49.         Font.Charset = DEFAULT_CHARSET
  50.         Font.Color = clNavy
  51.         Font.Height = -11
  52.         Font.Name = 'MS Sans Serif'
  53.         Font.Style = [fsBold]
  54.         ParentFont = False
  55.         OnMouseDown = Panel2MouseDown
  56.       end
  57.       object lbNextbackupName: TLabel
  58.         Left = 3
  59.         Top = 21
  60.         Width = 162
  61.         Height = 13
  62.         Alignment = taCenter
  63.         Anchors = [akLeft, akTop, akRight]
  64.         AutoSize = False
  65.         Caption = 'lbNextbackupName'
  66.         Font.Charset = DEFAULT_CHARSET
  67.         Font.Color = clBlack
  68.         Font.Height = -11
  69.         Font.Name = 'MS Sans Serif'
  70.         Font.Style = []
  71.         ParentFont = False
  72.         OnMouseDown = Panel2MouseDown
  73.       end
  74.     end
  75.     object btnSkip: TButton
  76.       Left = 58
  77.       Top = 81
  78.       Width = 81
  79.       Height = 23
  80.       Anchors = [akLeft, akBottom]
  81.       Caption = '∩┐╜ber&springen'
  82.       TabOrder = 1
  83.       TabStop = False
  84.       OnClick = btnSkipClick
  85.     end
  86.     object lbStatus: TStaticText
  87.       Left = 9
  88.       Top = 9
  89.       Width = 167
  90.       Height = 17
  91.       Alignment = taCenter
  92.       AutoSize = False
  93.       BorderStyle = sbsSunken
  94.       Caption = 'Warte auf n∩┐╜chstes Backup ...'
  95.       TabOrder = 2
  96.       OnMouseDown = Panel2MouseDown
  97.     end
  98.   end
  99.   object FormPlacement1: TFormPlacement
  100.     Options = [fpPosition]
  101.     UseRegistry = True
  102.     Left = 124
  103.     Top = 4
  104.   end
  105. end
  106.