📄 passwordchange.dfm
字号:
object passwordchangeform: Tpasswordchangeform
Left = 656
Top = 776
BorderStyle = bsSingle
Caption = #23494#30721#20462#25913
ClientHeight = 146
ClientWidth = 254
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 32
Top = 19
Width = 36
Height = 12
Caption = #29992#25143#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 32
Top = 51
Width = 36
Height = 12
Caption = #26032#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 20
Top = 83
Width = 48
Height = 12
Caption = #37325#36755#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 80
Top = 16
Width = 121
Height = 20
TabOrder = 0
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 80
Top = 48
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 1
end
object Edit3: TEdit
Left = 80
Top = 80
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 32
Top = 112
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 144
Top = 112
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 4
OnClick = BitBtn2Click
Kind = bkCancel
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=JcData.mdb;Persist ' +
'Security Info=False'
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 216
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -