home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
PCTV3N3.ZIP
/
MDITOOL.ZIP
/
IDS.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1992-05-25
|
241 b
|
20 lines
unit ids;
interface
const
id_Menu = 100;
cm_FileExit = 101;
id_Acc = 100;
cm_HelpAbout = 301;
tb_Cascade = 501;
tb_Exit = 502;
tb_Help = 503;
tb_Tile = 504;
id_About = 100;
id_Icon = 100;
implementation
end.