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

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