cf2frm.dfm
来自「《Delphi开发人员指南》配书原码」· DFM 代码 · 共 43 行
DFM
43 行
object CF2Form: TCF2Form
Left = 319
Top = 262
Width = 433
Height = 280
Caption = 'Customer Database'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object dbgrdCustomer: TDBGrid
Left = 0
Top = 0
Width = 425
Height = 253
Align = alClient
DataSource = dtsrcCustomer
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object tblCustomer: TTable
DatabaseName = 'DBDEMOS'
TableName = 'customer.db'
Left = 32
Top = 24
end
object dtsrcCustomer: TDataSource
DataSet = tblCustomer
Left = 56
Top = 20
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?