9 lines
101 B
ObjectPascal
9 lines
101 B
ObjectPascal
unit constants;
|
|
|
|
interface
|
|
const cmAbout = 1001;
|
|
const cmGenerate = 1002;
|
|
|
|
implementation
|
|
end.
|