unit1.dfm
来自「用C++Builder开发Windows下的屏保」· DFM 代码 · 共 46 行
DFM
46 行
object Form1: TForm1
Left = 233
Top = 185
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '我爱你'
ClientHeight = 217
ClientWidth = 373
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnHide = FormHide
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 373
Height = 217
Align = alClient
BevelInner = bvLowered
BevelWidth = 5
Caption = '单击我呀!!'
Font.Charset = GB2312_CHARSET
Font.Color = clTeal
Font.Height = -12
Font.Name = '新宋体'
Font.Style = []
ParentFont = False
TabOrder = 0
object Image1: TImage
Left = 10
Top = 10
Width = 353
Height = 197
Align = alClient
OnClick = Image1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?