Componentes.Terceros.RemObj.../internal/5.0.23.613/1/RemObjects SDK for Delphi/Samples/Dynamic Request/DynamicRequestServerMain.dfm

41 lines
932 B
Plaintext
Raw Normal View History

object DynamicRequestServerMainForm: TDynamicRequestServerMainForm
Left = 65
Top = 31
BorderStyle = bsDialog
Caption = 'Dynamic Request Server'
ClientHeight = 61
ClientWidth = 228
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RoPoweredByRemObjectsButton1: TROPoweredByRemObjectsButton
Left = 9
Top = 4
Width = 212
Height = 48
Cursor = crHandPoint
end
object BINMessage: TROBinMessage
Left = 40
end
object IndyHttpServer: TROIndyHTTPServer
Dispatchers = <
item
Name = 'BINMessage'
Message = BINMessage
Enabled = True
PathInfo = '/BIN'
end>
Port = 8099
Left = 80
end
end