📄 unit2.dfm
字号:
object Form2: TForm2
Left = 204
Top = 117
Width = 632
Height = 406
Caption = 'Excelform'
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 Button1: TButton
Left = 32
Top = 16
Width = 201
Height = 33
Caption = #23558'Acesse'#25968#25454#23548#20837#21040'Excel'#20013
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 368
Top = 16
Width = 217
Height = 33
Caption = #23558'Excel'#20013#30340#25968#25454#23548#20837#21040'Acess'#20013
TabOrder = 1
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 32
Top = 80
Width = 585
Height = 281
DataSource = DataSource1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button3: TButton
Left = 264
Top = 24
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button3Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\cc\'#20316#19994'\'#25991#20214#35843#20837#35843#20986'\stu' +
'dent.mdb;Persist Security Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 168
Top = 56
end
object ADODataSet1: TADODataSet
Active = True
Connection = ADOConnection1
CursorType = ctStatic
CommandText = 'select * from student'
Parameters = <>
Left = 256
Top = 56
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 216
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -