📄 di_dbblobfield.dfm
字号:
object DI_DfmDBBlobField: TDI_DfmDBBlobField
Left = 321
Top = 253
BorderIcons = []
BorderStyle = bsDialog
Caption = '图形字段'
ClientHeight = 186
ClientWidth = 158
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBImage1: TDBImage
Left = 4
Top = 6
Width = 150
Height = 150
Stretch = True
TabOrder = 0
end
object ShiftButton: TButton
Left = 5
Top = 160
Width = 73
Height = 25
Caption = '更换'
TabOrder = 1
OnClick = ShiftButtonClick
end
object CloseButton: TButton
Left = 81
Top = 160
Width = 73
Height = 25
Caption = '关闭'
TabOrder = 2
OnClick = CloseButtonClick
end
object OpenPictureDialog1: TOpenPictureDialog
Left = 72
Top = 96
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -