Перейти к содержанию

TrainME by Xipho


Xipho

Рекомендуемые сообщения

Выполнено 6 заданий из 9. + Сделал опцию на установку мячика в центре с заморозкой (а-ля "Пауза").

Таблицу прикрепляю. :)

Ты в ударе прям, лови плюс)

Спасибо :)

TennisTrainme_v2.CT

Ссылка на комментарий
Поделиться на другие сайты

Первые 5 заданий выполнены. + Сделана опция на сброс и остановку мячика в центре поля.

Таблицу прикрепляю. :)

Ты в ударе прям, лови плюс)

Ссылка на комментарий
Поделиться на другие сайты

  • 1 год спустя...

Много времени потратил на реверс функции которая делает вычисления перед отрисовкой. И вот результаты:

 

On 31.07.2014 at 3:04 AM, Xipho said:

1. Найти очки игрока 1 и написать иньекцию кода с заморозкой значения

2. То же самое, но для второго игрока

3. Найти статичный указатель для очков игрока 1

4. То же самое для второго игрока

5. Найти и заморозить координаты ракеток (обеих)

6. Изменить размер ракеток на двойной

7. Увеличить вдвое размера шарика

8. Сделать так, чтобы скорость шарика не увеличивалась с течением времени

9. (Сложно) Перекрасить шарик в красный цвет

 

1, 2, 3, 4 - Найдено и сделано

 

5 - Лень было уже искать...

 

6 - В таблице просто адрес содержащий размер ракеток, но размер не физический а визуальный :(

 

7 - Также и с мячем, в таблице есть адрес размера мяча, но только визуально увеличивается

 

8 - Имелось ввиду по оси X ? Нашел адрес и сделал возможность заморозки увеличения этого значения. На всякий случае в таблице есть еще одно значение (коэфицент по оси Y) на всякий случай, но механизм генерации этого числа иной, он не увеличивается с течением времени, а приобретает значения в зависимости от места удара об ракетку.

 

9 - Не стал это делать, но теоретический план был таков (тут уже не Cheat Engine а модификация файла)

  1. Добавить в таблицу импорта файла функцию opengl.glColor3f (её нету в коде (а по этому и в таблице импорта), потому-что все рисуется белым цветом о.О)
  2. Вставить код перед циклом отрисовки шарика, где вызывалась бы эта функция с заданным цветом

P.S. На всякий случай ещё координаты мяча зафигачил (просто подруку попались, не искал особо)

 

Таблица - http://rgho.st/private/6wDRWY8Y5/91d7d978bc11b51167ccdc7096f694e6

Ссылка на комментарий
Поделиться на другие сайты

  • 3 месяца спустя...

Привет) Давно тут не был. Навыки взлома свои практически нулевые, как были они и раньше, решил вот всё таки опять чуть увеличить)) Наткнулся на этот трейнми, но понял что чёт он больно сложный для меня даже самый первый. И собственно вопрос. Взломать я точно его не смогу, но всё же расскажите пожалуйста как найти значение очков, а то просто очень интересно)) Я дак ни как не мог найти, даже визуальное, не говоря уже о реальном.

Ссылка на комментарий
Поделиться на другие сайты

  • 4 недели спустя...
On 19.09.2016 at 4:00 PM, Korol2010 said:

Привет) Давно тут не был. Навыки взлома свои практически нулевые, как были они и раньше, решил вот всё таки опять чуть увеличить)) Наткнулся на этот трейнми, но понял что чёт он больно сложный для меня даже самый первый. И собственно вопрос. Взломать я точно его не смогу, но всё же расскажите пожалуйста как найти значение очков, а то просто очень интересно)) Я дак ни как не мог найти, даже визуальное, не говоря уже о реальном.

Значения очков, я вроде искал через неизвестные значения.

Т.е. изначально ищем неизвестные значения, потом в игре увеличиваются очки, и в Cheat Engine отсеиваю результаты через "Увеличилось значение"

Изменено пользователем holy
Ссылка на комментарий
Поделиться на другие сайты

В 13.10.2016в13:38, holy сказал:

Значения очков, я вроде искал через неизвестные значения.

Т.е. изначально ищем неизвестные значения, потом в игре увеличиваются очки, и в Cheat Engine отсеиваю результаты через "Увеличилось значение"

