home *** CD-ROM | disk | FTP | other *** search
- object GroupSelector: TGroupSelector
- Left = 200
- Top = 111
- BorderStyle = bsDialog
- Caption = 'Group Selector'
- ClientHeight = 211
- ClientWidth = 440
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Left = 344
- Top = 16
- Width = 89
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 344
- Top = 48
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object bSelect: TButton
- Left = 344
- Top = 144
- Width = 89
- Height = 25
- Caption = 'Select all'
- TabOrder = 2
- OnClick = bSelectClick
- end
- object bUnselect: TButton
- Tag = 1
- Left = 344
- Top = 176
- Width = 89
- Height = 25
- Caption = 'Deselect all'
- TabOrder = 3
- OnClick = bSelectClick
- end
- object hGroups: THeaderControl
- Left = 8
- Top = 16
- Width = 321
- Height = 17
- Align = alNone
- Sections = <
- item
- AllowClick = False
- MinWidth = 100
- Text = 'Group'
- Width = 170
- end
- item
- AllowClick = False
- MinWidth = 10000
- Text = 'Handle'
- Width = 10000
- end>
- OnSectionResize = hGroupsSectionResize
- end
- object lGroups: TListBox
- Left = 8
- Top = 32
- Width = 321
- Height = 169
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 5
- OnClick = lGroupsClick
- OnDrawItem = lGroupsDrawItem
- OnKeyDown = lGroupsKeyDown
- end
- end
-