home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGPROFILE / TDLGPROFILE.txt < prev   
Text File  |  2006-04-12  |  45KB  |  1,590 lines

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