mdfypwdname.dfm

来自「银行学生助学贷款管理系统 随着社会的进步」· DFM 代码 · 共 94 行

DFM
94
字号
object MPWDnameForm: TMPWDnameForm
  Left = 478
  Top = 193
  BorderStyle = bsSingle
  Caption = #20462#25913#29992#25143#21517
  ClientHeight = 229
  ClientWidth = 244
  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 = 22
    Top = 22
    Width = 60
    Height = 13
    Caption = #26087#29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 22
    Top = 61
    Width = 60
    Height = 13
    Caption = #29992#25143#23494#30721#65306
  end
  object Label3: TLabel
    Left = 22
    Top = 101
    Width = 60
    Height = 13
    Caption = #26032#29992#25143#21517#65306
  end
  object Label4: TLabel
    Left = 22
    Top = 141
    Width = 75
    Height = 13
    Caption = #30830#35748#29992#25143#21517#65306' '
  end
  object oldUserNameEdit: TEdit
    Left = 102
    Top = 17
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object PassWordEdit: TEdit
    Left = 102
    Top = 57
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object NewnameEdit: TEdit
    Left = 102
    Top = 97
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object submitEdit: TEdit
    Left = 102
    Top = 137
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Btsubmit: TButton
    Left = 38
    Top = 185
    Width = 75
    Height = 25
    Caption = #30830#35748
    Default = True
    TabOrder = 4
    OnClick = BtsubmitClick
  end
  object BtCancel: TButton
    Left = 134
    Top = 185
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BtCancelClick
  end
end

⌨️ 快捷键说明

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