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

驱动编程

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 129
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Simple Screen Client'
  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.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poDefault
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ScreenPlayer1: TScreenPlayer
  21.     OnScreenBitmap = ScreenPlayer1ScreenBitmap
  22.     OnHeaderUpdate = ScreenPlayer1HeaderUpdate
  23.     Port = 3514
  24.     MulticastIP = '224.0.0.1'
  25.     Active = True
  26.     Left = 8
  27.     Top = 8
  28.   end
  29. end