summaryrefslogtreecommitdiff
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/lab5.Debug.cspy.bat40
-rw-r--r--settings/lab5.Debug.cspy.ps131
-rw-r--r--settings/lab5.Debug.driver.xcl23
-rw-r--r--settings/lab5.Debug.general.xcl15
-rw-r--r--settings/lab5.crun13
-rw-r--r--settings/lab5.dbgdt1114
-rw-r--r--settings/lab5.dnx107
-rw-r--r--settings/lab7.Debug.cspy.bat40
-rw-r--r--settings/lab7.Debug.cspy.ps131
-rw-r--r--settings/lab7.Debug.driver.xcl23
-rw-r--r--settings/lab7.Debug.general.xcl15
-rw-r--r--settings/lab7.crun13
-rw-r--r--settings/lab7.dbgdt1120
-rw-r--r--settings/lab7.dnx109
14 files changed, 2694 insertions, 0 deletions
diff --git a/settings/lab5.Debug.cspy.bat b/settings/lab5.Debug.cspy.bat
new file mode 100644
index 0000000..612d98c
--- /dev/null
+++ b/settings/lab5.Debug.cspy.bat
@@ -0,0 +1,40 @@
+@REM This batch file has been generated by the IAR Embedded Workbench
+@REM C-SPY Debugger, as an aid to preparing a command line for running
+@REM the cspybat command line utility using the appropriate settings.
+@REM
+@REM Note that this file is generated every time a new debug session
+@REM is initialized, so you may want to move or rename the file before
+@REM making changes.
+@REM
+@REM You can launch cspybat by typing the name of this batch file followed
+@REM by the name of the debug file (usually an ELF/DWARF or UBROF file).
+@REM
+@REM Read about available command line parameters in the C-SPY Debugging
+@REM Guide. Hints about additional command line parameters that may be
+@REM useful in specific cases:
+@REM --download_only Downloads a code image without starting a debug
+@REM session afterwards.
+@REM --silent Omits the sign-on message.
+@REM --timeout Limits the maximum allowed execution time.
+@REM
+
+
+@echo off
+
+if not "%~1" == "" goto debugFile
+
+@echo on
+
+"C:\Program Files\IAR Systems\Embedded Workbench 9.1\common\bin\cspybat" -f "C:\Embedded\Lab5\settings\lab5.Debug.general.xcl" --backend -f "C:\Embedded\Lab5\settings\lab5.Debug.driver.xcl"
+
+@echo off
+goto end
+
+:debugFile
+
+@echo on
+
+"C:\Program Files\IAR Systems\Embedded Workbench 9.1\common\bin\cspybat" -f "C:\Embedded\Lab5\settings\lab5.Debug.general.xcl" "--debug_file=%~1" --backend -f "C:\Embedded\Lab5\settings\lab5.Debug.driver.xcl"
+
+@echo off
+:end \ No newline at end of file
diff --git a/settings/lab5.Debug.cspy.ps1 b/settings/lab5.Debug.cspy.ps1
new file mode 100644
index 0000000..acb5100
--- /dev/null
+++ b/settings/lab5.Debug.cspy.ps1
@@ -0,0 +1,31 @@
+param([String]$debugfile = "");
+
+# This powershell file has been generated by the IAR Embedded Workbench
+# C - SPY Debugger, as an aid to preparing a command line for running
+# the cspybat command line utility using the appropriate settings.
+#
+# Note that this file is generated every time a new debug session
+# is initialized, so you may want to move or rename the file before
+# making changes.
+#
+# You can launch cspybat by typing Powershell.exe -File followed by the name of this batch file, followed
+# by the name of the debug file (usually an ELF / DWARF or UBROF file).
+#
+# Read about available command line parameters in the C - SPY Debugging
+# Guide. Hints about additional command line parameters that may be
+# useful in specific cases :
+# --download_only Downloads a code image without starting a debug
+# session afterwards.
+# --silent Omits the sign - on message.
+# --timeout Limits the maximum allowed execution time.
+#
+
+
+if ($debugfile -eq "")
+{
+& "C:\Program Files\IAR Systems\Embedded Workbench 9.1\common\bin\cspybat" -f "C:\Embedded\Lab5\settings\lab5.Debug.general.xcl" --backend -f "C:\Embedded\Lab5\settings\lab5.Debug.driver.xcl"
+}
+else
+{
+& "C:\Program Files\IAR Systems\Embedded Workbench 9.1\common\bin\cspybat" -f "C:\Embedded\Lab5\settings\lab5.Debug.general.xcl" --debug_file=$debugfile --backend -f "C:\Embedded\Lab5\settings\lab5.Debug.driver.xcl"
+}
diff --git a/settings/lab5.Debug.driver.xcl b/settings/lab5.Debug.driver.xcl
new file mode 100644
index 0000000..7675143
--- /dev/null
+++ b/settings/lab5.Debug.driver.xcl
@@ -0,0 +1,23 @@
+"--endian=little"
+
+"--cpu=Cortex-M4"
+
+"--fpu=VFPv4_SP"
+
+"-p"
+
+"C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm\CONFIG\debugger\TexasInstruments\TM4C123GH6PM.ddf"
+
+"--semihosting"
+
+"--device=TM4C123GH6PM"
+
+"--drv_interface_speed=500"
+
+"--drv_interface=SWD"
+
+"--lmiftdi_reset_strategy=0,0"
+
+
+
+
diff --git a/settings/lab5.Debug.general.xcl b/settings/lab5.Debug.general.xcl
new file mode 100644
index 0000000..6847104
--- /dev/null
+++ b/settings/lab5.Debug.general.xcl
@@ -0,0 +1,15 @@
+"C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm\bin\armPROC.dll"
+
+"C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm\bin\armLMIFTDI.dll"
+
+"C:\Embedded\Lab5\Debug\Exe\lab5.out"
+
+--plugin="C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm\bin\armbat.dll"
+
+--device_macro="C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm/config/debugger/TexasInstruments/TM4C123.dmac"
+
+--flash_loader="C:\Program Files\IAR Systems\Embedded Workbench 9.1\arm/config/flashloader/TexasInstruments/FlashTC4_H6_o.board"
+
+
+
+
diff --git a/settings/lab5.crun b/settings/lab5.crun
new file mode 100644
index 0000000..62c21bb
--- /dev/null
+++ b/settings/lab5.crun
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<crun>
+ <version>1</version>
+ <filter_entries>
+ <filter index="0" type="default">
+ <type>*</type>
+ <start_file>*</start_file>
+ <end_file>*</end_file>
+ <action_debugger>0</action_debugger>
+ <action_log>1</action_log>
+ </filter>
+ </filter_entries>
+</crun>
diff --git a/settings/lab5.dbgdt b/settings/lab5.dbgdt
new file mode 100644
index 0000000..e76d562
--- /dev/null
+++ b/settings/lab5.dbgdt
@@ -0,0 +1,1114 @@
+<?xml version="1.0"?>
+<Project>
+ <WindowStorage>
+ <ChildIdMap>
+ <TB_CMSISPACK>34048</TB_CMSISPACK>
+ <TB_DEBUG>34049</TB_DEBUG>
+ <TB_MAIN2>34050</TB_MAIN2>
+ <WIN_AUTO>34051</WIN_AUTO>
+ <WIN_BREAKPOINTS>34052</WIN_BREAKPOINTS>
+ <WIN_BUILD>34053</WIN_BUILD>
+ <WIN_CALL_GRAPH>34054</WIN_CALL_GRAPH>
+ <WIN_CALL_STACK>34055</WIN_CALL_STACK>
+ <WIN_CODECOVERAGE>34056</WIN_CODECOVERAGE>
+ <WIN_CORES>34057</WIN_CORES>
+ <WIN_CUSTOM_SFR>34058</WIN_CUSTOM_SFR>
+ <WIN_C_STAT>34059</WIN_C_STAT>
+ <WIN_DATA_STAT>34060</WIN_DATA_STAT>
+ <WIN_DEBUGGER_MACROS>34061</WIN_DEBUGGER_MACROS>
+ <WIN_DEBUG_LOG>34062</WIN_DEBUG_LOG>
+ <WIN_DISASSEMBLY>34063</WIN_DISASSEMBLY>
+ <WIN_EXCEPTION_VIEWER>34064</WIN_EXCEPTION_VIEWER>
+ <WIN_FIND_ALL_DECLARATIONS>34065</WIN_FIND_ALL_DECLARATIONS>
+ <WIN_FIND_ALL_REFERENCES>34066</WIN_FIND_ALL_REFERENCES>
+ <WIN_FIND_IN_FILES>34067</WIN_FIND_IN_FILES>
+ <WIN_FIND_IN_SLIDING_TRACE>34068</WIN_FIND_IN_SLIDING_TRACE>
+ <WIN_IMAGES>34069</WIN_IMAGES>
+ <WIN_INTERRUPT_LOG>34070</WIN_INTERRUPT_LOG>
+ <WIN_INTERRUPT_STAT>34071</WIN_INTERRUPT_STAT>
+ <WIN_LOCALS>34072</WIN_LOCALS>
+ <WIN_MACRO_EVAL>34073</WIN_MACRO_EVAL>
+ <WIN_MACRO_REGISTRATION>34074</WIN_MACRO_REGISTRATION>
+ <WIN_MEMORY_1>34075</WIN_MEMORY_1>
+ <WIN_MEMORY_2>34076</WIN_MEMORY_2>
+ <WIN_MEMORY_3>34077</WIN_MEMORY_3>
+ <WIN_MEMORY_4>34078</WIN_MEMORY_4>
+ <WIN_PHYSICAL_BREAKPOINTS>34079</WIN_PHYSICAL_BREAKPOINTS>
+ <WIN_PROFILING2>34080</WIN_PROFILING2>
+ <WIN_QUICK_WATCH>34081</WIN_QUICK_WATCH>
+ <WIN_REGISTER_1>34082</WIN_REGISTER_1>
+ <WIN_REGISTER_2>34083</WIN_REGISTER_2>
+ <WIN_REGISTER_3>34084</WIN_REGISTER_3>
+ <WIN_REGISTER_4>34085</WIN_REGISTER_4>
+ <WIN_REGISTER_GROUPS>34086</WIN_REGISTER_GROUPS>
+ <WIN_SELECT_AMBIGUOUS_DEFINITIONS>34087</WIN_SELECT_AMBIGUOUS_DEFINITIONS>
+ <WIN_SLIDING_DATA_LOG>34088</WIN_SLIDING_DATA_LOG>
+ <WIN_SLIDING_FUNCTION_TRACE2>34089</WIN_SLIDING_FUNCTION_TRACE2>
+ <WIN_SLIDING_TRACE_WINDOW>34090</WIN_SLIDING_TRACE_WINDOW>
+ <WIN_SOURCEBROWSE_LOG>34091</WIN_SOURCEBROWSE_LOG>
+ <WIN_SOURCE_BROWSE2>34092</WIN_SOURCE_BROWSE2>
+ <WIN_STACK_1>34093</WIN_STACK_1>
+ <WIN_STACK_2>34094</WIN_STACK_2>
+ <WIN_STATICS>34095</WIN_STATICS>
+ <WIN_STATIC_WATCH>34096</WIN_STATIC_WATCH>
+ <WIN_SYMBOLIC_MEMORY>34097</WIN_SYMBOLIC_MEMORY>
+ <WIN_SYMBOLS>34098</WIN_SYMBOLS>
+ <WIN_TERM_IO>34099</WIN_TERM_IO>
+ <WIN_TIMELINE_GRAPH>34100</WIN_TIMELINE_GRAPH>
+ <WIN_TOOL_OUTPUT>34101</WIN_TOOL_OUTPUT>
+ <WIN_TS_INTERRUPT_AVAILABLE>34102</WIN_TS_INTERRUPT_AVAILABLE>
+ <WIN_TS_INTERRUPT_CONFIG>34103</WIN_TS_INTERRUPT_CONFIG>
+ <WIN_TS_INTERRUPT_STATUS>34104</WIN_TS_INTERRUPT_STATUS>
+ <WIN_WATCH_1>34105</WIN_WATCH_1>
+ <WIN_WATCH_2>34106</WIN_WATCH_2>
+ <WIN_WATCH_3>34107</WIN_WATCH_3>
+ <WIN_WATCH_4>34108</WIN_WATCH_4>
+ <WIN_WORKSPACE>34109</WIN_WORKSPACE>
+ <WIN_EXTRA_TRACE>34110</WIN_EXTRA_TRACE>
+ <WIN_FIND_IN_TRACE_EXTRA>34111</WIN_FIND_IN_TRACE_EXTRA>
+ </ChildIdMap>
+ <Desktop>
+ <IarPane-34048>
+ <ToolBarCmdIds>
+ <item>34001</item>
+ <item>0</item>
+ </ToolBarCmdIds>
+ </IarPane-34048>
+ <IarPane-34049>
+ <ToolBarCmdIds>
+ <item>34390</item>
+ <item>34323</item>
+ <item>34398</item>
+ <item>34400</item>
+ <item>34397</item>
+ <item>34320</item>
+ <item>34321</item>
+ <item>34324</item>
+ <item>0</item>
+ </ToolBarCmdIds>
+ </IarPane-34049>
+ <IarPane-34050>
+ <ToolBarCmdIds>
+ <item>57600</item>
+ <item>57601</item>
+ <item>57603</item>
+ <item>33024</item>
+ <item>0</item>
+ <item>57607</item>
+ <item>0</item>
+ <item>57635</item>
+ <item>57634</item>
+ <item>57637</item>
+ <item>0</item>
+ <item>57643</item>
+ <item>57644</item>
+ <item>0</item>
+ <item>33090</item>
+ <item>33057</item>
+ <item>57636</item>
+ <item>57640</item>
+ <item>57641</item>
+ <item>33026</item>
+ <item>33065</item>
+ <item>33063</item>
+ <item>33064</item>
+ <item>33053</item>
+ <item>33054</item>
+ <item>0</item>
+ <item>33035</item>
+ <item>33036</item>
+ <item>34399</item>
+ <item>0</item>
+ <item>33055</item>
+ <item>33056</item>
+ <item>33094</item>
+ <item>0</item>
+ </ToolBarCmdIds>
+ </IarPane-34050>
+ <IarPane-34063>
+ <kDisasmGotoHistoryKey />
+ <col-names>
+ <item>Disassembly</item>
+ <item>_I0</item>
+ </col-names>
+ <col-widths>
+ <item>500</item>
+ <item>20</item>
+ </col-widths>
+ <ShowCodeCoverage>1</ShowCodeCoverage>
+ <ShowInstrProfiling>1</ShowInstrProfiling>
+ </IarPane-34063>
+ <IarPane-34075>
+ <MemGotoHistory>
+ <item>0x400073fc</item>
+ <item>0x400fe608</item>
+ <item>0x400253fc</item>
+ <item>0x4002551c</item>
+ <item>0x40025400</item>
+ </MemGotoHistory>
+ <ZoneNumber>0</ZoneNumber>
+ <SelectionAnchor>1073771516</SelectionAnchor>
+ <SelectionEnd>1073771516</SelectionEnd>
+ <UnitsPerGroup>2</UnitsPerGroup>
+ <EndianMode>0</EndianMode>
+ <DataCovEnabled>0</DataCovEnabled>
+ <DataCovShown>0</DataCovShown>
+ <AutoRefresh>0</AutoRefresh>
+ <FindAsHex>0</FindAsHex>
+ <HScroll>0</HScroll>
+ <VScroll>67110715</VScroll>
+ </IarPane-34075>
+ <IarPane-34099>
+ <InputSource>1</InputSource>
+ <InputMode>10</InputMode>
+ <Filename>$PROJ_DIR$\TermIOInput.txt</Filename>
+ <InputEcho>1</InputEcho>
+ <ShowReset>0</ShowReset>
+ <InputEncoding>2</InputEncoding>
+ <OutputEncoding>2</OutputEncoding>
+ </IarPane-34099>
+ <ControlBarVersion>
+ <Major>14</Major>
+ <Minor>27</Minor>
+ </ControlBarVersion>
+ <MFCToolBarParameters>
+ <Tooltips>1</Tooltips>
+ <ShortcutKeys>1</ShortcutKeys>
+ <LargeIcons>0</LargeIcons>
+ <MenuAnimation>0</MenuAnimation>
+ <RecentlyUsedMenus>1</RecentlyUsedMenus>
+ <MenuShadows>1</MenuShadows>
+ <ShowAllMenusAfterDelay>1</ShowAllMenusAfterDelay>
+ <CommandsUsage>B901000013001386000030000000B2800000030000001086000008000000A9800000010000000C8100003C00000056860000FA00000014810000010000000E8400000700000000810000010000005E860000010000000E810000230000001F8100001E0000000B81000006000000A58000000200000002840000040000000581000003000000118600000300000046810000140000009C80000001000000</CommandsUsage>
+ </MFCToolBarParameters>
+ <CommandManager>
+ <CommandsWithoutImages>5700FFFFFFFF2AE10000008200001C8200003382000001820000778400000784000086840000808C00000C84000033840000788400001184000044D50000CC8000002A8F00008A800000C1800000C2800000C3800000C6800000C7800000C8800000C9800000CA800000DB860000DC86000008800000098000000A8000000B8000000C800000158000000A81000001E80000D6840000D7840000D8840000D9840000DA840000DB840000DC840000DD840000DE840000DF840000E0840000E8840000248100000D8400000F8400000884000054840000328100001C810000098400005384000010E1000011E1000012E10000BA800000BB8000002DDE00001FDE000021DE000026DE000028DE00001D920000B280000005DC00009980000000DC000001DC000002DC000003DC000004DC00001B8600001C8600001D8600001E8600005A8600005B86000053860000A4860000A38600007886000079860000</CommandsWithoutImages>
+ <MenuUserImages>6B0090800000691100001B8F000002000000A18000007411000004840000CF1100008D80000066110000C08000005D00000015810000290000002CE10000C611000004810000A11100002681000031000000AF800000820000009E80000042010000AC8000007F00000045810000050000009B8000006E11000007E100003D00000031840000D611000029E100007B040000BD8000009200000000900000DA110000A98000007C00000004E100003B0000000F810000A811000020810000B0110000A6800000EB000000B7800000891100000D8000001900000001E100003800000023E10000C0110000848000009C1100000C810000A5110000928000006B110000C58000005F000000A380000076110000198200009511000006840000D111000009810000220000008F800000681100001A8F000007000000B180000084110000A080000073110000178100002B000000168200009311000003840000CE1100008C80000065110000BF8000005C000000AE8000008111000014810000280000002BE10000C511000000840000CB1100009D80000041010000AB8000007E000000448100000300000085840000060000008980000018000000008100001E00000030840000D51100000E840000D3110000868000009E110000A8800000ED000000B98000008B11000003E100003A00000025E10000C21100002F820000961100000E810000A71100001F810000AF110000948000006D110000A5800000EA0000005D84000001000000B68000008811000000E100003700000022E10000BF1100000B810000A4110000918000006A110000C48000005E000000A28000007511000041E1000047000000188200009411000005840000D0110000D18400005B1100008E80000067110000168100002A00000002840000CD11000005810000A2110000B0800000830000009F800000430100008B80000064110000BE8000005B000000AD8000008000000032840000D711000010840000D41100009C80000040010000AA8000007D0000004381000004000000518400005800000005E100003C000000A7800000EC000000B88000008A11000002E1000039000000858000009D1100000D810000A61100000A840000D211000035E100004600000024E1000078040000938000006C1100005C84000000000000A480000077110000</MenuUserImages>
+ </CommandManager>
+ <Pane-59393>
+ <ID>0</ID>
+ <RectRecentFloat>0A0000000A0000006E0000006E000000</RectRecentFloat>
+ <RectRecentDocked>00000000B002000056050000C1020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-59393>
+ <BasePane-59393>
+ <IsVisible>1</IsVisible>
+ </BasePane-59393>
+ <Pane--1>
+ <ID>4294967295</ID>
+ <RectRecentFloat>00000000610100005605000012020000</RectRecentFloat>
+ <RectRecentDocked>000000004A01000056050000FB010000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane--1>
+ <BasePane--1>
+ <IsVisible>0</IsVisible>
+ </BasePane--1>
+ <Pane-34051>
+ <ID>34051</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>16384</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34051>
+ <BasePane-34051>
+ <IsVisible>0</IsVisible>
+ </BasePane-34051>
+ <IarPane-34051 />
+ <Pane-34072>
+ <ID>34072</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34072>
+ <BasePane-34072>
+ <IsVisible>0</IsVisible>
+ </BasePane-34072>
+ <IarPane-34072 />
+ <Pane-34096>
+ <ID>34096</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34096>
+ <BasePane-34096>
+ <IsVisible>0</IsVisible>
+ </BasePane-34096>
+ <IarPane-34096 />
+ <Pane-34105>
+ <ID>34105</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34105>
+ <BasePane-34105>
+ <IsVisible>0</IsVisible>
+ </BasePane-34105>
+ <IarPane-34105 />
+ <Pane-34106>
+ <ID>34106</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34106>
+ <BasePane-34106>
+ <IsVisible>0</IsVisible>
+ </BasePane-34106>
+ <IarPane-34106 />
+ <Pane-34107>
+ <ID>34107</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34107>
+ <BasePane-34107>
+ <IsVisible>0</IsVisible>
+ </BasePane-34107>
+ <IarPane-34107 />
+ <Pane-34108>
+ <ID>34108</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>54040000300000005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34108>
+ <BasePane-34108>
+ <IsVisible>0</IsVisible>
+ </BasePane-34108>
+ <IarPane-34108 />
+ <Pane-34052>
+ <ID>34052</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>04000000170200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>32768</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34052>
+ <BasePane-34052>
+ <IsVisible>0</IsVisible>
+ </BasePane-34052>
+ <Pane-34079>
+ <ID>34079</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>04000000170200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34079>
+ <BasePane-34079>
+ <IsVisible>0</IsVisible>
+ </BasePane-34079>
+ <IarPane-34079 />
+ <Pane-34053>
+ <ID>34053</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>32768</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34053>
+ <BasePane-34053>
+ <IsVisible>1</IsVisible>
+ </BasePane-34053>
+ <Pane-34062>
+ <ID>34062</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34062>
+ <BasePane-34062>
+ <IsVisible>1</IsVisible>
+ </BasePane-34062>
+ <Pane-34065>
+ <ID>34065</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34065>
+ <BasePane-34065>
+ <IsVisible>0</IsVisible>
+ </BasePane-34065>
+ <Pane-34066>
+ <ID>34066</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34066>
+ <BasePane-34066>
+ <IsVisible>0</IsVisible>
+ </BasePane-34066>
+ <Pane-34067>
+ <ID>34067</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34067>
+ <BasePane-34067>
+ <IsVisible>0</IsVisible>
+ </BasePane-34067>
+ <Pane-34087>
+ <ID>34087</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34087>
+ <BasePane-34087>
+ <IsVisible>0</IsVisible>
+ </BasePane-34087>
+ <Pane-34091>
+ <ID>34091</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34091>
+ <BasePane-34091>
+ <IsVisible>0</IsVisible>
+ </BasePane-34091>
+ <Pane-34101>
+ <ID>34101</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>040000002C0200005205000096020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34101>
+ <BasePane-34101>
+ <IsVisible>0</IsVisible>
+ </BasePane-34101>
+ <Pane-34054>
+ <ID>34054</ID>
+ <RectRecentFloat>000000001700000080020000A8000000</RectRecentFloat>
+ <RectRecentDocked>00000000000000008002000091000000</RectRecentDocked>
+ <RecentFrameAlignment>32768</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34054>
+ <BasePane-34054>
+ <IsVisible>0</IsVisible>
+ </BasePane-34054>
+ <Pane-34055>
+ <ID>34055</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>00000000460000000601000010020000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34055>
+ <BasePane-34055>
+ <IsVisible>1</IsVisible>
+ </BasePane-34055>
+ <IarPane-34055>
+ <col-names>
+ <item>Frame</item>
+ <item>_I0</item>
+ </col-names>
+ <col-widths>
+ <item>3500</item>
+ <item>20</item>
+ </col-widths>
+ </IarPane-34055>
+ <Pane-34093>
+ <ID>34093</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>040000004A00000002010000F6010000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34093>
+ <BasePane-34093>
+ <IsVisible>0</IsVisible>
+ </BasePane-34093>
+ <IarPane-34093 />
+ <Pane-34094>
+ <ID>34094</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>040000004A00000002010000F6010000</RectRecentDocked>
+ <RecentFrameAlignment>4096</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34094>
+ <BasePane-34094>
+ <IsVisible>0</IsVisible>
+ </BasePane-34094>
+ <IarPane-34094 />
+ <Pane-34056>
+ <ID>34056</ID>
+ <RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
+ <RectRecentDocked>00000000000000000601000061010000</RectRecentDocked>
+ <RecentFrameAlignment>16384</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34056>
+ <BasePane-34056>
+ <IsVisible>0</IsVisible>
+ </BasePane-34056>
+ <IarPane-34056 />
+ <Pane-34057>
+ <ID>34057</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>000000000000000022010000B1000000</RectRecentDocked>
+ <RecentFrameAlignment>32768</RecentFrameAlignment>
+ <RecentRowIndex>0</RecentRowIndex>
+ <IsFloating>0</IsFloating>
+ <MRUWidth>32767</MRUWidth>
+ <PinState>0</PinState>
+ </Pane-34057>
+ <BasePane-34057>
+ <IsVisible>0</IsVisible>
+ </BasePane-34057>
+ <IarPane-34057 />
+ <Pane-34058>
+ <ID>34058</ID>
+ <RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
+ <RectRecentDocked>