home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Backup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2002-12-31  |  1.9 KB  |  99 lines

  1. object Form1: TForm1
  2.   Left = 254
  3.   Top = 319
  4.   Width = 384
  5.   Height = 343
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splitter1: TSplitter
  18.     Left = 129
  19.     Top = 29
  20.     Width = 3
  21.     Height = 287
  22.     Cursor = crHSplit
  23.   end
  24.   object ToolBarFolders: TToolBar
  25.     Left = 0
  26.     Top = 0
  27.     Width = 376
  28.     Height = 29
  29.     ButtonHeight = 21
  30.     EdgeInner = esNone
  31.     EdgeOuter = esNone
  32.     TabOrder = 0
  33.     object bAdd: TToolButton
  34.       Left = 0
  35.       Top = 2
  36.       Hint = 'Add Selected Folder to the Backup list'
  37.       Enabled = False
  38.       ImageIndex = 0
  39.     end
  40.     object bRemove: TToolButton
  41.       Left = 23
  42.       Top = 2
  43.       Hint = 'Remove selected Folder(s) from the list'
  44.       Enabled = False
  45.       ImageIndex = 1
  46.     end
  47.     object ToolButton2: TToolButton
  48.       Left = 46
  49.       Top = 2
  50.       Width = 27
  51.       Caption = 'ToolButton1'
  52.       ImageIndex = 2
  53.       Style = tbsSeparator
  54.     end
  55.     object bDest: TToolButton
  56.       Left = 73
  57.       Top = 2
  58.       Hint = 'Make Selcted Drive the Destination'
  59.       Caption = 'ToolButton2'
  60.       Enabled = False
  61.       ImageIndex = 2
  62.     end
  63.     object ToolButton4: TToolButton
  64.       Left = 96
  65.       Top = 2
  66.       Width = 8
  67.       Caption = 'ToolButton3'
  68.       ImageIndex = 3
  69.       Style = tbsSeparator
  70.     end
  71.     object eDest: TEdit
  72.       Left = 104
  73.       Top = 2
  74.       Width = 33
  75.       Height = 21
  76.       ReadOnly = True
  77.       TabOrder = 0
  78.     end
  79.   end
  80.   object Panel1: TPanel
  81.     Left = 0
  82.     Top = 29
  83.     Width = 129
  84.     Height = 287
  85.     Align = alLeft
  86.     Caption = 'Panel1'
  87.     TabOrder = 1
  88.   end
  89.   object Panel2: TPanel
  90.     Left = 132
  91.     Top = 29
  92.     Width = 244
  93.     Height = 287
  94.     Align = alClient
  95.     Caption = 'Panel2'
  96.     TabOrder = 2
  97.   end
  98. end
  99.