home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / mulmedia / wavmaker / _setup.1 / WMWIN.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-02-27  |  3KB  |  175 lines

  1. object AboutBox: TAboutBox
  2.   Left = 67
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About WAVmaker for Windows'
  7.   ClientHeight = 136
  8.   ClientWidth = 529
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 352
  19.     Top = 16
  20.     Width = 73
  21.     Height = 16
  22.     Caption = 'Free mem.:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 352
  26.     Top = 40
  27.     Width = 62
  28.     Height = 16
  29.     Caption = 'Free res.:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 352
  33.     Top = 64
  34.     Width = 64
  35.     Height = 16
  36.     Caption = 'Free disk:'
  37.   end
  38.   object freeMem: TLabel
  39.     Left = 432
  40.     Top = 16
  41.     Width = 57
  42.     Height = 16
  43.     Caption = 'freeMem'
  44.   end
  45.   object freeRes: TLabel
  46.     Left = 432
  47.     Top = 40
  48.     Width = 51
  49.     Height = 16
  50.     Caption = 'freeRes'
  51.   end
  52.   object freeDisk: TLabel
  53.     Left = 432
  54.     Top = 64
  55.     Width = 54
  56.     Height = 16
  57.     Caption = 'freeDisk'
  58.   end
  59.   object Bevel1: TBevel
  60.     Left = 344
  61.     Top = 8
  62.     Width = 177
  63.     Height = 81
  64.   end
  65.   object Bevel2: TBevel
  66.     Left = 8
  67.     Top = 8
  68.     Width = 329
  69.     Height = 121
  70.   end
  71.   object mainImage: TImage
  72.     Left = 16
  73.     Top = 16
  74.     Width = 313
  75.     Height = 105
  76.     Picture.Data = {<image000.bmp>}
  77.     Stretch = True
  78.   end
  79.   object image1: TImage
  80.     Left = 344
  81.     Top = 96
  82.     Width = 32
  83.     Height = 32
  84.     AutoSize = True
  85.     Picture.Data = {<image001.ico>}
  86.   end
  87.   object image2: TImage
  88.     Left = 344
  89.     Top = 96
  90.     Width = 32
  91.     Height = 32
  92.     AutoSize = True
  93.     Picture.Data = {<image002.ico>}
  94.   end
  95.   object image3: TImage
  96.     Left = 344
  97.     Top = 96
  98.     Width = 32
  99.     Height = 32
  100.     AutoSize = True
  101.     Picture.Data = {<image003.ico>}
  102.   end
  103.   object image4: TImage
  104.     Left = 344
  105.     Top = 96
  106.     Width = 32
  107.     Height = 32
  108.     AutoSize = True
  109.     Picture.Data = {<image004.ico>}
  110.   end
  111.   object image5: TImage
  112.     Left = 344
  113.     Top = 96
  114.     Width = 32
  115.     Height = 32
  116.     AutoSize = True
  117.     Picture.Data = {<image005.ico>}
  118.   end
  119.   object image6: TImage
  120.     Left = 344
  121.     Top = 96
  122.     Width = 32
  123.     Height = 32
  124.     AutoSize = True
  125.     Picture.Data = {<image006.ico>}
  126.   end
  127.   object Image7: TImage
  128.     Left = 344
  129.     Top = 96
  130.     Width = 32
  131.     Height = 32
  132.     AutoSize = True
  133.     Picture.Data = {<image007.ico>}
  134.   end
  135.   object Image8: TImage
  136.     Left = 344
  137.     Top = 96
  138.     Width = 32
  139.     Height = 32
  140.     AutoSize = True
  141.     Picture.Data = {<image008.ico>}
  142.   end
  143.   object Image9: TImage
  144.     Left = 344
  145.     Top = 96
  146.     Width = 32
  147.     Height = 32
  148.     AutoSize = True
  149.     Picture.Data = {<image009.ico>}
  150.   end
  151.   object MediaPlayer1: TMediaPlayer
  152.     Left = 504
  153.     Top = 104
  154.     Width = 253
  155.     Height = 30
  156.     Visible = False
  157.     TabOrder = 0
  158.   end
  159.   object Button1: TBitBtn
  160.     Left = 384
  161.     Top = 96
  162.     Width = 137
  163.     Height = 33
  164.     TabOrder = 1
  165.     OnClick = Button1Click
  166.     Kind = bkOK
  167.   end
  168.   object Timer1: TTimer
  169.     Interval = 600
  170.     OnTimer = Timer1Timer
  171.     Left = 504
  172.     Top = 72
  173.   end
  174. end
  175.