editpassword.dfm
来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 141 行
DFM
141 行
object EditPswFrm: TEditPswFrm
Left = 264
Top = 142
Width = 253
Height = 214
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
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 4
Top = 4
Width = 229
Height = 30
BevelOuter = bvLowered
TabOrder = 0
object RadioButton1: TRadioButton
Left = 16
Top = 8
Width = 113
Height = 17
Caption = #22270#20070#39302#31649#29702#20154#21592
Checked = True
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 152
Top = 8
Width = 55
Height = 17
Caption = #23398#29983
TabOrder = 1
end
end
object Panel2: TPanel
Left = 4
Top = 41
Width = 161
Height = 38
BevelOuter = bvLowered
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 11
Width = 84
Height = 13
Caption = #35831#36755#20837#21407#23494#30721#65306
end
object Edit2: TEdit
Left = 98
Top = 9
Width = 54
Height = 21
PasswordChar = '*'
TabOrder = 0
Text = 'Edit1'
end
end
object Panel3: TPanel
Left = 4
Top = 86
Width = 233
Height = 66
BevelOuter = bvLowered
TabOrder = 2
object Label3: TLabel
Left = 26
Top = 13
Width = 84
Height = 13
Caption = #35831#36755#20837#26032#23494#30721#65306
end
object Label1: TLabel
Left = 26
Top = 42
Width = 84
Height = 13
Caption = #35831#30830#35748#26032#23494#30721#65306
end
object Edit3: TEdit
Left = 120
Top = 8
Width = 97
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 0
Text = 'Edit1'
end
object Edit1: TEdit
Left = 120
Top = 38
Width = 97
Height = 21
Enabled = False
PasswordChar = '*'
TabOrder = 1
Text = 'Edit1'
end
end
object BitBtn1: TBitBtn
Left = 176
Top = 47
Width = 57
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkYes
end
object BitBtn2: TBitBtn
Left = 29
Top = 158
Width = 75
Height = 25
Caption = #30830#23450#20462#25913
Enabled = False
TabOrder = 4
OnClick = BitBtn2Click
Kind = bkAll
end
object BitBtn3: TBitBtn
Left = 135
Top = 158
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 5
OnClick = BitBtn3Click
Kind = bkRetry
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?