mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-06 15:52:34 +02:00
24 lines
413 B
Plaintext
24 lines
413 B
Plaintext
/******************
|
|
* Name : TEXT.RC *
|
|
******************/
|
|
|
|
#include "PMDEMO1.H"
|
|
|
|
MENU ID_ClientWindow
|
|
BEGIN
|
|
SUBMENU "~File",100
|
|
BEGIN
|
|
MENUITEM "~Open...",101
|
|
MENUITEM "~Exit",109
|
|
END
|
|
SUBMENU "~Help",200
|
|
BEGIN
|
|
MENUITEM "~About...",201
|
|
END
|
|
END
|
|
/*
|
|
$Log$
|
|
Revision 1.2 2002-09-07 15:06:35 peter
|
|
* old logs removed and tabs fixed
|
|
|