📄 nicknameunit.dfm
字号:
object NickNameForm: TNickNameForm
Left = 297
Top = 177
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '请选择一个昵称:'
ClientHeight = 77
ClientWidth = 214
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 20
Width = 36
Height = 12
Caption = '昵称:'
end
object NickNameEdit: TEdit
Left = 64
Top = 16
Width = 121
Height = 20
MaxLength = 20
TabOrder = 0
end
object btnOK: TButton
Left = 68
Top = 48
Width = 75
Height = 25
Caption = '确定'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -