📄 frmcompilemessages.dfm
字号:
object FormCompileMessages: TFormCompileMessages
Left = 185
Top = 216
Width = 750
Height = 145
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = 'Compiler Messages'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object ListBox: TListBox
Left = 0
Top = 17
Width = 742
Height = 94
Style = lbOwnerDrawFixed
Align = alClient
ItemHeight = 16
ParentShowHint = False
PopupMenu = PopupMenu
ShowHint = True
TabOrder = 0
OnDblClick = ListBoxDblClick
OnDrawItem = ListBoxDrawItem
OnMouseDown = ListBoxMouseDown
end
object PanelTop: TPanel
Left = 0
Top = 0
Width = 742
Height = 17
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object LabelHelp: TLabel
Left = 3
Top = 2
Width = 734
Height = 13
Caption =
'Many error messages appear because the JCL version and the JVCL ' +
'version are not compatible. Please keep in mind that you need th' +
'e correct JCL version.'
end
end
object PopupMenu: TPopupMenu
Left = 176
Top = 48
object Open1: TMenuItem
Caption = '&Open'
OnClick = ListBoxDblClick
end
object MenuNotepad: TMenuItem
Caption = 'Open in &Notepad'
OnClick = ListBoxDblClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -