unit1.xfm
来自「一个简单的execl(linux)下的服务器代码」· XFM 代码 · 共 48 行
XFM
48 行
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 end object IdTCPServer1: TIdTCPServer Bindings = <> CommandHandlers = <> DefaultPort = 5555 Greeting.NumericCode = 0 MaxConnectionReply.NumericCode = 0 ReplyExceptionCode = 0 ReplyTexts = <> ReplyUnknownCommand.NumericCode = 0 Left = 120 Top = 240 endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?