home *** CD-ROM | disk | FTP | other *** search
- object TeeToolsGallery: TTeeToolsGallery
- Left = 307
- Top = 228
- ActiveControl = LBTool
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Chart Tools Gallery'
- ClientHeight = 265
- ClientWidth = 256
- Color = clBtnFace
- ParentFont = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object P1: TPanel
- Left = 0
- Top = 224
- Width = 256
- Height = 41
- Align = alBottom
- TabOrder = 1
- object Panel1: TPanel
- Left = 65
- Top = 1
- Width = 190
- Height = 39
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object BOk: TButtonColor
- Left = 11
- Top = 6
- Caption = '&Add'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object BCan: TButtonColor
- Left = 99
- Top = 6
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- end
- object LBTool: TListBox
- Left = 0
- Top = 0
- Width = 256
- Height = 224
- Align = alClient
- Color = clWindow
- ItemHeight = 18
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDblClick = LBToolDblClick
- OnDrawItem = LBToolDrawItem
- end
- end
-