home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TCOLUMNSETUP / TCOLUMNSETUP.txt
Text File  |  2001-09-09  |  3KB  |  173 lines

  1. object ColumnSetup: TColumnSetup
  2.   Left = 220
  3.   Top = 111
  4.   HelpContext = 14055
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Setup columns'
  8.   ClientHeight = 265
  9.   ClientWidth = 461
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 73
  22.     Height = 13
  23.     Caption = '&Available items:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 192
  27.     Top = 8
  28.     Width = 72
  29.     Height = 13
  30.     Caption = '&Selected items:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 360
  34.     Top = 24
  35.     Width = 66
  36.     Height = 13
  37.     Caption = '&Column width:'
  38.   end
  39.   object lItems: TListBox
  40.     Left = 8
  41.     Top = 24
  42.     Width = 145
  43.     Height = 193
  44.     DragMode = dmAutomatic
  45.     ItemHeight = 13
  46.     MultiSelect = True
  47.     Sorted = True
  48.     TabOrder = 0
  49.     OnDblClick = bAddClick
  50.     OnDragDrop = lItemsDragDrop
  51.     OnDragOver = lItemsDragOver
  52.     OnKeyPress = lItemsKeyPress
  53.   end
  54.   object bAdd: TButton
  55.     Left = 160
  56.     Top = 56
  57.     Width = 25
  58.     Height = 25
  59.     Caption = '>'
  60.     TabOrder = 1
  61.     OnClick = bAddClick
  62.   end
  63.   object bAddAll: TButton
  64.     Left = 160
  65.     Top = 88
  66.     Width = 25
  67.     Height = 25
  68.     Caption = '>>'
  69.     TabOrder = 2
  70.     OnClick = bAddAllClick
  71.   end
  72.   object bDel: TButton
  73.     Left = 160
  74.     Top = 128
  75.     Width = 25
  76.     Height = 25
  77.     Caption = '<'
  78.     TabOrder = 3
  79.     OnClick = bDelClick
  80.   end
  81.   object bDelAll: TButton
  82.     Left = 160
  83.     Top = 160
  84.     Width = 25
  85.     Height = 25
  86.     Caption = '<<'
  87.     TabOrder = 4
  88.     OnClick = bDelAllClick
  89.   end
  90.   object lSel: TListBox
  91.     Left = 192
  92.     Top = 24
  93.     Width = 153
  94.     Height = 193
  95.     DragMode = dmAutomatic
  96.     ItemHeight = 13
  97.     TabOrder = 5
  98.     OnClick = lSelClick
  99.     OnDblClick = bDelClick
  100.     OnDragDrop = lSelDragDrop
  101.     OnDragOver = lSelDragOver
  102.     OnKeyPress = lSelKeyPress
  103.   end
  104.   object eWidth: TSpinEdit
  105.     Left = 360
  106.     Top = 40
  107.     Width = 89
  108.     Height = 22
  109.     MaxValue = 0
  110.     MinValue = 0
  111.     TabOrder = 6
  112.     Value = 0
  113.     OnChange = eWidthChange
  114.   end
  115.   object bUp: TButton
  116.     Tag = -1
  117.     Left = 360
  118.     Top = 76
  119.     Width = 89
  120.     Height = 25
  121.     Caption = 'Move &up'
  122.     TabOrder = 7
  123.     OnClick = bUpClick
  124.   end
  125.   object bDown: TButton
  126.     Tag = 1
  127.     Left = 360
  128.     Top = 108
  129.     Width = 89
  130.     Height = 25
  131.     Caption = 'Move &down'
  132.     TabOrder = 8
  133.     OnClick = bUpClick
  134.   end
  135.   object bOK: TButton
  136.     Left = 360
  137.     Top = 160
  138.     Width = 89
  139.     Height = 25
  140.     Caption = '&OK'
  141.     ModalResult = 1
  142.     TabOrder = 10
  143.   end
  144.   object bCancel: TButton
  145.     Left = 360
  146.     Top = 192
  147.     Width = 89
  148.     Height = 25
  149.     Cancel = True
  150.     Caption = 'Cancel'
  151.     ModalResult = 2
  152.     TabOrder = 11
  153.   end
  154.   object cbDefault: TCheckBox
  155.     Left = 8
  156.     Top = 236
  157.     Width = 241
  158.     Height = 17
  159.     Caption = '&Use as default'
  160.     TabOrder = 9
  161.     Visible = False
  162.   end
  163.   object bHelp: TButton
  164.     Left = 360
  165.     Top = 224
  166.     Width = 89
  167.     Height = 25
  168.     Caption = 'Help'
  169.     TabOrder = 12
  170.     OnClick = bHelpClick
  171.   end
  172. end
  173.