📄 frmchangepw.dfm
字号:
object FormChangePW: TFormChangePW
Left = 521
Top = 201
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = #20462#25913#23494#30721
ClientHeight = 156
ClientWidth = 224
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 Label1: TLabel
Left = 16
Top = 16
Width = 49
Height = 13
AutoSize = False
Caption = #29992#25143#21517
Layout = tlCenter
end
object Label2: TLabel
Left = 16
Top = 48
Width = 49
Height = 13
AutoSize = False
Caption = #23494#30721
Layout = tlCenter
end
object Label3: TLabel
Left = 16
Top = 80
Width = 57
Height = 13
AutoSize = False
Caption = #30830#35748#23494#30721
Layout = tlCenter
end
object EditUserName: TEdit
Left = 88
Top = 16
Width = 121
Height = 21
ReadOnly = True
TabOrder = 0
end
object EditPassword: TEdit
Left = 88
Top = 48
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object BtnOK: TButton
Left = 24
Top = 120
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 2
OnClick = BtnOKClick
end
object BtnCancel: TButton
Left = 120
Top = 120
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 3
end
object EditConfirmPassword: TEdit
Left = 88
Top = 80
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 4
end
object CmdChangePW: TADOCommand
ConnectionString =
'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
'al Catalog=CommodityManager;Data Source=127.0.0.1'
Parameters = <>
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -