servercontroller.~dfm
来自「Delphi深度探索,Delphi深度探索(第二版)」· ~DFM 代码 · 共 31 行
~DFM
31 行
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyIWApp'
CacheExpiry = 2
ComInitialization = ciMultiThreaded
Description = 'My Intraweb Application'
ExceptionDisplayMode = smAlert
ExecCmd = 'EXEC'
HistoryEnabled = False
InternalFilesURL = '/'
Netscape4As32 = True
Port = 0
ReEntryOptions.AutoCreateSession = False
RestrictIPs = False
SessionTrackingMethod = tmURL
ShowResyncWarning = True
SessionTimeout = 10
StartCmd = 'start'
SupportedBrowsers = [brIE, brNetscape6]
SSLOptions.NonSSLRequest = nsAccept
SSLOptions.Port = 0
Version = '5.1.24'
OnNewSession = IWServerControllerBaseNewSession
Left = 275
Top = 188
Height = 310
Width = 342
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?