servercontroller.dfm
来自「DELPHI下Intraweb技术写的客户端。」· DFM 代码 · 共 38 行
DFM
38 行
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyApp'
CacheExpiry = 2
ComInitialization = ciNormal
Compression.Enabled = False
Compression.Level = 6
Description = 'My IntraWeb Application'
EnableImageToolbar = False
ExceptionDisplayMode = smAlert
ExecCmd = 'EXEC'
HistoryEnabled = False
InternalFilesURL = '/'
Browser32Behaviour.Netscape4As32 = True
Browser32Behaviour.Netscape6As32 = True
Browser32Behaviour.IExplorer4As32 = True
Port = 8888
ReEntryOptions.AutoCreateSession = False
RestrictIPs = False
ServerResizeTimeout = 0
SessionTrackingMethod = tmURL
ShowResyncWarning = True
SessionTimeout = 10
SupportedBrowsers = [brIE, brNetscape7, brOpera, brSafari, brNetscape6]
SSLOptions.NonSSLRequest = nsAccept
SSLOptions.Port = 0
ThreadPoolSize = 32
UnknownBrowserAction = ubReject
Version = '7.0.20'
OnNewSession = IWServerControllerBaseNewSession
Left = 367
Top = 314
Height = 310
Width = 342
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?