added CC2541 8051 example

This commit is contained in:
strawmanbobi
2019-07-25 18:12:39 +08:00
parent 6239044717
commit 0bb1ce5ac1
1105 changed files with 150777 additions and 3696 deletions

View File

@@ -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 (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.general.xcl" --backend -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.general.xcl" "--debug_file=%~1" --backend -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.driver.xcl"
@echo off
:end

View File

@@ -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 (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.general.xcl" --backend -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.driver.xcl"
}
else
{
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.general.xcl" --debug_file=$debugfile --backend -f "D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541.driver.xcl"
}

View File

@@ -0,0 +1,65 @@
"--proc_core"
"plain"
"--proc_code_model"
"banked"
"--proc_nr_virtual_regs"
"8"
"--proc_pdata_bank_reg_addr"
"0x93"
"--proc_dptr_nr_of"
"1"
"--proc_codebank_reg"
"0x9F"
"--proc_codebank_start"
"0x8000"
"--proc_codebank_end"
"0xFFFF"
"--proc_codebank_mask"
"0xFF"
"--proc_data_model"
"large"
"-p"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\8051\config\devices\Texas Instruments\ioCC2541F256.ddf"
"--proc_exclude_exit_breakpoint"
"--proc_driver"
"chipcon"
"--erase_flash"
"--verify_download"
"use_crc16"
"--stack_overflow"
"--number_of_banks"
"4"

View File

@@ -0,0 +1,11 @@
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\8051\bin\8051proc.dll"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\8051\bin\8051emu_cc.dll"
"D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\CC2541\Exe\SimpleBLEPeripheral.d51"
--plugin "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\8051\bin\8051bat.dll"

View File

@@ -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 (x86)\IAR Systems\Embedded Workbench 8.1\common\bin\cspybat" -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.general.xcl" --backend -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.driver.xcl"
@echo off
goto end
:debugFile
@echo on
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\common\bin\cspybat" -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.general.xcl" "--debug_file=%~1" --backend -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.driver.xcl"
@echo off
:end

View File

@@ -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 (x86)\IAR Systems\Embedded Workbench 8.1\common\bin\cspybat" -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.general.xcl" --backend -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.driver.xcl"
}
else
{
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\common\bin\cspybat" -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.general.xcl" --debug_file=$debugfile --backend -f "D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\settings\SimpleBLEPeripheral.CC2541DK-MINI_Keyfob.driver.xcl"
}

View File

@@ -0,0 +1,65 @@
"--proc_core"
"plain"
"--proc_code_model"
"banked"
"--proc_nr_virtual_regs"
"8"
"--proc_pdata_bank_reg_addr"
"0x93"
"--proc_dptr_nr_of"
"1"
"--proc_codebank_reg"
"0x9F"
"--proc_codebank_start"
"0x8000"
"--proc_codebank_end"
"0xFFFF"
"--proc_codebank_mask"
"0xFF"
"--proc_data_model"
"large"
"-p"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\8051\config\devices\Texas Instruments\ioCC2541F256.ddf"
"--proc_exclude_exit_breakpoint"
"--proc_driver"
"chipcon"
"--erase_flash"
"--verify_download"
"use_crc16"
"--stack_overflow"
"--number_of_banks"
"4"

View File

@@ -0,0 +1,11 @@
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\8051\bin\8051proc.dll"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\8051\bin\8051emu_cc.dll"
"D:\Project\irext\workspace\examples\cc25xx-8051-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\CC2541DK-MINI Keyfob\Exe\SimpleBLEPeripheral.d51"
--plugin="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.1\8051\bin\8051bat.dll"

View File

