📄 main.dfm
字号:
object Form1: TForm1
Left = 241
Top = 143
BorderStyle = bsDialog
Caption = 'DSNetwork Recv'
ClientHeight = 293
ClientWidth = 342
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button2: TButton
Left = 96
Top = 8
Width = 75
Height = 25
Caption = 'Stop'
TabOrder = 1
OnClick = Button2Click
end
object Button1: TButton
Left = 9
Top = 9
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 0
OnClick = Button1Click
end
object Panel1: TPanel
Left = 11
Top = 43
Width = 320
Height = 240
Color = clBlack
TabOrder = 2
end
object DSNetReceiver1: TDSNetReceiver
Connection = DSUDPConnection1
MediaType.MajorType = '{00000000-0000-0000-0000-000000000000}'
MediaType.SubType = '{00000000-0000-0000-0000-000000000000}'
MediaType.FixedSizeSamples = False
MediaType.TemporalCompression = False
MediaType.SampleSize = 0
MediaType.FormatType = '{00000000-0000-0000-0000-000000000000}'
MediaType.cbFormat = 0
MaxBufferSize = 921600
StreamTime = True
Left = 19
Top = 91
end
object DSNetReceiver2: TDSNetReceiver
Connection = DSUDPConnection2
MediaType.MajorType = '{00000000-0000-0000-0000-000000000000}'
MediaType.SubType = '{00000000-0000-0000-0000-000000000000}'
MediaType.FixedSizeSamples = False
MediaType.TemporalCompression = False
MediaType.SampleSize = 0
MediaType.FormatType = '{00000000-0000-0000-0000-000000000000}'
MediaType.cbFormat = 0
MaxBufferSize = 3183
StreamTime = True
Left = 19
Top = 131
end
object FilterGraph: TFilterGraph
Mode = gmCapture
GraphEdit = True
LinearVolume = True
Left = 19
Top = 51
end
object DSUDPConnection1: TDSUDPConnection
Active = False
LocalHost = '127.0.0.1'
LocalPort = 2613
RemoteHost = '127.0.0.1'
RemotePort = 2612
Mode = cmRecv
RecvBufferSize = 921600
TimeOut = 5
Left = 59
Top = 91
end
object DSUDPConnection2: TDSUDPConnection
Active = False
LocalHost = '127.0.0.1'
LocalPort = 2615
RemoteHost = '127.0.0.1'
RemotePort = 2614
Mode = cmRecv
RecvBufferSize = 3183
TimeOut = 5
Left = 59
Top = 131
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -