📄 di_dbmemofield.dfm
字号:
object DI_DfmDBMemoField: TDI_DfmDBMemoField
Left = 614
Top = 323
BorderIcons = []
BorderStyle = bsDialog
Caption = '文本字段'
ClientHeight = 186
ClientWidth = 158
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object DBMemo1: TDBMemo
Left = 4
Top = 6
Width = 150
Height = 150
TabOrder = 0
end
object Button1: TButton
Left = 43
Top = 160
Width = 75
Height = 25
Caption = '关闭'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -