home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TTRANSFERDIALOG / TTRANSFERDIALOG.txt
Text File  |  1997-01-16  |  4KB  |  143 lines

  1. object TransferDialog: TTransferDialog
  2.   Left = 266
  3.   Top = 119
  4.   HelpContext = 1427
  5.   ActiveControl = ItemList
  6.   BorderStyle = bsDialog
  7.   Caption = 'Configure Tools'
  8.   ClientHeight = 289
  9.   ClientWidth = 291
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 29
  22.     Height = 13
  23.     Caption = '&Tools:'
  24.     FocusControl = ItemList
  25.     IsControl = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 12
  29.     Top = 272
  30.     Width = 8
  31.     Height = 20
  32.     Caption = '*'
  33.     Font.Color = clRed
  34.     Font.Height = -16
  35.     Font.Name = 'MS Sans Serif'
  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 = 2
  67.     OnClick = MoveClick
  68.     Glyph.Data = {
  69.       04010000424D0401000000000000760000002800000010000000100000000100
  70.       0400000000008000000000000000000000001000000000000000000000000000
  71.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  73.       333333333333833333333333333488333333333333CC4883333333333CCCC488
  74.       33333333CCCCCC488333333CCCCCC444333333333CCCC483333333333CCCC483
  75.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC433
  76.       3333333333333333333333333333333333333333333333333333000000000000
  77.       0000000000000000}
  78.   end
  79.   object UpBtn: TBitBtn
  80.     Left = 220
  81.     Top = 124
  82.     Width = 25
  83.     Height = 23
  84.     TabOrder = 1
  85.     OnClick = MoveClick
  86.     Glyph.Data = {
  87.       04010000424D0401000000000000760000002800000010000000100000000100
  88.       0400000000008000000000000000000000001000000000000000000000000000
  89.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  90.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  91.       333333333333333333333333338888833333333334444483333333333CCCC483
  92.       333333333CCCC483333333333CCCC483333333333CCCC483333333333CCCC488
  93.       8333333CCCCCCCCC33333333CCCCCCC3333333333CCCCC333333333333CCC333
  94.       33333333333C3333333333333333333333333333333333333333000000000000
  95.       0000000000000000}
  96.   end
  97.   object AddButton: TButton
  98.     Left = 208
  99.     Top = 24
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&Add...'
  103.     TabOrder = 3
  104.     OnClick = AddButtonClick
  105.   end
  106.   object DelButton: TButton
  107.     Left = 208
  108.     Top = 56
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Delete'
  112.     TabOrder = 4
  113.     OnClick = DelButtonClick
  114.   end
  115.   object EditButton: TButton
  116.     Left = 208
  117.     Top = 88
  118.     Width = 75
  119.     Height = 25
  120.     Caption = '&Edit'
  121.     TabOrder = 5
  122.     OnClick = EditButtonClick
  123.   end
  124.   object CloseButton: TButton
  125.     Left = 208
  126.     Top = 211
  127.     Width = 75
  128.     Height = 25
  129.     Caption = '&Close'
  130.     ModalResult = 1
  131.     TabOrder = 6
  132.   end
  133.   object HelpButton: TButton
  134.     Left = 208
  135.     Top = 243
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Help'
  139.     TabOrder = 7
  140.     OnClick = HelpButtonClick
  141.   end
  142. end
  143.