Unit1.dfm
资源名称:xiaobai.rar [点击查看]
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:3k
源码类别:
Delphi控件源码
开发平台:
Delphi
- object Form1: TForm1
- Left = 242
- 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 = 72
- 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 = 8
- Top = 40
- Width = 585
- Height = 209
- 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 = 8
- Top = 320
- Width = 240
- Height = 25
- DataSource = DataSource1
- TabOrder = 1
- end
- object DBEdit1: TDBEdit
- Left = 24
- Top = 256
- Width = 121
- Height = 21
- DataField = #23398#21495
- DataSource = DataSource1
- TabOrder = 2
- end
- object DBEdit2: TDBEdit
- Left = 168
- Top = 256
- Width = 121
- Height = 21
- DataField = #22995#21517
- DataSource = DataSource1
- TabOrder = 3
- end
- object DBEdit3: TDBEdit
- Left = 320
- Top = 256
- Width = 121
- Height = 21
- DataField = #24180#40836
- DataSource = DataSource1
- TabOrder = 4
- end
- object Button1: TButton
- Left = 600
- Top = 40
- Width = 75
- Height = 25
- Caption = #26174#31034
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 600
- Top = 88
- Width = 75
- Height = 25
- Caption = #19981#26174#31034
- TabOrder = 6
- OnClick = Button2Click
- end
- object Edit1: TEdit
- Left = 24
- Top = 288
- Width = 121
- Height = 21
- TabOrder = 7
- OnChange = Edit1Change
- end
- object DataSource1: TDataSource
- DataSet = ADOQuery1
- Left = 16
- Top = 8
- 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 = 64
- Top = 8
- end
- object ADOQuery1: TADOQuery
- Active = True
- Connection = ADOConnection1
- CursorType = ctStatic
- Parameters = <>
- SQL.Strings = (
- 'select * from students')
- Left = 472
- Top = 8
- end
- end