📄 umainserver.dfm
字号:
object frmMainServer: TfrmMainServer
Left = 331
Top = 360
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Server Transfer Server'
ClientHeight = 353
ClientWidth = 489
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDefaultPosOnly
PixelsPerInch = 96
TextHeight = 13
object Label13: TLabel
Left = 104
Top = 310
Width = 52
Height = 13
Anchors = [akLeft, akBottom]
Caption = 'Upload To:'
end
object GroupBox1: TGroupBox
Left = 8
Top = 2
Width = 233
Height = 151
Caption = 'IndyHTTPServer'
TabOrder = 0
object Label1: TLabel
Left = 81
Top = 29
Width = 61
Height = 13
Caption = 'HTTP-Server'
end
object Label5: TLabel
Left = 16
Top = 59
Width = 27
Height = 13
Caption = 'Port: '
end
object Label6: TLabel
Left = 16
Top = 90
Width = 49
Height = 13
Caption = 'Message: '
end
object Button1: TButton
Left = 8
Top = 24
Width = 65
Height = 25
Caption = 'Activate'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 24
Width = 69
Height = 25
Caption = 'Deactivate'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Top = 116
Width = 213
Height = 25
Caption = 'Status'
TabOrder = 2
OnClick = Button3Click
end
object seTCPPort: TSpinEdit
Left = 116
Top = 55
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 8099
end
object cbTCPMsg: TComboBox
Left = 116
Top = 86
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 154
Width = 233
Height = 151
Caption = 'IndyTCPServer'
TabOrder = 1
object Label2: TLabel
Left = 81
Top = 35
Width = 55
Height = 13
Caption = 'TCP-Server'
end
object Label9: TLabel
Left = 16
Top = 59
Width = 27
Height = 13
Caption = 'Port: '
end
object Label10: TLabel
Left = 16
Top = 90
Width = 49
Height = 13
Caption = 'Message: '
end
object Button4: TButton
Left = 8
Top = 24
Width = 65
Height = 25
Caption = 'Activate'
TabOrder = 0
OnClick = Button4Click
end
object Button5: TButton
Left = 152
Top = 24
Width = 69
Height = 25
Caption = 'Deactivate'
TabOrder = 1
OnClick = Button5Click
end
object Button6: TButton
Left = 8
Top = 116
Width = 213
Height = 25
Caption = 'Status'
TabOrder = 2
OnClick = Button6Click
end
object SpinEdit2: TSpinEdit
Left = 116
Top = 55
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 8098
end
object ComboBox2: TComboBox
Left = 116
Top = 86
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object GroupBox3: TGroupBox
Left = 248
Top = 2
Width = 233
Height = 151
Caption = 'BPDXHTTPServer'
TabOrder = 2
object Label3: TLabel
Left = 81
Top = 29
Width = 61
Height = 13
Caption = 'HTTP-Server'
end
object Label7: TLabel
Left = 16
Top = 59
Width = 27
Height = 13
Caption = 'Port: '
end
object Label8: TLabel
Left = 16
Top = 90
Width = 49
Height = 13
Caption = 'Message: '
end
object Button7: TButton
Left = 8
Top = 24
Width = 65
Height = 25
Caption = 'Activate'
TabOrder = 0
OnClick = Button7Click
end
object Button8: TButton
Left = 152
Top = 24
Width = 69
Height = 25
Caption = 'Deactivate'
TabOrder = 1
OnClick = Button8Click
end
object Button9: TButton
Left = 8
Top = 116
Width = 213
Height = 25
Caption = 'Status'
TabOrder = 2
end
object SpinEdit1: TSpinEdit
Left = 116
Top = 55
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 8099
end
object ComboBox1: TComboBox
Left = 116
Top = 86
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object GroupBox4: TGroupBox
Left = 248
Top = 154
Width = 233
Height = 151
Caption = 'BPDXTCPServer'
TabOrder = 3
object Label4: TLabel
Left = 81
Top = 29
Width = 55
Height = 13
Caption = 'TCP-Server'
end
object Label11: TLabel
Left = 16
Top = 59
Width = 27
Height = 13
Caption = 'Port: '
end
object Label12: TLabel
Left = 16
Top = 90
Width = 49
Height = 13
Caption = 'Message: '
end
object Button10: TButton
Left = 8
Top = 24
Width = 65
Height = 25
Caption = 'Activate'
TabOrder = 0
OnClick = Button10Click
end
object Button11: TButton
Left = 152
Top = 24
Width = 69
Height = 25
Caption = 'Deactivate'
TabOrder = 1
OnClick = Button11Click
end
object Button12: TButton
Left = 8
Top = 116
Width = 213
Height = 25
Caption = 'Status'
TabOrder = 2
end
object SpinEdit3: TSpinEdit
Left = 116
Top = 55
Width = 105
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 8098
end
object ComboBox3: TComboBox
Left = 116
Top = 86
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
end
end
object eUploadDir: TEdit
Left = 104
Top = 326
Width = 281
Height = 21
Anchors = [akLeft, akRight, akBottom]
TabOrder = 4
Text = 'c:\ServerUploads'
end
object ROMessage: TROBinMessage
UseCompression = False
Top = 144
end
object IndyHTTPServer: TROIndyHTTPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = '/BIN'
end>
OnAfterServerActivate = IndyHTTPServerAfterServerActivate
OnAfterServerDeactivate = IndyHTTPServerAfterServerDeactivate
IndyServer.Bindings = <>
IndyServer.CommandHandlers = <>
IndyServer.DefaultPort = 8099
IndyServer.Greeting.NumericCode = 0
IndyServer.IOHandler = ElIndySSLServerIOHandler
IndyServer.MaxConnectionReply.NumericCode = 0
IndyServer.ReplyExceptionCode = 0
IndyServer.ReplyTexts = <>
IndyServer.ReplyUnknownCommand.NumericCode = 0
Port = 8099
Left = 264
Top = 32
end
object IndyTCPServer: TROIndyTCPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
end>
OnAfterServerActivate = IndyTCPServerAfterServerActivate
OnAfterServerDeactivate = IndyTCPServerAfterServerDeactivate
IndyServer.Bindings = <>
IndyServer.CommandHandlers = <>
IndyServer.DefaultPort = 8098
IndyServer.Greeting.NumericCode = 0
IndyServer.IOHandler = ElIndySSLServerIOHandler
IndyServer.MaxConnectionReply.NumericCode = 0
IndyServer.ReplyExceptionCode = 0
IndyServer.ReplyTexts = <>
IndyServer.ReplyUnknownCommand.NumericCode = 0
Port = 8098
Left = 216
Top = 152
end
object BPDXTCPServer: TROBPDXTCPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
end>
OnAfterServerActivate = BPDXTCPServerAfterServerActivate
OnAfterServerDeactivate = BPDXTCPServerAfterServerDeactivate
BPDXServer.ReleaseDate = '2002-09-01'
BPDXServer.ListenerThreadPriority = tpNormal
BPDXServer.SpawnedThreadPriority = tpNormal
BPDXServer.Suspend = False
BPDXServer.UseSSL = False
BPDXServer.UseThreadPool = True
BPDXServer.ServerPort = 3000
BPDXServer.ProtocolToBind = wpTCPOnly
BPDXServer.SocketOutputBufferSize = bsfHUGE
BPDXServer.ServerType = stThreadBlocking
BPDXServer.ThreadCacheSize = 1000
Port = 3000
Left = 456
Top = 152
end
object BPDXHTTPServer: TROBPDXHTTPServer
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = '/BIN'
end>
OnAfterServerActivate = BPDXHTTPServerAfterServerActivate
OnAfterServerDeactivate = BPDXHTTPServerAfterServerDeactivate
BPDXServer.ReleaseDate = '2002-09-01'
BPDXServer.ListenerThreadPriority = tpNormal
BPDXServer.SpawnedThreadPriority = tpNormal
BPDXServer.Suspend = False
BPDXServer.UseSSL = False
BPDXServer.UseThreadPool = False
BPDXServer.ServerPort = 3001
BPDXServer.ProtocolToBind = wpTCPOnly
BPDXServer.SocketOutputBufferSize = bsfHUGE
BPDXServer.ServerType = stThreadBlocking
BPDXServer.ThreadCacheSize = 1000
BPDXServer.Timeout = 50000
BPDXServer.SupportKeepAlive = True
Port = 3001
SupportKeepAlive = True
Left = 456
end
object ElIndySSLServerIOHandler: TElIndySSLServerIOHandler
Versions = [sbSSL2, sbSSL3, sbTLS1]
ClientAuthentication = False
CertStorage = ServerCertStorage
ClientCertStorage = ClientCertStorage
OnCertificateValidate = ElIndySSLServerIOHandlerCertificateValidate
Left = 176
Top = 2
end
object ClientCertStorage: TElMemoryCertStorage
Left = 88
Top = 58
end
object ServerCertStorage: TElMemoryCertStorage
Left = 136
Top = 58
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -