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 = 112
- Top = 288
- Width = 24
- Height = 13
- Caption = #23398#21495
- end
- object Label2: TLabel
- Left = 112
- Top = 344
- Width = 24
- Height = 13
- Caption = #22995#21517
- end
- object DBEdit1: TDBEdit
- Left = 192
- Top = 288
- Width = 121
- Height = 21
- DataField = #23398#21495
- DataSource = DataSource1
- TabOrder = 0
- end
- object DBEdit2: TDBEdit
- Left = 192
- Top = 336
- Width = 121
- Height = 21
- DataField = #22995#21517
- DataSource = DataSource1
- TabOrder = 1
- end
- object DBGrid1: TDBGrid
- Left = 56
- Top = 80
- Width = 497
- Height = 160
- DataSource = DataSource1
- TabOrder = 2
- TitleFont.Charset = DEFAULT_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object Button1: TButton
- Left = 128
- Top = 408
- Width = 75
- Height = 25
- Caption = #19979#19968#26465
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 504
- Top = 304
- Width = 75
- Height = 25
- Caption = #28155#21152
- TabOrder = 4
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 504
- Top = 360
- Width = 75
- Height = 25
- Caption = #36864#20986
- TabOrder = 5
- OnClick = Button3Click
- 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 = 40
- end
- object ADODataSet1: TADODataSet
- Active = True
- Connection = ADOConnection1
- CursorType = ctStatic
- CommandText = 'select * from students'
- Parameters = <>
- Left = 168
- Top = 40
- end
- object DataSource1: TDataSource
- DataSet = ADODataSet1
- Left = 248
- Top = 32
- end
- end