@@ -0,0 +1,226 @@
<?xml version="1.0"?>
<Project>
<Desktop>
<Static>
<Debug-Log>
<ColumnWidth0>20</ColumnWidth0>
<ColumnWidth1>1381</ColumnWidth1>
</Debug-Log>
<Build>
<ColumnWidth0>20</ColumnWidth0>
<ColumnWidth1>1035</ColumnWidth1>
<ColumnWidth2>276</ColumnWidth2>
<ColumnWidth3>69</ColumnWidth3>
</Build>
<Workspace>
<ColumnWidths>
<Column0>191</Column0>
<Column1>27</Column1>
<Column2>27</Column2>
<Column3>27</Column3>
</ColumnWidths>
</Workspace>
<Disassembly>
<MixedMode>1</MixedMode>
<CodeCovShow>1</CodeCovShow>
<InstrProfShow>1</InstrProfShow>
<col-names>
<item>Disassembly</item>
<item>_I0</item>
</col-names>
<col-widths>
<item>500</item>
<item>20</item>
</col-widths>
<DisasmHistory />
<ShowCodeCoverage>1</ShowCodeCoverage>
<ShowInstrProfiling>1</ShowInstrProfiling>
</Disassembly>
</Static>
<Windows>
<Wnd0>
<Tabs>
<Tab>
<Identity>TabID-2306-3239</Identity>
<TabName>Debug Log</TabName>
<Factory>Debug-Log</Factory>
<Session />
</Tab>
<Tab>
<Identity>TabID-1783-3249</Identity>
<TabName>Build</TabName>
<Factory>Build</Factory>
<Session />
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab>
</Wnd0>
<Wnd1>
<Tabs>
<Tab>
<Identity>TabID-13054-3243</Identity>
<TabName>Workspace</TabName>
<Factory>Workspace</Factory>
<Session>
<NodeDict>
<ExpandedNode>SimpleBLEPeripheral</ExpandedNode>
</NodeDict>
</Session>
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab>
</Wnd1>
<Wnd2>
<Tabs>
<Tab>
<Identity>TabID-23803-3246</Identity>
<TabName>Disassembly</TabName>
<Factory>Disassembly</Factory>
<Session />
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab>
</Wnd2>
</Windows>
<Editor>
<Pane>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\simpleBLEPeripheral.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>0</YPos2>
<SelStart2>0</SelStart2>
<SelEnd2>0</SelEnd2>
</Tab>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\SimpleBLEPeripheral_Main.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>58</YPos2>
<SelStart2>3310</SelStart2>
<SelEnd2>3310</SelEnd2>
</Tab>
<ActiveTab>1</ActiveTab>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\simpleBLE.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>0</YPos2>
<SelStart2>0</SelStart2>
<SelEnd2>0</SelEnd2>
</Tab>
</Pane>
<ActivePane>0</ActivePane>
<Sizes>
<Pane>
<X>1000000</X>
<Y>1000000</Y>
</Pane>
</Sizes>
<SplitMode>1</SplitMode>
</Editor>
<Positions>
<Top>
<Row0>
<Sizes>
<Toolbar-053232C8>
<key>iaridepm.enu1</key>
</Toolbar-053232C8>
</Sizes>
</Row0>
<Row1>
<Sizes>
<Toolbar-22B21C20>
<key>debuggergui.enu1</key>
</Toolbar-22B21C20>
</Sizes>
</Row1>
<Row2>
<Sizes />
</Row2>
</Top>
<Left>
<Row0>
<Sizes>
<Wnd1>
<Rect>
<Top>-2</Top>
<Left>-2</Left>
<Bottom>686</Bottom>
<Right>265</Right>
<x>-2</x>
<y>-2</y>
<xscreen>267</xscreen>
<yscreen>253</yscreen>
<sizeHorzCX>139063</sizeHorzCX>
<sizeHorzCY>251491</sizeHorzCY>
<sizeVertCX>139063</sizeVertCX>
<sizeVertCY>683897</sizeVertCY>
</Rect>
</Wnd1>
</Sizes>
</Row0>
</Left>
<Right>
<Row0>
<Sizes>
<Wnd2>
<Rect>
<Top>-2</Top>
<Left>-2</Left>
<Bottom>686</Bottom>
<Right>265</Right>
<x>-2</x>
<y>-2</y>
<xscreen>267</xscreen>
<yscreen>253</yscreen>
<sizeHorzCX>139063</sizeHorzCX>
<sizeHorzCY>251491</sizeHorzCY>
<sizeVertCX>139063</sizeVertCX>
<sizeVertCY>683897</sizeVertCY>
</Rect>
</Wnd2>
</Sizes>
</Row0>
</Right>
<Bottom>
<Row0>
<Sizes>
<Wnd0>
<Rect>
<Top>-2</Top>
<Left>-2</Left>
<Bottom>251</Bottom>
<Right>1922</Right>
<x>-2</x>
<y>-2</y>
<xscreen>1924</xscreen>
<yscreen>253</yscreen>
<sizeHorzCX>1002083</sizeHorzCX>
<sizeHorzCY>251491</sizeHorzCY>
<sizeVertCX>139063</sizeVertCX>
<sizeVertCY>251491</sizeVertCY>
</Rect>
</Wnd0>
</Sizes>
</Row0>
</Bottom>
<Float>
<Sizes />
</Float>
</Positions>
</Desktop>
<WindowStorage />
</Project>

