home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / Utility / Text / EditPart / _SETUP.1 / Editpart.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt
Encoding:
Text File  |  1997-02-13  |  3.8 KB  |  179 lines

  1. object Splash: TSplash
  2.   Left = 212
  3.   Top = 188
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash'
  7.   ClientHeight = 224
  8.   ClientWidth = 233
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 233
  22.     Height = 224
  23.     Align = alClient
  24.     BevelWidth = 3
  25.     BorderWidth = 2
  26.     TabOrder = 0
  27.     object Label9: TLabel
  28.       Left = 16
  29.       Top = 152
  30.       Width = 197
  31.       Height = 16
  32.       Caption = 'See README.TXT for order form. '
  33.       Font.Color = clBlack
  34.       Font.Height = -13
  35.       Font.Name = 'MS Serif'
  36.       Font.Style = []
  37.       ParentFont = False
  38.     end
  39.     object Label8: TLabel
  40.       Left = 60
  41.       Top = 132
  42.       Width = 109
  43.       Height = 16
  44.       Caption = 'Acropolis Software. '
  45.       Font.Color = clBlack
  46.       Font.Height = -13
  47.       Font.Name = 'MS Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.     end
  51.     object Label7: TLabel
  52.       Left = 24
  53.       Top = 116
  54.       Width = 182
  55.       Height = 16
  56.       Caption = '30 days you should register it with'
  57.       Font.Color = clBlack
  58.       Font.Height = -13
  59.       Font.Name = 'MS Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.     object Label6: TLabel
  64.       Left = 16
  65.       Top = 100
  66.       Width = 196
  67.       Height = 16
  68.       Caption = 'If you use EditPartner for more than'
  69.       Font.Color = clBlack
  70.       Font.Height = -13
  71.       Font.Name = 'MS Serif'
  72.       Font.Style = []
  73.       ParentFont = False
  74.     end
  75.     object Label5: TLabel
  76.       Left = 16
  77.       Top = 76
  78.       Width = 195
  79.       Height = 16
  80.       Caption = 'Unregistered Evaluation Copy'
  81.       Font.Color = clRed
  82.       Font.Height = -13
  83.       Font.Name = 'MS Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object Label4: TLabel
  88.       Left = 64
  89.       Top = 56
  90.       Width = 109
  91.       Height = 16
  92.       Caption = 'All Rights Reserved'
  93.       Font.Color = clBlack
  94.       Font.Height = -13
  95.       Font.Name = 'MS Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.     end
  99.     object Label3: TLabel
  100.       Left = 16
  101.       Top = 40
  102.       Width = 191
  103.       Height = 16
  104.       Caption = 'Copyright 1997, Acropolis Software'
  105.       Font.Color = clBlack
  106.       Font.Height = -13
  107.       Font.Name = 'MS Serif'
  108.       Font.Style = []
  109.       ParentFont = False
  110.     end
  111.     object Label1: TLabel
  112.       Left = 16
  113.       Top = 4
  114.       Width = 157
  115.       Height = 35
  116.       Caption = 'EditPartner'
  117.       Font.Color = clBlue
  118.       Font.Height = -32
  119.       Font.Name = 'MS Serif'
  120.       Font.Style = [fsBold]
  121.       ParentFont = False
  122.       Transparent = True
  123.     end
  124.     object Label2: TLabel
  125.       Left = 176
  126.       Top = 16
  127.       Width = 28
  128.       Height = 19
  129.       Caption = 'v3.0'
  130.       Font.Color = clBlue
  131.       Font.Height = -16
  132.       Font.Name = 'MS Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.       Transparent = True
  136.     end
  137.     object Label10: TLabel
  138.       Left = 12
  139.       Top = 172
  140.       Width = 206
  141.       Height = 13
  142.       Caption = 'Registration will make this window go away!'
  143.       Font.Color = clGreen
  144.       Font.Height = -11
  145.       Font.Name = 'MS Sans Serif'
  146.       Font.Style = []
  147.       ParentFont = False
  148.     end
  149.     object Button2: TButton
  150.       Left = 128
  151.       Top = 192
  152.       Width = 97
  153.       Height = 25
  154.       Caption = 'Quit'
  155.       Font.Color = clBlack
  156.       Font.Height = -13
  157.       Font.Name = 'MS Sans Serif'
  158.       Font.Style = []
  159.       ParentFont = False
  160.       TabOrder = 0
  161.       OnClick = Button2Click
  162.     end
  163.     object Button1: TButton
  164.       Left = 8
  165.       Top = 192
  166.       Width = 97
  167.       Height = 25
  168.       Caption = 'OK'
  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 = Button1Click
  176.     end
  177.   end
  178. end
  179.