unit1.dfm
来自「Delphi Win32核心API参考光盘源码 本书包含了常用的Windows」· DFM 代码 · 共 62 行
DFM
62 行
object Form1: TForm1
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'Form1'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 240
Top = 96
Width = 281
Height = 41
end
object Image3: TImage
Left = 240
Top = 144
Width = 281
Height = 41
end
object Image4: TImage
Left = 241
Top = 336
Width = 281
Height = 41
end
object Image5: TImage
Left = 240
Top = 192
Width = 281
Height = 41
end
object Image2: TImage
Left = 240
Top = 240
Width = 281
Height = 41
end
object Image6: TImage
Left = 240
Top = 288
Width = 281
Height = 41
end
object Button1: TButton
Left = 16
Top = 16
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?