svrMain.dfm
上传用户:juxian
上传日期:2013-04-01
资源大小:38k
文件大小:1k
源码类别:

驱动编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 129
  4.   Width = 235
  5.   Height = 88
  6.   Caption = 'Simple Screen Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 192
  21.     Height = 13
  22.     Caption = 'This is a Multicast Screen Transfer demo'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 106
  28.     Height = 13
  29.     Caption = 'Please RUN client first'
  30.   end
  31.   object ScreenEncoder1: TScreenEncoder
  32.     BlockInterval = 1
  33.     IFrame = 30
  34.     ThreadPriority = tpNormal
  35.     MaxBlockSize = 30000
  36.     MaxFrameRate = 10
  37.     RemoteIP = '224.0.0.1'
  38.     RemotePort = 3514
  39.     Active = True
  40.     Left = 8
  41.     Top = 8
  42.   end
  43. end