@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
30 lines • 1.42 kB
JavaScript
import { __extends } from "tslib";
import { FThemeDefaultGraphicTester } from "./f-theme-default-graphic-tester";
import { toLabel } from "./to-label";
var FThemeDefaultEnUsGraphicTester = /** @class */ (function (_super) {
__extends(FThemeDefaultEnUsGraphicTester, _super);
function FThemeDefaultEnUsGraphicTester() {
return _super !== null && _super.apply(this, arguments) || this;
}
FThemeDefaultEnUsGraphicTester.prototype.getToolFileButtonGraphicOpenTitle = function () {
return toLabel("Open Graphic...", this.getToolFileButtonGraphicOpenShortcut());
};
FThemeDefaultEnUsGraphicTester.prototype.getToolFileButtonOpenTitle = function () {
return toLabel("Open Mapping...", this.getToolFileButtonOpenShortcut());
};
FThemeDefaultEnUsGraphicTester.prototype.getInputNameLabel = function () {
return "Name";
};
FThemeDefaultEnUsGraphicTester.prototype.getTableColumnDataLabel = function () {
return "Data";
};
FThemeDefaultEnUsGraphicTester.prototype.getTableColumnValueLabel = function () {
return "Value";
};
FThemeDefaultEnUsGraphicTester.prototype.newDialogCreateTextValue = function () {
return "Untitled";
};
return FThemeDefaultEnUsGraphicTester;
}(FThemeDefaultGraphicTester));
export { FThemeDefaultEnUsGraphicTester };
//# sourceMappingURL=f-theme-default-en-us-graphic-tester.js.map