frm_pwdu.dfm
来自「这是一个小区物业管理系统」· DFM 代码 · 共 70 行
DFM
70 行
object frm_pwd: Tfrm_pwd
Left = 192
Top = 218
BorderStyle = bsDialog
Caption = #20462#25913#23494#30721
ClientHeight = 96
ClientWidth = 223
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 65
Height = 13
AutoSize = False
Caption = #26032#23494#30721
end
object Label2: TLabel
Left = 16
Top = 40
Width = 41
Height = 13
AutoSize = False
Caption = #30830#35748
end
object btn_ok: TButton
Left = 48
Top = 64
Width = 75
Height = 25
Caption = #30830#35748
TabOrder = 0
OnClick = btn_okClick
end
object btn_cancel: TButton
Left = 136
Top = 64
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 1
OnClick = btn_cancelClick
end
object edt_pwd1: TMaskEdit
Left = 88
Top = 8
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object edt_pwd2: TMaskEdit
Left = 88
Top = 32
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?