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
MapTblForm.dfm
Package: delphi.rar [view]
Upload User: fh681027
Upload Date: 2022-07-23
Package Size: 1959k
Code Size: 2k
Category:
Delphi VCL
Development Platform:
Delphi
- object Form1: TForm1
- Left = 227
- Top = 222
- Width = 613
- Height = 438
- Caption = 'MapTable'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- DesignSize = (
- 605
- 411)
- PixelsPerInch = 96
- TextHeight = 13
- object DBGrid1: TDBGrid
- Left = 8
- Top = 8
- Width = 589
- Height = 169
- Anchors = [akLeft, akTop, akRight]
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object btnMap: TButton
- Left = 8
- Top = 184
- Width = 588
- Height = 25
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Map'
- TabOrder = 1
- OnClick = btnMapClick
- end
- object Memo1: TMemo
- Left = 8
- Top = 216
- Width = 588
- Height = 192
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 2
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'customer.db'
- Left = 24
- Top = 24
- end
- object DataSetProvider1: TDataSetProvider
- DataSet = Table1
- Constraints = True
- Left = 24
- Top = 80
- end
- object ClientDataSet1: TClientDataSet
- Active = True
- Aggregates = <>
- Params = <>
- ProviderName = 'DataSetProvider1'
- Left = 32
- Top = 136
- end
- object DataSetProvider2: TDataSetProvider
- DataSet = ClientDataSet1
- Constraints = True
- Left = 32
- Top = 192
- end
- object XMLTransformClient1: TXMLTransformClient
- ProviderName = 'DataSetProvider2'
- TransformGetData.TransformationFile = 'C:md6code23MapTableCustomersToXml.xtr'
- Left = 32
- Top = 256
- end
- object DataSource1: TDataSource
- DataSet = ClientDataSet1
- Left = 104
- Top = 136
- end
- end