U_Client.dfm
资源名称:网络文件传输原代码.rar [点击查看]
上传用户:lzzxgs
上传日期:2013-03-15
资源大小:474k
文件大小:1k
源码类别:
P2P编程
开发平台:
Delphi
- object frm_Client: Tfrm_Client
- Left = 651
- Top = 346
- Width = 332
- Height = 122
- Caption = #32593#32476#25991#20214#20256#36755#23458#25143#31471
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 72
- Height = 12
- Caption = #26381#21153#22120#22320#22336#65306
- end
- object Label2: TLabel
- Left = 168
- Top = 16
- Width = 36
- Height = 12
- Caption = #31471#21475#65306
- end
- object Button1: TButton
- Left = 232
- Top = 32
- Width = 75
- Height = 25
- Caption = #25509#25910
- TabOrder = 0
- OnClick = Button1Click
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 76
- Width = 324
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object Edit1: TEdit
- Left = 16
- Top = 32
- Width = 137
- Height = 20
- TabOrder = 2
- Text = '127.0.0.1'
- end
- object Edit2: TEdit
- Left = 168
- Top = 32
- Width = 49
- Height = 20
- TabOrder = 3
- Text = '9925'
- end
- object SaveDialog1: TSaveDialog
- Left = 128
- Top = 64
- end
- object IdTCPClient1: TIdTCPClient
- MaxLineAction = maException
- ReadTimeout = 0
- Host = 'Localhost'
- Port = 9925
- Left = 24
- Top = 64
- end
- end