home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / TeeChartPro / TeeChart5Delphi5Eval.exe / %MAINDIR% / Delphi5 / Lib / TeeToolsGallery.dfm / TeeToolsGallery.txt
Encoding:
Text File  |  2001-09-10  |  1.2 KB  |  64 lines

  1. object TeeToolsGallery: TTeeToolsGallery
  2.   Left = 307
  3.   Top = 228
  4.   ActiveControl = LBTool
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Chart Tools Gallery'
  8.   ClientHeight = 265
  9.   ClientWidth = 256
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object P1: TPanel
  17.     Left = 0
  18.     Top = 224
  19.     Width = 256
  20.     Height = 41
  21.     Align = alBottom
  22.     TabOrder = 1
  23.     object Panel1: TPanel
  24.       Left = 65
  25.       Top = 1
  26.       Width = 190
  27.       Height = 39
  28.       Align = alRight
  29.       BevelOuter = bvNone
  30.       TabOrder = 0
  31.       object BOk: TButtonColor
  32.         Left = 11
  33.         Top = 6
  34.         Caption = '&Add'
  35.         Default = True
  36.         ModalResult = 1
  37.         TabOrder = 0
  38.       end
  39.       object BCan: TButtonColor
  40.         Left = 99
  41.         Top = 6
  42.         Cancel = True
  43.         Caption = 'Cancel'
  44.         ModalResult = 2
  45.         TabOrder = 1
  46.       end
  47.     end
  48.   end
  49.   object LBTool: TListBox
  50.     Left = 0
  51.     Top = 0
  52.     Width = 256
  53.     Height = 224
  54.     Align = alClient
  55.     Color = clWindow
  56.     ItemHeight = 18
  57.     Sorted = True
  58.     Style = lbOwnerDrawFixed
  59.     TabOrder = 0
  60.     OnDblClick = LBToolDblClick
  61.     OnDrawItem = LBToolDrawItem
  62.   end
  63. end
  64.