home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGPROFILE / TDLGPROFILE.txt < prev   
Encoding:
Text File  |  2007-01-31  |  46.4 KB  |  1,697 lines

  1. object DlgProfile: TDlgProfile
  2.   Left = 295
  3.   Top = 87
  4.   Width = 510
  5.   Height = 450
  6.   Caption = 'My Profile'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 450
  9.   Constraints.MaxWidth = 510
  10.   Constraints.MinHeight = 450
  11.   Constraints.MinWidth = 510
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape1: TShape
  23.     Left = 0
  24.     Top = 0
  25.     Width = 500
  26.     Height = 40
  27.     Pen.Style = psClear
  28.   end
  29.   object Shape4: TShape
  30.     Left = 430
  31.     Top = 7
  32.     Width = 58
  33.     Height = 70
  34.   end
  35.   object Image3: TImage
  36.     Left = 5
  37.     Top = 4
  38.     Width = 33
  39.     Height = 33
  40.   end
  41.   object Shape2: TShape
  42.     Left = 24
  43.     Top = 200
  44.     Width = 465
  45.     Height = 1
  46.     Pen.Color = clGray
  47.   end
  48.   object Shape3: TShape
  49.     Left = 24
  50.     Top = 332
  51.     Width = 465
  52.     Height = 1
  53.     Pen.Color = clGray
  54.   end
  55.   object Avatar: TImage
  56.     Left = 433
  57.     Top = 10
  58.     Width = 52
  59.     Height = 64
  60.     Cursor = crHandPoint
  61.     Picture.Data = {<image000.jpg>}
  62.     Stretch = True
  63.     Transparent = True
  64.     OnClick = AvatarClick
  65.   end
  66.   object AffIDT: TLabel
  67.     Left = 249
  68.     Top = 311
  69.     Width = 100
  70.     Height = 13
  71.     Alignment = taRightJustify
  72.     AutoSize = False
  73.     Caption = 'Affiliate RakID'
  74.     Font.Charset = EASTEUROPE_CHARSET
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     Transparent = True
  83.   end
  84.   object ClubNT: TLabel
  85.     Left = 5
  86.     Top = 311
  87.     Width = 120
  88.     Height = 13
  89.     Alignment = taRightJustify
  90.     AutoSize = False
  91.     Caption = 'Club Number'
  92.     Font.Charset = EASTEUROPE_CHARSET
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     ParentShowHint = False
  99.     ShowHint = True
  100.     Transparent = True
  101.   end
  102.   object WavID: TStaticText
  103.     Left = 48
  104.     Top = 11
  105.     Width = 265
  106.     Height = 23
  107.     AutoSize = False
  108.     Caption = 'ID'
  109.     Color = clWhite
  110.     Font.Charset = EASTEUROPE_CHARSET
  111.     Font.Color = clMaroon
  112.     Font.Height = -16
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentColor = False
  116.     ParentFont = False
  117.     TabOrder = 25
  118.   end
  119.   object FName: TEdit
  120.     Left = 88
  121.     Top = 72
  122.     Width = 153
  123.     Height = 22
  124.     Font.Charset = EASTEUROPE_CHARSET
  125.     Font.Color = clWindowText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     MaxLength = 32
  130.     ParentFont = False
  131.     TabOrder = 1
  132.     OnKeyDown = OnKeyDown
  133.     OnKeyPress = CharEntryKeyPress
  134.   end
  135.   object LName: TEdit
  136.     Left = 88
  137.     Top = 96
  138.     Width = 153
  139.     Height = 22
  140.     Font.Charset = EASTEUROPE_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     MaxLength = 32
  146.     ParentFont = False
  147.     TabOrder = 2
  148.     OnKeyDown = OnKeyDown
  149.     OnKeyPress = CharEntryKeyPress
  150.   end
  151.   object FNAMET: TStaticText
  152.     Left = 5
  153.     Top = 75
  154.     Width = 55
  155.     Height = 18
  156.     Caption = 'First Name'
  157.     Font.Charset = EASTEUROPE_CHARSET
  158.     Font.Color = clWindowText
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     TabOrder = 26
  164.   end
  165.   object Gender: TRadioGroup
  166.     Left = 248
  167.     Top = 48
  168.     Width = 169
  169.     Height = 38
  170.     Caption = 'Gender'
  171.     Columns = 2
  172.     Font.Charset = EASTEUROPE_CHARSET
  173.     Font.Color = clWindowText
  174.     Font.Height = -11
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = []
  177.     ParentFont = False
  178.     TabOrder = 6
  179.     OnClick = GenderClick
  180.   end
  181.   object DOBT: TStaticText
  182.     Left = 248
  183.     Top = 123
  184.     Width = 64
  185.     Height = 18
  186.     Caption = 'Date of Birth'
  187.     Font.Charset = EASTEUROPE_CHARSET
  188.     Font.Color = clWindowText
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = []
  192.     ParentFont = False
  193.     TabOrder = 27
  194.   end
  195.   object DOBDD: TComboBox
  196.     Left = 320
  197.     Top = 120
  198.     Width = 41
  199.     Height = 21
  200.     Style = csDropDownList
  201.     DropDownCount = 15
  202.     ItemHeight = 13
  203.     ItemIndex = 0
  204.     TabOrder = 7
  205.     Text = 'dd'
  206.     OnChange = ControlBoxChange
  207.     Items.Strings = (
  208.       'dd'
  209.       '1'
  210.       '2'
  211.       '3'
  212.       '4'
  213.       '5'
  214.       '6'
  215.       '7'
  216.       '8'
  217.       '9'
  218.       '10'
  219.       '11'
  220.       '12'
  221.       '13'
  222.       '14'
  223.       '15'
  224.       '16'
  225.       '17'
  226.       '18'
  227.       '19'
  228.       '20'
  229.       '21'
  230.       '22'
  231.       '23'
  232.       '24'
  233.       '25'
  234.       '26'
  235.       '27'
  236.       '28'
  237.       '29'
  238.       '30'
  239.       '31')
  240.   end
  241.   object DOBMM: TComboBox
  242.     Left = 360
  243.     Top = 120
  244.     Width = 73
  245.     Height = 21
  246.     Style = csDropDownList
  247.     DropDownCount = 13
  248.     ItemHeight = 13
  249.     ItemIndex = 0
  250.     TabOrder = 8
  251.     Text = 'mm'
  252.     OnChange = ControlBoxChange
  253.     Items.Strings = (
  254.       'mm'
  255.       'January'
  256.       'February'
  257.       'March'
  258.       'April'
  259.       'May'
  260.       'June'
  261.       'July'
  262.       'August'
  263.       'September'
  264.       'October'
  265.       'November'
  266.       'December')
  267.   end
  268.   object DOBYY: TComboBox
  269.     Left = 432
  270.     Top = 120
  271.     Width = 57
  272.     Height = 21
  273.     Style = csDropDownList
  274.     DropDownCount = 20
  275.     ItemHeight = 13
  276.     TabOrder = 9
  277.     OnChange = ControlBoxChange
  278.   end
  279.   object Country: TComboBox
  280.     Left = 88
  281.     Top = 208
  282.     Width = 153
  283.     Height = 21
  284.     Style = csDropDownList
  285.     Font.Charset = DEFAULT_CHARSET
  286.     Font.Color = clWindowText
  287.     Font.Height = -11
  288.     Font.Name = 'MS Sans Serif'
  289.     Font.Style = []
  290.     ItemHeight = 13
  291.     ItemIndex = 0
  292.     ParentFont = False
  293.     TabOrder = 11
  294.     Text = 'Country'
  295.     OnChange = ControlBoxChange
  296.     Items.Strings = (
  297.       'Country'
  298.       
  299.         'Afghanistan                                                 (001' +
  300.         ')               '
  301.       
  302.         'Albania                                                     (002' +
  303.         ')               '
  304.       
  305.         'Algeria                                                     (003' +
  306.         ')               '
  307.       
  308.         'Andorra                                                     (004' +
  309.         ')               '
  310.       
  311.         'Angola                                                      (005' +
  312.         ')               '
  313.       
  314.         'Antigua                                                     (006' +
  315.         ')               '
  316.       
  317.         'Argentina                                                   (007' +
  318.         ')               '
  319.       
  320.         'Armenia                                                     (008' +
  321.         ')               '
  322.       
  323.         'Australia                                                   (009' +
  324.         ')               '
  325.       
  326.         'Austria                                                     (010' +
  327.         ')               '
  328.       
  329.         'Azerbaijan                                                  (011' +
  330.         ')               '
  331.       
  332.         'Bahamas                                                     (012' +
  333.         ')               '
  334.       
  335.         'Bahrain                                                     (013' +
  336.         ')               '
  337.       
  338.         'Bangladesh                                                  (014' +
  339.         ')               '
  340.       
  341.         'Barbados                                                    (015' +
  342.         ')               '
  343.       
  344.         'Belarus                                                     (016' +
  345.         ')               '
  346.       
  347.         'Belgium                                                     (017' +
  348.         ')               '
  349.       
  350.         'Belize                                                      (018' +
  351.         ')               '
  352.       
  353.         'Benin                                                       (019' +
  354.         ')               '
  355.       
  356.         'Bermuda                                                     (198' +
  357.         ')               '
  358.       
  359.         'Bhutan                                                      (020' +
  360.         ')               '
  361.       
  362.         'Bolivia                                                     (021' +
  363.         ')               '
  364.       
  365.         'Bosnia                                                      (022' +
  366.         ')               '
  367.       
  368.         'Botswana                                                    (023' +
  369.         ')               '
  370.       
  371.         'Brazil                                                      (024' +
  372.         ')               '
  373.       
  374.         'British Virgin Islands                                      (199' +
  375.         ')               '
  376.       
  377.         'Brunei                                                      (025' +
  378.         ')               '
  379.       
  380.         'Bulgaria                                                    (026' +
  381.         ')               '
  382.       
  383.         'Burkina                                                     (027' +
  384.         ')               '
  385.       
  386.         'Burma                                                       (028' +
  387.         ')               '
  388.       
  389.         'Burundi                                                     (029' +
  390.         ')               '
  391.       
  392.         'Cambodia                                                    (030' +
  393.         ')               '
  394.       
  395.         'Cameroon                                                    (031' +
  396.         ')               '
  397.       
  398.         'Canada                                                      (032' +
  399.         ')               '
  400.       
  401.         'Cape Verde                                                  (033' +
  402.         ')               '
  403.       
  404.         'Cayman Islands                                              (200' +
  405.         ')               '
  406.       
  407.         'Central African Republic                                    (034' +
  408.         ')               '
  409.       
  410.         'Chad                                                        (035' +
  411.         ')               '
  412.       
  413.         'Chile                                                       (036' +
  414.         ')               '
  415.       
  416.         'China                                                       (037' +
  417.         ')               '
  418.       
  419.         'Colombia                                                    (038' +
  420.         ')               '
  421.       
  422.         'Comoros                                                     (039' +
  423.         ')               '
  424.       
  425.         'Congo                                                       (040' +
  426.         ')               '
  427.       
  428.         'Costa Rica                                                  (197' +
  429.         ')               '
  430.       
  431.         'Croatia                                                     (158' +
  432.         ')               '
  433.       
  434.         'Cuba                                                        (159' +
  435.         ')               '
  436.       
  437.         'Cyprus                                                      (160' +
  438.         ')               '
  439.       
  440.         'Czech Republic                                              (161' +
  441.         ')               '
  442.       
  443.         'Darussalam                                                  (162' +
  444.         ')               '
  445.       
  446.         'Denmark                                                     (164' +
  447.         ')               '
  448.       
  449.         'Djibouti                                                    (165' +
  450.         ')               '
  451.       
  452.         'Dominica                                                    (166' +
  453.         ')               '
  454.       
  455.         'Dominican Republic                                          (167' +
  456.         ')               '
  457.       
  458.         'Ecuador                                                     (168' +
  459.         ')               '
  460.       
  461.         'Egypt                                                       (169' +
  462.         ')               '
  463.       
  464.         'El Salvador                                                 (170' +
  465.         ')               '
  466.       
  467.         'Equatorial Guinea                                           (171' +
  468.         ')               '
  469.       
  470.         'Eritrea                                                     (172' +
  471.         ')               '
  472.       
  473.         'Estonia                                                     (173' +
  474.         ')               '
  475.       
  476.         'Ethiopia                                                    (174' +
  477.         ')               '
  478.       
  479.         'Faso                                                        (175' +
  480.         ')               '
  481.       
  482.         'Fiji                                                        (176' +
  483.         ')               '
  484.       
  485.         'Finland                                                     (177' +
  486.         ')               '
  487.       
  488.         'France                                                      (178' +
  489.         ')               '
  490.       
  491.         'Gabon                                                       (179' +
  492.         ')               '
  493.       
  494.         'Gambia                                                      (180' +
  495.         ')               '
  496.       
  497.         'Germany                                                     (181' +
  498.         ')               '
  499.       
  500.         'Ghana                                                       (182' +
  501.         ')               '
  502.       
  503.         'Greece                                                      (183' +
  504.         ')               '
  505.       
  506.         'Grenada                                                     (184' +
  507.         ')               '
  508.       
  509.         'Guatemala                                                   (185' +
  510.         ')               '
  511.       
  512.         'Guinea                                                      (186' +
  513.         ')               '
  514.       
  515.         'Guyana                                                      (187' +
  516.         ')               '
  517.       
  518.         'Haiti                                                       (188' +
  519.         ')               '
  520.       
  521.         'Honduras                                                    (189' +
  522.         ')               '
  523.       
  524.         'Hungary                                                     (190' +
  525.         ')               '
  526.       
  527.         'Iceland                                                     (191' +
  528.         ')               '
  529.       
  530.         'India                                                       (192' +
  531.         ')               '
  532.       
  533.         'Indonesia                                                   (193' +
  534.         ')               '
  535.       
  536.         'Iran                                                        (194' +
  537.         ')               '
  538.       
  539.         'Iraq                                                        (195' +
  540.         ')               '
  541.       
  542.         'Ireland                                                     (196' +
  543.         ')               '
  544.       
  545.         'Israel                                                      (042' +
  546.         ')               '
  547.       
  548.         'Italy                                                       (043' +
  549.         ')               '
  550.       
  551.         'Ivory Coast                                                 (041' +
  552.         ')               '
  553.       
  554.         'Jamaica                                                     (044' +
  555.         ')               '
  556.       
  557.         'Japan                                                       (045' +
  558.         ')               '
  559.       
  560.         'Jordan                                                      (046' +
  561.         ')               '
  562.       
  563.         'Kazakhstan                                                  (047' +
  564.         ')               '
  565.       
  566.         'Kenya                                                       (048' +
  567.         ')               '
  568.       
  569.         'Kiribati                                                    (049' +
  570.         ')               '
  571.       
  572.         'Korea North                                                 (050' +
  573.         ')               '
  574.       
  575.         'Korea South                                                 (051' +
  576.         ')               '
  577.       
  578.         'Kuwait                                                      (052' +
  579.         ')               '
  580.       
  581.         'Kyrgyzstan                                                  (053' +
  582.         ')               '
  583.       
  584.         'Laos                                                        (054' +
  585.         ')               '
  586.       
  587.         'Latvia                                                      (055' +
  588.         ')               '
  589.       
  590.         'Lebanon                                                     (056' +
  591.         ')               '
  592.       
  593.         'Leone                                                       (057' +
  594.         ')               '
  595.       
  596.         'Lesotho                                                     (058' +
  597.         ')               '
  598.       
  599.         'Liberia                                                     (059' +
  600.         ')               '
  601.       
  602.         'Libya                                                       (060' +
  603.         ')               '
  604.       
  605.         'Liechtenstein                                               (061' +
  606.         ')               '
  607.       
  608.         'Lithuania                                                   (062' +
  609.         ')               '
  610.       
  611.         'Luxembourg                                                  (063' +
  612.         ')               '
  613.       
  614.         'Macedonia                                                   (064' +
  615.         ')               '
  616.       
  617.         'Madagascar                                                  (065' +
  618.         ')               '
  619.       
  620.         'Malawi                                                      (066' +
  621.         ')               '
  622.       
  623.         'Malaysia                                                    (067' +
  624.         ')               '
  625.       
  626.         'Maldives                                                    (068' +
  627.         ')               '
  628.       
  629.         'Mali                                                        (069' +
  630.         ')               '
  631.       
  632.         'Malta                                                       (070' +
  633.         ')               '
  634.       
  635.         'Marshall Islands                                            (071' +
  636.         ')               '
  637.       
  638.         'Mauritania                                                  (072' +
  639.         ')               '
  640.       
  641.         'Mauritius                                                   (073' +
  642.         ')               '
  643.       
  644.         'Mexico                                                      (074' +
  645.         ')               '
  646.       
  647.         'Micronesia                                                  (075' +
  648.         ')               '
  649.       
  650.         'Moldova                                                     (076' +
  651.         ')               '
  652.       
  653.         'Monaco                                                      (077' +
  654.         ')               '
  655.       
  656.         'Mongolia                                                    (078' +
  657.         ')               '
  658.       
  659.         'Morocco                                                     (079' +
  660.         ')               '
  661.       
  662.         'Mozambique                                                  (080' +
  663.         ')               '
  664.       
  665.         'Myanmar                                                     (081' +
  666.         ')               '
  667.       
  668.         'Namibia                                                     (082' +
  669.         ')               '
  670.       
  671.         'Nauru                                                       (083' +
  672.         ')               '
  673.       
  674.         'Nepal                                                       (084' +
  675.         ')               '
  676.       
  677.         'New Zealand                                                 (086' +
  678.         ')               '
  679.       
  680.         'Nicaragua                                                   (087' +
  681.         ')               '
  682.       
  683.         'Niger                                                       (088' +
  684.         ')               '
  685.       
  686.         'Nigeria                                                     (089' +
  687.         ')               '
  688.       
  689.         'Norway                                                      (090' +
  690.         ')               '
  691.       
  692.         'Oman                                                        (091' +
  693.         ')               '
  694.       
  695.         'Pakistan                                                    (092' +
  696.         ')               '
  697.       
  698.         'Palau                                                       (093' +
  699.         ')               '
  700.       
  701.         'Panama                                                      (094' +
  702.         ')               '
  703.       
  704.         'Papau New Guinea                                            (203' +
  705.         ')               '
  706.       
  707.         'Paraguay                                                    (096' +
  708.         ')               '
  709.       
  710.         'Peru                                                        (097' +
  711.         ')               '
  712.       
  713.         'Poland                                                      (098' +
  714.         ')               '
  715.       
  716.         'Portugal                                                    (099' +
  717.         ')               '
  718.       
  719.         'Qatar                                                       (100' +
  720.         ')               '
  721.       
  722.         'Republic Of Yemen                                           (101' +
  723.         ')               '
  724.       
  725.         'Romania                                                     (102' +
  726.         ')               '
  727.       
  728.         'Russia                                                      (103' +
  729.         ')               '
  730.       
  731.         'Rwanda                                                      (104' +
  732.         ')               '
  733.       
  734.         'Saint Pierre and Miquelon                                   (201' +
  735.         ')               '
  736.       
  737.         'San Marino                                                  (105' +
  738.         ')               '
  739.       
  740.         'Satilde;o Tomeacute;                                        (106' +
  741.         ')               '
  742.       
  743.         'Saudi Arabia                                                (107' +
  744.         ')               '
  745.       
  746.         'Senegal                                                     (108' +
  747.         ')               '
  748.       
  749.         'Serbia and Montenegro                                       (202' +
  750.         ')               '
  751.       
  752.         'Seychelles                                                  (109' +
  753.         ')               '
  754.       
  755.         'Sierra                                                      (110' +
  756.         ')               '
  757.       
  758.         'Singapore                                                   (111' +
  759.         ')               '
  760.       
  761.         'Slovakia                                                    (112' +
  762.         ')               '
  763.       
  764.         'Slovenia                                                    (113' +
  765.         ')               '
  766.       
  767.         'Solomon Islands                                             (114' +
  768.         ')               '
  769.       
  770.         'Somalia                                                     (115' +
  771.         ')               '
  772.       
  773.         'South Africa                                                (116' +
  774.         ')               '
  775.       
  776.         'Spain                                                       (117' +
  777.         ')               '
  778.       
  779.         'Sri Lanka                                                   (118' +
  780.         ')               '
  781.       
  782.         'St. Kitts and Nevis                                         (119' +
  783.         ')               '
  784.       
  785.         'St. Lucia                                                   (120' +
  786.         ')               '
  787.       
  788.         'St. Vincent                                                 (121' +
  789.         ')               '
  790.       
  791.         'Sudan                                                       (122' +
  792.         ')               '
  793.       
  794.         'Suriname                                                    (123' +
  795.         ')               '
  796.       
  797.         'Swaziland                                                   (124' +
  798.         ')               '
  799.       
  800.         'Sweden                                                      (125' +
  801.         ')               '
  802.       
  803.         'Switzerland                                                 (126' +
  804.         ')               '
  805.       
  806.         'Syria                                                       (127' +
  807.         ')               '
  808.       
  809.         'Taiwan                                                      (128' +
  810.         ')               '
  811.       
  812.         'Tajikistan                                                  (129' +
  813.         ')               '
  814.       
  815.         'Tanzania                                                    (130' +
  816.         ')               '
  817.       
  818.         'Thailand                                                    (131' +
  819.         ')               '
  820.       
  821.         'The Grenadines                                              (132' +
  822.         ')               '
  823.       
  824.         'The Netherlands                                             (133' +
  825.         ')               '
  826.       
  827.         'The Philippines                                             (134' +
  828.         ')               '
  829.       
  830.         'Togo                                                        (135' +
  831.         ')               '
  832.       
  833.         'Tonga                                                       (136' +
  834.         ')               '
  835.       
  836.         'Trinidad                                                    (137' +
  837.         ')               '
  838.       
  839.         'Tunisia                                                     (138' +
  840.         ')               '
  841.       
  842.         'Turkey                                                      (139' +
  843.         ')               '
  844.       
  845.         'Turkmenistan                                                (140' +
  846.         ')               '
  847.       
  848.         'Tuvalu                                                      (141' +
  849.         ')               '
  850.       
  851.         'Uganda                                                      (142' +
  852.         ')               '
  853.       
  854.         'Ukraine                                                     (143' +
  855.         ')               '
  856.       
  857.         'United Arab Emirates                                        (144' +
  858.         ')               '
  859.       
  860.         'United Kingdom                                              (145' +
  861.         ')               '
  862.       
  863.         'United States of America                                    (146' +
  864.         ')               '
  865.       
  866.         'Uruguay                                                     (147' +
  867.         ')               '
  868.       
  869.         'Uzbekistan                                                  (148' +
  870.         ')               '
  871.       
  872.         'Vanuatu                                                     (149' +
  873.         ')               '
  874.       
  875.         'Venezuela                                                   (150' +
  876.         ')               '
  877.       
  878.         'Vietnam                                                     (151' +
  879.         ')               '
  880.       
  881.         'Western Sahara                                              (152' +
  882.         ')               '
  883.       
  884.         'Western Samoa                                               (153' +
  885.         ')               '
  886.       
  887.         'Yugoslavia                                                  (154' +
  888.         ')               '
  889.       
  890.         'Zaire                                                       (155' +
  891.         ')               '
  892.       
  893.         'Zambia                                                      (156' +
  894.         ')               '
  895.       
  896.         'Zimbabwe                                                    (157' +
  897.         ') ')
  898.   end
  899.   object COUNTRYT: TStaticText
  900.     Left = 5
  901.     Top = 211
  902.     Width = 42
  903.     Height = 18
  904.     Caption = 'Country'
  905.     Font.Charset = EASTEUROPE_CHARSET
  906.     Font.Color = clWindowText
  907.     Font.Height = -11
  908.     Font.Name = 'MS Sans Serif'
  909.     Font.Style = []
  910.     ParentFont = False
  911.     TabOrder = 28
  912.   end
  913.   object SPT: TStaticText
  914.     Left = 5
  915.     Top = 235
  916.     Width = 74
  917.     Height = 18
  918.     Caption = 'State/Province'
  919.     Font.Charset = EASTEUROPE_CHARSET
  920.     Font.Color = clWindowText
  921.     Font.Height = -11
  922.     Font.Name = 'MS Sans Serif'
  923.     Font.Style = []
  924.     ParentFont = False
  925.     TabOrder = 29
  926.   end
  927.   object CITYT: TStaticText
  928.     Left = 5
  929.     Top = 259
  930.     Width = 22
  931.     Height = 18
  932.     Caption = 'City'
  933.     Font.Charset = EASTEUROPE_CHARSET
  934.     Font.Color = clWindowText
  935.     Font.Height = -11
  936.     Font.Name = 'MS Sans Serif'
  937.     Font.Style = []
  938.     ParentFont = False
  939.     TabOrder = 30
  940.   end
  941.   object LANGT: TStaticText
  942.     Left = 5
  943.     Top = 283
  944.     Width = 52
  945.     Height = 18
  946.     Caption = 'Language'
  947.     Font.Charset = EASTEUROPE_CHARSET
  948.     Font.Color = clWindowText
  949.     Font.Height = -11
  950.     Font.Name = 'MS Sans Serif'
  951.     Font.Style = []
  952.     ParentFont = False
  953.     TabOrder = 31
  954.   end
  955.   object Language: TComboBox
  956.     Left = 88
  957.     Top = 280
  958.     Width = 153
  959.     Height = 21
  960.     Style = csDropDownList
  961.     ItemHeight = 13
  962.     TabOrder = 14
  963.     OnChange = ControlBoxChange
  964.     Items.Strings = (
  965.       
  966.         'Language                                                    (000' +
  967.         ')'
  968.       
  969.         'Bulgarian                                                   (022' +
  970.         ')               '
  971.       
  972.         'Chinese Mandarin                                            (008' +
  973.         ')               '
  974.       
  975.         'Chinese Zhuang                                              (009' +
  976.         ')               '
  977.       
  978.         'Croation                                                    (023' +
  979.         ')               '
  980.       
  981.         'Czech                                                       (010' +
  982.         ')               '
  983.       
  984.         'Danish                                                      (011' +
  985.         ')               '
  986.       
  987.         'Dutch                                                       (012' +
  988.         ')               '
  989.       
  990.         'Eastonian                                                   (024' +
  991.         ')               '
  992.       
  993.         'English                                                     (001' +
  994.         ')               '
  995.       
  996.         'Filipino                                                    (025' +
  997.         ')               '
  998.       
  999.         'Finnish                                                     (026' +
  1000.         ')               '
  1001.       
  1002.         'French                                                      (002' +
  1003.         ')               '
  1004.       
  1005.         'German                                                      (003' +
  1006.         ')               '
  1007.       
  1008.         'Greek                                                       (027' +
  1009.         ')               '
  1010.       
  1011.         'Gujarati                                                    (013' +
  1012.         ')               '
  1013.       
  1014.         'Hindi                                                       (014' +
  1015.         ')               '
  1016.       
  1017.         'Indonesian                                                  (028' +
  1018.         ')               '
  1019.       
  1020.         'Italian                                                     (015' +
  1021.         ')               '
  1022.       
  1023.         'Japanese                                                    (004' +
  1024.         ')               '
  1025.       
  1026.         'Korean                                                      (005' +
  1027.         ')               '
  1028.       
  1029.         'Marathi                                                     (029' +
  1030.         ')               '
  1031.       
  1032.         'Norwegian                                                   (016' +
  1033.         ')               '
  1034.       
  1035.         'Panjabi                                                     (031' +
  1036.         ')               '
  1037.       
  1038.         'Polish                                                      (006' +
  1039.         ')               '
  1040.       
  1041.         'Portuguese                                                  (017' +
  1042.         ')               '
  1043.       
  1044.         'Punjabi                                                     (030' +
  1045.         ')               '
  1046.       
  1047.         'Romanian                                                    (032' +
  1048.         ')               '
  1049.       
  1050.         'Russian                                                     (018' +
  1051.         ')               '
  1052.       
  1053.         'Slovak                                                      (033' +
  1054.         ')               '
  1055.       
  1056.         'Spanish                                                     (007' +
  1057.         ')               '
  1058.       
  1059.         'Swedish                                                     (019' +
  1060.         ')               '
  1061.       
  1062.         'Tamil                                                       (034' +
  1063.         ')               '
  1064.       
  1065.         'Thai                                                        (035' +
  1066.         ')               '
  1067.       
  1068.         'Turkish                                                     (036' +
  1069.         ')               '
  1070.       
  1071.         'Ukranian                                                    (020' +
  1072.         ')               '
  1073.       
  1074.         'Urdu                                                        (037' +
  1075.         ')               '
  1076.       
  1077.         'Vietnamese                                                  (021' +
  1078.         ')')
  1079.   end
  1080.   object City: TEdit
  1081.     Left = 88
  1082.     Top = 256
  1083.     Width = 153
  1084.     Height = 22
  1085.     Font.Charset = EASTEUROPE_CHARSET
  1086.     Font.Color = clWindowText
  1087.     Font.Height = -11
  1088.     Font.Name = 'MS Sans Serif'
  1089.     Font.Style = []
  1090.     MaxLength = 60
  1091.     ParentFont = False
  1092.     TabOrder = 13
  1093.     OnKeyDown = OnKeyDown
  1094.     OnKeyPress = CharEntryKeyPress
  1095.   end
  1096.   object HPhone: TEdit
  1097.     Left = 328
  1098.     Top = 208
  1099.     Width = 153
  1100.     Height = 22
  1101.     Font.Charset = EASTEUROPE_CHARSET
  1102.     Font.Color = clWindowText
  1103.     Font.Height = -11
  1104.     Font.Name = 'MS Sans Serif'
  1105.     Font.Style = []
  1106.     MaxLength = 30
  1107.     ParentFont = False
  1108.     TabOrder = 16
  1109.     OnKeyDown = OnKeyDown
  1110.     OnKeyPress = PhoneKeyPress
  1111.   end
  1112.   object OPhone: TEdit
  1113.     Left = 328
  1114.     Top = 232
  1115.     Width = 153
  1116.     Height = 22
  1117.     Font.Charset = EASTEUROPE_CHARSET
  1118.     Font.Color = clWindowText
  1119.     Font.Height = -11
  1120.     Font.Name = 'MS Sans Serif'
  1121.     Font.Style = []
  1122.     MaxLength = 30
  1123.     ParentFont = False
  1124.     TabOrder = 17
  1125.     OnKeyDown = OnKeyDown
  1126.     OnKeyPress = PhoneKeyPress
  1127.   end
  1128.   object MPhone: TEdit
  1129.     Left = 328
  1130.     Top = 256
  1131.     Width = 153
  1132.     Height = 22
  1133.     Font.Charset = EASTEUROPE_CHARSET
  1134.     Font.Color = clWindowText
  1135.     Font.Height = -11
  1136.     Font.Name = 'MS Sans Serif'
  1137.     Font.Style = []
  1138.     MaxLength = 30
  1139.     ParentFont = False
  1140.     TabOrder = 18
  1141.     OnKeyDown = OnKeyDown
  1142.     OnKeyPress = PhoneKeyPress
  1143.   end
  1144.   object HPHONET: TStaticText
  1145.     Left = 256
  1146.     Top = 211
  1147.     Width = 64
  1148.     Height = 18
  1149.     Caption = 'Home Phone'
  1150.     Font.Charset = EASTEUROPE_CHARSET
  1151.     Font.Color = clWindowText
  1152.     Font.Height = -11
  1153.     Font.Name = 'MS Sans Serif'
  1154.     Font.Style = []
  1155.     ParentFont = False
  1156.     TabOrder = 32
  1157.   end
  1158.   object OPHONET: TStaticText
  1159.     Left = 256
  1160.     Top = 235
  1161.     Width = 67
  1162.     Height = 18
  1163.     Caption = 'Office Phone'
  1164.     Font.Charset = EASTEUROPE_CHARSET
  1165.     Font.Color = clWindowText
  1166.     Font.Height = -11
  1167.     Font.Name = 'MS Sans Serif'
  1168.     Font.Style = []
  1169.     ParentFont = False
  1170.     TabOrder = 33
  1171.   end
  1172.   object MPHONET: TStaticText
  1173.     Left = 256
  1174.     Top = 259
  1175.     Width = 67
  1176.     Height = 18
  1177.     Caption = 'Mobile Office'
  1178.     Font.Charset = EASTEUROPE_CHARSET
  1179.     Font.Color = clWindowText
  1180.     Font.Height = -11
  1181.     Font.Name = 'MS Sans Serif'
  1182.     Font.Style = []
  1183.     ParentFont = False
  1184.     TabOrder = 34
  1185.   end
  1186.   object PEMAILT: TStaticText
  1187.     Left = 5
  1188.     Top = 123
  1189.     Width = 74
  1190.     Height = 18
  1191.     Caption = 'Primary Email *'
  1192.     Font.Charset = EASTEUROPE_CHARSET
  1193.     Font.Color = clWindowText
  1194.     Font.Height = -11
  1195.     Font.Name = 'MS Sans Serif'
  1196.     Font.Style = []
  1197.     ParentFont = False
  1198.     TabOrder = 35
  1199.   end
  1200.   object PEmail: TEdit
  1201.     Left = 88
  1202.     Top = 120
  1203.     Width = 153
  1204.     Height = 22
  1205.     Font.Charset = EASTEUROPE_CHARSET
  1206.     Font.Color = clWindowText
  1207.     Font.Height = -11
  1208.     Font.Name = 'MS Sans Serif'
  1209.     Font.Style = []
  1210.     MaxLength = 60
  1211.     ParentFont = False
  1212.     TabOrder = 3
  1213.     OnKeyDown = OnKeyDown
  1214.     OnKeyPress = EmailKeyPress
  1215.   end
  1216.   object TZT: TStaticText
  1217.     Left = 248
  1218.     Top = 149
  1219.     Width = 58
  1220.     Height = 18
  1221.     Caption = 'TimeZone *'
  1222.     Font.Charset = EASTEUROPE_CHARSET
  1223.     Font.Color = clWindowText
  1224.     Font.Height = -11
  1225.     Font.Name = 'MS Sans Serif'
  1226.     Font.Style = []
  1227.     ParentFont = False
  1228.     TabOrder = 36
  1229.   end
  1230.   object TZ: TComboBox
  1231.     Left = 248
  1232.     Top = 168
  1233.     Width = 241
  1234.     Height = 21
  1235.     Style = csDropDownList
  1236.     DropDownCount = 20
  1237.     ItemHeight = 13
  1238.     TabOrder = 10
  1239.     Items.Strings = (
  1240.       'TimeZone'
  1241.       'Midway Island; Samoa -11  '
  1242.       'US: Hawaii-Aleutian Time (incl. DST) -10 '
  1243.       'US: Alaska Time (incl. Daylight Savings) -9 '
  1244.       'US/Can: Pacific Time (incl. DST) -8 '
  1245.       'US/Can: Mountain Time (incl. DST) -7 '
  1246.       'US: Mountain Time - Arizona -7 '
  1247.       'Canada: Central Time - Saskatchewan -6 '
  1248.       'US/Can: Central Time (incl. DST) -6 '
  1249.       'SA: Brazil - West -5 '
  1250.       'US/Can: Eastern Time (incl. DST) -5 '
  1251.       'Canada: Atlantic Time (incl. DST) -4 '
  1252.       'SA: Brazil - Central -4 '
  1253.       'Canada: Newfoundland Time -4 '
  1254.       'SA: Brazil - Rio de Janeiro -3 '
  1255.       'Cape Verde -2 '
  1256.       'Coordinated Universal Time (GMT) 0 '
  1257.       'Western European Time (incl. DST) 0 '
  1258.       'Central European Time (incl. DST) 1 '
  1259.       'Eastern European Time (incl. DST) 2 '
  1260.       'Egypt (incl. Daylight Savings) 2 '
  1261.       'Russia Zone 1 Kalengrad 2 '
  1262.       'South Africa; Turkey; Israel; Greece 2 '
  1263.       'Iraq; Quatar; Kuwait; Kenya; Uganda 3 '
  1264.       'Iran 4 '
  1265.       'Russia Zone 2 Moscow; St. Petersburg 4 '
  1266.       'Russia Zone 3 Samara; Izhevsk 4 '
  1267.       'UAE; Oman; Azerbaijan 4 '
  1268.       'Pakistan; Tajikistan; Uzebekistan 5 '
  1269.       'Russia Zone 4 Yekaterinburg; Perm 5 '
  1270.       'India; Nepal 6 '
  1271.       'Russia Zone 5 Novosibirsk; Omsk 6 '
  1272.       'Sri Lanka; Kazahkstan; Bangladesh 6 '
  1273.       'Christmas Island Time 7 '
  1274.       'Russia Zone 6 Krasnoyarsk; Kemerovo 7 '
  1275.       'Thailand; Vietnam; Laos; Indonesia 7 '
  1276.       'Australian Western Standard Time 8 '
  1277.       'China; Sinapore; Macau; Malaysia 8 '
  1278.       'Russia Zone 7 Irkutsk; Ulan-Ude 8 '
  1279.       'Japan; Korea; East Indonesia 9 '
  1280.       'Russia Zone 8 Chita; Yakutsk 9 '
  1281.       'Australian Central Time (incl. DST) 10 '
  1282.       'Australian Eastern Time (incl. DST) 10 '
  1283.       'Australian Eastern Time (Tasmania DST) 10 '
  1284.       'Russia Zone 9 Vladivostok; Khabarovsk 10 '
  1285.       'Russia Zone 10 Magadan; Kolyma 11 '
  1286.       'New Zealand; Fiji (incl. Daylight Savings) 12 '
  1287.       'Russia Zone 11 Anadyr; Severo Kurilsk 12 ')
  1288.   end
  1289.   object ABOUTT: TStaticText
  1290.     Left = 5
  1291.     Top = 339
  1292.     Width = 50
  1293.     Height = 18
  1294.     Caption = 'About Me'
  1295.     Font.Charset = EASTEUROPE_CHARSET
  1296.     Font.Color = clWindowText
  1297.     Font.Height = -11
  1298.     Font.Name = 'MS Sans Serif'
  1299.     Font.Style = []
  1300.     ParentFont = False
  1301.     TabOrder = 37
  1302.   end
  1303.   object About: TMemo
  1304.     Left = 88
  1305.     Top = 341
  1306.     Width = 273
  1307.     Height = 68
  1308.     MaxLength = 512
  1309.     ScrollBars = ssVertical
  1310.     TabOrder = 21
  1311.     OnKeyDown = OnKeyDown
  1312.     OnKeyPress = CharEntryKeyPress
  1313.   end
  1314.   object BAccept: TButton
  1315.     Left = 384
  1316.     Top = 344
  1317.     Width = 99
  1318.     Height = 20
  1319.     Caption = 'Accept'
  1320.     Font.Charset = EASTEUROPE_CHARSET
  1321.     Font.Color = clWindowText
  1322.     Font.Height = -11
  1323.     Font.Name = 'MS Sans Serif'
  1324.     Font.Style = []
  1325.     ParentFont = False
  1326.     TabOrder = 22
  1327.     OnClick = BAcceptClick
  1328.   end
  1329.   object BClose: TButton
  1330.     Left = 384
  1331.     Top = 392
  1332.     Width = 99
  1333.     Height = 20
  1334.     Caption = 'Close'
  1335.     Font.Charset = EASTEUROPE_CHARSET
  1336.     Font.Color = clWindowText
  1337.     Font.Height = -11
  1338.     Font.Name = 'MS Sans Serif'
  1339.     Font.Style = []
  1340.     ParentFont = False
  1341.     TabOrder = 24
  1342.     OnClick = BCloseClick
  1343.   end
  1344.   object LNAMET: TStaticText
  1345.     Left = 5
  1346.     Top = 99
  1347.     Width = 55
  1348.     Height = 18
  1349.     Caption = 'Last Name'
  1350.     Font.Charset = EASTEUROPE_CHARSET
  1351.     Font.Color = clWindowText
  1352.     Font.Height = -11
  1353.     Font.Name = 'MS Sans Serif'
  1354.     Font.Style = []
  1355.     ParentFont = False
  1356.     TabOrder = 38
  1357.   end
  1358.   object EEmail: TEdit
  1359.     Left = 88
  1360.     Top = 144
  1361.     Width = 153
  1362.     Height = 22
  1363.     Font.Charset = EASTEUROPE_CHARSET
  1364.     Font.Color = clWindowText
  1365.     Font.Height = -11
  1366.     Font.Name = 'MS Sans Serif'
  1367.     Font.Style = []
  1368.     MaxLength = 60
  1369.     ParentFont = False
  1370.     TabOrder = 4
  1371.     OnKeyDown = OnKeyDown
  1372.     OnKeyPress = EmailKeyPress
  1373.   end
  1374.   object EEMAILT: TStaticText
  1375.     Left = 5
  1376.     Top = 147
  1377.     Width = 70
  1378.     Height = 18
  1379.     Caption = 'External Email'
  1380.     Font.Charset = EASTEUROPE_CHARSET
  1381.     Font.Color = clWindowText
  1382.     Font.Height = -11
  1383.     Font.Name = 'MS Sans Serif'
  1384.     Font.Style = []
  1385.     ParentFont = False
  1386.     TabOrder = 39
  1387.   end
  1388.   object ESMS: TEdit
  1389.     Left = 88
  1390.     Top = 168
  1391.     Width = 153
  1392.     Height = 22
  1393.     Font.Charset = EASTEUROPE_CHARSET
  1394.     Font.Color = clWindowText
  1395.     Font.Height = -11
  1396.     Font.Name = 'MS Sans Serif'
  1397.     Font.Style = []
  1398.     MaxLength = 60
  1399.     ParentFont = False
  1400.     TabOrder = 5
  1401.     OnKeyDown = OnKeyDown
  1402.     OnKeyPress = EmailKeyPress
  1403.   end
  1404.   object ESMST: TStaticText
  1405.     Left = 5
  1406.     Top = 171
  1407.     Width = 68
  1408.     Height = 18
  1409.     Caption = 'External SMS'
  1410.     Font.Charset = EASTEUROPE_CHARSET
  1411.     Font.Color = clWindowText
  1412.     Font.Height = -11
  1413.     Font.Name = 'MS Sans Serif'
  1414.     Font.Style = []
  1415.     ParentFont = False
  1416.     TabOrder = 40
  1417.   end
  1418.   object BPW: TButton
  1419.     Left = 384
  1420.     Top = 368
  1421.     Width = 99
  1422.     Height = 20
  1423.     Caption = 'Change Password'
  1424.     Font.Charset = EASTEUROPE_CHARSET
  1425.     Font.Color = clWindowText
  1426.     Font.Height = -11
  1427.     Font.Name = 'MS Sans Serif'
  1428.     Font.Style = []
  1429.     ParentFont = False
  1430.     TabOrder = 23
  1431.     OnClick = BPWClick
  1432.   end
  1433.   object StaticText1: TStaticText
  1434.     Left = 312
  1435.     Top = 20
  1436.     Width = 113
  1437.     Height = 16
  1438.     AutoSize = False
  1439.     Caption = '...loading...'
  1440.     Color = clWhite
  1441.     Font.Charset = EASTEUROPE_CHARSET
  1442.     Font.Color = clMaroon
  1443.     Font.Height = -13
  1444.     Font.Name = 'MS Sans Serif'
  1445.     Font.Style = [fsBold]
  1446.     ParentColor = False
  1447.     ParentFont = False
  1448.     TabOrder = 41
  1449.   end
  1450.   object SP: TComboBox
  1451.     Left = 88
  1452.     Top = 232
  1453.     Width = 153
  1454.     Height = 21
  1455.     Style = csDropDownList
  1456.     ItemHeight = 13
  1457.     ItemIndex = 0
  1458.     TabOrder = 12
  1459.     Text = 'State-Province'
  1460.     OnChange = ControlBoxChange
  1461.     Items.Strings = (
  1462.       'State-Province'
  1463.       'Alabama'
  1464.       'Alaska'
  1465.       'Arizona'
  1466.       'Arkansas'
  1467.       'California'
  1468.       'Colorado'
  1469.       'Connecticut'
  1470.       'Delaware'
  1471.       'Florida'
  1472.       'Georgia'
  1473.       'Hawaii'
  1474.       'Idaho'
  1475.       'Illinois'
  1476.       'Indiana'
  1477.       'Iowa'
  1478.       'Kansas'
  1479.       'Kentucky'
  1480.       'Louisiana'
  1481.       'Maine'
  1482.       'Maryland'
  1483.       'Massachusetts'
  1484.       'Michigan'
  1485.       'Minnesota'
  1486.       'Mississippi'
  1487.       'Missouri'
  1488.       'Montana'
  1489.       'Nebraska'
  1490.       'Nevada'
  1491.       'New Hampshire'
  1492.       'New Jersey'
  1493.       'New Mexico'
  1494.       'New York'
  1495.       'North Carolina'
  1496.       'North Dakota'
  1497.       'Ohio'
  1498.       'Oklahoma'
  1499.       'Oregon'
  1500.       'Pennsylvania'
  1501.       'Rhode Island'
  1502.       'South Carolina'
  1503.       'South Dakota'
  1504.       'Tennessee'
  1505.       'Texas'
  1506.       'Utah'
  1507.       'Vermont'
  1508.       'Virginia'
  1509.       'Washington'
  1510.       'West Virginia'
  1511.       'Wisconsin'
  1512.       'Wyoming'
  1513.       'Alberta'
  1514.       'British Columbia'
  1515.       'Manitoba'
  1516.       'New Brunswick'
  1517.       'Newfoundland'
  1518.       'Nova Scotia'
  1519.       'Nunavut'
  1520.       'North West Territories'
  1521.       'Ontario'
  1522.       'Prince Edward Island'
  1523.       'Quebec'
  1524.       'Saskatchewan'
  1525.       'Yukon Territory')
  1526.   end
  1527.   object NName: TEdit
  1528.     Left = 88
  1529.     Top = 48
  1530.     Width = 153
  1531.     Height = 22
  1532.     Font.Charset = EASTEUROPE_CHARSET
  1533.     Font.Color = clWindowText
  1534.     Font.Height = -11
  1535.     Font.Name = 'MS Sans Serif'
  1536.     Font.Style = []
  1537.     MaxLength = 32
  1538.     ParentFont = False
  1539.     TabOrder = 0
  1540.     OnKeyDown = OnKeyDown
  1541.     OnKeyPress = CharEntryKeyPress
  1542.   end
  1543.   object NNAMET: TStaticText
  1544.     Left = 5
  1545.     Top = 51
  1546.     Width = 51
  1547.     Height = 18
  1548.     Caption = 'NickName'
  1549.     Font.Charset = EASTEUROPE_CHARSET
  1550.     Font.Color = clWindowText
  1551.     Font.Height = -11
  1552.     Font.Name = 'MS Sans Serif'
  1553.     Font.Style = []
  1554.     ParentFont = False
  1555.     TabOrder = 42
  1556.   end
  1557.   object DOBDAY: TStaticText
  1558.     Left = 416
  1559.     Top = 102
  1560.     Width = 55
  1561.     Height = 17
  1562.     Alignment = taRightJustify
  1563.     Caption = 'DOBDAY'
  1564.     Font.Charset = DEFAULT_CHARSET
  1565.     Font.Color = clMaroon
  1566.     Font.Height = -11
  1567.     Font.Name = 'MS Sans Serif'
  1568.     Font.Style = [fsBold]
  1569.     ParentFont = False
  1570.     TabOrder = 43
  1571.     Visible = False
  1572.   end
  1573.   object HPAGET: TStaticText
  1574.     Left = 256
  1575.     Top = 283
  1576.     Width = 58
  1577.     Height = 18
  1578.     Caption = 'Home Page'
  1579.     Font.Charset = EASTEUROPE_CHARSET
  1580.     Font.Color = clWindowText
  1581.     Font.Height = -11
  1582.     Font.Name = 'MS Sans Serif'
  1583.     Font.Style = []
  1584.     ParentFont = False
  1585.     TabOrder = 44
  1586.   end
  1587.   object HPage: TEdit
  1588.     Left = 328
  1589.     Top = 280
  1590.     Width = 153
  1591.     Height = 22
  1592.     Cursor = crHandPoint
  1593.     Font.Charset = EASTEUROPE_CHARSET
  1594.     Font.Color = clBlue
  1595.     Font.Height = -11
  1596.     Font.Name = 'MS Sans Serif'
  1597.     Font.Style = [fsUnderline]
  1598.     MaxLength = 60
  1599.     ParentFont = False
  1600.     TabOrder = 19
  1601.     OnDblClick = HPageClick
  1602.     OnKeyDown = OnKeyDown
  1603.     OnKeyPress = EmailKeyPress
  1604.   end
  1605.   object Sign: TStaticText
  1606.     Left = 322
  1607.     Top = 102
  1608.     Width = 29
  1609.     Height = 17
  1610.     Cursor = crHandPoint
  1611.     Hint = 'Show Horoscope'
  1612.     Caption = 'Sign'
  1613.     Font.Charset = DEFAULT_CHARSET
  1614.     Font.Color = clMaroon
  1615.     Font.Height = -11
  1616.     Font.Name = 'MS Sans Serif'
  1617.     Font.Style = [fsBold]
  1618.     ParentFont = False
  1619.     ParentShowHint = False
  1620.     ShowHint = True
  1621.     TabOrder = 45
  1622.     Visible = False
  1623.     OnClick = SignClick
  1624.   end
  1625.   object BReset: TButton
  1626.     Left = 430
  1627.     Top = 76
  1628.     Width = 58
  1629.     Height = 20
  1630.     Caption = 'Reset'
  1631.     TabOrder = 46
  1632.     OnClick = BResetClick
  1633.   end
  1634.   object AffID: TEdit
  1635.     Left = 352
  1636.     Top = 306
  1637.     Width = 129
  1638.     Height = 22
  1639.     Font.Charset = EASTEUROPE_CHARSET
  1640.     Font.Color = clWindowText
  1641.     Font.Height = -11
  1642.     Font.Name = 'MS Sans Serif'
  1643.     Font.Style = [fsBold]
  1644.     MaxLength = 32
  1645.     ParentFont = False
  1646.     ParentShowHint = False
  1647.     ShowHint = True
  1648.     TabOrder = 20
  1649.     OnKeyDown = OnKeyDown
  1650.   end
  1651.   object AffIDDays: TEdit
  1652.     Left = 16
  1653.     Top = 384
  1654.     Width = 41
  1655.     Height = 21
  1656.     TabOrder = 47
  1657.     Visible = False
  1658.   end
  1659.   object ClubN: TEdit
  1660.     Left = 136
  1661.     Top = 306
  1662.     Width = 105
  1663.     Height = 22
  1664.     Font.Charset = EASTEUROPE_CHARSET
  1665.     Font.Color = clWindowText
  1666.     Font.Height = -11
  1667.     Font.Name = 'MS Sans Serif'
  1668.     Font.Style = [fsBold]
  1669.     MaxLength = 10
  1670.     ParentFont = False
  1671.     ParentShowHint = False
  1672.     ShowHint = True
  1673.     TabOrder = 15
  1674.     OnKeyDown = OnKeyDown
  1675.   end
  1676.   object Timer1: TTimer
  1677.     Enabled = False
  1678.     OnTimer = Timer1Timer
  1679.     Left = 16
  1680.     Top = 352
  1681.   end
  1682.   object ClientSocket1: TClientSocket
  1683.     Active = False
  1684.     ClientType = ctNonBlocking
  1685.     Port = 0
  1686.     OnConnect = ClientSocket1Connect
  1687.     OnRead = ClientSocket1Read
  1688.     OnError = ClientSocket1Error
  1689.     Left = 16
  1690.     Top = 328
  1691.   end
  1692.   object OpenAvatar: TOpenPictureDialog
  1693.     Left = 48
  1694.     Top = 344
  1695.   end
  1696. end
  1697.