View File

@@ -0,0 +1,50 @@
[DebugChecksum]
Checksum=-1601416105
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[InstructionProfiling]
Enabled=_ 0
[CodeCoverage]
Enabled=_ 0
[StackPlugin]
Enabled=1
OverflowWarningsEnabled=1
WarningThreshold=90
SpWarningsEnabled=1
WarnHow=0
UseTrigger=1
TriggerName=main
LimitSize=0
ByteLimit=50
[Stack]
FillEnabled=0
OverflowWarningsEnabled=1
WarningThreshold=90
SpWarningsEnabled=1
WarnLogOnly=1
UseTrigger=1
TriggerName=main
LimitSize=0
ByteLimit=50
[CallStack]
ShowArgs=0
[Disassembly]
MixedMode=1
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_ 0
[TermIOLog]
LoggingEnabled=_ 0
LogFile=_ ""
[Breakpoints]
Count=0
[ChipconEmu]
Stop timers on halt=0
Leave target running=1
[Aliases]
A0=_ "C:\Texas Instruments\BLE-132-ZCYT\Components\osal\common\OSAL_PwrMgr.c" ""
A1=_ "C:\Texas Instruments\BLE-132-ZCYT\Projects\ble\Profiles\Roles\gap.c" ""
Count=2
SuppressDialog=0

View File

@@ -0,0 +1,71 @@
<?xml version="1.0"?>
<settings>
<DebugChecksum>
<Checksum>4075005521</Checksum>
</DebugChecksum>
<DisAssemblyWindow>
<NumStates>_ 1</NumStates>
<State_1>_ 1</State_1>
</DisAssemblyWindow>
<InstructionProfiling>
<Enabled>_ 0</Enabled>
</InstructionProfiling>
<CodeCoverage>
<Enabled>_ 0</Enabled>
</CodeCoverage>
<StackPlugin>
<Enabled>1</Enabled>
<OverflowWarningsEnabled>1</OverflowWarningsEnabled>
<WarningThreshold>90</WarningThreshold>
<SpWarningsEnabled>1</SpWarningsEnabled>
<WarnHow>0</WarnHow>
<UseTrigger>1</UseTrigger>
<TriggerName>main</TriggerName>
<LimitSize>0</LimitSize>
<ByteLimit>50</ByteLimit>
</StackPlugin>
<Stack>
<FillEnabled>0</FillEnabled>
<OverflowWarningsEnabled>1</OverflowWarningsEnabled>
<WarningThreshold>90</WarningThreshold>
<SpWarningsEnabled>1</SpWarningsEnabled>
<WarnLogOnly>1</WarnLogOnly>
<UseTrigger>1</UseTrigger>
<TriggerName>main</TriggerName>
<LimitSize>0</LimitSize>
<ByteLimit>50</ByteLimit>
</Stack>
<CallStack>
<ShowArgs>0</ShowArgs>
</CallStack>
<Disassembly>
<MixedMode>1</MixedMode>
</Disassembly>
<Log_file>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
<Category>_ 0</Category>
</Log_file>
<TermIOLog>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
</TermIOLog>
<LogFile>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
<Category>_ 0</Category>
</LogFile>
<Breakpoints>
<Count>0</Count>
</Breakpoints>
<ChipconEmu>
<StopTimersOnHalt>1</StopTimersOnHalt>
<LeaveTargetRunning>1</LeaveTargetRunning>
</ChipconEmu>
<Aliases>
<A0>_ "C:\Texas Instruments\BLE-132-ZCYT\Components\osal\common\OSAL_PwrMgr.c" ""</A0>
<A1>_ "C:\Texas Instruments\BLE-132-ZCYT\Projects\ble\Profiles\Roles\gap.c" ""</A1>
<Count>2</Count>
<SuppressDialog>0</SuppressDialog>
</Aliases>
</settings>

