unitalterpwd.dfm

来自「自己设计的一个简易的考勤管理系统」· DFM 代码 · 共 91 行

DFM
91
字号
object frmAlterPwd: TfrmAlterPwd
  Left = 344
  Top = 214
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23494#30721#20462#25913
  ClientHeight = 283
  ClientWidth = 472
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 93
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #26032#23494#30721':'
  end
  object Label2: TLabel
    Left = 96
    Top = 139
    Width = 73
    Height = 25
    AutoSize = False
    Caption = #20877#27425#36755#20837':'
  end
  object Label3: TLabel
    Left = 96
    Top = 43
    Width = 48
    Height = 17
    AutoSize = False
    Caption = #29992#25143'ID'#65306
  end
  object editNew: TEdit
    Left = 200
    Top = 88
    Width = 177
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object editConfirm: TEdit
    Left = 200
    Top = 136
    Width = 177
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 144
    Top = 200
    Width = 75
    Height = 33
    Caption = #25552#20132
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 200
    Width = 75
    Height = 33
    Caption = #37325#32622
    TabOrder = 3
    OnClick = Button2Click
  end
  object editID: TEdit
    Left = 200
    Top = 40
    Width = 177
    Height = 21
    Enabled = False
    ReadOnly = True
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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