home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / Construc / V4.0 / _SETUP.1 / CSS.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-10-01  |  3.4 KB  |  157 lines

  1. object SplashForm: TSplashForm
  2.   Left = 275
  3.   Top = 272
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 323
  7.   ClientWidth = 462
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 462
  23.     Height = 323
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     Color = clBlack
  27.     TabOrder = 0
  28.     object Image4: TImage
  29.       Left = 0
  30.       Top = 0
  31.       Width = 462
  32.       Height = 302
  33.       AutoSize = True
  34.       Picture.Data = {<image000.bmp>}
  35.     end
  36.     object Name: TLabel
  37.       Left = 4
  38.       Top = 222
  39.       Width = 109
  40.       Height = 13
  41.       Caption = 'Name: Mark Carrington'
  42.       Color = clGray
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clRed
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentColor = False
  49.       ParentFont = False
  50.       Transparent = True
  51.     end
  52.     object Company: TLabel
  53.       Left = 4
  54.       Top = 242
  55.       Width = 190
  56.       Height = 13
  57.       Caption = 'Company: The Mutant Penguin Network'
  58.       Color = clSilver
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clRed
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentColor = False
  65.       ParentFont = False
  66.       Transparent = True
  67.     end
  68.     object SerialNum: TLabel
  69.       Left = 4
  70.       Top = 264
  71.       Width = 85
  72.       Height = 13
  73.       Caption = 'Serial No: Guess!!'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clRed
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       Transparent = True
  81.     end
  82.     object Label4: TLabel
  83.       Left = 4
  84.       Top = 284
  85.       Width = 191
  86.       Height = 13
  87.       Caption = 'Copyright ÔøΩ 1998, 1999 Mark Carrington'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clBlack
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = []
  93.       ParentFont = False
  94.       Transparent = True
  95.     end
  96.     object Panel2: TPanel
  97.       Left = 0
  98.       Top = 302
  99.       Width = 462
  100.       Height = 21
  101.       Align = alBottom
  102.       BevelOuter = bvNone
  103.       Caption = 'Panel2'
  104.       Color = clSilver
  105.       TabOrder = 0
  106.       object ProgressLabel: TLabel
  107.         Left = 4
  108.         Top = 4
  109.         Width = 79
  110.         Height = 13
  111.         Alignment = taCenter
  112.         Caption = 'Loading Settings'
  113.         Color = clSilver
  114.         Font.Charset = DEFAULT_CHARSET
  115.         Font.Color = clRed
  116.         Font.Height = -11
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = []
  119.         ParentColor = False
  120.         ParentFont = False
  121.       end
  122.       object Panel3: TPanel
  123.         Left = 175
  124.         Top = 5
  125.         Width = 285
  126.         Height = 13
  127.         BevelOuter = bvNone
  128.         Caption = 'Panel2'
  129.         Color = clGray
  130.         TabOrder = 0
  131.         object ProgressBar: TProgressBar
  132.           Left = 0
  133.           Top = 0
  134.           Width = 285
  135.           Height = 13
  136.           Align = alClient
  137.           Min = 0
  138.           Max = 50
  139.           Position = 50
  140.           TabOrder = 0
  141.         end
  142.       end
  143.     end
  144.   end
  145.   object Memo: TMemo
  146.     Left = 76
  147.     Top = 152
  148.     Width = 86
  149.     Height = 25
  150.     Lines.Strings = (
  151.       'Memo')
  152.     TabOrder = 1
  153.     Visible = False
  154.     WordWrap = False
  155.   end
  156. end
  157.