object Extrabox: TExtrabox Left = 198 Top = 144 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog ClientHeight = 231 ClientWidth = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 189 Top = 200 Width = 75 Height = 25 Caption = 'OK' ModalResult = 2 TabOrder = 0 OnClick = Button1Click end object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 337 Height = 137 Caption = 'Select Slot' TabOrder = 1 object RadioButton1: TRadioButton Left = 16 Top = 24 Width = 49 Height = 17 Caption = 'Slot I' Checked = True TabOrder = 0 TabStop = True OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 16 Top = 64 Width = 57 Height = 17 Caption = 'Slot II' TabOrder = 1 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 16 Top = 104 Width = 57 Height = 17 Caption = 'Slot III' TabOrder = 2 OnClick = RadioButton3Click end object Edit2: TEdit Left = 120 Top = 68 Width = 193 Height = 21 TabOrder = 3 end object Edit1: TEdit Left = 120 Top = 28 Width = 193 Height = 21 TabOrder = 4 end object Edit3: TEdit Left = 120 Top = 108 Width = 193 Height = 21 TabOrder = 5 end end object GroupBox3: TGroupBox Left = 8 Top = 152 Width = 169 Height = 73 Caption = 'Dates' TabOrder = 2 object Label5: TLabel Left = 96 Top = 52 Width = 32 Height = 13 Caption = 'Label5' end object Label1: TLabel Left = 8 Top = 20 Width = 78 Height = 13 Caption = 'Backup Date :' end object Label4: TLabel Left = 96 Top = 20 Width = 32 Height = 13 Caption = 'Label4' end object Label3: TLabel Left = 8 Top = 52 Width = 77 Height = 13 Caption = 'Snapshot Date :' end end object Button2: TButton Left = 272 Top = 200 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = Button2Click end object Panel1: TPanel Left = 0 Top = 0 Width = 353 Height = 230 BevelOuter = bvNone TabOrder = 4 Visible = False object Label2: TLabel Left = 128 Top = 120 Width = 32 Height = 13 Caption = 'Label2' end object Label6: TLabel Left = 128 Top = 16 Width = 32 Height = 13 Caption = 'Label6' end object Label7: TLabel Left = 128 Top = 56 Width = 32 Height = 13 Caption = 'Label7' end object Label8: TLabel Left = 128 Top = 88 Width = 32 Height = 13 Caption = 'Label8' end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 105 Height = 177 Caption = 'Changes' Enabled = False TabOrder = 0 object CheckBox1: TCheckBox Left = 12 Top = 24 Width = 84 Height = 25 Caption = 'Autoexec.bat' TabOrder = 0 end object CheckBox2: TCheckBox Left = 12 Top = 56 Width = 84 Height = 17 Caption = 'Config.sys' TabOrder = 1 end object CheckBox3: TCheckBox Left = 12 Top = 80 Width = 84 Height = 17 Caption = 'Win.ini' TabOrder = 2 end object CheckBox4: TCheckBox Left = 12 Top = 104 Width = 84 Height = 17 Caption = 'System.ini' TabOrder = 3 end object CheckBox5: TCheckBox Left = 12 Top = 128 Width = 84 Height = 17 Caption = 'System.dat' TabOrder = 4 end object CheckBox6: TCheckBox Left = 12 Top = 152 Width = 84 Height = 17 Caption = 'User.dat' TabOrder = 5 end end object Button3: TButton Left = 192 Top = 200 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 2 TabOrder = 1 OnClick = Button3Click end object Button4: TButton Left = 272 Top = 200 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end end