xmltypedetails.lfm
来自「Oracle Data Access Components Source Cod」· LFM 代码 · 共 39 行
LFM
39 行
object XMLDetailsForm: TXMLDetailsForm
Left = 255
Height = 439
Top = 103
Width = 568
HorzScrollBar.Page = 567
VertScrollBar.Page = 438
ActiveControl = BitBtn1
BorderStyle = bsDialog
Caption = 'XMLDetailsForm'
ClientHeight = 439
ClientWidth = 568
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
object BitBtn1: TBitBtn
Left = 246
Height = 25
Top = 406
Width = 75
Anchors = [akBottom]
Caption = '&Close'
Kind = bkClose
NumGlyphs = 0
TabOrder = 0
end
object Memo1: TMemo
Left = 8
Height = 391
Top = 8
Width = 553
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'Memo1'
)
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?