home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / matemat / Vyssi / MATH2.ZIP / exmpl-1 / pas / FRMCENT.dfm / FRMCENT.txt
Text File  |  1997-05-27  |  4KB  |  129 lines

  1. object Form1: TForm1
  2.   Left = 316
  3.   Top = 169
  4.   Width = 634
  5.   Height = 517
  6.   Caption = 'Form1'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Scaled = False
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object RChart1: TRChart
  16.     Left = 0
  17.     Top = 41
  18.     Width = 626
  19.     Height = 449
  20.     Align = alClient
  21.     AutoRedraw = True
  22.     BackGroundImg.IncludePath = False
  23.     BackGroundImg.FillMode = bfStretch
  24.     ClassDefault = 0
  25.     GridStyle = gsNone
  26.     GridDx = 1.000000000000000000
  27.     GridDy = 1.000000000000000000
  28.     RangeHiX = 100.000000000000000000
  29.     RangeHiY = 80.000000000000000000
  30.     LogScaleX = False
  31.     LogScaleY = False
  32.     MouseAction = maNone
  33.     MouseCursorFixed = False
  34.     ShadowStyle = ssFlying
  35.     ShadowColor = clGray
  36.     ShadowBakColor = clSilver
  37.     ShortTicksX = True
  38.     ShortTicksY = True
  39.     TextFontStyle = []
  40.     TextBkStyle = tbClear
  41.     TextBkColor = clWhite
  42.     XLabelType = ftNum
  43.     YLabelType = ftNum
  44.     DTXFormat.TimeFormat = tfHHMMSS
  45.     DTXFormat.DateSeparator = '-'
  46.     DTXFormat.TimeSeparator = ':'
  47.     DTXFormat.YearLength = ylYYYY
  48.     DTXFormat.MonthName = True
  49.     DTXFormat.DateOrder = doDDMMYY
  50.     DTXFormat.DateForTime = dtOnePerDay
  51.     DTYFormat.TimeFormat = tfHHMMSS
  52.     DTYFormat.DateSeparator = '-'
  53.     DTYFormat.TimeSeparator = ':'
  54.     DTYFormat.YearLength = ylYYYY
  55.     DTYFormat.MonthName = True
  56.     DTYFormat.DateOrder = doDDMMYY
  57.     DTYFormat.DateForTime = dtOnePerDay
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 626
  63.     Height = 41
  64.     Align = alTop
  65.     TabOrder = 0
  66.     object NLabProcCnt: TNumLab
  67.       Left = 384
  68.       Top = 8
  69.       Width = 233
  70.       Height = 22
  71.       LeftSpace = 90
  72.       Empty = False
  73.       FrameStyle = fsLowered
  74.       LabelWidth = 60
  75.       Visible = False
  76.       Precision = 1
  77.       LeftText = 'X:'
  78.       Alignment = taCenter
  79.       DisplayType = dtFixP
  80.       ColorLabBakG = clSilver
  81.       ColorLabText = clBlack
  82.       ColorOutBakG = clBtnFace
  83.       ColorOutText = clBlack
  84.       ColorScheme = csBWG
  85.       OverflowIndicator = '*********'
  86.     end
  87.     object BButExit: TBitBtn
  88.       Left = 8
  89.       Top = 4
  90.       Width = 89
  91.       Height = 33
  92.       Caption = 'Exit'
  93.       TabOrder = 0
  94.       OnClick = BButExitClick
  95.       Glyph.Data = {
  96.         72010000424D7201000000000000760000002800000015000000150000000100
  97.         040000000000FC00000000000000000000001000000000000000000000000000
  98.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  99.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  100.         888888888880880000000000000008888880880EEEEEEEEEEE00088888808806
  101.         66666666E0008888888088066666666E000888888880880666666666E0888888
  102.         88808806666666666E088888888088066666666666E088888880880666666666
  103.         666E088880008806666666666666E088800088066446666666666E0882018806
  104.         40446666666666E0888088040004466666666600030988000080446666666000
  105.         8888880008880446666600088988880088888044666000888910888888888804
  106.         4600088885F08888888888804000888885F08888888888880008888885F08888
  107.         888888888088888885F08888888888888888888885F0}
  108.     end
  109.     object BButCreateD: TBitBtn
  110.       Left = 112
  111.       Top = 4
  112.       Width = 89
  113.       Height = 33
  114.       Caption = 'Create Data'
  115.       TabOrder = 1
  116.       OnClick = BButCreateDClick
  117.     end
  118.     object BButCalcCent: TBitBtn
  119.       Left = 208
  120.       Top = 4
  121.       Width = 89
  122.       Height = 33
  123.       Caption = 'Calc.Centers'
  124.       TabOrder = 2
  125.       OnClick = BButCalcCentClick
  126.     end
  127.   end
  128. end
  129.