?? userregnew.dfm
字號:
object UserRegNewForm: TUserRegNewForm
Left = 329
Top = 240
BorderStyle = bsSingle
Caption = 'UserRegNew'
ClientHeight = 106
ClientWidth = 190
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 106
Height = 13
Caption = 'Password of new UIN:'
end
object Label2: TLabel
Left = 0
Top = 40
Width = 85
Height = 13
Caption = 'Retype password:'
end
object Edit1: TEdit
Left = 0
Top = 16
Width = 185
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 0
Top = 56
Width = 185
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 64
Top = 80
Width = 123
Height = 25
Caption = 'Continue Registration'
TabOrder = 2
OnClick = Button1Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -