home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Lib / TEEPOEDI.DFM / TEEPOEDI.txt
Encoding:
Text File  |  1999-08-11  |  4.0 KB  |  195 lines

  1. object SeriesPointerEditor: TSeriesPointerEditor
  2.   Left = 234
  3.   Top = 256
  4.   ActiveControl = CBDrawPoint
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 172
  8.   ClientWidth = 320
  9.   ParentFont = True
  10.   Position = poDefault
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GPPoint: TGroupBox
  16.     Left = 8
  17.     Top = 2
  18.     Width = 305
  19.     Height = 165
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 113
  23.       Top = 20
  24.       Width = 61
  25.       Height = 17
  26.       Alignment = taRightJustify
  27.       AutoSize = False
  28.       Caption = '&Width:'
  29.       FocusControl = SEPointHorizSize
  30.     end
  31.     object Label2: TLabel
  32.       Left = 117
  33.       Top = 48
  34.       Width = 57
  35.       Height = 21
  36.       Alignment = taRightJustify
  37.       AutoSize = False
  38.       Caption = '&Height:'
  39.       FocusControl = SEPointVertSize
  40.     end
  41.     object Label3: TLabel
  42.       Left = 129
  43.       Top = 88
  44.       Width = 41
  45.       Height = 20
  46.       Alignment = taRightJustify
  47.       AutoSize = False
  48.       Caption = 'St&yle:'
  49.       FocusControl = CBPointStyle
  50.     end
  51.     object CBDrawPoint: TCheckBox
  52.       Left = 8
  53.       Top = 15
  54.       Width = 65
  55.       Height = 17
  56.       HelpContext = 683
  57.       Caption = '&Visible'
  58.       TabOrder = 0
  59.       OnClick = CBDrawPointClick
  60.     end
  61.     object CB3dPoint: TCheckBox
  62.       Left = 8
  63.       Top = 39
  64.       Width = 41
  65.       Height = 17
  66.       HelpContext = 190
  67.       Caption = '&3D'
  68.       TabOrder = 1
  69.       OnClick = CB3dPointClick
  70.     end
  71.     object CBInflate: TCheckBox
  72.       Left = 8
  73.       Top = 63
  74.       Width = 98
  75.       Height = 17
  76.       HelpContext = 249
  77.       Caption = 'Inflate &Margins'
  78.       TabOrder = 2
  79.       OnClick = CBInflateClick
  80.     end
  81.     object SEPointHorizSize: TEdit
  82.       Left = 177
  83.       Top = 16
  84.       Width = 28
  85.       Height = 21
  86.       HelpContext = 245
  87.       TabOrder = 3
  88.       Text = '1'
  89.       OnChange = SEPointHorizSizeChange
  90.     end
  91.     object SEPointVertSize: TEdit
  92.       Left = 177
  93.       Top = 44
  94.       Width = 28
  95.       Height = 21
  96.       HelpContext = 674
  97.       TabOrder = 4
  98.       Text = '1'
  99.       OnChange = SEPointVertSizeChange
  100.     end
  101.     object CBPointStyle: TComboBox
  102.       Left = 177
  103.       Top = 84
  104.       Width = 117
  105.       Height = 21
  106.       HelpContext = 448
  107.       Style = csDropDownList
  108.       DropDownCount = 12
  109.       ItemHeight = 13
  110.       Items.Strings = (
  111.         'Square'
  112.         'Circle'
  113.         'Triangle'
  114.         'Down Triangle'
  115.         'Cross'
  116.         'Diagonal Cross'
  117.         'Star'
  118.         'Diamond'
  119.         'Small Dot')
  120.       TabOrder = 5
  121.       OnChange = CBPointStyleChange
  122.     end
  123.     object BPoinPenCol: TBitBtn
  124.       Left = 201
  125.       Top = 124
  126.       Width = 93
  127.       Height = 25
  128.       HelpContext = 379
  129.       Caption = 'B&order...'
  130.       TabOrder = 6
  131.       OnClick = BPoinPenColClick
  132.     end
  133.     object UDPointHorizSize: TUpDown
  134.       Left = 205
  135.       Top = 16
  136.       Width = 15
  137.       Height = 21
  138.       Associate = SEPointHorizSize
  139.       Min = 1
  140.       Max = 1000
  141.       Position = 1
  142.       TabOrder = 7
  143.       Wrap = False
  144.     end
  145.     object UDPointVertSize: TUpDown
  146.       Left = 205
  147.       Top = 44
  148.       Width = 15
  149.       Height = 21
  150.       Associate = SEPointVertSize
  151.       Min = 1
  152.       Max = 1000
  153.       Position = 1
  154.       TabOrder = 8
  155.       Wrap = False
  156.     end
  157.     object CBPoDark: TCheckBox
  158.       Left = 8
  159.       Top = 87
  160.       Width = 69
  161.       Height = 17
  162.       HelpContext = 164
  163.       Caption = 'Dar&k 3D'
  164.       TabOrder = 9
  165.       OnClick = CBPoDarkClick
  166.     end
  167.     object GroupBox1: TGroupBox
  168.       Left = 8
  169.       Top = 112
  170.       Width = 180
  171.       Height = 45
  172.       TabOrder = 10
  173.       object BPointFillColor: TBitBtn
  174.         Left = 9
  175.         Top = 12
  176.         Width = 93
  177.         Height = 25
  178.         HelpContext = 117
  179.         Caption = 'B&ackground...'
  180.         TabOrder = 0
  181.         OnClick = BPointFillColorClick
  182.       end
  183.       object CBDefBrushColor: TCheckBox
  184.         Left = 112
  185.         Top = 16
  186.         Width = 64
  187.         Height = 17
  188.         Caption = '&Default'
  189.         TabOrder = 1
  190.         OnClick = CBDefBrushColorClick
  191.       end
  192.     end
  193.   end
  194. end
  195.