home *** CD-ROM | disk | FTP | other *** search
- object frmScheduler: TfrmScheduler
- Left = 210
- Top = 145
- HelpContext = 29
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Zeit-Planer'
- ClientHeight = 108
- ClientWidth = 186
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object paWindow: TPanel
- Left = 0
- Top = 0
- Width = 186
- Height = 108
- Align = alClient
- TabOrder = 0
- OnMouseDown = paWindowMouseDown
- DesignSize = (
- 186
- 108)
- object paStatus: TPanel
- Left = 9
- Top = 29
- Width = 167
- Height = 44
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvLowered
- TabOrder = 0
- OnMouseDown = paWindowMouseDown
- DesignSize = (
- 167
- 44)
- object lbNextBackupDate: TLabel
- Left = 3
- Top = 7
- Width = 162
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbNextBackupDate'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnMouseDown = paWindowMouseDown
- end
- object lbNextbackupName: TLabel
- Left = 3
- Top = 21
- Width = 162
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'lbNextbackupName'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnMouseDown = paWindowMouseDown
- end
- end
- object btnSkip: TButton
- Left = 10
- Top = 78
- Width = 81
- Height = 23
- Hint = 'N'#228'chstes Backup '#252'berspringen'
- Anchors = [akLeft, akBottom]
- Caption = #220'ber&springen'
- TabOrder = 1
- TabStop = False
- OnClick = btnSkipClick
- end
- object lbStatus: TStaticText
- Left = 9
- Top = 9
- Width = 167
- Height = 17
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSunken
- Caption = 'Warte auf n'#228'chstes Backup ...'
- TabOrder = 2
- OnMouseDown = paWindowMouseDown
- end
- object btnStartNow: TButton
- Left = 94
- Top = 78
- Width = 81
- Height = 23
- Hint = 'N'#228'chstes Backup jetzt starten'
- Anchors = [akLeft, akBottom]
- Caption = '&Jetzt Starten'
- TabOrder = 3
- TabStop = False
- OnClick = btnStartNowClick
- end
- end
- object FormPlacement1: TFormPlacement
- Options = [fpPosition]
- UseRegistry = True
- Left = 124
- Top = 4
- end
- object XPMenu: TXPMenu
- DimLevel = 30
- GrayLevel = 10
- Font.Charset = ANSI_CHARSET
- Font.Color = clMenuText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Color = clBtnFace
- DrawMenuBar = False
- IconBackColor = clBtnFace
- MenuBarColor = clBtnFace
- SelectColor = clHighlight
- SelectBorderColor = clHighlight
- SelectFontColor = clMenuText
- DisabledColor = clInactiveCaption
- SeparatorColor = clBtnFace
- CheckedColor = clHighlight
- IconWidth = 24
- DrawSelect = True
- UseSystemColors = True
- UseDimColor = False
- OverrideOwnerDraw = False
- Gradient = False
- FlatMenu = False
- AutoDetect = False
- XPControls = [xcMainMenu, xcPopupMenu]
- Active = True
- Left = 6
- Top = 6
- end
- end
-