home *** CD-ROM | disk | FTP | other *** search
- object Splash: TSplash
- Left = 20
- Top = 383
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = ' CopyRight�1997,1998 By Alfred Bolliger'
- ClientHeight = 165
- ClientWidth = 265
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 209
- Height = 37
- Alignment = taCenter
- Caption = 'PrintKey V2.3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -32
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 28
- Top = 8
- Width = 209
- Height = 37
- Alignment = taCenter
- Caption = 'PrintKey V2.3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -32
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 32
- Top = 40
- Width = 200
- Height = 24
- Caption = 'For Win95 and NT4.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Bevel1: TBevel
- Left = 4
- Top = 92
- Width = 257
- Height = 61
- end
- object Label4: TLabel
- Left = 72
- Top = 104
- Width = 122
- Height = 13
- Caption = 'Coolmen@bluewin.ch'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label5: TLabel
- Left = 12
- Top = 128
- Width = 239
- Height = 13
- Caption = 'http://www.geocities.com/SiliconValley/Bay/3053'
- end
- object Label6: TLabel
- Left = 84
- Top = 64
- Width = 105
- Height = 24
- Caption = 'FreeWare'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Timer1: TTimer
- Interval = 800
- OnTimer = Timer1Timer
- Left = 12
- Top = 172
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer2Timer
- Left = 52
- Top = 172
- end
- object PopupMenu1: TPopupMenu
- Left = 88
- Top = 172
- object PrinttheDesktop1: TMenuItem
- Caption = 'Print the Desktop'
- Default = True
- OnClick = PrinttheDesktop1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Suspend1: TMenuItem
- Caption = 'Suspend'
- OnClick = Suspend1Click
- end
- object NoDialog1: TMenuItem
- Caption = 'No Dialog'
- OnClick = NoDialog1Click
- end
- object Open1: TMenuItem
- Caption = 'Open'
- OnClick = PrinttheDesktop1Click
- end
- object Close1: TMenuItem
- Caption = 'Close'
- OnClick = Close1Click
- end
- end
- end
-