home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d3456 / ICQ.ZIP / ICQ / Example / UserInfo.dfm < prev    next >
Text File  |  2002-07-15  |  14KB  |  595 lines

  1. object UserInfoForm: TUserInfoForm
  2.   Left = 272
  3.   Top = 328
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'UserInfoForm'
  7.   ClientHeight = 313
  8.   ClientWidth = 395
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 395
  23.     Height = 313
  24.     ActivePage = TabSheet1
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'General'
  29.       object GroupBox1: TGroupBox
  30.         Left = 0
  31.         Top = 0
  32.         Width = 177
  33.         Height = 105
  34.         Caption = 'Main'
  35.         TabOrder = 0
  36.         object Label1: TLabel
  37.           Left = 8
  38.           Top = 16
  39.           Width = 22
  40.           Height = 13
  41.           Caption = 'UIN:'
  42.         end
  43.         object Label2: TLabel
  44.           Left = 8
  45.           Top = 48
  46.           Width = 51
  47.           Height = 13
  48.           Caption = 'First name:'
  49.         end
  50.         object Label3: TLabel
  51.           Left = 8
  52.           Top = 64
  53.           Width = 52
  54.           Height = 13
  55.           Caption = 'Last name:'
  56.         end
  57.         object Label4: TLabel
  58.           Left = 8
  59.           Top = 80
  60.           Width = 28
  61.           Height = 13
  62.           Caption = 'Email:'
  63.         end
  64.         object UINLabel: TLabel
  65.           Left = 72
  66.           Top = 16
  67.           Width = 45
  68.           Height = 13
  69.           Caption = 'UINLabel'
  70.         end
  71.         object FirstNameLabel: TLabel
  72.           Left = 72
  73.           Top = 48
  74.           Width = 73
  75.           Height = 13
  76.           Caption = 'FirstNameLabel'
  77.         end
  78.         object LastNameLabel: TLabel
  79.           Left = 72
  80.           Top = 64
  81.           Width = 74
  82.           Height = 13
  83.           Caption = 'LastNameLabel'
  84.         end
  85.         object EmailLabel: TLabel
  86.           Left = 72
  87.           Top = 80
  88.           Width = 51
  89.           Height = 13
  90.           Caption = 'EmailLabel'
  91.         end
  92.         object NickNameLabel: TLabel
  93.           Left = 72
  94.           Top = 32
  95.           Width = 76
  96.           Height = 13
  97.           Caption = 'NickNameLabel'
  98.         end
  99.         object Label17: TLabel
  100.           Left = 8
  101.           Top = 32
  102.           Width = 53
  103.           Height = 13
  104.           Caption = 'NickName:'
  105.         end
  106.       end
  107.       object GroupBox2: TGroupBox
  108.         Left = 184
  109.         Top = 0
  110.         Width = 201
  111.         Height = 105
  112.         Caption = 'Living'
  113.         TabOrder = 1
  114.         object Label6: TLabel
  115.           Left = 8
  116.           Top = 32
  117.           Width = 20
  118.           Height = 13
  119.           Caption = 'City:'
  120.         end
  121.         object Label5: TLabel
  122.           Left = 8
  123.           Top = 48
  124.           Width = 33
  125.           Height = 13
  126.           Caption = 'Contry:'
  127.         end
  128.         object Label7: TLabel
  129.           Left = 8
  130.           Top = 16
  131.           Width = 31
  132.           Height = 13
  133.           Caption = 'Street:'
  134.         end
  135.         object Label8: TLabel
  136.           Left = 8
  137.           Top = 64
  138.           Width = 18
  139.           Height = 13
  140.           Caption = 'Zip:'
  141.         end
  142.         object Label9: TLabel
  143.           Left = 8
  144.           Top = 80
  145.           Width = 49
  146.           Height = 13
  147.           Caption = 'Timezone:'
  148.         end
  149.         object StreetLabel: TLabel
  150.           Left = 72
  151.           Top = 16
  152.           Width = 54
  153.           Height = 13
  154.           Caption = 'StreetLabel'
  155.         end
  156.         object CityLabel: TLabel
  157.           Left = 72
  158.           Top = 32
  159.           Width = 43
  160.           Height = 13
  161.           Caption = 'CityLabel'
  162.         end
  163.         object CountryLabel: TLabel
  164.           Left = 72
  165.           Top = 48
  166.           Width = 62
  167.           Height = 13
  168.           Caption = 'CountryLabel'
  169.         end
  170.         object ZipLabel: TLabel
  171.           Left = 72
  172.           Top = 64
  173.           Width = 41
  174.           Height = 13
  175.           Caption = 'ZipLabel'
  176.         end
  177.         object TimeZoneLabel: TLabel
  178.           Left = 72
  179.           Top = 80
  180.           Width = 74
  181.           Height = 13
  182.           Caption = 'TimeZoneLabel'
  183.         end
  184.       end
  185.       object GroupBox3: TGroupBox
  186.         Left = 0
  187.         Top = 107
  188.         Width = 385
  189.         Height = 174
  190.         Caption = 'Other'
  191.         TabOrder = 2
  192.         object Label10: TLabel
  193.           Left = 8
  194.           Top = 16
  195.           Width = 22
  196.           Height = 13
  197.           Caption = 'Age:'
  198.         end
  199.         object Label11: TLabel
  200.           Left = 8
  201.           Top = 32
  202.           Width = 38
  203.           Height = 13
  204.           Caption = 'Gender:'
  205.         end
  206.         object Label12: TLabel
  207.           Left = 8
  208.           Top = 48
  209.           Width = 55
  210.           Height = 13
  211.           Caption = 'Homepage:'
  212.         end
  213.         object Label13: TLabel
  214.           Left = 8
  215.           Top = 64
  216.           Width = 61
  217.           Height = 13
  218.           Caption = 'Date of birth:'
  219.         end
  220.         object Label14: TLabel
  221.           Left = 8
  222.           Top = 96
  223.           Width = 57
  224.           Height = 13
  225.           Caption = 'Language1:'
  226.         end
  227.         object Label15: TLabel
  228.           Left = 8
  229.           Top = 112
  230.           Width = 57
  231.           Height = 13
  232.           Caption = 'Language2:'
  233.         end
  234.         object Label16: TLabel
  235.           Left = 8
  236.           Top = 128
  237.           Width = 57
  238.           Height = 13
  239.           Caption = 'Language3:'
  240.         end
  241.         object AgeLabel: TLabel
  242.           Left = 80
  243.           Top = 16
  244.           Width = 45
  245.           Height = 13
  246.           Caption = 'AgeLabel'
  247.         end
  248.         object GenderLabel: TLabel
  249.           Left = 80
  250.           Top = 32
  251.           Width = 61
  252.           Height = 13
  253.           Caption = 'GenderLabel'
  254.         end
  255.         object HomePageLabel: TLabel
  256.           Left = 80
  257.           Top = 48
  258.           Width = 79
  259.           Height = 13
  260.           Caption = 'HomePageLabel'
  261.         end
  262.         object DayOfBirthLabel: TLabel
  263.           Left = 80
  264.           Top = 64
  265.           Width = 77
  266.           Height = 13
  267.           Caption = 'DayOfBirthLabel'
  268.         end
  269.         object Language1Label: TLabel
  270.           Left = 80
  271.           Top = 96
  272.           Width = 80
  273.           Height = 13
  274.           Caption = 'Language1Label'
  275.         end
  276.         object Language2Label: TLabel
  277.           Left = 80
  278.           Top = 112
  279.           Width = 80
  280.           Height = 13
  281.           Caption = 'Language2Label'
  282.         end
  283.         object Language3Label: TLabel
  284.           Left = 80
  285.           Top = 128
  286.           Width = 80
  287.           Height = 13
  288.           Caption = 'Language3Label'
  289.         end
  290.         object Label18: TLabel
  291.           Left = 8
  292.           Top = 80
  293.           Width = 37
  294.           Height = 13
  295.           Caption = 'Cellular:'
  296.         end
  297.         object CellularLabel: TLabel
  298.           Left = 80
  299.           Top = 80
  300.           Width = 60
  301.           Height = 13
  302.           Caption = 'CellularLabel'
  303.         end
  304.         object Button1: TButton
  305.           Left = 8
  306.           Top = 144
  307.           Width = 75
  308.           Height = 25
  309.           Caption = '&Update'
  310.           TabOrder = 0
  311.           OnClick = Button1Click
  312.         end
  313.       end
  314.     end
  315.     object TabSheet2: TTabSheet
  316.       Caption = 'Work'
  317.       ImageIndex = 1
  318.       object GroupBox4: TGroupBox
  319.         Left = 0
  320.         Top = 0
  321.         Width = 385
  322.         Height = 281
  323.         Caption = 'Work Info'
  324.         TabOrder = 0
  325.         object Label19: TLabel
  326.           Left = 8
  327.           Top = 16
  328.           Width = 20
  329.           Height = 13
  330.           Caption = 'City:'
  331.         end
  332.         object Label20: TLabel
  333.           Left = 8
  334.           Top = 32
  335.           Width = 28
  336.           Height = 13
  337.           Caption = 'State:'
  338.         end
  339.         object Label21: TLabel
  340.           Left = 8
  341.           Top = 48
  342.           Width = 34
  343.           Height = 13
  344.           Caption = 'Phone:'
  345.         end
  346.         object Label22: TLabel
  347.           Left = 8
  348.           Top = 64
  349.           Width = 20
  350.           Height = 13
  351.           Caption = 'Fax:'
  352.         end
  353.         object Label23: TLabel
  354.           Left = 8
  355.           Top = 80
  356.           Width = 41
  357.           Height = 13
  358.           Caption = 'Address:'
  359.         end
  360.         object Label24: TLabel
  361.           Left = 8
  362.           Top = 96
  363.           Width = 18
  364.           Height = 13
  365.           Caption = 'Zip:'
  366.         end
  367.         object Label25: TLabel
  368.           Left = 8
  369.           Top = 112
  370.           Width = 39
  371.           Height = 13
  372.           Caption = 'Country:'
  373.         end
  374.         object Label26: TLabel
  375.           Left = 8
  376.           Top = 128
  377.           Width = 47
  378.           Height = 13
  379.           Caption = 'Company:'
  380.         end
  381.         object Label27: TLabel
  382.           Left = 8
  383.           Top = 144
  384.           Width = 58
  385.           Height = 13
  386.           Caption = 'Department:'
  387.         end
  388.         object Label28: TLabel
  389.           Left = 8
  390.           Top = 160
  391.           Width = 40
  392.           Height = 13
  393.           Caption = 'Position:'
  394.         end
  395.         object Label29: TLabel
  396.           Left = 8
  397.           Top = 176
  398.           Width = 58
  399.           Height = 13
  400.           Caption = 'Occupation:'
  401.         end
  402.         object Label30: TLabel
  403.           Left = 8
  404.           Top = 192
  405.           Width = 55
  406.           Height = 13
  407.           Caption = 'Homepage:'
  408.         end
  409.         object WCityLabel: TLabel
  410.           Left = 72
  411.           Top = 16
  412.           Width = 54
  413.           Height = 13
  414.           Caption = 'WCityLabel'
  415.         end
  416.         object WStateLabel: TLabel
  417.           Left = 72
  418.           Top = 32
  419.           Width = 62
  420.           Height = 13
  421.           Caption = 'WStateLabel'
  422.         end
  423.         object WPhoneLabel: TLabel
  424.           Left = 72
  425.           Top = 48
  426.           Width = 68
  427.           Height = 13
  428.           Caption = 'WPhoneLabel'
  429.         end
  430.         object WFaxLabel: TLabel
  431.           Left = 72
  432.           Top = 64
  433.           Width = 54
  434.           Height = 13
  435.           Caption = 'WFaxLabel'
  436.         end
  437.         object WAddressLabel: TLabel
  438.           Left = 72
  439.           Top = 80
  440.           Width = 75
  441.           Height = 13
  442.           Caption = 'WAddressLabel'
  443.         end
  444.         object WZipLabel: TLabel
  445.           Left = 72
  446.           Top = 96
  447.           Width = 52
  448.           Height = 13
  449.           Caption = 'WZipLabel'
  450.         end
  451.         object WCountryLabel: TLabel
  452.           Left = 72
  453.           Top = 112
  454.           Width = 73
  455.           Height = 13
  456.           Caption = 'WCountryLabel'
  457.         end
  458.         object WCompanyLabel: TLabel
  459.           Left = 72
  460.           Top = 128
  461.           Width = 81
  462.           Height = 13
  463.           Caption = 'WCompanyLabel'
  464.         end
  465.         object WDepartmentLabel: TLabel
  466.           Left = 72
  467.           Top = 144
  468.           Width = 92
  469.           Height = 13
  470.           Caption = 'WDepartmentLabel'
  471.         end
  472.         object WPositionLabel: TLabel
  473.           Left = 72
  474.           Top = 160
  475.           Width = 74
  476.           Height = 13
  477.           Caption = 'WPositionLabel'
  478.         end
  479.         object WOccupationLabel: TLabel
  480.           Left = 72
  481.           Top = 176
  482.           Width = 92
  483.           Height = 13
  484.           Caption = 'WOccupationLabel'
  485.         end
  486.         object WHomePageLabel: TLabel
  487.           Left = 72
  488.           Top = 192
  489.           Width = 90
  490.           Height = 13
  491.           Caption = 'WHomePageLabel'
  492.         end
  493.       end
  494.     end
  495.     object TabSheet4: TTabSheet
  496.       Caption = 'Past'
  497.       ImageIndex = 3
  498.       object GroupBox7: TGroupBox
  499.         Left = 0
  500.         Top = 0
  501.         Width = 385
  502.         Height = 129
  503.         Caption = 'Pasts'
  504.         TabOrder = 0
  505.         object PastsListView: TListView
  506.           Left = 8
  507.           Top = 16
  508.           Width = 369
  509.           Height = 105
  510.           Columns = <
  511.             item
  512.               Width = 120
  513.             end
  514.             item
  515.               Width = 200
  516.             end>
  517.           RowSelect = True
  518.           ShowColumnHeaders = False
  519.           TabOrder = 0
  520.           ViewStyle = vsReport
  521.         end
  522.       end
  523.       object GroupBox8: TGroupBox
  524.         Left = 0
  525.         Top = 136
  526.         Width = 385
  527.         Height = 145
  528.         Caption = 'Affiliations'
  529.         TabOrder = 1
  530.         object AffiliationsListView: TListView
  531.           Left = 8
  532.           Top = 16
  533.           Width = 369
  534.           Height = 121
  535.           Columns = <
  536.             item
  537.               Width = 120
  538.             end
  539.             item
  540.               Width = 200
  541.             end>
  542.           RowSelect = True
  543.           ShowColumnHeaders = False
  544.           TabOrder = 0
  545.           ViewStyle = vsReport
  546.         end
  547.       end
  548.     end
  549.     object TabSheet3: TTabSheet
  550.       Caption = 'About'
  551.       ImageIndex = 2
  552.       object GroupBox5: TGroupBox
  553.         Left = 0
  554.         Top = 0
  555.         Width = 385
  556.         Height = 129
  557.         Caption = 'About'
  558.         TabOrder = 0
  559.         object AboutMemo: TMemo
  560.           Left = 8
  561.           Top = 16
  562.           Width = 369
  563.           Height = 105
  564.           TabOrder = 0
  565.         end
  566.       end
  567.       object GroupBox6: TGroupBox
  568.         Left = 0
  569.         Top = 136
  570.         Width = 385
  571.         Height = 145
  572.         Caption = 'Interests'
  573.         TabOrder = 1
  574.         object InterestsView: TListView
  575.           Left = 8
  576.           Top = 16
  577.           Width = 369
  578.           Height = 121
  579.           Columns = <
  580.             item
  581.               Width = 90
  582.             end
  583.             item
  584.               Width = 200
  585.             end>
  586.           RowSelect = True
  587.           ShowColumnHeaders = False
  588.           TabOrder = 0
  589.           ViewStyle = vsReport
  590.         end
  591.       end
  592.     end
  593.   end
  594. end
  595.