home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / data / system / quickfile / _SETUP.1 / QuickFile.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Encoding:
Text File  |  1998-08-25  |  3.3 KB  |  172 lines

  1. object Form9: TForm9
  2.   Left = 294
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print registration form'
  6.   ClientHeight = 254
  7.   ClientWidth = 323
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 269
  22.     Height = 13
  23.     Caption = 'Fill out this form, then click on "Print" to print it.'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'Tahoma'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Name: TLabel
  32.     Left = 16
  33.     Top = 51
  34.     Width = 31
  35.     Height = 13
  36.     Caption = 'Name:'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 16
  40.     Top = 83
  41.     Width = 43
  42.     Height = 13
  43.     Caption = 'Address:'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 179
  48.     Width = 32
  49.     Height = 13
  50.     Caption = 'E-mail:'
  51.   end
  52.   object RichEdit2: TRichEdit
  53.     Left = 208
  54.     Top = 104
  55.     Width = 65
  56.     Height = 49
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -13
  60.     Font.Name = 'Courier New'
  61.     Font.Style = []
  62.     Lines.Strings = (
  63.       'RichEdit2')
  64.     ParentFont = False
  65.     TabOrder = 6
  66.     Visible = False
  67.     WordWrap = False
  68.   end
  69.   object RichEdit1: TRichEdit
  70.     Left = 112
  71.     Top = 104
  72.     Width = 65
  73.     Height = 49
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -13
  77.     Font.Name = 'Courier New'
  78.     Font.Style = []
  79.     Lines.Strings = (
  80.       ''
  81.       ''
  82.       ''
  83.       ''
  84.       ''
  85.       
  86.         '         *******************************************************' +
  87.         '********'
  88.       ''
  89.       ''
  90.       ''
  91.       ''
  92.       '         QSOFT QUICKFILE REGISTRATION FORM'
  93.       ''
  94.       ''
  95.       ''
  96.       ''
  97.       
  98.         '         *******************************************************' +
  99.         '********'
  100.       ''
  101.       ''
  102.       ''
  103.       ''
  104.       '         Send this form and 10 USD cash (or 300 BEF cash) to'
  105.       ''
  106.       '               Mattias Schevenels'
  107.       '               Langstraat 43'
  108.       '               B-3806 Sint-Truiden'
  109.       '               BELGIUM'
  110.       ''
  111.       
  112.         '         You will receive your registration key as soon as possi' +
  113.         'ble.'
  114.       ''
  115.       '         Thank you for registering!'
  116.       ''
  117.       ''
  118.       ''
  119.       ''
  120.       
  121.         '         *******************************************************' +
  122.         '********'
  123.       ''
  124.       ''
  125.       '')
  126.     ParentFont = False
  127.     TabOrder = 5
  128.     Visible = False
  129.     WordWrap = False
  130.   end
  131.   object Edit1: TEdit
  132.     Left = 80
  133.     Top = 48
  134.     Width = 225
  135.     Height = 21
  136.     TabOrder = 0
  137.   end
  138.   object Memo1: TMemo
  139.     Left = 80
  140.     Top = 80
  141.     Width = 225
  142.     Height = 85
  143.     TabOrder = 1
  144.   end
  145.   object Edit2: TEdit
  146.     Left = 80
  147.     Top = 176
  148.     Width = 225
  149.     Height = 21
  150.     TabOrder = 2
  151.   end
  152.   object Button1: TButton
  153.     Left = 232
  154.     Top = 216
  155.     Width = 75
  156.     Height = 23
  157.     Caption = 'Print'
  158.     TabOrder = 3
  159.     OnClick = Button1Click
  160.   end
  161.   object Button2: TButton
  162.     Left = 152
  163.     Top = 216
  164.     Width = 75
  165.     Height = 23
  166.     Cancel = True
  167.     Caption = 'Cancel'
  168.     TabOrder = 4
  169.     OnClick = Button2Click
  170.   end
  171. end
  172.