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

📄 unitalterpwd.dfm

📁 自己设计的一个简易的考勤管理系统
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -