unit1.dfm
来自「本代码及文件是获取控制系统的delphi工程文件」· DFM 代码 · 共 45 行
DFM
45 行
object Form1: TForm1
Left = 262
Top = 346
Width = 354
Height = 111
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 = 24
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 = 32
Top = 24
Width = 113
Height = 33
Caption = #33719#21462#24207#21015#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?