View File

@@ -0,0 +1,569 @@
<?xml version="1.0"?>
<Workspace>
<ConfigDictionary>
<CurrentConfigs>
<Project>SimpleBLEPeripheral/CC2541DK-MINI Keyfob</Project>
</CurrentConfigs>
</ConfigDictionary>
<Desktop>
<Static>
<Workspace>
<ColumnWidths>
<Column0>252</Column0>
<Column1>27</Column1>
<Column2>27</Column2>
<Column3>27</Column3>
</ColumnWidths>
</Workspace>
<Build>
<ColumnWidth0>20</ColumnWidth0>
<ColumnWidth1>908</ColumnWidth1>
<ColumnWidth2>493</ColumnWidth2>
<ColumnWidth3>69</ColumnWidth3>
</Build>
<Debug-Log>
<ColumnWidth0>20</ColumnWidth0>
<ColumnWidth1>1381</ColumnWidth1>
</Debug-Log>
<TerminalIO />
</Static>
<Windows>
<Wnd0>
<Tabs>
<Tab>
<Identity>TabID-5673-2972</Identity>
<TabName>Workspace</TabName>
<Factory>Workspace</Factory>
<Session>
<NodeDict>
<ExpandedNode>SimpleBLEPeripheral</ExpandedNode>
<ExpandedNode>SimpleBLEPeripheral/APP</ExpandedNode>
<ExpandedNode>SimpleBLEPeripheral/INCLUDE</ExpandedNode>
<ExpandedNode>SimpleBLEPeripheral/PROFILES</ExpandedNode>
</NodeDict>
</Session>
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab>
</Wnd0>
<Wnd1>
<Tabs>
<Tab>
<Identity>TabID-4627-2991</Identity>
<TabName>Build</TabName>
<Factory>Build</Factory>
<Session />
</Tab>
<Tab>
<Identity>TabID-15668-3194</Identity>
<TabName>Debug Log</TabName>
<Factory>Debug-Log</Factory>
<Session />
</Tab>
</Tabs>
<SelectedTab>0</SelectedTab>
</Wnd1>
</Windows>
<Editor>
<Pane>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\simpleBLEPeripheral.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>0</YPos2>
<SelStart2>0</SelStart2>
<SelEnd2>0</SelEnd2>
</Tab>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\SimpleBLEPeripheral_Main.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>58</YPos2>
<SelStart2>3829</SelStart2>
<SelEnd2>3829</SelEnd2>
</Tab>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\Source\simpleBLE.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>0</YPos2>
<SelStart2>0</SelStart2>
<SelEnd2>0</SelEnd2>
</Tab>
<Tab>
<Factory>TextEditor</Factory>
<Filename>$WS_DIR$\..\..\Profiles\SimpleProfile\simpleGATTprofile.c</Filename>
<XPos>0</XPos>
<YPos>0</YPos>
<SelStart>0</SelStart>
<SelEnd>0</SelEnd>
<XPos2>0</XPos2>
<YPos2>39</YPos2>
<SelStart2>2952</SelStart2>
<SelEnd2>2952</SelEnd2>
</Tab>
<ActiveTab>3</ActiveTab>
</Pane>
<ActivePane>0</ActivePane>
<Sizes>
<Pane>
<X>1000000</X>
<Y>1000000</Y>
</Pane>
</Sizes>
<SplitMode>1</SplitMode>
</Editor>
<Positions>
<Top>
<Row0>
<Sizes>
<Toolbar-066E32C0>
<key>iaridepm.enu1</key>
</Toolbar-066E32C0>
</Sizes>
</Row0>
</Top>
<Left>
<Row0>
<Sizes>
<Wnd0>
<Rect>
<Top>-2</Top>
<Left>-2</Left>
<Bottom>648</Bottom>
<Right>343</Right>
<x>-2</x>
<y>-2</y>
<xscreen>267</xscreen>
<yscreen>253</yscreen>
<sizeHorzCX>139063</sizeHorzCX>
<sizeHorzCY>251241</sizeHorzCY>
<sizeVertCX>179688</sizeVertCX>
<sizeVertCY>645482</sizeVertCY>
</Rect>
</Wnd0>
</Sizes>
</Row0>
</Left>
<Right>
<Row0>
<Sizes />
</Row0>
</Right>
<Bottom>
<Row0>
<Sizes>
<Wnd1>
<Rect>
<Top>-2</Top>
<Left>-2</Left>
<Bottom>314</Bottom>
<Right>1922</Right>
<x>-2</x>
<y>-2</y>
<xscreen>1924</xscreen>
<yscreen>316</yscreen>
<sizeHorzCX>1002083</sizeHorzCX>
<sizeHorzCY>313803</sizeHorzCY>
<sizeVertCX>139063</sizeVertCX>
<sizeVertCY>251241</sizeVertCY>
</Rect>
</Wnd1>
</Sizes>
</Row0>
</Bottom>
<Float>
<Sizes />
</Float>
</Positions>
</Desktop>
<WindowStorage>
<ChildIdMap>
<TB_MAIN>34048</TB_MAIN>
<WIN_BREAKPOINTS>34049</WIN_BREAKPOINTS>
<WIN_BUILD>34050</WIN_BUILD>
<WIN_CALL_GRAPH>34051</WIN_CALL_GRAPH>
<WIN_CUSTOM_SFR>34052</WIN_CUSTOM_SFR>
<WIN_C_STAT>34053</WIN_C_STAT>
<WIN_DEBUG_LOG>34054</WIN_DEBUG_LOG>
<WIN_FIND_ALL_DECLARATIONS>34055</WIN_FIND_ALL_DECLARATIONS>
<WIN_FIND_ALL_REFERENCES>34056</WIN_FIND_ALL_REFERENCES>
<WIN_FIND_IN_FILES>34057</WIN_FIND_IN_FILES>
<WIN_SELECT_AMBIGUOUS_DEFINITIONS>34058</WIN_SELECT_AMBIGUOUS_DEFINITIONS>
<WIN_SOURCE_BROWSER>34059</WIN_SOURCE_BROWSER>
<WIN_TOOL_OUTPUT>34060</WIN_TOOL_OUTPUT>
<WIN_WORKSPACE>34061</WIN_WORKSPACE>
<WIN_SOURCEBROWSE_LOG>34062</WIN_SOURCEBROWSE_LOG>
<WIN_SOURCE_BROWSE2>34063</WIN_SOURCE_BROWSE2>
</ChildIdMap>
<Desktop>
<IarPane-34048>
<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>33038</item>
<item>33039</item>
<item>0</item>
</ToolBarCmdIds>
</IarPane-34048>
<IarPane-34054>
<ColumnWidth0>21</ColumnWidth0>
<ColumnWidth1>2514</ColumnWidth1>
<FilterLevel>2</FilterLevel>
<LiveFile></LiveFile>
<LiveLogEnabled>0</LiveLogEnabled>
<LiveFilterLevel>-1</LiveFilterLevel>
</IarPane-34054>
<IarPane-34061>
<ColumnWidths>
<Column0>190</Column0>
<Column1>30</Column1>
<Column2>30</Column2>
<Column3>30</Column3>
</ColumnWidths>
<NodeDict>
<ExpandedNode>SimpleBLEPeripheral</ExpandedNode>
<ExpandedNode>SimpleBLEPeripheral/APP</ExpandedNode>
<ExpandedNode>SimpleBLEPeripheral/INCLUDE</ExpandedNode>
</NodeDict>
</IarPane-34061>
<IarPane-34050>
<ColumnWidth0>24</ColumnWidth0>
<ColumnWidth1>1400</ColumnWidth1>
<ColumnWidth2>373</ColumnWidth2>
<ColumnWidth3>93</ColumnWidth3>
<FilterLevel>2</FilterLevel>
<LiveFile>D:\Project\Iot_Work\irext\examples\cc25xx-example\ti\BLE-CC254x\Projects\ble\SimpleBLEPeripheral-IREXT\CC2541DB\BuildLog.log</LiveFile>
<LiveLogEnabled>0</LiveLogEnabled>
<LiveFilterLevel>-1</LiveFilterLevel>
</IarPane-34050>
<ControlBarVersion>
<Major>14</Major>
<Minor>21</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>CB0000002B00138600000100000040E100000300000010860000010000000481000001000000268100000300000029E1000006000000239200000100000024D500000100000020810000010000000F810000050000000C810000030000000D80000001000000EA8000000100000001DE000002000000178100001100000056860000060000002BE1000001000000808C00000100000011840000010000001481000004000000008100000300000023D50000020000000E840000010000005E8600000B0000000E810000800000001F8100000100000003E100000400000003DE000002000000E9800000050000005D8400000100000041E10000100000000584000001000000118600000200000005810000020000004681000001000000608600000300000005E10000010000005D860000030000000A84000001000000EB8000000100000002E10000020000000784000001000000E880000003000000</CommandsUsage>
</MFCToolBarParameters>
<CommandManager>
<CommandsWithoutImages>39000D8400000F84000008840000FFFFFFFF54840000328100001C8100000984000000B0000001B0000002B0000003B0000004B0000005B0000006B0000007B0000008B0000009B000000AB000000BB000000CB000000DB000000EB000000FB0000010B0000011B0000012B0000020B000002481000040E100000AD0000007DE00000DD000000C84000033840000788400001184000008800000098000000A8000000B8000000C800000158000000A81000001E800002AE10000008200001C82000001820000678600007784000007840000808C000044D50000048400005384000006840000</CommandsWithoutImages>
<MenuUserImages>3200158100001E000000048100001400000026810000260000002CE100003C000000318400004C00000007E1000034000000239200000000000020810000240000000F8100001C00000004E10000320000005F8600002D0000000C8100001900000001E100002F0000000D8000001000000023E10000360000000981000017000000198200000E000000038400004400000017810000200000004A81000040000000168200000C000000148100001D0000002BE100003B0000000084000041000000308400004B0000000E8400004900000000810000120000001F810000230000000E8100001B00000003E100003100000025E10000380000002F8200000F00000000E100002E0000000B8100001800000022E1000035000000058400004600000041E100003E000000188200000D0000000284000043000000168100001F0000000581000015000000498100003F000000108400004A000000328400004D000000518400004F00000005E10000330000000A8400004800000035E100003D00000002E10000300000000D8100001A000000</MenuUserImages>
</CommandManager>
<Pane-59393>
<ID>0</ID>
<RectRecentFloat>0A0000000A0000006E0000006E000000</RectRecentFloat>
<RectRecentDocked>0000000057050000000A00006A050000</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>000000006300000006010000BF020000</RectRecentFloat>
<RectRecentDocked>000000004C000000060100000F040000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane--1>
<BasePane--1>
<IsVisible>1</IsVisible>
</BasePane--1>
<Pane-34049>
<ID>34049</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>04000000BE0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>32768</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34049>
<BasePane-34049>
<IsVisible>0</IsVisible>
</BasePane-34049>
<IarPane-34049 />
<Pane-34050>
<ID>34050</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>0000000027040000000A000057050000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34050>
<BasePane-34050>
<IsVisible>1</IsVisible>
</BasePane-34050>
<Pane-34054>
<ID>34054</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>00000000BA040000000A000057050000</RectRecentDocked>
<RecentFrameAlignment>4096</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>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>040000002B0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34055>
<BasePane-34055>
<IsVisible>0</IsVisible>
</BasePane-34055>
<IarPane-34055>
<ColumnWidth0>666</ColumnWidth0>
<ColumnWidth1>95</ColumnWidth1>
<ColumnWidth2>1142</ColumnWidth2>
<FilterLevel>2</FilterLevel>
<LiveFile />
<LiveLogEnabled>0</LiveLogEnabled>
<LiveFilterLevel>-1</LiveFilterLevel>
</IarPane-34055>
<Pane-34056>
<ID>34056</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>040000002B0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>4096</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>040000002B0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>4096</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>040000002B0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34058>
<BasePane-34058>
<IsVisible>0</IsVisible>
</BasePane-34058>
<IarPane-34058 />
<Pane-34060>
<ID>34060</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>040000002B0400007C0700003D050000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34060>
<BasePane-34060>
<IsVisible>0</IsVisible>
</BasePane-34060>
<IarPane-34060 />
<Pane-34051>
<ID>34051</ID>
<RectRecentFloat>000000001700000080020000A8000000</RectRecentFloat>
<RectRecentDocked>00000000000000008002000091000000</RectRecentDocked>
<RecentFrameAlignment>32768</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-34052>
<ID>34052</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>000000000000000022010000B1000000</RectRecentDocked>
<RecentFrameAlignment>32768</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>1</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34052>
<BasePane-34052>
<IsVisible>0</IsVisible>
</BasePane-34052>
<IarPane-34052 />
<Pane-34053>
<ID>34053</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>000000000000000022010000B1000000</RectRecentDocked>
<RecentFrameAlignment>32768</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34053>
<BasePane-34053>
<IsVisible>0</IsVisible>
</BasePane-34053>
<IarPane-34053 />
<Pane-34059>
<ID>34059</ID>
<RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
<RectRecentDocked>0000000060000000060100003B030000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34059>
<BasePane-34059>
<IsVisible>0</IsVisible>
</BasePane-34059>
<IarPane-34059>
<TypeFilter>2147483647</TypeFilter>
<FileFilter>1</FileFilter>
</IarPane-34059>
<Pane-34061>
<ID>34061</ID>
<RectRecentFloat>00000000170000000601000078010000</RectRecentFloat>
<RectRecentDocked>0000000060000000060100000F040000</RectRecentDocked>
<RecentFrameAlignment>4096</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34061>
<BasePane-34061>
<IsVisible>1</IsVisible>
</BasePane-34061>
<DockingManager-256>
<DockingPaneAndPaneDividers>000000000A000000000000000010000001000000FFFFFFFFFFFFFFFF060100004C0000000A0100000F040000010000000200001004000000010000000000000000000000FFFFFFFF010000000D850000FFFF02000B004354616262656450616E650010000001000000000000006300000006010000BF020000000000004C000000060100000F040000000000004010005601000000FFFEFF0957006F0072006B0073007000610063006500010000000D85000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFF0D85000001000000FFFFFFFF0D850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000058500000000000000000000000000000000000001000000058500000100000005850000000000000080000000000000FFFFFFFFFFFFFFFF00000000000000000400000004000000000000000100000004000000010000000000000000000000038500000000000000000000000000000000000001000000038500000100000003850000000000000080000001000000FFFFFFFFFFFFFFFF000000000F040000000A0000130400000100000001000010040000000100000089FDFFFFE2000000FFFFFFFF06000000028500000785000008850000098500000A8500000C8500000180008000000100000000000000C302000080070000070400000000000013040000000A000057050000000000004080005606000000FFFEFF054200750069006C006400010000000285000001000000FFFFFFFFFFFFFFFFFFFEFF0C4400650063006C00610072006100740069006F006E007300000000000785000001000000FFFFFFFFFFFFFFFFFFFEFF0A5200650066006500720065006E00630065007300000000000885000001000000FFFFFFFFFFFFFFFFFFFEFF0D460069006E006400200069006E002000460069006C0065007300000000000985000001000000FFFFFFFFFFFFFFFFFFFEFF1541006D0062006900670075006F0075007300200044006500660069006E006900740069006F006E007300000000000A85000001000000FFFFFFFFFFFFFFFFFFFEFF0B54006F006F006C0020004F0075007400700075007400000000000C85000001000000FFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000001000000FFFFFFFF0285000001000000FFFFFFFF02850000000000000080000000000000FFFFFFFFFFFFFFFF00000000A2040000000A0000A6040000000000000100000004000000010000000000000000000000FFFFFFFF020000000185000006850000018000800000000000000000000056030000800700000704000000000000A6040000000A000057050000000000004080004602000000FFFEFF0B42007200650061006B0070006F0069006E0074007300000000000185000001000000FFFFFFFFFFFFFFFFFFFEFF094400650062007500670020004C006F006700000000000685000001000000FFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000001000000FFFFFFFF0185000001000000FFFFFFFF0185000003000000FFFF02001200434D756C746950616E654672616D65576E6400010084000000001700000022010000C80000000000000000000000020000000000000004850000000000000000000000000000000000000100000004850000058000010084000000001700000022010000C8000000000000000E85000002000000000000000E85000000000000000000000000000000000000010000000E850000058000010084000000001700000080020000A8000000000000000F85000002000000000000000F85000000000000000000000000000000000000010000000F8500000000000000000000</DockingPaneAndPaneDividers>
</DockingManager-256>
<MFCToolBar-34048>
<Name>Main</Name>
<Buttons>00200000010000002000FFFF01001100434D4643546F6F6C426172427574746F6E00E10000000000002E000000FFFEFF000000000000000000000000000100000001000000018001E10000000000002F000000FFFEFF000000000000000000000000000100000001000000018003E100000000040031000000FFFEFF0000000000000000000000000001000000010000000180008100000000000012000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018007E100000000040034000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000018023E100000000040036000000FFFEFF000000000000000000000000000100000001000000018022E100000000040035000000FFFEFF000000000000000000000000000100000001000000018025E100000000040038000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001802BE10000000004003B000000FFFEFF00000000000000000000000000010000000100000001802CE10000000004003C000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF000000000000000000000000000100000001000000FFFF01001900434D4643546F6F6C426172436F6D626F426F78427574746F6E4281000000000400FFFFFFFFFFFEFF0000000000000000000100000000000000010000007800000002002050FFFFFFFFFFFEFF00960000000000000000000180218100000000040025000000FFFEFF000000000000000000000000000100000001000000018024E100000000040037000000FFFEFF000000000000000000000000000100000001000000018028E100000000040039000000FFFEFF000000000000000000000000000100000001000000018029E10000000004003A000000FFFEFF0000000000000000000000000001000000010000000180028100000000040014000000FFFEFF0000000000000000000000000001000000010000000180298100000000040029000000FFFEFF0000000000000000000000000001000000010000000180278100000000040027000000FFFEFF0000000000000000000000000001000000010000000180288100000000040028000000FFFEFF00000000000000000000000000010000000100000001801D8100000000040021000000FFFEFF00000000000000000000000000010000000100000001801E8100000000040022000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800B8100000000040018000000FFFEFF00000000000000000000000000010000000100000001800C8100000000000019000000FFFEFF00000000000000000000000000010000000100000001805F860000000000002D000000FFFEFF00000000000000000000000000010000000100000001800000000001000000FFFFFFFFFFFEFF00000000000000000000000000010000000100000001800E810000000000001B000000FFFEFF00000000000000000000000000010000000100000001800F810000000000001C000000FFFEFF00000000000000000000000000010000000100000000000000FFFEFF044D00610069006E00E8020000</Buttons>
</MFCToolBar-34048>
<Pane-34048>
<ID>34048</ID>
<RectRecentFloat>0A0000000A0000006E0000006E000000</RectRecentFloat>
<RectRecentDocked>000000001A000000FE02000034000000</RectRecentDocked>
<RecentFrameAlignment>8192</RecentFrameAlignment>
<RecentRowIndex>1</RecentRowIndex>
<IsFloating>0</IsFloating>
<MRUWidth>744</MRUWidth>
<PinState>0</PinState>
</Pane-34048>
<BasePane-34048>
<IsVisible>1</IsVisible>
</BasePane-34048>
<Pane-34062>
<ID>34062</ID>
<RectRecentFloat>000000001700000022010000C8000000</RectRecentFloat>
<RectRecentDocked>000000000000000022010000B1000000</RectRecentDocked>
<RecentFrameAlignment>32768</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>1</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34062>
<BasePane-34062>
<IsVisible>0</IsVisible>
</BasePane-34062>
<IarPane-34062 />
<Pane-34063>
<ID>34063</ID>
<RectRecentFloat>000000001700000080020000A8000000</RectRecentFloat>
<RectRecentDocked>00000000000000008002000091000000</RectRecentDocked>
<RecentFrameAlignment>32768</RecentFrameAlignment>
<RecentRowIndex>0</RecentRowIndex>
<IsFloating>1</IsFloating>
<MRUWidth>32767</MRUWidth>
<PinState>0</PinState>
</Pane-34063>
<BasePane-34063>
<IsVisible>0</IsVisible>
</BasePane-34063>
<IarPane-34063 />
</Desktop>
<MDIWindows>
<MDIClientArea-0>
<MDITabsState>010000000300000001000000000000000000000001000000010000000200000000000000010000000100000000000000280000002800000000000000</MDITabsState>
</MDIClientArea-0>
</MDIWindows>
</WindowStorage>
</Workspace>

View File

@@ -0,0 +1,2 @@
[MainWindow]
WindowPlacement=_ 1 1 1365 736 3