home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / siteh / _setup.1 / SiteHog.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt < prev   
Encoding:
Text File  |  1997-01-03  |  6.9 KB  |  282 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 130
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome to SiteHog... please wait...'
  6.   ClientHeight = 480
  7.   ClientWidth = 632
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 632
  23.     Height = 480
  24.     Align = alClient
  25.     BevelInner = bvLowered
  26.     BevelWidth = 2
  27.     TabOrder = 0
  28.     object Image1: TImage
  29.       Left = 20
  30.       Top = 36
  31.       Width = 269
  32.       Height = 340
  33.       AutoSize = True
  34.       Picture.Data = {<image001.bmp>}
  35.     end
  36.     object WaitLabel: TLabel
  37.       Left = 8
  38.       Top = 392
  39.       Width = 289
  40.       Height = 20
  41.       Alignment = taCenter
  42.       AutoSize = False
  43.       Caption = 'Please wait while SiteHog loads...'
  44.       Font.Color = clBlack
  45.       Font.Height = -17
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsItalic]
  48.       ParentFont = False
  49.     end
  50.     object UnregLabel: TLabel
  51.       Left = 8
  52.       Top = 8
  53.       Width = 289
  54.       Height = 20
  55.       Alignment = taCenter
  56.       Caption = 'Un-registered Evaluation Copy'
  57.       Font.Color = clMaroon
  58.       Font.Height = -17
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       Transparent = True
  63.       WordWrap = True
  64.     end
  65.     object Panel5: TPanel
  66.       Left = 16
  67.       Top = 416
  68.       Width = 281
  69.       Height = 49
  70.       BevelInner = bvRaised
  71.       BevelOuter = bvLowered
  72.       TabOrder = 2
  73.     end
  74.     object Panel4: TPanel
  75.       Left = 304
  76.       Top = 16
  77.       Width = 313
  78.       Height = 449
  79.       BevelInner = bvRaised
  80.       BevelOuter = bvLowered
  81.       TabOrder = 0
  82.       object VersionLabel: TLabel
  83.         Left = 8
  84.         Top = 153
  85.         Width = 297
  86.         Height = 32
  87.         Alignment = taCenter
  88.         AutoSize = False
  89.         Caption = 'Version:'
  90.         Font.Color = clBlack
  91.         Font.Height = -13
  92.         Font.Name = 'Arial'
  93.         Font.Style = [fsBold]
  94.         ParentFont = False
  95.         Transparent = True
  96.         WordWrap = True
  97.         IsControl = True
  98.       end
  99.       object Label2: TLabel
  100.         Left = 8
  101.         Top = 12
  102.         Width = 297
  103.         Height = 53
  104.         Alignment = taCenter
  105.         Caption = 'Red Hog Web Software presents...'
  106.         Font.Color = clBlack
  107.         Font.Height = -23
  108.         Font.Name = 'Times New Roman'
  109.         Font.Style = [fsItalic]
  110.         ParentFont = False
  111.         WordWrap = True
  112.         IsControl = True
  113.       end
  114.       object SplashButtons: TBevel
  115.         Left = 8
  116.         Top = 400
  117.         Width = 297
  118.         Height = 41
  119.         Shape = bsFrame
  120.       end
  121.       object Image2: TImage
  122.         Left = 4
  123.         Top = 72
  124.         Width = 304
  125.         Height = 72
  126.         AutoSize = True
  127.         Picture.Data = {<image002.bmp>}
  128.       end
  129.       object Registered: TLabel
  130.         Left = 0
  131.         Top = 248
  132.         Width = 313
  133.         Height = 137
  134.         Alignment = taCenter
  135.         AutoSize = False
  136.         Caption = 'Registered'
  137.         Font.Color = clBlack
  138.         Font.Height = -17
  139.         Font.Name = 'MS Sans Serif'
  140.         Font.Style = []
  141.         ParentFont = False
  142.         Transparent = True
  143.         Visible = False
  144.         WordWrap = True
  145.       end
  146.       object SplashRegister: TBitBtn
  147.         Left = 16
  148.         Top = 408
  149.         Width = 89
  150.         Height = 25
  151.         Caption = 'Register'
  152.         Enabled = False
  153.         Font.Color = clBlack
  154.         Font.Height = -13
  155.         Font.Name = 'MS Sans Serif'
  156.         Font.Style = []
  157.         ParentFont = False
  158.         TabOrder = 0
  159.         OnClick = SplashRegisterClick
  160.         Kind = bkOK
  161.       end
  162.       object SplashEvaluate: TBitBtn
  163.         Left = 112
  164.         Top = 408
  165.         Width = 89
  166.         Height = 25
  167.         Caption = 'Evaluate'
  168.         Enabled = False
  169.         Font.Color = clBlack
  170.         Font.Height = -13
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = []
  173.         ParentFont = False
  174.         TabOrder = 1
  175.         OnClick = SplashEvaluateClick
  176.         Kind = bkIgnore
  177.       end
  178.       object SplashAbort: TBitBtn
  179.         Left = 208
  180.         Top = 408
  181.         Width = 89
  182.         Height = 25
  183.         Enabled = False
  184.         Font.Color = clBlack
  185.         Font.Height = -13
  186.         Font.Name = 'MS Sans Serif'
  187.         Font.Style = []
  188.         ParentFont = False
  189.         TabOrder = 2
  190.         OnClick = SplashAbortClick
  191.         Kind = bkAbort
  192.       end
  193.       object PleaseGroup: TGroupBox
  194.         Left = 8
  195.         Top = 192
  196.         Width = 297
  197.         Height = 113
  198.         Caption = 'Please register your Shareware'
  199.         TabOrder = 3
  200.         object Label3: TLabel
  201.           Left = 2
  202.           Top = 18
  203.           Width = 293
  204.           Height = 93
  205.           Align = alClient
  206.           Caption = 
  207.             'SiteHog is Shareware. You may evaluate it free of charge. If you' +
  208.             ' find SiteHog useful and you continue to use SiteHog beyond a re' +
  209.             'asonable evaluation period, you are required to register the pro' +
  210.             'gram. '
  211.           Font.Color = clBlack
  212.           Font.Height = -13
  213.           Font.Name = 'MS Sans Serif'
  214.           Font.Style = [fsItalic]
  215.           ParentFont = False
  216.           WordWrap = True
  217.         end
  218.       end
  219.       object FailureGroup: TGroupBox
  220.         Left = 8
  221.         Top = 312
  222.         Width = 297
  223.         Height = 81
  224.         Caption = 'Failure to Register...'
  225.         TabOrder = 4
  226.         object Label4: TLabel
  227.           Left = 2
  228.           Top = 18
  229.           Width = 293
  230.           Height = 61
  231.           Align = alClient
  232.           Alignment = taCenter
  233.           Caption = 
  234.             '...will result in unquenchable guilt, eventually requiring thera' +
  235.             'py that will cost far in excess of the registration fee...'
  236.           Font.Color = clBlack
  237.           Font.Height = -13
  238.           Font.Name = 'MS Sans Serif'
  239.           Font.Style = [fsItalic]
  240.           ParentFont = False
  241.           WordWrap = True
  242.         end
  243.       end
  244.     end
  245.     object Panel2: TPanel
  246.       Left = 24
  247.       Top = 424
  248.       Width = 265
  249.       Height = 33
  250.       Caption = 'Panel2'
  251.       TabOrder = 1
  252.       object LoadProgress: TProgressBar
  253.         Left = 8
  254.         Top = 8
  255.         Width = 249
  256.         Height = 17
  257.         Min = 0
  258.         Max = 6
  259.         TabOrder = 0
  260.       end
  261.     end
  262.   end
  263.   object SiteHog: TProject
  264.     AutoBackup = True
  265.     BackupFiles = '*.dfm;*.pas;*.dpr;*.dof;*.dsk;*.res'
  266.     BackupPath = 'd:\development\sitehogmdi'
  267.     Build = 4
  268.     Notes.Strings = (
  269.       '29/12/96 21:12:20: Project start.'
  270.       '29/12/96 21:30:43: Automatic backup made.'
  271.       '29/12/96 21:30:43: Version 0.2'
  272.       '31/12/96 20:30:09: Automatic backup made.'
  273.       '31/12/96 20:30:09: Version 0.3'
  274.       '01/01/97 23:34:09: Automatic backup made.'
  275.       '01/01/97 23:34:09: Version 1.0')
  276.     ProjectPath = 'd:\development\sitehogmdi'
  277.     Version = '1.0'
  278.     Left = 576
  279.     Top = 24
  280.   end
  281. end
  282.