📄 uformviewreg.dfm
字号:
object FormViewReg: TFormViewReg
Left = 252
Top = 274
ActiveControl = edName
BorderStyle = bsDialog
Caption = 'Registration'
ClientHeight = 151
ClientWidth = 370
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 56
Top = 120
Width = 81
Height = 23
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnHelp: TButton
Left = 144
Top = 120
Width = 81
Height = 23
Caption = 'Help'
TabOrder = 2
OnClick = btnHelpClick
end
object boxInfo: TGroupBox
Left = 8
Top = 8
Width = 353
Height = 105
Caption = 'Registration info'
TabOrder = 0
object labName: TLabel
Left = 8
Top = 16
Width = 31
Height = 13
Caption = 'Name:'
FocusControl = edName
end
object labKey: TLabel
Left = 8
Top = 56
Width = 22
Height = 13
Caption = 'Key:'
FocusControl = edKey
end
object edName: TEdit
Left = 8
Top = 32
Width = 265
Height = 21
TabOrder = 0
OnChange = edNameChange
end
object edKey: TEdit
Left = 8
Top = 72
Width = 265
Height = 21
TabOrder = 2
OnChange = edNameChange
end
object btnPasteName: TButton
Left = 280
Top = 32
Width = 65
Height = 23
Caption = 'Paste'
TabOrder = 1
OnClick = btnPasteNameClick
end
object btnPasteKey: TButton
Left = 280
Top = 72
Width = 65
Height = 23
Caption = 'Paste'
TabOrder = 3
OnClick = btnPasteKeyClick
end
end
object btnCancel: TButton
Left = 232
Top = 120
Width = 81
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -