unit1.xfm
来自「Java实例入门」· XFM 代码 · 共 27 行
XFM
27 行
object Form1: TForm1 Left = 193 Top = 215 Width = 696 Height = 480 HorzScrollBar.Range = 98 VertScrollBar.Range = 185 Caption = 'Form1' Color = clBackground OnMouseDown = onMouseDown PixelsPerInch = 84 TextHeight = 17 TextWidth = 7 object Label1: TLabel Left = 97 Top = 152 Width = 1 Height = 33 Font.Color = clBlack Font.Height = 28 Font.Name = 'adobe-helvetica' Font.Pitch = fpVariable Font.Style = [] ParentFont = False endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?