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

源代码在线查看: unit1.dfm

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

相关代码

				object Form1: TForm1
				  Left = 438
				  Top = 195
				  Width = 444
				  Height = 350
				  Caption = 'Form1'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -19
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 24
				  object Label1: TLabel
				    Left = 16
				    Top = 48
				    Width = 80
				    Height = 24
				    Caption = #38599#21592#21495#65306
				  end
				  object Label2: TLabel
				    Left = 16
				    Top = 96
				    Width = 104
				    Height = 24
				    Caption = 'LastName'#65306
				  end
				  object Label3: TLabel
				    Left = 16
				    Top = 144
				    Width = 106
				    Height = 24
				    Caption = 'FirstName'#65306
				  end
				  object Label4: TLabel
				    Left = 16
				    Top = 192
				    Width = 88
				    Height = 24
				    Caption = 'PhoneExt:'
				  end
				  object Label5: TLabel
				    Left = 16
				    Top = 240
				    Width = 113
				    Height = 24
				    Caption = #38599#29992#26085#26399#65306
				  end
				  object Label6: TLabel
				    Left = 16
				    Top = 288
				    Width = 60
				    Height = 24
				    Caption = #24037#36164#65306
				  end
				  object DBText1: TDBText
				    Left = 168
				    Top = 48
				    Width = 129
				    Height = 25
				    DataField = 'EmpNo'
				    DataSource = DataSource1
				  end
				  object DBNavigator1: TDBNavigator
				    Left = 0
				    Top = 0
				    Width = 240
				    Height = 25
				    DataSource = DataSource1
				    TabOrder = 0
				  end
				  object DBEdit1: TDBEdit
				    Left = 168
				    Top = 88
				    Width = 185
				    Height = 32
				    DataField = 'LastName'
				    DataSource = DataSource1
				    TabOrder = 1
				  end
				  object DBEdit2: TDBEdit
				    Left = 168
				    Top = 136
				    Width = 185
				    Height = 32
				    DataField = 'FirstName'
				    DataSource = DataSource1
				    TabOrder = 2
				  end
				  object DBEdit3: TDBEdit
				    Left = 168
				    Top = 184
				    Width = 89
				    Height = 32
				    DataField = 'PhoneExt'
				    DataSource = DataSource1
				    TabOrder = 3
				  end
				  object DBEdit4: TDBEdit
				    Left = 168
				    Top = 232
				    Width = 185
				    Height = 32
				    DataField = 'HireDate'
				    DataSource = DataSource1
				    TabOrder = 4
				  end
				  object DBEdit5: TDBEdit
				    Left = 168
				    Top = 280
				    Width = 121
				    Height = 32
				    DataField = 'Salary'
				    DataSource = DataSource1
				    TabOrder = 5
				  end
				  object Table1: TTable
				    Active = True
				    DatabaseName = 'DBDEMOS'
				    TableName = 'employee.db'
				    Left = 248
				  end
				  object DataSource1: TDataSource
				    DataSet = Table1
				    Left = 288
				  end
				end
							

相关资源