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

📄 employeeinputunit.dfm

📁 指纹门禁机管理系统
💻 DFM
字号:
inherited EmployeeInfoFrm: TEmployeeInfoFrm
  Left = 450
  Top = 112
  VertScrollBar.Range = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20154#21592#20449#24687
  ClientHeight = 431
  ClientWidth = 441
  OldCreateOrder = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  inherited pcData: TPageControl
    Width = 441
    Height = 351
    inherited tsData: TTabSheet
      Caption = #21592#24037#20449#24687
      object Bevel1: TBevel
        Left = 104
        Top = 136
        Width = 268
        Height = 47
        Shape = bsFrame
      end
      object Label1: TLabel
        Left = 15
        Top = 12
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #21592#24037#32534#21495':'
      end
      object Label2: TLabel
        Left = 15
        Top = 42
        Width = 65
        Height = 13
        AutoSize = False
        Caption = #21592#24037#22995#21517':'
      end
      object Label3: TLabel
        Left = 15
        Top = 108
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #25152#23646#37096#38376':'
      end
      object Label4: TLabel
        Left = 15
        Top = 231
        Width = 89
        Height = 13
        AutoSize = False
        Caption = #24050#28155#21152#25351#32441#25968':'
      end
      object Label5: TLabel
        Left = 15
        Top = 199
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #39564#35777#26041#24335':'
      end
      object Label6: TLabel
        Left = 15
        Top = 153
        Width = 72
        Height = 13
        AutoSize = False
        Caption = #38376#31105#35268#21017':'
      end
      object Label7: TLabel
        Left = 15
        Top = 74
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #29992#25143#31867#21035':'
      end
      object Label8: TLabel
        Left = 15
        Top = 292
        Width = 73
        Height = 13
        AutoSize = False
        Caption = #29992#25143#35828#26126':'
      end
      object lblPassword: TLabel
        Left = 225
        Top = 259
        Width = 62
        Height = 13
        AutoSize = False
        Caption = #29992#25143#23494#30721':'
      end
      object Label10: TLabel
        Left = 15
        Top = 260
        Width = 75
        Height = 13
        AutoSize = False
        Caption = #21551#21160#23494#30721':'
      end
      object Label11: TLabel
        Left = 152
        Top = 232
        Width = 13
        Height = 13
        Caption = #26522
      end
      object Label9: TLabel
        Left = 174
        Top = 13
        Width = 7
        Height = 13
        Caption = '*'
      end
      object edtUserID: TEdit
        Left = 104
        Top = 8
        Width = 65
        Height = 21
        TabOrder = 0
      end
      object edtUserName: TEdit
        Left = 104
        Top = 38
        Width = 89
        Height = 21
        MaxLength = 14
        TabOrder = 1
      end
      object edtAddedFingerCount: TEdit
        Left = 104
        Top = 228
        Width = 41
        Height = 21
        Enabled = False
        ReadOnly = True
        TabOrder = 2
      end
      object edtPassword: TEdit
        Left = 294
        Top = 255
        Width = 129
        Height = 21
        MaxLength = 6
        PasswordChar = '*'
        TabOrder = 3
      end
      object edtUserDesc: TEdit
        Left = 104
        Top = 288
        Width = 319
        Height = 21
        TabOrder = 4
      end
      object bbtnDept: TBitBtn
        Left = 226
        Top = 104
        Width = 23
        Height = 22
        Caption = '>'
        TabOrder = 5
        OnClick = bbtnDeptClick
      end
      object edtDept: TEdit
        Left = 104
        Top = 105
        Width = 116
        Height = 21
        ReadOnly = True
        TabOrder = 6
      end
      object rgManageType: TRadioGroup
        Left = 104
        Top = 63
        Width = 161
        Height = 33
        Columns = 2
        ItemIndex = 0
        Items.Strings = (
          #26222#36890#21592#24037
          #31649#29702#21592)
        TabOrder = 7
      end
      object cbNoLimit: TCheckBox
        Left = 112
        Top = 161
        Width = 81
        Height = 17
        Caption = #26080#38480#21046
        TabOrder = 8
      end
      object cbPeriod1: TCheckBox
        Left = 208
        Top = 142
        Width = 80
        Height = 17
        Caption = #26102#38388#27573'1'
        TabOrder = 9
      end
      object cbPeriod2: TCheckBox
        Left = 208
        Top = 161
        Width = 80
        Height = 17
        Caption = #26102#38388#27573'2'
        TabOrder = 10
      end
      object cbWeekend: TCheckBox
        Left = 298
        Top = 142
        Width = 70
        Height = 17
        Caption = #21608#26411#21046
        TabOrder = 11
      end
      object cbHoliday: TCheckBox
        Left = 298
        Top = 161
        Width = 70
        Height = 17
        Caption = #20551#26085#21046
        TabOrder = 12
      end
      object rgVerifyType: TRadioGroup
        Left = 104
        Top = 187
        Width = 193
        Height = 32
        Columns = 2
        ItemIndex = 0
        Items.Strings = (
          #25351#32441#39564#35777
          #23494#30721#39564#35777)
        TabOrder = 13
      end
      object rgIsUsePassword: TRadioGroup
        Left = 104
        Top = 246
        Width = 87
        Height = 31
        Columns = 2
        ItemIndex = 0
        Items.Strings = (
          #26159
          #21542)
        TabOrder = 14
        OnClick = rgIsUsePasswordClick
      end
      object bbtnRole: TBitBtn
        Left = 381
        Top = 159
        Width = 23
        Height = 22
        Caption = '>'
        TabOrder = 15
        OnClick = bbtnRoleClick
      end
    end
  end
  inherited Panel1: TPanel
    Top = 392
    Width = 441
    inherited bbtnOK: TBitBtn
      Left = 240
    end
    inherited bbtnCancel: TBitBtn
      Left = 336
    end
  end
  inherited plCaption: TPanel
    Width = 441
    Caption = ''
  end
end

⌨️ 快捷键说明

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