unit1.dfm
来自「Delphi实效编程百例的随书源代码 这是其中的磁盘文件部分」· DFM 代码 · 共 45 行
DFM
45 行
object Form1: TForm1
Left = 192
Top = 107
Width = 463
Height = 253
Caption = #24471#21040'Windows'#30340#24207#21015#21495
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 Label2: TLabel
Left = 176
Top = 112
Width = 72
Height = 21
Caption = 'Label2'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object Button2: TButton
Left = 16
Top = 96
Width = 137
Height = 41
Caption = #33719#21462#24207#21015#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?