📄 fuqimport3license.dfm
字号:
object fmQImport3License: TfmQImport3License
Left = 343
Top = 197
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'EMS AdvancedImport License Agreement'
ClientHeight = 304
ClientWidth = 438
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object reLicense: TRichEdit
Left = 8
Top = 8
Width = 420
Height = 257
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
object btnPrint: TButton
Left = 8
Top = 272
Width = 90
Height = 25
Caption = 'Print'
TabOrder = 1
OnClick = btnPrintClick
end
object btnOK: TButton
Left = 338
Top = 272
Width = 90
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -