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

  1. object AxisToolEditor: TAxisToolEditor
  2.   Left = 337
  3.   Top = 307
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 143
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 31
  15.     Top = 11
  16.     Width = 32
  17.     Height = 22
  18.     Alignment = taRightJustify
  19.     AutoSize = False
  20.     Caption = '&Axis:'
  21.     FocusControl = CBAxis
  22.   end
  23.   object CBAxis: TComboBox
  24.     Left = 71
  25.     Top = 8
  26.     Width = 145
  27.     Height = 21
  28.     HelpContext = 1241
  29.     Style = csDropDownList
  30.     ItemHeight = 13
  31.     TabOrder = 0
  32.     OnChange = CBAxisChange
  33.   end
  34.   object BPen: TButtonPen
  35.     Left = 72
  36.     Top = 40
  37.     HelpContext = 1244
  38.     Caption = '&Border...'
  39.     TabOrder = 1
  40.   end
  41. end
  42.