home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TTRANSFERDIALOG / TTRANSFERDIALOG.txt
Text File  |  1999-08-11  |  3KB  |  142 lines

  1. object TransferDialog: TTransferDialog
  2.   Left = 266
  3.   Top = 119
  4.   HelpContext = 1427
  5.   ActiveControl = ItemList
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tool Options'
  8.   ClientHeight = 289
  9.   ClientWidth = 291
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 29
  21.     Height = 13
  22.     Caption = '&Tools:'
  23.     FocusControl = ItemList
  24.     IsControl = True
  25.   end
  26.   object Label2: TLabel
  27.     Left = 12
  28.     Top = 272
  29.     Width = 8
  30.     Height = 20
  31.     Caption = '*'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clRed
  34.     Font.Height = -16
  35.     Font.Name = 'default'
  36.     Font.Style = [fsBold]
  37.     ParentFont = False
  38.     IsControl = True
  39.   end
  40.   object Label3: TLabel
  41.     Left = 24
  42.     Top = 272
  43.     Width = 126
  44.     Height = 13
  45.     Caption = '= conflicting shortcut keys.'
  46.     IsControl = True
  47.   end
  48.   object ItemList: TListBox
  49.     Left = 8
  50.     Top = 24
  51.     Width = 189
  52.     Height = 245
  53.     ItemHeight = 16
  54.     Style = lbOwnerDrawFixed
  55.     TabOrder = 0
  56.     OnClick = ItemListClick
  57.     OnDblClick = EditButtonClick
  58.     OnDrawItem = ItemListDrawItem
  59.     IsControl = True
  60.   end
  61.   object DnBtn: TBitBtn
  62.     Left = 248
  63.     Top = 124
  64.     Width = 23
  65.     Height = 23
  66.     TabOrder = 5
  67.     OnClick = MoveClick
  68.     Glyph.Data = {
  69.       F6000000424DF600000000000000760000002800000010000000100000000100
  70.       0400000000008000000000000000000000001000000000000000000000000000
  71.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  73.       333333333333833333333333333488333333333333CC4883333333333CCCC488
  74.       33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  75.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  76.       3333333333333333333333333333333333333333333333333333}
  77.   end
  78.   object UpBtn: TBitBtn
  79.     Left = 220
  80.     Top = 124
  81.     Width = 25
  82.     Height = 23
  83.     TabOrder = 4
  84.     OnClick = MoveClick
  85.     Glyph.Data = {
  86.       F6000000424DF600000000000000760000002800000010000000100000000100
  87.       0400000000008000000000000000000000001000000000000000000000000000
  88.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  89.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  90.       333333333333333333333333338888833333333334444483333333333CCCC483
  91.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  92.       8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  93.       33333333333C3333333333333333333333333333333333333333}
  94.   end
  95.   object AddButton: TButton
  96.     Left = 208
  97.     Top = 24
  98.     Width = 75
  99.     Height = 25
  100.     Caption = '&Add...'
  101.     TabOrder = 1
  102.     OnClick = AddButtonClick
  103.   end
  104.   object DelButton: TButton
  105.     Left = 208
  106.     Top = 56
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&Delete'
  110.     TabOrder = 2
  111.     OnClick = DelButtonClick
  112.   end
  113.   object EditButton: TButton
  114.     Left = 208
  115.     Top = 88
  116.     Width = 75
  117.     Height = 25
  118.     Caption = '&Edit'
  119.     TabOrder = 3
  120.     OnClick = EditButtonClick
  121.   end
  122.   object CloseButton: TButton
  123.     Left = 208
  124.     Top = 211
  125.     Width = 75
  126.     Height = 25
  127.     Cancel = True
  128.     Caption = '&Close'
  129.     ModalResult = 1
  130.     TabOrder = 6
  131.   end
  132.   object HelpButton: TButton
  133.     Left = 208
  134.     Top = 243
  135.     Width = 75
  136.     Height = 25
  137.     Caption = '&Help'
  138.     TabOrder = 7
  139.     OnClick = HelpButtonClick
  140.   end
  141. end
  142.