home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMBACKUP / TFRMBACKUP.txt
Encoding:
Text File  |  2004-09-23  |  2.8 KB  |  149 lines

  1. object frmBackup: TfrmBackup
  2.   Left = 386
  3.   Top = 482
  4.   BorderStyle = bsDialog
  5.   Caption = 'Backup Database'
  6.   ClientHeight = 166
  7.   ClientWidth = 339
  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.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 79
  23.     Width = 82
  24.     Height = 13
  25.     Caption = 'Remind me every'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 160
  29.     Top = 79
  30.     Width = 106
  31.     Height = 13
  32.     Caption = 'days on program close'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 8
  36.     Top = 31
  37.     Width = 85
  38.     Height = 13
  39.     Caption = 'Backup filename: '
  40.   end
  41.   object AbMeterItem: TAbMeter
  42.     Left = 0
  43.     Top = 150
  44.     Width = 339
  45.     Height = 16
  46.     Align = alBottom
  47.     Orientation = moHorizontal
  48.     UnusedColor = clBtnFace
  49.     UsedColor = clNavy
  50.   end
  51.   object Label4: TLabel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 86
  55.     Height = 13
  56.     Caption = 'Last backup date:'
  57.   end
  58.   object seBackupDays: TwwDBSpinEdit
  59.     Left = 104
  60.     Top = 75
  61.     Width = 49
  62.     Height = 21
  63.     Increment = 1
  64.     MaxValue = 30
  65.     Value = 1
  66.     TabOrder = 2
  67.     UnboundDataType = wwDefault
  68.   end
  69.   object edtBackupFile: TEdit
  70.     Left = 8
  71.     Top = 47
  72.     Width = 289
  73.     Height = 21
  74.     TabOrder = 0
  75.   end
  76.   object btnOpenFile: TButton
  77.     Left = 299
  78.     Top = 47
  79.     Width = 21
  80.     Height = 21
  81.     Caption = '...'
  82.     TabOrder = 1
  83.     OnClick = btnOpenFileClick
  84.   end
  85.   object btnBackup: TButton
  86.     Left = 43
  87.     Top = 111
  88.     Width = 97
  89.     Height = 25
  90.     Caption = '&Backup'
  91.     TabOrder = 3
  92.     OnClick = btnBackupClick
  93.   end
  94.   object btnClose: TButton
  95.     Left = 184
  96.     Top = 111
  97.     Width = 97
  98.     Height = 25
  99.     Caption = '&Close'
  100.     TabOrder = 4
  101.     OnClick = btnCloseClick
  102.   end
  103.   object cbCloseAfterBackup: TCheckBox
  104.     Left = 144
  105.     Top = 119
  106.     Width = 33
  107.     Height = 17
  108.     Caption = 'cbCloseAfterBackup'
  109.     Color = clRed
  110.     ParentColor = False
  111.     TabOrder = 5
  112.     Visible = False
  113.   end
  114.   object edtLastBackupDt: TEdit
  115.     Left = 102
  116.     Top = 8
  117.     Width = 177
  118.     Height = 19
  119.     TabStop = False
  120.     BorderStyle = bsNone
  121.     Color = clBtnFace
  122.     Ctl3D = False
  123.     Font.Charset = DEFAULT_CHARSET
  124.     Font.Color = clWindowText
  125.     Font.Height = -11
  126.     Font.Name = 'MS Sans Serif'
  127.     Font.Style = [fsBold]
  128.     ParentCtl3D = False
  129.     ParentFont = False
  130.     ReadOnly = True
  131.     TabOrder = 6
  132.   end
  133.   object OpenDialog1: TOpenDialog
  134.     Left = 296
  135.     Top = 119
  136.   end
  137.   object ItemLink: TAbVCLMeterLink
  138.     Meter = AbMeterItem
  139.     Left = 296
  140.     Top = 79
  141.   end
  142.   object OvcIniFileStore1: TOvcIniFileStore
  143.     IniFileName = 'ADS.INI'
  144.     UseExeDir = True
  145.     Left = 288
  146.     Top = 8
  147.   end
  148. end
  149.