home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95GOMOKU / _SETUP.1 / Gomoku.exe / 0 / RCDATA / TFRMREGISTRATION / TFRMREGISTRATION.txt < prev   
Text File  |  1996-09-02  |  9KB  |  382 lines

  1. object frmRegistration: TfrmRegistration
  2.   Left = 193
  3.   Top = 93
  4.   Width = 598
  5.   Height = 440
  6.   HorzScrollBar.Range = 1200
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Range = 2000
  9.   VertScrollBar.Visible = False
  10.   ActiveControl = edtName
  11.   BorderIcons = [biSystemMenu, biHelp]
  12.   BorderStyle = bsDialog
  13.   Caption = 'Go-Moku Registration:'
  14.   Color = clSilver
  15.   Font.Color = clBlack
  16.   Font.Height = -11
  17.   Font.Name = 'MSI Console'
  18.   Font.Style = []
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 12
  24.   object Label7: TLabel
  25.     Left = 386
  26.     Top = 132
  27.     Width = 8
  28.     Height = 12
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 340
  32.     Top = 7
  33.     Width = 250
  34.     Height = 369
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object Bevel1: TBevel
  39.       Left = 7
  40.       Top = 228
  41.       Width = 234
  42.       Height = 7
  43.       Shape = bsBottomLine
  44.     end
  45.     object Label3: TLabel
  46.       Left = 19
  47.       Top = 311
  48.       Width = 224
  49.       Height = 12
  50.       Caption = 'Registration form filled on:'
  51.       Transparent = True
  52.     end
  53.     object lblCurrentDate: TLabel
  54.       Left = 93
  55.       Top = 326
  56.       Width = 8
  57.       Height = 12
  58.       Alignment = taCenter
  59.       Transparent = True
  60.     end
  61.     object Label6: TLabel
  62.       Left = 41
  63.       Top = 349
  64.       Width = 136
  65.       Height = 12
  66.       Caption = 'Go-Moku Version :'
  67.     end
  68.     object Label9: TLabel
  69.       Left = 184
  70.       Top = 349
  71.       Width = 24
  72.       Height = 12
  73.       Caption = '1.2'
  74.     end
  75.     object Bevel2: TBevel
  76.       Left = 8
  77.       Top = 301
  78.       Width = 233
  79.       Height = 7
  80.       Shape = bsBottomLine
  81.     end
  82.     object Bevel3: TBevel
  83.       Left = 7
  84.       Top = 339
  85.       Width = 234
  86.       Height = 7
  87.       Shape = bsBottomLine
  88.     end
  89.     object Memo2: TMemo
  90.       Left = 4
  91.       Top = 239
  92.       Width = 241
  93.       Height = 62
  94.       TabStop = False
  95.       Alignment = taCenter
  96.       Font.Color = clNavy
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       Lines.Strings = (
  101.         'If you have any questions regarding '
  102.         'the registration you can mail the '
  103.         'author at the above address or e-mail '
  104.         'him at doleg@idirect.com.')
  105.       ParentFont = False
  106.       ReadOnly = True
  107.       TabOrder = 0
  108.       WantReturns = False
  109.     end
  110.     object Memo1: TMemo
  111.       Left = 4
  112.       Top = 6
  113.       Width = 241
  114.       Height = 223
  115.       TabStop = False
  116.       Alignment = taCenter
  117.       Font.Color = clNavy
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       Lines.Strings = (
  122.         'Please send the completed form to:'
  123.         ''
  124.         'Stas Drapkin'
  125.         '6020 Bathurst st. Apt. 905'
  126.         'North York, M2R 1Z8'
  127.         'Ontario, Canada'
  128.         ''
  129.         'Note that due to the low '
  130.         'registration cost the only two currently '
  131.         'accepted payment methods are cash or checks'
  132.         'in $US or $Cdn.'
  133.         ''
  134.         'If You prefer to write a check - please make it'
  135.         'payable to Oleg Drapkin.')
  136.       ParentFont = False
  137.       ReadOnly = True
  138.       TabOrder = 1
  139.       WantReturns = False
  140.     end
  141.   end
  142.   object GroupBox1: TGroupBox
  143.     Left = 0
  144.     Top = 2
  145.     Width = 337
  146.     Height = 374
  147.     Color = clSilver
  148.     ParentColor = False
  149.     TabOrder = 0
  150.     object Label1: TLabel
  151.       Left = 8
  152.       Top = 22
  153.       Width = 99
  154.       Height = 13
  155.       Caption = '&Name (required) :'
  156.       Color = clBlack
  157.       FocusControl = edtName
  158.       Font.Color = clWindowText
  159.       Font.Height = -11
  160.       Font.Name = 'MS Sans Serif'
  161.       Font.Style = [fsBold]
  162.       ParentColor = False
  163.       ParentFont = False
  164.       Transparent = True
  165.     end
  166.     object Label4: TLabel
  167.       Left = 8
  168.       Top = 74
  169.       Width = 89
  170.       Height = 13
  171.       Caption = 'Postal &Address:'
  172.       Color = clBlack
  173.       Font.Color = clBlack
  174.       Font.Height = -11
  175.       Font.Name = 'MS Sans Serif'
  176.       Font.Style = [fsBold]
  177.       ParentColor = False
  178.       ParentFont = False
  179.       Transparent = True
  180.     end
  181.     object Label5: TLabel
  182.       Left = 8
  183.       Top = 47
  184.       Width = 43
  185.       Height = 13
  186.       Caption = '&E-mail :'
  187.       Color = clBlack
  188.       FocusControl = edtEmail
  189.       Font.Color = clBlack
  190.       Font.Height = -11
  191.       Font.Name = 'MS Sans Serif'
  192.       Font.Style = [fsBold]
  193.       ParentColor = False
  194.       ParentFont = False
  195.       Transparent = True
  196.     end
  197.     object Label2: TLabel
  198.       Left = 8
  199.       Top = 321
  200.       Width = 264
  201.       Height = 12
  202.       Caption = '&Number of copies {at $5 US each}:'
  203.       Color = clBlack
  204.       FocusControl = edtNumberOfCopies
  205.       ParentColor = False
  206.       Transparent = True
  207.     end
  208.     object Label8: TLabel
  209.       Left = 8
  210.       Top = 355
  211.       Width = 56
  212.       Height = 12
  213.       Caption = 'Total :'
  214.       Color = clBlack
  215.       ParentColor = False
  216.       Transparent = True
  217.     end
  218.     object lblTotal: TLabel
  219.       Left = 70
  220.       Top = 355
  221.       Width = 24
  222.       Height = 12
  223.       Caption = '$10'
  224.       Color = clBtnFace
  225.       ParentColor = False
  226.       Transparent = True
  227.     end
  228.     object Image1: TImage
  229.       Left = 41
  230.       Top = 108
  231.       Width = 29
  232.       Height = 34
  233.       AutoSize = True
  234.       Picture.Data = {<image000.bmp>}
  235.     end
  236.     object Bevel4: TBevel
  237.       Left = 7
  238.       Top = 339
  239.       Width = 298
  240.       Height = 7
  241.       Shape = bsBottomLine
  242.     end
  243.     object rgrpRegistrationMethod: TRadioGroup
  244.       Left = 10
  245.       Top = 184
  246.       Width = 319
  247.       Height = 57
  248.       Hint = 'Choose How Registration Number Will Be Delivered To You'
  249.       HelpContext = 2004
  250.       Caption = '&Deliver the registration number by:'
  251.       Font.Color = clBlack
  252.       Font.Height = -11
  253.       Font.Name = 'MSI Console'
  254.       Font.Style = []
  255.       Items.Strings = (
  256.         'Email {free}'
  257.         'Regular Mail {$1 US}')
  258.       ParentFont = False
  259.       ParentShowHint = False
  260.       ShowHint = True
  261.       TabOrder = 3
  262.       TabStop = True
  263.       OnClick = rgrpRegistrationMethodClick
  264.     end
  265.     object edtName: TEdit
  266.       Left = 133
  267.       Top = 18
  268.       Width = 196
  269.       Height = 21
  270.       Hint = 'Enter Your Name'
  271.       HelpContext = 2001
  272.       Ctl3D = True
  273.       Font.Color = clBlack
  274.       Font.Height = -11
  275.       Font.Name = 'MS Sans Serif'
  276.       Font.Style = []
  277.       MaxLength = 26
  278.       ParentCtl3D = False
  279.       ParentFont = False
  280.       ParentShowHint = False
  281.       ShowHint = True
  282.       TabOrder = 0
  283.     end
  284.     object edtEmail: TEdit
  285.       Left = 56
  286.       Top = 43
  287.       Width = 273
  288.       Height = 21
  289.       Hint = 'Enter Your E-mail Address (if you have one)'
  290.       HelpContext = 2002
  291.       CharCase = ecLowerCase
  292.       Font.Color = clBlack
  293.       Font.Height = -11
  294.       Font.Name = 'MS Sans Serif'
  295.       Font.Style = []
  296.       MaxLength = 24
  297.       ParentFont = False
  298.       ParentShowHint = False
  299.       ShowHint = True
  300.       TabOrder = 1
  301.     end
  302.     object edtNumberOfCopies: TEdit
  303.       Left = 280
  304.       Top = 317
  305.       Width = 25
  306.       Height = 21
  307.       Hint = 'Select Number Of Copies (One Copy Per Machine Allowed)'
  308.       HelpContext = 2005
  309.       Font.Color = clBlack
  310.       Font.Height = -11
  311.       Font.Name = 'MS Sans Serif'
  312.       Font.Style = [fsBold]
  313.       MaxLength = 2
  314.       ParentFont = False
  315.       ParentShowHint = False
  316.       ShowHint = True
  317.       TabOrder = 4
  318.       OnChange = edtNumberOfCopiesChange
  319.     end
  320.     object memoPostalAddress: TMemo
  321.       Left = 122
  322.       Top = 74
  323.       Width = 207
  324.       Height = 104
  325.       Hint = 'Enter Your Postal Address'
  326.       HelpContext = 2003
  327.       Font.Color = clBlack
  328.       Font.Height = -11
  329.       Font.Name = 'MS Sans Serif'
  330.       Font.Style = []
  331.       MaxLength = 196
  332.       ParentFont = False
  333.       ParentShowHint = False
  334.       ShowHint = True
  335.       TabOrder = 2
  336.     end
  337.     object RadioGroup1: TRadioGroup
  338.       Left = 8
  339.       Top = 248
  340.       Width = 321
  341.       Height = 57
  342.       Hint = 'Choose Your payment method'
  343.       Caption = 'Payment method:'
  344.       Items.Strings = (
  345.         'Cash'
  346.         'Check made payable to '#39'Oleg Drapkin'#39)
  347.       ParentShowHint = False
  348.       ShowHint = True
  349.       TabOrder = 5
  350.     end
  351.   end
  352.   object btnPrint: TButton
  353.     Left = 129
  354.     Top = 384
  355.     Width = 75
  356.     Height = 25
  357.     Hint = 'Print The Registration Form For Sending'
  358.     Caption = '&Print'
  359.     ParentShowHint = False
  360.     ShowHint = True
  361.     TabOrder = 2
  362.     OnClick = btnPrintClick
  363.   end
  364.   object btnCancel: TButton
  365.     Left = 385
  366.     Top = 384
  367.     Width = 75
  368.     Height = 25
  369.     Hint = 'Cancel Registration'
  370.     Caption = '&Cancel'
  371.     ModalResult = 2
  372.     ParentShowHint = False
  373.     ShowHint = True
  374.     TabOrder = 3
  375.   end
  376.   object PrintDialog: TPrintDialog
  377.     Options = [poHelp]
  378.     Left = 289
  379.     Top = 380
  380.   end
  381. end
  382.