unit1.dfm
来自「制作托盘鼠标」· DFM 代码 · 共 56 行
DFM
56 行
object Form1: TForm1
Left = 201
Top = 213
Width = 696
Height = 480
Caption = 'Form1'
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 = 168
Top = 8
Width = 32
Height = 13
Caption = 'Label1'
end
object Image1: TImage
Left = 384
Top = 40
Width = 105
Height = 105
end
object Button1: TButton
Left = 208
Top = 96
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
end
object PopupMenu1: TPopupMenu
Left = 128
Top = 40
object N1: TMenuItem
Caption = #25171#24320
end
object N2: TMenuItem
Caption = '-----'
end
object N3: TMenuItem
Caption = #36864#20986
OnClick = N3Click
end
end
object OpenDialog1: TOpenDialog
Left = 128
Top = 80
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?