📄 d_picturepropertyeditor1.dfm
字号:
object Form2: TForm2
Left = 301
Top = 231
Width = 374
Height = 297
Caption = 'Form2'
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 Bevel1: TBevel
Left = 8
Top = 8
Width = 259
Height = 217
Shape = bsFrame
end
object Panel1: TPanel
Left = 16
Top = 16
Width = 241
Height = 201
BevelOuter = bvNone
BorderStyle = bsSingle
Color = clWhite
TabOrder = 0
object Image1: TImage
Left = 0
Top = 0
Width = 237
Height = 197
Align = alClient
Stretch = True
end
end
object Button1: TButton
Left = 280
Top = 8
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 280
Top = 40
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Button3: TButton
Left = 8
Top = 236
Width = 75
Height = 25
Caption = 'Load'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 88
Top = 236
Width = 75
Height = 25
Caption = 'Save'
TabOrder = 4
OnClick = Button4Click
end
object Button5: TButton
Left = 168
Top = 236
Width = 75
Height = 25
Caption = 'Clear'
TabOrder = 5
OnClick = Button5Click
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 288
Top = 112
end
object SavePictureDialog1: TSavePictureDialog
Left = 288
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -