📄 serverunit.~xfm
字号:
object Form1: TForm1 Left = 197 Top = 136 Width = 696 Height = 480 HorzScrollBar.Range = 585 VertScrollBar.Range = 409 Caption = 'Form1' Color = clBackground PixelsPerInch = 75 TextHeight = 15 TextWidth = 7 object Button1: TButton Left = 296 Top = 96 Width = 75 Height = 25 Caption = 'start' TabOrder = 0 OnClick = Button1Click end object edtPort: TEdit Left = 96 Top = 48 Width = 100 Height = 23 TabOrder = 1 Text = '6666' end object Memo1: TMemo Left = 88 Top = 176 Width = 185 Height = 233 Lines.Strings = ( 'Memo1') TabOrder = 2 end object Button2: TButton Left = 304 Top = 160 Width = 75 Height = 25 Caption = 'stop' TabOrder = 3 OnClick = Button2Click end object lblSUm: TLabel Left = 96 Top = 88 Width = 9 Height = 15 Caption = '0' end object edtData: TEdit Left = 328 Top = 232 Width = 257 Height = 23 TabOrder = 5 Text = 'edtData' end object IdTCPServer: TIdTCPServer Bindings = <> CommandHandlers = <> DefaultPort = 6666 Greeting.NumericCode = 0 MaxConnectionReply.NumericCode = 0 OnConnect = IdTCPServerConnect OnExecute = IdTCPServerExecute OnDisconnect = IdTCPServerDisconnect OnException = IdTCPServerException ReplyExceptionCode = 0 ReplyTexts = <> ReplyUnknownCommand.NumericCode = 0 Left = 96 Top = 112 end object Timer1: TTimer Left = 480 Top = 56 endend
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -