frm_changepwdu.~dfm

来自「学生公寓管理系统 很好的设计 呵呵 绝对很好」· ~DFM 代码 · 共 87 行

~DFM
87
字号
object frm_changePwd: Tfrm_changePwd
  Left = 313
  Top = 210
  BorderStyle = bsDialog
  Caption = #26356#25913#23494#30721
  ClientHeight = 155
  ClientWidth = 210
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #21407#23494#30721
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721
  end
  object Label3: TLabel
    Left = 16
    Top = 80
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #30830#35748#23494#30721
  end
  object edt_oldpwd: TEdit
    Left = 80
    Top = 16
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object edt_newpwd: TEdit
    Left = 80
    Top = 48
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object edt_newpwd1: TEdit
    Left = 80
    Top = 80
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object btn_ok: TButton
    Left = 40
    Top = 120
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = btn_okClick
  end
  object btn_cancel: TButton
    Left = 128
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btn_cancelClick
  end
end

⌨️ 快捷键说明

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