}
private UsageMap[] usageUser1;
public UsageMap[] getUsageUser1() {
if (usageUser1 == null) {
usageUser1 = new UsageMap[] {
new UsageMap(getqq_GridField(), Constants.FS_UPDATE),
new UsageMap(getqq_GridField1(), Constants.FS_UPDATE),
new UsageMap(getqq_DisabledLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_EnabledLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_ToolbarIconsLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_ClearResultSetLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_SearchLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_InsertRecordLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_SaveLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_DeleteRecordLbl(), Constants.FS_INACTIVE),
new UsageMap(getqq_FolderOneLeftEdge(), Constants.FS_INACTIVE),
new UsageMap(getqq_FolderLeftEdge(), Constants.FS_INACTIVE),
new UsageMap(getqq_InsertIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_ClearIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_SearchIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_SaveIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_DeleteIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_ClearDisabledIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_SearchDisabledIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_SaveDisabledIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_InsertDisabledIcon(), Constants.FS_INACTIVE),
new UsageMap(getqq_DeleteDisabledIcon(), Constants.FS_INACTIVE),
};
}
return usageUser1;
}