unit4.dfm
来自「学籍管理系统(MSS)是集计算机技术、网络通信技术为一体的信息系统工程」· DFM 代码 · 共 56 行
DFM
56 行
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 = 272
Top = 48
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 = 80
Top = 64
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?