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

Delphi/CppBuilder

开发平台:

Delphi

  1. object FrmMain: TFrmMain
  2.   Left = 203
  3.   Top = 150
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinSock API '#31034#20363'-'#26381#21153#22120#31471#25509#25910
  7.   ClientHeight = 109
  8.   ClientWidth = 263
  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.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object StaBar: TStatusBar
  21.     Left = 0
  22.     Top = 90
  23.     Width = 263
  24.     Height = 19
  25.     Panels = <>
  26.     SimplePanel = True
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 0
  31.     Width = 263
  32.     Height = 57
  33.     Align = alTop
  34.     TabOrder = 1
  35.     object Label2: TLabel
  36.       Left = 29
  37.       Top = 26
  38.       Width = 60
  39.       Height = 12
  40.       Caption = #25509#25910#31471#21475#65306
  41.       Font.Charset = GB2312_CHARSET
  42.       Font.Color = clWindowText
  43.       Font.Height = -12
  44.       Font.Name = #23435#20307
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object OtherPort: TEdit
  49.       Left = 93
  50.       Top = 21
  51.       Width = 140
  52.       Height = 20
  53.       Font.Charset = GB2312_CHARSET
  54.       Font.Color = clWindowText
  55.       Font.Height = -12
  56.       Font.Name = #23435#20307
  57.       Font.Style = []
  58.       ParentFont = False
  59.       TabOrder = 0
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 0
  64.     Top = 57
  65.     Width = 263
  66.     Height = 33
  67.     Align = alClient
  68.     TabOrder = 2
  69.     object btnListen: TBitBtn
  70.       Left = 13
  71.       Top = 4
  72.       Width = 60
  73.       Height = 22
  74.       Caption = #30417#21548'(&L)'
  75.       Font.Charset = GB2312_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -12
  78.       Font.Name = #23435#20307
  79.       Font.Style = []
  80.       ParentFont = False
  81.       TabOrder = 0
  82.       OnClick = btnListenClick
  83.       NumGlyphs = 2
  84.     end
  85.     object btnRecv: TBitBtn
  86.       Left = 73
  87.       Top = 4
  88.       Width = 60
  89.       Height = 22
  90.       Caption = #25509#25910'(&R)'
  91.       Font.Charset = GB2312_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -12
  94.       Font.Name = #23435#20307
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 1
  98.       OnClick = btnRecvClick
  99.       NumGlyphs = 2
  100.     end
  101.     object btnStop: TBitBtn
  102.       Left = 133
  103.       Top = 4
  104.       Width = 60
  105.       Height = 22
  106.       Caption = #20572#27490'(&P)'
  107.       Enabled = False
  108.       Font.Charset = GB2312_CHARSET
  109.       Font.Color = clWindowText
  110.       Font.Height = -12
  111.       Font.Name = #23435#20307
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 2
  115.       OnClick = btnStopClick
  116.       NumGlyphs = 2
  117.     end
  118.     object btnExit: TBitBtn
  119.       Left = 193
  120.       Top = 4
  121.       Width = 60
  122.       Height = 22
  123.       Caption = #36864#20986'(&E)'
  124.       Font.Charset = GB2312_CHARSET
  125.       Font.Color = clWindowText
  126.       Font.Height = -12
  127.       Font.Name = #23435#20307
  128.       Font.Style = []
  129.       ParentFont = False
  130.       TabOrder = 3
  131.       OnClick = btnExitClick
  132.       NumGlyphs = 2
  133.     end
  134.   end
  135.   object SaveDialog1: TSaveDialog
  136.     Left = 216
  137.     Top = 8
  138.   end
  139. end