📄 unit11.dfm
字号:
object Form1: TForm1
Left = 265
Top = 323
Width = 377
Height = 228
Caption = 'display.bpr'
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 DBGrid1: TDBGrid
Left = 8
Top = 40
Width = 353
Height = 153
Color = clBtnHighlight
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Color = clYellow
Expanded = False
FieldName = '班级座号'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Visible = True
end
item
Expanded = False
FieldName = '出生年月日'
Visible = True
end
item
Expanded = False
FieldName = '家长'
Visible = True
end>
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=STUDENTS1.mdb;Persi' +
'st Security Info=False'
CursorType = ctStatic
TableName = '通讯录'
Left = 8
Top = 8
object ADOTable1DSDesigner: TWideStringField
FieldName = '班级座号'
Size = 10
end
object ADOTable1DSDesigner2: TWideStringField
FieldName = '出生年月日'
Size = 10
end
object ADOTable1DSDesigner3: TWideStringField
FieldName = '家长'
Size = 10
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 40
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -