unit1.xfm

来自「Java实例入门」· XFM 代码 · 共 28 行

XFM
28
字号
object Form1: TForm1  Left = 195  Top = 122  Width = 696  Height = 353  HorzScrollBar.Range = 241  VertScrollBar.Range = 17  Caption = 'Form1'  Color = clBackground  OnMouseMove = ee  PixelsPerInch = 84  TextHeight = 17  TextWidth = 7  object Label1: TLabel    Left = 8    Top = 0    Width = 221    Height = 17    Caption = 'Now the mouse'#39's coordinates are : '  end  object Label2: TLabel    Left = 240    Top = 0    Width = 1    Height = 17  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?