home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 294
- Top = 207
- BorderStyle = bsDialog
- Caption = 'Print registration form'
- ClientHeight = 254
- ClientWidth = 323
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Position = poScreenCenter
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 269
- Height = 13
- Caption = 'Fill out this form, then click on "Print" to print it.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Name: TLabel
- Left = 16
- Top = 51
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 83
- Width = 43
- Height = 13
- Caption = 'Address:'
- end
- object Label3: TLabel
- Left = 16
- Top = 179
- Width = 32
- Height = 13
- Caption = 'E-mail:'
- end
- object RichEdit2: TRichEdit
- Left = 208
- Top = 104
- Width = 65
- Height = 49
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- 'RichEdit2')
- ParentFont = False
- TabOrder = 6
- Visible = False
- WordWrap = False
- end
- object RichEdit1: TRichEdit
- Left = 112
- Top = 104
- Width = 65
- Height = 49
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- ''
- ''
- ''
- ''
- ''
-
- ' *******************************************************' +
- '********'
- ''
- ''
- ''
- ''
- ' QSOFT QUICKFILE REGISTRATION FORM'
- ''
- ''
- ''
- ''
-
- ' *******************************************************' +
- '********'
- ''
- ''
- ''
- ''
- ' Send this form and 10 USD cash (or 300 BEF cash) to'
- ''
- ' Mattias Schevenels'
- ' Langstraat 43'
- ' B-3806 Sint-Truiden'
- ' BELGIUM'
- ''
-
- ' You will receive your registration key as soon as possi' +
- 'ble.'
- ''
- ' Thank you for registering!'
- ''
- ''
- ''
- ''
-
- ' *******************************************************' +
- '********'
- ''
- ''
- '')
- ParentFont = False
- TabOrder = 5
- Visible = False
- WordWrap = False
- end
- object Edit1: TEdit
- Left = 80
- Top = 48
- Width = 225
- Height = 21
- TabOrder = 0
- end
- object Memo1: TMemo
- Left = 80
- Top = 80
- Width = 225
- Height = 85
- TabOrder = 1
- end
- object Edit2: TEdit
- Left = 80
- Top = 176
- Width = 225
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 232
- Top = 216
- Width = 75
- Height = 23
- Caption = 'Print'
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 152
- Top = 216
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = Button2Click
- end
- end
-