home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 123
- Top = 338
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 318
- ClientWidth = 509
- Color = clBtnFace
- Font.Charset = RUSSIAN_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = True
- Position = poOwnerFormCenter
- OnHelp = FormHelp
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 9
- Top = 13
- Width = 3
- Height = 13
- FocusControl = ListView1
- end
- object ListView1: TListView
- Left = 6
- Top = 35
- Width = 492
- Height = 239
- HelpContext = 3000
- Columns = <
- item
- Caption = 'Name'
- Width = 110
- end
- item
- Caption = 'Full Name'
- Width = 130
- end
- item
- Caption = 'Description'
- Width = 230
- end>
- ReadOnly = True
- RowSelect = True
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- end
- object Button1: TButton
- Left = 10
- Top = 281
- Width = 74
- Height = 24
- HelpContext = 3001
- Caption = '&Select'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 98
- Top = 281
- Width = 74
- Height = 24
- HelpContext = 3002
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object ToolBar1: TToolBar
- Left = 433
- Top = 4
- Width = 64
- Height = 29
- Align = alNone
- EdgeBorders = []
- TabOrder = 3
- object ToolButton2: TToolButton
- Left = 0
- Top = 2
- Hint = 'List'
- Caption = 'ToolButton2'
- ImageIndex = 1
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton2Click
- end
- object ToolButton3: TToolButton
- Left = 23
- Top = 2
- Hint = 'Details'
- Caption = 'ToolButton3'
- Down = True
- ImageIndex = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton3Click
- end
- end
- end
-