home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TCOPYMOVEDESTFORM / TCOPYMOVEDESTFORM.txt
Text File  |  1998-12-29  |  2KB  |  81 lines

  1. object CopyMoveDestForm: TCopyMoveDestForm
  2.   Left = 647
  3.   Top = 131
  4.   HelpContext = 203
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 262
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DestInfo: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 3
  24.     Height = 13
  25.     FocusControl = DestInputBox
  26.     Transparent = True
  27.   end
  28.   object DestList: TListBox
  29.     Left = 8
  30.     Top = 56
  31.     Width = 297
  32.     Height = 169
  33.     ItemHeight = 13
  34.     Sorted = True
  35.     TabOrder = 2
  36.     OnClick = DestListClick
  37.     OnDblClick = DestListDblClick
  38.   end
  39.   object DestInputBox: TEdit
  40.     Left = 8
  41.     Top = 24
  42.     Width = 225
  43.     Height = 21
  44.     TabOrder = 0
  45.     OnKeyPress = DestInputBoxKeyPress
  46.   end
  47.   object BrowseButton: TButton
  48.     Left = 240
  49.     Top = 24
  50.     Width = 65
  51.     Height = 23
  52.     TabOrder = 1
  53.     OnClick = BrowseButtonClick
  54.   end
  55.   object RemoveButton: TButton
  56.     Left = 8
  57.     Top = 232
  58.     Width = 75
  59.     Height = 23
  60.     TabOrder = 3
  61.     OnClick = RemoveButtonClick
  62.   end
  63.   object OKButton: TButton
  64.     Left = 152
  65.     Top = 232
  66.     Width = 75
  67.     Height = 23
  68.     Default = True
  69.     TabOrder = 4
  70.     OnClick = OKButtonClick
  71.   end
  72.   object CancelButton: TButton
  73.     Left = 232
  74.     Top = 232
  75.     Width = 75
  76.     Height = 23
  77.     TabOrder = 5
  78.     OnClick = CancelButtonClick
  79.   end
  80. end
  81.