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

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