home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d456 / DCSLIB25.ZIP / DCListColEdit.dfm / DCListColEdit.txt
Text File  |  2001-05-14  |  3KB  |  160 lines

  1. object ListColEditForm: TListColEditForm
  2.   Left = 195
  3.   Top = 152
  4.   Width = 273
  5.   Height = 223
  6.   ActiveControl = lvColumns
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'ListColEditForm'
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 60
  11.   Constraints.MinWidth = 100
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ToolBar: TToolBar
  24.     Left = 0
  25.     Top = 0
  26.     Width = 265
  27.     Height = 34
  28.     BorderWidth = 2
  29.     Caption = 'ToolBar'
  30.     EdgeBorders = [ebTop, ebBottom]
  31.     Flat = True
  32.     Images = imToolBar
  33.     Indent = 5
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.     object tbNew: TToolButton
  38.       Left = 5
  39.       Top = 0
  40.       Action = aNew
  41.     end
  42.     object tbDelete: TToolButton
  43.       Left = 28
  44.       Top = 0
  45.       Action = aDelete
  46.     end
  47.     object tbSeparator: TToolButton
  48.       Left = 51
  49.       Top = 0
  50.       Width = 19
  51.       Caption = 'tbSeparator'
  52.       ImageIndex = 2
  53.       Style = tbsSeparator
  54.     end
  55.     object tbAll: TToolButton
  56.       Left = 70
  57.       Top = 0
  58.       Action = aAll
  59.     end
  60.     object tbDefault: TToolButton
  61.       Left = 93
  62.       Top = 0
  63.       Action = aDefault
  64.     end
  65.   end
  66.   object lvColumns: TListView
  67.     Left = 0
  68.     Top = 34
  69.     Width = 265
  70.     Height = 162
  71.     Align = alClient
  72.     Columns = <
  73.       item
  74.         Width = 260
  75.       end>
  76.     DragMode = dmAutomatic
  77.     MultiSelect = True
  78.     ReadOnly = True
  79.     RowSelect = True
  80.     PopupMenu = PopupMenu
  81.     ShowColumnHeaders = False
  82.     TabOrder = 1
  83.     ViewStyle = vsReport
  84.     OnChange = lvColumnsChange
  85.     OnDragDrop = lvColumnsDragDrop
  86.     OnDragOver = lvColumnsDragOver
  87.   end
  88.   object imToolBar: TImageList
  89.     Left = 232
  90.     Top = 6
  91.   end
  92.   object ColumnsActionList: TActionList
  93.     Images = imToolBar
  94.     Left = 204
  95.     Top = 6
  96.     object aNew: TAction
  97.       Caption = '&Add '
  98.       Hint = 'Add New'
  99.       ShortCut = 45
  100.       OnExecute = aNewExecute
  101.     end
  102.     object aDelete: TAction
  103.       Caption = '&Delete '
  104.       Hint = 'Delete Selected'
  105.       ShortCut = 46
  106.       OnExecute = aDeleteExecute
  107.     end
  108.     object aAll: TAction
  109.       Caption = 'Add All &Fields'
  110.       Hint = 'Add All Fields'
  111.       OnExecute = aAllExecute
  112.     end
  113.     object aDefault: TAction
  114.       Caption = '&Restore Default'
  115.       Hint = 'Restore Default'
  116.       OnExecute = aDefaultExecute
  117.     end
  118.     object aToolBar: TAction
  119.       Caption = '&Toolar'
  120.       Checked = True
  121.       OnExecute = aToolBarExecute
  122.     end
  123.     object aSelectAll: TAction
  124.       Caption = '&Select All'
  125.       OnExecute = aSelectAllExecute
  126.     end
  127.     object aDeleteAll: TAction
  128.       Caption = 'aDeleteAll'
  129.       OnExecute = aDeleteAllExecute
  130.     end
  131.   end
  132.   object PopupMenu: TPopupMenu
  133.     Images = imToolBar
  134.     Left = 172
  135.     Top = 6
  136.     object AddField1: TMenuItem
  137.       Action = aNew
  138.     end
  139.     object Delete1: TMenuItem
  140.       Action = aDelete
  141.     end
  142.     object SelectAll1: TMenuItem
  143.       Action = aSelectAll
  144.     end
  145.     object N1: TMenuItem
  146.       Caption = '-'
  147.     end
  148.     object AddAllFields1: TMenuItem
  149.       Action = aAll
  150.     end
  151.     object RestoreDefault1: TMenuItem
  152.       Action = aDefault
  153.     end
  154.     object ToolBar1: TMenuItem
  155.       Action = aToolBar
  156.       Caption = '&ToolBar'
  157.     end
  158.   end
  159. end
  160.