home *** CD-ROM | disk | FTP | other *** search
/ Gioco e Imparo 4: Andiamo a fare spese! / GIOCOEIMPARO04.BIN / XTRAS / TMS_MP.DLL / 0 / RCDATA / TBETASCREEN / TBETASCREEN.txt < prev   
Text File  |  1999-04-13  |  2KB  |  88 lines

  1. object BETAScreen: TBETAScreen
  2.   Left = 220
  3.   Top = 114
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'the MEDIA shoppe'
  7.   ClientHeight = 378
  8.   ClientWidth = 348
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 3
  20.     Top = 0
  21.     Width = 149
  22.     Height = 36
  23.     Picture.Data = {<image001.bmp>}
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 45
  28.     Top = 359
  29.     Width = 270
  30.     Height = 16
  31.     Caption = 'Copyright ∩┐╜ 1997, the MEDIA shoppe, Inc.'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clNavy
  34.     Font.Height = -13
  35.     Font.Name = 'System'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 13
  41.     Top = 44
  42.     Width = 316
  43.     Height = 271
  44.     Alignment = taCenter
  45.     BorderStyle = bsNone
  46.     Ctl3D = True
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clNavy
  49.     Font.Height = -11
  50.     Font.Name = 'Arial'
  51.     Font.Style = []
  52.     Lines.Strings = (
  53.       'the MEDIA shoppe'
  54.       ''
  55.       'MPrint'
  56.       'for Windows∩┐╜'
  57.       ''
  58.       'This is BETA version of the MEDIA shoppe'#39's'
  59.       'MPrint for Windows∩┐╜ and has expired.'
  60.       'Please contact the MEDIA shoppe for an update at:'
  61.       ''
  62.       'http://www.wadezworld.com'
  63.       'wade@mediashoppe.com'
  64.       'jeff@mediashoppe.com'
  65.       ''
  66.       '806.371.0033'
  67.       ''
  68.       'Visit our web site today for other Multimedia related '
  69.       'products.'
  70.       'The MEDIA shoppe, your first choice for interactive software '
  71.       'design'
  72.       'and development!')
  73.     ParentColor = True
  74.     ParentCtl3D = False
  75.     ParentFont = False
  76.     TabOrder = 0
  77.   end
  78.   object Button1: TButton
  79.     Left = 137
  80.     Top = 321
  81.     Width = 89
  82.     Height = 33
  83.     Caption = 'OK'
  84.     TabOrder = 1
  85.     OnClick = Button1Click
  86.   end
  87. end
  88.