main.dfm
来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 36 行
DFM
36 行
object frmMain: TfrmMain
Left = 224
Top = 121
BorderStyle = bsDialog
Caption = 'frmMain'
ClientHeight = 109
ClientWidth = 191
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 CSpinEdit1: TCSpinEdit
Left = 40
Top = 16
Width = 121
Height = 22
TabStop = True
ParentColor = False
TabOrder = 0
end
object Button1: TButton
Left = 56
Top = 64
Width = 75
Height = 25
Caption = 'E&xit'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?