?? changpwdfrm.dfm
字號:
object frmChangpwd: TfrmChangpwd
Left = 250
Top = 215
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #23494#30721#20462#25913
ClientHeight = 132
ClientWidth = 258
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 12
object lblOldPassWord: TLabel
Left = 8
Top = 16
Width = 36
Height = 12
Caption = #26087#23494#30721
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object lblNewPassWord: TLabel
Left = 8
Top = 47
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 lblConfirmPassWord: TLabel
Left = 8
Top = 77
Width = 36
Height = 12
Caption = #35831#30830#23450
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object edtOldPassWord: TEdit
Left = 56
Top = 15
Width = 150
Height = 20
PasswordChar = '*'
TabOrder = 0
end
object edtNewPassWord: TEdit
Left = 56
Top = 45
Width = 150
Height = 20
PasswordChar = '*'
TabOrder = 1
end
object edtConfirmPassWord: TEdit
Left = 56
Top = 71
Width = 150
Height = 20
PasswordChar = '*'
TabOrder = 2
end
object btnOK: TButton
Left = 96
Top = 104
Width = 64
Height = 21
Caption = #30830#23450'(&O)'
ModalResult = 1
TabOrder = 3
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 176
Top = 104
Width = 64
Height = 21
Caption = #21462#28040'(&C)'
ModalResult = 2
TabOrder = 4
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -