public MovilizerMetaMovelet() {
     this.autoExecuteTimeoutField = ((short)(0));
     this.titleAlignmentField = alignment.LEFT;
     this.titleFontSizeField = fontSize.NORMAL;
     this.titleFontStyleField = fontStyle.NORMAL;
     this.questionTextAlignmentField = alignment.LEFT;
     this.questionTextFontSizeField = fontSize.LARGE;
     this.questionTextFontStyleField = fontStyle.BOLD;
     this.backTextFontSizeField = fontSize.NORMAL;
     this.backTextFontStyleField = fontStyle.NORMAL;
     this.okTextFontSizeField = fontSize.NORMAL;
     this.okTextFontStyleField = fontStyle.NORMAL;
 }
 public MovilizerQuestion() {
     this.timeoutField = ((short)(0));
     this.backNavigationAllowedField = true;
     this.sortAnswersByClientKeyField = false;
     this.sortColumnIndexField = ((sbyte)(-1));
     this.groupColumnIndexField = ((sbyte)(-1));
     this.tableRowDetailsEnabledField = true;
     this.tableOptionsEnabledField = true;
     this.intermoveletMoveletKeyExtensionField = "";
     this.labelAlignmentField = alignment.LEFT;
     this.valueAlignmentField = alignment.LEFT;
     this.labelFontSizeField = fontSize.NORMAL;
     this.labelFontStyleField = fontStyle.NORMAL;
     this.valueFontSizeField = fontSize.NORMAL;
     this.valueFontStyleField = fontStyle.NORMAL;
     this.portalMayDeleteField = true;
     this.portalMayEditField = true;
     this.portalMayMoveField = true;
 }
示例#3
0
 get => new Font(fontName, ptSize, fontStyle, GraphicsUnit.Point);