ServerController.dfm
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:1k
- object IWServerController: TIWServerController
- OldCreateOrder = False
- AppName = 'MyIWApp'
- ComInitialization = ciNone
- SessionTrackingMethod = tmURL
- Description = 'My Intraweb Application'
- DestinationDevice = ddWeb
- ExceptionDisplayMode = smAlert
- ExecCmd = 'EXEC'
- HistoryEnabled = False
- Port = 30000
- RestrictIPs = False
- ShowResyncWarning = True
- SessionTimeout = 10
- SSLPort = 0
- SupportedBrowsers = [brIE, brNetscape6]
- OnNewSession = IWServerControllerBaseNewSession
- Left = 642
- Top = 310
- Height = 310
- Width = 342
- end