home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / ctenari / Mojdis / statistika.exe / 0 / RCDATA / TFGRAFY / TFGRAFY.txt
Encoding:
Text File  |  2000-08-20  |  6.3 KB  |  236 lines

  1. object fGrafy: TfGrafy
  2.   Left = 142
  3.   Top = 22
  4.   Width = 651
  5.   Height = 505
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Grafy'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Graf: TChart
  23.     Left = 0
  24.     Top = 105
  25.     Width = 643
  26.     Height = 373
  27.     AnimatedZoom = True
  28.     BackWall.Brush.Color = clWhite
  29.     BackWall.Brush.Style = bsClear
  30.     BackWall.Color = clSilver
  31.     BottomWall.Brush.Color = clWhite
  32.     BottomWall.Size = 1
  33.     Gradient.Direction = gdFromBottomLeft
  34.     Gradient.EndColor = 12582911
  35.     LeftWall.Brush.Color = clWhite
  36.     LeftWall.Brush.Style = bsClear
  37.     Title.Font.Charset = DEFAULT_CHARSET
  38.     Title.Font.Color = clBlue
  39.     Title.Font.Height = -13
  40.     Title.Font.Name = 'Arial'
  41.     Title.Font.Style = [fsBold]
  42.     BackColor = clSilver
  43.     BottomAxis.Axis.Width = 1
  44.     BottomAxis.Grid.Visible = False
  45.     BottomAxis.MinorTickCount = 0
  46.     BottomAxis.Ticks.Color = 4194368
  47.     DepthAxis.Axis.Width = 1
  48.     LeftAxis.AxisValuesFormat = '# ##0.###'
  49.     LeftAxis.ExactDateTime = False
  50.     LeftAxis.Grid.Visible = False
  51.     LeftAxis.LabelsSeparation = 100
  52.     LeftAxis.MinorTicks.Visible = False
  53.     Legend.Frame.Visible = False
  54.     Legend.ResizeChart = False
  55.     Legend.Visible = False
  56.     RightAxis.Visible = False
  57.     TopAxis.Axis.Width = 1
  58.     TopAxis.MinorTicks.Visible = False
  59.     TopAxis.Visible = False
  60.     View3D = False
  61.     OnGetAxisLabel = GrafGetAxisLabel
  62.     Align = alClient
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.     object Series1: TBarSeries
  66.       ColorEachPoint = True
  67.       Marks.ArrowLength = 20
  68.       Marks.Style = smsValue
  69.       Marks.Visible = True
  70.       SeriesColor = clRed
  71.       OnGetMarkText = Series1GetMarkText
  72.       BarStyle = bsRectGradient
  73.       BarWidthPercent = 60
  74.       XValues.DateTime = False
  75.       XValues.Name = 'X'
  76.       XValues.Multiplier = 1
  77.       XValues.Order = loAscending
  78.       YValues.DateTime = False
  79.       YValues.Name = 'Bar'
  80.       YValues.Multiplier = 1
  81.       YValues.Order = loNone
  82.     end
  83.     object Series2: TLineSeries
  84.       Marks.ArrowLength = 8
  85.       Marks.Frame.Visible = False
  86.       Marks.Style = smsValue
  87.       Marks.Transparent = True
  88.       Marks.Visible = True
  89.       SeriesColor = clRed
  90.       ValueFormat = '###0.###'
  91.       OnGetMarkText = Series2GetMarkText
  92.       Dark3D = False
  93.       LinePen.Color = 4194368
  94.       Pointer.InflateMargins = True
  95.       Pointer.Style = psSmallDot
  96.       Pointer.Visible = True
  97.       XValues.DateTime = False
  98.       XValues.Name = 'X'
  99.       XValues.Multiplier = 1
  100.       XValues.Order = loAscending
  101.       YValues.DateTime = False
  102.       YValues.Name = 'Y'
  103.       YValues.Multiplier = 1
  104.       YValues.Order = loNone
  105.     end
  106.   end
  107.   object Panel1: TPanel
  108.     Left = 0
  109.     Top = 0
  110.     Width = 643
  111.     Height = 105
  112.     Align = alTop
  113.     BevelOuter = bvNone
  114.     TabOrder = 1
  115.     object GroupBox2: TGroupBox
  116.       Left = 12
  117.       Top = 16
  118.       Width = 194
  119.       Height = 69
  120.       Caption = ' Typ grafu '
  121.       TabOrder = 0
  122.       object ComboBox1: TComboBox
  123.         Left = 13
  124.         Top = 26
  125.         Width = 167
  126.         Height = 21
  127.         Style = csDropDownList
  128.         ItemHeight = 13
  129.         TabOrder = 0
  130.         OnChange = ComboBox1Change
  131.         Items.Strings = (
  132.           'Profil d∩┐╜a'
  133.           '∩┐╜as pripojeni∩┐╜ v d∩┐╜och'
  134.           'Cena pripojenia v d∩┐╜och'
  135.           'Po∩┐╜et impulzov v d∩┐╜och'
  136.           'Cena pripojeni∩┐╜ v mesiacoch')
  137.       end
  138.     end
  139.     object GroupBox1: TGroupBox
  140.       Left = 216
  141.       Top = 16
  142.       Width = 409
  143.       Height = 69
  144.       Caption = ' Vlastnosti grafu '
  145.       TabOrder = 1
  146.       object SpeedButton1: TSpeedButton
  147.         Left = 304
  148.         Top = 26
  149.         Width = 94
  150.         Height = 22
  151.         Caption = 'Export grafu'
  152.         Flat = True
  153.         Glyph.Data = {
  154.           76010000424D7601000000000000760000002800000020000000100000000100
  155.           04000000000000010000130B0000130B00001000000000000000000000000000
  156.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  157.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  158.           333333333333337FF3333333333333903333333333333377FF33333333333399
  159.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  160.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  161.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  162.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  163.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  164.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  165.           3333777777333333333333333333333333333333333333333333}
  166.         NumGlyphs = 2
  167.         OnClick = SpeedButton1Click
  168.       end
  169.       object ComboBox2: TComboBox
  170.         Left = 192
  171.         Top = 27
  172.         Width = 102
  173.         Height = 21
  174.         Style = csDropDownList
  175.         ItemHeight = 13
  176.         TabOrder = 2
  177.         OnChange = ComboBox2Change
  178.         Items.Strings = (
  179.           'Rectangle'
  180.           'RectGradient'
  181.           'Arrow'
  182.           'Cilinder'
  183.           'Ellipse'
  184.           'Pyramid'
  185.           'InvPyramid')
  186.       end
  187.       object cb3D: TCheckBox
  188.         Left = 15
  189.         Top = 22
  190.         Width = 65
  191.         Height = 15
  192.         Caption = '3D'
  193.         TabOrder = 0
  194.         OnClick = cb3DClick
  195.       end
  196.       object cbPozadie: TCheckBox
  197.         Left = 77
  198.         Top = 29
  199.         Width = 65
  200.         Height = 17
  201.         Caption = 'Pozadie'
  202.         TabOrder = 1
  203.         OnClick = cbPozadieClick
  204.       end
  205.       object ElColorCombo1: TElColorCombo
  206.         Left = 139
  207.         Top = 27
  208.         Width = 40
  209.         Height = 20
  210.         TabStop = True
  211.         TabOrder = 3
  212.         SelectedColor = 12582911
  213.         Transparent = False
  214.         OnChange = cbPozadieClick
  215.         DockOrientation = doNoOrient
  216.       end
  217.       object cbSiet: TCheckBox
  218.         Left = 15
  219.         Top = 43
  220.         Width = 42
  221.         Height = 17
  222.         Caption = 'Sie∩┐╜'
  223.         TabOrder = 4
  224.         OnClick = cbSietClick
  225.       end
  226.     end
  227.   end
  228.   object SaveDialog1: TSaveDialog
  229.     DefaultExt = 'wmf'
  230.     FileName = 'graf'
  231.     Filter = 'Windows metafile (*.wmf)|*.wmf'
  232.     Left = 566
  233.     Top = 64
  234.   end
  235. end
  236.