Ок, ясно. Спасибо за подсказку, хотя я вроде пробовал тоже через неизвестное искать, чёт нефига на сколько помню не смог найти(( Ну да ладно, попробую ещё.

Ссылка на комментарий
Поделиться на другие сайты

  • 2 месяца спустя...
В 31.07.2014в08:04, Xipho сказал:

Прошло два года и наконец-то у меня появилось немного времени. Написал новую версию своего трейнми. Хотя, новой версией это назвать нельзя, весь код переписан с нуля и графическая часть реализована на OpenGL, хотя, конечно, необходимости в этом не было ) Так, баловался. Да, игра не заканчивается, просто продолжается постоянно, и комп в качестве второго игрока я еще не добавил. Это все будет в следующей версиии

Сами значения пока особо спрятать не пытался, так что взлом, скорее всего, будет быстрым. Задания:

1. Найти очки игрока 1 и написать иньекцию кода с заморозкой значения

2. То же самое, но для второго игрока

3. Найти статичный указатель для очков игрока 1

4. То же самое для второго игрока

5. Найти и заморозить координаты ракеток (обеих)

6. Изменить размер ракеток на двойной

7. Увеличить вдвое размера шарика

8. Сделать так, чтобы скорость шарика не увеличивалась с течением времени

9. (Сложно) Перекрасить шарик в красный цвет

И пока на этом все.

ЗЫ. Управление - Escape - выход из трейнми. W/S - ракетка вверх/вниз для первого игрока, P/L - ракетка вверх/вниз для второго игрока. Первые трое, кто успеет выполнить хотя бы пять заданий из всего набора, получат медальки и +10 к репутации. Первый выполнивший 7 и более заданий получит две медали и +30 к репутации. Второй выполнивший 7 и более заданий получит одну медаль и +25 к репутации. Третий выполнивший 7 заданий и более - получит медаль и +20 к репутации. Удачного взлома!

Прошло довольно много времени, давненько не заходил.. Вот моя версия взлома =) TennisTrainme_v2.CT

  • Плюс 2
Ссылка на комментарий
Поделиться на другие сайты

  • 2 недели спустя...
Spoiler
Quote

 

Прошло два года и наконец-то у меня появилось немного времени. Написал новую версию своего трейнми. Хотя, новой версией это назвать нельзя, весь код переписан с нуля и графическая часть реализована на OpenGL, хотя, конечно, необходимости в этом не было ) Так, баловался. Да, игра не заканчивается, просто продолжается постоянно, и комп в качестве второго игрока я еще не добавил. Это все будет в следующей версиии

Сами значения пока особо спрятать не пытался, так что взлом, скорее всего, будет быстрым. Задания:

1. Найти очки игрока 1 и написать иньекцию кода с заморозкой значения

2. То же самое, но для второго игрока

3. Найти статичный указатель для очков игрока 1

4. То же самое для второго игрока

5. Найти и заморозить координаты ракеток (обеих)

6. Изменить размер ракеток на двойной

7. Увеличить вдвое размера шарика

8. Сделать так, чтобы скорость шарика не увеличивалась с течением времени

9. (Сложно) Перекрасить шарик в красный цвет

И пока на этом все.

ЗЫ. Управление - Escape - выход из трейнми. W/S - ракетка вверх/вниз для первого игрока, P/L - ракетка вверх/вниз для второго игрока. Первые трое, кто успеет выполнить хотя бы пять заданий из всего набора, получат медальки и +10 к репутации. Первый выполнивший 7 и более заданий получит две медали и +30 к репутации. Второй выполнивший 7 и более заданий получит одну медаль и +25 к репутации. Третий выполнивший 7 заданий и более - получит медаль и +20 к репутации. Удачного взлома!

TennisTrainme_v2.rar

 

 

 

Решил тоже попробовать взломать данный TrainMe, но не просто, а слегка изменив условие девятого пункта.

Мне кажется получилось довольно забавно.

 

Ссылка на таблицу: https://yadi.sk/d/qDBgm9zC393GmE

Таблица в полную величину (если файл вдруг пропадет):

Spoiler

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="24">
  <CheatEntries>
    <CheatEntry>
      <ID>7</ID>
      <Description>"1. Freeze P1 Score"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+15A3:
db 90 90

 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+15A3:
