home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / email / poco.exe / file0001.bin / 0 / RCDATA / TFRMBACKUP / TFRMBACKUP.txt
Encoding:
Text File  |  1999-09-29  |  1.0 KB  |  57 lines

  1. object FrmBackup: TFrmBackup
  2.   Left = 332
  3.   Top = 172
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Backup to...'
  7.   ClientHeight = 117
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 118
  24.     Height = 16
  25.     Caption = 'Backup to directory:'
  26.   end
  27.   object EditDir: TDirectoryEdit
  28.     Left = 9
  29.     Top = 32
  30.     Width = 293
  31.     Height = 21
  32.     DialogKind = dkWin32
  33.     NumGlyphs = 1
  34.     TabOrder = 0
  35.   end
  36.   object BtnOK: TButton
  37.     Left = 206
  38.     Top = 70
  39.     Width = 97
  40.     Height = 35
  41.     Caption = '&OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object Button1: TButton
  47.     Left = 102
  48.     Top = 74
  49.     Width = 88
  50.     Height = 27
  51.     Cancel = True
  52.     Caption = '&Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.