U_Client.dfm
上传用户:lzzxgs
上传日期:2013-03-15
资源大小:474k
文件大小:1k
源码类别:

P2P编程

开发平台:

Delphi

  1. object frm_Client: Tfrm_Client
  2.   Left = 651
  3.   Top = 346
  4.   Width = 332
  5.   Height = 122
  6.   Caption = #32593#32476#25991#20214#20256#36755#23458#25143#31471
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 72
  20.     Height = 12
  21.     Caption = #26381#21153#22120#22320#22336#65306
  22.   end
  23.   object Label2: TLabel
  24.     Left = 168
  25.     Top = 16
  26.     Width = 36
  27.     Height = 12
  28.     Caption = #31471#21475#65306
  29.   end
  30.   object Button1: TButton
  31.     Left = 232
  32.     Top = 32
  33.     Width = 75
  34.     Height = 25
  35.     Caption = #25509#25910
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object StatusBar1: TStatusBar
  40.     Left = 0
  41.     Top = 76
  42.     Width = 324
  43.     Height = 19
  44.     Panels = <>
  45.     SimplePanel = True
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 16
  49.     Top = 32
  50.     Width = 137
  51.     Height = 20
  52.     TabOrder = 2
  53.     Text = '127.0.0.1'
  54.   end
  55.   object Edit2: TEdit
  56.     Left = 168
  57.     Top = 32
  58.     Width = 49
  59.     Height = 20
  60.     TabOrder = 3
  61.     Text = '9925'
  62.   end
  63.   object SaveDialog1: TSaveDialog
  64.     Left = 128
  65.     Top = 64
  66.   end
  67.   object IdTCPClient1: TIdTCPClient
  68.     MaxLineAction = maException
  69.     ReadTimeout = 0
  70.     Host = 'Localhost'
  71.     Port = 9925
  72.     Left = 24
  73.     Top = 64
  74.   end
  75. end