repo.or.cz
/
rofl0r-KOL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[rofl0r-KOL.git]
/
mck
/
mckMenuEditorD4.pas
blob
bc62ab6a3b3228db1f4f8575de7e2d2fbe49184e
1
unit
mckMenuEditorD4
;
2
3
interface
4
5
uses
6
Windows
,
Messages
,
SysUtils
,
Classes
,
Graphics
,
Controls
,
Forms
,
Dialogs
,
7
Buttons
,
StdCtrls
,
ComCtrls
,
DsgnIntf
,
ToolIntf
,
EditIntf
,
ExptIntf
;
8
9
{$I MckMenuEditor.inc}
10
11
end
.
12