home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Text File  |  2000-05-28  |  2KB  |  88 lines

  1. object InfoForm: TInfoForm
  2.   Left = 232
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   AutoScroll = False
  6.   Caption = 'Information'
  7.   ClientHeight = 225
  8.   ClientWidth = 349
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = CreateInfoForm
  15.   OnDestroy = DestroyInfoForm
  16.   OnKeyPress = FormKeyPress
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object InfoScrollBox: TScrollBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 349
  24.     Height = 191
  25.     Align = alTop
  26.     BorderStyle = bsNone
  27.     Font.Color = clBlack
  28.     Font.Height = -16
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object InfoPaintBox: TPaintBox
  34.       Left = 0
  35.       Top = 0
  36.       Width = 349
  37.       Height = 191
  38.       Align = alClient
  39.       Font.Color = clBlack
  40.       Font.Height = -16
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       OnPaint = InfoPaint
  45.     end
  46.   end
  47.   object CopyBtn: TButton
  48.     Left = 172
  49.     Top = 200
  50.     Width = 81
  51.     Height = 22
  52.     Caption = '&Copy'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 1
  59.     OnClick = CopyBtnClick
  60.     OnKeyPress = FormKeyPress
  61.   end
  62.   object ExitBtn: TButton
  63.     Left = 264
  64.     Top = 200
  65.     Width = 81
  66.     Height = 22
  67.     Caption = '&Ok'
  68.     Default = True
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 1
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnClick = ExitBtnClick
  77.     OnKeyPress = FormKeyPress
  78.   end
  79.   object Separator: TPanel
  80.     Left = 0
  81.     Top = 193
  82.     Width = 349
  83.     Height = 2
  84.     BevelOuter = bvLowered
  85.     TabOrder = 3
  86.   end
  87. end
  88.