li1.dfm
来自「《C Builder 5程序设计——数据库应用实务篇》程序源代码」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 253
Top = 185
Width = 453
Height = 349
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 DBImage1: TDBImage
Left = 160
Top = 8
Width = 185
Height = 137
DataField = 'BMP'
DataSource = DataSource1
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 8
Top = 160
Width = 425
Height = 153
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Table1: TTable
Active = True
DatabaseName = 'BCDEMOS'
TableName = 'animals.dbf'
Left = 80
Top = 40
end
object DataSource1: TDataSource
DataSet = Table1
Left = 80
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?