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

源代码在线查看: unit1.~dfm

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

相关代码

				object Form1: TForm1
				  Left = 314
				  Top = 165
				  Width = 413
				  Height = 323
				  Caption = 'Form1'
				  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 DBGrid1: TDBGrid
				    Left = 24
				    Top = 80
				    Width = 353
				    Height = 193
				    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
				    TabOrder = 0
				    TitleFont.Charset = DEFAULT_CHARSET
				    TitleFont.Color = clWindowText
				    TitleFont.Height = -11
				    TitleFont.Name = 'MS Sans Serif'
				    TitleFont.Style = []
				  end
				  object Button1: TButton
				    Left = 304
				    Top = 32
				    Width = 75
				    Height = 25
				    Caption = #21160#24577#24314#34920
				    TabOrder = 1
				    OnClick = Button1Click
				  end
				  object Table1: TTable
				    Left = 40
				    Top = 32
				  end
				  object DataSource1: TDataSource
				    DataSet = Table1
				    Left = 88
				    Top = 32
				  end
				end
							

相关资源