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

📄 aboutunit.dfm

📁 Delphi编写的通讯录
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object MainForm: TMainForm
  Left = 142
  Top = 94
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36890#35759#24405'-V2.0'
  ClientHeight = 447
  ClientWidth = 694
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DataPanel: TPanel
    Left = 0
    Top = 0
    Width = 409
    Height = 281
    Align = alCustom
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 34
      Top = 15
      Width = 36
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label2: TLabel
      Left = 184
      Top = 15
      Width = 36
      Height = 13
      Caption = #24615#21035#65306
    end
    object Label3: TLabel
      Left = 272
      Top = 15
      Width = 36
      Height = 13
      Caption = #26143#24231#65306
    end
    object Label4: TLabel
      Left = 34
      Top = 39
      Width = 36
      Height = 13
      Caption = #29983#26085#65306
    end
    object Label5: TLabel
      Left = 184
      Top = 39
      Width = 36
      Height = 13
      Caption = #20851#31995#65306
    end
    object Label6: TLabel
      Left = 34
      Top = 63
      Width = 36
      Height = 13
      Caption = #25163#26426#65306
    end
    object Label7: TLabel
      Left = 192
      Top = 63
      Width = 31
      Height = 13
      Caption = ' QQ'#65306
    end
    object Label8: TLabel
      Left = 10
      Top = 87
      Width = 60
      Height = 13
      Caption = #23478#24237#30005#35805#65306
    end
    object Label9: TLabel
      Left = 184
      Top = 87
      Width = 36
      Height = 13
      Caption = #26165#31216#65306
    end
    object Label10: TLabel
      Left = 10
      Top = 135
      Width = 60
      Height = 13
      Caption = #20010#20154#32593#31449#65306
    end
    object Label11: TLabel
      Left = 10
      Top = 159
      Width = 60
      Height = 13
      Caption = #30005#23376#37038#20214#65306
    end
    object Label12: TLabel
      Left = 10
      Top = 111
      Width = 60
      Height = 13
      Caption = #23478#24237#20303#22336#65306
    end
    object Label13: TLabel
      Left = 22
      Top = 216
      Width = 48
      Height = 13
      Caption = #22791#24536#24405#65306
    end
    object edtName: TEdit
      Left = 67
      Top = 11
      Width = 110
      Height = 21
      BevelKind = bkFlat
      TabOrder = 0
    end
    object CBSex: TComboBox
      Left = 216
      Top = 11
      Width = 49
      Height = 21
      BevelKind = bkFlat
      ItemHeight = 13
      TabOrder = 1
      Items.Strings = (
        #30007
        #22899)
    end
    object CBStar: TComboBox
      Left = 308
      Top = 11
      Width = 85
      Height = 21
      BevelKind = bkFlat
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        #30333#32650#24231
        #37329#29275#24231
        #21452#23376#24231
        #24040#34809#24231
        #29422#23376#24231
        #22788#22899#24231
        #22825#31216#24231
        #22825#34638#24231
        #23556#25163#24231
        #39764#34638#24231
        #27700#24179#24231
        #21452#40060#24231)
    end
    object edtBirthday: TDateTimePicker
      Left = 67
      Top = 35
      Width = 110
      Height = 21
      BevelKind = bkFlat
      Date = 38453.731400752310000000
      Time = 38453.731400752310000000
      TabOrder = 3
    end
    object CBRelationShip: TComboBox
      Left = 216
      Top = 35
      Width = 104
      Height = 21
      BevelKind = bkFlat
      ItemHeight = 13
      TabOrder = 4
    end
    object BTAddNewRelation: TButton
      Left = 323
      Top = 35
      Width = 69
      Height = 21
      Caption = #28155#21152#20851#31995
      TabOrder = 5
      OnClick = BTAddNewRelationClick
    end
    object edtMobile: TEdit
      Left = 67
      Top = 59
      Width = 110
      Height = 21
      BevelKind = bkFlat
      TabOrder = 6
    end
    object edtHome: TEdit
      Left = 67
      Top = 83
      Width = 110
      Height = 21
      BevelKind = bkFlat
      TabOrder = 7
    end
    object edtQQNO: TEdit
      Left = 216
      Top = 59
      Width = 105
      Height = 21
      BevelKind = bkFlat
      TabOrder = 8
    end
    object edtNickName: TEdit
      Left = 216
      Top = 83
      Width = 177
      Height = 21
      BevelKind = bkFlat
      TabOrder = 9
    end
    object edtHouse: TEdit
      Left = 67
      Top = 107
      Width = 326
      Height = 21
      BevelKind = bkFlat
      TabOrder = 10
    end
    object edtWeb: TEdit
      Left = 67
      Top = 131
      Width = 238
      Height = 21
      BevelKind = bkFlat
      TabOrder = 11
    end
    object edtEmail: TEdit
      Left = 67
      Top = 155
      Width = 238
      Height = 21
      BevelKind = bkFlat
      TabOrder = 12
    end
    object Memo1: TMemo
      Left = 67
      Top = 179
      Width = 326
      Height = 96
      BevelKind = bkFlat
      TabOrder = 13
    end
    object GoToWeb: TButton
      Left = 309
      Top = 130
      Width = 84
      Height = 22
      Caption = #21040#27492#32593#31449
      TabOrder = 14
      OnClick = GoToWebClick
    end
    object SendEmial: TButton
      Left = 309
      Top = 154
      Width = 84
      Height = 22
      Caption = #21457#36865#37038#20214
      TabOrder = 15
      OnClick = SendEmialClick
    end
    object Button1: TButton
      Left = 323
      Top = 58
      Width = 69
      Height = 22
      Caption = #21024#38500#20851#31995
      TabOrder = 16
      OnClick = Button1Click
    end
  end
  object PhotoPanel: TPanel
    Left = 410
    Top = 0
    Width = 143
    Height = 183
    BevelInner = bvLowered
    TabOrder = 1
    object Image1: TImage
      Left = 2
      Top = 2
      Width = 139
      Height = 153
      Align = alCustom
      Stretch = True
    end
    object SelectPhoto: TButton
      Left = 6
      Top = 157
      Width = 132
      Height = 22
      Caption = #36873#21462#29031#29255
      TabOrder = 0
      OnClick = SelectPhotoClick
    end
    object PhotoSave: TButton
      Left = 80
      Top = 125
      Width = 28
      Height = 22
      Caption = #20445#23384#29031#29255
      TabOrder = 1
      Visible = False
      OnClick = PhotoSaveClick
    end
  end
  object Panel2: TPanel
    Left = 410

⌨️ 快捷键说明

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