changepw.dfm

来自「用c++builder编写的人事管理系统,主要用于公司进行人事管理,工资发放使用」· DFM 代码 · 共 71 行

DFM
71
字号
object FormChangePW: TFormChangePW
  Left = 647
  Top = 40
  Width = 343
  Height = 217
  Caption = #20462#25913#23494#30721
  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 Bevel1: TBevel
    Left = 16
    Top = 16
    Width = 297
    Height = 105
  end
  object Label1: TLabel
    Left = 32
    Top = 40
    Width = 96
    Height = 13
    Caption = #35831#36755#20837#20320#30340#26032#23494#30721
  end
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 96
    Height = 13
    Caption = #35831#20877#27425#36755#20837#26032#23494#30721
  end
  object Edit1: TEdit
    Left = 168
    Top = 32
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 168
    Top = 80
    Width = 113
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 40
    Top = 136
    Width = 97
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 136
    Width = 97
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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