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

📄 uperson.dfm

📁 用于计算机专业程序设计 大家可以共同的分享. 如果喜欢请收藏
💻 DFM
字号:
object Fperson: TFperson
  Left = 190
  Top = 107
  Width = 540
  Height = 489
  Caption = #20154#21592#22522#26412#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 60
    Height = 13
    Caption = #20154#21592#32534#21495#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 74
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 45
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 104
    Width = 60
    Height = 13
    Caption = #20986#29983#26085#26399#65306
  end
  object Label5: TLabel
    Left = 32
    Top = 133
    Width = 60
    Height = 13
    Caption = #32856#29992#26085#26399#65306
  end
  object Label6: TLabel
    Left = 32
    Top = 162
    Width = 36
    Height = 13
    Caption = #37096#38376#65306
  end
  object Label7: TLabel
    Left = 272
    Top = 133
    Width = 60
    Height = 13
    Caption = #21512#21516#26085#26399#65306
  end
  object Label8: TLabel
    Left = 272
    Top = 162
    Width = 36
    Height = 13
    Caption = #32844#21153#65306
  end
  object Label9: TLabel
    Left = 272
    Top = 192
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object Label10: TLabel
    Left = 32
    Top = 192
    Width = 60
    Height = 13
    Caption = #32852#31995#26041#24335#65306
  end
  object Label11: TLabel
    Left = 272
    Top = 16
    Width = 36
    Height = 13
    Caption = #29031#29255#65306
  end
  object Label12: TLabel
    Left = 32
    Top = 216
    Width = 36
    Height = 13
    Caption = #22791#27880#65306
  end
  object eid: TEdit
    Left = 112
    Top = 12
    Width = 145
    Height = 21
    TabOrder = 0
  end
  object ename: TEdit
    Left = 112
    Top = 41
    Width = 145
    Height = 21
    TabOrder = 1
  end
  object cbsex: TComboBox
    Left = 112
    Top = 70
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #30007
      #22899)
  end
  object etitle: TEdit
    Left = 341
    Top = 158
    Width = 145
    Height = 21
    TabOrder = 3
  end
  object ephone: TEdit
    Left = 112
    Top = 188
    Width = 145
    Height = 21
    TabOrder = 4
  end
  object dbirth: TDateTimePicker
    Left = 112
    Top = 100
    Width = 145
    Height = 21
    CalAlignment = dtaLeft
    Date = 38595.4350396528
    Time = 38595.4350396528
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 5
  end
  object dout: TDateTimePicker
    Left = 341
    Top = 129
    Width = 145
    Height = 21
    CalAlignment = dtaLeft
    Date = 38595.4351297106
    Time = 38595.4351297106
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 6
  end
  object din: TDateTimePicker
    Left = 112
    Top = 129
    Width = 145
    Height = 21
    CalAlignment = dtaLeft
    Date = 38595.4351771181
    Time = 38595.4351771181
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 7
  end
  object cbdep: TComboBox
    Left = 112
    Top = 158
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 8
  end
  object epass: TEdit
    Left = 341
    Top = 188
    Width = 145
    Height = 21
    PasswordChar = '*'
    TabOrder = 9
  end
  object mnote: TMemo
    Left = 112
    Top = 224
    Width = 377
    Height = 185
    TabOrder = 10
  end
  object bsave: TButton
    Left = 312
    Top = 424
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 11
    OnClick = bsaveClick
  end
  object bclose: TButton
    Left = 400
    Top = 424
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 12
    OnClick = bcloseClick
  end
  object Panel1: TPanel
    Left = 341
    Top = 12
    Width = 145
    Height = 105
    BevelInner = bvLowered
    TabOrder = 13
    object Ipic: TImage
      Left = 2
      Top = 2
      Width = 141
      Height = 101
      Align = alClient
      Stretch = True
      OnDblClick = IpicDblClick
    end
  end
  object OpenD: TOpenDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 288
    Top = 40
  end
end

⌨️ 快捷键说明

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