📄 unit4.~dfm
字号:
object bjForm: TbjForm
Left = 251
Top = 156
BorderStyle = bsDialog
Caption = #23398#29983#24635#20307#20449#24687
ClientHeight = 453
ClientWidth = 653
Color = clMedGray
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 56
Top = 144
Width = 529
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 Button1: TButton
Left = 200
Top = 384
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = Button1Click
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 288
Top = 72
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\jds4\database\st' +
'udent1.mdb;Persist Security Info=False'
CursorType = ctStatic
TableName = 'student'
Left = 120
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -