u_form1.~dfm
来自「很好地delphi书籍源码」· ~DFM 代码 · 共 61 行
~DFM
61 行
object Form1: TForm1
Left = 256
Top = 147
Width = 529
Height = 351
Caption = #21160#24577#25253#34920#27979#35797#31243#24207
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 = 0
Top = 0
Width = 521
Height = 273
Align = alTop
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 = 216
Top = 288
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 1
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 32
Top = 288
Width = 121
Height = 17
Caption = #19981#26174#31034#21069'3'#20010#23383#27573
TabOrder = 2
OnClick = CheckBox1Click
end
object DataSource1: TDataSource
DataSet = Table1
Left = 16
Top = 120
end
object Table1: TTable
Active = True
DatabaseName = 'FootBall'
TableName = #23545#38453#34920'.DB'
Left = 16
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?