home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / WinPertbl / Pertbl.exe / 0 / RCDATA / TCHARTFORM / TCHARTFORM.txt
Encoding:
Text File  |  1999-06-15  |  698 b   |  37 lines

  1. object ChartForm: TChartForm
  2.   Left = 101
  3.   Top = 62
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Chart'
  7.   ClientHeight = 459
  8.   ClientWidth = 634
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 619
  22.     Height = 400
  23.     Stretch = True
  24.   end
  25.   object OKButton: TButton
  26.     Left = 280
  27.     Top = 423
  28.     Width = 75
  29.     Height = 25
  30.     Anchors = [akRight, akBottom]
  31.     Cancel = True
  32.     Caption = 'Close'
  33.     ModalResult = 2
  34.     TabOrder = 0
  35.   end
  36. end
  37.