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

📄 useradminmodify.dfm

📁 三層源碼,DELPHI寫的三層源碼,三層源碼,
💻 DFM
字号:
object useradmin_modify: Tuseradmin_modify
  Left = 206
  Top = 213
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = '密码修改'
  ClientHeight = 151
  ClientWidth = 275
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnPaint = FormPaint
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 257
    Height = 105
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 24
    Top = 56
    Width = 46
    Height = 13
    Caption = '旧密码:'
    Transparent = True
  end
  object Label2: TLabel
    Left = 24
    Top = 88
    Width = 46
    Height = 13
    Caption = '新密码:'
    Transparent = True
  end
  object Label3: TLabel
    Left = 24
    Top = 24
    Width = 33
    Height = 13
    Caption = '帐号:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 72
    Top = 16
    Width = 177
    Height = 21
    Color = clMenu
    ReadOnly = True
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 72
    Top = 48
    Width = 177
    Height = 21
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 0
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 72
    Top = 80
    Width = 177
    Height = 21
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 1
    OnKeyDown = Edit3KeyDown
  end
  object xpButton1: TxpButton
    Left = 104
    Top = 120
    Width = 75
    Height = 25
    Caption = '确认修改'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    TabOrder = 2
    TabStop = True
    OnClick = xpButton1Click
  end
end

⌨️ 快捷键说明

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