home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 223
- Top = 127
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 209
- ClientWidth = 216
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 23
- Top = 6
- Width = 146
- Height = 22
- Caption = 'NameGenerator'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 175
- Top = 14
- Width = 32
- Height = 14
- Caption = 'V 2.11'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 40
- Top = 144
- Width = 136
- Height = 14
- Caption = 'This program is FREEWARE.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 32
- Top = 161
- Width = 157
- Height = 14
- Caption = 'Copyright (c) Niclas Forsell 1999'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object GroupBox1: TGroupBox
- Left = 7
- Top = 32
- Width = 203
- Height = 107
- Caption = 'by Niclas Forsell'
- TabOrder = 0
- object Edit2: TEdit
- Left = 16
- Top = 32
- Width = 105
- Height = 17
- BorderStyle = bsNone
- Color = clActiveBorder
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- Text = 'forsell@telia.com'
- end
- object Edit1: TEdit
- Left = 16
- Top = 16
- Width = 105
- Height = 17
- BorderStyle = bsNone
- Color = clInactiveBorder
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- Text = 'http://travel.to/niclas'
- end
- object Memo1: TMemo
- Left = 15
- Top = 50
- Width = 185
- Height = 46
- BorderStyle = bsNone
- Color = clActiveBorder
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- 'Visit my homepage!'
- 'Mail me if you have found a bug or '
- 'have an opinion of the program.'
- ''
- ''
- ''
- 'Fnord!')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
- object Button1: TButton
- Left = 72
- Top = 184
- Width = 75
- Height = 21
- Caption = 'Close'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-