serverFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmServer: TfrmServer
  2.   Left = 213
  3.   Top = 126
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = #36828#31243#25235#23631#8212#26381#21153#22120#31471#31243#24207
  7.   ClientHeight = 76
  8.   ClientWidth = 298
  9.   Color = clBtnFace
  10.   Font.Charset = GB2312_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = #23435#20307
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 24
  23.     Width = 276
  24.     Height = 21
  25.     Caption = #36828#31243#25235#23631#8212#8212#26381#21153#22120#31471#31243#24207
  26.     Font.Charset = GB2312_CHARSET
  27.     Font.Color = clGreen
  28.     Font.Height = -21
  29.     Font.Name = #26999#20307'_GB2312'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object ServerSocket: TServerSocket
  34.     Active = True
  35.     Port = 1234
  36.     ServerType = stNonBlocking
  37.     OnClientDisconnect = ServerSocketClientDisconnect
  38.     OnClientRead = ServerSocketClientRead
  39.     OnClientError = ServerSocketClientError
  40.     Left = 256
  41.   end
  42. end