uchangepwd.dfm
来自「这个程序软件很不错很不错的」· DFM 代码 · 共 102 行
DFM
102 行
inherited frmchangepwd: Tfrmchangepwd
Left = 368
Top = 338
Width = 315
Height = 177
ActiveControl = Edit1
Caption = #23494#30721#20462#25913
OldCreateOrder = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 8
Width = 65
Height = 17
AutoSize = False
Caption = #29992#25143#21517#31216#65306
end
object labeluser: TLabel
Left = 72
Top = 8
Width = 65
Height = 17
AutoSize = False
end
object GroupBox1: TGroupBox
Left = 8
Top = 24
Width = 217
Height = 110
TabOrder = 0
object Label3: TLabel
Left = 16
Top = 19
Width = 57
Height = 17
AutoSize = False
Caption = #26087#21475#20196
end
object Label4: TLabel
Left = 16
Top = 51
Width = 57
Height = 17
AutoSize = False
Caption = #26032#21475#20196
end
object Label5: TLabel
Left = 16
Top = 82
Width = 65
Height = 17
AutoSize = False
Caption = #30830#35748#26032#21475#20196
end
object Edit1: TEdit
Left = 80
Top = 16
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 0
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
end
object btnok: TButton
Left = 232
Top = 29
Width = 65
Height = 22
Caption = #30830#23450
TabOrder = 1
OnClick = btnokClick
end
object btncancel: TButton
Left = 232
Top = 72
Width = 65
Height = 22
Caption = #21462#28040
TabOrder = 2
OnClick = btncancelClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?