home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: FluoROM 13 / fluorom_13.zip / fluorom_13 / MediaShare / mediashare.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2000-08-07  |  2KB  |  91 lines

  1. object AboutBox: TAboutBox
  2.   Left = 315
  3.   Top = 163
  4.   BorderStyle = bsDialog
  5.   Caption = 'About MediaSharing'
  6.   ClientHeight = 267
  7.   ClientWidth = 440
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 440
  22.     Height = 41
  23.     Align = alTop
  24.     Caption = ' '
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 8
  29.       Width = 254
  30.       Height = 26
  31.       Caption = 'MediaSharing 1.0 Beta 3'
  32.       Font.Charset = ANSI_CHARSET
  33.       Font.Color = clWindowText
  34.       Font.Height = -24
  35.       Font.Name = 'Times New Roman'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.   end
  40.   object Panel2: TPanel
  41.     Left = 0
  42.     Top = 226
  43.     Width = 440
  44.     Height = 41
  45.     Align = alBottom
  46.     Caption = ' '
  47.     TabOrder = 1
  48.     object BitBtn1: TBitBtn
  49.       Left = 352
  50.       Top = 8
  51.       Width = 75
  52.       Height = 25
  53.       TabOrder = 0
  54.       OnClick = BitBtn1Click
  55.       Kind = bkOK
  56.     end
  57.   end
  58.   object Panel3: TPanel
  59.     Left = 0
  60.     Top = 41
  61.     Width = 440
  62.     Height = 185
  63.     Align = alClient
  64.     Caption = ' '
  65.     TabOrder = 2
  66.     object Memo1: TMemo
  67.       Left = 16
  68.       Top = 16
  69.       Width = 409
  70.       Height = 153
  71.       Color = clBtnFace
  72.       Lines.Strings = (
  73.         'MediaSharing 1.0 Beta 3'
  74.         'by Indiegruv Inc.'
  75.         '-------------------------------------'
  76.         'http://www.mediasharing.com'
  77.         'http://www.indiegruv.com'
  78.         ''
  79.         'Comments, feedback?'
  80.         '     E-mail:  feedback@mediasharing.com'
  81.         '     or use the Feedback feature of this program.'
  82.         ''
  83.         'Please read our disclaimer online at:'
  84.         'http://www.mediasharing.com/')
  85.       ReadOnly = True
  86.       ScrollBars = ssVertical
  87.       TabOrder = 0
  88.     end
  89.   end
  90. end
  91.