]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/common/DataType.java
Fixed grammar in messages.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / common / DataType.java
index ba50465c6b2522166739803e865811602f909b2f..80af3239b387bafdf290c57e8be754528c381c16 100644 (file)
@@ -52,6 +52,9 @@ public class DataType {
 \r
     public static final int RETURN_TYPE_TEXT = 16;\r
 \r
+    public static final int RETURN_TYPE_FAR_SURFACE_AREA = 17;\r
+    \r
+    \r
     //\r
     // Define all used final variables\r
     //\r
@@ -107,6 +110,11 @@ public class DataType {
 \r
     public static final String TEXT_FILE_EXT_DESCRIPTION = TEXT_FILE + " (*." + TEXT_FILE_EXT + ")";\r
 \r
+    public static final String FAR_SURFACE_AREA = "Framework Archive";\r
+    \r
+    public static final String FAR_SURFACE_AREA_EXT = "far";\r
+    \r
+    public static final String FAR_SURFACE_AREA_EXT_DESCRIPTION = FAR_SURFACE_AREA + " (*." + FAR_SURFACE_AREA_EXT + ")";\r
     //\r
     // Define file separator for current OS\r
     //\r
@@ -154,12 +162,16 @@ public class DataType {
     public static final int SPACE_TO_RIGHT_FOR_REMOVE_BUTTON = 95;\r
 \r
     public static final int SPACE_TO_RIGHT_FOR_UPDATE_BUTTON = 10;\r
-    \r
+\r
     public static final int SPACE_TO_BOTTOM_FOR_ADD_BUTTON = 30;\r
 \r
     public static final int SPACE_TO_BOTTOM_FOR_REMOVE_BUTTON = 30;\r
 \r
     public static final int SPACE_TO_BOTTOM_FOR_UPDATE_BUTTON = 30;\r
+    \r
+    public static final int SPACE_TO_RIGHT_FOR_CLOSE_BUTTON = 240;\r
+    \r
+    public static final int SPACE_TO_BOTTOM_FOR_CLOSE_BUTTON = 25;\r
 \r
     public static final int SPACE_TO_RIGHT_FOR_PROTOCOL_NOTIFY = 25;\r
 \r
@@ -202,7 +214,7 @@ public class DataType {
     // First defined here\r
     // Will be replaced by resource file later\r
     //\r
-    public static final String SUP_ARCH_LIST_HELP_TEXT = "Deselecting a checkbox will restrict this module for use with the selected architectures, based on the list of items that are checked. If all boxes are checked, then the module will support all current AND FUTURE architectures";\r
+    public static final String SUP_ARCH_LIST_HELP_TEXT = "<html>Selecting a checkbox is a restriction of only the selected architectures;<br>If none of boxes are selected, all architectures are supported.<html>";\r
 \r
     //\r
     // Project name and version\r
@@ -224,4 +236,16 @@ public class DataType {
     public static final String MODULE_TYPE_LIBRARY = "Library";\r
 \r
     public static final String MODULE_TYPE_MODULE = "Module";\r
+    \r
+    //\r
+    // Hex String Header\r
+    //\r
+    public static final String HEX_STRING_HEADER = "0x";\r
+    \r
+    //\r
+    // The String of Boolean\r
+    //\r
+    public static final String TRUE = "True";\r
+    \r
+    public static final String FALSE = "False";\r
 }\r