home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 177
- Top = 110
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'NameGenerator 2.11'
- ClientHeight = 422
- ClientWidth = 537
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- 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 Button1: TButton
- Left = 248
- Top = 8
- Width = 57
- Height = 25
- Caption = 'Generate'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 304
- Top = 8
- Width = 57
- Height = 25
- Hint = 'Click here to print'
- Caption = 'Print'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button5: TButton
- Left = 360
- Top = 8
- Width = 57
- Height = 25
- Hint = 'Shows the options'
- Caption = 'Options'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnClick = Button5Click
- end
- object Memo1: TMemo
- Left = 7
- Top = 40
- Width = 521
- Height = 377
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ShowHint = False
- TabOrder = 5
- WordWrap = False
- end
- object Button3: TButton
- Left = 416
- Top = 8
- Width = 57
- Height = 25
- Hint = 'Info about NameGenerator'
- Caption = 'About'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 472
- Top = 8
- Width = 57
- Height = 25
- Hint = 'Click here to close'
- Caption = 'Close'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- OnClick = Button4Click
- end
- object Panel1: TPanel
- Left = 172
- Top = 8
- Width = 63
- Height = 25
- Caption = 'Panel1'
- TabOrder = 6
- OnClick = Panel1Click
- object Label2: TLabel
- Left = 78
- Top = 16
- Width = 3
- Height = 14
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 3
- Top = 2
- Width = 57
- Height = 12
- Caption = 'Niclas Forsell'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = Label3Click
- end
- object Label4: TLabel
- Left = 8
- Top = 12
- Width = 49
- Height = 12
- Caption = 'Productions'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -9
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- OnClick = Label4Click
- end
- end
- object PrintDialog1: TPrintDialog
- Left = 17
- Top = 50
- end
- end
-