home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TINFODLG / TINFODLG.txt
Encoding:
Text File  |  1998-05-13  |  890 b   |  50 lines

  1. object InfoDlg: TInfoDlg
  2.   Left = 278
  3.   Top = 203
  4.   ActiveControl = Ok
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Info'
  8.   ClientHeight = 91
  9.   ClientWidth = 143
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poDefault
  16.   Visible = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 145
  24.     Height = 73
  25.     AutoSize = False
  26.     Caption = 'Label1'
  27.   end
  28.   object Ok: TButton
  29.     Left = 0
  30.     Top = 72
  31.     Width = 70
  32.     Height = 20
  33.     Caption = 'Ok'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnClick = OkClick
  38.   end
  39.   object InfoBtn: TButton
  40.     Left = 72
  41.     Top = 72
  42.     Width = 70
  43.     Height = 20
  44.     Caption = 'Info +'
  45.     TabOrder = 1
  46.     Visible = False
  47.     OnClick = InfoBtnClick
  48.   end
  49. end
  50.