home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / sharewar / MBM / _SETUP.1 / MBM4.exe / 0 / RCDATA / TSPLASH1 / TSPLASH1.txt < prev   
Text File  |  1999-11-06  |  2KB  |  96 lines

  1. object Splash1: TSplash1
  2.   Left = 317
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash1'
  7.   ClientHeight = 173
  8.   ClientWidth = 405
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   Visible = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 1
  24.     Top = 1
  25.     Width = 403
  26.     Height = 171
  27.     BevelOuter = bvNone
  28.     Caption = 'Panel1'
  29.     Color = clWhite
  30.     TabOrder = 0
  31.     object Panel2: TPanel
  32.       Left = 2
  33.       Top = 2
  34.       Width = 399
  35.       Height = 167
  36.       BevelOuter = bvNone
  37.       Caption = 'Panel2'
  38.       Color = clBlack
  39.       TabOrder = 0
  40.       object Image1: TImage
  41.         Left = 0
  42.         Top = 0
  43.         Width = 399
  44.         Height = 167
  45.         Align = alClient
  46.         AutoSize = True
  47.         Picture.Data = {<image000.bmp>}
  48.       end
  49.       object VersionLabel2: TLabel
  50.         Left = 273
  51.         Top = 139
  52.         Width = 21
  53.         Height = 14
  54.         Caption = '4.11'
  55.         Font.Charset = ANSI_CHARSET
  56.         Font.Color = clWhite
  57.         Font.Height = -11
  58.         Font.Name = 'Arial'
  59.         Font.Style = []
  60.         ParentFont = False
  61.         Transparent = True
  62.       end
  63.       object Label1: TLabel
  64.         Left = 98
  65.         Top = 40
  66.         Width = 216
  67.         Height = 27
  68.         Caption = 'The best wishes for '
  69.         Font.Charset = ANSI_CHARSET
  70.         Font.Color = clWindowText
  71.         Font.Height = -24
  72.         Font.Name = 'Arial'
  73.         Font.Style = []
  74.         ParentFont = False
  75.         Transparent = True
  76.         Visible = False
  77.       end
  78.       object Label2: TLabel
  79.         Left = 96
  80.         Top = 39
  81.         Width = 216
  82.         Height = 27
  83.         Caption = 'The best wishes for '
  84.         Font.Charset = ANSI_CHARSET
  85.         Font.Color = clWhite
  86.         Font.Height = -24
  87.         Font.Name = 'Arial'
  88.         Font.Style = []
  89.         ParentFont = False
  90.         Transparent = True
  91.         Visible = False
  92.       end
  93.     end
  94.   end
  95. end
  96.