main.dfm
来自「C++ builder 完全攻略 学习C++ Builder 不可缺少」· DFM 代码 · 共 36 行
DFM
36 行
object Form1: TForm1
Left = 192
Top = 107
Width = 648
Height = 317
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 StringGrid1: TStringGrid
Left = 16
Top = 16
Width = 521
Height = 257
ColCount = 10
DefaultColWidth = 50
RowCount = 10
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 552
Top = 16
Width = 75
Height = 25
Caption = 'Generate'
TabOrder = 1
OnClick = BitBtn1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?