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

  1. object ListViewColumns: TListViewColumns
  2.   Left = 195
  3.   Top = 164
  4.   ActiveControl = ColumnListBox
  5.   BorderStyle = bsDialog
  6.   Caption = 'ListView Columns Editor'
  7.   ClientHeight = 199
  8.   ClientWidth = 385
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object ColumnGroupBox: TGroupBox
  16.     Left = 3
  17.     Top = 6
  18.     Width = 156
  19.     Height = 147
  20.     Caption = '&Columns'
  21.     TabOrder = 0
  22.     object ColumnListBox: TListBox
  23.       Left = 18
  24.       Top = 15
  25.       Width = 120
  26.       Height = 85
  27.       ItemHeight = 13
  28.       TabOrder = 0
  29.       OnClick = ColumnListBoxClick
  30.       OnDragDrop = ColumnListBoxDragDrop
  31.       OnDragOver = ColumnListBoxDragOver
  32.       OnEndDrag = ColumnListBoxEndDrag
  33.       OnMouseDown = ColumnListBoxMouseDown
  34.       OnStartDrag = ColumnListBoxStartDrag
  35.     end
  36.     object New: TButton
  37.       Left = 19
  38.       Top = 111
  39.       Width = 53
  40.       Height = 25
  41.       Caption = '&New'
  42.       Default = True
  43.       TabOrder = 1
  44.       OnClick = NewClick
  45.     end
  46.     object Delete: TButton
  47.       Left = 83
  48.       Top = 110
  49.       Width = 53
  50.       Height = 25
  51.       Caption = '&Delete'
  52.       TabOrder = 2
  53.       OnClick = DeleteClick
  54.     end
  55.   end
  56.   object PropGroupBox: TGroupBox
  57.     Left = 169
  58.     Top = 6
  59.     Width = 211
  60.     Height = 147
  61.     Caption = 'Column Properties'
  62.     Enabled = False
  63.     TabOrder = 1
  64.     object Label1: TLabel
  65.       Left = 11
  66.       Top = 26
  67.       Width = 39
  68.       Height = 13
  69.       Caption = 'Ca&ption:'
  70.       FocusControl = TextEdit
  71.     end
  72.     object Label4: TLabel
  73.       Left = 11
  74.       Top = 52
  75.       Width = 49
  76.       Height = 13
  77.       Caption = 'A&lignment:'
  78.       FocusControl = AlignmentEdit
  79.     end
  80.     object TextEdit: TEdit
  81.       Left = 65
  82.       Top = 22
  83.       Width = 134
  84.       Height = 21
  85.       TabOrder = 0
  86.       OnChange = ValueChanged
  87.       OnExit = TextEditExit
  88.     end
  89.     object AlignmentEdit: TComboBox
  90.       Left = 65
  91.       Top = 49
  92.       Width = 134
  93.       Height = 21
  94.       Style = csDropDownList
  95.       ItemHeight = 13
  96.       Items.Strings = (
  97.         'Left Justify'
  98.         'Right Justify'
  99.         'Center')
  100.       TabOrder = 1
  101.       OnChange = ValueChanged
  102.       OnExit = AlignmentEditExit
  103.     end
  104.     object GroupBox1: TGroupBox
  105.       Left = 11
  106.       Top = 74
  107.       Width = 191
  108.       Height = 67
  109.       Caption = '&Width'
  110.       TabOrder = 2
  111.       object WidthEdit: TEdit
  112.         Left = 10
  113.         Top = 25
  114.         Width = 60
  115.         Height = 21
  116.         TabOrder = 0
  117.         OnChange = ValueChanged
  118.         OnExit = WidthEditExit
  119.       end
  120.       object HWidthBtn: TRadioButton
  121.         Left = 86
  122.         Top = 27
  123.         Width = 90
  124.         Height = 17
  125.         Caption = '&Header Width'
  126.         TabOrder = 1
  127.         OnClick = HWidthBtnClick
  128.       end
  129.       object IWidthBtn: TRadioButton
  130.         Left = 86
  131.         Top = 44
  132.         Width = 81
  133.         Height = 17
  134.         Caption = '&Item Width'
  135.         TabOrder = 2
  136.         OnClick = HWidthBtnClick
  137.       end
  138.       object WidthBtn: TRadioButton
  139.         Left = 86
  140.         Top = 9
  141.         Width = 92
  142.         Height = 17
  143.         Caption = 'Width &Value'
  144.         TabOrder = 3
  145.         OnClick = HWidthBtnClick
  146.       end
  147.     end
  148.   end
  149.   object Ok: TButton
  150.     Left = 30
  151.     Top = 162
  152.     Width = 75
  153.     Height = 25
  154.     Caption = 'OK'
  155.     ModalResult = 1
  156.     TabOrder = 2
  157.   end
  158.   object Cancel: TButton
  159.     Left = 118
  160.     Top = 162
  161.     Width = 75
  162.     Height = 25
  163.     Cancel = True
  164.     Caption = 'Cancel'
  165.     ModalResult = 2
  166.     TabOrder = 3
  167.   end
  168.   object Apply: TButton
  169.     Left = 207
  170.     Top = 162
  171.     Width = 75
  172.     Height = 25
  173.     Caption = '&Apply'
  174.     Enabled = False
  175.     TabOrder = 4
  176.     OnClick = ApplyClick
  177.   end
  178.   object Help: TButton
  179.     Left = 295
  180.     Top = 162
  181.     Width = 75
  182.     Height = 25
  183.     Caption = '&Help'
  184.     TabOrder = 5
  185.     OnClick = HelpClick
  186.   end
  187. end
  188.