memoblobfrm.dfm
来自「delphi本地数据库引擎」· DFM 代码 · 共 65 行
DFM
65 行
object MemoBlobForm: TMemoBlobForm
Left = 192
Top = 133
Width = 357
Height = 244
Caption = 'MemoBlobForm'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 349
Height = 183
Align = alClient
BevelOuter = bvNone
BorderWidth = 6
TabOrder = 0
object Memo: TMemo
Left = 6
Top = 6
Width = 337
Height = 171
Align = alClient
TabOrder = 0
end
end
object BottomPanel: TPanel
Left = 0
Top = 183
Width = 349
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object OkButton: TButton
Left = 267
Top = 1
Width = 75
Height = 25
Cancel = True
Caption = '取消(&C)'
TabOrder = 0
OnClick = OkButtonClick
end
object Button1: TButton
Left = 179
Top = 1
Width = 75
Height = 25
Caption = '确定(&O)'
Default = True
TabOrder = 1
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?