details.nfm
来自「ODAC 5.7.0.28」· NFM 代码 · 共 37 行
NFM
37 行
object FmDetails: TFmDetails
Left = 255
Top = 103
BorderStyle = bsDialog
ClientHeight = 439
ClientWidth = 568
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 231
Top = 406
Width = 75
Height = 25
Anchors = [akBottom]
TabOrder = 0
Kind = bkClose
end
object Memo1: TMemo
Left = 8
Top = 8
Width = 553
Height = 391
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'Memo1')
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?