Display3DEN IDCs – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Feature|Informative|Extraction script can be found on the Biki Export Scripts page.}}" to "{{Wiki|extractionScript}}")
m (Text replacement - "<tt>([a-zA-Z0-9\. _"\\']+)<\/tt>" to "{{hl|$1}}")
Line 3: Line 3:
! Config Name !! IDC !! Config Path
! Config Name !! IDC !! Config Path
|-
|-
|<tt>ContextMenu</tt> || 1100 || {{ic|configFile >> "Display3DEN" >> "ContextMenu"}}
|{{hl|ContextMenu}} || 1100 || {{ic|configFile >> "Display3DEN" >> "ContextMenu"}}
|-
|-
|<tt>Map</tt> || 51 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"}}
|{{hl|Map}} || 51 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"}}
|-
|-
|<tt>MouseArea</tt> || 52 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"}}
|{{hl|MouseArea}} || 52 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"}}
|-
|-
|<tt>ScrollBlockTop</tt> || 46 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"}}
|{{hl|ScrollBlockTop}} || 46 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"}}
|-
|-
|<tt>ScrollBlockLeft</tt> || 47 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"}}
|{{hl|ScrollBlockLeft}} || 47 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"}}
|-
|-
|<tt>ScrollBlockRight</tt> || 48 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"}}
|{{hl|ScrollBlockRight}} || 48 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"}}
|-
|-
|<tt>ScrollBlockBottom</tt> || 49 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"}}
|{{hl|ScrollBlockBottom}} || 49 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"}}
|-
|-
|<tt>NavigationWidget</tt> || 87 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"}}
|{{hl|NavigationWidget}} || 87 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"}}
|-
|-
|<tt>Black</tt> || 998 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"}}
|{{hl|Black}} || 998 || {{ic|configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"}}
|-
|-
|<tt>ButtonExit</tt> || 2 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"}}
|{{hl|ButtonExit}} || 2 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"}}
|-
|-
|<tt>MissionName</tt> || 76 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MissionName"}}
|{{hl|MissionName}} || 76 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MissionName"}}
|-
|-
|<tt>MenuStrip</tt> || 120 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"}}
|{{hl|MenuStrip}} || 120 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"}}
|-
|-
|<tt>Toolbar</tt> || 1000 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar"}}
|{{hl|Toolbar}} || 1000 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar"}}
|-
|-
|<tt>ToolbarBackground</tt> || 1001 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"}}
|{{hl|ToolbarBackground}} || 1001 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"}}
|-
|-
|<tt>File</tt> || 1002 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"}}
|{{hl|File}} || 1002 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"}}
|-
|-
|<tt>New</tt> || 1006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"}}
|{{hl|New}} || 1006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"}}
|-
|-
|<tt>Open</tt> || 1007 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"}}
|{{hl|Open}} || 1007 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"}}
|-
|-
|<tt>Save</tt> || 1008 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"}}
|{{hl|Save}} || 1008 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"}}
|-
|-
|<tt>Publish</tt> || 10091 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"}}
|{{hl|Publish}} || 10091 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"}}
|-
|-
|<tt>History</tt> || 1003 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"}}
|{{hl|History}} || 1003 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"}}
|-
|-
|<tt>Undo</tt> || 1010 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"}}
|{{hl|Undo}} || 1010 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"}}
|-
|-
|<tt>Redo</tt> || 1011 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"}}
|{{hl|Redo}} || 1011 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"}}
|-
|-
|<tt>Widget</tt> || 1004 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"}}
|{{hl|Widget}} || 1004 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"}}
|-
|-
|<tt>WidgetNone</tt> || 10041 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"}}
|{{hl|WidgetNone}} || 10041 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"}}
|-
|-
|<tt>WidgetTranslation</tt> || 10042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"}}
|{{hl|WidgetTranslation}} || 10042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"}}
|-
|-
|<tt>WidgetRotation</tt> || 10043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"}}
|{{hl|WidgetRotation}} || 10043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"}}
|-
|-
|<tt>WidgetScaling</tt> || 10044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"}}
|{{hl|WidgetScaling}} || 10044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"}}
|-
|-
|<tt>WidgetArea</tt> || 10045 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"}}
|{{hl|WidgetArea}} || 10045 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"}}
|-
|-
|<tt>Interaction</tt> || 1005 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"}}
|{{hl|Interaction}} || 1005 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"}}
|-
|-
|<tt>WidgetCoord</tt> || 1016 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"}}
|{{hl|WidgetCoord}} || 1016 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"}}
|-
|-
|<tt>VerticalToggle</tt> || 1017 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"}}
|{{hl|VerticalToggle}} || 1017 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"}}
|-
|-
|<tt>SurfaceSnapToggle</tt> || 1018 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"}}
|{{hl|SurfaceSnapToggle}} || 1018 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"}}
|-
|-
|<tt>Grid</tt> || 1024 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"}}
|{{hl|Grid}} || 1024 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"}}
|-
|-
|<tt>Translation</tt> || 1025 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"}}
|{{hl|Translation}} || 1025 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"}}
|-
|-
|<tt>TranslationValue</tt> || 1026 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"}}
|{{hl|TranslationValue}} || 1026 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"}}
|-
|-
|<tt>Rotation</tt> || 1027 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"}}
|{{hl|Rotation}} || 1027 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"}}
|-
|-
|<tt>RotationValue</tt> || 1028 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"}}
|{{hl|RotationValue}} || 1028 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"}}
|-
|-
|<tt>Scaling</tt> || 1029 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"}}
|{{hl|Scaling}} || 1029 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"}}
|-
|-
|<tt>ScalingValue</tt> || 1030 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"}}
|{{hl|ScalingValue}} || 1030 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"}}
|-
|-
|<tt>Mission</tt> || 10301 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"}}
|{{hl|Mission}} || 10301 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"}}
|-
|-
|<tt>Intel</tt> || 10302 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"}}
|{{hl|Intel}} || 10302 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"}}
|-
|-
|<tt>Map</tt> || 10303 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"}}
|{{hl|Map}} || 10303 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"}}
|-
|-
|<tt>Flashlight</tt> || 10305 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"}}
|{{hl|Flashlight}} || 10305 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"}}
|-
|-
|<tt>Vision</tt> || 10304 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"}}
|{{hl|Vision}} || 10304 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"}}
|-
|-
|<tt>Workspace</tt> || 10306 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"}}
|{{hl|Workspace}} || 10306 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"}}
|-
|-
|<tt>Help</tt> || 10251 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"}}
|{{hl|Help}} || 10251 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"}}
|-
|-
|<tt>Tutorial</tt> || 10310 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"}}
|{{hl|Tutorial}} || 10310 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"}}
|-
|-
|<tt>Notification</tt> || 10312 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Notification"}}
|{{hl|Notification}} || 10312 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "Notification"}}
|-
|-
|<tt>TabLeftToggle</tt> || 1031 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"}}
|{{hl|TabLeftToggle}} || 1031 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"}}
|-
|-
|<tt>PanelLeft</tt> || 1019 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"}}
|{{hl|PanelLeft}} || 1019 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"}}
|-
|-
|<tt>TabLeftToggle</tt> || 1032 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"}}
|{{hl|TabLeftToggle}} || 1032 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"}}
|-
|-
|<tt>TabLeftSections</tt> || 1033 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"}}
|{{hl|TabLeftSections}} || 1033 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"}}
|-
|-
|<tt>PanelLeftBackground</tt> || 1020 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"}}
|{{hl|PanelLeftBackground}} || 1020 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"}}
|-
|-
|<tt>PanelLeftEdit</tt> || 1037 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"}}
|{{hl|PanelLeftEdit}} || 1037 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"}}
|-
|-
|<tt>SearchEdit</tt> || 80 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"}}
|{{hl|SearchEdit}} || 80 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"}}
|-
|-
|<tt>SearchEditButton</tt> || 81 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"}}
|{{hl|SearchEditButton}} || 81 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"}}
|-
|-
|<tt>Edit</tt> || 55 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"}}
|{{hl|Edit}} || 55 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"}}
|-
|-
|<tt>Delete</tt> || 85 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"}}
|{{hl|Delete}} || 85 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"}}
|-
|-
|<tt>EditLayer</tt> || 84 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"}}
|{{hl|EditLayer}} || 84 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"}}
|-
|-
|<tt>RemoveLayer</tt> || 86 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"}}
|{{hl|RemoveLayer}} || 86 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"}}
|-
|-
|<tt>EnableLayer</tt> || 1065 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"}}
|{{hl|EnableLayer}} || 1065 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"}}
|-
|-
|<tt>ShowLayer</tt> || 1064 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"}}
|{{hl|ShowLayer}} || 1064 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"}}
|-
|-
|<tt>PanelLeftLocations</tt> || 1038 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"}}
|{{hl|PanelLeftLocations}} || 1038 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"}}
|-
|-
|<tt>SearchLocations</tt> || 1042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"}}
|{{hl|SearchLocations}} || 1042 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"}}
|-
|-
|<tt>SearchLocationsButton</tt> || 1043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"}}
|{{hl|SearchLocationsButton}} || 1043 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"}}
|-
|-
|<tt>Locations</tt> || 75 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"}}
|{{hl|Locations}} || 75 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"}}
|-
|-
|<tt>TabRightToggle</tt> || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"}}
|{{hl|TabRightToggle}} || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"}}
|-
|-
|<tt>PanelRight</tt> || 1021 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight"}}
|{{hl|PanelRight}} || 1021 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight"}}
|-
|-
|<tt>TabRightToggle</tt> || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"}}
|{{hl|TabRightToggle}} || 1034 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"}}
|-
|-
|<tt>TabRightSections</tt> || 1036 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"}}
|{{hl|TabRightSections}} || 1036 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"}}
|-
|-
|<tt>PanelRightBackground</tt> || 1022 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"}}
|{{hl|PanelRightBackground}} || 1022 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"}}
|-
|-
|<tt>PanelRightCreate</tt> || 1039 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"}}
|{{hl|PanelRightCreate}} || 1039 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"}}
|-
|-
|<tt>ModeLabels</tt> || 1060 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"}}
|{{hl|ModeLabels}} || 1060 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"}}
|-
|-
|<tt>Modes</tt> || 53 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"}}
|{{hl|Modes}} || 53 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"}}
|-
|-
|<tt>Sides</tt> || 54 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"}}
|{{hl|Sides}} || 54 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"}}
|-
|-
|<tt>Create</tt> || 1049 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"}}
|{{hl|Create}} || 1049 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"}}
|-
|-
|<tt>ModsButton</tt> || 4242 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"}}
|{{hl|ModsButton}} || 4242 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"}}
|-
|-
|<tt>SearchCreate</tt> || 82 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"}}
|{{hl|SearchCreate}} || 82 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"}}
|-
|-
|<tt>SearchCreateButton</tt> || 83 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"}}
|{{hl|SearchCreateButton}} || 83 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"}}
|-
|-
|<tt>CreateObjectWEST</tt> || 56 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"}}
|{{hl|CreateObjectWEST}} || 56 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"}}
|-
|-
|<tt>CreateObjectEAST</tt> || 57 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"}}
|{{hl|CreateObjectEAST}} || 57 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"}}
|-
|-
|<tt>CreateObjectGUER</tt> || 58 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"}}
|{{hl|CreateObjectGUER}} || 58 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"}}
|-
|-
|<tt>CreateObjectCIV</tt> || 59 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"}}
|{{hl|CreateObjectCIV}} || 59 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"}}
|-
|-
|<tt>CreateObjectEMPTY</tt> || 60 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"}}
|{{hl|CreateObjectEMPTY}} || 60 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"}}
|-
|-
|<tt>CreateGroupWEST</tt> || 61 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"}}
|{{hl|CreateGroupWEST}} || 61 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"}}
|-
|-
|<tt>CreateGroupEAST</tt> || 62 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"}}
|{{hl|CreateGroupEAST}} || 62 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"}}
|-
|-
|<tt>CreateGroupGUER</tt> || 63 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"}}
|{{hl|CreateGroupGUER}} || 63 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"}}
|-
|-
|<tt>CreateGroupCIV</tt> || 64 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"}}
|{{hl|CreateGroupCIV}} || 64 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"}}
|-
|-
|<tt>CreateGroupEMPTY</tt> || 65 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"}}
|{{hl|CreateGroupEMPTY}} || 65 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"}}
|-
|-
|<tt>CreateGroupCUSTOM</tt> || 71 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"}}
|{{hl|CreateGroupCUSTOM}} || 71 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"}}
|-
|-
|<tt>CreateTrigger</tt> || 68 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"}}
|{{hl|CreateTrigger}} || 68 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"}}
|-
|-
|<tt>CreateWaypoint</tt> || 6.9e+006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"}}
|{{hl|CreateWaypoint}} || 6.9e+006 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"}}
|-
|-
|<tt>CreateObjectLogic</tt> || 66 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"}}
|{{hl|CreateObjectLogic}} || 66 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"}}
|-
|-
|<tt>CreateObjectModule</tt> || 67 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"}}
|{{hl|CreateObjectModule}} || 67 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"}}
|-
|-
|<tt>CreateMarkerIcon</tt> || 69 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"}}
|{{hl|CreateMarkerIcon}} || 69 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"}}
|-
|-
|<tt>CreateMarkerArea</tt> || 70 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"}}
|{{hl|CreateMarkerArea}} || 70 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"}}
|-
|-
|<tt>VehiclePanel</tt> || 1062 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"}}
|{{hl|VehiclePanel}} || 1062 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"}}
|-
|-
|<tt>ToggleEmpty</tt> || 1063 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"}}
|{{hl|ToggleEmpty}} || 1063 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"}}
|-
|-
|<tt>CustomCompositionPanel</tt> || 1061 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"}}
|{{hl|CustomCompositionPanel}} || 1061 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"}}
|-
|-
|<tt>Add</tt> || 90 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"}}
|{{hl|Add}} || 90 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"}}
|-
|-
|<tt>Edit</tt> || 91 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"}}
|{{hl|Edit}} || 91 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"}}
|-
|-
|<tt>Publish</tt> || 93 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"}}
|{{hl|Publish}} || 93 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"}}
|-
|-
|<tt>Delete</tt> || 92 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"}}
|{{hl|Delete}} || 92 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"}}
|-
|-
|<tt>PanelRightHistory</tt> || 1040 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"}}
|{{hl|PanelRightHistory}} || 1040 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"}}
|-
|-
|<tt>History</tt> || 74 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"}}
|{{hl|History}} || 74 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"}}
|-
|-
|<tt>EditorPreviewGroup</tt> || 98 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"}}
|{{hl|EditorPreviewGroup}} || 98 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"}}
|-
|-
|<tt>EditorPreview</tt> || 99 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"}}
|{{hl|EditorPreview}} || 99 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"}}
|-
|-
|<tt>ButtonPlay</tt> || 1023 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"}}
|{{hl|ButtonPlay}} || 1023 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"}}
|-
|-
|<tt>ControlsHint</tt> || 1044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"}}
|{{hl|ControlsHint}} || 1044 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"}}
|-
|-
|<tt>StatusBar</tt> || 1050 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar"}}
|{{hl|StatusBar}} || 1050 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar"}}
|-
|-
|<tt>StatusBarBackground</tt> || 1051 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"}}
|{{hl|StatusBarBackground}} || 1051 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"}}
|-
|-
|<tt>ValueX</tt> || 1052 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"}}
|{{hl|ValueX}} || 1052 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"}}
|-
|-
|<tt>ValueY</tt> || 1053 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"}}
|{{hl|ValueY}} || 1053 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"}}
|-
|-
|<tt>ValueZ</tt> || 1054 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"}}
|{{hl|ValueZ}} || 1054 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"}}
|-
|-
|<tt>ValueDis</tt> || 1055 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"}}
|{{hl|ValueDis}} || 1055 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"}}
|-
|-
|<tt>Version</tt> || 1057 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"}}
|{{hl|Version}} || 1057 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"}}
|-
|-
|<tt>Mod</tt> || 1058 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"}}
|{{hl|Mod}} || 1058 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"}}
|-
|-
|<tt>Server</tt> || 1059 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"}}
|{{hl|Server}} || 1059 || {{ic|configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"}}
|}
|}



Revision as of 00:54, 16 November 2021

Config Name IDC Config Path
ContextMenu 1100 configFile >> "Display3DEN" >> "ContextMenu"
Map 51 configFile >> "Display3DEN" >> "ControlsBackground" >> "Map"
MouseArea 52 configFile >> "Display3DEN" >> "ControlsBackground" >> "MouseArea"
ScrollBlockTop 46 configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockTop"
ScrollBlockLeft 47 configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockLeft"
ScrollBlockRight 48 configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockRight"
ScrollBlockBottom 49 configFile >> "Display3DEN" >> "ControlsBackground" >> "ScrollBlockBottom"
NavigationWidget 87 configFile >> "Display3DEN" >> "ControlsBackground" >> "NavigationWidget"
Black 998 configFile >> "Display3DEN" >> "ControlsBackground" >> "Black"
ButtonExit 2 configFile >> "Display3DEN" >> "Controls" >> "ButtonExit"
MissionName 76 configFile >> "Display3DEN" >> "Controls" >> "MissionName"
MenuStrip 120 configFile >> "Display3DEN" >> "Controls" >> "MenuStrip"
Toolbar 1000 configFile >> "Display3DEN" >> "Controls" >> "Toolbar"
ToolbarBackground 1001 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "ToolbarBackground"
File 1002 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File"
New 1006 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "New"
Open 1007 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Open"
Save 1008 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Save"
Publish 10091 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "File" >> "Controls" >> "Publish"
History 1003 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History"
Undo 1010 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Undo"
Redo 1011 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "History" >> "Controls" >> "Redo"
Widget 1004 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget"
WidgetNone 10041 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetNone"
WidgetTranslation 10042 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetTranslation"
WidgetRotation 10043 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetRotation"
WidgetScaling 10044 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetScaling"
WidgetArea 10045 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Widget" >> "Controls" >> "WidgetArea"
Interaction 1005 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction"
WidgetCoord 1016 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "WidgetCoord"
VerticalToggle 1017 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "VerticalToggle"
SurfaceSnapToggle 1018 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Interaction" >> "Controls" >> "SurfaceSnapToggle"
Grid 1024 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid"
Translation 1025 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Translation"
TranslationValue 1026 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "TranslationValue"
Rotation 1027 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Rotation"
RotationValue 1028 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "RotationValue"
Scaling 1029 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "Scaling"
ScalingValue 1030 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Grid" >> "Controls" >> "ScalingValue"
Mission 10301 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission"
Intel 10302 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Intel"
Map 10303 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Map"
Flashlight 10305 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Flashlight"
Vision 10304 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Vision"
Workspace 10306 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Mission" >> "Controls" >> "Workspace"
Help 10251 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help"
Tutorial 10310 configFile >> "Display3DEN" >> "Controls" >> "Toolbar" >> "Controls" >> "Help" >> "Controls" >> "Tutorial"
Notification 10312 configFile >> "Display3DEN" >> "Controls" >> "Notification"
TabLeftToggle 1031 configFile >> "Display3DEN" >> "Controls" >> "TabLeftToggle"
PanelLeft 1019 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft"
TabLeftToggle 1032 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftToggle"
TabLeftSections 1033 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "TabLeftSections"
PanelLeftBackground 1020 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftBackground"
PanelLeftEdit 1037 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit"
SearchEdit 80 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEdit"
SearchEditButton 81 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "SearchEditButton"
Edit 55 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "Edit"
Delete 85 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "Delete"
EditLayer 84 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EditLayer"
RemoveLayer 86 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "RemoveLayer"
EnableLayer 1065 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "EnableLayer"
ShowLayer 1064 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftEdit" >> "Controls" >> "EditPanel" >> "Controls" >> "ShowLayer"
PanelLeftLocations 1038 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations"
SearchLocations 1042 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocations"
SearchLocationsButton 1043 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "SearchLocationsButton"
Locations 75 configFile >> "Display3DEN" >> "Controls" >> "PanelLeft" >> "Controls" >> "PanelLeftLocations" >> "Controls" >> "Locations"
TabRightToggle 1034 configFile >> "Display3DEN" >> "Controls" >> "TabRightToggle"
PanelRight 1021 configFile >> "Display3DEN" >> "Controls" >> "PanelRight"
TabRightToggle 1034 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightToggle"
TabRightSections 1036 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "TabRightSections"
PanelRightBackground 1022 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightBackground"
PanelRightCreate 1039 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate"
ModeLabels 1060 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "ModeLabels"
Modes 53 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Modes"
Sides 54 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Sides"
Create 1049 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create"
ModsButton 4242 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "ModsButton"
SearchCreate 82 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreate"
SearchCreateButton 83 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "SearchCreateButton"
CreateObjectWEST 56 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectWEST"
CreateObjectEAST 57 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEAST"
CreateObjectGUER 58 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectGUER"
CreateObjectCIV 59 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectCIV"
CreateObjectEMPTY 60 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectEMPTY"
CreateGroupWEST 61 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupWEST"
CreateGroupEAST 62 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEAST"
CreateGroupGUER 63 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupGUER"
CreateGroupCIV 64 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCIV"
CreateGroupEMPTY 65 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupEMPTY"
CreateGroupCUSTOM 71 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateGroupCUSTOM"
CreateTrigger 68 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateTrigger"
CreateWaypoint 6.9e+006 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateWaypoint"
CreateObjectLogic 66 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectLogic"
CreateObjectModule 67 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateObjectModule"
CreateMarkerIcon 69 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerIcon"
CreateMarkerArea 70 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CreateMarkerArea"
VehiclePanel 1062 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel"
ToggleEmpty 1063 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "VehiclePanel" >> "Controls" >> "ToggleEmpty"
CustomCompositionPanel 1061 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel"
Add 90 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Add"
Edit 91 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Edit"
Publish 93 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Publish"
Delete 92 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightCreate" >> "Controls" >> "Create" >> "Controls" >> "CustomCompositionPanel" >> "Controls" >> "Delete"
PanelRightHistory 1040 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory"
History 74 configFile >> "Display3DEN" >> "Controls" >> "PanelRight" >> "Controls" >> "PanelRightHistory" >> "Controls" >> "History"
EditorPreviewGroup 98 configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup"
EditorPreview 99 configFile >> "Display3DEN" >> "Controls" >> "EditorPreviewGroup" >> "Controls" >> "EditorPreview"
ButtonPlay 1023 configFile >> "Display3DEN" >> "Controls" >> "ButtonPlay"
ControlsHint 1044 configFile >> "Display3DEN" >> "Controls" >> "ControlsHint"
StatusBar 1050 configFile >> "Display3DEN" >> "Controls" >> "StatusBar"
StatusBarBackground 1051 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "StatusBarBackground"
ValueX 1052 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueX"
ValueY 1053 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueY"
ValueZ 1054 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueZ"
ValueDis 1055 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "ValueDis"
Version 1057 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Version"
Mod 1058 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Mod"
Server 1059 configFile >> "Display3DEN" >> "Controls" >> "StatusBar" >> "Controls" >> "Server"
Extraction script can be found on the Biki Export Scripts page.