servercontroller.dfm
来自「Delphi/BCB 各种版本都支持的Excel 读写控件.一成功应用在N个项目」· DFM 代码 · 共 31 行
DFM
31 行
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyApp'
CacheExpiry = 2
ComInitialization = ciNone
Description = 'My IntraWeb Application'
ExceptionDisplayMode = smAlert
ExecCmd = 'EXEC'
FilesDir = 'Files\'
HistoryEnabled = False
InternalFilesURL = '/'
Netscape4As32 = True
Port = 8888
ReEntryOptions.AutoCreateSession = False
RestrictIPs = True
SessionTrackingMethod = tmURL
ShowResyncWarning = True
SessionTimeout = 10
SupportedBrowsers = [brIE, brNetscape6, brOpera]
SSLOptions.NonSSLRequest = nsAccept
SSLOptions.Port = 0
Version = '5.1.20'
OnNewSession = IWServerControllerBaseNewSession
Left = 367
Top = 314
Height = 310
Width = 342
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?