usbiooutput.dfm
来自「6个用VB和DELPHI编写的FOR USB驱动程序」· DFM 代码 · 共 33 行
DFM
33 行
object output: Toutput
Left = 595
Top = 102
Width = 503
Height = 310
Caption = 'Output Window'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object outputmemo: TMemo
Left = 0
Top = 0
Width = 441
Height = 225
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?