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";
|
2003-01-04 04:51:12 +00:00
|
|
|
GormTableViewInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
borderMatrix,
|
|
|
|
horizontalScrollerSwitch,
|
|
|
|
optionMatrix,
|
|
|
|
rowsHeightForm,
|
2004-04-17 17:15:05 +00:00
|
|
|
verticalScrollerSwitch,
|
2005-08-06 17:59:08 +00:00
|
|
|
backgroundColor,
|
|
|
|
tagForm,
|
|
|
|
multipleSelectionSwitch,
|
|
|
|
emptySelectionSwith,
|
|
|
|
columnSelectionSwitch,
|
|
|
|
drawgridSwitch,
|
|
|
|
resizingSwitch,
|
2011-10-25 23:38:10 +00:00
|
|
|
reorderingSwitch,
|
|
|
|
sortMatrix,
|
|
|
|
sortOrder
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|