home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 266
- Top = 148
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 319
- ClientWidth = 473
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnKeyUp = FormKeyUp
- OnMouseMove = FormMouseMove
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 56
- Top = 8
- Width = 417
- Height = 65
- Picture.Data = {<image001.jpg>}
- end
- object lblLoading: TLabel
- Left = 96
- Top = 288
- Width = 265
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = 'Reading font information . . .'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Visible = False
- end
- object ProgramIcon: TImage
- Left = 12
- Top = 20
- Width = 37
- Height = 37
- Picture.Data = {<image002.ico>}
- Stretch = True
- IsControl = True
- end
- object lversion: TLabel
- Left = 8
- Top = 79
- Width = 449
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Version 5.1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- IsControl = True
- end
- object lCopyright: TLabel
- Left = 96
- Top = 96
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Copyright 1999 Sunshine Software'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- IsControl = True
- end
- object Comments: TLabel
- Left = 96
- Top = 112
- Width = 265
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'This is NOT free software. Please support the shareware concept ' +
- 'by sending $25 to:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object Label1: TLabel
- Left = 96
- Top = 144
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Sunshine Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object Label2: TLabel
- Left = 96
- Top = 160
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '2737 Baldwin Street'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object Label3: TLabel
- Left = 96
- Top = 176
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Jenison, MI 49428'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object Label4: TLabel
- Left = 96
- Top = 200
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Email us at:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- OnMouseMove = FormMouseMove
- IsControl = True
- end
- object Label6: TLabel
- Left = 96
- Top = 216
- Width = 265
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'sunsoft@triton.net'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- WordWrap = True
- OnClick = Label6Click
- OnMouseMove = Label6MouseMove
- IsControl = True
- end
- object Label9: TLabel
- Left = 96
- Top = 240
- Width = 265
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Our homepage is at:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- OnMouseMove = FormMouseMove
- IsControl = True
- end
- object Label8: TLabel
- Left = 96
- Top = 256
- Width = 265
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = 'http://web.triton.net/fasttrax/sunshine/sshome.html'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- WordWrap = True
- OnClick = Label8Click
- OnMouseMove = Label6MouseMove
- IsControl = True
- end
- object OKButton: TButton
- Left = 191
- Top = 284
- Width = 74
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-