unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 48 行
DFM
48 行
object Form1: TForm1
Left = 304
Top = 245
Width = 362
Height = 251
Caption = 'Hello'
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 Label1: TLabel
Left = 40
Top = 40
Width = 279
Height = 58
AutoSize = False
Caption = 'Hello,World!'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Button1: TButton
Left = 128
Top = 152
Width = 97
Height = 32
Caption = #25913#21464#25991#23383' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clDefault
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?