home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / WinPertbl / Pertbl.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-06-15  |  1.5 KB  |  88 lines

  1. object AboutBox: TAboutBox
  2.   Left = 192
  3.   Top = 107
  4.   Width = 365
  5.   Height = 270
  6.   Caption = 'About'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProgramIcon: TImage
  18.     Left = 8
  19.     Top = 12
  20.     Width = 47
  21.     Height = 41
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.     Transparent = True
  25.     IsControl = True
  26.   end
  27.   object Label1: TLabel
  28.     Left = 81
  29.     Top = 22
  30.     Width = 121
  31.     Height = 13
  32.     Caption = 'Periodic table of elements'
  33.   end
  34.   object Bevel1: TBevel
  35.     Left = 81
  36.     Top = 134
  37.     Width = 260
  38.     Height = 2
  39.     Shape = bsTopLine
  40.   end
  41.   object Label2: TLabel
  42.     Left = 81
  43.     Top = 45
  44.     Width = 173
  45.     Height = 13
  46.     Caption = 'Copyright ∩┐╜ 1999 Marcin Jastrzebski'
  47.   end
  48.   object Label3: TLabel
  49.     Left = 81
  50.     Top = 145
  51.     Width = 187
  52.     Height = 13
  53.     Caption = 'Physical Memory Available to Windows:'
  54.   end
  55.   object PhysMem: TLabel
  56.     Left = 275
  57.     Top = 145
  58.     Width = 6
  59.     Height = 13
  60.     Caption = '0'
  61.   end
  62.   object Label4: TLabel
  63.     Left = 81
  64.     Top = 167
  65.     Width = 73
  66.     Height = 13
  67.     Caption = 'Memory in Use:'
  68.   end
  69.   object FreeRes: TLabel
  70.     Left = 276
  71.     Top = 167
  72.     Width = 6
  73.     Height = 13
  74.     Caption = '0'
  75.   end
  76.   object OKButton: TButton
  77.     Left = 269
  78.     Top = 208
  79.     Width = 75
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'OK'
  83.     Default = True
  84.     ModalResult = 2
  85.     TabOrder = 0
  86.   end
  87. end
  88.