demo2.~dfm
来自「《Delphi实用程序100例》配套书源码盘」· ~DFM 代码 · 共 44 行
~DFM
44 行
object Form1: TForm1
Left = 192
Top = 107
Width = 569
Height = 430
Caption = #26681#25454#25968#25454#20869#23481#33258#21160#25913#21464#25968#25454#39068#33394
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 = 16
Top = 24
Width = 521
Height = 353
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
end
object DataSource1: TDataSource
DataSet = Table1
Left = 168
Top = 128
end
object Table1: TTable
Active = True
AutoRefresh = True
DatabaseName = 'MyAccess'
TableName = 'article'
Left = 288
Top = 120
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?