unit1.dfm
来自「Delphi 7应用编程150例附书源码,第2章-图像处理实例」· DFM 代码 · 共 33 行
DFM
33 行
object frmMain: TfrmMain
Left = 192
Top = 107
Width = 177
Height = 175
Caption = 'FONT'
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 btnView: TButton
Left = 24
Top = 112
Width = 121
Height = 25
Caption = #26174#31034
TabOrder = 0
OnClick = btnViewClick
end
object Edit1: TEdit
Left = 24
Top = 80
Width = 121
Height = 21
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?