mainform.lfm
来自「从Delphi中调用lua」· LFM 代码 · 共 64 行
LFM
64 行
object frmMain: TfrmMain
Left = 291
Height = 103
Top = 162
Width = 314
HorzScrollBar.Page = 313
VertScrollBar.Page = 102
Caption = 'Associative Array Demo'
ClientHeight = 103
ClientWidth = 314
OnCreate = FormCreate
OnDestroy = FormDestroy
object lblName: TLabel
Left = 9
Height = 14
Top = 8
Width = 32
Caption = 'Name:'
ParentColor = False
end
object lblValue: TLabel
Left = 9
Height = 14
Top = 48
Width = 31
Caption = 'Value:'
ParentColor = False
end
object edName: TEdit
Left = 15
Height = 23
Top = 24
Width = 217
TabOrder = 0
end
object edValue: TEdit
Left = 15
Height = 23
Top = 64
Width = 217
TabOrder = 2
end
object btnRead: TButton
Left = 232
Height = 25
Top = 22
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Read'
OnClick = btnReadClick
TabOrder = 1
end
object btnWrite: TButton
Left = 232
Height = 25
Top = 62
Width = 75
BorderSpacing.InnerBorder = 4
Caption = 'Write'
OnClick = btnWriteClick
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?