⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 servercontroller.dfm

📁 用delphi+intraweb写的简单报表系统(activeform使用技术)
💻 DFM
字号:
object IWServerController: TIWServerController
  OldCreateOrder = False
  AuthBeforeNewSession = False
  AllowSubFolders = True
  AppName = 'DYReport'
  CacheExpiry = 2
  ComInitialization = ciMultiThreaded
  Compression.Enabled = False
  Compression.Level = 6
  Description = #22823#23431#25253#34920#31995#32479
  DebugHTML = True
  EnableImageToolbar = False
  ExceptionDisplayMode = smAlert
  ExecCmd = 'DYReport'
  HistoryEnabled = False
  InternalFilesURL = '/'
  Browser32Behaviour.Netscape4As32 = True
  Browser32Behaviour.Netscape6As32 = True
  Browser32Behaviour.IExplorer4As32 = True
  PageTransitions = True
  Port = 8098
  ReEntryOptions.AutoCreateSession = True
  RestrictIPs = False
  RestrictSubnet = True
  RedirectMsgDelay = 0
  ServerResizeTimeout = 0
  SessionTrackingMethod = tmCookie
  ShowResyncWarning = True
  SessionTimeout = 600
  SupportedBrowsers = [brIE, brOpera, brNetscape6]
  SSLOptions.NonSSLRequest = nsAccept
  SSLOptions.Port = 0
  ThreadPoolSize = 32
  SessionTimeoutURL.Filename = '../files/error.htm'
  UnknownBrowserAction = ubReject
  Version = '7.2.10'
  OnNewSession = IWServerControllerBaseNewSession
  OnBackButton = IWServerControllerBaseBackButton
  Left = 346
  Top = 202
  Height = 167
  Width = 207
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -