Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MyClient.dfm
Package: c++builder6编程实例.ZIP [view]
Upload User: lulishicai
Upload Date: 2010-03-01
Package Size: 13202k
Code Size: 2k
Category:
Delphi-C++Builder
Development Platform:
C++ Builder
- object ClientForm: TClientForm
- Left = 162
- Top = 87
- Width = 544
- Height = 338
- Caption = 'ClientForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 72
- Height = 13
- Caption = '从服务器接收'
- end
- object Label2: TLabel
- Left = 312
- Top = 8
- Width = 72
- Height = 13
- Caption = '发送给服务器'
- end
- object Memo1: TMemo
- Left = 8
- Top = 32
- Width = 217
- Height = 265
- Lines.Strings = (
- 'Memo1')
- TabOrder = 0
- end
- object Memo2: TMemo
- Left = 312
- Top = 32
- Width = 217
- Height = 265
- Lines.Strings = (
- 'Memo2')
- TabOrder = 1
- end
- object Button1: TButton
- Left = 232
- Top = 56
- Width = 75
- Height = 25
- Caption = '接收自服务器'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 232
- Top = 144
- Width = 75
- Height = 25
- Caption = '回传给服务器'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 232
- Top = 232
- Width = 75
- Height = 25
- Caption = '关闭'
- TabOrder = 4
- OnClick = Button3Click
- end
- object DdeClientItem1: TDdeClientItem
- DdeConv = DdeClientConv1
- OnChange = DdeClientItem1Change
- Left = 136
- Top = 176
- end
- object DdeClientConv1: TDdeClientConv
- Left = 144
- Top = 144
- end
- end