unit1.~xfm

来自「一个简单的execl(linux)下的服务器代码」· ~XFM 代码 · 共 36 行

~XFM
36
字号
object Form1: TForm1  Left = 227  Top = 184  Width = 696  Height = 480  HorzScrollBar.Range = 395  VertScrollBar.Range = 185  ActiveControl = Button1  Caption = 'Form1'  Color = clBackground  PixelsPerInch = 75  TextHeight = 15  TextWidth = 7  object Button1: TButton    Left = 320    Top = 160    Width = 75    Height = 25    Caption = 'Button1'    TabOrder = 0    OnClick = Button1Click  end  object Label1: TLabel    Left = 136    Top = 48    Width = 42    Height = 15    Caption = 'Label1'  end  object Timer1: TTimer    OnTimer = Timer1Timer    Left = 208    Top = 144  endend

⌨️ 快捷键说明

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