Delphi_7.0数据库开发源代码。有内容十一章节

源代码在线查看: clientfrm.dfm

软件大小: 663 K
上传用户: rylzll
关键词: Delphi 7.0 数据库 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				object Form1: TForm1
				  Left = 192
				  Top = 107
				  Width = 560
				  Height = 278
				  Caption = #23433#20840#31283#23450#31995#32479#23458#25143#31471
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnCreate = FormCreate
				  PixelsPerInch = 96
				  TextHeight = 13
				  object DBGrid1: TDBGrid
				    Left = 8
				    Top = 56
				    Width = 529
				    Height = 169
				    DataSource = DataSource1
				    TabOrder = 0
				    TitleFont.Charset = DEFAULT_CHARSET
				    TitleFont.Color = clWindowText
				    TitleFont.Height = -11
				    TitleFont.Name = 'MS Sans Serif'
				    TitleFont.Style = []
				  end
				  object Button1: TButton
				    Left = 224
				    Top = 16
				    Width = 75
				    Height = 25
				    Caption = 'UpdateData'
				    TabOrder = 1
				    OnClick = Button1Click
				  end
				  object SimpleObjectBroker1: TSimpleObjectBroker
				    Servers = <
				      item
				        ComputerName = 'Lu'
				      end>
				    Left = 80
				    Top = 16
				  end
				  object ClientDataSet1: TClientDataSet
				    Active = True
				    Aggregates = 
				    Params = 
				    ProviderName = 'DataSetProvider1'
				    RemoteServer = DCOMConnection1
				    Left = 40
				    Top = 16
				  end
				  object DataSource1: TDataSource
				    DataSet = ClientDataSet1
				    Left = 120
				    Top = 16
				  end
				  object DCOMConnection1: TDCOMConnection
				    Connected = True
				    ServerGUID = '{E07BF504-0199-4E4E-910B-FC33041730BE}'
				    ServerName = 'server.SafeDataModule'
				    ObjectBroker = SimpleObjectBroker1
				    Left = 160
				    Top = 16
				  end
				end
							

相关资源