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

📄 userinfo.dfm

📁 本程序是转载的
💻 DFM
字号:
object UserInfoForm: TUserInfoForm
  Left = 272
  Top = 328
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'UserInfoForm'
  ClientHeight = 313
  ClientWidth = 395
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 395
    Height = 313
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'General'
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 177
        Height = 105
        Caption = 'Main'
        TabOrder = 0
        object Label1: TLabel
          Left = 8
          Top = 16
          Width = 22
          Height = 13
          Caption = 'UIN:'
        end
        object Label2: TLabel
          Left = 8
          Top = 48
          Width = 51
          Height = 13
          Caption = 'First name:'
        end
        object Label3: TLabel
          Left = 8
          Top = 64
          Width = 52
          Height = 13
          Caption = 'Last name:'
        end
        object Label4: TLabel
          Left = 8
          Top = 80
          Width = 28
          Height = 13
          Caption = 'Email:'
        end
        object UINLabel: TLabel
          Left = 72
          Top = 16
          Width = 45
          Height = 13
          Caption = 'UINLabel'
        end
        object FirstNameLabel: TLabel
          Left = 72
          Top = 48
          Width = 73
          Height = 13
          Caption = 'FirstNameLabel'
        end
        object LastNameLabel: TLabel
          Left = 72
          Top = 64
          Width = 74
          Height = 13
          Caption = 'LastNameLabel'
        end
        object EmailLabel: TLabel
          Left = 72
          Top = 80
          Width = 51
          Height = 13
          Caption = 'EmailLabel'
        end
        object NickNameLabel: TLabel
          Left = 72
          Top = 32
          Width = 76
          Height = 13
          Caption = 'NickNameLabel'
        end
        object Label17: TLabel
          Left = 8
          Top = 32
          Width = 53
          Height = 13
          Caption = 'NickName:'
        end
      end
      object GroupBox2: TGroupBox
        Left = 184
        Top = 0
        Width = 201
        Height = 105
        Caption = 'Living'
        TabOrder = 1
        object Label6: TLabel
          Left = 8
          Top = 32
          Width = 20
          Height = 13
          Caption = 'City:'
        end
        object Label5: TLabel
          Left = 8
          Top = 48
          Width = 33
          Height = 13
          Caption = 'Contry:'
        end
        object Label7: TLabel
          Left = 8
          Top = 16
          Width = 31
          Height = 13
          Caption = 'Street:'
        end
        object Label8: TLabel
          Left = 8
          Top = 64
          Width = 18
          Height = 13
          Caption = 'Zip:'
        end
        object Label9: TLabel
          Left = 8
          Top = 80
          Width = 49
          Height = 13
          Caption = 'Timezone:'
        end
        object StreetLabel: TLabel
          Left = 72
          Top = 16
          Width = 54
          Height = 13
          Caption = 'StreetLabel'
        end
        object CityLabel: TLabel
          Left = 72
          Top = 32
          Width = 43
          Height = 13
          Caption = 'CityLabel'
        end
        object CountryLabel: TLabel
          Left = 72
          Top = 48
          Width = 62
          Height = 13
          Caption = 'CountryLabel'
        end
        object ZipLabel: TLabel
          Left = 72
          Top = 64
          Width = 41
          Height = 13
          Caption = 'ZipLabel'
        end
        object TimeZoneLabel: TLabel
          Left = 72
          Top = 80
          Width = 74
          Height = 13
          Caption = 'TimeZoneLabel'
        end
      end
      object GroupBox3: TGroupBox
        Left = 0
        Top = 107
        Width = 385
        Height = 174
        Caption = 'Other'
        TabOrder = 2
        object Label10: TLabel
          Left = 8
          Top = 16
          Width = 22
          Height = 13
          Caption = 'Age:'
        end
        object Label11: TLabel
          Left = 8
          Top = 32
          Width = 38
          Height = 13
          Caption = 'Gender:'
        end
        object Label12: TLabel
          Left = 8
          Top = 48
          Width = 55
          Height = 13
          Caption = 'Homepage:'
        end
        object Label13: TLabel
          Left = 8
          Top = 64
          Width = 61
          Height = 13
          Caption = 'Date of birth:'
        end
        object Label14: TLabel
          Left = 8
          Top = 96
          Width = 57
          Height = 13
          Caption = 'Language1:'
        end
        object Label15: TLabel
          Left = 8
          Top = 112
          Width = 57
          Height = 13
          Caption = 'Language2:'
        end
        object Label16: TLabel
          Left = 8
          Top = 128
          Width = 57
          Height = 13
          Caption = 'Language3:'
        end
        object AgeLabel: TLabel
          Left = 80
          Top = 16
          Width = 45
          Height = 13
          Caption = 'AgeLabel'
        end
        object GenderLabel: TLabel
          Left = 80
          Top = 32
          Width = 61
          Height = 13
          Caption = 'GenderLabel'
        end
        object HomePageLabel: TLabel
          Left = 80
          Top = 48
          Width = 79
          Height = 13
          Caption = 'HomePageLabel'
        end
        object DayOfBirthLabel: TLabel
          Left = 80
          Top = 64
          Width = 77
          Height = 13
          Caption = 'DayOfBirthLabel'
        end
        object Language1Label: TLabel
          Left = 80
          Top = 96
          Width = 80
          Height = 13
          Caption = 'Language1Label'
        end
        object Language2Label: TLabel
          Left = 80
          Top = 112
          Width = 80
          Height = 13
          Caption = 'Language2Label'
        end
        object Language3Label: TLabel
          Left = 80
          Top = 128
          Width = 80
          Height = 13
          Caption = 'Language3Label'
        end
        object Label18: TLabel
          Left = 8
          Top = 80
          Width = 37
          Height = 13
          Caption = 'Cellular:'
        end
        object CellularLabel: TLabel
          Left = 80
          Top = 80
          Width = 60
          Height = 13
          Caption = 'CellularLabel'
        end
        object Button1: TButton
          Left = 8
          Top = 144
          Width = 75
          Height = 25
          Caption = '&Update'
          TabOrder = 0
          OnClick = Button1Click
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Work'
      ImageIndex = 1
      object GroupBox4: TGroupBox
        Left = 0
        Top = 0
        Width = 385
        Height = 281
        Caption = 'Work Info'
        TabOrder = 0
        object Label19: TLabel
          Left = 8
          Top = 16
          Width = 20
          Height = 13
          Caption = 'City:'
        end
        object Label20: TLabel
          Left = 8
          Top = 32
          Width = 28
          Height = 13
          Caption = 'State:'
        end
        object Label21: TLabel
          Left = 8
          Top = 48
          Width = 34
          Height = 13
          Caption = 'Phone:'
        end
        object Label22: TLabel
          Left = 8
          Top = 64
          Width = 20
          Height = 13
          Caption = 'Fax:'
        end
        object Label23: TLabel
          Left = 8
          Top = 80
          Width = 41
          Height = 13
          Caption = 'Address:'
        end
        object Label24: TLabel
          Left = 8
          Top = 96
          Width = 18
          Height = 13
          Caption = 'Zip:'
        end
        object Label25: TLabel
          Left = 8
          Top = 112
          Width = 39
          Height = 13
          Caption = 'Country:'
        end
        object Label26: TLabel
          Left = 8
          Top = 128
          Width = 47
          Height = 13
          Caption = 'Company:'
        end
        object Label27: TLabel
          Left = 8
          Top = 144
          Width = 58
          Height = 13
          Caption = 'Department:'
        end
        object Label28: TLabel
          Left = 8
          Top = 160
          Width = 40
          Height = 13
          Caption = 'Position:'
        end
        object Label29: TLabel
          Left = 8
          Top = 176
          Width = 58
          Height = 13
          Caption = 'Occupation:'
        end
        object Label30: TLabel
          Left = 8
          Top = 192
          Width = 55
          Height = 13
          Caption = 'Homepage:'
        end
        object WCityLabel: TLabel
          Left = 72
          Top = 16
          Width = 54
          Height = 13
          Caption = 'WCityLabel'
        end
        object WStateLabel: TLabel
          Left = 72
          Top = 32
          Width = 62
          Height = 13
          Caption = 'WStateLabel'
        end
        object WPhoneLabel: TLabel
          Left = 72
          Top = 48
          Width = 68
          Height = 13
          Caption = 'WPhoneLabel'
        end
        object WFaxLabel: TLabel
          Left = 72
          Top = 64
          Width = 54
          Height = 13
          Caption = 'WFaxLabel'
        end
        object WAddressLabel: TLabel
          Left = 72
          Top = 80
          Width = 75
          Height = 13
          Caption = 'WAddressLabel'
        end
        object WZipLabel: TLabel
          Left = 72
          Top = 96
          Width = 52
          Height = 13
          Caption = 'WZipLabel'
        end
        object WCountryLabel: TLabel
          Left = 72
          Top = 112
          Width = 73
          Height = 13
          Caption = 'WCountryLabel'
        end
        object WCompanyLabel: TLabel
          Left = 72
          Top = 128
          Width = 81
          Height = 13
          Caption = 'WCompanyLabel'
        end
        object WDepartmentLabel: TLabel
          Left = 72
          Top = 144
          Width = 92
          Height = 13
          Caption = 'WDepartmentLabel'
        end
        object WPositionLabel: TLabel
          Left = 72
          Top = 160
          Width = 74
          Height = 13
          Caption = 'WPositionLabel'
        end
        object WOccupationLabel: TLabel
          Left = 72
          Top = 176
          Width = 92
          Height = 13
          Caption = 'WOccupationLabel'
        end
        object WHomePageLabel: TLabel
          Left = 72
          Top = 192
          Width = 90
          Height = 13
          Caption = 'WHomePageLabel'
        end
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Past'
      ImageIndex = 3
      object GroupBox7: TGroupBox
        Left = 0
        Top = 0
        Width = 385
        Height = 129
        Caption = 'Pasts'
        TabOrder = 0
        object PastsListView: TListView
          Left = 8
          Top = 16
          Width = 369
          Height = 105
          Columns = <
            item
              Width = 120
            end
            item
              Width = 200
            end>
          RowSelect = True
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
      object GroupBox8: TGroupBox
        Left = 0
        Top = 136
        Width = 385
        Height = 145
        Caption = 'Affiliations'
        TabOrder = 1
        object AffiliationsListView: TListView
          Left = 8
          Top = 16
          Width = 369
          Height = 121
          Columns = <
            item
              Width = 120
            end
            item
              Width = 200
            end>
          RowSelect = True
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'About'
      ImageIndex = 2
      object GroupBox5: TGroupBox
        Left = 0
        Top = 0
        Width = 385
        Height = 129
        Caption = 'About'
        TabOrder = 0
        object AboutMemo: TMemo
          Left = 8
          Top = 16
          Width = 369
          Height = 105
          TabOrder = 0
        end
      end
      object GroupBox6: TGroupBox
        Left = 0
        Top = 136
        Width = 385
        Height = 145
        Caption = 'Interests'
        TabOrder = 1
        object InterestsView: TListView
          Left = 8
          Top = 16
          Width = 369
          Height = 121
          Columns = <
            item
              Width = 90
            end
            item
              Width = 200
            end>
          RowSelect = True
          ShowColumnHeaders = False
          TabOrder = 0
          ViewStyle = vsReport
        end
      end
    end
  end
end

⌨️ 快捷键说明

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