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";
|
2021-04-21 22:14:56 +00:00
|
|
|
GormMatrixAttributesInspector = {
|
2003-01-04 04:51:12 +00:00
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
autosizeSwitch,
|
|
|
|
autotagSwitch,
|
|
|
|
backgroundColorWell,
|
|
|
|
drawsBackgroundSwitch,
|
|
|
|
modeMatrix,
|
|
|
|
propagateSwitch,
|
|
|
|
prototypeMatrix,
|
|
|
|
selRectSwitch,
|
2014-05-27 07:27:32 +00:00
|
|
|
tagForm,
|
2020-01-10 16:44:27 +00:00
|
|
|
rowsForm,
|
2014-05-27 07:27:32 +00:00
|
|
|
colsStepper,
|
2020-01-10 16:44:27 +00:00
|
|
|
rowsStepper,
|
|
|
|
colsForm
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|