📄 server.dfm
字号:
object Form1: TForm1
Left = 222
Top = 157
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 264
ClientWidth = 436
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 144
Top = 32
Width = 169
Height = 201
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
end
object StatusBar1: TStatusBar
Left = 0
Top = 245
Width = 436
Height = 19
Panels = <>
SimplePanel = True
SimpleText = 'Ready'
end
object ListBox1: TListBox
Left = 8
Top = 40
Width = 129
Height = 161
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ItemHeight = 13
TabOrder = 2
end
object Button1: TButton
Left = 336
Top = 48
Width = 73
Height = 25
Caption = 'ACK'#34987#30772#22351
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 336
Top = 88
Width = 73
Height = 25
Caption = 'ACK'#20002#22833
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 328
Top = 128
Width = 89
Height = 25
Caption = 'ACK'#27491#30830#36798#21040
TabOrder = 5
OnClick = Button3Click
end
object ServerSocket1: TServerSocket
Active = True
Port = 523
ServerType = stNonBlocking
OnListen = ServerSocket1Listen
OnAccept = ServerSocket1Accept
OnClientRead = ServerSocket1ClientRead
Left = 32
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -