2003-01-04 04:51:12 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2005-08-06 17:59:08 +00:00
|
|
|
GormWindowAttributesInspector = {
|
2003-01-04 04:51:12 +00:00
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
backingMatrix,
|
2004-12-31 19:26:21 +00:00
|
|
|
titleForm,
|
|
|
|
iconNameForm,
|
2005-01-28 05:41:55 +00:00
|
|
|
clearButton,
|
2005-08-06 17:59:08 +00:00
|
|
|
colorWell,
|
|
|
|
releaseButton,
|
|
|
|
hideButton,
|
|
|
|
visibleButton,
|
|
|
|
deferredButton,
|
|
|
|
oneShotButton,
|
|
|
|
dynamicDepthButton,
|
|
|
|
miniaturizeButton,
|
|
|
|
closeButton,
|
|
|
|
resizeBarButton
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|