object Form3: TForm3 Left = 371 Top = 334 Width = 304 Height = 204 BorderIcons = [biSystemMenu] Caption = 'Advanced Settings' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 112 Width = 30 Height = 13 Caption = 'Every ' end object Label2: TLabel Left = 104 Top = 112 Width = 37 Height = 13 Caption = 'Minutes' end object TrackBar1: TTrackBar Left = 16 Top = 72 Width = 265 Height = 33 Max = 180 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 0 ThumbLength = 20 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object CheckBox1: TCheckBox Left = 24 Top = 48 Width = 225 Height = 17 Hint = 'Schedule regular backups to be performed throughout the day' Caption = 'Perform Backup as Scheduled Process' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = CheckBox1Click end object Edit1: TEdit Left = 56 Top = 112 Width = 41 Height = 21 Hint = 'Number of minutes to wait between each scheduled backup' Enabled = False ParentShowHint = False ShowHint = True TabOrder = 2 end object cmdOK: TButton Left = 16 Top = 144 Width = 81 Height = 25 Caption = 'OK' TabOrder = 3 OnClick = cmdOKClick end object cmdCancel: TButton Left = 104 Top = 144 Width = 81 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = cmdCancelClick end object CheckBox3: TCheckBox Left = 24 Top = 8 Width = 201 Height = 17 Hint = 'Perform backup when this application starts up' Caption = 'Perform Backup on Startup' ParentShowHint = False ShowHint = True TabOrder = 5 end end