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

Delphi/CppBuilder

开发平台:

Delphi

  1. object FrmMain: TFrmMain
  2.   Left = 219
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinSock API '#31034#20363'-'#25991#20214#21457#36865#31243#24207
  7.   ClientHeight = 150
  8.   ClientWidth = 312
  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 progressBar: TProgressBar
  21.     Left = 0
  22.     Top = 0
  23.     Width = 312
  24.     Height = 18
  25.     Align = alTop
  26.     Min = 0
  27.     Max = 100
  28.     TabOrder = 0
  29.   end
  30.   object Statusbar: TStatusBar
  31.     Left = 0
  32.     Top = 131
  33.     Width = 312
  34.     Height = 19
  35.     Panels = <>
  36.     SimplePanel = True
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 18
  41.     Width = 312
  42.     Height = 113
  43.     Align = alClient
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 14
  47.       Top = 13
  48.       Width = 84
  49.       Height = 12
  50.       Caption = #25509#25910#26041'IP'#22320#22336#65306
  51.       Font.Charset = GB2312_CHARSET
  52.       Font.Color = clWindowText
  53.       Font.Height = -12
  54.       Font.Name = #23435#20307
  55.       Font.Style = []
  56.       ParentFont = False
  57.     end
  58.     object Label2: TLabel
  59.       Left = 14
  60.       Top = 45
  61.       Width = 72
  62.       Height = 12
  63.       Caption = #25509#25910#26041#31471#21475#65306
  64.       Font.Charset = GB2312_CHARSET
  65.       Font.Color = clWindowText
  66.       Font.Height = -12
  67.       Font.Name = #23435#20307
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object btnSend: TBitBtn
  72.       Left = 85
  73.       Top = 81
  74.       Width = 66
  75.       Height = 25
  76.       Caption = #21457#36865'(S)'
  77.       Font.Charset = GB2312_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -12
  80.       Font.Name = #23435#20307
  81.       Font.Style = []
  82.       ParentFont = False
  83.       TabOrder = 0
  84.       OnClick = btnSendClick
  85.       NumGlyphs = 2
  86.     end
  87.     object btnStop: TBitBtn
  88.       Left = 162
  89.       Top = 81
  90.       Width = 66
  91.       Height = 25
  92.       Caption = #20572#27490'(P)'
  93.       Font.Charset = GB2312_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -12
  96.       Font.Name = #23435#20307
  97.       Font.Style = []
  98.       ParentFont = False
  99.       TabOrder = 1
  100.       OnClick = btnStopClick
  101.       NumGlyphs = 2
  102.     end
  103.     object btnExit: TBitBtn
  104.       Left = 240
  105.       Top = 81
  106.       Width = 66
  107.       Height = 25
  108.       Caption = #36864#20986'(&E)'
  109.       Font.Charset = GB2312_CHARSET
  110.       Font.Color = clWindowText
  111.       Font.Height = -12
  112.       Font.Name = #23435#20307
  113.       Font.Style = []
  114.       ParentFont = False
  115.       TabOrder = 2
  116.       OnClick = btnExitClick
  117.       NumGlyphs = 2
  118.     end
  119.     object edtIP: TEdit
  120.       Left = 96
  121.       Top = 10
  122.       Width = 209
  123.       Height = 20
  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.     end
  132.     object edtPort: TEdit
  133.       Left = 96
  134.       Top = 40
  135.       Width = 209
  136.       Height = 20
  137.       Font.Charset = GB2312_CHARSET
  138.       Font.Color = clWindowText
  139.       Font.Height = -12
  140.       Font.Name = #23435#20307
  141.       Font.Style = []
  142.       ParentFont = False
  143.       TabOrder = 4
  144.     end
  145.     object btnConnect: TBitBtn
  146.       Left = 8
  147.       Top = 81
  148.       Width = 66
  149.       Height = 25
  150.       Caption = #36830#25509'(&C)'
  151.       TabOrder = 5
  152.       OnClick = btnConnectClick
  153.     end
  154.   end
  155.   object OpenDFile: TOpenDialog
  156.     InitialDir = 'c:'
  157.     Title = #35831#36873#25321#35201#20256#36865#30340#25991#20214
  158.     Left = 240
  159.   end
  160. end