mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-27 11:28:26 +02:00
18 lines
321 B
Plaintext
18 lines
321 B
Plaintext
object TestMenuIntfDlg: TTestMenuIntfDlg
|
|
Left = 287
|
|
Height = 237
|
|
Top = 215
|
|
Width = 541
|
|
Caption = 'TestMenuIntfDlg'
|
|
Menu = TestMainMenuIntf1
|
|
LCLVersion = '1.7'
|
|
object TestMainMenuIntf1: TMainMenu
|
|
left = 64
|
|
top = 16
|
|
end
|
|
object TestPopupMenuIntf1: TPopupMenu
|
|
left = 64
|
|
top = 80
|
|
end
|
|
end
|