home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / CONTEDIT.DFM / CONTEDIT.txt
Encoding:
Text File  |  1998-10-24  |  1.9 KB  |  103 lines

  1. object ContourSeriesEditor: TContourSeriesEditor
  2.   Left = 272
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 90
  6.   ClientWidth = 294
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object Label4: TLabel
  17.     Left = 12
  18.     Top = 67
  19.     Width = 89
  20.     Height = 23
  21.     Alignment = taRightJustify
  22.     AutoSize = False
  23.     Caption = '&Num Levels:'
  24.     FocusControl = SENumLevels
  25.   end
  26.   object Label2: TLabel
  27.     Left = 12
  28.     Top = 40
  29.     Width = 90
  30.     Height = 21
  31.     Alignment = taRightJustify
  32.     AutoSize = False
  33.     Caption = '&Vertical Position:'
  34.     FocusControl = SEYPos
  35.   end
  36.   object Button2: TButton
  37.     Left = 11
  38.     Top = 6
  39.     Width = 75
  40.     Height = 25
  41.     HelpContext = 380
  42.     Caption = '&Pen...'
  43.     TabOrder = 0
  44.     OnClick = Button2Click
  45.   end
  46.   object SENumLevels: TEdit
  47.     Left = 113
  48.     Top = 62
  49.     Width = 40
  50.     Height = 21
  51.     HelpContext = 345
  52.     TabOrder = 1
  53.     Text = '1'
  54.     OnChange = SENumLevelsChange
  55.   end
  56.   object CBColorEach: TCheckBox
  57.     Left = 113
  58.     Top = 9
  59.     Width = 107
  60.     Height = 17
  61.     Caption = '&Color Each Level'
  62.     TabOrder = 2
  63.     OnClick = CBColorEachClick
  64.   end
  65.   object SEYPos: TEdit
  66.     Left = 113
  67.     Top = 36
  68.     Width = 40
  69.     Height = 21
  70.     TabOrder = 3
  71.     Text = '0'
  72.     OnChange = SEYPosChange
  73.   end
  74.   object CBYPosLevel: TCheckBox
  75.     Left = 177
  76.     Top = 37
  77.     Width = 97
  78.     Height = 17
  79.     Caption = '&Levels position'
  80.     TabOrder = 4
  81.     OnClick = CBYPosLevelClick
  82.   end
  83.   object UDYPos: TUpDown
  84.     Left = 153
  85.     Top = 36
  86.     Width = 15
  87.     Height = 21
  88.     TabOrder = 5
  89.     Associate = SEYPos
  90.   end
  91.   object UDNumLevels: TUpDown
  92.     Left = 153
  93.     Top = 62
  94.     Width = 15
  95.     Height = 21
  96.     TabOrder = 6
  97.     Associate = SENumLevels
  98.     Max = 150
  99.     Min = 1
  100.     Position = 1
  101.   end
  102. end
  103.