⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userinfo.dfm

📁 ICQ客户端源代码
💻 DFM
📖 第 1 页 / 共 4 页
字号:
        ParentFont = False
      end
      object WCountryLabel: TLabel
        Left = 104
        Top = 112
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object WCompanyLabel: TLabel
        Left = 104
        Top = 8
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object WDepartmentLabel: TLabel
        Left = 104
        Top = 24
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object WPositionLabel: TLabel
        Left = 104
        Top = 40
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object WOccupationLabel: TLabel
        Left = 104
        Top = 64
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
      end
      object WHomePageLabel: TLabel
        Left = 104
        Top = 192
        Width = 77
        Height = 13
        Caption = '<not specified>'
        Color = clBtnFace
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentColor = False
        ParentFont = False
        OnClick = WHomePageLabelClick
      end
    end
    object tsPast: TTabSheet
      Caption = 'Background'
      ImageIndex = 3
      object GroupBox7: TGroupBox
        Left = 0
        Top = 0
        Width = 329
        Height = 105
        Caption = ' Pasts '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = 13977088
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 0
        object PastsListView: TListView
          Left = 8
          Top = 16
          Width = 313
          Height = 81
          Color = clBtnFace
          Columns = <
            item
              Width = 100
            end
            item
              Width = 200
            end>
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Tahoma'
          Font.Style = []
          ReadOnly = True
          RowSelect = True
          ParentFont = False
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
      object GroupBox8: TGroupBox
        Left = 0
        Top = 112
        Width = 329
        Height = 97
        Caption = ' Interests '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = 13977088
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 1
        object InterestsView: TListView
          Left = 8
          Top = 16
          Width = 313
          Height = 73
          Color = clBtnFace
          Columns = <
            item
              Width = 90
            end
            item
              Width = 200
            end>
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Tahoma'
          Font.Style = []
          ReadOnly = True
          RowSelect = True
          ParentFont = False
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
    object tbAbout: TTabSheet
      Caption = 'Notes'
      ImageIndex = 2
      object GroupBox5: TGroupBox
        Left = 0
        Top = 0
        Width = 329
        Height = 105
        Caption = ' About '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = 13977088
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 0
        object AboutMemo: TMemo
          Left = 8
          Top = 16
          Width = 313
          Height = 81
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Tahoma'
          Font.Style = []
          ParentColor = True
          ParentFont = False
          ReadOnly = True
          TabOrder = 0
        end
      end
      object GroupBox6: TGroupBox
        Left = 0
        Top = 112
        Width = 329
        Height = 97
        Caption = ' Affiliations '
        Font.Charset = DEFAULT_CHARSET
        Font.Color = 13977088
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        TabOrder = 1
        object AffiliationsListView: TListView
          Left = 8
          Top = 16
          Width = 313
          Height = 73
          Color = clBtnFace
          Columns = <
            item
              Width = 100
            end
            item
              Width = 200
            end>
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Tahoma'
          Font.Style = []
          ReadOnly = True
          RowSelect = True
          ParentFont = False
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
  end
  object btnUpdate: TButton
    Left = 8
    Top = 312
    Width = 75
    Height = 23
    Caption = '&Update now'
    TabOrder = 1
    OnClick = btnUpdateClick
  end
  object Button2: TButton
    Left = 272
    Top = 312
    Width = 75
    Height = 23
    Caption = '&Close'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Panel: TPanel
    Left = 0
    Top = 0
    Width = 355
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    Color = clWhite
    Font.Charset = EASTEUROPE_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentBackground = False
    ParentFont = False
    TabOrder = 3
    object Image1: TImage
      Left = 12
      Top = 6
      Width = 32
      Height = 32
      AutoSize = True
      Center = True
      Picture.Data = {
        055449636F6E0000010001002020000001000800A80800001600000028000000
        2000000040000000010008000000000080040000000000000000000000000000
        000000000000000080808000FFFFFF00FFF0D4006E6E6E0056565600FFAA2500
        FFD4D40062626200B97A0000007AB9008ED4FF008EFFFF00B93D000048B8FF00
        0092DC0000B93D00F0CAA6000073000000DC000092929200CECECE009E9E9E00
        48FF7300C0DCC000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000002020202020202020202020202020202020202020202020202020202
        0202020202020202020202020202020202020202020202020202020202020202
        0202020202020202020202020202020202020202121212121212121212121010
        1010020202020202020202020202020202020202121212121212121212121010
        1010020202020202040408080808080808080808121213131313171718181313
        1010121202020202040408080808080808080808121213131313171718181313
        1010121202020101111111111111111111111111111112121313141415151616
        1313101002020101111111111111111111111111111112121313141415151616
        1313101005050505050502020202020202020202020207070A0A0F0F0A0A0A0A
        1010020205050505050502020202020202020202020207070A0A0F0F0A0A0A0A
        1010020202020101020202020D0D0D0D0D0D0D0D02020A0A0E0E0E0E0E0E0A0A
        0202020202020101020202020D0D0D0D0D0D0D0D02020A0A0E0E0E0E0E0E0A0A
        02020202050505050505020202020D0D0D0D020202020A0A0E0E0E0E0E0E0A0A
        02020202050505050505020202020D0D0D0D020202020A0A0E0E0E0E0E0E0A0A
        02020202020201010202020202020D0D0D0D020202020A0A0E0E0E0E0E0E0A0A
        02020202020201010202020202020D0D0D0D020202020A0A0E0E0E0E0E0E0A0A
        020202020505050505050202020209090909020202020A0A0B0B0B0B0C0C0A0A
        020202020505050505050202020209090909020202020A0A0B0B0B0B0C0C0A0A
        0202020202020101020202020909090909090202020207070A0A0A0A0A0A0202
        0202020202020101020202020909090909090202020207070A0A0A0A0A0A0202
        0202020205050505050502020202020202020202020207070808020202020202
        0202020205050505050502020202020202020202020207070808020202020202
        0202020202020101020202020202090909090202020207070808020202020202
        0202020202020101020202020202090909090202020207070808020202020202
        0202020205050505050502020202060606060202020207070808020202020202
        0202020205050505050502020202060606060202020207070808020202020202
        0202020202020101020202020202020202020202020203030404020202020202
        0202020202020101020202020202020202020202020203030404020202020202
        0202020202020202010101010101010101010101010101010202020202020202
        0202020202020202010101010101010101010101010101010202020202020202
        0202020202020202020202020202020202020202020202020202020202020202
        0202020202020202020202020202020202020202020202020202020202020202
        0202020200000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000
        00000000}
    end
    object Label16: TLabel
      Left = 64
      Top = 20
      Width = 176
      Height = 13
      Caption = 'View personal user details and more.'
    end
  end
  object LocalTimer: TTimer
    Enabled = False
    Interval = 100
    OnTimer = LocalTimeTimerTimer
    Left = 88
    Top = 312
  end
  object TimerPing: TTimer
    Interval = 500
    OnTimer = TimerPingTimer
    Left = 240
    Top = 312
  end
  object TimerAnim: TTimer
    Enabled = False
    Interval = 100
    OnTimer = TimerAnimTimer
    Left = 208
    Top = 312
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -