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

  1. object FormTeeTools: TFormTeeTools
  2.   Left = 293
  3.   Top = 271
  4.   Width = 401
  5.   Height = 297
  6.   Color = clBtnFace
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Splitter1: TSplitter
  13.     Left = 146
  14.     Top = 41
  15.     Width = 3
  16.     Height = 205
  17.     Cursor = crHSplit
  18.   end
  19.   object LBTools: TListBox
  20.     Left = 0
  21.     Top = 41
  22.     Width = 146
  23.     Height = 205
  24.     Align = alLeft
  25.     Color = clWindow
  26.     ItemHeight = 18
  27.     Style = lbOwnerDrawFixed
  28.     TabOrder = 0
  29.     OnClick = LBToolsClick
  30.     OnDrawItem = LBToolsDrawItem
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 149
  34.     Top = 41
  35.     Width = 244
  36.     Height = 205
  37.     Align = alClient
  38.     BevelOuter = bvLowered
  39.     TabOrder = 1
  40.   end
  41.   object PTop: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 393
  45.     Height = 41
  46.     Align = alTop
  47.     TabOrder = 2
  48.     object BMoveUp: TSpeedButton
  49.       Left = 318
  50.       Top = 8
  51.       Width = 27
  52.       Height = 25
  53.       Flat = True
  54.       NumGlyphs = 2
  55.       OnClick = BMoveUpClick
  56.     end
  57.     object BMoveDown: TSpeedButton
  58.       Left = 351
  59.       Top = 8
  60.       Width = 27
  61.       Height = 25
  62.       Flat = True
  63.       NumGlyphs = 2
  64.       OnClick = BMoveDownClick
  65.     end
  66.     object BAdd: TButtonColor
  67.       Left = 6
  68.       Top = 8
  69.       HelpContext = 1474
  70.       Caption = '&Add...'
  71.       TabOrder = 0
  72.       OnClick = BAddClick
  73.     end
  74.     object BDelete: TButtonColor
  75.       Left = 90
  76.       Top = 8
  77.       HelpContext = 1474
  78.       Caption = '&Delete'
  79.       TabOrder = 1
  80.       OnClick = BDeleteClick
  81.     end
  82.     object CBActive: TCheckBox
  83.       Left = 199
  84.       Top = 11
  85.       Width = 97
  86.       Height = 17
  87.       Caption = 'A&ctive'
  88.       TabOrder = 2
  89.       OnClick = CBActiveClick
  90.     end
  91.   end
  92.   object PBottom: TPanel
  93.     Left = 0
  94.     Top = 246
  95.     Width = 393
  96.     Height = 24
  97.     Align = alBottom
  98.     TabOrder = 3
  99.     Visible = False
  100.   end
  101. end
  102.