home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / Tools / BackupIguana / DBackup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1999-02-07  |  2KB  |  104 lines

  1. object Form3: TForm3
  2.   Left = 371
  3.   Top = 334
  4.   Width = 304
  5.   Height = 204
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Advanced Settings'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 24
  22.     Top = 112
  23.     Width = 30
  24.     Height = 13
  25.     Caption = 'Every '
  26.   end
  27.   object Label2: TLabel
  28.     Left = 104
  29.     Top = 112
  30.     Width = 37
  31.     Height = 13
  32.     Caption = 'Minutes'
  33.   end
  34.   object TrackBar1: TTrackBar
  35.     Left = 16
  36.     Top = 72
  37.     Width = 265
  38.     Height = 33
  39.     Max = 180
  40.     Orientation = trHorizontal
  41.     Frequency = 1
  42.     Position = 0
  43.     SelEnd = 0
  44.     SelStart = 0
  45.     TabOrder = 0
  46.     ThumbLength = 20
  47.     TickMarks = tmBottomRight
  48.     TickStyle = tsAuto
  49.     OnChange = TrackBar1Change
  50.   end
  51.   object CheckBox1: TCheckBox
  52.     Left = 24
  53.     Top = 48
  54.     Width = 225
  55.     Height = 17
  56.     Hint = 'Schedule regular backups to be performed throughout the day'
  57.     Caption = 'Perform Backup as Scheduled Process'
  58.     ParentShowHint = False
  59.     ShowHint = True
  60.     TabOrder = 1
  61.     OnClick = CheckBox1Click
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 56
  65.     Top = 112
  66.     Width = 41
  67.     Height = 21
  68.     Hint = 'Number of minutes to wait between each scheduled backup'
  69.     Enabled = False
  70.     ParentShowHint = False
  71.     ShowHint = True
  72.     TabOrder = 2
  73.   end
  74.   object cmdOK: TButton
  75.     Left = 16
  76.     Top = 144
  77.     Width = 81
  78.     Height = 25
  79.     Caption = 'OK'
  80.     TabOrder = 3
  81.     OnClick = cmdOKClick
  82.   end
  83.   object cmdCancel: TButton
  84.     Left = 104
  85.     Top = 144
  86.     Width = 81
  87.     Height = 25
  88.     Caption = 'Cancel'
  89.     TabOrder = 4
  90.     OnClick = cmdCancelClick
  91.   end
  92.   object CheckBox3: TCheckBox
  93.     Left = 24
  94.     Top = 8
  95.     Width = 201
  96.     Height = 17
  97.     Hint = 'Perform backup when this application starts up'
  98.     Caption = 'Perform Backup on Startup'
  99.     ParentShowHint = False
  100.     ShowHint = True
  101.     TabOrder = 5
  102.   end
  103. end
  104.