inc [eax]

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>3</ID>
          <Description>"3. P1 Score"</Description>
          <LastState Value="80" RealAddress="00731608"/>
          <VariableType>4 Bytes</VariableType>
          <Address>"TennisTrainme_v2.exe"+00019028</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>4</Offset>
            <Offset>0</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>8</ID>
      <Description>"2. Freeze P2 Score"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+155A:
db 90 90

 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+155A:
inc [eax]

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>6</ID>
          <Description>"4. P2 Score"</Description>
          <LastState Value="53" RealAddress="007315C8"/>
          <VariableType>4 Bytes</VariableType>
          <Address>"TennisTrainme_v2.exe"+00019028</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>4</Offset>
            <Offset>4</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>41</ID>
      <Description>"5. Freeze Rackets"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat

// Racket 1
TennisTrainme_v2.exe+1677:
db 90 90 90 90

TennisTrainme_v2.exe+16A8:
db 90 90 90 90

// Racket 2
TennisTrainme_v2.exe+16DA:
db 90 90 90 90

TennisTrainme_v2.exe+170E:
db 90 90 90 90


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
// Racket 1
TennisTrainme_v2.exe+1677:
addss xmm2,xmm3

TennisTrainme_v2.exe+16A8:
subss xmm2,xmm3

// Racket 2
TennisTrainme_v2.exe+16DA:
addss xmm2,xmm3

TennisTrainme_v2.exe+170E:
subss xmm2,xmm3

</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>21</ID>
          <Description>"Freeze P1 Racket Y"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+1677:
db 90 90 90 90

TennisTrainme_v2.exe+16A8:
db 90 90 90 90


