di_dbmemofield.dfm
来自「亚惠快餐管理信息系统 包括亚惠快餐管理的各项功能」· DFM 代码 · 共 37 行
DFM
37 行
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 + =
减小字号Ctrl + -
显示快捷键?