object frmScheduler: TfrmScheduler Left = 210 Top = 145 HelpContext = 29 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Zeit-Planer' ClientHeight = 111 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 Panel2: TPanel Left = 0 Top = 0 Width = 186 Height = 111 Align = alClient TabOrder = 0 OnMouseDown = Panel2MouseDown object Panel1: TPanel Left = 9 Top = 29 Width = 167 Height = 44 Anchors = [akLeft, akTop, akRight] BevelOuter = bvLowered TabOrder = 0 OnMouseDown = Panel2MouseDown 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 = Panel2MouseDown 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 = Panel2MouseDown end end object btnSkip: TButton Left = 58 Top = 81 Width = 81 Height = 23 Anchors = [akLeft, akBottom] Caption = '�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�chstes Backup ...' TabOrder = 2 OnMouseDown = Panel2MouseDown end end object FormPlacement1: TFormPlacement Options = [fpPosition] UseRegistry = True Left = 124 Top = 4 end end