📄 unit_main.dfm
字号:
object Form_Main: TForm_Main
Left = 306
Top = 210
Width = 366
Height = 271
Caption = 'Screen Transfer - Server'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ListBox1: TListBox
Left = 0
Top = 35
Width = 358
Height = 204
Align = alClient
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 358
Height = 35
Align = alTop
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 10
Width = 24
Height = 13
Caption = 'Port:'
end
object SpinEdit1: TSpinEdit
Left = 40
Top = 7
Width = 49
Height = 22
MaxValue = 9999
MinValue = 1024
TabOrder = 0
Value = 7892
end
object Button1: TButton
Left = 95
Top = 7
Width = 74
Height = 22
Caption = 'Active'
TabOrder = 1
OnClick = Button1Click
end
end
object DXServerCore1: TDXServerCore
ReleaseDate = '2003-04-15'
ListenerThreadPriority = tpNormal
SpawnedThreadPriority = tpNormal
ProtocolToBind = wpTCPOnly
ServerPort = 0
Suspend = False
UseSSL = False
UseNagle = True
UseThreadPool = True
SocketOutputBufferSize = bsfHUGE
SocketQueueSize = 100
ServerType = stThreadBlocking
ThreadCacheSize = 200
Timeout = 120000
OnNewConnect = DXServerCore1NewConnect
OnListenerFailed = DXServerCore1ListenerFailed
OnListenerStarted = DXServerCore1ListenerStarted
OnListenerStopped = DXServerCore1ListenerStopped
Left = 168
Top = 104
end
object Timer1: TTimer
Enabled = False
Interval = 60
OnTimer = Timer1Timer
Left = 88
Top = 88
end
object XPManifest1: TXPManifest
Left = 232
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -