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

  1. inherited frmWizard: TfrmWizard
  2.   Caption = 'Backup wizard'
  3.   ClientHeight = 235
  4.   ClientWidth = 356
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited PageControl: TPageControl
  9.     Width = 356
  10.     Height = 198
  11.     ActivePage = tsPage3
  12.     inherited tsPage1: TTabSheet
  13.       object Label1: TLabel
  14.         Left = 13
  15.         Top = 15
  16.         Width = 309
  17.         Height = 16
  18.         Caption = 'What kind of backup do you want to perform?'
  19.         Font.Charset = DEFAULT_CHARSET
  20.         Font.Color = clWindowText
  21.         Font.Height = -13
  22.         Font.Name = 'MS Sans Serif'
  23.         Font.Style = [fsBold, fsUnderline]
  24.         ParentFont = False
  25.       end
  26.       object RadioButton1: TRadioButton
  27.         Left = 21
  28.         Top = 51
  29.         Width = 113
  30.         Height = 17
  31.         Caption = 'Zip-Archive'
  32.         Checked = True
  33.         TabOrder = 0
  34.         TabStop = True
  35.       end
  36.       object RadioButton2: TRadioButton
  37.         Left = 158
  38.         Top = 51
  39.         Width = 93
  40.         Height = 17
  41.         Caption = 'File copy'
  42.         TabOrder = 1
  43.       end
  44.     end
  45.     inherited tsPage2: TTabSheet
  46.       object Label2: TLabel
  47.         Left = 13
  48.         Top = 15
  49.         Width = 241
  50.         Height = 16
  51.         Caption = 'Please select the source directory:'
  52.         Font.Charset = DEFAULT_CHARSET
  53.         Font.Color = clWindowText
  54.         Font.Height = -13
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = [fsBold, fsUnderline]
  57.         ParentFont = False
  58.       end
  59.       object edSourceDir: TDirectoryEdit
  60.         Left = 16
  61.         Top = 54
  62.         Width = 293
  63.         Height = 21
  64.         DialogKind = dkWin32
  65.         NumGlyphs = 1
  66.         ButtonWidth = 20
  67.         TabOrder = 0
  68.       end
  69.       object chkbxDirectories: TCheckBox
  70.         Tag = 10
  71.         Left = 16
  72.         Top = 91
  73.         Width = 141
  74.         Height = 17
  75.         Hint = 'Unterverzeichnisse einschliessen'
  76.         Caption = '&Unterverz. einschliessen'
  77.         Enabled = False
  78.         Font.Charset = DEFAULT_CHARSET
  79.         Font.Color = clWindowText
  80.         Font.Height = -11
  81.         Font.Name = 'MS Sans Serif'
  82.         Font.Style = []
  83.         ParentFont = False
  84.         TabOrder = 1
  85.       end
  86.     end
  87.     object tsPage3: TTabSheet
  88.       Caption = 'tsPage3'
  89.       ImageIndex = 2
  90.       TabVisible = False
  91.       object Label3: TLabel
  92.         Left = 13
  93.         Top = 15
  94.         Width = 270
  95.         Height = 16
  96.         Caption = 'Please select the destination directory:'
  97.         Font.Charset = DEFAULT_CHARSET
  98.         Font.Color = clWindowText
  99.         Font.Height = -13
  100.         Font.Name = 'MS Sans Serif'
  101.         Font.Style = [fsBold, fsUnderline]
  102.         ParentFont = False
  103.       end
  104.       object edDestinationDir: TDirectoryEdit
  105.         Left = 16
  106.         Top = 54
  107.         Width = 293
  108.         Height = 21
  109.         DialogKind = dkWin32
  110.         NumGlyphs = 1
  111.         ButtonWidth = 20
  112.         TabOrder = 0
  113.       end
  114.     end
  115.     object tsPage4: TTabSheet
  116.       Caption = 'tsPage4'
  117.       ImageIndex = 3
  118.       TabVisible = False
  119.       object Label4: TLabel
  120.         Left = 13
  121.         Top = 15
  122.         Width = 319
  123.         Height = 33
  124.         AutoSize = False
  125.         Caption = 'What file types do you want to include/exclude in your backup?'
  126.         Font.Charset = DEFAULT_CHARSET
  127.         Font.Color = clWindowText
  128.         Font.Height = -13
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = [fsBold, fsUnderline]
  131.         ParentFont = False
  132.         WordWrap = True
  133.       end
  134.       object Label6: TLabel
  135.         Left = 19
  136.         Top = 68
  137.         Width = 38
  138.         Height = 13
  139.         Caption = '&Include:'
  140.         Font.Charset = DEFAULT_CHARSET
  141.         Font.Color = clWindowText
  142.         Font.Height = -11
  143.         Font.Name = 'MS Sans Serif'
  144.         Font.Style = []
  145.         ParentFont = False
  146.       end
  147.       object Label7: TLabel
  148.         Left = 19
  149.         Top = 93
  150.         Width = 41
  151.         Height = 13
  152.         Caption = 'E&xclude:'
  153.         Font.Charset = DEFAULT_CHARSET
  154.         Font.Color = clWindowText
  155.         Font.Height = -11
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = []
  158.         ParentFont = False
  159.       end
  160.       object cbInclude: TComboBox
  161.         Tag = 3
  162.         Left = 75
  163.         Top = 63
  164.         Width = 236
  165.         Height = 21
  166.         Anchors = [akLeft, akTop, akRight]
  167.         DropDownCount = 10
  168.         Font.Charset = DEFAULT_CHARSET
  169.         Font.Color = clWindowText
  170.         Font.Height = -11
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = []
  173.         ItemHeight = 0
  174.         ParentFont = False
  175.         ParentShowHint = False
  176.         ShowHint = False
  177.         TabOrder = 0
  178.       end
  179.       object cbExclude: TComboBox
  180.         Tag = 4
  181.         Left = 75
  182.         Top = 88
  183.         Width = 236
  184.         Height = 21
  185.         Anchors = [akLeft, akTop, akRight]
  186.         DropDownCount = 10
  187.         Font.Charset = DEFAULT_CHARSET
  188.         Font.Color = clWindowText
  189.         Font.Height = -11
  190.         Font.Name = 'MS Sans Serif'
  191.         Font.Style = []
  192.         ItemHeight = 0
  193.         ParentFont = False
  194.         ParentShowHint = False
  195.         ShowHint = False
  196.         TabOrder = 1
  197.       end
  198.     end
  199.     object tsPage5: TTabSheet
  200.       Caption = 'tsPage5'
  201.       ImageIndex = 4
  202.       TabVisible = False
  203.       object Label5: TLabel
  204.         Left = 13
  205.         Top = 15
  206.         Width = 269
  207.         Height = 16
  208.         Caption = 'How do you want to mark your backup?'
  209.         Font.Charset = DEFAULT_CHARSET
  210.         Font.Color = clWindowText
  211.         Font.Height = -13
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = [fsBold, fsUnderline]
  214.         ParentFont = False
  215.       end
  216.       object rbtnMark_dont: TRadioButton
  217.         Tag = 15
  218.         Left = 15
  219.         Top = 49
  220.         Width = 113
  221.         Height = 17
  222.         Caption = 'Nie'
  223.         TabOrder = 0
  224.       end
  225.       object rbtnMark_append_date: TRadioButton
  226.         Tag = 15
  227.         Left = 15
  228.         Top = 67
  229.         Width = 134
  230.         Height = 17
  231.         Caption = 'Datum/Zeit anh∩┐╜ngen'
  232.         Checked = True
  233.         TabOrder = 1
  234.         TabStop = True
  235.       end
  236.       object rbtnMark_preceed_date: TRadioButton
  237.         Tag = 15
  238.         Left = 15
  239.         Top = 85
  240.         Width = 135
  241.         Height = 17
  242.         Caption = 'Datum/Zeit voranstellen'
  243.         TabOrder = 2
  244.       end
  245.       object rbtnMark_preceed_version: TRadioButton
  246.         Tag = 15
  247.         Left = 156
  248.         Top = 85
  249.         Width = 149
  250.         Height = 17
  251.         Caption = 'Version voranstellen'
  252.         TabOrder = 3
  253.       end
  254.       object rbtnMark_append_version: TRadioButton
  255.         Tag = 15
  256.         Left = 156
  257.         Top = 67
  258.         Width = 137
  259.         Height = 17
  260.         Caption = 'Version anh∩┐╜ngen'
  261.         TabOrder = 4
  262.       end
  263.     end
  264.     object tsPage6: TTabSheet
  265.       Caption = 'tsPage6'
  266.       ImageIndex = 5
  267.       TabVisible = False
  268.       object Label8: TLabel
  269.         Left = 161
  270.         Top = 102
  271.         Width = 22
  272.         Height = 13
  273.         Caption = 'Tage'
  274.       end
  275.       object Shape5: TShape
  276.         Left = 8
  277.         Top = 127
  278.         Width = 332
  279.         Height = 1
  280.         Anchors = [akLeft, akTop, akRight]
  281.         Pen.Color = clGray
  282.       end
  283.       object Label9: TLabel
  284.         Left = 13
  285.         Top = 15
  286.         Width = 323
  287.         Height = 16
  288.         Caption = 'Do you want to set a filter for the file date/time?'
  289.         Font.Charset = DEFAULT_CHARSET
  290.         Font.Color = clWindowText
  291.         Font.Height = -13
  292.         Font.Name = 'MS Sans Serif'
  293.         Font.Style = [fsBold, fsUnderline]
  294.         ParentFont = False
  295.       end
  296.       object rbSinceLastBackup: TRadioButton
  297.         Tag = 30
  298.         Left = 16
  299.         Top = 62
  300.         Width = 145
  301.         Height = 17
  302.         Caption = 'Seit dem letztem Backup'
  303.         Checked = True
  304.         TabOrder = 0
  305.         TabStop = True
  306.       end
  307.       object rbToday: TRadioButton
  308.         Tag = 30
  309.         Left = 188
  310.         Top = 62
  311.         Width = 125
  312.         Height = 17
  313.         Caption = 'Heute'
  314.         TabOrder = 1
  315.         TabStop = True
  316.       end
  317.       object rbYoungerThen: TRadioButton
  318.         Tag = 30
  319.         Left = 16
  320.         Top = 101
  321.         Width = 89
  322.         Height = 17
  323.         Caption = 'Nicht ∩┐╜lter als'
  324.         TabOrder = 2
  325.         TabStop = True
  326.       end
  327.       object edDatefilterDays: TEdit
  328.         Tag = 30
  329.         Left = 107
  330.         Top = 99
  331.         Width = 31
  332.         Height = 21
  333.         MaxLength = 3
  334.         TabOrder = 3
  335.         Text = '0'
  336.       end
  337.       object udDatefilterDays: TUpDown
  338.         Tag = 30
  339.         Left = 138
  340.         Top = 99
  341.         Width = 15
  342.         Height = 21
  343.         Associate = edDatefilterDays
  344.         Min = 0
  345.         Max = 999
  346.         Position = 0
  347.         TabOrder = 4
  348.         TabStop = True
  349.         Wrap = False
  350.       end
  351.       object rbNone: TRadioButton
  352.         Tag = 30
  353.         Left = 16
  354.         Top = 43
  355.         Width = 137
  356.         Height = 17
  357.         Caption = 'Kein Filter'
  358.         TabOrder = 5
  359.       end
  360.       object rbThisWeek: TRadioButton
  361.         Tag = 30
  362.         Left = 16
  363.         Top = 81
  364.         Width = 137
  365.         Height = 17
  366.         Caption = 'Diese Woche'
  367.         TabOrder = 6
  368.         TabStop = True
  369.       end
  370.       object rbThisMonth: TRadioButton
  371.         Tag = 30
  372.         Left = 188
  373.         Top = 81
  374.         Width = 126
  375.         Height = 17
  376.         Caption = 'Diesen Monat'
  377.         TabOrder = 7
  378.         TabStop = True
  379.       end
  380.       object chkbxNewerfilesOnly: TCheckBox
  381.         Tag = 11
  382.         Left = 17
  383.         Top = 134
  384.         Width = 296
  385.         Height = 20
  386.         Hint = 'Datumsvergleich mit Zieldatei'
  387.         Caption = 'Dateien nur einschlie∩┐╜en falls &neuer als Zieldatei'
  388.         TabOrder = 8
  389.       end
  390.     end
  391.     object tsPage7: TTabSheet
  392.       Caption = 'tsPage7'
  393.       ImageIndex = 6
  394.       TabVisible = False
  395.       object Label10: TLabel
  396.         Left = 13
  397.         Top = 15
  398.         Width = 268
  399.         Height = 16
  400.         Caption = 'Click finish to create the backup group.'
  401.         Font.Charset = DEFAULT_CHARSET
  402.         Font.Color = clWindowText
  403.         Font.Height = -13
  404.         Font.Name = 'MS Sans Serif'
  405.         Font.Style = [fsBold, fsUnderline]
  406.         ParentFont = False
  407.       end
  408.     end
  409.   end
  410.   inherited btnCancel: TButton
  411.     Left = 44
  412.     Top = 208
  413.   end
  414.   inherited btnFinish: TButton
  415.     Left = 280
  416.     Top = 208
  417.     OnClick = btnFinishClick
  418.   end
  419.   inherited btnNext: TButton
  420.     Left = 200
  421.     Top = 208
  422.   end
  423.   inherited btnPrevious: TButton
  424.     Left = 124
  425.     Top = 208
  426.   end
  427. end
  428.