Unit1.~dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:2k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 192
- Top = 114
- Width = 696
- Height = 480
- 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 Label1: TLabel
- Left = 160
- Top = 24
- Width = 289
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Caption = 'ADO'#25509#21475#36830#25509#25968#25454#24211
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -24
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object DBGrid1: TDBGrid
- Left = 56
- Top = 88
- Width = 489
- Height = 176
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DBNavigator1: TDBNavigator
- Left = 160
- Top = 320
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 1
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 88
- Top = 32
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'db1'
- TableName = 'students'
- Left = 200
- Top = 56
- end
- object ADOConnection1: TADOConnection
- Connected = True
- ConnectionString =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai12db1.m' +
- 'db;Persist Security Info=False'
- Mode = cmShareDenyNone
- Provider = 'Microsoft.Jet.OLEDB.4.0'
- Left = 576
- Top = 56
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection1
- Parameters = <>
- SQL.Strings = (
- '"select * from students "')
- Left = 600
- Top = 112
- end
- end