[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+1677:
addss xmm2,xmm3

TennisTrainme_v2.exe+16A8:
subss xmm2,xmm3

</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>17</ID>
              <Description>"P1 Racket Y"</Description>
              <LastState Value="44" RealAddress="007315DC"/>
              <VariableType>Float</VariableType>
              <Address>"TennisTrainme_v2.exe"+00019028</Address>
              <Offsets>
                <Offset>4</Offset>
                <Offset>0</Offset>
                <Offset>0</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>22</ID>
          <Description>"Freeze P2 Racket Y"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+16DA:
db 90 90 90 90

TennisTrainme_v2.exe+170E:
db 90 90 90 90



[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+16DA:
addss xmm2,xmm3

TennisTrainme_v2.exe+170E:
subss xmm2,xmm3

</AssemblerScript>
          <CheatEntries>
            <CheatEntry>
              <ID>18</ID>
              <Description>"P2 Racket Y"</Description>
              <LastState Value="20" RealAddress="007315EC"/>
              <VariableType>Float</VariableType>
              <Address>"TennisTrainme_v2.exe"+00019028</Address>
              <Offsets>
                <Offset>4</Offset>
                <Offset>0</Offset>
                <Offset>4</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>26</ID>
      <Description>"6. Double-Size Rackets"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+1370C:
dd (float)1

TennisTrainme_v2.exe+13734:
dd (float)20
 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+1370C:
dd (float)0.5

TennisTrainme_v2.exe+13734:
dd (float)10
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>28</ID>
          <Description>"Size multiple"</Description>
          <LastState Value="0.5" RealAddress="0023370C"/>
          <VariableType>Float</VariableType>
          <Address>TennisTrainme_v2.exe+1370C</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>24</ID>
          <Description>"Racket Half-Size"</Description>
          <LastState Value="20" RealAddress="00233738"/>
          <VariableType>Float</VariableType>
          <Address>TennisTrainme_v2.exe+13738</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>25</ID>
          <Description>"Racker Half-Hitbox"</Description>
          <LastState Value="10" RealAddress="00233734"/>
          <VariableType>Float</VariableType>
          <Address>TennisTrainme_v2.exe+13734</Address>
        </CheatEntry>
        <CheatEntry>
          <ID>34</ID>
          <Description>"Racket Speed"</Description>
          <LastState Value="1" RealAddress="00233710"/>
          <VariableType>Float</VariableType>
          <Address>TennisTrainme_v2.exe+13710</Address>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>36</ID>
      <Description>"7. Double-Szie Ball"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+13714:
dd (float)3
TennisTrainme_v2.exe+1371C:
dd (float)4.5
TennisTrainme_v2.exe+13748:
dd (float)96.5
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+13714:
dd (float)1.5
TennisTrainme_v2.exe+1371C:
dd (float)3
TennisTrainme_v2.exe+13748:
dd (float)97
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>19</ID>
          <Description>"Ball X"</Description>
          <LastState Value="65" RealAddress="00731718"/>
          <VariableType>Float</VariableType>
          <Address>"TennisTrainme_v2.exe"+00019028</Address>
          <Offsets>
            <Offset>0</Offset>
            <Offset>0</Offset>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>23</ID>
          <Description>"Ball Y"</Description>
          <LastState Value="40.3999939" RealAddress="0073171C"/>
          <VariableType>Float</VariableType>
          <Address>"TennisTrainme_v2.exe"+00019028</Address>
          <Offsets>
            <Offset>4</Offset>
            <Offset>0</Offset>
            <Offset>8</Offset>
          </Offsets>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
    <CheatEntry>
      <ID>40</ID>
      <Description>"8. Stop speed increment"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
TennisTrainme_v2.exe+15D9:
db EB

 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
TennisTrainme_v2.exe+15D9:
db 7C

</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>43</ID>
      <Description>"9. Cool Red Ball"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(beautiful_red_ball,2048)
registersymbol(beautiful_red_ball)

alloc(ball_texture, 166)
registersymbol(ball_texture)

alloc(helpers, 256)
registersymbol(helpers)

label(originalcode)
label(to_loop)
label(exit)

TennisTrainme_v2.exe+13714:
dd (float)7.5
TennisTrainme_v2.exe+1371C:
dd (float)7
TennisTrainme_v2.exe+13748:
dd (float)93

ball_texture:
  db 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED
  db 24 1C ED 00 00 00 24 1C ED 24 1C ED 00 00 00 00 00 00
  db 00 00 00 24 1C ED 24 1C ED 00 00 00 24 1C ED 00 00 00
  db 24 1C ED 24 1C ED 24 1C ED 00 00 00 24 1C ED 00 00 00
  db 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED
  db 24 1C ED 00 00 00 24 1C ED 24 1C ED 00 00 00 24 1C ED
  db 00 00 00 24 1C ED 24 1C ED 00 00 00 24 1C ED 24 1C ED
  db 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED 00 00 00
  db 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED 24 1C ED
  db 24 1C ED 00

helpers:
db 00
dd 00
dd (float)180
dd (float)0.5
dd 0

beautiful_red_ball:
cmp byte ptr [helpers],1
je originalcode
mov byte ptr [helpers],1

push helpers+1
push 1
call OPENGL32.glGenTextures

push helpers+1
push DE1
call OPENGL32.glBindTexture

// GL_NEAREST
push 2600
// GL_TEXTURE_MIN_FILTER
push 2801
// GL_TEXTURE_2D
push DE1
call OPENGL32.glTexParameteri

// GL_NEAREST
push 2600
// GL_TEXTURE_MAG_FILTER
push 2800
// GL_TEXTURE_2D
push DE1
call OPENGL32.glTexParameteri

// GL_REPEAT
push 2901
// GL_TEXTURE_WRAP_S
push 2802
// GL_TEXTURE_2D
push DE1
call OPENGL32.glTexParameteri

// GL_REPEAT
push 2901
// GL_TEXTURE_WRAP_T
push 2803
// GL_TEXTURE_2D
push DE1
call OPENGL32.glTexParameteri

push ball_texture
// GL_UNSIGNED_BYTE
push 1401
// GL_BGR_EXT
push 80e0
push 0
push 7
push 7
// GL_RGB
push 1907
push 0
// GL_TEXTURE_2D
push DE1
call OPENGL32.glTexImage2D

originalcode:
  // GL_TEXTURE_2D
  push DE1
  call OPENGL32.glEnable

  push (float)1
  push 0
  push 0
  push 0

  add [helpers+d],#1
  movd xmm0,[helpers+d]
  cvtdq2ps xmm0,xmm0
  movss [esp],xmm0
  call OPENGL32.glRotatef

  cmp [helpers+d],#360
  jl @f
  mov [helpers+d],#0

  @@:
  push 06 { 6 }
  call dword ptr [TennisTrainme_v2.exe+F14C] { -&gt;OPENGL32.glBegin }
  mov ebx,[TennisTrainme_v2.exe+F168] { [525906D0] }

  xor edi,edi
  to_loop:
    movd xmm0,edi
    cvtdq2ps xmm0,xmm0
    divss xmm0,[helpers+5] { [180] }
    mulss xmm0,[TennisTrainme_v2.exe+13720] { [3.14] }
    movss [ebp-08],xmm0
    cvtps2pd xmm0,xmm0
    call TennisTrainme_v2.exe+D320
    cvtsd2ss xmm0,xmm0
    push ecx
    mulss xmm0,[helpers+9] { [0.5] }
    addss xmm0,[helpers+9]
    movss [esp],xmm0

    movss xmm0,[ebp-08]
    cvtps2pd xmm0,xmm0
    call TennisTrainme_v2.exe+D160
    cvtsd2ss xmm0,xmm0
    push ecx
    mulss xmm0,[helpers+9]  { [0.5] }
    addss xmm0,[helpers+9]
    movss [esp],xmm0

    call OPENGL32.glTexCoord2f

    movd xmm0,edi
    cvtdq2ps xmm0,xmm0
    divss xmm0,[helpers+5] { [180] }
    mulss xmm0,[TennisTrainme_v2.exe+13720] { [3.14] }
    movss [ebp-08],xmm0
    cvtps2pd xmm0,xmm0
    call TennisTrainme_v2.exe+D320
    cvtsd2ss xmm0,xmm0
    push ecx
    mulss xmm0,[TennisTrainme_v2.exe+13714] { [1.50] }
    movss [esp],xmm0
    movss xmm0,[ebp-08]
    cvtps2pd xmm0,xmm0
    call TennisTrainme_v2.exe+D160
    cvtsd2ss xmm0,xmm0
    push ecx
    mulss xmm0,[TennisTrainme_v2.exe+13714] { [1.50] }
    movss [esp],xmm0

    call ebx
    add edi,#10
    cmp edi,#360
    jl to_loop
  call dword ptr [TennisTrainme_v2.exe+F158] { -&gt;OPENGL32.glEnd }

// GL_TEXTURE_2D
push DE1
call OPENGL32.glDisable

exit:
jmp TennisTrainme_v2.exe+1BB0

TennisTrainme_v2.exe+1B23:
jmp beautiful_red_ball
nop
nop
nop

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(beautiful_red_ball)
unregistersymbol(beautiful_red_ball)

dealloc(ball_texture)
unregistersymbol(ball_texture)

dealloc(helpers)
unregistersymbol(helpers)

TennisTrainme_v2.exe+13714:
dd (float)1.5
TennisTrainme_v2.exe+1371C:
dd (float)3
TennisTrainme_v2.exe+13748:
dd (float)97

"TennisTrainme_v2.exe"+1B23:
push 06 { 6 }
call dword ptr [TennisTrainme_v2.exe+F14C] { -&gt;OPENGL32.glBegin }

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
  <Structures StructVersion="2">
    <Structure Name="Several data" AutoFill="0" AutoCreate="1" DefaultHex="0" AutoDestroy="0" DoNotSaveLocal="0" AutoCreateStructsize="4096">
      <Elements>
        <Element Offset="0" Vartype="String" Bytesize="29" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="29" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="30" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="31" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="32" Vartype="String" Bytesize="12" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="44" Vartype="Unicode String" Bytesize="7" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="51" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="52" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="56" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="60" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="64" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="68" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="72" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="76" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="80" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="84" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="88" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="92" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="100" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="104" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="108" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="112" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="116" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="120" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="124" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="128" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="132" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="136" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="140" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="144" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="148" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="152" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="156" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="160" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="164" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="168" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="172" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="176" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="180" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="184" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="188" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="196" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="204" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="208" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="212" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="216" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="220" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="228" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="236" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="240" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="244" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="248" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="252" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="260" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="268" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="276" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="280" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="284" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="292" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="300" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="308" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="312" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="316" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="324" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="328" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="332" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="336" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="340" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="344" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="348" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="356" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="364" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="368" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="372" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="376" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="380" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="388" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="396" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="404" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="408" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="412" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="420" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="428" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="429" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="430" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="431" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="433" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="434" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="435" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="436" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="440" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="444" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="452" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="460" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="468" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="472" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="476" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="484" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="492" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="500" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="504" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="508" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="516" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="520" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="524" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="532" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="536" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="540" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="548" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="553" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="554" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="555" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="556" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="560" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="564" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="568" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="569" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="570" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="571" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="572" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="580" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="584" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="588" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="596" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="600" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="604" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="612" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="620" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="624" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="628" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="632" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="633" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="634" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="635" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="636" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="644" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="652" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="660" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="664" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="668" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="676" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="680" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="684" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="692" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="696" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="700" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="704" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="708" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="716" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="724" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="728" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="732" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="740" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="748" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="752" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="756" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="760" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="761" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="762" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="763" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="764" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="772" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="776" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="780" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="788" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="792" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="796" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="804" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="809" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="810" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="811" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="812" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="816" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="820" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="824" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="825" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="826" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="827" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="828" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="836" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="840" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="844" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="852" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="856" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="860" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="868" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="876" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="884" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="888" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="892" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="900" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="908" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="916" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="920" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="924" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="932" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="940" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="941" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="942" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="943" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="945" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="946" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="947" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="948" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="952" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="956" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="964" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="972" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="980" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="984" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="988" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="996" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1004" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1008" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1012" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1016" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1020" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1028" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1032" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1036" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1040" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1044" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1048" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1052" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1060" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1068" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1076" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1080" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1084" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1092" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1100" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1108" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1112" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1116" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1124" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1132" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1136" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1140" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1144" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1148" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1156" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1164" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1168" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1172" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1176" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1180" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1188" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1192" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1196" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1200" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1204" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1208" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1212" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1220" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1228" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1232" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1236" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1240" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1241" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1242" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1243" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1244" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1252" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1260" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1264" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1268" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1272" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1273" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1274" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1275" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1276" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1284" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1292" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1300" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1304" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1308" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1316" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1324" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1332" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1336" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1337" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1338" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1339" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1340" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1348" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1352" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1356" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1360" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1364" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1368" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1372" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1380" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1388" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1392" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1396" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1400" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1404" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1412" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1420" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1428" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1432" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1436" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1444" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1452" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1453" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1454" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1455" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1457" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1458" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1459" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1460" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1464" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1468" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1476" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1484" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1492" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1496" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1500" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1508" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1516" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1524" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1528" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1532" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1540" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1544" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1548" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1556" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1560" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1564" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1572" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1577" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1578" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1579" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1580" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1584" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1588" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1592" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1596" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1604" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1608" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1612" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1620" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1624" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1628" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1636" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1644" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1648" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1652" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1656" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1660" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1668" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1676" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1684" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1688" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1692" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1700" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1704" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1708" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1716" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1720" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1724" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1728" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1732" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1740" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1748" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1752" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1756" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1764" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1772" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1776" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1780" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1784" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1788" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1796" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1800" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1804" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1812" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1816" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1820" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1828" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1833" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1834" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1835" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1836" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1840" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1844" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1848" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1852" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1860" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1864" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1868" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1876" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1880" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1884" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1892" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1900" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1908" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1912" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1916" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1924" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1932" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1940" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1944" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1948" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1956" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1964" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1965" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1966" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1967" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1969" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1970" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1971" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1972" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="1976" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1980" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1988" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="1996" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2004" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2008" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2012" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2020" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2028" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2032" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2036" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2040" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2044" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2052" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2056" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2060" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2064" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2068" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2072" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2076" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2084" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2092" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2100" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2104" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2105" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2106" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2107" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2108" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2116" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2124" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2132" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2136" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2140" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2148" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2156" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2160" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2164" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2168" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2169" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2170" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2171" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2172" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2180" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2188" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2192" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2196" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2200" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2201" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2202" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2203" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2204" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2212" Vartype="String" Bytesize="6" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2218" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2219" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2220" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2228" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2236" Vartype="String" Bytesize="6" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2242" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2243" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2244" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2252" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2260" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2264" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2268" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2276" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2284" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2288" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2292" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2296" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2300" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2304" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2308" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2316" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2320" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2324" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2328" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2332" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2336" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2340" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2344" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2348" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2352" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2356" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2364" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2372" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2376" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2380" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2384" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2388" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2392" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2396" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2400" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2404" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2408" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2412" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2420" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2428" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2432" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2436" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2440" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2444" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2452" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2460" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2464" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2468" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2472" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2476" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2484" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2492" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2500" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2504" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2508" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2516" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2524" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2532" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2536" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2540" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2548" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2552" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2556" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2560" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2564" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2568" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2572" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2580" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2588" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2592" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2596" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2600" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2604" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2612" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2620" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2628" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2632" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2636" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2644" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2652" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2653" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2654" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2655" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2657" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2658" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2659" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2660" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2664" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2668" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2676" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2684" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2692" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2696" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2700" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2708" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2716" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2724" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2728" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2732" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2740" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2744" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2748" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2756" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2760" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2764" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2772" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2777" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2778" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2779" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2780" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2784" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2788" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2792" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2793" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2794" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2795" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2796" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2804" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2808" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2812" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2820" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2824" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2828" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2836" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2844" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2848" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2852" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2856" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2857" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2858" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2859" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2860" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2868" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2876" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2884" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2888" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2892" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2900" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2904" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2908" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2916" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2920" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2924" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2928" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2932" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2940" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2948" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2952" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2956" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2964" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2972" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2976" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2980" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="2984" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2985" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2986" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2987" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2988" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="2996" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3000" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3004" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3012" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3016" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3020" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3028" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3033" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3034" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3035" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3036" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3040" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3044" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3048" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3049" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3050" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3051" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3052" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3060" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3064" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3068" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3076" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3080" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3084" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3092" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3100" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3108" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3112" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3116" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3124" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3132" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3140" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3144" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3148" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3156" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3164" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3165" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3166" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3167" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3169" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3170" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3171" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3172" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3176" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3180" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3188" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3196" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3204" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3208" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3212" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3220" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3228" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3232" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3236" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3240" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3244" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3252" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3256" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3260" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3264" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3268" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3272" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3276" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3284" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3292" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3300" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3304" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3308" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3316" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3324" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3332" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3336" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3340" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3348" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3356" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3360" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3364" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3368" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3372" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3380" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3388" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3392" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3396" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3400" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3404" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3412" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3416" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3420" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3424" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3428" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3432" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3436" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3444" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3452" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3456" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3460" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3464" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3465" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3466" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3467" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3468" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3476" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3484" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3488" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3492" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3496" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3497" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3498" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3499" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3500" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3508" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3516" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3524" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3528" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3532" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3540" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3548" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3556" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3560" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3561" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3562" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3563" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3564" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3572" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3576" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3580" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3584" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3588" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3592" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3596" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3604" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3612" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3616" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3620" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3624" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3628" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3636" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3644" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3652" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3656" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3660" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3668" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3676" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3677" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3678" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3679" Vartype="2 Bytes" Bytesize="2" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3681" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3682" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3683" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3684" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3688" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3692" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3700" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3708" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3716" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3720" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3724" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3732" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3740" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3748" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3752" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3756" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3764" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3768" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3772" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3780" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3784" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3788" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3796" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3801" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3802" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3803" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3804" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3808" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3812" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3816" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3820" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3828" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3832" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3836" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3844" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3848" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3852" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3860" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3868" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3872" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3876" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="3880" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3884" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3892" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3900" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3908" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3912" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3916" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3924" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3928" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3932" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3940" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3944" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3948" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3952" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3956" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3964" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3972" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3976" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3980" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3988" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="3996" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4000" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4004" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="4008" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4012" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4020" Vartype="Pointer" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4024" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4028" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4036" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="4040" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4044" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4052" Vartype="String" Bytesize="5" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4057" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4058" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4059" Vartype="Byte" Bytesize="1" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4060" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4064" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4068" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
        <Element Offset="4072" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4076" Vartype="Double" Bytesize="8" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4084" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4088" Vartype="Float" Bytesize="4" DisplayMethod="Unsigned Integer" BackgroundColor="80000005"/>
        <Element Offset="4092" Vartype="4 Bytes" Bytesize="4" DisplayMethod="Hexadecimal" BackgroundColor="80000005"/>
      </Elements>
    </Structure>
  </Structures>
  <Comments>Info about this table:
</Comments>
</CheatTable>

 

И результат работы девятого пункта, если не хочется качать таблицу:

Spoiler

PvvBrFW.jpg

 

  • Плюс 2
Ссылка на комментарий
Поделиться на другие сайты

×
×
  • Создать...

Важная информация

Находясь на нашем сайте, Вы автоматически соглашаетесь соблюдать наши Условия использования.