home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - PCs Network / CHIP.BIN / share / systemut / backupxp / backupxp.exe / setup.cab / setup / 0 / RCDATA / TFRMSCHEDULER / TFRMSCHEDULER.txt
Encoding:
Text File  |  2003-01-17  |  3.6 KB  |  156 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 = 108
  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 paWindow: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 186
  27.     Height = 108
  28.     Align = alClient
  29.     TabOrder = 0
  30.     OnMouseDown = paWindowMouseDown
  31.     DesignSize = (
  32.       186
  33.       108)
  34.     object paStatus: TPanel
  35.       Left = 9
  36.       Top = 29
  37.       Width = 167
  38.       Height = 44
  39.       Anchors = [akLeft, akTop, akRight]
  40.       BevelOuter = bvLowered
  41.       TabOrder = 0
  42.       OnMouseDown = paWindowMouseDown
  43.       DesignSize = (
  44.         167
  45.         44)
  46.       object lbNextBackupDate: TLabel
  47.         Left = 3
  48.         Top = 7
  49.         Width = 162
  50.         Height = 13
  51.         Alignment = taCenter
  52.         Anchors = [akLeft, akTop, akRight]
  53.         AutoSize = False
  54.         Caption = 'lbNextBackupDate'
  55.         Font.Charset = DEFAULT_CHARSET
  56.         Font.Color = clNavy
  57.         Font.Height = -11
  58.         Font.Name = 'MS Sans Serif'
  59.         Font.Style = [fsBold]
  60.         ParentFont = False
  61.         OnMouseDown = paWindowMouseDown
  62.       end
  63.       object lbNextbackupName: TLabel
  64.         Left = 3
  65.         Top = 21
  66.         Width = 162
  67.         Height = 13
  68.         Alignment = taCenter
  69.         Anchors = [akLeft, akTop, akRight]
  70.         AutoSize = False
  71.         Caption = 'lbNextbackupName'
  72.         Font.Charset = DEFAULT_CHARSET
  73.         Font.Color = clBlack
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.         OnMouseDown = paWindowMouseDown
  79.       end
  80.     end
  81.     object btnSkip: TButton
  82.       Left = 10
  83.       Top = 78
  84.       Width = 81
  85.       Height = 23
  86.       Hint = 'N'#228'chstes Backup '#252'berspringen'
  87.       Anchors = [akLeft, akBottom]
  88.       Caption = #220'ber&springen'
  89.       TabOrder = 1
  90.       TabStop = False
  91.       OnClick = btnSkipClick
  92.     end
  93.     object lbStatus: TStaticText
  94.       Left = 9
  95.       Top = 9
  96.       Width = 167
  97.       Height = 17
  98.       Alignment = taCenter
  99.       AutoSize = False
  100.       BorderStyle = sbsSunken
  101.       Caption = 'Warte auf n'#228'chstes Backup ...'
  102.       TabOrder = 2
  103.       OnMouseDown = paWindowMouseDown
  104.     end
  105.     object btnStartNow: TButton
  106.       Left = 94
  107.       Top = 78
  108.       Width = 81
  109.       Height = 23
  110.       Hint = 'N'#228'chstes Backup jetzt starten'
  111.       Anchors = [akLeft, akBottom]
  112.       Caption = '&Jetzt Starten'
  113.       TabOrder = 3
  114.       TabStop = False
  115.       OnClick = btnStartNowClick
  116.     end
  117.   end
  118.   object FormPlacement1: TFormPlacement
  119.     Options = [fpPosition]
  120.     UseRegistry = True
  121.     Left = 124
  122.     Top = 4
  123.   end
  124.   object XPMenu: TXPMenu
  125.     DimLevel = 30
  126.     GrayLevel = 10
  127.     Font.Charset = ANSI_CHARSET
  128.     Font.Color = clMenuText
  129.     Font.Height = -11
  130.     Font.Name = 'Tahoma'
  131.     Font.Style = []
  132.     Color = clBtnFace
  133.     DrawMenuBar = False
  134.     IconBackColor = clBtnFace
  135.     MenuBarColor = clBtnFace
  136.     SelectColor = clHighlight
  137.     SelectBorderColor = clHighlight
  138.     SelectFontColor = clMenuText
  139.     DisabledColor = clInactiveCaption
  140.     SeparatorColor = clBtnFace
  141.     CheckedColor = clHighlight
  142.     IconWidth = 24
  143.     DrawSelect = True
  144.     UseSystemColors = True
  145.     UseDimColor = False
  146.     OverrideOwnerDraw = False
  147.     Gradient = False
  148.     FlatMenu = False
  149.     AutoDetect = False
  150.     XPControls = [xcMainMenu, xcPopupMenu]
  151.     Active = True
  152.     Left = 6
  153.     Top = 6
  154.   end
  155. end
  156.