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

📄 changepasswordunit.dfm

📁 三层的通用架构
💻 DFM
字号:
object ChangePasswordForm: TChangePasswordForm
  Left = 245
  Top = 127
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #26356#25913#23494#30721
  ClientHeight = 175
  ClientWidth = 252
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 24
    Top = 20
    Width = 60
    Height = 12
    Caption = #21407#23494#30721'(&P):'
    FocusControl = Edit2
  end
  object Label1: TLabel
    Left = 24
    Top = 54
    Width = 60
    Height = 12
    Caption = #26032#23494#30721'(&N):'
    FocusControl = Edit4
  end
  object Label3: TLabel
    Left = 24
    Top = 88
    Width = 60
    Height = 12
    Caption = #20877#36755#20837'(&A):'
    FocusControl = Edit6
  end
  object Bevel1: TBevel
    Left = 14
    Top = 118
    Width = 224
    Height = 9
    Shape = bsTopLine
  end
  object Button1: TButton
    Left = 36
    Top = 134
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 142
    Top = 134
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 7
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 88
    Top = 16
    Width = 140
    Height = 20
    TabStop = False
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 0
    OnExit = Edit1Exit
  end
  object Edit2: TEdit
    Left = 88
    Top = 16
    Width = 140
    Height = 20
    TabOrder = 1
    Text = '****************'
    OnEnter = Edit2Enter
  end
  object Edit3: TEdit
    Left = 88
    Top = 50
    Width = 140
    Height = 20
    TabStop = False
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 2
    OnExit = Edit1Exit
  end
  object Edit4: TEdit
    Left = 88
    Top = 50
    Width = 140
    Height = 20
    TabOrder = 3
    Text = '****************'
    OnEnter = Edit4Enter
  end
  object Edit5: TEdit
    Left = 88
    Top = 84
    Width = 140
    Height = 20
    TabStop = False
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 4
    OnExit = Edit1Exit
  end
  object Edit6: TEdit
    Left = 88
    Top = 84
    Width = 140
    Height = 20
    TabOrder = 5
    Text = '****************'
    OnEnter = Edit6Enter
  end
end

⌨️ 快捷键说明

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