home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 20 / CDROM20.iso / aplicat / printkey / PRINTKEY.EXE / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Encoding:
Text File  |  1998-01-29  |  3.1 KB  |  148 lines

  1. object Splash: TSplash
  2.   Left = 20
  3.   Top = 383
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = '     CopyRight∩┐╜1997,1998 By Alfred Bolliger'
  7.   ClientHeight = 165
  8.   ClientWidth = 265
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 32
  23.     Top = 8
  24.     Width = 209
  25.     Height = 37
  26.     Alignment = taCenter
  27.     Caption = 'PrintKey V2.3'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clGray
  30.     Font.Height = -32
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 28
  38.     Top = 8
  39.     Width = 209
  40.     Height = 37
  41.     Alignment = taCenter
  42.     Caption = 'PrintKey V2.3'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clRed
  45.     Font.Height = -32
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object Label3: TLabel
  52.     Left = 32
  53.     Top = 40
  54.     Width = 200
  55.     Height = 24
  56.     Caption = 'For Win95 and NT4.0'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clBlue
  59.     Font.Height = -19
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object Bevel1: TBevel
  66.     Left = 4
  67.     Top = 92
  68.     Width = 257
  69.     Height = 61
  70.   end
  71.   object Label4: TLabel
  72.     Left = 72
  73.     Top = 104
  74.     Width = 122
  75.     Height = 13
  76.     Caption = 'Coolmen@bluewin.ch'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     Transparent = True
  84.   end
  85.   object Label5: TLabel
  86.     Left = 12
  87.     Top = 128
  88.     Width = 239
  89.     Height = 13
  90.     Caption = 'http://www.geocities.com/SiliconValley/Bay/3053'
  91.   end
  92.   object Label6: TLabel
  93.     Left = 84
  94.     Top = 64
  95.     Width = 105
  96.     Height = 24
  97.     Caption = 'FreeWare'
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clGreen
  100.     Font.Height = -19
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsBold, fsItalic]
  103.     ParentFont = False
  104.     Transparent = True
  105.   end
  106.   object Timer1: TTimer
  107.     Interval = 800
  108.     OnTimer = Timer1Timer
  109.     Left = 12
  110.     Top = 172
  111.   end
  112.   object Timer2: TTimer
  113.     Enabled = False
  114.     Interval = 500
  115.     OnTimer = Timer2Timer
  116.     Left = 52
  117.     Top = 172
  118.   end
  119.   object PopupMenu1: TPopupMenu
  120.     Left = 88
  121.     Top = 172
  122.     object PrinttheDesktop1: TMenuItem
  123.       Caption = 'Print the Desktop'
  124.       Default = True
  125.       OnClick = PrinttheDesktop1Click
  126.     end
  127.     object N1: TMenuItem
  128.       Caption = '-'
  129.     end
  130.     object Suspend1: TMenuItem
  131.       Caption = 'Suspend'
  132.       OnClick = Suspend1Click
  133.     end
  134.     object NoDialog1: TMenuItem
  135.       Caption = 'No Dialog'
  136.       OnClick = NoDialog1Click
  137.     end
  138.     object Open1: TMenuItem
  139.       Caption = 'Open'
  140.       OnClick = PrinttheDesktop1Click
  141.     end
  142.     object Close1: TMenuItem
  143.       Caption = 'Close'
  144.       OnClick = Close1Click
  145.     end
  146.   end
  147. end
  148.