inherited frmWizard: TfrmWizard Caption = 'Backup wizard' ClientHeight = 235 ClientWidth = 356 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 inherited PageControl: TPageControl Width = 356 Height = 198 ActivePage = tsPage3 inherited tsPage1: TTabSheet object Label1: TLabel Left = 13 Top = 15 Width = 309 Height = 16 Caption = 'What kind of backup do you want to perform?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object RadioButton1: TRadioButton Left = 21 Top = 51 Width = 113 Height = 17 Caption = 'Zip-Archive' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 158 Top = 51 Width = 93 Height = 17 Caption = 'File copy' TabOrder = 1 end end inherited tsPage2: TTabSheet object Label2: TLabel Left = 13 Top = 15 Width = 241 Height = 16 Caption = 'Please select the source directory:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object edSourceDir: TDirectoryEdit Left = 16 Top = 54 Width = 293 Height = 21 DialogKind = dkWin32 NumGlyphs = 1 ButtonWidth = 20 TabOrder = 0 end object chkbxDirectories: TCheckBox Tag = 10 Left = 16 Top = 91 Width = 141 Height = 17 Hint = 'Unterverzeichnisse einschliessen' Caption = '&Unterverz. einschliessen' Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end end object tsPage3: TTabSheet Caption = 'tsPage3' ImageIndex = 2 TabVisible = False object Label3: TLabel Left = 13 Top = 15 Width = 270 Height = 16 Caption = 'Please select the destination directory:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object edDestinationDir: TDirectoryEdit Left = 16 Top = 54 Width = 293 Height = 21 DialogKind = dkWin32 NumGlyphs = 1 ButtonWidth = 20 TabOrder = 0 end end object tsPage4: TTabSheet Caption = 'tsPage4' ImageIndex = 3 TabVisible = False object Label4: TLabel Left = 13 Top = 15 Width = 319 Height = 33 AutoSize = False Caption = 'What file types do you want to include/exclude in your backup?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False WordWrap = True end object Label6: TLabel Left = 19 Top = 68 Width = 38 Height = 13 Caption = '&Include:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 19 Top = 93 Width = 41 Height = 13 Caption = 'E&xclude:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cbInclude: TComboBox Tag = 3 Left = 75 Top = 63 Width = 236 Height = 21 Anchors = [akLeft, akTop, akRight] DropDownCount = 10 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 0 ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 0 end object cbExclude: TComboBox Tag = 4 Left = 75 Top = 88 Width = 236 Height = 21 Anchors = [akLeft, akTop, akRight] DropDownCount = 10 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 0 ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 1 end end object tsPage5: TTabSheet Caption = 'tsPage5' ImageIndex = 4 TabVisible = False object Label5: TLabel Left = 13 Top = 15 Width = 269 Height = 16 Caption = 'How do you want to mark your backup?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object rbtnMark_dont: TRadioButton Tag = 15 Left = 15 Top = 49 Width = 113 Height = 17 Caption = 'Nie' TabOrder = 0 end object rbtnMark_append_date: TRadioButton Tag = 15 Left = 15 Top = 67 Width = 134 Height = 17 Caption = 'Datum/Zeit anh�ngen' Checked = True TabOrder = 1 TabStop = True end object rbtnMark_preceed_date: TRadioButton Tag = 15 Left = 15 Top = 85 Width = 135 Height = 17 Caption = 'Datum/Zeit voranstellen' TabOrder = 2 end object rbtnMark_preceed_version: TRadioButton Tag = 15 Left = 156 Top = 85 Width = 149 Height = 17 Caption = 'Version voranstellen' TabOrder = 3 end object rbtnMark_append_version: TRadioButton Tag = 15 Left = 156 Top = 67 Width = 137 Height = 17 Caption = 'Version anh�ngen' TabOrder = 4 end end object tsPage6: TTabSheet Caption = 'tsPage6' ImageIndex = 5 TabVisible = False object Label8: TLabel Left = 161 Top = 102 Width = 22 Height = 13 Caption = 'Tage' end object Shape5: TShape Left = 8 Top = 127 Width = 332 Height = 1 Anchors = [akLeft, akTop, akRight] Pen.Color = clGray end object Label9: TLabel Left = 13 Top = 15 Width = 323 Height = 16 Caption = 'Do you want to set a filter for the file date/time?' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object rbSinceLastBackup: TRadioButton Tag = 30 Left = 16 Top = 62 Width = 145 Height = 17 Caption = 'Seit dem letztem Backup' Checked = True TabOrder = 0 TabStop = True end object rbToday: TRadioButton Tag = 30 Left = 188 Top = 62 Width = 125 Height = 17 Caption = 'Heute' TabOrder = 1 TabStop = True end object rbYoungerThen: TRadioButton Tag = 30 Left = 16 Top = 101 Width = 89 Height = 17 Caption = 'Nicht �lter als' TabOrder = 2 TabStop = True end object edDatefilterDays: TEdit Tag = 30 Left = 107 Top = 99 Width = 31 Height = 21 MaxLength = 3 TabOrder = 3 Text = '0' end object udDatefilterDays: TUpDown Tag = 30 Left = 138 Top = 99 Width = 15 Height = 21 Associate = edDatefilterDays Min = 0 Max = 999 Position = 0 TabOrder = 4 TabStop = True Wrap = False end object rbNone: TRadioButton Tag = 30 Left = 16 Top = 43 Width = 137 Height = 17 Caption = 'Kein Filter' TabOrder = 5 end object rbThisWeek: TRadioButton Tag = 30 Left = 16 Top = 81 Width = 137 Height = 17 Caption = 'Diese Woche' TabOrder = 6 TabStop = True end object rbThisMonth: TRadioButton Tag = 30 Left = 188 Top = 81 Width = 126 Height = 17 Caption = 'Diesen Monat' TabOrder = 7 TabStop = True end object chkbxNewerfilesOnly: TCheckBox Tag = 11 Left = 17 Top = 134 Width = 296 Height = 20 Hint = 'Datumsvergleich mit Zieldatei' Caption = 'Dateien nur einschlie�en falls &neuer als Zieldatei' TabOrder = 8 end end object tsPage7: TTabSheet Caption = 'tsPage7' ImageIndex = 6 TabVisible = False object Label10: TLabel Left = 13 Top = 15 Width = 268 Height = 16 Caption = 'Click finish to create the backup group.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end end end inherited btnCancel: TButton Left = 44 Top = 208 end inherited btnFinish: TButton Left = 280 Top = 208 OnClick = btnFinishClick end inherited btnNext: TButton Left = 200 Top = 208 end inherited btnPrevious: TButton Left = 124 Top = 208 end end