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

  1. object MapSeriesEditor: TMapSeriesEditor
  2.   Left = 423
  3.   Top = 263
  4.   Width = 396
  5.   Height = 230
  6.   Align = alClient
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object PageControl2: TPageControl
  13.     Left = 0
  14.     Top = 0
  15.     Width = 388
  16.     Height = 203
  17.     ActivePage = TabShapes
  18.     Align = alClient
  19.     HotTrack = True
  20.     TabOrder = 0
  21.     OnChange = PageControl2Change
  22.     object TabGlobal: TTabSheet
  23.       Caption = 'Global'
  24.       object BMapBrush: TButton
  25.         Left = 24
  26.         Top = 52
  27.         Width = 75
  28.         Height = 25
  29.         HelpContext = 118
  30.         Caption = 'B&rush...'
  31.         TabOrder = 0
  32.         OnClick = BMapBrushClick
  33.       end
  34.       object ButtonPen1: TButtonPen
  35.         Left = 24
  36.         Top = 16
  37.         HelpContext = 1457
  38.         Caption = '&Border...'
  39.         TabOrder = 1
  40.       end
  41.     end
  42.     object TabShapes: TTabSheet
  43.       Caption = 'Shapes'
  44.       Enabled = False
  45.       object Splitter1: TSplitter
  46.         Left = 89
  47.         Top = 0
  48.         Width = 3
  49.         Height = 175
  50.         Cursor = crHSplit
  51.       end
  52.       object PageControl1: TPageControl
  53.         Left = 92
  54.         Top = 0
  55.         Width = 288
  56.         Height = 175
  57.         ActivePage = TabData
  58.         Align = alClient
  59.         HotTrack = True
  60.         TabOrder = 0
  61.         object TabFormat: TTabSheet
  62.           Caption = 'Format'
  63.           object Label2: TLabel
  64.             Left = 0
  65.             Top = 75
  66.             Width = 40
  67.             Height = 22
  68.             Alignment = taRightJustify
  69.             AutoSize = False
  70.             Caption = '&Text:'
  71.             FocusControl = EText
  72.           end
  73.           object Label1: TLabel
  74.             Left = 20
  75.             Top = 104
  76.             Width = 19
  77.             Height = 21
  78.             Alignment = taRightJustify
  79.             AutoSize = False
  80.             Caption = '&Z:'
  81.             FocusControl = EditZ
  82.           end
  83.           object CBGlobalPen: TCheckBox
  84.             Left = 104
  85.             Top = 12
  86.             Width = 65
  87.             Height = 17
  88.             Caption = '&Global'
  89.             TabOrder = 1
  90.             OnClick = CBGlobalPenClick
  91.           end
  92.           object BBrush: TButton
  93.             Left = 8
  94.             Top = 40
  95.             Width = 75
  96.             Height = 25
  97.             HelpContext = 1500
  98.             Caption = 'Br&ush...'
  99.             TabOrder = 2
  100.             OnClick = BBrushClick
  101.           end
  102.           object CBGlobalBrush: TCheckBox
  103.             Left = 104
  104.             Top = 44
  105.             Width = 65
  106.             Height = 17
  107.             Caption = 'Gl&obal'
  108.             TabOrder = 3
  109.             OnClick = CBGlobalBrushClick
  110.           end
  111.           object BGradient: TButton
  112.             Left = 184
  113.             Top = 40
  114.             Width = 75
  115.             Height = 25
  116.             HelpContext = 1502
  117.             Caption = '&Gradient...'
  118.             TabOrder = 5
  119.             OnClick = BGradientClick
  120.           end
  121.           object EText: TEdit
  122.             Left = 48
  123.             Top = 72
  124.             Width = 129
  125.             Height = 21
  126.             HelpContext = 1503
  127.             Color = clWindow
  128.             TabOrder = 6
  129.             OnChange = ETextChange
  130.           end
  131.           object EditZ: TEdit
  132.             Left = 48
  133.             Top = 101
  134.             Width = 129
  135.             Height = 21
  136.             HelpContext = 1504
  137.             Color = clWindow
  138.             TabOrder = 7
  139.             Text = '0'
  140.             OnChange = EditZChange
  141.           end
  142.           object ButtonPen2: TButtonPen
  143.             Left = 8
  144.             Top = 8
  145.             HelpContext = 1457
  146.             Caption = '&Border...'
  147.             TabOrder = 0
  148.             OnClick = ButtonPen2Click
  149.           end
  150.           object ButtonColor1: TButtonColor
  151.             Left = 184
  152.             Top = 8
  153.             HelpContext = 1501
  154.             Caption = '&Color...'
  155.             TabOrder = 4
  156.             OnClick = ButtonColor1Click
  157.           end
  158.         end
  159.         object TabData: TTabSheet
  160.           Caption = 'Data'
  161.           object ChartGrid1: TChartGrid
  162.             Left = 0
  163.             Top = 0
  164.             Width = 280
  165.             Height = 122
  166.             HelpContext = 1505
  167.             Align = alClient
  168.             Options = [goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goThumbTracking]
  169.             TabOrder = 0
  170.             ShowLabels = False
  171.           end
  172.           object ChartGridNavigator1: TChartGridNavigator
  173.             Left = 0
  174.             Top = 122
  175.             Width = 280
  176.             Height = 25
  177.             Align = alBottom
  178.             TabOrder = 1
  179.             Grid = ChartGrid1
  180.           end
  181.         end
  182.       end
  183.       object Panel1: TPanel
  184.         Left = 0
  185.         Top = 0
  186.         Width = 89
  187.         Height = 175
  188.         Align = alLeft
  189.         BevelOuter = bvNone
  190.         TabOrder = 1
  191.         object ChartListBox1: TChartListBox
  192.           Left = 0
  193.           Top = 0
  194.           Width = 89
  195.           Height = 151
  196.           HelpContext = 1499
  197.           EnableChangeType = False
  198.           ShowSeriesIcon = False
  199.           Align = alClient
  200.           Color = clWindow
  201.           MultiSelect = True
  202.           TabOrder = 0
  203.           OnClick = ChartListBox1Click
  204.         end
  205.         object Panel2: TPanel
  206.           Left = 0
  207.           Top = 151
  208.           Width = 89
  209.           Height = 24
  210.           Align = alBottom
  211.           BevelOuter = bvNone
  212.           TabOrder = 1
  213.           object SBDelete: TSpeedButton
  214.             Left = 32
  215.             Top = 2
  216.             Width = 23
  217.             Height = 22
  218.             Caption = '-'
  219.             Enabled = False
  220.             Flat = True
  221.             OnClick = SBDeleteClick
  222.           end
  223.         end
  224.       end
  225.     end
  226.   end
  227. end
  228.