📄 d_picturepropertyeditor0.dfm
字号:
object Form1: TForm1
Left = 311
Top = 179
Width = 414
Height = 285
Caption = 'Picture PropertyEditor demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 216
Top = 16
Width = 169
Height = 193
end
object Label1: TLabel
Left = 102
Top = 221
Width = 277
Height = 25
Caption =
'Click on left button to activate property inspector, then double' +
' click on Picture property.'
WordWrap = True
end
object LMDPropertyInspector1: TLMDPropertyInspector
Left = 16
Top = 16
Width = 188
Height = 193
CategoryFont.Charset = DEFAULT_CHARSET
CategoryFont.Color = clHighlightText
CategoryFont.Height = -11
CategoryFont.Name = 'MS Sans Serif'
CategoryFont.Style = [fsBold]
Splitter = 84
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 216
Width = 75
Height = 25
Caption = 'Edit image'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -