?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -