layouts/aknlayout2/generated/Vga_touch_akn_app/aknlayoutscalable_abrw_pvp_av_vga_prt_tch_small.cpp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 09 Jun 2010 10:47:45 +0300
branchRCL_3
changeset 63 9ad3127c7f4d
parent 0 05e9090e2422
permissions -rw-r--r--
Revision: 201021 Kit: 2010123

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/

// AknLayoutScalable_Abrw_pvp_av_vga_prt_tch_Small generated by
// AknLayoutCompiler -p..\generated\Vga_touch_akn_app MLCompCdl2InstO -i..\generated\Vga_touch_akn_app\instances.txt -z..\generated\LayoutZoomFactorConfig.txt -allparams -d ..\cdl\AknLayoutScalable_Avkon.cdl -a ..\xml\av\_all\pvp_av_vga_prt_tch\display_eur_compData.xml AknLayoutScalable_Elaf_pvp_av_vga_prt_tch -m..\xml\av\_all\pvp_av_vga_prt_tch\display_arabic_hebrew_compData.xml AknLayoutScalable_Abrw_pvp_av_vga_prt_tch ..\xml\av\_all\pvl_av_vga_lsc_tch\display_eur_compData.xml AknLayoutScalable_Elaf_pvl_av_vga_lsc_tch -m..\xml\av\_all\pvl_av_vga_lsc_tch\display_arabic_hebrew_compData.xml AknLayoutScalable_Abrw_pvl_av_vga_lsc_tch
// This customisation implements the interface defined in AknLayoutScalable_Avkon.cdl

#include "aknlayoutscalable_abrw_pvp_av_vga_prt_tch_small.h"
#include "aknlayout2scalabledecode.h"
namespace AknLayoutScalable_Avkon { extern const TUint8 KByteCodedData_AknLayoutScalable_Elaf_pvp_av_vga_prt_tch[]; }

namespace AknLayoutScalable_Abrw_pvp_av_vga_prt_tch_Small
{

extern const TUint16 KDataLookup[AknLayoutScalable_Avkon::E_TApiId_TableSize];
const SCompDataImplData KImplData = { KDataLookup, AknLayoutScalable_Avkon::KByteCodedData_AknLayoutScalable_Elaf_pvp_av_vga_prt_tch + 0x0001bd85 };

TAknWindowComponentLayout WindowLineVCR(TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::WindowLineVCR(&KImplData, aVariety, aCol, aRow); }
TAknLayoutScalableParameterLimits ParameterLimitsV(TInt aVariety) { return AknLayoutScalableDecode::ParameterLimitsV(&KImplData, aVariety); }
TAknTextComponentLayout TextLineVCR(TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::TextLineVCR(&KImplData, aVariety, aCol, aRow); }
TAknTextComponentLayout TextLineRVC(TInt aRow, TInt aVariety, TInt aCol) { return AknLayoutScalableDecode::TextLineRVC(&KImplData, aRow, aVariety, aCol); }
TAknWindowComponentLayout WindowLineRVC(TInt aRow, TInt aVariety, TInt aCol) { return AknLayoutScalableDecode::WindowLineRVC(&KImplData, aRow, aVariety, aCol); }
TAknWindowComponentLayout WindowLineCVR(TInt aCol, TInt aVariety, TInt aRow) { return AknLayoutScalableDecode::WindowLineCVR(&KImplData, aCol, aVariety, aRow); }
TAknWindowComponentLayout WindowLineVRC(TInt aVariety, TInt aRow, TInt aCol) { return AknLayoutScalableDecode::WindowLineVRC(&KImplData, aVariety, aRow, aCol); }
TAknTextComponentLayout TextLineVRC(TInt aVariety, TInt aRow, TInt aCol) { return AknLayoutScalableDecode::TextLineVRC(&KImplData, aVariety, aRow, aCol); }
TAknWindowComponentLayout WindowLineCRV(TInt aCol, TInt aRow, TInt aVariety) { return AknLayoutScalableDecode::WindowLineCRV(&KImplData, aCol, aRow, aVariety); }
TAknWindowComponentLayout WindowTableLVCR(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::WindowTableLVCR(&KImplData, aLineIndex, aVariety, aCol, aRow); }
TAknLayoutScalableTableLimits Limits() { return AknLayoutScalableDecode::TableLimits(KDataLookup); }
TAknLayoutScalableParameterLimits ParameterLimitsTableLV(TInt aLineIndex, TInt aVariety) { return AknLayoutScalableDecode::ParameterLimitsTableLV(&KImplData, aLineIndex, aVariety); }
TAknTextComponentLayout TextTableLVCR(TInt aLineIndex, TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::TextTableLVCR(&KImplData, aLineIndex, aVariety, aCol, aRow); }
TAknTextComponentLayout TextTableLRVC(TInt aLineIndex, TInt aRow, TInt aVariety, TInt aCol) { return AknLayoutScalableDecode::TextTableLRVC(&KImplData, aLineIndex, aRow, aVariety, aCol); }
TAknLayoutScalableComponentType GetComponentTypeById(TInt aComponentId) { return AknLayoutScalableDecode::GetComponentTypeById(&KImplData, aComponentId); }
TAknLayoutScalableParameterLimits GetParamLimitsById(TInt aComponentId, TInt aVariety) { return AknLayoutScalableDecode::GetParamLimitsById(&KImplData, aComponentId, aVariety); }
TAknWindowComponentLayout GetWindowComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::GetWindowComponentById(&KImplData, aComponentId, aVariety, aCol, aRow); }
TAknTextComponentLayout GetTextComponentById(TInt aComponentId, TInt aVariety, TInt aCol, TInt aRow) { return AknLayoutScalableDecode::GetTextComponentById(&KImplData, aComponentId, aVariety, aCol, aRow); }

const TUint16 KDataLookup[AknLayoutScalable_Avkon::E_TApiId_TableSize] =
	{
0x8880,	// (0x00024605) Screen

0x888c,	// (0x00024611) application_window_ParamLimits

0x888c,	// (0x00024611) application_window

0x5e0d,	// (0x00021b92) screen_g1

0x5e17,	// (0x00021b9c) area_bottom_pane_ParamLimits

0x5e17,	// (0x00021b9c) area_bottom_pane

0x8931,	// (0x000246b6) area_top_pane_ParamLimits

0x8931,	// (0x000246b6) area_top_pane

0x89ba,	// (0x0002473f) main_pane_ParamLimits

0x89ba,	// (0x0002473f) main_pane

0x5e7b,	// (0x00021c00) misc_graphics

0x9f3f,	// (0x00025cc4) battery_pane_ParamLimits

0x9f3f,	// (0x00025cc4) battery_pane

0x7aa9,	// (0x0002382e) bg_status_flat_pane_g8

0x7ab1,	// (0x00023836) bg_status_flat_pane_g9

0x7205,	// (0x00022f8a) context_pane_ParamLimits

0x7205,	// (0x00022f8a) context_pane

0xa07f,	// (0x00025e04) navi_pane_ParamLimits

0xa07f,	// (0x00025e04) navi_pane

0xa0ff,	// (0x00025e84) signal_pane_ParamLimits

0xa0ff,	// (0x00025e84) signal_pane

0x0008,

0xf90a,	// (0x0002b68f) bg_status_flat_pane_g

0xa164,	// (0x00025ee9) status_pane_g1_ParamLimits

0xa164,	// (0x00025ee9) status_pane_g1

0xa178,	// (0x00025efd) status_pane_g2_ParamLimits

0xa178,	// (0x00025efd) status_pane_g2

0x726c,	// (0x00022ff1) status_pane_g3_ParamLimits

0x726c,	// (0x00022ff1) status_pane_g3

0x0004,

0xf838,	// (0x0002b5bd) status_pane_g_ParamLimits

0xf838,	// (0x0002b5bd) status_pane_g

0xa184,	// (0x00025f09) title_pane_ParamLimits

0xa184,	// (0x00025f09) title_pane

0xa1c1,	// (0x00025f46) uni_indicator_pane_ParamLimits

0xa1c1,	// (0x00025f46) uni_indicator_pane

0x7149,	// (0x00022ece) bg_list_pane_ParamLimits

0x7149,	// (0x00022ece) bg_list_pane

0xdef8,	// (0x00029c7d) find_pane

0x7169,	// (0x00022eee) listscroll_app_pane_ParamLimits

0x7169,	// (0x00022eee) listscroll_app_pane

0x7175,	// (0x00022efa) listscroll_form_pane

0x8802,	// (0x00024587) listscroll_gen_pane_ParamLimits

0x8802,	// (0x00024587) listscroll_gen_pane

0x7175,	// (0x00022efa) listscroll_set_pane

0x9020,	// (0x00024da5) main_idle_act_pane

0x6f49,	// (0x00022cce) main_idle_trad_pane

0x6f49,	// (0x00022cce) main_list_empty_pane

0x6e34,	// (0x00022bb9) main_midp_pane

0x718f,	// (0x00022f14) main_pane_g1_ParamLimits

0x718f,	// (0x00022f14) main_pane_g1

0x98c5,	// (0x0002564a) popup_ai_message_window_ParamLimits

0x98c5,	// (0x0002564a) popup_ai_message_window

0x9977,	// (0x000256fc) popup_fep_china_uni_window_ParamLimits

0x9977,	// (0x000256fc) popup_fep_china_uni_window

0x99d7,	// (0x0002575c) popup_fep_japan_candidate_window_ParamLimits

0x99d7,	// (0x0002575c) popup_fep_japan_candidate_window

0x9a01,	// (0x00025786) popup_fep_japan_predictive_window_ParamLimits

0x9a01,	// (0x00025786) popup_fep_japan_predictive_window

0x9a37,	// (0x000257bc) popup_find_window

0x9a44,	// (0x000257c9) popup_grid_graphic_window_ParamLimits

0x9a44,	// (0x000257c9) popup_grid_graphic_window

0x9a72,	// (0x000257f7) popup_large_graphic_colour_window

0x9a98,	// (0x0002581d) popup_menu_window_ParamLimits

0x9a98,	// (0x0002581d) popup_menu_window

0x9c5e,	// (0x000259e3) popup_note_image_window

0x9c48,	// (0x000259cd) popup_note_wait_window_ParamLimits

0x9c48,	// (0x000259cd) popup_note_wait_window

0x9c48,	// (0x000259cd) popup_note_window_ParamLimits

0x9c48,	// (0x000259cd) popup_note_window

0x9cc6,	// (0x00025a4b) popup_query_code_window_ParamLimits

0x9cc6,	// (0x00025a4b) popup_query_code_window

0x9cdc,	// (0x00025a61) popup_query_data_code_window_ParamLimits

0x9cdc,	// (0x00025a61) popup_query_data_code_window

0x9cff,	// (0x00025a84) popup_query_data_window_ParamLimits

0x9cff,	// (0x00025a84) popup_query_data_window

0x9d21,	// (0x00025aa6) popup_query_sat_info_window_ParamLimits

0x9d21,	// (0x00025aa6) popup_query_sat_info_window

0x9d60,	// (0x00025ae5) popup_snote_single_graphic_window_ParamLimits

0x9d60,	// (0x00025ae5) popup_snote_single_graphic_window

0x9d60,	// (0x00025ae5) popup_snote_single_text_window_ParamLimits

0x9d60,	// (0x00025ae5) popup_snote_single_text_window

0x9d77,	// (0x00025afc) popup_sub_window_general

0x9ec5,	// (0x00025c4a) popup_window_general_ParamLimits

0x9ec5,	// (0x00025c4a) popup_window_general

0x719d,	// (0x00022f22) power_save_pane

0x971c,	// (0x000254a1) control_pane_g1_ParamLimits

0x971c,	// (0x000254a1) control_pane_g1

0x9743,	// (0x000254c8) control_pane_g2_ParamLimits

0x9743,	// (0x000254c8) control_pane_g2

0x713b,	// (0x00022ec0) control_pane_g3_ParamLimits

0x713b,	// (0x00022ec0) control_pane_g3

0x0007,

0xf820,	// (0x0002b5a5) control_pane_g_ParamLimits

0xf820,	// (0x0002b5a5) control_pane_g

0x97ac,	// (0x00025531) control_pane_t1_ParamLimits

0x97ac,	// (0x00025531) control_pane_t1

0x9800,	// (0x00025585) control_pane_t2_ParamLimits

0x9800,	// (0x00025585) control_pane_t2

0x0002,

0xf831,	// (0x0002b5b6) control_pane_t_ParamLimits

0xf831,	// (0x0002b5b6) control_pane_t

0x7062,	// (0x00022de7) navi_navi_volume_pane_cp1

0x706b,	// (0x00022df0) status_small_icon_pane

0x7073,	// (0x00022df8) status_small_pane_g1_ParamLimits

0x7073,	// (0x00022df8) status_small_pane_g1

0x70a3,	// (0x00022e28) status_small_pane_g2_ParamLimits

0x70a3,	// (0x00022e28) status_small_pane_g2

0x70af,	// (0x00022e34) status_small_pane_g3_ParamLimits

0x70af,	// (0x00022e34) status_small_pane_g3

0x70bb,	// (0x00022e40) status_small_pane_g4_ParamLimits

0x70bb,	// (0x00022e40) status_small_pane_g4

0x70c7,	// (0x00022e4c) status_small_pane_g5_ParamLimits

0x70c7,	// (0x00022e4c) status_small_pane_g5

0x70d6,	// (0x00022e5b) status_small_pane_g6_ParamLimits

0x70d6,	// (0x00022e5b) status_small_pane_g6

0x0007,

0xf80f,	// (0x0002b594) status_small_pane_g_ParamLimits

0xf80f,	// (0x0002b594) status_small_pane_g

0x7106,	// (0x00022e8b) status_small_pane_t1

0x7129,	// (0x00022eae) status_small_wait_pane_ParamLimits

0x7129,	// (0x00022eae) status_small_wait_pane

0x9337,	// (0x000250bc) aid_levels_signal_ParamLimits

0x9337,	// (0x000250bc) aid_levels_signal

0x9349,	// (0x000250ce) signal_pane_g1_ParamLimits

0x9349,	// (0x000250ce) signal_pane_g1

0x935e,	// (0x000250e3) signal_pane_g2_ParamLimits

0x935e,	// (0x000250e3) signal_pane_g2

0x0001,

0xf7a4,	// (0x0002b529) signal_pane_g_ParamLimits

0xf7a4,	// (0x0002b529) signal_pane_g

0x6a87,	// (0x0002280c) context_pane_g1

0x8bfd,	// (0x00024982) title_pane_g1

0x8c27,	// (0x000249ac) title_pane_t1

0x5e91,	// (0x00021c16) title_pane_t2

0x5eb7,	// (0x00021c3c) title_pane_t3

0x0002,

0xf5f3,	// (0x0002b378) title_pane_t

0xa1d9,	// (0x00025f5e) aid_levels_battery_ParamLimits

0xa1d9,	// (0x00025f5e) aid_levels_battery

0xa1ed,	// (0x00025f72) battery_pane_g1_ParamLimits

0xa1ed,	// (0x00025f72) battery_pane_g1

0xa203,	// (0x00025f88) battery_pane_g2_ParamLimits

0xa203,	// (0x00025f88) battery_pane_g2

0x0001,

0xf843,	// (0x0002b5c8) battery_pane_g_ParamLimits

0xf843,	// (0x0002b5c8) battery_pane_g

0xea7a,	// (0x0002a7ff) uni_indicator_pane_g1

0xea8f,	// (0x0002a814) uni_indicator_pane_g2

0xeaa5,	// (0x0002a82a) uni_indicator_pane_g3

0x0005,

0xf9b2,	// (0x0002b737) uni_indicator_pane_g

0x6d95,	// (0x00022b1a) navi_icon_pane_ParamLimits

0x6d95,	// (0x00022b1a) navi_icon_pane

0x6cdc,	// (0x00022a61) navi_midp_pane

0x6db1,	// (0x00022b36) navi_navi_pane

0x6dbb,	// (0x00022b40) navi_text_pane_ParamLimits

0x6dbb,	// (0x00022b40) navi_text_pane

0x5e0d,	// (0x00021b92) status_small_wait_pane_g1

0x61b6,	// (0x00021f3b) status_small_wait_pane_g2

0x0001,

0xf9ad,	// (0x0002b732) status_small_wait_pane_g

0xea1d,	// (0x0002a7a2) navi_navi_icon_text_pane

0xea25,	// (0x0002a7aa) navi_navi_pane_g1_ParamLimits

0xea25,	// (0x0002a7aa) navi_navi_pane_g1

0xea37,	// (0x0002a7bc) navi_navi_pane_g2_ParamLimits

0xea37,	// (0x0002a7bc) navi_navi_pane_g2

0x0001,

0xf97b,	// (0x0002b700) navi_navi_pane_g_ParamLimits

0xf97b,	// (0x0002b700) navi_navi_pane_g

0xb5c4,	// (0x00027349) navi_navi_tabs_pane

0xea49,	// (0x0002a7ce) navi_navi_text_pane

0xea1d,	// (0x0002a7a2) navi_navi_volume_pane

0xea08,	// (0x0002a78d) navi_text_pane_t1

0xe9f9,	// (0x0002a77e) navi_icon_pane_g1

0xb505,	// (0x0002728a) navi_navi_text_pane_t1

0xa5c8,	// (0x0002634d) navi_navi_volume_pane_g1

0xa5d0,	// (0x00026355) volume_small_pane

0xe96b,	// (0x0002a6f0) navi_navi_icon_text_pane_g1

0xe973,	// (0x0002a6f8) navi_navi_icon_text_pane_t1

0x6db1,	// (0x00022b36) navi_tabs_2_long_pane

0x6db1,	// (0x00022b36) navi_tabs_2_pane

0x6db1,	// (0x00022b36) navi_tabs_3_long_pane

0x6db1,	// (0x00022b36) navi_tabs_3_pane

0x6db1,	// (0x00022b36) navi_tabs_4_pane

0xa5a8,	// (0x0002632d) tabs_2_active_pane_ParamLimits

0xa5a8,	// (0x0002632d) tabs_2_active_pane

0xa5b8,	// (0x0002633d) tabs_2_passive_pane_ParamLimits

0xa5b8,	// (0x0002633d) tabs_2_passive_pane

0xa576,	// (0x000262fb) tabs_3_active_pane_ParamLimits

0xa576,	// (0x000262fb) tabs_3_active_pane

0xa586,	// (0x0002630b) tabs_3_passive_pane_ParamLimits

0xa586,	// (0x0002630b) tabs_3_passive_pane

0xa597,	// (0x0002631c) tabs_3_passive_pane_cp_ParamLimits

0xa597,	// (0x0002631c) tabs_3_passive_pane_cp

0xa52a,	// (0x000262af) tabs_4_active_pane_ParamLimits

0xa52a,	// (0x000262af) tabs_4_active_pane

0xa53d,	// (0x000262c2) tabs_4_passive_pane_ParamLimits

0xa53d,	// (0x000262c2) tabs_4_passive_pane

0xa54e,	// (0x000262d3) tabs_4_passive_pane_cp_ParamLimits

0xa54e,	// (0x000262d3) tabs_4_passive_pane_cp

0xa55f,	// (0x000262e4) tabs_4_passive_pane_cp2_ParamLimits

0xa55f,	// (0x000262e4) tabs_4_passive_pane_cp2

0xa506,	// (0x0002628b) tabs_2_long_active_pane_ParamLimits

0xa506,	// (0x0002628b) tabs_2_long_active_pane

0xa518,	// (0x0002629d) tabs_2_long_passive_pane_ParamLimits

0xa518,	// (0x0002629d) tabs_2_long_passive_pane

0xa4bb,	// (0x00026240) tabs_3_long_active_pane_ParamLimits

0xa4bb,	// (0x00026240) tabs_3_long_active_pane

0xa4d4,	// (0x00026259) tabs_3_long_passive_pane_ParamLimits

0xa4d4,	// (0x00026259) tabs_3_long_passive_pane

0xa4ed,	// (0x00026272) tabs_3_long_passive_pane_cp_ParamLimits

0xa4ed,	// (0x00026272) tabs_3_long_passive_pane_cp

0xa461,	// (0x000261e6) volume_small_pane_g1

0xa46a,	// (0x000261ef) volume_small_pane_g2

0xa473,	// (0x000261f8) volume_small_pane_g3

0xa47c,	// (0x00026201) volume_small_pane_g4

0xa485,	// (0x0002620a) volume_small_pane_g5

0xa48e,	// (0x00026213) volume_small_pane_g6

0xa497,	// (0x0002621c) volume_small_pane_g7

0xa4a0,	// (0x00026225) volume_small_pane_g8

0xa4a9,	// (0x0002622e) volume_small_pane_g9

0xa4b2,	// (0x00026237) volume_small_pane_g10

0x0009,

0xf947,	// (0x0002b6cc) volume_small_pane_g

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp2_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp2

0x8c8f,	// (0x00024a14) tabs_3_active_pane_g1

0x8c97,	// (0x00024a1c) tabs_3_active_pane_t1

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp2_ParamLimits

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp2

0x8c8f,	// (0x00024a14) tabs_3_passive_pane_g1

0x8c97,	// (0x00024a1c) tabs_3_passive_pane_t1

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp3_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp3

0x8ca9,	// (0x00024a2e) tabs_4_active_pane_g1

0x8cb1,	// (0x00024a36) tabs_4_active_pane_t1

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp3_ParamLimits

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp3

0x8ca9,	// (0x00024a2e) tabs_4_1_passive_pane_g1

0x8cb1,	// (0x00024a36) tabs_4_1_passive_pane_t1

0x6e34,	// (0x00022bb9) list_highlight_pane_cp2

0xeb23,	// (0x0002a8a8) list_set_pane_ParamLimits

0xeb23,	// (0x0002a8a8) list_set_pane

0xebeb,	// (0x0002a970) main_pane_set_t1_ParamLimits

0xebeb,	// (0x0002a970) main_pane_set_t1

0xec0b,	// (0x0002a990) main_pane_set_t2_ParamLimits

0xec0b,	// (0x0002a990) main_pane_set_t2

0xec1f,	// (0x0002a9a4) main_pane_set_t3_ParamLimits

0xec1f,	// (0x0002a9a4) main_pane_set_t3

0xec33,	// (0x0002a9b8) main_pane_set_t4_ParamLimits

0xec33,	// (0x0002a9b8) main_pane_set_t4

0x0003,

0xfa17,	// (0x0002b79c) main_pane_set_t_ParamLimits

0xfa17,	// (0x0002b79c) main_pane_set_t

0xec47,	// (0x0002a9cc) setting_code_pane

0xec51,	// (0x0002a9d6) setting_slider_graphic_pane

0xec51,	// (0x0002a9d6) setting_slider_pane

0xec51,	// (0x0002a9d6) setting_text_pane

0xec51,	// (0x0002a9d6) setting_volume_pane

0x8cc3,	// (0x00024a48) volume_set_pane

0x5ed7,	// (0x00021c5c) bg_set_opt_pane_cp

0x8ccd,	// (0x00024a52) setting_slider_pane_t1

0x8ce3,	// (0x00024a68) setting_slider_pane_t2

0x8cfd,	// (0x00024a82) setting_slider_pane_t3

0x0002,

0xf5fa,	// (0x0002b37f) setting_slider_pane_t

0x8d15,	// (0x00024a9a) slider_set_pane

0x5e7b,	// (0x00021c00) bg_set_opt_pane_cp2

0x5ee5,	// (0x00021c6a) setting_slider_graphic_pane_g1

0x8d2b,	// (0x00024ab0) setting_slider_graphic_pane_t1

0x8d3b,	// (0x00024ac0) setting_slider_graphic_pane_t2

0x0001,

0xf601,	// (0x0002b386) setting_slider_graphic_pane_t

0x8d4b,	// (0x00024ad0) slider_set_pane_cp

0x5e7b,	// (0x00021c00) input_focus_pane_cp1

0xba18,	// (0x0002779d) list_set_text_pane

0x5e0d,	// (0x00021b92) setting_text_pane_g1

0x5e7b,	// (0x00021c00) input_focus_pane_cp2

0x5e0d,	// (0x00021b92) setting_code_pane_g1

0x5eee,	// (0x00021c73) setting_code_pane_t1

0xd74a,	// (0x000294cf) set_text_pane_t1_ParamLimits

0xd74a,	// (0x000294cf) set_text_pane_t1

0x6550,	// (0x000222d5) set_opt_bg_pane_g1

0x6558,	// (0x000222dd) set_opt_bg_pane_g2

0xeae0,	// (0x0002a865) set_opt_bg_pane_g3

0x6568,	// (0x000222ed) set_opt_bg_pane_g4

0x6570,	// (0x000222f5) set_opt_bg_pane_g5

0x6578,	// (0x000222fd) set_opt_bg_pane_g6

0xba0e,	// (0x00027793) set_opt_bg_pane_g7

0xeaea,	// (0x0002a86f) set_opt_bg_pane_g8

0xeaf4,	// (0x0002a879) set_opt_bg_pane_g9

0x0008,

0xfa04,	// (0x0002b789) set_opt_bg_pane_g

0xba01,	// (0x00027786) slider_set_pane_g1

0xa651,	// (0x000263d6) slider_set_pane_g2

0x0006,

0xf9f5,	// (0x0002b77a) slider_set_pane_g

0xa5d9,	// (0x0002635e) volume_set_pane_g1

0xa5e3,	// (0x00026368) volume_set_pane_g2

0xa5ed,	// (0x00026372) volume_set_pane_g3

0xa5f7,	// (0x0002637c) volume_set_pane_g4

0xa601,	// (0x00026386) volume_set_pane_g5

0xa60b,	// (0x00026390) volume_set_pane_g6

0xa615,	// (0x0002639a) volume_set_pane_g7

0xa61f,	// (0x000263a4) volume_set_pane_g8

0xa629,	// (0x000263ae) volume_set_pane_g9

0xa633,	// (0x000263b8) volume_set_pane_g10

0x0009,

0xf9cd,	// (0x0002b752) volume_set_pane_g

0x8d53,	// (0x00024ad8) indicator_pane_ParamLimits

0x8d53,	// (0x00024ad8) indicator_pane

0x8d5f,	// (0x00024ae4) main_idle_pane_g2_ParamLimits

0x8d5f,	// (0x00024ae4) main_idle_pane_g2

0x8d87,	// (0x00024b0c) main_pane_idle_g1_ParamLimits

0x8d87,	// (0x00024b0c) main_pane_idle_g1

0x5efc,	// (0x00021c81) popup_clock_digital_analogue_window_ParamLimits

0x5efc,	// (0x00021c81) popup_clock_digital_analogue_window

0x8d95,	// (0x00024b1a) soft_indicator_pane_ParamLimits

0x8d95,	// (0x00024b1a) soft_indicator_pane

0x8da3,	// (0x00024b28) wallpaper_pane_ParamLimits

0x8da3,	// (0x00024b28) wallpaper_pane

0x5e0d,	// (0x00021b92) wallpaper_pane_g1

0x8daf,	// (0x00024b34) indicator_pane_g1_ParamLimits

0x8daf,	// (0x00024b34) indicator_pane_g1

0xbb8c,	// (0x00027911) navi_navi_icon_text_pane_srt_g1

0x5f2a,	// (0x00021caf) soft_indicator_pane_t1

0x5f44,	// (0x00021cc9) aid_ps_area_pane

0x8dbb,	// (0x00024b40) aid_ps_clock_pane

0x5f55,	// (0x00021cda) aid_ps_indicator_pane

0x5f61,	// (0x00021ce6) indicator_ps_pane_ParamLimits

0x5f61,	// (0x00021ce6) indicator_ps_pane

0x5f70,	// (0x00021cf5) power_save_pane_g1_ParamLimits

0x5f70,	// (0x00021cf5) power_save_pane_g1

0x5f7c,	// (0x00021d01) power_save_pane_g2_ParamLimits

0x5f7c,	// (0x00021d01) power_save_pane_g2

0x889c,	// (0x00024621) aid_navinavi_width_pane

0x5f44,	// (0x00021cc9) aid_ps_area_pane_ParamLimits

0x0001,

0xf606,	// (0x0002b38b) power_save_pane_g_ParamLimits

0xf606,	// (0x0002b38b) power_save_pane_g

0x5f8a,	// (0x00021d0f) power_save_pane_t1_ParamLimits

0x5f8a,	// (0x00021d0f) power_save_pane_t1

0x8dbb,	// (0x00024b40) aid_ps_clock_pane_ParamLimits

0x5f55,	// (0x00021cda) aid_ps_indicator_pane_ParamLimits

0x5f9c,	// (0x00021d21) power_save_pane_t4_ParamLimits

0x5f9c,	// (0x00021d21) power_save_pane_t4

0x0001,

0xf60b,	// (0x0002b390) power_save_pane_t_ParamLimits

0xf60b,	// (0x0002b390) power_save_pane_t

0x5fc6,	// (0x00021d4b) power_save_t3_ParamLimits

0x5fc6,	// (0x00021d4b) power_save_t3

0x5fb1,	// (0x00021d36) power_save_t2_ParamLimits

0x5fb1,	// (0x00021d36) power_save_t2

0x5fdb,	// (0x00021d60) indicator_ps_pane_g1

0x8dc9,	// (0x00024b4e) ai_gene_pane_ParamLimits

0x8dc9,	// (0x00024b4e) ai_gene_pane

0x8dd5,	// (0x00024b5a) ai_links_pane_ParamLimits

0x8dd5,	// (0x00024b5a) ai_links_pane

0x8de1,	// (0x00024b66) indicator_pane_cp1_ParamLimits

0x8de1,	// (0x00024b66) indicator_pane_cp1

0x8ded,	// (0x00024b72) main_pane_idle_g1_cp_ParamLimits

0x8ded,	// (0x00024b72) main_pane_idle_g1_cp

0x5fe4,	// (0x00021d69) popup_ai_links_title_window

0x8df9,	// (0x00024b7e) soft_indicator_pane_cp1_ParamLimits

0x8df9,	// (0x00024b7e) soft_indicator_pane_cp1

0xb83d,	// (0x000275c2) ai_links_pane_g1

0xb846,	// (0x000275cb) grid_ai_links_pane

0xea71,	// (0x0002a7f6) ai_gene_pane_1

0xb82b,	// (0x000275b0) ai_gene_pane_2

0xb834,	// (0x000275b9) list_highlight_pane_cp4

0xea51,	// (0x0002a7d6) cell_ai_link_pane_ParamLimits

0xea51,	// (0x0002a7d6) cell_ai_link_pane

0xb823,	// (0x000275a8) cell_ai_link_pane_g1

0x61b6,	// (0x00021f3b) cell_ai_link_pane_g2

0x0001,

0xf9a8,	// (0x0002b72d) cell_ai_link_pane_g

0x5e7b,	// (0x00021c00) grid_highlight_cp2

0x5e7b,	// (0x00021c00) bg_popup_sub_pane_cp1

0x5ffb,	// (0x00021d80) popup_ai_links_title_window_t1

0xb76f,	// (0x000274f4) ai_gene_pane_1_g1_ParamLimits

0xb76f,	// (0x000274f4) ai_gene_pane_1_g1

0xb77b,	// (0x00027500) ai_gene_pane_1_g2_ParamLimits

0xb77b,	// (0x00027500) ai_gene_pane_1_g2

0x0001,

0xf99e,	// (0x0002b723) ai_gene_pane_1_g_ParamLimits

0xf99e,	// (0x0002b723) ai_gene_pane_1_g

0xb788,	// (0x0002750d) ai_gene_pane_1_t1_ParamLimits

0xb788,	// (0x0002750d) ai_gene_pane_1_t1

0xb7bc,	// (0x00027541) grid_ai_soft_ind_pane

0xb75a,	// (0x000274df) ai_gene_pane_2_t1_ParamLimits

0xb75a,	// (0x000274df) ai_gene_pane_2_t1

0x8e05,	// (0x00024b8a) main_pane_empty_t1_ParamLimits

0x8e05,	// (0x00024b8a) main_pane_empty_t1

0x8e1d,	// (0x00024ba2) main_pane_empty_t2_ParamLimits

0x8e1d,	// (0x00024ba2) main_pane_empty_t2

0x8e32,	// (0x00024bb7) main_pane_empty_t3_ParamLimits

0x8e32,	// (0x00024bb7) main_pane_empty_t3

0x8e44,	// (0x00024bc9) main_pane_empty_t4_ParamLimits

0x8e44,	// (0x00024bc9) main_pane_empty_t4

0x8e56,	// (0x00024bdb) main_pane_empty_t5_ParamLimits

0x8e56,	// (0x00024bdb) main_pane_empty_t5

0x0004,

0xf610,	// (0x0002b395) main_pane_empty_t_ParamLimits

0xf610,	// (0x0002b395) main_pane_empty_t

0x65a1,	// (0x00022326) bg_popup_window_pane_ParamLimits

0x65a1,	// (0x00022326) bg_popup_window_pane

0xb513,	// (0x00027298) find_popup_pane_cp2_ParamLimits

0xb513,	// (0x00027298) find_popup_pane_cp2

0xb51f,	// (0x000272a4) heading_pane_ParamLimits

0xb51f,	// (0x000272a4) heading_pane

0x5e7b,	// (0x00021c00) bg_popup_sub_pane

0xe98d,	// (0x0002a712) bg_popup_window_pane_g1_ParamLimits

0xe98d,	// (0x0002a712) bg_popup_window_pane_g1

0xe999,	// (0x0002a71e) bg_popup_window_pane_g2_ParamLimits

0xe999,	// (0x0002a71e) bg_popup_window_pane_g2

0xe9a5,	// (0x0002a72a) bg_popup_window_pane_g3_ParamLimits

0xe9a5,	// (0x0002a72a) bg_popup_window_pane_g3

0xe9b1,	// (0x0002a736) bg_popup_window_pane_g4_ParamLimits

0xe9b1,	// (0x0002a736) bg_popup_window_pane_g4

0xe9bd,	// (0x0002a742) bg_popup_window_pane_g5_ParamLimits

0xe9bd,	// (0x0002a742) bg_popup_window_pane_g5

0xe9c9,	// (0x0002a74e) bg_popup_window_pane_g6_ParamLimits

0xe9c9,	// (0x0002a74e) bg_popup_window_pane_g6

0xe9d5,	// (0x0002a75a) bg_popup_window_pane_g7_ParamLimits

0xe9d5,	// (0x0002a75a) bg_popup_window_pane_g7

0xe9e1,	// (0x0002a766) bg_popup_window_pane_g8_ParamLimits

0xe9e1,	// (0x0002a766) bg_popup_window_pane_g8

0xe9ed,	// (0x0002a772) bg_popup_window_pane_g9_ParamLimits

0xe9ed,	// (0x0002a772) bg_popup_window_pane_g9

0xb4f9,	// (0x0002727e) bg_popup_window_pane_g10_ParamLimits

0xb4f9,	// (0x0002727e) bg_popup_window_pane_g10

0x0009,

0xf966,	// (0x0002b6eb) bg_popup_window_pane_g_ParamLimits

0xf966,	// (0x0002b6eb) bg_popup_window_pane_g

0xb4b0,	// (0x00027235) bg_popup_heading_pane_ParamLimits

0xb4b0,	// (0x00027235) bg_popup_heading_pane

0xa6d9,	// (0x0002645e) tabs_4_passive_pane_cp_srt_ParamLimits

0xa6d9,	// (0x0002645e) tabs_4_passive_pane_cp_srt

0xa6eb,	// (0x00026470) tabs_4_passive_pane_srt_ParamLimits

0xb4c4,	// (0x00027249) heading_pane_g2

0xa6eb,	// (0x00026470) tabs_4_passive_pane_srt

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp3_srt_ParamLimits

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp3_srt

0xb4cc,	// (0x00027251) heading_pane_t1_ParamLimits

0xb4cc,	// (0x00027251) heading_pane_t1

0xb4e3,	// (0x00027268) heading_pane_t2_ParamLimits

0xb4e3,	// (0x00027268) heading_pane_t2

0x0001,

0xf961,	// (0x0002b6e6) heading_pane_t_ParamLimits

0xf961,	// (0x0002b6e6) heading_pane_t

0x7a71,	// (0x000237f6) bg_popup_heading_pane_g1

0x7b02,	// (0x00023887) bg_popup_heading_pane_g2

0x7b0c,	// (0x00023891) bg_popup_heading_pane_g3

0x7b16,	// (0x0002389b) bg_popup_heading_pane_g4

0x7b20,	// (0x000238a5) bg_popup_heading_pane_g5

0x7b2a,	// (0x000238af) bg_popup_heading_pane_g6

0x7b32,	// (0x000238b7) bg_popup_heading_pane_g7

0x7b3a,	// (0x000238bf) bg_popup_heading_pane_g8

0x7b44,	// (0x000238c9) bg_popup_heading_pane_g9

0x0008,

0xf91d,	// (0x0002b6a2) bg_popup_heading_pane_g

0x7362,	// (0x000230e7) bg_popup_sub_pane_g1

0x736a,	// (0x000230ef) bg_popup_sub_pane_g2

0x7372,	// (0x000230f7) bg_popup_sub_pane_g3

0x737a,	// (0x000230ff) bg_popup_sub_pane_g4

0x7382,	// (0x00023107) bg_popup_sub_pane_g5

0x738a,	// (0x0002310f) bg_popup_sub_pane_g6

0x7392,	// (0x00023117) bg_popup_sub_pane_g7

0x739a,	// (0x0002311f) bg_popup_sub_pane_g8

0x73a2,	// (0x00023127) bg_popup_sub_pane_g9

0x0008,

0xf8f7,	// (0x0002b67c) bg_popup_sub_pane_g

0x5ec9,	// (0x00021c4e) bg_popup_window_pane_cp5_ParamLimits

0x5ec9,	// (0x00021c4e) bg_popup_window_pane_cp5

0x6018,	// (0x00021d9d) popup_note_window_g1_ParamLimits

0x6018,	// (0x00021d9d) popup_note_window_g1

0x6024,	// (0x00021da9) popup_note_window_t1_ParamLimits

0x6024,	// (0x00021da9) popup_note_window_t1

0x603a,	// (0x00021dbf) popup_note_window_t2_ParamLimits

0x603a,	// (0x00021dbf) popup_note_window_t2

0x6050,	// (0x00021dd5) popup_note_window_t3_ParamLimits

0x6050,	// (0x00021dd5) popup_note_window_t3

0x6066,	// (0x00021deb) popup_note_window_t4_ParamLimits

0x6066,	// (0x00021deb) popup_note_window_t4

0x608e,	// (0x00021e13) popup_note_window_t5_ParamLimits

0x608e,	// (0x00021e13) popup_note_window_t5

0x0004,

0xf61b,	// (0x0002b3a0) popup_note_window_t_ParamLimits

0xf61b,	// (0x0002b3a0) popup_note_window_t

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp6_ParamLimits

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp6

0x79ed,	// (0x00023772) popup_note_image_window_g1_ParamLimits

0x79ed,	// (0x00023772) popup_note_image_window_g1

0x79f9,	// (0x0002377e) popup_note_image_window_g2_ParamLimits

0x79f9,	// (0x0002377e) popup_note_image_window_g2

0x0001,

0xf8eb,	// (0x0002b670) popup_note_image_window_g_ParamLimits

0xf8eb,	// (0x0002b670) popup_note_image_window_g

0x7a12,	// (0x00023797) popup_note_image_window_t1_ParamLimits

0x7a12,	// (0x00023797) popup_note_image_window_t1

0x7a2b,	// (0x000237b0) popup_note_image_window_t2_ParamLimits

0x7a2b,	// (0x000237b0) popup_note_image_window_t2

0x7a44,	// (0x000237c9) popup_note_image_window_t3_ParamLimits

0x7a44,	// (0x000237c9) popup_note_image_window_t3

0x0002,

0xf8f0,	// (0x0002b675) popup_note_image_window_t_ParamLimits

0xf8f0,	// (0x0002b675) popup_note_image_window_t

0x78bb,	// (0x00023640) bg_popup_window_pane_cp7_ParamLimits

0x78bb,	// (0x00023640) bg_popup_window_pane_cp7

0x7901,	// (0x00023686) popup_note_wait_window_g1_ParamLimits

0x7901,	// (0x00023686) popup_note_wait_window_g1

0x790d,	// (0x00023692) popup_note_wait_window_g2_ParamLimits

0x790d,	// (0x00023692) popup_note_wait_window_g2

0x0002,

0xf8d9,	// (0x0002b65e) popup_note_wait_window_g_ParamLimits

0xf8d9,	// (0x0002b65e) popup_note_wait_window_g

0x7925,	// (0x000236aa) popup_note_wait_window_t1_ParamLimits

0x7925,	// (0x000236aa) popup_note_wait_window_t1

0x794c,	// (0x000236d1) popup_note_wait_window_t2_ParamLimits

0x794c,	// (0x000236d1) popup_note_wait_window_t2

0x796a,	// (0x000236ef) popup_note_wait_window_t3_ParamLimits

0x796a,	// (0x000236ef) popup_note_wait_window_t3

0x797d,	// (0x00023702) popup_note_wait_window_t4_ParamLimits

0x797d,	// (0x00023702) popup_note_wait_window_t4

0x0004,

0xf8e0,	// (0x0002b665) popup_note_wait_window_t_ParamLimits

0xf8e0,	// (0x0002b665) popup_note_wait_window_t

0x79a2,	// (0x00023727) wait_bar_pane_ParamLimits

0x79a2,	// (0x00023727) wait_bar_pane

0x5e7b,	// (0x00021c00) wait_anim_pane

0x5e7b,	// (0x00021c00) wait_border_pane

0x5e0d,	// (0x00021b92) wait_anim_pane_g1

0x5e0d,	// (0x00021b92) wait_anim_pane_g2

0x0001,

0xf79f,	// (0x0002b524) wait_anim_pane_g

0x7867,	// (0x000235ec) wait_border_pane_g1

0x7872,	// (0x000235f7) wait_border_pane_g2

0x787b,	// (0x00023600) wait_border_pane_g3

0x0002,

0xf8d2,	// (0x0002b657) wait_border_pane_g

0x77c3,	// (0x00023548) bg_popup_window_pane_cp16_ParamLimits

0x77c3,	// (0x00023548) bg_popup_window_pane_cp16

0x77d1,	// (0x00023556) indicator_popup_pane_cp4_ParamLimits

0x77d1,	// (0x00023556) indicator_popup_pane_cp4

0x77e5,	// (0x0002356a) popup_query_data_window_t1_ParamLimits

0x77e5,	// (0x0002356a) popup_query_data_window_t1

0x77f7,	// (0x0002357c) popup_query_data_window_t2_ParamLimits

0x77f7,	// (0x0002357c) popup_query_data_window_t2

0x7810,	// (0x00023595) popup_query_data_window_t3_ParamLimits

0x7810,	// (0x00023595) popup_query_data_window_t3

0x0002,

0xf8cb,	// (0x0002b650) popup_query_data_window_t_ParamLimits

0xf8cb,	// (0x0002b650) popup_query_data_window_t

0x782a,	// (0x000235af) query_popup_data_pane_ParamLimits

0x782a,	// (0x000235af) query_popup_data_pane

0x783e,	// (0x000235c3) query_popup_data_pane_cp1_ParamLimits

0x783e,	// (0x000235c3) query_popup_data_pane_cp1

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp10_ParamLimits

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp10

0x7726,	// (0x000234ab) indicator_popup_pane_ParamLimits

0x7726,	// (0x000234ab) indicator_popup_pane

0x6113,	// (0x00021e98) popup_query_code_window_t1_ParamLimits

0x6113,	// (0x00021e98) popup_query_code_window_t1

0x773e,	// (0x000234c3) popup_query_code_window_t2_ParamLimits

0x773e,	// (0x000234c3) popup_query_code_window_t2

0x777c,	// (0x00023501) popup_query_code_window_t3_ParamLimits

0x777c,	// (0x00023501) popup_query_code_window_t3

0x0002,

0xf8c4,	// (0x0002b649) popup_query_code_window_t_ParamLimits

0xf8c4,	// (0x0002b649) popup_query_code_window_t

0x77ab,	// (0x00023530) query_popup_pane_ParamLimits

0x77ab,	// (0x00023530) query_popup_pane

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp15_ParamLimits

0x60b2,	// (0x00021e37) bg_popup_window_pane_cp15

0x60d2,	// (0x00021e57) indicator_popup_pane_cp1_ParamLimits

0x60d2,	// (0x00021e57) indicator_popup_pane_cp1

0x60e5,	// (0x00021e6a) indicator_popup_pane_cp2_ParamLimits

0x60e5,	// (0x00021e6a) indicator_popup_pane_cp2

0x6100,	// (0x00021e85) popup_query_data_code_window_g1_ParamLimits

0x6100,	// (0x00021e85) popup_query_data_code_window_g1

0x6113,	// (0x00021e98) popup_query_data_code_window_t1_ParamLimits

0x6113,	// (0x00021e98) popup_query_data_code_window_t1

0x6125,	// (0x00021eaa) popup_query_data_code_window_t2_ParamLimits

0x6125,	// (0x00021eaa) popup_query_data_code_window_t2

0x6137,	// (0x00021ebc) popup_query_data_code_window_t3_ParamLimits

0x6137,	// (0x00021ebc) popup_query_data_code_window_t3

0x614d,	// (0x00021ed2) popup_query_data_code_window_t4_ParamLimits

0x614d,	// (0x00021ed2) popup_query_data_code_window_t4

0x0003,

0xf626,	// (0x0002b3ab) popup_query_data_code_window_t_ParamLimits

0xf626,	// (0x0002b3ab) popup_query_data_code_window_t

0xa26e,	// (0x00025ff3) list_single_midp_graphic_pane_g3

0x6167,	// (0x00021eec) query_popup_data_pane_cp2_ParamLimits

0x617c,	// (0x00021f01) query_popup_pane_cp2_ParamLimits

0x617c,	// (0x00021f01) query_popup_pane_cp2

0x5e7b,	// (0x00021c00) bg_popup_window_pane_cp11

0x76fa,	// (0x0002347f) heading_pane_cp5

0x6214,	// (0x00021f99) listscroll_popup_info_pane

0x5e7b,	// (0x00021c00) input_focus_pane_cp3

0x6199,	// (0x00021f1e) query_popup_pane_t1

0x61a7,	// (0x00021f2c) list_popup_info_pane_ParamLimits

0x61a7,	// (0x00021f2c) list_popup_info_pane

0x61b6,	// (0x00021f3b) listscroll_popup_info_pane_g1

0x61be,	// (0x00021f43) scroll_pane_cp7

0x61c8,	// (0x00021f4d) popup_info_list_pane_t1_ParamLimits

0x61c8,	// (0x00021f4d) popup_info_list_pane_t1

0x61e2,	// (0x00021f67) popup_info_list_pane_t2_ParamLimits

0x61e2,	// (0x00021f67) popup_info_list_pane_t2

0x0001,

0xf62f,	// (0x0002b3b4) popup_info_list_pane_t_ParamLimits

0xf62f,	// (0x0002b3b4) popup_info_list_pane_t

0x5e7b,	// (0x00021c00) bg_popup_window_pane_cp12

0xbba6,	// (0x0002792b) find_popup_pane

0x5ed7,	// (0x00021c5c) bg_popup_window_pane_cp3

0x61fc,	// (0x00021f81) heading_pane_cp3

0x6208,	// (0x00021f8d) listscroll_popup_graphic_pane

0x5e7b,	// (0x00021c00) bg_popup_window_pane_cp4

0x8eba,	// (0x00024c3f) heading_pane_cp4

0x6214,	// (0x00021f99) listscroll_popup_colour_pane

0x8ec4,	// (0x00024c49) cell_large_graphic_colour_none_popup_pane_ParamLimits

0x8ec4,	// (0x00024c49) cell_large_graphic_colour_none_popup_pane

0x8ed8,	// (0x00024c5d) grid_large_graphic_colour_popup_pane_ParamLimits

0x8ed8,	// (0x00024c5d) grid_large_graphic_colour_popup_pane

0x8f04,	// (0x00024c89) listscroll_popup_colour_pane_g1_ParamLimits

0x8f04,	// (0x00024c89) listscroll_popup_colour_pane_g1

0x8f1b,	// (0x00024ca0) listscroll_popup_colour_pane_g2_ParamLimits

0x8f1b,	// (0x00024ca0) listscroll_popup_colour_pane_g2

0x8f32,	// (0x00024cb7) listscroll_popup_colour_pane_g3_ParamLimits

0x8f32,	// (0x00024cb7) listscroll_popup_colour_pane_g3

0x8f42,	// (0x00024cc7) listscroll_popup_colour_pane_g4_ParamLimits

0x8f42,	// (0x00024cc7) listscroll_popup_colour_pane_g4

0x0003,

0xf634,	// (0x0002b3b9) listscroll_popup_colour_pane_g_ParamLimits

0xf634,	// (0x0002b3b9) listscroll_popup_colour_pane_g

0x621c,	// (0x00021fa1) scroll_pane_cp6_ParamLimits

0x621c,	// (0x00021fa1) scroll_pane_cp6

0x8f56,	// (0x00024cdb) cell_large_graphic_colour_popup_pane_ParamLimits

0x8f56,	// (0x00024cdb) cell_large_graphic_colour_popup_pane

0x622e,	// (0x00021fb3) cell_large_graphic_colour_none_popup_pane_t1

0x5e7b,	// (0x00021c00) grid_highlight_pane_cp5

0x623d,	// (0x00021fc2) cell_large_graphic_colour_popup_pane_g1

0x6245,	// (0x00021fca) cell_large_graphic_colour_popup_pane_g2

0x0001,

0xf63d,	// (0x0002b3c2) cell_large_graphic_colour_popup_pane_g

0x624d,	// (0x00021fd2) cell_large_graphic_colour_popup_pane_g2_copy1

0x6256,	// (0x00021fdb) grid_highlight_pane_cp4

0x625e,	// (0x00021fe3) bg_popup_window_pane_cp8_ParamLimits

0x625e,	// (0x00021fe3) bg_popup_window_pane_cp8

0x6279,	// (0x00021ffe) popup_snote_single_text_window_g1_ParamLimits

0x6279,	// (0x00021ffe) popup_snote_single_text_window_g1

0x628d,	// (0x00022012) popup_snote_single_text_window_t1_ParamLimits

0x628d,	// (0x00022012) popup_snote_single_text_window_t1

0x62a0,	// (0x00022025) popup_snote_single_text_window_t2_ParamLimits

0x62a0,	// (0x00022025) popup_snote_single_text_window_t2

0x62b3,	// (0x00022038) popup_snote_single_text_window_t3_ParamLimits

0x62b3,	// (0x00022038) popup_snote_single_text_window_t3

0x62ec,	// (0x00022071) popup_snote_single_text_window_t4_ParamLimits

0x62ec,	// (0x00022071) popup_snote_single_text_window_t4

0x6320,	// (0x000220a5) popup_snote_single_text_window_t5_ParamLimits

0x6320,	// (0x000220a5) popup_snote_single_text_window_t5

0x0004,

0xf642,	// (0x0002b3c7) popup_snote_single_text_window_t_ParamLimits

0xf642,	// (0x0002b3c7) popup_snote_single_text_window_t

0x634f,	// (0x000220d4) bg_popup_window_pane_cp9_ParamLimits

0x634f,	// (0x000220d4) bg_popup_window_pane_cp9

0x6279,	// (0x00021ffe) popup_snote_single_graphic_window_g1_ParamLimits

0x6279,	// (0x00021ffe) popup_snote_single_graphic_window_g1

0x635d,	// (0x000220e2) popup_snote_single_graphic_window_g2_ParamLimits

0x635d,	// (0x000220e2) popup_snote_single_graphic_window_g2

0x0001,

0xf64d,	// (0x0002b3d2) popup_snote_single_graphic_window_g_ParamLimits

0xf64d,	// (0x0002b3d2) popup_snote_single_graphic_window_g

0x6369,	// (0x000220ee) popup_snote_single_graphic_window_t1_ParamLimits

0x6369,	// (0x000220ee) popup_snote_single_graphic_window_t1

0x637c,	// (0x00022101) popup_snote_single_graphic_window_t2_ParamLimits

0x637c,	// (0x00022101) popup_snote_single_graphic_window_t2

0x638f,	// (0x00022114) popup_snote_single_graphic_window_t3_ParamLimits

0x638f,	// (0x00022114) popup_snote_single_graphic_window_t3

0x63c8,	// (0x0002214d) popup_snote_single_graphic_window_t4_ParamLimits

0x63c8,	// (0x0002214d) popup_snote_single_graphic_window_t4

0x63fc,	// (0x00022181) popup_snote_single_graphic_window_t5_ParamLimits

0x63fc,	// (0x00022181) popup_snote_single_graphic_window_t5

0x0004,

0xf652,	// (0x0002b3d7) popup_snote_single_graphic_window_t_ParamLimits

0xf652,	// (0x0002b3d7) popup_snote_single_graphic_window_t

0xbb1c,	// (0x000278a1) grid_graphic_popup_pane_ParamLimits

0xbb1c,	// (0x000278a1) grid_graphic_popup_pane

0xbb4a,	// (0x000278cf) listscroll_popup_graphic_pane_g1_ParamLimits

0xbb4a,	// (0x000278cf) listscroll_popup_graphic_pane_g1

0xed51,	// (0x0002aad6) listscroll_popup_graphic_pane_g2_ParamLimits

0xed51,	// (0x0002aad6) listscroll_popup_graphic_pane_g2

0x0001,

0xfa41,	// (0x0002b7c6) listscroll_popup_graphic_pane_g_ParamLimits

0xfa41,	// (0x0002b7c6) listscroll_popup_graphic_pane_g

0xbb5e,	// (0x000278e3) scroll_pane_cp5

0xed0a,	// (0x0002aa8f) cell_graphic_popup_pane_ParamLimits

0xed0a,	// (0x0002aa8f) cell_graphic_popup_pane

0xbae7,	// (0x0002786c) cell_graphic_popup_pane_g1

0xbaef,	// (0x00027874) cell_graphic_popup_pane_g2

0x624d,	// (0x00021fd2) cell_graphic_popup_pane_g3

0x0002,

0xfa3a,	// (0x0002b7bf) cell_graphic_popup_pane_g

0xbaf8,	// (0x0002787d) cell_graphic_popup_pane_t2

0x6256,	// (0x00021fdb) grid_highlight_pane_cp3

0x643d,	// (0x000221c2) list_gen_pane_ParamLimits

0x643d,	// (0x000221c2) list_gen_pane

0x6465,	// (0x000221ea) scroll_pane

0xecbd,	// (0x0002aa42) bg_list_pane_g1_ParamLimits

0xecbd,	// (0x0002aa42) bg_list_pane_g1

0xba96,	// (0x0002781b) bg_list_pane_g2_ParamLimits

0xba96,	// (0x0002781b) bg_list_pane_g2

0xbaa9,	// (0x0002782e) bg_list_pane_g3_ParamLimits

0xbaa9,	// (0x0002782e) bg_list_pane_g3

0xbabb,	// (0x00027840) bg_list_pane_g4_ParamLimits

0xbabb,	// (0x00027840) bg_list_pane_g4

0xecd8,	// (0x0002aa5d) bg_list_pane_g5_ParamLimits

0xecd8,	// (0x0002aa5d) bg_list_pane_g5

0x0004,

0xfa2f,	// (0x0002b7b4) bg_list_pane_g_ParamLimits

0xfa2f,	// (0x0002b7b4) bg_list_pane_g

0xec91,	// (0x0002aa16) list_double2_graphic_large_graphic_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double2_graphic_large_graphic_pane

0xec91,	// (0x0002aa16) list_double2_graphic_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double2_graphic_pane

0xec91,	// (0x0002aa16) list_double2_large_graphic_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double2_large_graphic_pane

0xec91,	// (0x0002aa16) list_double2_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double2_pane

0xec91,	// (0x0002aa16) list_double_graphic_heading_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_graphic_heading_pane

0xec91,	// (0x0002aa16) list_double_graphic_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_graphic_pane

0xec91,	// (0x0002aa16) list_double_heading_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_heading_pane

0xec91,	// (0x0002aa16) list_double_large_graphic_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_large_graphic_pane

0xec91,	// (0x0002aa16) list_double_number_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_number_pane

0xec91,	// (0x0002aa16) list_double_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_pane

0xec91,	// (0x0002aa16) list_double_time_pane_ParamLimits

0xec91,	// (0x0002aa16) list_double_time_pane

0xec91,	// (0x0002aa16) list_setting_number_pane_ParamLimits

0xec91,	// (0x0002aa16) list_setting_number_pane

0xec91,	// (0x0002aa16) list_setting_pane_ParamLimits

0xec91,	// (0x0002aa16) list_setting_pane

0xe014,	// (0x00029d99) list_single_2graphic_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_2graphic_pane

0xe014,	// (0x00029d99) list_single_graphic_heading_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_graphic_heading_pane

0xe014,	// (0x00029d99) list_single_graphic_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_graphic_pane

0xe014,	// (0x00029d99) list_single_heading_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_heading_pane

0xeca5,	// (0x0002aa2a) list_single_large_graphic_pane_ParamLimits

0xeca5,	// (0x0002aa2a) list_single_large_graphic_pane

0xe014,	// (0x00029d99) list_single_number_heading_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_number_heading_pane

0xe014,	// (0x00029d99) list_single_number_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_number_pane

0xe014,	// (0x00029d99) list_single_pane_ParamLimits

0xe014,	// (0x00029d99) list_single_pane

0x5e7b,	// (0x00021c00) list_highlight_pane_cp1

0xd771,	// (0x000294f6) list_single_pane_g1_ParamLimits

0xd771,	// (0x000294f6) list_single_pane_g1

0xd77d,	// (0x00029502) list_single_pane_g2_ParamLimits

0xd77d,	// (0x00029502) list_single_pane_g2

0x0001,

0xf664,	// (0x0002b3e9) list_single_pane_g_ParamLimits

0xf664,	// (0x0002b3e9) list_single_pane_g

0xdfe7,	// (0x00029d6c) list_single_pane_t1_ParamLimits

0xdfe7,	// (0x00029d6c) list_single_pane_t1

0xd771,	// (0x000294f6) list_single_number_pane_g1_ParamLimits

0xd771,	// (0x000294f6) list_single_number_pane_g1

0xd77d,	// (0x00029502) list_single_number_pane_g2_ParamLimits

0xd77d,	// (0x00029502) list_single_number_pane_g2

0x0001,

0xf664,	// (0x0002b3e9) list_single_number_pane_g_ParamLimits

0xf664,	// (0x0002b3e9) list_single_number_pane_g

0xdf91,	// (0x00029d16) list_single_number_pane_t1_ParamLimits

0xdf91,	// (0x00029d16) list_single_number_pane_t1

0xdfa7,	// (0x00029d2c) list_single_number_pane_t2_ParamLimits

0xdfa7,	// (0x00029d2c) list_single_number_pane_t2

0x0001,

0xf9f0,	// (0x0002b775) list_single_number_pane_t_ParamLimits

0xf9f0,	// (0x0002b775) list_single_number_pane_t

0xd765,	// (0x000294ea) list_single_graphic_pane_g1_ParamLimits

0xd765,	// (0x000294ea) list_single_graphic_pane_g1

0xd771,	// (0x000294f6) list_single_graphic_pane_g2_ParamLimits

0xd771,	// (0x000294f6) list_single_graphic_pane_g2

0xd77d,	// (0x00029502) list_single_graphic_pane_g3_ParamLimits

0xd77d,	// (0x00029502) list_single_graphic_pane_g3

0x0002,

0xf65d,	// (0x0002b3e2) list_single_graphic_pane_g_ParamLimits

0xf65d,	// (0x0002b3e2) list_single_graphic_pane_g

0xd789,	// (0x0002950e) list_single_graphic_pane_t1_ParamLimits

0xd789,	// (0x0002950e) list_single_graphic_pane_t1

0xd771,	// (0x000294f6) list_single_heading_pane_g1_ParamLimits

0xd771,	// (0x000294f6) list_single_heading_pane_g1

0xd77d,	// (0x00029502) list_single_heading_pane_g2_ParamLimits

0xd77d,	// (0x00029502) list_single_heading_pane_g2

0x0001,

0xf664,	// (0x0002b3e9) list_single_heading_pane_g_ParamLimits

0xf664,	// (0x0002b3e9) list_single_heading_pane_g

0xd79f,	// (0x00029524) list_single_heading_pane_t1_ParamLimits

0xd79f,	// (0x00029524) list_single_heading_pane_t1

0xd7b5,	// (0x0002953a) list_single_heading_pane_t2_ParamLimits

0xd7b5,	// (0x0002953a) list_single_heading_pane_t2

0x0001,

0xf669,	// (0x0002b3ee) list_single_heading_pane_t_ParamLimits

0xf669,	// (0x0002b3ee) list_single_heading_pane_t

0xd771,	// (0x000294f6) list_single_number_heading_pane_g1_ParamLimits

0xd771,	// (0x000294f6) list_single_number_heading_pane_g1

0xd77d,	// (0x00029502) list_single_number_heading_pane_g2_ParamLimits

0xd77d,	// (0x00029502) list_single_number_heading_pane_g2

0x0001,

0xf664,	// (0x0002b3e9) list_single_number_heading_pane_g_ParamLimits

0xf664,	// (0x0002b3e9) list_single_number_heading_pane_g

0xd79f,	// (0x00029524) list_single_number_heading_pane_t1_ParamLimits

0xd79f,	// (0x00029524) list_single_number_heading_pane_t1

0xd7c7,	// (0x0002954c) list_single_number_heading_pane_t2_ParamLimits

0xd7c7,	// (0x0002954c) list_single_number_heading_pane_t2

0xd7d9,	// (0x0002955e) list_single_number_heading_pane_t3_ParamLimits

0xd7d9,	// (0x0002955e) list_single_number_heading_pane_t3

0x0002,

0xf66e,	// (0x0002b3f3) list_single_number_heading_pane_t_ParamLimits

0xf66e,	// (0x0002b3f3) list_single_number_heading_pane_t

0xd7eb,	// (0x00029570) list_single_graphic_heading_pane_g1_ParamLimits

0xd7eb,	// (0x00029570) list_single_graphic_heading_pane_g1

0xd7f7,	// (0x0002957c) list_single_graphic_heading_pane_g4_ParamLimits

0xd7f7,	// (0x0002957c) list_single_graphic_heading_pane_g4

0xd77d,	// (0x00029502) list_single_graphic_heading_pane_g5_ParamLimits

0xd77d,	// (0x00029502) list_single_graphic_heading_pane_g5

0x0002,

0xf675,	// (0x0002b3fa) list_single_graphic_heading_pane_g_ParamLimits

0xf675,	// (0x0002b3fa) list_single_graphic_heading_pane_g

0xd79f,	// (0x00029524) list_single_graphic_heading_pane_t1_ParamLimits

0xd79f,	// (0x00029524) list_single_graphic_heading_pane_t1

0xd808,	// (0x0002958d) list_single_graphic_heading_pane_t2_ParamLimits

0xd808,	// (0x0002958d) list_single_graphic_heading_pane_t2

0x0001,

0xf67c,	// (0x0002b401) list_single_graphic_heading_pane_t_ParamLimits

0xf67c,	// (0x0002b401) list_single_graphic_heading_pane_t

0xd81a,	// (0x0002959f) list_single_large_graphic_pane_g1_ParamLimits

0xd81a,	// (0x0002959f) list_single_large_graphic_pane_g1

0xd826,	// (0x000295ab) list_single_large_graphic_pane_g2_ParamLimits

0xd826,	// (0x000295ab) list_single_large_graphic_pane_g2

0xd832,	// (0x000295b7) list_single_large_graphic_pane_g3_ParamLimits

0xd832,	// (0x000295b7) list_single_large_graphic_pane_g3

0x0002,

0xf681,	// (0x0002b406) list_single_large_graphic_pane_g_ParamLimits

0xf681,	// (0x0002b406) list_single_large_graphic_pane_g

0x7872,	// (0x000235f7) wait_border_pane_g2_copy1

0xd83e,	// (0x000295c3) list_single_large_graphic_pane_g4_cp2

0xd846,	// (0x000295cb) list_single_large_graphic_pane_t1_ParamLimits

0xd846,	// (0x000295cb) list_single_large_graphic_pane_t1

0xd85c,	// (0x000295e1) list_double_pane_g1_ParamLimits

0xd85c,	// (0x000295e1) list_double_pane_g1

0xd868,	// (0x000295ed) list_double_pane_g2_ParamLimits

0xd868,	// (0x000295ed) list_double_pane_g2

0x0001,

0xf688,	// (0x0002b40d) list_double_pane_g_ParamLimits

0xf688,	// (0x0002b40d) list_double_pane_g

0xd874,	// (0x000295f9) list_double_pane_t1_ParamLimits

0xd874,	// (0x000295f9) list_double_pane_t1

0xd88a,	// (0x0002960f) list_double_pane_t2_ParamLimits

0xd88a,	// (0x0002960f) list_double_pane_t2

0x0001,

0xf68d,	// (0x0002b412) list_double_pane_t_ParamLimits

0xf68d,	// (0x0002b412) list_double_pane_t

0xd89c,	// (0x00029621) list_double2_pane_g1_ParamLimits

0xd89c,	// (0x00029621) list_double2_pane_g1

0xd8ad,	// (0x00029632) list_double2_pane_g2_ParamLimits

0xd8ad,	// (0x00029632) list_double2_pane_g2

0x0001,

0xf692,	// (0x0002b417) list_double2_pane_g_ParamLimits

0xf692,	// (0x0002b417) list_double2_pane_g

0xd8b9,	// (0x0002963e) list_double2_pane_t1_ParamLimits

0xd8b9,	// (0x0002963e) list_double2_pane_t1

0xd8cf,	// (0x00029654) list_double2_pane_t2_ParamLimits

0xd8cf,	// (0x00029654) list_double2_pane_t2

0x0001,

0xf697,	// (0x0002b41c) list_double2_pane_t_ParamLimits

0xf697,	// (0x0002b41c) list_double2_pane_t

0xd85c,	// (0x000295e1) list_double_number_pane_g1_ParamLimits

0xd85c,	// (0x000295e1) list_double_number_pane_g1

0xd868,	// (0x000295ed) list_double_number_pane_g2_ParamLimits

0xd868,	// (0x000295ed) list_double_number_pane_g2

0x0001,

0xf688,	// (0x0002b40d) list_double_number_pane_g_ParamLimits

0xf688,	// (0x0002b40d) list_double_number_pane_g

0xd8e1,	// (0x00029666) list_double_number_pane_t1_ParamLimits

0xd8e1,	// (0x00029666) list_double_number_pane_t1

0xd8f3,	// (0x00029678) list_double_number_pane_t2_ParamLimits

0xd8f3,	// (0x00029678) list_double_number_pane_t2

0xd909,	// (0x0002968e) list_double_number_pane_t3_ParamLimits

0xd909,	// (0x0002968e) list_double_number_pane_t3

0x0002,

0xf69c,	// (0x0002b421) list_double_number_pane_t_ParamLimits

0xf69c,	// (0x0002b421) list_double_number_pane_t

0xd91b,	// (0x000296a0) list_double_graphic_pane_g1_ParamLimits

0xd91b,	// (0x000296a0) list_double_graphic_pane_g1

0xd927,	// (0x000296ac) list_double_graphic_pane_g2_ParamLimits

0xd927,	// (0x000296ac) list_double_graphic_pane_g2

0xd936,	// (0x000296bb) list_double_graphic_pane_g3_ParamLimits

0xd936,	// (0x000296bb) list_double_graphic_pane_g3

0x0003,

0xf6a3,	// (0x0002b428) list_double_graphic_pane_g_ParamLimits

0xf6a3,	// (0x0002b428) list_double_graphic_pane_g

0xd94e,	// (0x000296d3) list_double_graphic_pane_t1_ParamLimits

0xd94e,	// (0x000296d3) list_double_graphic_pane_t1

0xd964,	// (0x000296e9) list_double_graphic_pane_t2_ParamLimits

0xd964,	// (0x000296e9) list_double_graphic_pane_t2

0x0001,

0xf6ac,	// (0x0002b431) list_double_graphic_pane_t_ParamLimits

0xf6ac,	// (0x0002b431) list_double_graphic_pane_t

0xd976,	// (0x000296fb) list_double2_graphic_pane_g1_ParamLimits

0xd976,	// (0x000296fb) list_double2_graphic_pane_g1

0xd85c,	// (0x000295e1) list_double2_graphic_pane_g2_ParamLimits

0xd85c,	// (0x000295e1) list_double2_graphic_pane_g2

0xd868,	// (0x000295ed) list_double2_graphic_pane_g3_ParamLimits

0xd868,	// (0x000295ed) list_double2_graphic_pane_g3

0x0002,

0xf6b1,	// (0x0002b436) list_double2_graphic_pane_g_ParamLimits

0xf6b1,	// (0x0002b436) list_double2_graphic_pane_g

0xd982,	// (0x00029707) list_double2_graphic_pane_t1_ParamLimits

0xd982,	// (0x00029707) list_double2_graphic_pane_t1

0xd998,	// (0x0002971d) list_double2_graphic_pane_t2_ParamLimits

0xd998,	// (0x0002971d) list_double2_graphic_pane_t2

0x0001,

0xf6b8,	// (0x0002b43d) list_double2_graphic_pane_t_ParamLimits

0xf6b8,	// (0x0002b43d) list_double2_graphic_pane_t

0xd9aa,	// (0x0002972f) list_double_large_graphic_pane_g1_ParamLimits

0xd9aa,	// (0x0002972f) list_double_large_graphic_pane_g1

0xd9d5,	// (0x0002975a) list_double_large_graphic_pane_g2_ParamLimits

0xd9d5,	// (0x0002975a) list_double_large_graphic_pane_g2

0xd868,	// (0x000295ed) list_double_large_graphic_pane_g3_ParamLimits

0xd868,	// (0x000295ed) list_double_large_graphic_pane_g3

0xd9e6,	// (0x0002976b) list_double_large_graphic_pane_g4_ParamLimits

0xd9e6,	// (0x0002976b) list_double_large_graphic_pane_g4

0x0004,

0xf6bd,	// (0x0002b442) list_double_large_graphic_pane_g_ParamLimits

0xf6bd,	// (0x0002b442) list_double_large_graphic_pane_g

0xda0e,	// (0x00029793) list_double_large_graphic_pane_t1_ParamLimits

0xda0e,	// (0x00029793) list_double_large_graphic_pane_t1

0xda27,	// (0x000297ac) list_double_large_graphic_pane_t2_ParamLimits

0xda27,	// (0x000297ac) list_double_large_graphic_pane_t2

0x0001,

0xf6c8,	// (0x0002b44d) list_double_large_graphic_pane_t_ParamLimits

0xf6c8,	// (0x0002b44d) list_double_large_graphic_pane_t

0xda39,	// (0x000297be) list_double2_large_graphic_pane_g1_ParamLimits

0xda39,	// (0x000297be) list_double2_large_graphic_pane_g1

0xd89c,	// (0x00029621) list_double2_large_graphic_pane_g2_ParamLimits

0xd89c,	// (0x00029621) list_double2_large_graphic_pane_g2

0xd8ad,	// (0x00029632) list_double2_large_graphic_pane_g3_ParamLimits

0xd8ad,	// (0x00029632) list_double2_large_graphic_pane_g3

0x0002,

0xf6cd,	// (0x0002b452) list_double2_large_graphic_pane_g_ParamLimits

0xf6cd,	// (0x0002b452) list_double2_large_graphic_pane_g

0xda45,	// (0x000297ca) list_double2_large_graphic_pane_t1_ParamLimits

0xda45,	// (0x000297ca) list_double2_large_graphic_pane_t1

0xda5b,	// (0x000297e0) list_double2_large_graphic_pane_t2_ParamLimits

0xda5b,	// (0x000297e0) list_double2_large_graphic_pane_t2

0x0001,

0xf6d4,	// (0x0002b459) list_double2_large_graphic_pane_t_ParamLimits

0xf6d4,	// (0x0002b459) list_double2_large_graphic_pane_t

0xda6d,	// (0x000297f2) list_double_heading_pane_g1_ParamLimits

0xda6d,	// (0x000297f2) list_double_heading_pane_g1

0xda7e,	// (0x00029803) list_double_heading_pane_g2_ParamLimits

0xda7e,	// (0x00029803) list_double_heading_pane_g2

0x0001,

0xf6d9,	// (0x0002b45e) list_double_heading_pane_g_ParamLimits

0xf6d9,	// (0x0002b45e) list_double_heading_pane_g

0xda8a,	// (0x0002980f) list_double_heading_pane_t1_ParamLimits

0xda8a,	// (0x0002980f) list_double_heading_pane_t1

0xd8cf,	// (0x00029654) list_double_heading_pane_t2_ParamLimits

0xd8cf,	// (0x00029654) list_double_heading_pane_t2

0x0001,

0xf6de,	// (0x0002b463) list_double_heading_pane_t_ParamLimits

0xf6de,	// (0x0002b463) list_double_heading_pane_t

0xd976,	// (0x000296fb) list_double_graphic_heading_pane_g1_ParamLimits

0xd976,	// (0x000296fb) list_double_graphic_heading_pane_g1

0xda6d,	// (0x000297f2) list_double_graphic_heading_pane_g2_ParamLimits

0xda6d,	// (0x000297f2) list_double_graphic_heading_pane_g2

0xda7e,	// (0x00029803) list_double_graphic_heading_pane_g3_ParamLimits

0xda7e,	// (0x00029803) list_double_graphic_heading_pane_g3

0x0002,

0xf6e3,	// (0x0002b468) list_double_graphic_heading_pane_g_ParamLimits

0xf6e3,	// (0x0002b468) list_double_graphic_heading_pane_g

0xdaa0,	// (0x00029825) list_double_graphic_heading_pane_t1_ParamLimits

0xdaa0,	// (0x00029825) list_double_graphic_heading_pane_t1

0xd998,	// (0x0002971d) list_double_graphic_heading_pane_t2_ParamLimits

0xd998,	// (0x0002971d) list_double_graphic_heading_pane_t2

0x0001,

0xf6ea,	// (0x0002b46f) list_double_graphic_heading_pane_t_ParamLimits

0xf6ea,	// (0x0002b46f) list_double_graphic_heading_pane_t

0xd9d5,	// (0x0002975a) list_double_time_pane_g1_ParamLimits

0xd9d5,	// (0x0002975a) list_double_time_pane_g1

0xd868,	// (0x000295ed) list_double_time_pane_g2_ParamLimits

0xd868,	// (0x000295ed) list_double_time_pane_g2

0x0001,

0xf6ef,	// (0x0002b474) list_double_time_pane_g_ParamLimits

0xf6ef,	// (0x0002b474) list_double_time_pane_g

0xdab6,	// (0x0002983b) list_double_time_pane_t1_ParamLimits

0xdab6,	// (0x0002983b) list_double_time_pane_t1

0xdacc,	// (0x00029851) list_double_time_pane_t2_ParamLimits

0xdacc,	// (0x00029851) list_double_time_pane_t2

0xdade,	// (0x00029863) list_double_time_pane_t3_ParamLimits

0xdade,	// (0x00029863) list_double_time_pane_t3

0xdaf0,	// (0x00029875) list_double_time_pane_t4_ParamLimits

0xdaf0,	// (0x00029875) list_double_time_pane_t4

0x0003,

0xf6f4,	// (0x0002b479) list_double_time_pane_t_ParamLimits

0xf6f4,	// (0x0002b479) list_double_time_pane_t

0xdb02,	// (0x00029887) list_setting_pane_g1_ParamLimits

0xdb02,	// (0x00029887) list_setting_pane_g1

0xdb0e,	// (0x00029893) list_setting_pane_g2_ParamLimits

0xdb0e,	// (0x00029893) list_setting_pane_g2

0x0001,

0xf6fd,	// (0x0002b482) list_setting_pane_g_ParamLimits

0xf6fd,	// (0x0002b482) list_setting_pane_g

0xdb1a,	// (0x0002989f) list_setting_pane_t1_ParamLimits

0xdb1a,	// (0x0002989f) list_setting_pane_t1

0xdb34,	// (0x000298b9) list_setting_pane_t2_ParamLimits

0xdb34,	// (0x000298b9) list_setting_pane_t2

0x0002,

0xf702,	// (0x0002b487) list_setting_pane_t_ParamLimits

0xf702,	// (0x0002b487) list_setting_pane_t

0xdb73,	// (0x000298f8) set_value_pane_cp_ParamLimits

0xdb73,	// (0x000298f8) set_value_pane_cp

0xdb81,	// (0x00029906) list_setting_number_pane_g1_ParamLimits

0xdb81,	// (0x00029906) list_setting_number_pane_g1

0xdb8d,	// (0x00029912) list_setting_number_pane_g2_ParamLimits

0xdb8d,	// (0x00029912) list_setting_number_pane_g2

0x0001,

0xf709,	// (0x0002b48e) list_setting_number_pane_g_ParamLimits

0xf709,	// (0x0002b48e) list_setting_number_pane_g

0xdb99,	// (0x0002991e) list_setting_number_pane_t1_ParamLimits

0xdb99,	// (0x0002991e) list_setting_number_pane_t1

0xdbb2,	// (0x00029937) list_setting_number_pane_t2_ParamLimits

0xdbb2,	// (0x00029937) list_setting_number_pane_t2

0xdbcc,	// (0x00029951) list_setting_number_pane_t3_ParamLimits

0xdbcc,	// (0x00029951) list_setting_number_pane_t3

0x0003,

0xf70e,	// (0x0002b493) list_setting_number_pane_t_ParamLimits

0xf70e,	// (0x0002b493) list_setting_number_pane_t

0xdb73,	// (0x000298f8) set_value_pane_ParamLimits

0xdb73,	// (0x000298f8) set_value_pane

0x6499,	// (0x0002221e) bg_set_opt_pane_ParamLimits

0x6499,	// (0x0002221e) bg_set_opt_pane

0xdc0f,	// (0x00029994) set_value_pane_t1

0x64ba,	// (0x0002223f) slider_set_pane_cp3

0x8f85,	// (0x00024d0a) volume_small_pane_cp

0x64c3,	// (0x00022248) list_form_gen_pane

0x64cc,	// (0x00022251) scroll_pane_cp8

0xdc1d,	// (0x000299a2) form_field_data_pane_ParamLimits

0xdc1d,	// (0x000299a2) form_field_data_pane

0xdc43,	// (0x000299c8) form_field_data_wide_pane_ParamLimits

0xdc43,	// (0x000299c8) form_field_data_wide_pane

0xdc6a,	// (0x000299ef) form_field_popup_pane_ParamLimits

0xdc6a,	// (0x000299ef) form_field_popup_pane

0xdc8c,	// (0x00029a11) form_field_popup_wide_pane_ParamLimits

0xdc8c,	// (0x00029a11) form_field_popup_wide_pane

0xdcad,	// (0x00029a32) form_field_slider_pane_ParamLimits

0xdcad,	// (0x00029a32) form_field_slider_pane

0xdcc0,	// (0x00029a45) form_field_slider_wide_pane_ParamLimits

0xdcc0,	// (0x00029a45) form_field_slider_wide_pane

0x64dd,	// (0x00022262) data_form_pane

0xdcdd,	// (0x00029a62) form_field_data_pane_t1

0x64e9,	// (0x0002226e) input_focus_pane

0x64f7,	// (0x0002227c) data_form_wide_pane

0xdd03,	// (0x00029a88) form_field_data_wide_pane_t1

0x626b,	// (0x00021ff0) input_focus_pane_cp6

0xdd25,	// (0x00029aaa) form_field_popup_pane_t1

0x64e9,	// (0x0002226e) input_focus_pane_cp7

0x6523,	// (0x000222a8) list_form_pane

0xdd47,	// (0x00029acc) form_field_popup_wide_pane_t1

0x64e9,	// (0x0002226e) input_focus_pane_cp8

0x652f,	// (0x000222b4) list_form_wide_pane

0xdd64,	// (0x00029ae9) form_field_slider_pane_t1_ParamLimits

0xdd64,	// (0x00029ae9) form_field_slider_pane_t1

0xdd7c,	// (0x00029b01) form_field_slider_pane_t2_ParamLimits

0xdd7c,	// (0x00029b01) form_field_slider_pane_t2

0x0001,

0xf71e,	// (0x0002b4a3) form_field_slider_pane_t_ParamLimits

0xf71e,	// (0x0002b4a3) form_field_slider_pane_t

0x5ec9,	// (0x00021c4e) input_focus_pane_cp9_ParamLimits

0x5ec9,	// (0x00021c4e) input_focus_pane_cp9

0xdd8e,	// (0x00029b13) slider_cont_pane_ParamLimits

0xdd8e,	// (0x00029b13) slider_cont_pane

0x653e,	// (0x000222c3) form_field_slider_wide_pane_t1_ParamLimits

0x653e,	// (0x000222c3) form_field_slider_wide_pane_t1

0xdda2,	// (0x00029b27) form_field_slider_wide_pane_t2_ParamLimits

0xdda2,	// (0x00029b27) form_field_slider_wide_pane_t2

0x0001,

0xf723,	// (0x0002b4a8) form_field_slider_wide_pane_t_ParamLimits

0xf723,	// (0x0002b4a8) form_field_slider_wide_pane_t

0x5ec9,	// (0x00021c4e) input_focus_pane_cp10_ParamLimits

0x5ec9,	// (0x00021c4e) input_focus_pane_cp10

0xddb4,	// (0x00029b39) slider_cont_pane_cp1_ParamLimits

0xddb4,	// (0x00029b39) slider_cont_pane_cp1

0xddc8,	// (0x00029b4d) slider_form_pane_cp

0x6550,	// (0x000222d5) input_focus_pane_g1

0x6558,	// (0x000222dd) input_focus_pane_g2

0x6560,	// (0x000222e5) input_focus_pane_g3

0x6568,	// (0x000222ed) input_focus_pane_g4

0x6570,	// (0x000222f5) input_focus_pane_g5

0x6578,	// (0x000222fd) input_focus_pane_g6

0x6580,	// (0x00022305) input_focus_pane_g7

0x6588,	// (0x0002230d) input_focus_pane_g8

0x6590,	// (0x00022315) input_focus_pane_g9

0x5e0d,	// (0x00021b92) input_focus_pane_g10

0x0009,

0xf728,	// (0x0002b4ad) input_focus_pane_g

0x787b,	// (0x00023600) wait_border_pane_g3_copy1

0xddd0,	// (0x00029b55) data_form_pane_t1

0x5e0d,	// (0x00021b92) wait_anim_pane_g1_copy1

0xdfb9,	// (0x00029d3e) data_form_wide_pane_t1

0xdded,	// (0x00029b72) list_form_graphic_pane_cp_ParamLimits

0xdded,	// (0x00029b72) list_form_graphic_pane_cp

0xba3e,	// (0x000277c3) slider_form_pane_g1

0xba47,	// (0x000277cc) slider_form_pane_g2

0x0006,

0xfa20,	// (0x0002b7a5) slider_form_pane_g

0xddfe,	// (0x00029b83) list_form_graphic_pane_ParamLimits

0xddfe,	// (0x00029b83) list_form_graphic_pane

0xde10,	// (0x00029b95) list_form_graphic_pane_g1

0xde18,	// (0x00029b9d) list_form_graphic_pane_t1_ParamLimits

0xde18,	// (0x00029b9d) list_form_graphic_pane_t1

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp5_ParamLimits

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp5

0xde2d,	// (0x00029bb2) find_pane_g1

0x6598,	// (0x0002231d) input_find_pane

0xde36,	// (0x00029bbb) input_find_pane_g1_ParamLimits

0xde36,	// (0x00029bbb) input_find_pane_g1

0xde42,	// (0x00029bc7) input_find_pane_t1_ParamLimits

0xde42,	// (0x00029bc7) input_find_pane_t1

0xde57,	// (0x00029bdc) input_find_pane_t2_ParamLimits

0xde57,	// (0x00029bdc) input_find_pane_t2

0x0001,

0xf73d,	// (0x0002b4c2) input_find_pane_t_ParamLimits

0xf73d,	// (0x0002b4c2) input_find_pane_t

0x65a1,	// (0x00022326) input_focus_pane_cp5_ParamLimits

0x65a1,	// (0x00022326) input_focus_pane_cp5

0x8f9a,	// (0x00024d1f) bg_popup_window_pane_cp2_ParamLimits

0x8f9a,	// (0x00024d1f) bg_popup_window_pane_cp2

0x8fa7,	// (0x00024d2c) listscroll_menu_pane_ParamLimits

0x8fa7,	// (0x00024d2c) listscroll_menu_pane

0x8fb3,	// (0x00024d38) popup_submenu_window_ParamLimits

0x8fb3,	// (0x00024d38) popup_submenu_window

0x65af,	// (0x00022334) find_popup_pane_g1

0x65b7,	// (0x0002233c) input_popup_find_pane_cp

0x65a1,	// (0x00022326) input_focus_pane_cp4_ParamLimits

0x65a1,	// (0x00022326) input_focus_pane_cp4

0x65c1,	// (0x00022346) input_popup_find_pane_t1_ParamLimits

0x65c1,	// (0x00022346) input_popup_find_pane_t1

0x5e7b,	// (0x00021c00) bg_popup_sub_pane_cp

0x65ef,	// (0x00022374) listscroll_popup_sub_pane

0x65f7,	// (0x0002237c) list_submenu_pane_ParamLimits

0x65f7,	// (0x0002237c) list_submenu_pane

0x6608,	// (0x0002238d) scroll_pane_cp4

0x6610,	// (0x00022395) list_single_popup_submenu_pane_ParamLimits

0x6610,	// (0x00022395) list_single_popup_submenu_pane

0x6628,	// (0x000223ad) list_single_popup_submenu_pane_g1

0x6630,	// (0x000223b5) list_single_popup_submenu_pane_t1_ParamLimits

0x6630,	// (0x000223b5) list_single_popup_submenu_pane_t1

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp1_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp1

0x8ff3,	// (0x00024d78) tabs_2_active_pane_g1

0x8ffb,	// (0x00024d80) tabs_2_active_pane_t1

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp1_ParamLimits

0x5ed7,	// (0x00021c5c) bg_passive_tab_pane_cp1

0x8ff3,	// (0x00024d78) tabs_2_passive_pane_g1

0x8ffb,	// (0x00024d80) tabs_2_passive_pane_t1

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp4

0x900d,	// (0x00024d92) tabs_2_long_active_pane_t1

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp4

0xa276,	// (0x00025ffb) list_single_midp_graphic_pane_g4_ParamLimits

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp5

0x902c,	// (0x00024db1) tabs_3_long_active_pane_t1

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp5

0xa276,	// (0x00025ffb) list_single_midp_graphic_pane_g4

0x5ed7,	// (0x00021c5c) bg_popup_window_pane_cp13_ParamLimits

0x5ed7,	// (0x00021c5c) bg_popup_window_pane_cp13

0x664e,	// (0x000223d3) listscroll_popup_fast_pane_ParamLimits

0x664e,	// (0x000223d3) listscroll_popup_fast_pane

0x665a,	// (0x000223df) grid_popup_fast_pane_ParamLimits

0x665a,	// (0x000223df) grid_popup_fast_pane

0x666c,	// (0x000223f1) scroll_pane_cp9_ParamLimits

0x666c,	// (0x000223f1) scroll_pane_cp9

0xce54,	// (0x00028bd9) list_single_graphic_hl_pane_t1_cp2_ParamLimits

0xce54,	// (0x00028bd9) list_single_graphic_hl_pane_t1_cp2

0x6690,	// (0x00022415) input_focus_pane_cp20_ParamLimits

0x6690,	// (0x00022415) input_focus_pane_cp20

0x669e,	// (0x00022423) query_popup_data_pane_t1_ParamLimits

0x669e,	// (0x00022423) query_popup_data_pane_t1

0x66b1,	// (0x00022436) query_popup_data_pane_t2_ParamLimits

0x66b1,	// (0x00022436) query_popup_data_pane_t2

0x66f7,	// (0x0002247c) query_popup_data_pane_t3_ParamLimits

0x66f7,	// (0x0002247c) query_popup_data_pane_t3

0x6738,	// (0x000224bd) query_popup_data_pane_t4_ParamLimits

0x6738,	// (0x000224bd) query_popup_data_pane_t4

0x6774,	// (0x000224f9) query_popup_data_pane_t5_ParamLimits

0x6774,	// (0x000224f9) query_popup_data_pane_t5

0x0004,

0xf742,	// (0x0002b4c7) query_popup_data_pane_t_ParamLimits

0xf742,	// (0x0002b4c7) query_popup_data_pane_t

0x6550,	// (0x000222d5) bg_set_opt_pane_g1

0x6558,	// (0x000222dd) bg_set_opt_pane_g2

0x6560,	// (0x000222e5) bg_set_opt_pane_g3

0x6568,	// (0x000222ed) bg_set_opt_pane_g4

0x6570,	// (0x000222f5) bg_set_opt_pane_g5

0x6578,	// (0x000222fd) bg_set_opt_pane_g6

0x6580,	// (0x00022305) bg_set_opt_pane_g7

0x6588,	// (0x0002230d) bg_set_opt_pane_g8

0x6590,	// (0x00022315) bg_set_opt_pane_g9

0x0008,

0xf74d,	// (0x0002b4d2) bg_set_opt_pane_g

0x9422,	// (0x000251a7) control_top_pane_stacon_ParamLimits

0x9422,	// (0x000251a7) control_top_pane_stacon

0x9475,	// (0x000251fa) signal_pane_stacon_ParamLimits

0x9475,	// (0x000251fa) signal_pane_stacon

0x6bfd,	// (0x00022982) stacon_top_pane_g1_ParamLimits

0x6bfd,	// (0x00022982) stacon_top_pane_g1

0x949a,	// (0x0002521f) title_pane_stacon_ParamLimits

0x949a,	// (0x0002521f) title_pane_stacon

0x94c4,	// (0x00025249) uni_indicator_pane_stacon_ParamLimits

0x94c4,	// (0x00025249) uni_indicator_pane_stacon

0x94d9,	// (0x0002525e) battery_pane_stacon_ParamLimits

0x94d9,	// (0x0002525e) battery_pane_stacon

0x951d,	// (0x000252a2) control_bottom_pane_stacon_ParamLimits

0x951d,	// (0x000252a2) control_bottom_pane_stacon

0x9540,	// (0x000252c5) navi_pane_stacon_ParamLimits

0x9540,	// (0x000252c5) navi_pane_stacon

0x6c1f,	// (0x000229a4) stacon_bottom_pane_g1_ParamLimits

0x6c1f,	// (0x000229a4) stacon_bottom_pane_g1

0x903e,	// (0x00024dc3) aid_levels_signal_lsc_ParamLimits

0x903e,	// (0x00024dc3) aid_levels_signal_lsc

0x9055,	// (0x00024dda) signal_pane_stacon_g1_ParamLimits

0x9055,	// (0x00024dda) signal_pane_stacon_g1

0x9069,	// (0x00024dee) signal_pane_stacon_g2_ParamLimits

0x9069,	// (0x00024dee) signal_pane_stacon_g2

0x0001,

0xf760,	// (0x0002b4e5) signal_pane_stacon_g_ParamLimits

0xf760,	// (0x0002b4e5) signal_pane_stacon_g

0x909e,	// (0x00024e23) title_pane_stacon_t1_ParamLimits

0x909e,	// (0x00024e23) title_pane_stacon_t1

0x67cc,	// (0x00022551) uni_indicator_pane_stacon_g1

0x67d6,	// (0x0002255b) uni_indicator_pane_stacon_g2

0x67b8,	// (0x0002253d) uni_indicator_pane_stacon_g3

0x67c2,	// (0x00022547) uni_indicator_pane_stacon_g4

0x0003,

0xf76c,	// (0x0002b4f1) uni_indicator_pane_stacon_g

0x90c3,	// (0x00024e48) control_top_pane_stacon_g1

0x90cb,	// (0x00024e50) control_top_pane_stacon_t1_ParamLimits

0x90cb,	// (0x00024e50) control_top_pane_stacon_t1

0x9102,	// (0x00024e87) aid_levels_battery_lsc_ParamLimits

0x9102,	// (0x00024e87) aid_levels_battery_lsc

0x911a,	// (0x00024e9f) battery_pane_stacon_g1_ParamLimits

0x911a,	// (0x00024e9f) battery_pane_stacon_g1

0x912d,	// (0x00024eb2) battery_pane_stacon_g2_ParamLimits

0x912d,	// (0x00024eb2) battery_pane_stacon_g2

0x0001,

0xf775,	// (0x0002b4fa) battery_pane_stacon_g_ParamLimits

0xf775,	// (0x0002b4fa) battery_pane_stacon_g

0x916b,	// (0x00024ef0) navi_icon_pane_stacon

0x917f,	// (0x00024f04) navi_navi_pane_stacon

0x916b,	// (0x00024ef0) navi_text_pane_stacon

0x9195,	// (0x00024f1a) control_bottom_pane_stacon_g1

0x919d,	// (0x00024f22) control_bottom_pane_stacon_t1_ParamLimits

0x919d,	// (0x00024f22) control_bottom_pane_stacon_t1

0x91d4,	// (0x00024f59) grid_app_pane_ParamLimits

0x91d4,	// (0x00024f59) grid_app_pane

0x91f8,	// (0x00024f7d) scroll_pane_cp15_ParamLimits

0x91f8,	// (0x00024f7d) scroll_pane_cp15

0x920d,	// (0x00024f92) cell_app_pane_ParamLimits

0x920d,	// (0x00024f92) cell_app_pane

0x9233,	// (0x00024fb8) cell_app_pane_g1_ParamLimits

0x9233,	// (0x00024fb8) cell_app_pane_g1

0x67f0,	// (0x00022575) cell_app_pane_g2_ParamLimits

0x67f0,	// (0x00022575) cell_app_pane_g2

0x0001,

0xf77a,	// (0x0002b4ff) cell_app_pane_g_ParamLimits

0xf77a,	// (0x0002b4ff) cell_app_pane_g

0x67fc,	// (0x00022581) cell_app_pane_t1_ParamLimits

0x67fc,	// (0x00022581) cell_app_pane_t1

0x680e,	// (0x00022593) grid_highlight_pane_ParamLimits

0x680e,	// (0x00022593) grid_highlight_pane

0x6550,	// (0x000222d5) cell_highlight_pane_g1

0x6558,	// (0x000222dd) cell_highlight_pane_g2

0x6560,	// (0x000222e5) cell_highlight_pane_g3

0x6568,	// (0x000222ed) cell_highlight_pane_g4

0x6570,	// (0x000222f5) cell_highlight_pane_g5

0x6578,	// (0x000222fd) cell_highlight_pane_g6

0x6580,	// (0x00022305) cell_highlight_pane_g7

0x6588,	// (0x0002230d) cell_highlight_pane_g8

0x6590,	// (0x00022315) cell_highlight_pane_g9

0x5e0d,	// (0x00021b92) cell_highlight_pane_g10

0x0009,

0xf728,	// (0x0002b4ad) cell_highlight_pane_g

0x681f,	// (0x000225a4) bg_scroll_pane

0x926a,	// (0x00024fef) scroll_handle_pane

0x6866,	// (0x000225eb) scroll_bg_pane_g1

0x687b,	// (0x00022600) scroll_bg_pane_g2

0x6893,	// (0x00022618) scroll_bg_pane_g3

0x0002,

0xf77f,	// (0x0002b504) scroll_bg_pane_g

0x68a8,	// (0x0002262d) scroll_handle_focus_pane_ParamLimits

0x68a8,	// (0x0002262d) scroll_handle_focus_pane

0x6866,	// (0x000225eb) scroll_handle_pane_g1

0x68b5,	// (0x0002263a) scroll_handle_pane_g2

0x6893,	// (0x00022618) scroll_handle_pane_g3

0x0002,

0xf786,	// (0x0002b50b) scroll_handle_pane_g

0x65a1,	// (0x00022326) bg_popup_sub_pane_cp21_ParamLimits

0x65a1,	// (0x00022326) bg_popup_sub_pane_cp21

0x68c9,	// (0x0002264e) popup_fep_japan_predictive_window_t1_ParamLimits

0x68c9,	// (0x0002264e) popup_fep_japan_predictive_window_t1

0x68e3,	// (0x00022668) popup_fep_japan_predictive_window_t2_ParamLimits

0x68e3,	// (0x00022668) popup_fep_japan_predictive_window_t2

0x6916,	// (0x0002269b) popup_fep_japan_predictive_window_t3_ParamLimits

0x6916,	// (0x0002269b) popup_fep_japan_predictive_window_t3

0x0002,

0xf78d,	// (0x0002b512) popup_fep_japan_predictive_window_t_ParamLimits

0xf78d,	// (0x0002b512) popup_fep_japan_predictive_window_t

0x5e7b,	// (0x00021c00) bg_popup_sub_pane_cp23

0x694d,	// (0x000226d2) listscroll_japin_cand_pane

0x6955,	// (0x000226da) popup_fep_japan_candidate_window_t1

0x6963,	// (0x000226e8) candidate_pane_ParamLimits

0x6963,	// (0x000226e8) candidate_pane

0x6975,	// (0x000226fa) scroll_pane_cp30

0x697f,	// (0x00022704) list_single_popup_jap_candidate_pane_ParamLimits

0x697f,	// (0x00022704) list_single_popup_jap_candidate_pane

0x5e7b,	// (0x00021c00) list_highlight_pane_cp30

0x6993,	// (0x00022718) list_single_popup_jap_candidate_pane_t1

0x69a2,	// (0x00022727) level_1_signal

0x69b4,	// (0x00022739) level_2_signal

0x69c7,	// (0x0002274c) level_3_signal

0x69da,	// (0x0002275f) level_4_signal

0x69ed,	// (0x00022772) level_5_signal

0x6a00,	// (0x00022785) level_6_signal

0x6a13,	// (0x00022798) level_7_signal

0x69a2,	// (0x00022727) level_1_battery

0x69b4,	// (0x00022739) level_2_battery

0x69c7,	// (0x0002274c) level_3_battery

0x69da,	// (0x0002275f) level_4_battery

0x69ed,	// (0x00022772) level_5_battery

0x6a00,	// (0x00022785) level_6_battery

0x6a13,	// (0x00022798) level_7_battery

0x6a3e,	// (0x000227c3) list_menu_pane_ParamLimits

0x6a3e,	// (0x000227c3) list_menu_pane

0x6a4f,	// (0x000227d4) scroll_pane_cp25_ParamLimits

0x6a4f,	// (0x000227d4) scroll_pane_cp25

0x6a68,	// (0x000227ed) list_double2_graphic_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double2_graphic_pane_cp2

0x6a68,	// (0x000227ed) list_double2_large_graphic_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double2_large_graphic_pane_cp2

0x6a68,	// (0x000227ed) list_double2_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double2_pane_cp2

0x6a68,	// (0x000227ed) list_double_graphic_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double_graphic_pane_cp2

0x6a68,	// (0x000227ed) list_double_large_graphic_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double_large_graphic_pane_cp2

0x6a68,	// (0x000227ed) list_double_number_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double_number_pane_cp2

0x6a68,	// (0x000227ed) list_double_pane_cp2_ParamLimits

0x6a68,	// (0x000227ed) list_double_pane_cp2

0x92c5,	// (0x0002504a) list_single_2graphic_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_2graphic_pane_cp2

0x92c5,	// (0x0002504a) list_single_graphic_heading_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_graphic_heading_pane_cp2

0x92c5,	// (0x0002504a) list_single_graphic_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_graphic_pane_cp2

0x92c5,	// (0x0002504a) list_single_heading_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_heading_pane_cp2

0x6a77,	// (0x000227fc) list_single_large_graphic_pane_cp2_ParamLimits

0x6a77,	// (0x000227fc) list_single_large_graphic_pane_cp2

0x92c5,	// (0x0002504a) list_single_number_heading_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_number_heading_pane_cp2

0x92c5,	// (0x0002504a) list_single_number_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_number_pane_cp2

0x92c5,	// (0x0002504a) list_single_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_pane_cp2

0x6a90,	// (0x00022815) bg_popup_sub_pane_cp22

0x9382,	// (0x00025107) popup_side_volume_key_window_g1

0x93b0,	// (0x00025135) popup_side_volume_key_window_t1

0x93ce,	// (0x00025153) volume_small_pane_cp1

0x5ec9,	// (0x00021c4e) bg_popup_sub_pane_cp24_ParamLimits

0x5ec9,	// (0x00021c4e) bg_popup_sub_pane_cp24

0x6aa6,	// (0x0002282b) fep_china_uni_candidate_pane_ParamLimits

0x6aa6,	// (0x0002282b) fep_china_uni_candidate_pane

0x6aba,	// (0x0002283f) fep_china_uni_entry_pane

0x6aca,	// (0x0002284f) popup_fep_china_uni_window_g1

0x6ae6,	// (0x0002286b) fep_china_uni_entry_pane_g1

0x6af0,	// (0x00022875) fep_china_uni_entry_pane_g2

0x0001,

0xf7ba,	// (0x0002b53f) fep_china_uni_entry_pane_g

0x6afa,	// (0x0002287f) fep_entry_item_pane

0x6b04,	// (0x00022889) fep_candidate_item_pane

0x6b0c,	// (0x00022891) fep_china_uni_candidate_pane_g1

0x6b16,	// (0x0002289b) fep_china_uni_candidate_pane_g2

0x6b1e,	// (0x000228a3) fep_china_uni_candidate_pane_g3

0x6b26,	// (0x000228ab) fep_china_uni_candidate_pane_g4

0x0003,

0xf7bf,	// (0x0002b544) fep_china_uni_candidate_pane_g

0x5e0d,	// (0x00021b92) fep_entry_item_pane_g1

0x6b30,	// (0x000228b5) fep_entry_item_pane_t1_ParamLimits

0x6b30,	// (0x000228b5) fep_entry_item_pane_t1

0x6b46,	// (0x000228cb) fep_candidate_item_pane_t1_ParamLimits

0x6b46,	// (0x000228cb) fep_candidate_item_pane_t1

0x6b5b,	// (0x000228e0) fep_candidate_item_pane_t2_ParamLimits

0x6b5b,	// (0x000228e0) fep_candidate_item_pane_t2

0x0001,

0xf7c8,	// (0x0002b54d) fep_candidate_item_pane_t_ParamLimits

0xf7c8,	// (0x0002b54d) fep_candidate_item_pane_t

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp31_ParamLimits

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp31

0x6b6d,	// (0x000228f2) level_1_signal_lsc

0x6b76,	// (0x000228fb) level_2_signal_lsc

0x6b7f,	// (0x00022904) level_3_signal_lsc

0x6b88,	// (0x0002290d) level_4_signal_lsc

0x6b91,	// (0x00022916) level_5_signal_lsc

0x6b9a,	// (0x0002291f) level_6_signal_lsc

0x6ba3,	// (0x00022928) level_7_signal_lsc

0x6ba3,	// (0x00022928) level_1_battery_lsc

0x6bac,	// (0x00022931) level_2_battery_lsc

0x6bb5,	// (0x0002293a) level_3_battery_lsc

0x6bbe,	// (0x00022943) level_4_battery_lsc

0x6bc7,	// (0x0002294c) level_5_battery_lsc

0x6bd0,	// (0x00022955) level_6_battery_lsc

0x6b6d,	// (0x000228f2) level_7_battery_lsc

0x6bd9,	// (0x0002295e) scroll_handle_focus_pane_g1

0x6be2,	// (0x00022967) scroll_handle_focus_pane_g2

0x6beb,	// (0x00022970) scroll_handle_focus_pane_g3

0x0002,

0xf7cd,	// (0x0002b552) scroll_handle_focus_pane_g

0xde6c,	// (0x00029bf1) list_single_2graphic_pane_g1_ParamLimits

0xde6c,	// (0x00029bf1) list_single_2graphic_pane_g1

0xd7f7,	// (0x0002957c) list_single_2graphic_pane_g2_ParamLimits

0xd7f7,	// (0x0002957c) list_single_2graphic_pane_g2

0xd77d,	// (0x00029502) list_single_2graphic_pane_g3_ParamLimits

0xd77d,	// (0x00029502) list_single_2graphic_pane_g3

0xde78,	// (0x00029bfd) list_single_2graphic_pane_g4_ParamLimits

0xde78,	// (0x00029bfd) list_single_2graphic_pane_g4

0x0003,

0xf7d4,	// (0x0002b559) list_single_2graphic_pane_g_ParamLimits

0xf7d4,	// (0x0002b559) list_single_2graphic_pane_g

0xde84,	// (0x00029c09) list_single_2graphic_pane_t1_ParamLimits

0xde84,	// (0x00029c09) list_single_2graphic_pane_t1

0xdeb2,	// (0x00029c37) list_double2_graphic_large_graphic_pane_g1_ParamLimits

0xdeb2,	// (0x00029c37) list_double2_graphic_large_graphic_pane_g1

0xd89c,	// (0x00029621) list_double2_graphic_large_graphic_pane_g2_ParamLimits

0xd89c,	// (0x00029621) list_double2_graphic_large_graphic_pane_g2

0xd8ad,	// (0x00029632) list_double2_graphic_large_graphic_pane_g3_ParamLimits

0xd8ad,	// (0x00029632) list_double2_graphic_large_graphic_pane_g3

0xdec4,	// (0x00029c49) list_double2_graphic_large_graphic_pane_g4_ParamLimits

0xdec4,	// (0x00029c49) list_double2_graphic_large_graphic_pane_g4

0x0003,

0xf7dd,	// (0x0002b562) list_double2_graphic_large_graphic_pane_g_ParamLimits

0xf7dd,	// (0x0002b562) list_double2_graphic_large_graphic_pane_g

0xded0,	// (0x00029c55) list_double2_graphic_large_graphic_pane_t1_ParamLimits

0xded0,	// (0x00029c55) list_double2_graphic_large_graphic_pane_t1

0xdee6,	// (0x00029c6b) list_double2_graphic_large_graphic_pane_t2_ParamLimits

0xdee6,	// (0x00029c6b) list_double2_graphic_large_graphic_pane_t2

0x0001,

0xf7e6,	// (0x0002b56b) list_double2_graphic_large_graphic_pane_t_ParamLimits

0xf7e6,	// (0x0002b56b) list_double2_graphic_large_graphic_pane_t

0x6c9c,	// (0x00022a21) popup_fast_swap_window_ParamLimits

0x6c9c,	// (0x00022a21) popup_fast_swap_window

0x6cbc,	// (0x00022a41) popup_side_volume_key_window

0x6cdc,	// (0x00022a61) stacon_top_pane

0x6ce6,	// (0x00022a6b) status_pane_ParamLimits

0x6ce6,	// (0x00022a6b) status_pane

0x6cdc,	// (0x00022a61) status_small_pane

0x5e7b,	// (0x00021c00) control_pane

0x5e7b,	// (0x00021c00) stacon_bottom_pane

0x64cc,	// (0x00022251) scroll_pane_cp121

0x64c3,	// (0x00022248) set_content_pane

0x93d6,	// (0x0002515b) bg_active_tab_pane_g1_cp1

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp1

0x93df,	// (0x00025164) bg_active_tab_pane_g3_cp1

0x93d6,	// (0x0002515b) bg_passive_tab_pane_g1_cp1

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp1

0x93df,	// (0x00025164) bg_passive_tab_pane_g3_cp1

0x93e8,	// (0x0002516d) bg_active_tab_pane_g1_cp2

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp2

0x93f1,	// (0x00025176) bg_active_tab_pane_g3_cp2

0x93e8,	// (0x0002516d) bg_passive_tab_pane_g1_cp2

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp2

0x93f1,	// (0x00025176) bg_passive_tab_pane_g3_cp2

0x93fa,	// (0x0002517f) bg_active_tab_pane_g1_cp3

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp3

0x9403,	// (0x00025188) bg_active_tab_pane_g3_cp3

0x93fa,	// (0x0002517f) bg_passive_tab_pane_g1_cp3

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp3

0x9403,	// (0x00025188) bg_passive_tab_pane_g3_cp3

0x940c,	// (0x00025191) bg_active_tab_pane_g1_cp4

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp4

0x9417,	// (0x0002519c) bg_active_tab_pane_g3_cp4

0x940c,	// (0x00025191) bg_passive_tab_pane_g1_cp4

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp4

0x9417,	// (0x0002519c) bg_passive_tab_pane_g3_cp4

0x6c44,	// (0x000229c9) bg_active_tab_pane_g1_cp5

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp5

0x6c3b,	// (0x000229c0) bg_active_tab_pane_g3_cp5

0x6c44,	// (0x000229c9) bg_passive_tab_pane_g1_cp5

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp5

0x6c3b,	// (0x000229c0) bg_passive_tab_pane_g3_cp5

0x9563,	// (0x000252e8) list_set_graphic_pane_ParamLimits

0x9563,	// (0x000252e8) list_set_graphic_pane

0x5e7b,	// (0x00021c00) bg_set_opt_pane_cp4

0x9578,	// (0x000252fd) list_set_graphic_pane_g1_ParamLimits

0x9578,	// (0x000252fd) list_set_graphic_pane_g1

0x9584,	// (0x00025309) list_set_graphic_pane_g2_ParamLimits

0x9584,	// (0x00025309) list_set_graphic_pane_g2

0x0001,

0xf7eb,	// (0x0002b570) list_set_graphic_pane_g_ParamLimits

0xf7eb,	// (0x0002b570) list_set_graphic_pane_g

0x0009,

0xfb56,	// (0x0002b8db) volume_small_pane_cp_g

0x6c4d,	// (0x000229d2) list_double2_large_graphic_pane_g1_cp2_ParamLimits

0x6c4d,	// (0x000229d2) list_double2_large_graphic_pane_g1_cp2

0x6c5b,	// (0x000229e0) list_double2_large_graphic_pane_g2_cp2_ParamLimits

0x6c5b,	// (0x000229e0) list_double2_large_graphic_pane_g2_cp2

0x6c6c,	// (0x000229f1) list_double2_large_graphic_pane_g3_cp2

0x6c74,	// (0x000229f9) list_double2_large_graphic_pane_t1_cp2_ParamLimits

0x6c74,	// (0x000229f9) list_double2_large_graphic_pane_t1_cp2

0x6c8a,	// (0x00022a0f) list_double2_large_graphic_pane_t2_cp2_ParamLimits

0x6c8a,	// (0x00022a0f) list_double2_large_graphic_pane_t2_cp2

0xb7ce,	// (0x00027553) list_double_large_graphic_pane_g1_cp2_ParamLimits

0xb7ce,	// (0x00027553) list_double_large_graphic_pane_g1_cp2

0xb7e1,	// (0x00027566) list_double_large_graphic_pane_g2_cp2_ParamLimits

0xb7e1,	// (0x00027566) list_double_large_graphic_pane_g2_cp2

0x6e4c,	// (0x00022bd1) list_double_large_graphic_pane_g3_cp2

0xb7f2,	// (0x00027577) list_double_large_graphic_pane_g4_cp

0xb7fa,	// (0x0002757f) list_double_large_graphic_pane_t1_cp2_ParamLimits

0xb7fa,	// (0x0002757f) list_double_large_graphic_pane_t1_cp2

0xb811,	// (0x00027596) list_double_large_graphic_pane_t2_cp2_ParamLimits

0xb811,	// (0x00027596) list_double_large_graphic_pane_t2_cp2

0x6cf4,	// (0x00022a79) list_double2_graphic_pane_g1_cp2_ParamLimits

0x6cf4,	// (0x00022a79) list_double2_graphic_pane_g1_cp2

0x6d02,	// (0x00022a87) list_double2_graphic_pane_g2_cp2_ParamLimits

0x6d02,	// (0x00022a87) list_double2_graphic_pane_g2_cp2

0x6d13,	// (0x00022a98) list_double2_graphic_pane_g3_cp2

0x6d1d,	// (0x00022aa2) list_double2_graphic_pane_t1_cp2_ParamLimits

0x6d1d,	// (0x00022aa2) list_double2_graphic_pane_t1_cp2

0x6d33,	// (0x00022ab8) list_double2_graphic_pane_t2_cp2_ParamLimits

0x6d33,	// (0x00022ab8) list_double2_graphic_pane_t2_cp2

0x6d45,	// (0x00022aca) list_single_number_heading_pane_g1_cp2_ParamLimits

0x6d45,	// (0x00022aca) list_single_number_heading_pane_g1_cp2

0x6d51,	// (0x00022ad6) list_single_number_heading_pane_g2_cp2

0x6d59,	// (0x00022ade) list_single_number_heading_pane_t1_cp2_ParamLimits

0x6d59,	// (0x00022ade) list_single_number_heading_pane_t1_cp2

0x6d6f,	// (0x00022af4) list_single_number_heading_pane_t2_cp2_ParamLimits

0x6d6f,	// (0x00022af4) list_single_number_heading_pane_t2_cp2

0x6d83,	// (0x00022b08) list_single_number_heading_pane_t3_cp2_ParamLimits

0x6d83,	// (0x00022b08) list_single_number_heading_pane_t3_cp2

0x6d45,	// (0x00022aca) list_single_heading_pane_g1_cp2_ParamLimits

0x6d45,	// (0x00022aca) list_single_heading_pane_g1_cp2

0x6d51,	// (0x00022ad6) list_single_heading_pane_g2_cp2

0x6d59,	// (0x00022ade) list_single_heading_pane_t1_cp2_ParamLimits

0x6d59,	// (0x00022ade) list_single_heading_pane_t1_cp2

0xb5cd,	// (0x00027352) list_single_heading_pane_t2_cp2_ParamLimits

0xb5cd,	// (0x00027352) list_single_heading_pane_t2_cp2

0xb567,	// (0x000272ec) list_double_graphic_pane_g1_cp2_ParamLimits

0xb567,	// (0x000272ec) list_double_graphic_pane_g1_cp2

0xb573,	// (0x000272f8) list_double_graphic_pane_g2_cp2_ParamLimits

0xb573,	// (0x000272f8) list_double_graphic_pane_g2_cp2

0xb582,	// (0x00027307) list_double_graphic_pane_g3_cp2

0xb58a,	// (0x0002730f) list_double_graphic_pane_t1_cp2_ParamLimits

0xb58a,	// (0x0002730f) list_double_graphic_pane_t1_cp2

0xb5a0,	// (0x00027325) list_double_graphic_pane_t2_cp2_ParamLimits

0xb5a0,	// (0x00027325) list_double_graphic_pane_t2_cp2

0x6e40,	// (0x00022bc5) list_double_number_pane_g1_cp2_ParamLimits

0x6e40,	// (0x00022bc5) list_double_number_pane_g1_cp2

0x6e4c,	// (0x00022bd1) list_double_number_pane_g2_cp2

0xb52b,	// (0x000272b0) list_double_number_pane_t1_cp2_ParamLimits

0xb52b,	// (0x000272b0) list_double_number_pane_t1_cp2

0xb53f,	// (0x000272c4) list_double_number_pane_t2_cp2_ParamLimits

0xb53f,	// (0x000272c4) list_double_number_pane_t2_cp2

0xb555,	// (0x000272da) list_double_number_pane_t3_cp2_ParamLimits

0xb555,	// (0x000272da) list_double_number_pane_t3_cp2

0xb4a2,	// (0x00027227) list_single_graphic_pane_g1_cp2_ParamLimits

0xb4a2,	// (0x00027227) list_single_graphic_pane_g1_cp2

0x6e8c,	// (0x00022c11) list_single_graphic_pane_g2_cp2_ParamLimits

0x6e8c,	// (0x00022c11) list_single_graphic_pane_g2_cp2

0x6e98,	// (0x00022c1d) list_single_graphic_pane_g3_cp2

0xb478,	// (0x000271fd) list_single_graphic_pane_t1_cp2_ParamLimits

0xb478,	// (0x000271fd) list_single_graphic_pane_t1_cp2

0x6e8c,	// (0x00022c11) list_single_number_pane_g1_cp2_ParamLimits

0x6e8c,	// (0x00022c11) list_single_number_pane_g1_cp2

0x6e98,	// (0x00022c1d) list_single_number_pane_g2_cp2

0xb478,	// (0x000271fd) list_single_number_pane_t1_cp2_ParamLimits

0xb478,	// (0x000271fd) list_single_number_pane_t1_cp2

0xb48e,	// (0x00027213) list_single_number_pane_t2_cp2_ParamLimits

0xb48e,	// (0x00027213) list_single_number_pane_t2_cp2

0x6c5b,	// (0x000229e0) list_double2_pane_g1_cp2_ParamLimits

0x6c5b,	// (0x000229e0) list_double2_pane_g1_cp2

0x6c6c,	// (0x000229f1) list_double2_pane_g2_cp2

0x6dd0,	// (0x00022b55) list_double2_pane_t1_cp2_ParamLimits

0x6dd0,	// (0x00022b55) list_double2_pane_t1_cp2

0x6de6,	// (0x00022b6b) list_double2_pane_t2_cp2_ParamLimits

0x6de6,	// (0x00022b6b) list_double2_pane_t2_cp2

0x6e40,	// (0x00022bc5) list_double_pane_g1_cp2_ParamLimits

0x6e40,	// (0x00022bc5) list_double_pane_g1_cp2

0x6e4c,	// (0x00022bd1) list_double_pane_g2_cp2

0x6e54,	// (0x00022bd9) list_double_pane_t1_cp2_ParamLimits

0x6e54,	// (0x00022bd9) list_double_pane_t1_cp2

0x6e6a,	// (0x00022bef) list_double_pane_t2_cp2_ParamLimits

0x6e6a,	// (0x00022bef) list_double_pane_t2_cp2

0x6e7c,	// (0x00022c01) list_single_pane_cp2_g3

0x6e8c,	// (0x00022c11) list_single_pane_g1_cp2_ParamLimits

0x6e8c,	// (0x00022c11) list_single_pane_g1_cp2

0x6e98,	// (0x00022c1d) list_single_pane_g2_cp2

0x6ea0,	// (0x00022c25) list_single_pane_t1_cp2_ParamLimits

0x6ea0,	// (0x00022c25) list_single_pane_t1_cp2

0x6eb8,	// (0x00022c3d) list_single_large_graphic_pane_g1_cp2_ParamLimits

0x6eb8,	// (0x00022c3d) list_single_large_graphic_pane_g1_cp2

0x6df8,	// (0x00022b7d) list_single_large_graphic_pane_g2_cp2_ParamLimits

0x6df8,	// (0x00022b7d) list_single_large_graphic_pane_g2_cp2

0x6ec6,	// (0x00022c4b) list_single_large_graphic_pane_g3_cp2

0x6ece,	// (0x00022c53) list_single_large_graphic_pane_g4_cp1_ParamLimits

0x6ece,	// (0x00022c53) list_single_large_graphic_pane_g4_cp1

0x6ee8,	// (0x00022c6d) list_single_large_graphic_pane_t1_cp2_ParamLimits

0x6ee8,	// (0x00022c6d) list_single_large_graphic_pane_t1_cp2

0x7eaa,	// (0x00023c2f) list_single_graphic_heading_pane_g1_cp2_ParamLimits

0x7eaa,	// (0x00023c2f) list_single_graphic_heading_pane_g1_cp2

0x7e77,	// (0x00023bfc) list_single_graphic_heading_pane_g4_cp2_ParamLimits

0x7e77,	// (0x00023bfc) list_single_graphic_heading_pane_g4_cp2

0x6e98,	// (0x00022c1d) list_single_graphic_heading_pane_g5_cp2

0x7eb6,	// (0x00023c3b) list_single_graphic_heading_pane_t1_cp2_ParamLimits

0x7eb6,	// (0x00023c3b) list_single_graphic_heading_pane_t1_cp2

0x7ecc,	// (0x00023c51) list_single_graphic_heading_pane_t2_cp2_ParamLimits

0x7ecc,	// (0x00023c51) list_single_graphic_heading_pane_t2_cp2

0x7e6b,	// (0x00023bf0) list_single_2graphic_pane_g1_cp2_ParamLimits

0x7e6b,	// (0x00023bf0) list_single_2graphic_pane_g1_cp2

0x7e77,	// (0x00023bfc) list_single_2graphic_pane_g2_cp2_ParamLimits

0x7e77,	// (0x00023bfc) list_single_2graphic_pane_g2_cp2

0x6e98,	// (0x00022c1d) list_single_2graphic_pane_g3_cp2

0x7e88,	// (0x00023c0d) list_single_2graphic_pane_g4_cp2_ParamLimits

0x7e88,	// (0x00023c0d) list_single_2graphic_pane_g4_cp2

0x7e94,	// (0x00023c19) list_single_2graphic_pane_t1_cp2_ParamLimits

0x7e94,	// (0x00023c19) list_single_2graphic_pane_t1_cp2

0x5e0d,	// (0x00021b92) list_highlight_pane_g10_cp1

0x7a71,	// (0x000237f6) list_highlight_pane_g1_cp1

0x7a79,	// (0x000237fe) list_highlight_pane_g2_cp1

0x7a81,	// (0x00023806) list_highlight_pane_g3_cp1

0x7a89,	// (0x0002380e) list_highlight_pane_g4_cp1

0x7a91,	// (0x00023816) list_highlight_pane_g5_cp1

0x7a99,	// (0x0002381e) list_highlight_pane_g6_cp1

0x7aa1,	// (0x00023826) list_highlight_pane_g7_cp1

0x7aa9,	// (0x0002382e) list_highlight_pane_g8_cp1

0x7ab1,	// (0x00023836) list_highlight_pane_g9_cp1

0xa427,	// (0x000261ac) form_field_slider_pane_t3

0xa435,	// (0x000261ba) form_field_slider_pane_t4

0x79b5,	// (0x0002373a) slider_form_pane_ParamLimits

0x79b5,	// (0x0002373a) slider_form_pane

0x5e7b,	// (0x00021c00) control_abbreviations

0x5e7b,	// (0x00021c00) control_conventions

0x5e7b,	// (0x00021c00) control_definitions

0x5e7b,	// (0x00021c00) format_table_attribute

0xb623,	// (0x000273a8) bg_popup_preview_window_pane_g9

0x5e7b,	// (0x00021c00) format_table_data2

0x5e7b,	// (0x00021c00) format_table_data3

0x5e7b,	// (0x00021c00) format_table_data_example

0x0008,

0x5e7b,	// (0x00021c00) intro_purpose

0xf980,	// (0x0002b705) bg_popup_preview_window_pane_g

0x5e7b,	// (0x00021c00) texts_category

0x5e7b,	// (0x00021c00) texts_graphics

0x6efe,	// (0x00022c83) text_digital

0x6f0d,	// (0x00022c92) text_primary

0x6f1c,	// (0x00022ca1) text_primary_small

0x6f2b,	// (0x00022cb0) text_secondary

0x6f3a,	// (0x00022cbf) text_title

0xbacd,	// (0x00027852) bg_passive_tab_pane_g1_cp3_srt

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp3_srt

0xbad6,	// (0x0002785b) bg_passive_tab_pane_g3_cp3_srt

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp3_srt_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp3_srt

0xbadf,	// (0x00027864) tabs_4_active_pane_srt_g1

0xecf8,	// (0x0002aa7d) tabs_4_active_pane_srt_t1_ParamLimits

0xecf8,	// (0x0002aa7d) tabs_4_active_pane_srt_t1

0xbacd,	// (0x00027852) bg_active_tab_pane_g1_cp3_copy1

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp3_copy1

0xbad6,	// (0x0002785b) bg_active_tab_pane_g3_cp3_copy1

0x5ed7,	// (0x00021c5c) tabs_2_long_active_pane_srt_ParamLimits

0x5ed7,	// (0x00021c5c) tabs_2_long_active_pane_srt

0x5ed7,	// (0x00021c5c) tabs_2_long_passive_pane_srt_ParamLimits

0x5ed7,	// (0x00021c5c) tabs_2_long_passive_pane_srt

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp4_srt_ParamLimits

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp4_srt

0xb9ef,	// (0x00027774) bg_passive_tab_pane_g1_cp4_srt

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp4_srt

0xb9f8,	// (0x0002777d) bg_passive_tab_pane_g3_cp4_srt

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp4_srt_ParamLimits

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp4_srt

0xeacd,	// (0x0002a852) tabs_2_long_active_pane_srt_t1_ParamLimits

0xeacd,	// (0x0002a852) tabs_2_long_active_pane_srt_t1

0xb9ef,	// (0x00027774) bg_active_tab_pane_g1_cp4_srt

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp4_srt

0xb9f8,	// (0x0002777d) bg_active_tab_pane_g3_cp4_srt

0x5ec9,	// (0x00021c4e) tabs_3_long_active_pane_srt_ParamLimits

0x5ec9,	// (0x00021c4e) tabs_3_long_active_pane_srt

0x5ec9,	// (0x00021c4e) tabs_3_long_passive_pane_cp_srt_ParamLimits

0x5ec9,	// (0x00021c4e) tabs_3_long_passive_pane_cp_srt

0x5ec9,	// (0x00021c4e) tabs_3_long_passive_pane_srt_ParamLimits

0x5ec9,	// (0x00021c4e) tabs_3_long_passive_pane_srt

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp5_srt_ParamLimits

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp5_srt

0x6c44,	// (0x000229c9) bg_passive_tab_pane_g1_cp5_srt

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp5_srt

0x6c3b,	// (0x000229c0) bg_passive_tab_pane_g3_cp5_srt

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp5_srt_ParamLimits

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp5_srt

0xeabb,	// (0x0002a840) tabs_3_long_active_pane_srt_t1_ParamLimits

0xeabb,	// (0x0002a840) tabs_3_long_active_pane_srt_t1

0x6c44,	// (0x000229c9) bg_active_tab_pane_g1_cp5_srt

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp5_srt

0x6c3b,	// (0x000229c0) bg_active_tab_pane_g3_cp5_srt

0xb9e1,	// (0x00027766) navi_text_pane_srt_t1

0xb9d9,	// (0x0002775e) navi_icon_pane_srt_g1

0x703c,	// (0x00022dc1) midp_editing_number_pane_srt

0x6f49,	// (0x00022cce) midp_ticker_pane_srt

0x7044,	// (0x00022dc9) midp_ticker_pane_srt_g1

0x704c,	// (0x00022dd1) midp_ticker_pane_srt_g2

0x0001,

0xf80a,	// (0x0002b58f) midp_ticker_pane_srt_g

0x7054,	// (0x00022dd9) midp_ticker_pane_srt_t1

0xb9ca,	// (0x0002774f) midp_editing_number_pane_t1_copy1

0x95a6,	// (0x0002532b) listscroll_midp_pane

0x95a6,	// (0x0002532b) midp_form_pane

0x6f51,	// (0x00022cd6) midp_info_popup_window_ParamLimits

0x6f51,	// (0x00022cd6) midp_info_popup_window

0x65a1,	// (0x00022326) bg_popup_sub_pane_cp50_ParamLimits

0x65a1,	// (0x00022326) bg_popup_sub_pane_cp50

0x76ee,	// (0x00023473) listscroll_midp_info_pane_ParamLimits

0x76ee,	// (0x00023473) listscroll_midp_info_pane

0x76d6,	// (0x0002345b) listscroll_form_midp_pane_ParamLimits

0x76d6,	// (0x0002345b) listscroll_form_midp_pane

0x76e2,	// (0x00023467) scroll_bar_cp050

0xa40f,	// (0x00026194) list_midp_pane

0xc3c1,	// (0x00028146) signal_pane_g2_cp

0x7608,	// (0x0002338d) listscroll_midp_info_pane_t1_ParamLimits

0x7608,	// (0x0002338d) listscroll_midp_info_pane_t1

0x7620,	// (0x000233a5) listscroll_midp_info_pane_t2_ParamLimits

0x7620,	// (0x000233a5) listscroll_midp_info_pane_t2

0x765e,	// (0x000233e3) listscroll_midp_info_pane_t3_ParamLimits

0x765e,	// (0x000233e3) listscroll_midp_info_pane_t3

0x7698,	// (0x0002341d) listscroll_midp_info_pane_t4_ParamLimits

0x7698,	// (0x0002341d) listscroll_midp_info_pane_t4

0x0003,

0xf8bb,	// (0x0002b640) listscroll_midp_info_pane_t_ParamLimits

0xf8bb,	// (0x0002b640) listscroll_midp_info_pane_t

0x6608,	// (0x0002238d) scroll_pane_cp21

0x75a2,	// (0x00023327) form_midp_field_choice_group_pane

0x75ab,	// (0x00023330) form_midp_field_text_pane

0x75ee,	// (0x00023373) form_midp_field_time_pane

0x75f6,	// (0x0002337b) form_midp_gauge_slider_pane

0x75ff,	// (0x00023384) form_midp_gauge_wait_pane

0x5e7b,	// (0x00021c00) form_midp_image_pane

0xdf71,	// (0x00029cf6) list_single_midp_pane_ParamLimits

0xdf71,	// (0x00029cf6) list_single_midp_pane

0xa3e7,	// (0x0002616c) form_midp_field_text_pane_t1

0x744a,	// (0x000231cf) input_focus_pane_cp050

0x7591,	// (0x00023316) list_midp_form_text_pane

0x7560,	// (0x000232e5) form_midp_field_choice_group_pane_t1

0x756e,	// (0x000232f3) input_focus_pane_cp051

0x7582,	// (0x00023307) list_midp_choice_pane

0x5e7b,	// (0x00021c00) status_idle_pane

0x7544,	// (0x000232c9) form_midp_field_time_pane_t1

0x5e0d,	// (0x00021b92) wait_anim_pane_g2_copy1

0x7552,	// (0x000232d7) form_midp_field_time_pane_t2

0x0001,

0x6fac,	// (0x00022d31) aid_navinavi_width_2_pane

0xf8b6,	// (0x0002b63b) form_midp_field_time_pane_t

0x5e7b,	// (0x00021c00) input_focus_pane_cp052

0x5e7b,	// (0x00021c00) bg_input_focus_pane_cp040

0x7520,	// (0x000232a5) form_midp_gauge_slider_pane_t1

0x752e,	// (0x000232b3) form_midp_gauge_slider_pane_t2

0xa3cb,	// (0x00026150) form_midp_gauge_slider_pane_t3

0xa3d9,	// (0x0002615e) form_midp_gauge_slider_pane_t4

0x0003,

0xf8ad,	// (0x0002b632) form_midp_gauge_slider_pane_t

0x753c,	// (0x000232c1) form_midp_slider_pane

0x5ed7,	// (0x00021c5c) bg_input_focus_pane_cp041_ParamLimits

0x5ed7,	// (0x00021c5c) bg_input_focus_pane_cp041

0x74ed,	// (0x00023272) form_midp_gauge_wait_pane_t1_ParamLimits

0x74ed,	// (0x00023272) form_midp_gauge_wait_pane_t1

0x74ff,	// (0x00023284) form_midp_gauge_wait_pane_t2_ParamLimits

0x74ff,	// (0x00023284) form_midp_gauge_wait_pane_t2

0x0001,

0xf8a8,	// (0x0002b62d) form_midp_gauge_wait_pane_t_ParamLimits

0xf8a8,	// (0x0002b62d) form_midp_gauge_wait_pane_t

0x7511,	// (0x00023296) form_midp_wait_pane_ParamLimits

0x7511,	// (0x00023296) form_midp_wait_pane

0x74b5,	// (0x0002323a) form_midp_image_pane_g1

0x74be,	// (0x00023243) form_midp_image_pane_t1

0x74cd,	// (0x00023252) form_midp_image_pane_t2

0x74dc,	// (0x00023261) form_midp_image_pane_t3

0x0002,

0xf8a1,	// (0x0002b626) form_midp_image_pane_t

0x74ac,	// (0x00023231) list_single_midp_pane_g1

0xdf62,	// (0x00029ce7) list_single_midp_pane_t1

0xa3b4,	// (0x00026139) list_midp_form_item_pane_ParamLimits

0xa3b4,	// (0x00026139) list_midp_form_item_pane

0x6f66,	// (0x00022ceb) list_midp_form_item_pane_t1

0x6f75,	// (0x00022cfa) midp_ticker_pane_g1

0x6f81,	// (0x00022d06) midp_ticker_pane_g2

0x0001,

0xf7f0,	// (0x0002b575) midp_ticker_pane_g

0x9657,	// (0x000253dc) midp_ticker_pane_t1

0xec82,	// (0x0002aa07) midp_editing_number_pane_t1

0xba60,	// (0x000277e5) midp_editing_number_pane

0xba6f,	// (0x000277f4) midp_ticker_pane

0xb9ba,	// (0x0002773f) ai_message_heading_pane

0x5e7b,	// (0x00021c00) bg_popup_window_pane_cp14

0xb9c2,	// (0x00027747) listscroll_ai_message_pane

0xb940,	// (0x000276c5) ai_message_heading_pane_g1_ParamLimits

0xb940,	// (0x000276c5) ai_message_heading_pane_g1

0xb94c,	// (0x000276d1) ai_message_heading_pane_g2_ParamLimits

0xb94c,	// (0x000276d1) ai_message_heading_pane_g2

0xb95a,	// (0x000276df) ai_message_heading_pane_g3_ParamLimits

0xb95a,	// (0x000276df) ai_message_heading_pane_g3

0xb966,	// (0x000276eb) ai_message_heading_pane_g4_ParamLimits

0xb966,	// (0x000276eb) ai_message_heading_pane_g4

0x0003,

0xf9e2,	// (0x0002b767) ai_message_heading_pane_g_ParamLimits

0xf9e2,	// (0x0002b767) ai_message_heading_pane_g

0xb972,	// (0x000276f7) ai_message_heading_pane_t1_ParamLimits

0xb972,	// (0x000276f7) ai_message_heading_pane_t1

0xb98c,	// (0x00027711) ai_message_heading_pane_t2_ParamLimits

0xb98c,	// (0x00027711) ai_message_heading_pane_t2

0x0001,

0xf9eb,	// (0x0002b770) ai_message_heading_pane_t_ParamLimits

0xf9eb,	// (0x0002b770) ai_message_heading_pane_t

0xb9a0,	// (0x00027725) bg_popup_heading_pane_cp1_ParamLimits

0xb9a0,	// (0x00027725) bg_popup_heading_pane_cp1

0xb92e,	// (0x000276b3) list_ai_message_pane_ParamLimits

0xb92e,	// (0x000276b3) list_ai_message_pane

0x6608,	// (0x0002238d) scroll_pane_cp10

0xb8ca,	// (0x0002764f) list_ai_message_pane_g1

0xb8d2,	// (0x00027657) list_ai_message_pane_g2

0x0001,

0xf9bf,	// (0x0002b744) list_ai_message_pane_g

0xb8da,	// (0x0002765f) list_ai_message_pane_t1_ParamLimits

0xb8da,	// (0x0002765f) list_ai_message_pane_t1

0xb8ef,	// (0x00027674) list_ai_message_pane_t2_ParamLimits

0xb8ef,	// (0x00027674) list_ai_message_pane_t2

0xb904,	// (0x00027689) list_ai_message_pane_t3_ParamLimits

0xb904,	// (0x00027689) list_ai_message_pane_t3

0xb919,	// (0x0002769e) list_ai_message_pane_t4_ParamLimits

0xb919,	// (0x0002769e) list_ai_message_pane_t4

0x0003,

0xf9c4,	// (0x0002b749) list_ai_message_pane_t_ParamLimits

0xf9c4,	// (0x0002b749) list_ai_message_pane_t

0xb8b6,	// (0x0002763b) cell_ai_soft_ind_pane_ParamLimits

0xb8b6,	// (0x0002763b) cell_ai_soft_ind_pane

0x6f8d,	// (0x00022d12) cell_ai_soft_ind_pane_g1_ParamLimits

0x6f8d,	// (0x00022d12) cell_ai_soft_ind_pane_g1

0x5e7b,	// (0x00021c00) grid_highlight_cp1

0x6f9a,	// (0x00022d1f) text_secondary_cp56_ParamLimits

0x6f9a,	// (0x00022d1f) text_secondary_cp56

0xb88b,	// (0x00027610) example_general_pane_ParamLimits

0xb88b,	// (0x00027610) example_general_pane

0xb897,	// (0x0002761c) example_parent_pane_g1_ParamLimits

0xb897,	// (0x0002761c) example_parent_pane_g1

0xb8a3,	// (0x00027628) example_parent_pane_t1_ParamLimits

0xb8a3,	// (0x00027628) example_parent_pane_t1

0x9c6c,	// (0x000259f1) popup_preview_text_window_ParamLimits

0x9c6c,	// (0x000259f1) popup_preview_text_window

0x6e84,	// (0x00022c09) list_single_pane_cp2_g4

0x60b2,	// (0x00021e37) bg_popup_preview_window_pane_ParamLimits

0x60b2,	// (0x00021e37) bg_popup_preview_window_pane

0xb62d,	// (0x000273b2) popup_preview_text_window_t1_ParamLimits

0xb62d,	// (0x000273b2) popup_preview_text_window_t1

0xb646,	// (0x000273cb) popup_preview_text_window_t2_ParamLimits

0xb646,	// (0x000273cb) popup_preview_text_window_t2

0xb68f,	// (0x00027414) popup_preview_text_window_t3_ParamLimits

0xb68f,	// (0x00027414) popup_preview_text_window_t3

0xb6d4,	// (0x00027459) popup_preview_text_window_t4_ParamLimits

0xb6d4,	// (0x00027459) popup_preview_text_window_t4

0x0004,

0xf993,	// (0x0002b718) popup_preview_text_window_t_ParamLimits

0xf993,	// (0x0002b718) popup_preview_text_window_t

0xb752,	// (0x000274d7) scroll_pane_cp11

0x7362,	// (0x000230e7) bg_popup_preview_window_pane_g1

0xb5e1,	// (0x00027366) bg_popup_preview_window_pane_g2

0xb5eb,	// (0x00027370) bg_popup_preview_window_pane_g3

0xb5f5,	// (0x0002737a) bg_popup_preview_window_pane_g4

0xb5ff,	// (0x00027384) bg_popup_preview_window_pane_g5

0xb609,	// (0x0002738e) bg_popup_preview_window_pane_g6

0xb611,	// (0x00027396) bg_popup_preview_window_pane_g7

0xb619,	// (0x0002739e) bg_popup_preview_window_pane_g8

0x88a8,	// (0x0002462d) aid_popup_width_pane

0x9c48,	// (0x000259cd) popup_midp_note_alarm_window_ParamLimits

0x9c48,	// (0x000259cd) popup_midp_note_alarm_window

0x64dd,	// (0x00022262) data_form_pane_ParamLimits

0xdcd3,	// (0x00029a58) form_field_data_pane_g1

0xdcdd,	// (0x00029a62) form_field_data_pane_t1_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_ParamLimits

0x64f7,	// (0x0002227c) data_form_wide_pane_ParamLimits

0xdcf7,	// (0x00029a7c) form_field_data_wide_pane_g1

0xdd03,	// (0x00029a88) form_field_data_wide_pane_t1_ParamLimits

0x626b,	// (0x00021ff0) input_focus_pane_cp6_ParamLimits

0x8fe5,	// (0x00024d6a) input_popup_find_pane_g1_ParamLimits

0x8fe5,	// (0x00024d6a) input_popup_find_pane_g1

0x913e,	// (0x00024ec3) aid_navi_side_left_pane

0x9153,	// (0x00024ed8) aid_navi_side_right_pane

0x7b4e,	// (0x000238d3) bg_popup_window_pane_cp30_ParamLimits

0x7b4e,	// (0x000238d3) bg_popup_window_pane_cp30

0x7bc8,	// (0x0002394d) popup_midp_note_alarm_window_g1_ParamLimits

0x7bc8,	// (0x0002394d) popup_midp_note_alarm_window_g1

0x7bf8,	// (0x0002397d) popup_midp_note_alarm_window_t1_ParamLimits

0x7bf8,	// (0x0002397d) popup_midp_note_alarm_window_t1

0x7c99,	// (0x00023a1e) popup_midp_note_alarm_window_t2_ParamLimits

0x7c99,	// (0x00023a1e) popup_midp_note_alarm_window_t2

0x7d47,	// (0x00023acc) popup_midp_note_alarm_window_t3_ParamLimits

0x7d47,	// (0x00023acc) popup_midp_note_alarm_window_t3

0x7d6f,	// (0x00023af4) popup_midp_note_alarm_window_t4_ParamLimits

0x7d6f,	// (0x00023af4) popup_midp_note_alarm_window_t4

0x7d8f,	// (0x00023b14) popup_midp_note_alarm_window_t5_ParamLimits

0x7d8f,	// (0x00023b14) popup_midp_note_alarm_window_t5

0x000a,

0xf930,	// (0x0002b6b5) popup_midp_note_alarm_window_t_ParamLimits

0xf930,	// (0x0002b6b5) popup_midp_note_alarm_window_t

0x7e3b,	// (0x00023bc0) wait_bar_pane_cp1_ParamLimits

0x7e3b,	// (0x00023bc0) wait_bar_pane_cp1

0x5e7b,	// (0x00021c00) wait_anim_pane_copy1

0x5e7b,	// (0x00021c00) wait_border_pane_copy1

0x7867,	// (0x000235ec) wait_border_pane_g1_copy1

0xdd1d,	// (0x00029aa2) form_field_popup_pane_g1

0xdd25,	// (0x00029aaa) form_field_popup_pane_t1_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_cp7_ParamLimits

0x6523,	// (0x000222a8) list_form_pane_ParamLimits

0xdd3f,	// (0x00029ac4) form_field_popup_wide_pane_g1

0xdd47,	// (0x00029acc) form_field_popup_wide_pane_t1_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_cp8_ParamLimits

0x652f,	// (0x000222b4) list_form_wide_pane_ParamLimits

0xbb06,	// (0x0002788b) aid_size_cell_graphic_pane

0xddd0,	// (0x00029b55) data_form_pane_t1_ParamLimits

0xdfb9,	// (0x00029d3e) data_form_wide_pane_t1_ParamLimits

0x9f80,	// (0x00025d05) bg_status_flat_pane

0x8c27,	// (0x000249ac) title_pane_t1_ParamLimits

0x5e91,	// (0x00021c16) title_pane_t2_ParamLimits

0x5eb7,	// (0x00021c3c) title_pane_t3_ParamLimits

0xf5f3,	// (0x0002b378) title_pane_t_ParamLimits

0x69a2,	// (0x00022727) level_1_signal_ParamLimits

0x69b4,	// (0x00022739) level_2_signal_ParamLimits

0x69c7,	// (0x0002274c) level_3_signal_ParamLimits

0x69da,	// (0x0002275f) level_4_signal_ParamLimits

0x69ed,	// (0x00022772) level_5_signal_ParamLimits

0x6a00,	// (0x00022785) level_6_signal_ParamLimits

0x6a13,	// (0x00022798) level_7_signal_ParamLimits

0x69a2,	// (0x00022727) level_1_battery_ParamLimits

0x69b4,	// (0x00022739) level_2_battery_ParamLimits

0x69c7,	// (0x0002274c) level_3_battery_ParamLimits

0x69da,	// (0x0002275f) level_4_battery_ParamLimits

0x69ed,	// (0x00022772) level_5_battery_ParamLimits

0x6a00,	// (0x00022785) level_6_battery_ParamLimits

0x6a13,	// (0x00022798) level_7_battery_ParamLimits

0x7a71,	// (0x000237f6) bg_status_flat_pane_g1

0x7a79,	// (0x000237fe) bg_status_flat_pane_g2

0x7a81,	// (0x00023806) bg_status_flat_pane_g3

0x7a89,	// (0x0002380e) bg_status_flat_pane_g4

0x7a91,	// (0x00023816) bg_status_flat_pane_g5

0x7a99,	// (0x0002381e) bg_status_flat_pane_g6

0x7aa1,	// (0x00023826) bg_status_flat_pane_g7

0x8c97,	// (0x00024a1c) tabs_3_active_pane_t1_ParamLimits

0x8c97,	// (0x00024a1c) tabs_3_passive_pane_t1_ParamLimits

0x8cb1,	// (0x00024a36) tabs_4_active_pane_t1_ParamLimits

0x8cb1,	// (0x00024a36) tabs_4_1_passive_pane_t1_ParamLimits

0x8ffb,	// (0x00024d80) tabs_2_active_pane_t1_ParamLimits

0x8ffb,	// (0x00024d80) tabs_2_passive_pane_t1_ParamLimits

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp4_ParamLimits

0x900d,	// (0x00024d92) tabs_2_long_active_pane_t1_ParamLimits

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp4_ParamLimits

0xa2ab,	// (0x00026030) list_single_midp_graphic_pane_t1_ParamLimits

0x6e04,	// (0x00022b89) bg_active_tab_pane_cp5_ParamLimits

0x902c,	// (0x00024db1) tabs_3_long_active_pane_t1_ParamLimits

0x9020,	// (0x00024da5) bg_passive_tab_pane_cp5_ParamLimits

0xa2ab,	// (0x00026030) list_single_midp_graphic_pane_t1

0x9f80,	// (0x00025d05) bg_status_flat_pane_ParamLimits

0x7233,	// (0x00022fb8) indicator_pane_cp2_ParamLimits

0x7233,	// (0x00022fb8) indicator_pane_cp2

0xa0e3,	// (0x00025e68) navi_pane_srt_ParamLimits

0xa0e3,	// (0x00025e68) navi_pane_srt

0x725b,	// (0x00022fe0) popup_clock_digital_analogue_window_cp1

0x5f1b,	// (0x00021ca0) indicator_pane_t1

0x6f49,	// (0x00022cce) copy_highlight_pane

0x6f49,	// (0x00022cce) cursor_graphics_pane

0x6f49,	// (0x00022cce) graphic_within_text_pane

0x6f49,	// (0x00022cce) link_highlight_pane

0xb715,	// (0x0002749a) popup_preview_text_window_t5_ParamLimits

0xb715,	// (0x0002749a) popup_preview_text_window_t5

0x6fb6,	// (0x00022d3b) cursor_digital_pane

0x6fb6,	// (0x00022d3b) cursor_primary_pane

0x6fc7,	// (0x00022d4c) cursor_primary_small_pane

0x6fcf,	// (0x00022d54) cursor_secondary_pane

0x6fd7,	// (0x00022d5c) cursor_title_pane

0x6fb6,	// (0x00022d3b) link_highlight_digital_pane

0x6fbe,	// (0x00022d43) link_highlight_primary_pane

0x6fc7,	// (0x00022d4c) link_highlight_primary_small_pane

0x6fcf,	// (0x00022d54) link_highlight_secondary_pane

0x6fd7,	// (0x00022d5c) link_highlight_title_pane

0x6fb6,	// (0x00022d3b) copy_highlight_digital_pane

0x6fb6,	// (0x00022d3b) copy_highlight_primary_pane

0x6fc7,	// (0x00022d4c) copy_highlight_primary_small_pane

0x6fcf,	// (0x00022d54) copy_highlight_secondary_pane

0x6fd7,	// (0x00022d5c) copy_highlight_title_pane

0x6fcf,	// (0x00022d54) graphic_text_digital_pane

0x7af1,	// (0x00023876) graphic_text_primary_pane

0x7afa,	// (0x0002387f) graphic_text_primary_small_pane

0x6fc7,	// (0x00022d4c) graphic_text_secondary_pane

0x6fb6,	// (0x00022d3b) graphic_text_title_pane

0x9669,	// (0x000253ee) cursor_primary_pane_g1

0x7ae3,	// (0x00023868) cursor_text_primary_t1

0xa457,	// (0x000261dc) cursor_primary_small_pane_g1

0x7ad5,	// (0x0002385a) cursor_text_primary_small_t1

0xa44d,	// (0x000261d2) cursor_primary_small_pane_g1_copy1

0x7ac7,	// (0x0002384c) cursor_text_primary_small_t1_copy1

0x7ab9,	// (0x0002383e) cursor_text_title_t1

0xa443,	// (0x000261c8) cursor_title_pane_g1

0x9669,	// (0x000253ee) cursor_digital_pane_g1

0x6fdf,	// (0x00022d64) cursor_text_digital_t1

0x6fed,	// (0x00022d72) link_highlight_primary_pane_g1

0x7a62,	// (0x000237e7) link_highlight_primary_pane_t1

0x6fed,	// (0x00022d72) link_highlight_primary_small_pane_g1

0x6ff5,	// (0x00022d7a) link_highlight_primary_small_pane_t1

0x6fed,	// (0x00022d72) link_highlight_secondary_pane_g1

0x7004,	// (0x00022d89) link_highlight_secondary_pane_t1

0x79c7,	// (0x0002374c) link_highlight_title_pane_g1

0x79de,	// (0x00023763) link_highlight_title_pane_t1

0x79c7,	// (0x0002374c) link_highlight_digital_pane_g1

0x79cf,	// (0x00023754) link_highlight_digital_pane_t1

0x7886,	// (0x0002360b) copy_highlight_primary_pane_g1

0x78ac,	// (0x00023631) copy_highlight_primary_pane_t1

0x7886,	// (0x0002360b) copy_highlight_primary_small_pane_g1

0x789d,	// (0x00023622) copy_highlight_primary_small_pane_t1

0x7013,	// (0x00022d98) copy_highlight_secondary_pane_g1

0x701b,	// (0x00022da0) copy_highlight_secondary_pane_t1

0x7886,	// (0x0002360b) copy_highlight_title_pane_g1

0x788e,	// (0x00023613) copy_highlight_title_pane_t1

0x7886,	// (0x0002360b) copy_highlight_digital_pane_g1

0xbc9e,	// (0x00027a23) copy_highlight_digital_pane_t1

0xbbf2,	// (0x00027977) graphic_text_primary_pane_g1

0xbc82,	// (0x00027a07) graphic_text_primary_pane_t1

0xbc90,	// (0x00027a15) graphic_text_primary_pane_t2

0x0001,

0xfa5f,	// (0x0002b7e4) graphic_text_primary_pane_t

0xbc5e,	// (0x000279e3) graphic_text_primary_small_pane_g1

0xbc66,	// (0x000279eb) graphic_text_primary_small_pane_t1

0xbc74,	// (0x000279f9) graphic_text_primary_small_pane_t2

0x0001,

0xfa5a,	// (0x0002b7df) graphic_text_primary_small_pane_t

0xbc3a,	// (0x000279bf) graphic_text_secondary_pane_g1

0xbc42,	// (0x000279c7) graphic_text_secondary_pane_t1

0xbc50,	// (0x000279d5) graphic_text_secondary_pane_t2

0x0001,

0xfa55,	// (0x0002b7da) graphic_text_secondary_pane_t

0xbc16,	// (0x0002799b) graphic_text_title_pane_g1

0xbc1e,	// (0x000279a3) graphic_text_title_pane_t1

0xbc2c,	// (0x000279b1) graphic_text_title_pane_t2

0x0001,

0xfa50,	// (0x0002b7d5) graphic_text_title_pane_t

0xbbf2,	// (0x00027977) graphic_text_digital_pane_g1

0xbbfa,	// (0x0002797f) graphic_text_digital_pane_t1

0xbc08,	// (0x0002798d) graphic_text_digital_pane_t2

0x0001,

0xfa4b,	// (0x0002b7d0) graphic_text_digital_pane_t

0x5ed7,	// (0x00021c5c) navi_icon_pane_srt_ParamLimits

0x5ed7,	// (0x00021c5c) navi_icon_pane_srt

0x5e7b,	// (0x00021c00) navi_midp_pane_srt

0x5e7b,	// (0x00021c00) navi_navi_pane_srt

0x5ed7,	// (0x00021c5c) navi_text_pane_srt_ParamLimits

0x5ed7,	// (0x00021c5c) navi_text_pane_srt

0xbbbd,	// (0x00027942) navi_navi_icon_text_pane_srt

0xbbc5,	// (0x0002794a) navi_navi_pane_srt_g1_ParamLimits

0xbbc5,	// (0x0002794a) navi_navi_pane_srt_g1

0xbbd7,	// (0x0002795c) navi_navi_pane_srt_g2_ParamLimits

0xbbd7,	// (0x0002795c) navi_navi_pane_srt_g2

0x0001,

0xfa46,	// (0x0002b7cb) navi_navi_pane_srt_g_ParamLimits

0xfa46,	// (0x0002b7cb) navi_navi_pane_srt_g

0xbbe9,	// (0x0002796e) navi_navi_tabs_pane_srt

0xbbbd,	// (0x00027942) navi_navi_text_pane_srt

0xbbbd,	// (0x00027942) navi_navi_volume_pane_srt

0xbbae,	// (0x00027933) navi_navi_text_pane_srt_t1

0xa750,	// (0x000264d5) navi_navi_volume_pane_srt_g1

0xa758,	// (0x000264dd) volume_small_pane_srt_ParamLimits

0xa758,	// (0x000264dd) volume_small_pane_srt

0x9673,	// (0x000253f8) volume_small_pane_srt_g1_ParamLimits

0x9673,	// (0x000253f8) volume_small_pane_srt_g1

0x9683,	// (0x00025408) volume_small_pane_srt_g2_ParamLimits

0x9683,	// (0x00025408) volume_small_pane_srt_g2

0x9694,	// (0x00025419) volume_small_pane_srt_g3_ParamLimits

0x9694,	// (0x00025419) volume_small_pane_srt_g3

0x96a5,	// (0x0002542a) volume_small_pane_srt_g4_ParamLimits

0x96a5,	// (0x0002542a) volume_small_pane_srt_g4

0x96b6,	// (0x0002543b) volume_small_pane_srt_g5_ParamLimits

0x96b6,	// (0x0002543b) volume_small_pane_srt_g5

0x96c7,	// (0x0002544c) volume_small_pane_srt_g6_ParamLimits

0x96c7,	// (0x0002544c) volume_small_pane_srt_g6

0x96d8,	// (0x0002545d) volume_small_pane_srt_g7_ParamLimits

0x96d8,	// (0x0002545d) volume_small_pane_srt_g7

0x96e9,	// (0x0002546e) volume_small_pane_srt_g8_ParamLimits

0x96e9,	// (0x0002546e) volume_small_pane_srt_g8

0x96fa,	// (0x0002547f) volume_small_pane_srt_g9_ParamLimits

0x96fa,	// (0x0002547f) volume_small_pane_srt_g9

0x970b,	// (0x00025490) volume_small_pane_srt_g10_ParamLimits

0x970b,	// (0x00025490) volume_small_pane_srt_g10

0x0009,

0xf7f5,	// (0x0002b57a) volume_small_pane_srt_g_ParamLimits

0xf7f5,	// (0x0002b57a) volume_small_pane_srt_g

0x6167,	// (0x00021eec) query_popup_data_pane_cp2

0xbb94,	// (0x00027919) navi_navi_icon_text_pane_srt_t1_ParamLimits

0xbb94,	// (0x00027919) navi_navi_icon_text_pane_srt_t1

0x7af1,	// (0x00023876) navi_tabs_2_long_pane_srt

0x7af1,	// (0x00023876) navi_tabs_2_pane_srt

0x7af1,	// (0x00023876) navi_tabs_3_long_pane_srt

0x7af1,	// (0x00023876) navi_tabs_3_pane_srt

0x7af1,	// (0x00023876) navi_tabs_4_pane_srt

0xa730,	// (0x000264b5) tabs_2_active_pane_srt_ParamLimits

0xa730,	// (0x000264b5) tabs_2_active_pane_srt

0xa740,	// (0x000264c5) tabs_2_passive_pane_srt_ParamLimits

0xa740,	// (0x000264c5) tabs_2_passive_pane_srt

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp1_srt_ParamLimits

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp1_srt

0xbb72,	// (0x000278f7) bg_passive_tab_pane_g1_cp1_srt

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp1_srt

0xbb7b,	// (0x00027900) bg_passive_tab_pane_g3_cp1_srt

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp1_srt_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp1_srt

0xbb84,	// (0x00027909) tabs_2_active_pane_srt_g1

0xed77,	// (0x0002aafc) tabs_2_active_pane_srt_t1_ParamLimits

0xed77,	// (0x0002aafc) tabs_2_active_pane_srt_t1

0xbb72,	// (0x000278f7) bg_active_tab_pane_g1_cp1_srt

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp1_srt

0xbb7b,	// (0x00027900) bg_active_tab_pane_g3_cp1_srt

0xa6fd,	// (0x00026482) tabs_3_active_pane_srt_ParamLimits

0xa6fd,	// (0x00026482) tabs_3_active_pane_srt

0xa70e,	// (0x00026493) tabs_3_passive_pane_cp_srt_ParamLimits

0xa70e,	// (0x00026493) tabs_3_passive_pane_cp_srt

0xa71f,	// (0x000264a4) tabs_3_passive_pane_srt_ParamLimits

0xa71f,	// (0x000264a4) tabs_3_passive_pane_srt

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp2_srt_ParamLimits

0x6e34,	// (0x00022bb9) bg_passive_tab_pane_cp2_srt

0x7033,	// (0x00022db8) bg_passive_tab_pane_g1_cp2_srt

0x6bf4,	// (0x00022979) bg_passive_tab_pane_g2_cp2_srt

0x702a,	// (0x00022daf) bg_passive_tab_pane_g3_cp2_srt

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp2_srt_ParamLimits

0x5ed7,	// (0x00021c5c) bg_active_tab_pane_cp2_srt

0xbb6a,	// (0x000278ef) tabs_3_active_pane_srt_g1

0xed65,	// (0x0002aaea) tabs_3_active_pane_srt_t1_ParamLimits

0xed65,	// (0x0002aaea) tabs_3_active_pane_srt_t1

0x7033,	// (0x00022db8) bg_active_tab_pane_g1_cp2_srt

0x6bf4,	// (0x00022979) bg_active_tab_pane_g2_cp2_srt

0x702a,	// (0x00022daf) bg_active_tab_pane_g3_cp2_srt

0xa6b5,	// (0x0002643a) tabs_4_active_pane_srt_ParamLimits

0xa6b5,	// (0x0002643a) tabs_4_active_pane_srt

0xa6c7,	// (0x0002644c) tabs_4_passive_pane_cp2_srt_ParamLimits

0xa6c7,	// (0x0002644c) tabs_4_passive_pane_cp2_srt

0x98a7,	// (0x0002562c) aid_size_cell_toolbar

0x9020,	// (0x00024da5) main_idle_act_pane_ParamLimits

0x9a72,	// (0x000257f7) popup_large_graphic_colour_window_ParamLimits

0x9e17,	// (0x00025b9c) popup_toolbar_window_ParamLimits

0x9e17,	// (0x00025b9c) popup_toolbar_window

0xba82,	// (0x00027807) list_single_graphic_2heading_pane_ParamLimits

0xba82,	// (0x00027807) list_single_graphic_2heading_pane

0x67e0,	// (0x00022565) aid_size_cell_apps_grid_lsc_pane

0x67e8,	// (0x0002256d) aid_size_cell_apps_grid_prt_pane

0x6e34,	// (0x00022bb9) bg_wml_button_pane_cp1_ParamLimits

0x6e34,	// (0x00022bb9) bg_wml_button_pane_cp1

0xa3e7,	// (0x0002616c) form_midp_field_text_pane_t1_ParamLimits

0x744a,	// (0x000231cf) input_focus_pane_cp050_ParamLimits

0x7591,	// (0x00023316) list_midp_form_text_pane_ParamLimits

0x756e,	// (0x000232f3) input_focus_pane_cp051_ParamLimits

0x7582,	// (0x00023307) list_midp_choice_pane_ParamLimits

0x78dd,	// (0x00023662) list_single_2graphic_pane_cp3_ParamLimits

0x78dd,	// (0x00023662) list_single_2graphic_pane_cp3

0xa390,	// (0x00026115) list_single_midp_graphic_pane_ParamLimits

0xa390,	// (0x00026115) list_single_midp_graphic_pane

0x8816,	// (0x0002459b) list_single_graphic_2heading_pane_g1_ParamLimits

0x8816,	// (0x0002459b) list_single_graphic_2heading_pane_g1

0x8822,	// (0x000245a7) list_single_graphic_2heading_pane_g4_ParamLimits

0x8822,	// (0x000245a7) list_single_graphic_2heading_pane_g4

0x882e,	// (0x000245b3) list_single_graphic_2heading_pane_g5_ParamLimits

0x882e,	// (0x000245b3) list_single_graphic_2heading_pane_g5

0x0002,

0xf848,	// (0x0002b5cd) list_single_graphic_2heading_pane_g_ParamLimits

0xf848,	// (0x0002b5cd) list_single_graphic_2heading_pane_g

0x883a,	// (0x000245bf) list_single_graphic_2heading_pane_t1_ParamLimits

0x883a,	// (0x000245bf) list_single_graphic_2heading_pane_t1

0x884e,	// (0x000245d3) list_single_graphic_2heading_pane_t2_ParamLimits

0x884e,	// (0x000245d3) list_single_graphic_2heading_pane_t2

0x8868,	// (0x000245ed) list_single_graphic_2heading_pane_t3_ParamLimits

0x8868,	// (0x000245ed) list_single_graphic_2heading_pane_t3

0x0002,

0xf84f,	// (0x0002b5d4) list_single_graphic_2heading_pane_t_ParamLimits

0xf84f,	// (0x0002b5d4) list_single_graphic_2heading_pane_t

0x72a0,	// (0x00023025) bg_popup_sub_pane_cp2

0x72ca,	// (0x0002304f) grid_toobar_pane

0xa219,	// (0x00025f9e) cell_toolbar_pane_ParamLimits

0xa219,	// (0x00025f9e) cell_toolbar_pane

0x7306,	// (0x0002308b) cell_toolbar_pane_g1_ParamLimits

0x7306,	// (0x0002308b) cell_toolbar_pane_g1

0x731a,	// (0x0002309f) cell_toolbar_pane_g2_ParamLimits

0x731a,	// (0x0002309f) cell_toolbar_pane_g2

0x0001,

0xf85d,	// (0x0002b5e2) cell_toolbar_pane_g_ParamLimits

0xf85d,	// (0x0002b5e2) cell_toolbar_pane_g

0x733c,	// (0x000230c1) grid_highlight_pane_cp2_ParamLimits

0x733c,	// (0x000230c1) grid_highlight_pane_cp2

0x7356,	// (0x000230db) toolbar_button_pane

0x7362,	// (0x000230e7) toolbar_button_pane_g1

0x7372,	// (0x000230f7) toolbar_button_pane_g2

0x736a,	// (0x000230ef) toolbar_button_pane_g3

0x7382,	// (0x00023107) toolbar_button_pane_g4

0x737a,	// (0x000230ff) toolbar_button_pane_g5

0x738a,	// (0x0002310f) toolbar_button_pane_g6

0x7392,	// (0x00023117) toolbar_button_pane_g7

0x73a2,	// (0x00023127) toolbar_button_pane_g8

0x739a,	// (0x0002311f) toolbar_button_pane_g9

0x0009,

0xf862,	// (0x0002b5e7) toolbar_button_pane_g

0xa251,	// (0x00025fd6) list_single_2graphic_pane_g1_cp3_ParamLimits

0xa251,	// (0x00025fd6) list_single_2graphic_pane_g1_cp3

0xa25d,	// (0x00025fe2) list_single_2graphic_pane_g2_cp3_ParamLimits

0xa25d,	// (0x00025fe2) list_single_2graphic_pane_g2_cp3

0xa26e,	// (0x00025ff3) list_single_2graphic_pane_g3_cp3

0xa276,	// (0x00025ffb) list_single_2graphic_pane_g4_cp3_ParamLimits

0xa276,	// (0x00025ffb) list_single_2graphic_pane_g4_cp3

0xa282,	// (0x00026007) list_single_2graphic_pane_t1_cp3_ParamLimits

0xa282,	// (0x00026007) list_single_2graphic_pane_t1_cp3

0xa29f,	// (0x00026024) list_single_midp_graphic_pane_g2_ParamLimits

0xa29f,	// (0x00026024) list_single_midp_graphic_pane_g2

0x98af,	// (0x00025634) aid_zoom_text_primary

0x87fa,	// (0x0002457f) aid_zoom_text_secondary

0x70e3,	// (0x00022e68) status_small_pane_g7_ParamLimits

0x70e3,	// (0x00022e68) status_small_pane_g7

0x7106,	// (0x00022e8b) status_small_pane_t1_ParamLimits

0x8c0a,	// (0x0002498f) title_pane_g2

0x0003,

0xf5ea,	// (0x0002b36f) title_pane_g

0x8e6a,	// (0x00024bef) aid_size_cell_colour_1_pane_ParamLimits

0x8e6a,	// (0x00024bef) aid_size_cell_colour_1_pane

0x8e7e,	// (0x00024c03) aid_size_cell_colour_2_pane_ParamLimits

0x8e7e,	// (0x00024c03) aid_size_cell_colour_2_pane

0x8e92,	// (0x00024c17) aid_size_cell_colour_3_pane_ParamLimits

0x8e92,	// (0x00024c17) aid_size_cell_colour_3_pane

0x8ea6,	// (0x00024c2b) aid_size_cell_colour_4_pane_ParamLimits

0x8ea6,	// (0x00024c2b) aid_size_cell_colour_4_pane

0x907a,	// (0x00024dff) title_pane_stacon_g1_ParamLimits

0x907a,	// (0x00024dff) title_pane_stacon_g1

0x7919,	// (0x0002369e) popup_note_wait_window_g3_ParamLimits

0x7919,	// (0x0002369e) popup_note_wait_window_g3

0x7990,	// (0x00023715) popup_note_wait_window_t5_ParamLimits

0x7990,	// (0x00023715) popup_note_wait_window_t5

0x5e7b,	// (0x00021c00) main_feb_china_hwr_fs_writing_pane

0x9939,	// (0x000256be) popup_feb_china_hwr_fs_window_ParamLimits

0x9939,	// (0x000256be) popup_feb_china_hwr_fs_window

0xa2c1,	// (0x00026046) aid_size_cell_hwr_fs_ParamLimits

0xa2c1,	// (0x00026046) aid_size_cell_hwr_fs

0x744a,	// (0x000231cf) bg_popup_sub_pane_cp3_ParamLimits

0x744a,	// (0x000231cf) bg_popup_sub_pane_cp3

0xa2d6,	// (0x0002605b) grid_hwr_fs_pane_ParamLimits

0xa2d6,	// (0x0002605b) grid_hwr_fs_pane

0xa2ee,	// (0x00026073) linegrid_hwr_fs_pane_ParamLimits

0xa2ee,	// (0x00026073) linegrid_hwr_fs_pane

0xa2fe,	// (0x00026083) cell_hwr_fs_pane_ParamLimits

0xa2fe,	// (0x00026083) cell_hwr_fs_pane

0x7456,	// (0x000231db) linegrid_hwr_fs_pane_g1_ParamLimits

0x7456,	// (0x000231db) linegrid_hwr_fs_pane_g1

0xa322,	// (0x000260a7) linegrid_hwr_fs_pane_g2_ParamLimits

0xa322,	// (0x000260a7) linegrid_hwr_fs_pane_g2

0x7462,	// (0x000231e7) linegrid_hwr_fs_pane_g3_ParamLimits

0x7462,	// (0x000231e7) linegrid_hwr_fs_pane_g3

0xa334,	// (0x000260b9) linegrid_hwr_fs_pane_g4_ParamLimits

0xa334,	// (0x000260b9) linegrid_hwr_fs_pane_g4

0xa352,	// (0x000260d7) linegrid_hwr_fs_pane_g5_ParamLimits

0xa352,	// (0x000260d7) linegrid_hwr_fs_pane_g5

0x0004,

0xf88d,	// (0x0002b612) linegrid_hwr_fs_pane_g_ParamLimits

0xf88d,	// (0x0002b612) linegrid_hwr_fs_pane_g

0x746e,	// (0x000231f3) cell_hwr_fs_pane_g1_ParamLimits

0x746e,	// (0x000231f3) cell_hwr_fs_pane_g1

0x726c,	// (0x00022ff1) cell_hwr_fs_pane_g2_ParamLimits

0x726c,	// (0x00022ff1) cell_hwr_fs_pane_g2

0xa368,	// (0x000260ed) cell_hwr_fs_pane_g3_ParamLimits

0xa368,	// (0x000260ed) cell_hwr_fs_pane_g3

0xa375,	// (0x000260fa) cell_hwr_fs_pane_g4_ParamLimits

0xa375,	// (0x000260fa) cell_hwr_fs_pane_g4

0x0003,

0xf898,	// (0x0002b61d) cell_hwr_fs_pane_g_ParamLimits

0xf898,	// (0x0002b61d) cell_hwr_fs_pane_g

0xa382,	// (0x00026107) cell_hwr_fs_pane_t1

0x5e7b,	// (0x00021c00) grid_highlight_pane_cp6

0x5e7b,	// (0x00021c00) main_idle_act2_pane

0x65ef,	// (0x00022374) aid_inside_area_popup_secondary

0xe981,	// (0x0002a706) aid_inside_area_window_primary_ParamLimits

0xe981,	// (0x0002a706) aid_inside_area_window_primary

0xbcad,	// (0x00027a32) ai2_news_ticker_pane

0xbcb5,	// (0x00027a3a) aid_size_cell_ai1_link_ParamLimits

0xbcb5,	// (0x00027a3a) aid_size_cell_ai1_link

0xed89,	// (0x0002ab0e) popup_ai2_data_window_ParamLimits

0xed89,	// (0x0002ab0e) popup_ai2_data_window

0xbccf,	// (0x00027a54) popup_ai2_link_window_ParamLimits

0xbccf,	// (0x00027a54) popup_ai2_link_window

0x744a,	// (0x000231cf) bg_popup_sub_pane_cp4_ParamLimits

0x744a,	// (0x000231cf) bg_popup_sub_pane_cp4

0xbce5,	// (0x00027a6a) grid_ai2_link_pane_ParamLimits

0xbce5,	// (0x00027a6a) grid_ai2_link_pane

0xbcfc,	// (0x00027a81) popup_ai2_link_window_g1_ParamLimits

0xbcfc,	// (0x00027a81) popup_ai2_link_window_g1

0xbd08,	// (0x00027a8d) popup_ai2_link_window_g2_ParamLimits

0xbd08,	// (0x00027a8d) popup_ai2_link_window_g2

0x0001,

0xfa64,	// (0x0002b7e9) popup_ai2_link_window_g_ParamLimits

0xfa64,	// (0x0002b7e9) popup_ai2_link_window_g

0xbd19,	// (0x00027a9e) ai2_mp_button_pane

0xbd21,	// (0x00027aa6) ai2_mp_volume_pane

0x756e,	// (0x000232f3) bg_popup_sub_pane_cp5_ParamLimits

0x756e,	// (0x000232f3) bg_popup_sub_pane_cp5

0xbd29,	// (0x00027aae) heading_ai2_gene_pane_ParamLimits

0xbd29,	// (0x00027aae) heading_ai2_gene_pane

0xbd35,	// (0x00027aba) list_ai2_gene_pane_ParamLimits

0xbd35,	// (0x00027aba) list_ai2_gene_pane

0xbd7d,	// (0x00027b02) cell_ai2_link_pane_ParamLimits

0xbd7d,	// (0x00027b02) cell_ai2_link_pane

0xbd93,	// (0x00027b18) cell_ai2_link_pane_g1

0x5e7b,	// (0x00021c00) grid_highlight_pane_cp7

0xa76d,	// (0x000264f2) ai2_mp_volume_pane_g1

0xbe30,	// (0x00027bb5) ai2_mp_volume_pane_g2

0xedc1,	// (0x0002ab46) list_ai2_gene_pane_t1

0xbe38,	// (0x00027bbd) ai2_mp_volume_pane_g3

0x0002,

0xfa7d,	// (0x0002b802) ai2_mp_volume_pane_g

0xa775,	// (0x000264fa) volume_small_pane_cp3

0xbe40,	// (0x00027bc5) aid_size_cell_ai2_button

0xbe48,	// (0x00027bcd) grid_ai2_button_pane

0xbe51,	// (0x00027bd6) cell_ai2_button_pane_ParamLimits

0xbe51,	// (0x00027bd6) cell_ai2_button_pane

0x5e0d,	// (0x00021b92) cell_ai2_button_pane_g1

0x5e7b,	// (0x00021c00) grid_highlight_pane_cp8

0xbdf0,	// (0x00027b75) ai2_gene_pane_t1_ParamLimits

0xbdf0,	// (0x00027b75) ai2_gene_pane_t1

0x989d,	// (0x00025622) aid_height_parent_landscape

0xeafe,	// (0x0002a883) aid_height_set_list

0xba20,	// (0x000277a5) aid_size_parent

0xbb06,	// (0x0002788b) aid_size_cell_graphic_pane_ParamLimits

0xbd45,	// (0x00027aca) popup_ai2_data_window_g1_ParamLimits

0xbd45,	// (0x00027aca) popup_ai2_data_window_g1

0xbd51,	// (0x00027ad6) ai2_news_ticker_pane_g1

0xbd59,	// (0x00027ade) ai2_news_ticker_pane_g2

0x0001,

0xfa69,	// (0x0002b7ee) ai2_news_ticker_pane_g

0xbd61,	// (0x00027ae6) ai2_news_ticker_pane_t1

0xbd6f,	// (0x00027af4) ai2_news_ticker_pane_t2

0x0001,

0xfa6e,	// (0x0002b7f3) ai2_news_ticker_pane_t

0xbd9c,	// (0x00027b21) heading_ai2_gene_pane_g1

0xbda4,	// (0x00027b29) heading_ai2_gene_pane_t1_ParamLimits

0xbda4,	// (0x00027b29) heading_ai2_gene_pane_t1

0xbdb9,	// (0x00027b3e) list_highlight_pane_cp6

0xeda7,	// (0x0002ab2c) ai2_gene_pane_ParamLimits

0xeda7,	// (0x0002ab2c) ai2_gene_pane

0xedcf,	// (0x0002ab54) list_ai2_gene_pane_t2

0x0001,

0xfa73,	// (0x0002b7f8) list_ai2_gene_pane_t

0xbdc1,	// (0x00027b46) list_highlight_pane_cp8_ParamLimits

0xbdc1,	// (0x00027b46) list_highlight_pane_cp8

0xbdd2,	// (0x00027b57) ai2_gene_pane_g1_ParamLimits

0xbdd2,	// (0x00027b57) ai2_gene_pane_g1

0xbde4,	// (0x00027b69) ai2_gene_pane_g2_ParamLimits

0xbde4,	// (0x00027b69) ai2_gene_pane_g2

0x0001,

0xfa78,	// (0x0002b7fd) ai2_gene_pane_g_ParamLimits

0xfa78,	// (0x0002b7fd) ai2_gene_pane_g

0x6488,	// (0x0002220d) scroll_pane_cp12

0x9854,	// (0x000255d9) control_pane_t3_ParamLimits

0x9854,	// (0x000255d9) control_pane_t3

0x70f7,	// (0x00022e7c) status_small_pane_g8_ParamLimits

0x70f7,	// (0x00022e7c) status_small_pane_g8

0x9a37,	// (0x000257bc) popup_find_window_ParamLimits

0x9c5e,	// (0x000259e3) popup_note_image_window_ParamLimits

0xdf00,	// (0x00029c85) list_double2_graphic_pane_vc_g1_ParamLimits

0xdf00,	// (0x00029c85) list_double2_graphic_pane_vc_g1

0xdf0c,	// (0x00029c91) list_double2_graphic_pane_vc_g2_ParamLimits

0xdf0c,	// (0x00029c91) list_double2_graphic_pane_vc_g2

0xdf18,	// (0x00029c9d) list_double2_graphic_pane_vc_g3_ParamLimits

0xdf18,	// (0x00029c9d) list_double2_graphic_pane_vc_g3

0x0002,

0xf856,	// (0x0002b5db) list_double2_graphic_pane_vc_g_ParamLimits

0xf856,	// (0x0002b5db) list_double2_graphic_pane_vc_g

0xdf24,	// (0x00029ca9) list_double2_graphic_pane_vc_t1_ParamLimits

0xdf24,	// (0x00029ca9) list_double2_graphic_pane_vc_t1

0xdf0c,	// (0x00029c91) list_single_heading_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_single_heading_pane_vc_g1

0xdf18,	// (0x00029c9d) list_single_heading_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_single_heading_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_single_heading_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_single_heading_pane_vc_g

0xdf3a,	// (0x00029cbf) list_single_heading_pane_vc_t1_ParamLimits

0xdf3a,	// (0x00029cbf) list_single_heading_pane_vc_t1

0xdf50,	// (0x00029cd5) list_single_heading_pane_vc_t2_ParamLimits

0xdf50,	// (0x00029cd5) list_single_heading_pane_vc_t2

0x0001,

0xf87c,	// (0x0002b601) list_single_heading_pane_vc_t_ParamLimits

0xf87c,	// (0x0002b601) list_single_heading_pane_vc_t

0x73aa,	// (0x0002312f) list_setting_number_pane_vc_g1_ParamLimits

0x73aa,	// (0x0002312f) list_setting_number_pane_vc_g1

0x73b6,	// (0x0002313b) list_setting_number_pane_vc_g2_ParamLimits

0x73b6,	// (0x0002313b) list_setting_number_pane_vc_g2

0x0001,

0xf881,	// (0x0002b606) list_setting_number_pane_vc_g_ParamLimits

0xf881,	// (0x0002b606) list_setting_number_pane_vc_g

0x73c2,	// (0x00023147) list_setting_number_pane_vc_t1_ParamLimits

0x73c2,	// (0x00023147) list_setting_number_pane_vc_t1

0x73d6,	// (0x0002315b) list_setting_number_pane_vc_t2_ParamLimits

0x73d6,	// (0x0002315b) list_setting_number_pane_vc_t2

0x73ea,	// (0x0002316f) list_setting_number_pane_vc_t3_ParamLimits

0x73ea,	// (0x0002316f) list_setting_number_pane_vc_t3

0x0002,

0xf886,	// (0x0002b60b) list_setting_number_pane_vc_t_ParamLimits

0xf886,	// (0x0002b60b) list_setting_number_pane_vc_t

0x7410,	// (0x00023195) set_value_pane_vc_ParamLimits

0x7410,	// (0x00023195) set_value_pane_vc

0xba82,	// (0x00027807) list_double2_graphic_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double2_graphic_pane_vc

0xba82,	// (0x00027807) list_double2_large_graphic_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double2_large_graphic_pane_vc

0xba82,	// (0x00027807) list_double2_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double2_pane_vc

0xba82,	// (0x00027807) list_double_graphic_heading_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_graphic_heading_pane_vc

0xba82,	// (0x00027807) list_double_graphic_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_graphic_pane_vc

0xba82,	// (0x00027807) list_double_heading_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_heading_pane_vc

0xba82,	// (0x00027807) list_double_large_graphic_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_large_graphic_pane_vc

0xba82,	// (0x00027807) list_double_number_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_number_pane_vc

0xba82,	// (0x00027807) list_double_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_pane_vc

0xba82,	// (0x00027807) list_double_time_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_double_time_pane_vc

0xba82,	// (0x00027807) list_setting_number_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_setting_number_pane_vc

0xba82,	// (0x00027807) list_setting_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_setting_pane_vc

0xba82,	// (0x00027807) list_single_graphic_heading_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_single_graphic_heading_pane_vc

0xba82,	// (0x00027807) list_single_heading_pane_vc_ParamLimits

0xba82,	// (0x00027807) list_single_heading_pane_vc

0xdffd,	// (0x00029d82) list_single_number_heading_pane_vc_ParamLimits

0xdffd,	// (0x00029d82) list_single_number_heading_pane_vc

0xdf00,	// (0x00029c85) list_double_graphic_heading_pane_vc_g1_ParamLimits

0xdf00,	// (0x00029c85) list_double_graphic_heading_pane_vc_g1

0xdf0c,	// (0x00029c91) list_double_graphic_heading_pane_vc_g2_ParamLimits

0xdf0c,	// (0x00029c91) list_double_graphic_heading_pane_vc_g2

0xdf18,	// (0x00029c9d) list_double_graphic_heading_pane_vc_g3_ParamLimits

0xdf18,	// (0x00029c9d) list_double_graphic_heading_pane_vc_g3

0x0002,

0xf856,	// (0x0002b5db) list_double_graphic_heading_pane_vc_g_ParamLimits

0xf856,	// (0x0002b5db) list_double_graphic_heading_pane_vc_g

0xe058,	// (0x00029ddd) list_double_graphic_heading_pane_vc_t1_ParamLimits

0xe058,	// (0x00029ddd) list_double_graphic_heading_pane_vc_t1

0xdf3a,	// (0x00029cbf) list_double_graphic_heading_pane_vc_t2_ParamLimits

0xdf3a,	// (0x00029cbf) list_double_graphic_heading_pane_vc_t2

0x0001,

0xfa84,	// (0x0002b809) list_double_graphic_heading_pane_vc_t_ParamLimits

0xfa84,	// (0x0002b809) list_double_graphic_heading_pane_vc_t

0x73aa,	// (0x0002312f) list_setting_pane_vc_g1_ParamLimits

0x73aa,	// (0x0002312f) list_setting_pane_vc_g1

0x73b6,	// (0x0002313b) list_setting_pane_vc_g2_ParamLimits

0x73b6,	// (0x0002313b) list_setting_pane_vc_g2

0x0001,

0xf881,	// (0x0002b606) list_setting_pane_vc_g_ParamLimits

0xf881,	// (0x0002b606) list_setting_pane_vc_g

0xc06f,	// (0x00027df4) list_setting_pane_vc_t1_ParamLimits

0xc06f,	// (0x00027df4) list_setting_pane_vc_t1

0xc083,	// (0x00027e08) list_setting_pane_vc_t2_ParamLimits

0xc083,	// (0x00027e08) list_setting_pane_vc_t2

0x0001,

0xfac7,	// (0x0002b84c) list_setting_pane_vc_t_ParamLimits

0xfac7,	// (0x0002b84c) list_setting_pane_vc_t

0x7410,	// (0x00023195) set_value_pane_cp_vc_ParamLimits

0x7410,	// (0x00023195) set_value_pane_cp_vc

0xdf0c,	// (0x00029c91) list_single_number_heading_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_single_number_heading_pane_vc_g1

0xdf18,	// (0x00029c9d) list_single_number_heading_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_single_number_heading_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_single_number_heading_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_single_number_heading_pane_vc_g

0xdf3a,	// (0x00029cbf) list_single_number_heading_pane_vc_t1_ParamLimits

0xdf3a,	// (0x00029cbf) list_single_number_heading_pane_vc_t1

0xe06a,	// (0x00029def) list_single_number_heading_pane_vc_t2_ParamLimits

0xe06a,	// (0x00029def) list_single_number_heading_pane_vc_t2

0xe07c,	// (0x00029e01) list_single_number_heading_pane_vc_t3_ParamLimits

0xe07c,	// (0x00029e01) list_single_number_heading_pane_vc_t3

0x0002,

0xfacc,	// (0x0002b851) list_single_number_heading_pane_vc_t_ParamLimits

0xfacc,	// (0x0002b851) list_single_number_heading_pane_vc_t

0xdf00,	// (0x00029c85) list_single_graphic_heading_pane_vc_g1_ParamLimits

0xdf00,	// (0x00029c85) list_single_graphic_heading_pane_vc_g1

0xdf0c,	// (0x00029c91) list_single_graphic_heading_pane_vc_g4_ParamLimits

0xdf0c,	// (0x00029c91) list_single_graphic_heading_pane_vc_g4

0xdf18,	// (0x00029c9d) list_single_graphic_heading_pane_vc_g5_ParamLimits

0xdf18,	// (0x00029c9d) list_single_graphic_heading_pane_vc_g5

0x0002,

0xf856,	// (0x0002b5db) list_single_graphic_heading_pane_vc_g_ParamLimits

0xf856,	// (0x0002b5db) list_single_graphic_heading_pane_vc_g

0xdf3a,	// (0x00029cbf) list_single_graphic_heading_pane_vc_t1_ParamLimits

0xdf3a,	// (0x00029cbf) list_single_graphic_heading_pane_vc_t1

0xe08e,	// (0x00029e13) list_single_graphic_heading_pane_vc_t2_ParamLimits

0xe08e,	// (0x00029e13) list_single_graphic_heading_pane_vc_t2

0x0001,

0xfad3,	// (0x0002b858) list_single_graphic_heading_pane_vc_t_ParamLimits

0xfad3,	// (0x0002b858) list_single_graphic_heading_pane_vc_t

0xdf0c,	// (0x00029c91) list_double2_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_double2_pane_vc_g1

0xdf18,	// (0x00029c9d) list_double2_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_double2_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_double2_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_double2_pane_vc_g

0xe0a0,	// (0x00029e25) list_double2_pane_vc_t1_ParamLimits

0xe0a0,	// (0x00029e25) list_double2_pane_vc_t1

0xe0b6,	// (0x00029e3b) list_double2_large_graphic_pane_vc_g1_ParamLimits

0xe0b6,	// (0x00029e3b) list_double2_large_graphic_pane_vc_g1

0xdf0c,	// (0x00029c91) list_double2_large_graphic_pane_vc_g2_ParamLimits

0xdf0c,	// (0x00029c91) list_double2_large_graphic_pane_vc_g2

0xdf18,	// (0x00029c9d) list_double2_large_graphic_pane_vc_g3_ParamLimits

0xdf18,	// (0x00029c9d) list_double2_large_graphic_pane_vc_g3

0x0002,

0xfad8,	// (0x0002b85d) list_double2_large_graphic_pane_vc_g_ParamLimits

0xfad8,	// (0x0002b85d) list_double2_large_graphic_pane_vc_g

0xe0c2,	// (0x00029e47) list_double2_large_graphic_pane_vc_t1_ParamLimits

0xe0c2,	// (0x00029e47) list_double2_large_graphic_pane_vc_t1

0xe0d8,	// (0x00029e5d) list_double_time_pane_vc_g1_ParamLimits

0xe0d8,	// (0x00029e5d) list_double_time_pane_vc_g1

0xe0e4,	// (0x00029e69) list_double_time_pane_vc_g2_ParamLimits

0xe0e4,	// (0x00029e69) list_double_time_pane_vc_g2

0x0001,

0xfadf,	// (0x0002b864) list_double_time_pane_vc_g_ParamLimits

0xfadf,	// (0x0002b864) list_double_time_pane_vc_g

0xe0f0,	// (0x00029e75) list_double_time_pane_vc_t1_ParamLimits

0xe0f0,	// (0x00029e75) list_double_time_pane_vc_t1

0xe109,	// (0x00029e8e) list_double_time_pane_vc_t2_ParamLimits

0xe109,	// (0x00029e8e) list_double_time_pane_vc_t2

0xe147,	// (0x00029ecc) list_double_time_pane_vc_t3_ParamLimits

0xe147,	// (0x00029ecc) list_double_time_pane_vc_t3

0xe15f,	// (0x00029ee4) list_double_time_pane_vc_t4_ParamLimits

0xe15f,	// (0x00029ee4) list_double_time_pane_vc_t4

0x0003,

0xfae4,	// (0x0002b869) list_double_time_pane_vc_t_ParamLimits

0xfae4,	// (0x0002b869) list_double_time_pane_vc_t

0xdf0c,	// (0x00029c91) list_double_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_double_pane_vc_g1

0xdf18,	// (0x00029c9d) list_double_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_double_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_double_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_double_pane_vc_g

0xe173,	// (0x00029ef8) list_double_pane_vc_t1_ParamLimits

0xe173,	// (0x00029ef8) list_double_pane_vc_t1

0xe185,	// (0x00029f0a) list_double_pane_vc_t2_ParamLimits

0xe185,	// (0x00029f0a) list_double_pane_vc_t2

0x0001,

0xfaed,	// (0x0002b872) list_double_pane_vc_t_ParamLimits

0xfaed,	// (0x0002b872) list_double_pane_vc_t

0xdf0c,	// (0x00029c91) list_double_number_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_double_number_pane_vc_g1

0xdf18,	// (0x00029c9d) list_double_number_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_double_number_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_double_number_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_double_number_pane_vc_g

0xe19b,	// (0x00029f20) list_double_number_pane_vc_t1_ParamLimits

0xe19b,	// (0x00029f20) list_double_number_pane_vc_t1

0xe1af,	// (0x00029f34) list_double_number_pane_vc_t2_ParamLimits

0xe1af,	// (0x00029f34) list_double_number_pane_vc_t2

0xe185,	// (0x00029f0a) list_double_number_pane_vc_t3_ParamLimits

0xe185,	// (0x00029f0a) list_double_number_pane_vc_t3

0x0002,

0xfaf2,	// (0x0002b877) list_double_number_pane_vc_t_ParamLimits

0xfaf2,	// (0x0002b877) list_double_number_pane_vc_t

0xe1c1,	// (0x00029f46) list_double_large_graphic_pane_vc_g1_ParamLimits

0xe1c1,	// (0x00029f46) list_double_large_graphic_pane_vc_g1

0xe1cd,	// (0x00029f52) list_double_large_graphic_pane_vc_g2_ParamLimits

0xe1cd,	// (0x00029f52) list_double_large_graphic_pane_vc_g2

0xdf18,	// (0x00029c9d) list_double_large_graphic_pane_vc_g3_ParamLimits

0xdf18,	// (0x00029c9d) list_double_large_graphic_pane_vc_g3

0xe1dc,	// (0x00029f61) list_double_large_graphic_pane_vc_g4_ParamLimits

0xe1dc,	// (0x00029f61) list_double_large_graphic_pane_vc_g4

0x0003,

0xfaf9,	// (0x0002b87e) list_double_large_graphic_pane_vc_g_ParamLimits

0xfaf9,	// (0x0002b87e) list_double_large_graphic_pane_vc_g

0xe1e8,	// (0x00029f6d) list_double_large_graphic_pane_vc_t1_ParamLimits

0xe1e8,	// (0x00029f6d) list_double_large_graphic_pane_vc_t1

0xe1fa,	// (0x00029f7f) list_double_large_graphic_pane_vc_t2_ParamLimits

0xe1fa,	// (0x00029f7f) list_double_large_graphic_pane_vc_t2

0x0001,

0xfb02,	// (0x0002b887) list_double_large_graphic_pane_vc_t_ParamLimits

0xfb02,	// (0x0002b887) list_double_large_graphic_pane_vc_t

0xdf0c,	// (0x00029c91) list_double_heading_pane_vc_g1_ParamLimits

0xdf0c,	// (0x00029c91) list_double_heading_pane_vc_g1

0xdf18,	// (0x00029c9d) list_double_heading_pane_vc_g2_ParamLimits

0xdf18,	// (0x00029c9d) list_double_heading_pane_vc_g2

0x0001,

0xf877,	// (0x0002b5fc) list_double_heading_pane_vc_g_ParamLimits

0xf877,	// (0x0002b5fc) list_double_heading_pane_vc_g

0xe211,	// (0x00029f96) list_double_heading_pane_vc_t1_ParamLimits

0xe211,	// (0x00029f96) list_double_heading_pane_vc_t1

0xdf3a,	// (0x00029cbf) list_double_heading_pane_vc_t2_ParamLimits

0xdf3a,	// (0x00029cbf) list_double_heading_pane_vc_t2

0x0001,

0xfb07,	// (0x0002b88c) list_double_heading_pane_vc_t_ParamLimits

0xfb07,	// (0x0002b88c) list_double_heading_pane_vc_t

0xe223,	// (0x00029fa8) list_double_graphic_pane_vc_g1_ParamLimits

0xe223,	// (0x00029fa8) list_double_graphic_pane_vc_g1

0xe233,	// (0x00029fb8) list_double_graphic_pane_vc_g2_ParamLimits

0xe233,	// (0x00029fb8) list_double_graphic_pane_vc_g2

0xe242,	// (0x00029fc7) list_double_graphic_pane_vc_g3_ParamLimits

0xe242,	// (0x00029fc7) list_double_graphic_pane_vc_g3

0x0002,

0xfb0c,	// (0x0002b891) list_double_graphic_pane_vc_g_ParamLimits

0xfb0c,	// (0x0002b891) list_double_graphic_pane_vc_g

0xe24e,	// (0x00029fd3) list_double_graphic_pane_vc_t1_ParamLimits

0xe24e,	// (0x00029fd3) list_double_graphic_pane_vc_t1

0xe185,	// (0x00029f0a) list_double_graphic_pane_vc_t2_ParamLimits

0xe185,	// (0x00029f0a) list_double_graphic_pane_vc_t2

0x0001,

0xfb13,	// (0x0002b898) list_double_graphic_pane_vc_t_ParamLimits

0xfb13,	// (0x0002b898) list_double_graphic_pane_vc_t

0x88b4,	// (0x00024639) aid_size_cell_fastswap

0x88bc,	// (0x00024641) aid_size_cell_touch_ParamLimits

0x88bc,	// (0x00024641) aid_size_cell_touch

0x8a93,	// (0x00024818) popup_fast_swap_wide_window_ParamLimits

0x8a93,	// (0x00024818) popup_fast_swap_wide_window

0x8b9d,	// (0x00024922) touch_pane_ParamLimits

0x8b9d,	// (0x00024922) touch_pane

0x64d5,	// (0x0002225a) button_value_adjust_pane_cp2

0x64d5,	// (0x0002225a) button_value_adjust_pane_cp4

0xdc3b,	// (0x000299c0) form_field_data_pane_cp2

0xdc60,	// (0x000299e5) form_field_data_wide_pane_cp2

0x681f,	// (0x000225a4) bg_scroll_pane_ParamLimits

0x926a,	// (0x00024fef) scroll_handle_pane_ParamLimits

0x927e,	// (0x00025003) scroll_sc2_down_pane_ParamLimits

0x927e,	// (0x00025003) scroll_sc2_down_pane

0x6850,	// (0x000225d5) scroll_sc2_up_pane_ParamLimits

0x6850,	// (0x000225d5) scroll_sc2_up_pane

0xeed6,	// (0x0002ac5b) grid_wheel_folder_pane_g1_ParamLimits

0xeed6,	// (0x0002ac5b) grid_wheel_folder_pane_g1

0x94fb,	// (0x00025280) clock_nsta_pane_cp2_ParamLimits

0x94fb,	// (0x00025280) clock_nsta_pane_cp2

0x95a6,	// (0x0002532b) listscroll_midp_pane_ParamLimits

0x95b2,	// (0x00025337) midp_canvas_pane

0x9895,	// (0x0002561a) nsta_clock_indic_pane

0x7175,	// (0x00022efa) listscroll_form_pane_vc

0x717d,	// (0x00022f02) listscroll_set_pane_vc_ParamLimits

0x717d,	// (0x00022f02) listscroll_set_pane_vc

0x9f9c,	// (0x00025d21) clock_nsta_pane

0x9fa9,	// (0x00025d2e) indicator_nsta_pane

0x72a0,	// (0x00023025) bg_popup_sub_pane_cp2_ParamLimits

0x72b4,	// (0x00023039) find_pane_cp2_ParamLimits

0x72b4,	// (0x00023039) find_pane_cp2

0x72ca,	// (0x0002304f) grid_toobar_pane_ParamLimits

0x741e,	// (0x000231a3) list_form_gen_pane_vc_ParamLimits

0x741e,	// (0x000231a3) list_form_gen_pane_vc

0x7434,	// (0x000231b9) scroll_pane_cp8_vc_ParamLimits

0x7434,	// (0x000231b9) scroll_pane_cp8_vc

0x7484,	// (0x00023209) data_form_wide_pane_vc_ParamLimits

0x7484,	// (0x00023209) data_form_wide_pane_vc

0x7490,	// (0x00023215) form_field_data_wide_pane_vc_g1

0x7498,	// (0x0002321d) form_field_data_wide_pane_vc_t1_ParamLimits

0x7498,	// (0x0002321d) form_field_data_wide_pane_vc_t1

0x64e9,	// (0x0002226e) input_focus_pane_cp6_vc_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_cp6_vc

0xa40f,	// (0x00026194) list_midp_pane_ParamLimits

0xa41b,	// (0x000261a0) scroll_pane_cp16_ParamLimits

0xa41b,	// (0x000261a0) scroll_pane_cp16

0x7702,	// (0x00023487) button_value_adjust_pane_ParamLimits

0x7702,	// (0x00023487) button_value_adjust_pane

0xeb0f,	// (0x0002a894) button_value_adjust_pane_cp6_ParamLimits

0xeb0f,	// (0x0002a894) button_value_adjust_pane_cp6

0xec5d,	// (0x0002a9e2) settings_code_pane_cp_ParamLimits

0xec5d,	// (0x0002a9e2) settings_code_pane_cp

0x5e0d,	// (0x00021b92) cell_touch_pane_g1

0x5e0d,	// (0x00021b92) cell_touch_pane_g2

0x0001,

0xf79f,	// (0x0002b524) cell_touch_pane_g

0xeddd,	// (0x0002ab62) cell_touch_pane_cp_ParamLimits

0xeddd,	// (0x0002ab62) cell_touch_pane_cp

0xeded,	// (0x0002ab72) cell_touch_pane_ParamLimits

0xeded,	// (0x0002ab72) cell_touch_pane

0x5e0d,	// (0x00021b92) scroll_sc2_down_pane_g1

0x5e0d,	// (0x00021b92) scroll_sc2_up_pane_g1

0x5e7b,	// (0x00021c00) bg_set_opt_pane_cp4_vc

0xbe63,	// (0x00027be8) list_set_graphic_pane_vc_g1_ParamLimits

0xbe63,	// (0x00027be8) list_set_graphic_pane_vc_g1

0xbe6f,	// (0x00027bf4) list_set_graphic_pane_vc_g2_ParamLimits

0xbe6f,	// (0x00027bf4) list_set_graphic_pane_vc_g2

0x0001,

0xfa89,	// (0x0002b80e) list_set_graphic_pane_vc_g_ParamLimits

0xfa89,	// (0x0002b80e) list_set_graphic_pane_vc_g

0xbe7b,	// (0x00027c00) text_primary_small_cp13_vc_ParamLimits

0xbe7b,	// (0x00027c00) text_primary_small_cp13_vc

0xbe93,	// (0x00027c18) list_set_graphic_pane_vc_ParamLimits

0xbe93,	// (0x00027c18) list_set_graphic_pane_vc

0x5e7b,	// (0x00021c00) input_focus_pane_cp2_vc

0x5e0d,	// (0x00021b92) setting_code_pane_vc_g1

0xbea6,	// (0x00027c2b) setting_code_pane_vc_t1

0xbeb4,	// (0x00027c39) set_text_pane_vc_t1_ParamLimits

0xbeb4,	// (0x00027c39) set_text_pane_vc_t1

0x5e7b,	// (0x00021c00) input_focus_pane_cp1_vc

0xbed2,	// (0x00027c57) list_set_text_pane_vc

0x5e0d,	// (0x00021b92) setting_text_pane_vc_g1

0x5e7b,	// (0x00021c00) bg_set_opt_pane_cp2_vc

0xbedc,	// (0x00027c61) setting_slider_graphic_pane_vc_g1

0xbee4,	// (0x00027c69) setting_slider_graphic_pane_vc_t1

0xbef2,	// (0x00027c77) setting_slider_graphic_pane_vc_t2

0x0001,

0xfa8e,	// (0x0002b813) setting_slider_graphic_pane_vc_t

0xbf00,	// (0x00027c85) slider_set_pane_cp_vc

0xbf08,	// (0x00027c8d) slider_set_pane_vc_g1

0xbf11,	// (0x00027c96) slider_set_pane_vc_g2

0x0006,

0xfa93,	// (0x0002b818) slider_set_pane_vc_g

0x6550,	// (0x000222d5) set_opt_bg_pane_g1_copy1

0x6558,	// (0x000222dd) set_opt_bg_pane_g2_copy1

0xbf3d,	// (0x00027cc2) set_opt_bg_pane_g3_copy1

0x6568,	// (0x000222ed) set_opt_bg_pane_g4_copy1

0x6570,	// (0x000222f5) set_opt_bg_pane_g5_copy1

0x6578,	// (0x000222fd) set_opt_bg_pane_g6_copy1

0xbf47,	// (0x00027ccc) set_opt_bg_pane_g7_copy1

0xbf51,	// (0x00027cd6) set_opt_bg_pane_g8_copy1

0xbf5b,	// (0x00027ce0) set_opt_bg_pane_g9_copy1

0x5e7b,	// (0x00021c00) bg_set_opt_pane_cp_vc

0xbf65,	// (0x00027cea) setting_slider_pane_vc_t1

0xbee4,	// (0x00027c69) setting_slider_pane_vc_t2

0xbef2,	// (0x00027c77) setting_slider_pane_vc_t3

0x0002,

0xfaa2,	// (0x0002b827) setting_slider_pane_vc_t

0xbf00,	// (0x00027c85) slider_set_pane_vc

0xa461,	// (0x000261e6) volume_set_pane_vc_g1

0xa77e,	// (0x00026503) volume_set_pane_vc_g2

0xa787,	// (0x0002650c) volume_set_pane_vc_g3

0xa790,	// (0x00026515) volume_set_pane_vc_g4

0xa799,	// (0x0002651e) volume_set_pane_vc_g5

0xa7a2,	// (0x00026527) volume_set_pane_vc_g6

0xa7ab,	// (0x00026530) volume_set_pane_vc_g7

0xa7b4,	// (0x00026539) volume_set_pane_vc_g8

0xa7bd,	// (0x00026542) volume_set_pane_vc_g9

0xa7c6,	// (0x0002654b) volume_set_pane_vc_g10

0x0009,

0xfaa9,	// (0x0002b82e) volume_set_pane_vc_g

0xbf74,	// (0x00027cf9) volume_set_pane_vc

0xbf7c,	// (0x00027d01) button_value_adjust_pane_cp1_vc

0xbf86,	// (0x00027d0b) list_highlight_pane_cp2_vc

0xbf8f,	// (0x00027d14) list_set_pane_vc_ParamLimits

0xbf8f,	// (0x00027d14) list_set_pane_vc

0xbffd,	// (0x00027d82) main_pane_set_vc_t1_ParamLimits

0xbffd,	// (0x00027d82) main_pane_set_vc_t1

0xc012,	// (0x00027d97) main_pane_set_vc_t2_ParamLimits

0xc012,	// (0x00027d97) main_pane_set_vc_t2

0xc024,	// (0x00027da9) main_pane_set_vc_t3_ParamLimits

0xc024,	// (0x00027da9) main_pane_set_vc_t3

0xc038,	// (0x00027dbd) main_pane_set_vc_t4_ParamLimits

0xc038,	// (0x00027dbd) main_pane_set_vc_t4

0x0003,

0xfabe,	// (0x0002b843) main_pane_set_vc_t_ParamLimits

0xfabe,	// (0x0002b843) main_pane_set_vc_t

0xc04c,	// (0x00027dd1) setting_code_pane_vc_ParamLimits

0xc04c,	// (0x00027dd1) setting_code_pane_vc

0xc05d,	// (0x00027de2) setting_slider_graphic_pane_vc

0xc05d,	// (0x00027de2) setting_slider_pane_vc

0xc05d,	// (0x00027de2) setting_text_pane_vc

0xc05d,	// (0x00027de2) setting_volume_pane_vc

0xc067,	// (0x00027dec) scroll_pane_cp121_vc

0x64c3,	// (0x00022248) set_content_pane_vc

0xc0a5,	// (0x00027e2a) button_value_adjust_pane_g1

0xc0ae,	// (0x00027e33) button_value_adjust_pane_g2

0x0001,

0xfb18,	// (0x0002b89d) button_value_adjust_pane_g

0xc0b7,	// (0x00027e3c) form_field_slider_wide_pane_vc_t1_ParamLimits

0xc0b7,	// (0x00027e3c) form_field_slider_wide_pane_vc_t1

0xc0c9,	// (0x00027e4e) form_field_slider_wide_pane_vc_t2_ParamLimits

0xc0c9,	// (0x00027e4e) form_field_slider_wide_pane_vc_t2

0x0001,

0xfb1d,	// (0x0002b8a2) form_field_slider_wide_pane_vc_t_ParamLimits

0xfb1d,	// (0x0002b8a2) form_field_slider_wide_pane_vc_t

0x5ec9,	// (0x00021c4e) input_focus_pane_cp10_vc_ParamLimits

0x5ec9,	// (0x00021c4e) input_focus_pane_cp10_vc

0xc0db,	// (0x00027e60) slider_cont_pane_cp1_vc_ParamLimits

0xc0db,	// (0x00027e60) slider_cont_pane_cp1_vc

0xbf08,	// (0x00027c8d) slider_form_pane_g1_cp2

0xbf11,	// (0x00027c96) slider_form_pane_g2_cp2

0xc0f4,	// (0x00027e79) form_field_slider_pane_vc_t3

0xc102,	// (0x00027e87) form_field_slider_pane_vc_t4

0xc110,	// (0x00027e95) slider_form_pane_vc_ParamLimits

0xc110,	// (0x00027e95) slider_form_pane_vc

0xc11d,	// (0x00027ea2) form_field_slider_pane_vc_t1_ParamLimits

0xc11d,	// (0x00027ea2) form_field_slider_pane_vc_t1

0xc0c9,	// (0x00027e4e) form_field_slider_pane_vc_t2_ParamLimits

0xc0c9,	// (0x00027e4e) form_field_slider_pane_vc_t2

0x0001,

0xfb2d,	// (0x0002b8b2) form_field_slider_pane_vc_t_ParamLimits

0xfb2d,	// (0x0002b8b2) form_field_slider_pane_vc_t

0x5ec9,	// (0x00021c4e) input_focus_pane_cp9_vc_ParamLimits

0x5ec9,	// (0x00021c4e) input_focus_pane_cp9_vc

0xc133,	// (0x00027eb8) slider_cont_pane_vc_ParamLimits

0xc133,	// (0x00027eb8) slider_cont_pane_vc

0xc145,	// (0x00027eca) list_form_graphic_pane_cp_vc_ParamLimits

0xc145,	// (0x00027eca) list_form_graphic_pane_cp_vc

0x7490,	// (0x00023215) form_field_popup_wide_pane_vc_g1

0xc15a,	// (0x00027edf) form_field_popup_wide_pane_vc_t1_ParamLimits

0xc15a,	// (0x00027edf) form_field_popup_wide_pane_vc_t1

0x64e9,	// (0x0002226e) input_focus_pane_cp8_vc_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_cp8_vc

0xc171,	// (0x00027ef6) list_form_wide_pane_vc_ParamLimits

0xc171,	// (0x00027ef6) list_form_wide_pane_vc

0xc17d,	// (0x00027f02) list_form_graphic_pane_vc_g1

0xc185,	// (0x00027f0a) list_form_graphic_pane_vc_t1_ParamLimits

0xc185,	// (0x00027f0a) list_form_graphic_pane_vc_t1

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp5_vc_ParamLimits

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp5_vc

0xc1a1,	// (0x00027f26) list_form_graphic_pane_vc_ParamLimits

0xc1a1,	// (0x00027f26) list_form_graphic_pane_vc

0x7490,	// (0x00023215) form_field_popup_pane_vc_g1

0xc1bb,	// (0x00027f40) form_field_popup_pane_vc_t1_ParamLimits

0xc1bb,	// (0x00027f40) form_field_popup_pane_vc_t1

0x64e9,	// (0x0002226e) input_focus_pane_cp7_vc_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_cp7_vc

0xc1d2,	// (0x00027f57) list_form_pane_vc_ParamLimits

0xc1d2,	// (0x00027f57) list_form_pane_vc

0xc1de,	// (0x00027f63) data_form_pane_vc_t1_ParamLimits

0xc1de,	// (0x00027f63) data_form_pane_vc_t1

0x6550,	// (0x000222d5) input_focus_pane_vc_g1

0x6558,	// (0x000222dd) input_focus_pane_vc_g2

0x6560,	// (0x000222e5) input_focus_pane_vc_g3

0x6568,	// (0x000222ed) input_focus_pane_vc_g4

0x6570,	// (0x000222f5) input_focus_pane_vc_g5

0x6578,	// (0x000222fd) input_focus_pane_vc_g6

0x6580,	// (0x00022305) input_focus_pane_vc_g7

0x6588,	// (0x0002230d) input_focus_pane_vc_g8

0x6590,	// (0x00022315) input_focus_pane_vc_g9

0x5e0d,	// (0x00021b92) input_focus_pane_vc_g10

0x0009,

0xf728,	// (0x0002b4ad) input_focus_pane_vc_g

0x7484,	// (0x00023209) data_form_pane_vc_ParamLimits

0x7484,	// (0x00023209) data_form_pane_vc

0x7490,	// (0x00023215) form_field_data_pane_vc_g1

0xc1fb,	// (0x00027f80) form_field_data_pane_vc_t1_ParamLimits

0xc1fb,	// (0x00027f80) form_field_data_pane_vc_t1

0x64e9,	// (0x0002226e) input_focus_pane_vc_ParamLimits

0x64e9,	// (0x0002226e) input_focus_pane_vc

0xc215,	// (0x00027f9a) button_value_adjust_pane_cp3_vc

0xc21d,	// (0x00027fa2) button_value_adjust_pane_cp5_vc

0xc225,	// (0x00027faa) form_field_data_pane_vc_ParamLimits

0xc225,	// (0x00027faa) form_field_data_pane_vc

0xc240,	// (0x00027fc5) form_field_data_pane_vc_cp2

0xc248,	// (0x00027fcd) form_field_data_wide_pane_vc_ParamLimits

0xc248,	// (0x00027fcd) form_field_data_wide_pane_vc

0xc262,	// (0x00027fe7) form_field_data_wide_pane_vc_cp2

0xc26a,	// (0x00027fef) form_field_popup_pane_vc_ParamLimits

0xc26a,	// (0x00027fef) form_field_popup_pane_vc

0xc285,	// (0x0002800a) form_field_popup_wide_pane_vc_ParamLimits

0xc285,	// (0x0002800a) form_field_popup_wide_pane_vc

0xc29f,	// (0x00028024) form_field_slider_pane_vc_ParamLimits

0xc29f,	// (0x00028024) form_field_slider_pane_vc

0xc2b2,	// (0x00028037) form_field_slider_wide_pane_vc_ParamLimits

0xc2b2,	// (0x00028037) form_field_slider_wide_pane_vc

0xedfe,	// (0x0002ab83) grid_touch_1_pane_ParamLimits

0xedfe,	// (0x0002ab83) grid_touch_1_pane

0xee0a,	// (0x0002ab8f) grid_touch_2_pane_ParamLimits

0xee0a,	// (0x0002ab8f) grid_touch_2_pane

0x713b,	// (0x00022ec0) touch_pane_g1_ParamLimits

0x713b,	// (0x00022ec0) touch_pane_g1

0xc2c5,	// (0x0002804a) cell_app_pane_cp_wide_ParamLimits

0xc2c5,	// (0x0002804a) cell_app_pane_cp_wide

0xc2d6,	// (0x0002805b) grid_popup_fast_wide_pane_ParamLimits

0xc2d6,	// (0x0002805b) grid_popup_fast_wide_pane

0xc2ea,	// (0x0002806f) scroll_pane_cp19_ParamLimits

0xc2ea,	// (0x0002806f) scroll_pane_cp19

0x5e7b,	// (0x00021c00) bg_popup_window_pane_cp20

0xc2fe,	// (0x00028083) listscroll_popup_fast_wide_pane

0x5ed7,	// (0x00021c5c) grid_indicator_nsta_pane

0xc306,	// (0x0002808b) clock_nsta_pane_g1

0xc30f,	// (0x00028094) clock_nsta_pane_t1

0xc32b,	// (0x000280b0) cell_indicator_nsta_pane_ParamLimits

0xc32b,	// (0x000280b0) cell_indicator_nsta_pane

0xc363,	// (0x000280e8) cell_indicator_nsta_pane_g1

0xc371,	// (0x000280f6) cell_indicator_nsta_pane_g2

0x0001,

0xfb37,	// (0x0002b8bc) cell_indicator_nsta_pane_g

0xc386,	// (0x0002810b) clock_nsta_pane_cp

0xc390,	// (0x00028115) indicator_nsta_pane_cp

0xc39b,	// (0x00028120) nsta_clock_indic_pane_g1

0x5f13,	// (0x00021c98) grid_indicator_pane

0x6945,	// (0x000226ca) scroll_pane_cp29

0x944a,	// (0x000251cf) indicator_nsta_pane_cp2_ParamLimits

0x944a,	// (0x000251cf) indicator_nsta_pane_cp2

0x5ed7,	// (0x00021c5c) main_apps_wheel_pane

0x75ab,	// (0x00023330) form_midp_field_text_pane_ParamLimits

0x76e2,	// (0x00023467) scroll_bar_cp050_ParamLimits

0xc3d3,	// (0x00028158) cell_indicator_pane_ParamLimits

0xc3d3,	// (0x00028158) cell_indicator_pane

0xc3ea,	// (0x0002816f) cell_indicator_pane_g1

0xee24,	// (0x0002aba9) grid_wheel_folder_pane_ParamLimits

0xee24,	// (0x0002aba9) grid_wheel_folder_pane

0xee38,	// (0x0002abbd) list_wheel_apps_pane_ParamLimits

0xee38,	// (0x0002abbd) list_wheel_apps_pane

0xee4b,	// (0x0002abd0) main_apps_wheel_pane_g1_ParamLimits

0xee4b,	// (0x0002abd0) main_apps_wheel_pane_g1

0xee67,	// (0x0002abec) main_apps_wheel_pane_g2_ParamLimits

0xee67,	// (0x0002abec) main_apps_wheel_pane_g2

0x0001,

0xfb46,	// (0x0002b8cb) main_apps_wheel_pane_g_ParamLimits

0xfb46,	// (0x0002b8cb) main_apps_wheel_pane_g

0xee83,	// (0x0002ac08) main_apps_wheel_pane_t1_ParamLimits

0xee83,	// (0x0002ac08) main_apps_wheel_pane_t1

0xeeaa,	// (0x0002ac2f) list_wheel_apps_pane_g1

0xeeb2,	// (0x0002ac37) list_wheel_apps_pane_g2

0xeeba,	// (0x0002ac3f) list_wheel_apps_pane_g3

0xeec2,	// (0x0002ac47) list_wheel_apps_pane_g4

0xeecc,	// (0x0002ac51) list_wheel_apps_pane_g5

0x0004,

0xfb4b,	// (0x0002b8d0) list_wheel_apps_pane_g

0x6da3,	// (0x00022b28) navi_icon_text_pane

0x9ee0,	// (0x00025c65) aid_fill_nsta

0xeeeb,	// (0x0002ac70) navi_icon_text_pane_g1

0xeefa,	// (0x0002ac7f) navi_icon_text_pane_t1

0x9590,	// (0x00025315) list_set_graphic_pane_t1_ParamLimits

0x9590,	// (0x00025315) list_set_graphic_pane_t1

0x7dbe,	// (0x00023b43) popup_midp_note_alarm_window_t6_ParamLimits

0x7dbe,	// (0x00023b43) popup_midp_note_alarm_window_t6

0x7dd0,	// (0x00023b55) popup_midp_note_alarm_window_t7_ParamLimits

0x7dd0,	// (0x00023b55) popup_midp_note_alarm_window_t7

0x7de2,	// (0x00023b67) popup_midp_note_alarm_window_t8_ParamLimits

0x7de2,	// (0x00023b67) popup_midp_note_alarm_window_t8

0x7df4,	// (0x00023b79) popup_midp_note_alarm_window_t9_ParamLimits

0x7df4,	// (0x00023b79) popup_midp_note_alarm_window_t9

0x7e06,	// (0x00023b8b) popup_midp_note_alarm_window_t10_ParamLimits

0x7e06,	// (0x00023b8b) popup_midp_note_alarm_window_t10

0x7e18,	// (0x00023b9d) popup_midp_note_alarm_window_t11_ParamLimits

0x7e18,	// (0x00023b9d) popup_midp_note_alarm_window_t11

0x7e2a,	// (0x00023baf) scroll_pane_cp17_ParamLimits

0x7e2a,	// (0x00023baf) scroll_pane_cp17

0xa461,	// (0x000261e6) volume_small_pane_cp_g1

0xa7cf,	// (0x00026554) volume_small_pane_cp_g2

0xa7d8,	// (0x0002655d) volume_small_pane_cp_g3

0xa7e1,	// (0x00026566) volume_small_pane_cp_g4

0xa7ea,	// (0x0002656f) volume_small_pane_cp_g5

0xa799,	// (0x0002651e) volume_small_pane_cp_g6

0xa7f3,	// (0x00026578) volume_small_pane_cp_g7

0xa7fc,	// (0x00026581) volume_small_pane_cp_g8

0xa805,	// (0x0002658a) volume_small_pane_cp_g9

0xa80e,	// (0x00026593) volume_small_pane_cp_g10

0x6f75,	// (0x00022cfa) midp_ticker_pane_g1_ParamLimits

0x6f81,	// (0x00022d06) midp_ticker_pane_g2_ParamLimits

0xf7f0,	// (0x0002b575) midp_ticker_pane_g_ParamLimits

0x9657,	// (0x000253dc) midp_ticker_pane_t1_ParamLimits

0x9ef6,	// (0x00025c7b) aid_fill_nsta_2

0x76ce,	// (0x00023453) list_form2_midp_pane

0xba60,	// (0x000277e5) midp_editing_number_pane_ParamLimits

0xba6f,	// (0x000277f4) midp_ticker_pane_ParamLimits

0xc3f4,	// (0x00028179) form2_midp_field_pane

0xc3fc,	// (0x00028181) scroll_pane_cp51

0xc41c,	// (0x000281a1) form2_midp_button_pane_ParamLimits

0xc41c,	// (0x000281a1) form2_midp_button_pane

0xc42e,	// (0x000281b3) form2_midp_content_pane_ParamLimits

0xc42e,	// (0x000281b3) form2_midp_content_pane

0xc448,	// (0x000281cd) form2_midp_field_choice_group_pane

0xc450,	// (0x000281d5) form2_midp_field_pane_g1

0xc458,	// (0x000281dd) form2_midp_field_pane_g2

0xc460,	// (0x000281e5) form2_midp_field_pane_g3

0xc468,	// (0x000281ed) form2_midp_field_pane_g4

0x0003,

0xfb70,	// (0x0002b8f5) form2_midp_field_pane_g

0xc470,	// (0x000281f5) form2_midp_gauge_slider_pane

0xc478,	// (0x000281fd) form2_midp_gauge_wait_pane

0xc480,	// (0x00028205) form2_midp_image_pane_ParamLimits

0xc480,	// (0x00028205) form2_midp_image_pane

0xc49b,	// (0x00028220) form2_midp_label_pane_ParamLimits

0xc49b,	// (0x00028220) form2_midp_label_pane

0xef2b,	// (0x0002acb0) form2_midp_label_pane_cp_ParamLimits

0xef2b,	// (0x0002acb0) form2_midp_label_pane_cp

0xc4ba,	// (0x0002823f) form2_midp_string_pane_ParamLimits

0xc4ba,	// (0x0002823f) form2_midp_string_pane

0xe260,	// (0x00029fe5) form2_midp_text_pane_ParamLimits

0xe260,	// (0x00029fe5) form2_midp_text_pane

0xc4cc,	// (0x00028251) form2_midp_time_pane

0xc4dc,	// (0x00028261) input_focus_pane_cp51_ParamLimits

0xc4dc,	// (0x00028261) input_focus_pane_cp51

0xc4f4,	// (0x00028279) form2_midp_label_pane_t1_ParamLimits

0xc4f4,	// (0x00028279) form2_midp_label_pane_t1

0xe281,	// (0x0002a006) form2_mdip_text_pane_t1_ParamLimits

0xe281,	// (0x0002a006) form2_mdip_text_pane_t1

0xe2a5,	// (0x0002a02a) form2_midp_time_pane_t1

0xc545,	// (0x000282ca) form2_midp_gauge_slider_pane_t1

0xef4c,	// (0x0002acd1) form2_midp_gauge_slider_pane_t2

0xef5e,	// (0x0002ace3) form2_midp_gauge_slider_pane_t3

0x0002,

0xfb79,	// (0x0002b8fe) form2_midp_gauge_slider_pane_t

0xc557,	// (0x000282dc) form2_midp_slider_pane

0xc563,	// (0x000282e8) form2_midp_gauge_wait_pane_t1

0xc571,	// (0x000282f6) form2_midp_wait_pane_ParamLimits

0xc571,	// (0x000282f6) form2_midp_wait_pane

0xef70,	// (0x0002acf5) list_single_2graphic_pane_cp4_ParamLimits

0xef70,	// (0x0002acf5) list_single_2graphic_pane_cp4

0xa390,	// (0x00026115) list_single_midp_graphic_pane_cp_ParamLimits

0xa390,	// (0x00026115) list_single_midp_graphic_pane_cp

0x5e7b,	// (0x00021c00) list_highlight_pane_cp20

0xc59d,	// (0x00028322) list_single_2graphic_pane_g1_cp4

0xbd9c,	// (0x00027b21) list_single_2graphic_pane_g2_cp4

0xc5a5,	// (0x0002832a) list_single_2graphic_pane_t1_cp4

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp21

0xc5b4,	// (0x00028339) list_single_midp_graphic_pane_g4_cp

0xc5c3,	// (0x00028348) list_single_midp_graphic_pane_t1_cp

0xef89,	// (0x0002ad0e) form2_mdip_string_pane_t1_ParamLimits

0xef89,	// (0x0002ad0e) form2_mdip_string_pane_t1

0x5e7b,	// (0x00021c00) bg_wml_button_pane_cp2

0x5e0d,	// (0x00021b92) form2_midp_image_pane_g1

0xd9f9,	// (0x0002977e) list_double_large_graphic_pane_g5_ParamLimits

0xd9f9,	// (0x0002977e) list_double_large_graphic_pane_g5

0x95a6,	// (0x0002532b) midp_form_pane_ParamLimits

0x5ed7,	// (0x00021c5c) main_apps_wheel_pane_ParamLimits

0x9c86,	// (0x00025a0b) popup_preview_window_ParamLimits

0x9c86,	// (0x00025a0b) popup_preview_window

0x9e6f,	// (0x00025bf4) popup_touch_info_window_ParamLimits

0x9e6f,	// (0x00025bf4) popup_touch_info_window

0x9e97,	// (0x00025c1c) popup_touch_menu_window_ParamLimits

0x9e97,	// (0x00025c1c) popup_touch_menu_window

0x5e03,	// (0x00021b88) bg_popup_sub_pane_cp6

0xc5d8,	// (0x0002835d) list_touch_menu_pane

0xc5e0,	// (0x00028365) list_single_touch_menu_pane_ParamLimits

0xc5e0,	// (0x00028365) list_single_touch_menu_pane

0xc5f8,	// (0x0002837d) list_single_touch_menu_pane_t1

0x5ed7,	// (0x00021c5c) bg_popup_sub_pane_cp7_ParamLimits

0x5ed7,	// (0x00021c5c) bg_popup_sub_pane_cp7

0xc606,	// (0x0002838b) heading_sub_pane

0xc60e,	// (0x00028393) list_touch_info_pane_ParamLimits

0xc60e,	// (0x00028393) list_touch_info_pane

0xc61d,	// (0x000283a2) list_single_touch_info_pane_ParamLimits

0xc61d,	// (0x000283a2) list_single_touch_info_pane

0xc62e,	// (0x000283b3) list_single_touch_info_pane_t1

0xc63c,	// (0x000283c1) list_single_touch_info_pane_t2

0x0001,

0xfb87,	// (0x0002b90c) list_single_touch_info_pane_t

0x6f49,	// (0x00022cce) bg_popup_heading_pane_cp

0xc64a,	// (0x000283cf) heading_sub_pane_t1

0x744a,	// (0x000231cf) bg_popup_preview_window_pane_cp_ParamLimits

0x744a,	// (0x000231cf) bg_popup_preview_window_pane_cp

0xc606,	// (0x0002838b) heading_preview_pane

0xc60e,	// (0x00028393) list_preview_pane_ParamLimits

0xc60e,	// (0x00028393) list_preview_pane

0xc658,	// (0x000283dd) popup_preview_window_g1

0xc61d,	// (0x000283a2) list_single_preview_pane_ParamLimits

0xc61d,	// (0x000283a2) list_single_preview_pane

0xc660,	// (0x000283e5) list_single_preview_pane_g1

0xc668,	// (0x000283ed) list_single_preview_pane_t1

0xc62e,	// (0x000283b3) list_single_preview_pane_t2

0x0001,

0xfb8c,	// (0x0002b911) list_single_preview_pane_t

0xc676,	// (0x000283fb) bg_popup_heading_pane_cp2_ParamLimits

0xc676,	// (0x000283fb) bg_popup_heading_pane_cp2

0xc68c,	// (0x00028411) heading_preview_pane_g1

0xc694,	// (0x00028419) heading_preview_pane_t1_ParamLimits

0xc694,	// (0x00028419) heading_preview_pane_t1

0x5f2a,	// (0x00021caf) soft_indicator_pane_t1_ParamLimits

0x6465,	// (0x000221ea) scroll_pane_ParamLimits

0x6847,	// (0x000225cc) scroll_sc2_left_pane

0x683e,	// (0x000225c3) scroll_sc2_right_pane

0x6866,	// (0x000225eb) scroll_bg_pane_g1_ParamLimits

0x687b,	// (0x00022600) scroll_bg_pane_g2_ParamLimits

0x6893,	// (0x00022618) scroll_bg_pane_g3_ParamLimits

0xf77f,	// (0x0002b504) scroll_bg_pane_g_ParamLimits

0x6866,	// (0x000225eb) scroll_handle_pane_g1_ParamLimits

0x68b5,	// (0x0002263a) scroll_handle_pane_g2_ParamLimits

0x6893,	// (0x00022618) scroll_handle_pane_g3_ParamLimits

0xf786,	// (0x0002b50b) scroll_handle_pane_g_ParamLimits

0x98d3,	// (0x00025658) popup_choice_list_window_ParamLimits

0x98d3,	// (0x00025658) popup_choice_list_window

0x72ac,	// (0x00023031) choice_list_pane

0x732e,	// (0x000230b3) cell_toolbar_pane_t1

0x7356,	// (0x000230db) toolbar_button_pane_ParamLimits

0xb7a7,	// (0x0002752c) ai_gene_pane_1_t2_ParamLimits

0xb7a7,	// (0x0002752c) ai_gene_pane_1_t2

0x0001,

0xf9a3,	// (0x0002b728) ai_gene_pane_1_t_ParamLimits

0xf9a3,	// (0x0002b728) ai_gene_pane_1_t

0xc6b1,	// (0x00028436) scroll_sc2_left_pane_g1

0xc6b1,	// (0x00028436) scroll_sc2_right_pane_g1

0x6e34,	// (0x00022bb9) bg_popup_sub_pane_cp10

0xc6bb,	// (0x00028440) list_choice_list_pane

0xc6d4,	// (0x00028459) list_single_choice_list_pane_ParamLimits

0xc6d4,	// (0x00028459) list_single_choice_list_pane

0xc6e8,	// (0x0002846d) list_single_choice_list_pane_g1

0xc6f0,	// (0x00028475) list_single_choice_list_pane_t1_ParamLimits

0xc6f0,	// (0x00028475) list_single_choice_list_pane_t1

0xc705,	// (0x0002848a) choice_list_pane_g1

0xc70d,	// (0x00028492) choice_list_pane_t1

0x5e03,	// (0x00021b88) input_focus_pane_cp11

0x67ab,	// (0x00022530) title_pane_stacon_g2_ParamLimits

0x67ab,	// (0x00022530) title_pane_stacon_g2

0x0002,

0xf765,	// (0x0002b4ea) title_pane_stacon_g_ParamLimits

0xf765,	// (0x0002b4ea) title_pane_stacon_g

0x6f49,	// (0x00022cce) cursor_press_pane

0x998b,	// (0x00025710) popup_fep_hwr_window_ParamLimits

0x998b,	// (0x00025710) popup_fep_hwr_window

0x9a15,	// (0x0002579a) popup_fep_vkb_window_ParamLimits

0x9a15,	// (0x0002579a) popup_fep_vkb_window

0xc71b,	// (0x000284a0) cursor_press_pane_g1

0x0002,

0xfbb5,	// (0x0002b93a) fep_vkb_side_pane_g_ParamLimits

0xa850,	// (0x000265d5) fep_hwr_candidate_pane_ParamLimits

0xa850,	// (0x000265d5) fep_hwr_candidate_pane

0xa87a,	// (0x000265ff) fep_hwr_side_pane_ParamLimits

0xa87a,	// (0x000265ff) fep_hwr_side_pane

0xa89c,	// (0x00026621) fep_hwr_top_pane_ParamLimits

0xa89c,	// (0x00026621) fep_hwr_top_pane

0xa8b4,	// (0x00026639) fep_hwr_write_pane_ParamLimits

0xa8b4,	// (0x00026639) fep_hwr_write_pane

0xfbb5,	// (0x0002b93a) fep_vkb_side_pane_g

0xc723,	// (0x000284a8) fep_hwr_top_pane_g1

0xc735,	// (0x000284ba) fep_hwr_top_pane_g2

0xa8ee,	// (0x00026673) fep_hwr_top_pane_g3

0x0002,

0xfb91,	// (0x0002b916) fep_hwr_top_pane_g

0xa903,	// (0x00026688) fep_hwr_top_text_pane

0x6a36,	// (0x000227bb) fep_hwr_top_text_pane_g1

0xc76b,	// (0x000284f0) fep_hwr_top_text_pane_t1

0xaa09,	// (0x0002678e) fep_hwr_candidate_pane_g1

0xc969,	// (0x000286ee) fep_vkb_keypad_pane_g3_ParamLimits

0xc969,	// (0x000286ee) fep_vkb_keypad_pane_g3

0xc995,	// (0x0002871a) fep_vkb_keypad_pane_g4_ParamLimits

0xc995,	// (0x0002871a) fep_vkb_keypad_pane_g4

0xca0c,	// (0x00028791) fep_vkb_bottom_pane_g2_ParamLimits

0xca0c,	// (0x00028791) fep_vkb_bottom_pane_g2

0x0001,

0xfbbc,	// (0x0002b941) fep_vkb_bottom_pane_g_ParamLimits

0xfbbc,	// (0x0002b941) fep_vkb_bottom_pane_g

0xc6b1,	// (0x00028436) cell_vkb_side_pane_g2

0x0001,

0xfbc6,	// (0x0002b94b) cell_vkb_side_pane_g

0xca50,	// (0x000287d5) cell_vkb_side_pane_t1

0xca5e,	// (0x000287e3) cell_vkb_side_pane_t1_copy1

0xc6b1,	// (0x00028436) bg_fep_vkb_candidate_pane_g2

0xcb4c,	// (0x000288d1) cell_vkb_candidate_pane_ParamLimits

0xc779,	// (0x000284fe) aid_size_cell_vkb_ParamLimits

0xc779,	// (0x000284fe) aid_size_cell_vkb

0xcb4c,	// (0x000288d1) cell_vkb_candidate_pane

0xaa30,	// (0x000267b5) bg_popup_fep_shadow_pane_g1

0xc7f9,	// (0x0002857e) fep_vkb_bottom_pane_ParamLimits

0xc7f9,	// (0x0002857e) fep_vkb_bottom_pane

0xc836,	// (0x000285bb) fep_vkb_candidate_pane_ParamLimits

0xc836,	// (0x000285bb) fep_vkb_candidate_pane

0xc852,	// (0x000285d7) fep_vkb_keypad_pane_ParamLimits

0xc852,	// (0x000285d7) fep_vkb_keypad_pane

0xc885,	// (0x0002860a) fep_vkb_side_pane_ParamLimits

0xc885,	// (0x0002860a) fep_vkb_side_pane

0xc8c1,	// (0x00028646) fep_vkb_top_pane_ParamLimits

0xc8c1,	// (0x00028646) fep_vkb_top_pane

0xc8fd,	// (0x00028682) fep_vkb_top_pane_g1_ParamLimits

0xc8fd,	// (0x00028682) fep_vkb_top_pane_g1

0xc90c,	// (0x00028691) fep_vkb_top_pane_g2_ParamLimits

0xc90c,	// (0x00028691) fep_vkb_top_pane_g2

0xc91b,	// (0x000286a0) fep_vkb_top_pane_g3_ParamLimits

0xc91b,	// (0x000286a0) fep_vkb_top_pane_g3

0x0003,

0xfbac,	// (0x0002b931) fep_vkb_top_pane_g_ParamLimits

0xfbac,	// (0x0002b931) fep_vkb_top_pane_g

0xc939,	// (0x000286be) fep_vkb_top_text_pane_ParamLimits

0xc939,	// (0x000286be) fep_vkb_top_text_pane

0xf03f,	// (0x0002adc4) fep_vkb_side_pane_g1_ParamLimits

0xf03f,	// (0x0002adc4) fep_vkb_side_pane_g1

0xc958,	// (0x000286dd) grid_vkb_side_pane_ParamLimits

0xc958,	// (0x000286dd) grid_vkb_side_pane

0xaa38,	// (0x000267bd) bg_popup_fep_shadow_pane_g2

0xaa41,	// (0x000267c6) bg_popup_fep_shadow_pane_g3

0xaa49,	// (0x000267ce) bg_popup_fep_shadow_pane_g4

0xaa52,	// (0x000267d7) bg_popup_fep_shadow_pane_g5

0xaa5c,	// (0x000267e1) bg_popup_fep_shadow_pane_g6

0xaa64,	// (0x000267e9) bg_popup_fep_shadow_pane_g7

0x6568,	// (0x000222ed) bg_popup_fep_shadow_pane_g8

0xc9b7,	// (0x0002873c) grid_vkb_keypad_number_pane_ParamLimits

0xc9b7,	// (0x0002873c) grid_vkb_keypad_number_pane

0xc9cb,	// (0x00028750) grid_vkb_keypad_pane_ParamLimits

0xc9cb,	// (0x00028750) grid_vkb_keypad_pane

0xc9f1,	// (0x00028776) fep_vkb_bottom_pane_g1_ParamLimits

0xc9f1,	// (0x00028776) fep_vkb_bottom_pane_g1

0xca1a,	// (0x0002879f) grid_vkb_keypad_bottom_left_pane_ParamLimits

0xca1a,	// (0x0002879f) grid_vkb_keypad_bottom_left_pane

0xca2f,	// (0x000287b4) grid_vkb_keypad_bottom_right_pane_ParamLimits

0xca2f,	// (0x000287b4) grid_vkb_keypad_bottom_right_pane

0xca44,	// (0x000287c9) fep_vkb_top_text_pane_g1

0xf089,	// (0x0002ae0e) fep_vkb_top_text_pane_t1

0xf09e,	// (0x0002ae23) cell_vkb_side_pane_ParamLimits

0xf09e,	// (0x0002ae23) cell_vkb_side_pane

0xc6b1,	// (0x00028436) cell_vkb_side_pane_g1

0xca6c,	// (0x000287f1) cell_vkb_keypad_pane_ParamLimits

0xca6c,	// (0x000287f1) cell_vkb_keypad_pane

0xcaf9,	// (0x0002887e) cell_vkb_keypad_pane_g1

0x0008,

0xfbd9,	// (0x0002b95e) bg_popup_fep_shadow_pane_g

0xaa76,	// (0x000267fb) cell_hwr_side_pane_g1

0xaa76,	// (0x000267fb) cell_hwr_side_pane_g2

0xcb03,	// (0x00028888) cell_vkb_keypad_pane_t1

0xf0c1,	// (0x0002ae46) cell_vkb_keypad_bottom_left_pane_ParamLimits

0xf0c1,	// (0x0002ae46) cell_vkb_keypad_bottom_left_pane

0xf0de,	// (0x0002ae63) cell_vkb_keypad_bottom_right_pane_ParamLimits

0xf0de,	// (0x0002ae63) cell_vkb_keypad_bottom_right_pane

0xc6b1,	// (0x00028436) cell_vkb_keypad_bottom_left_pane_g1

0xc6b1,	// (0x00028436) cell_vkb_keypad_bottom_right_pane_g1

0xcb11,	// (0x00028896) cell_vkb_keypad_number_pane_ParamLimits

0xcb11,	// (0x00028896) cell_vkb_keypad_number_pane

0xcb30,	// (0x000288b5) cell_vkb_keypad_number_pane_g1

0xcb3a,	// (0x000288bf) cell_vkb_keypad_number_pane_g2

0xcb43,	// (0x000288c8) cell_vkb_keypad_number_pane_g3

0x0002,

0xfbcb,	// (0x0002b950) cell_vkb_keypad_number_pane_g

0xcb03,	// (0x00028888) cell_vkb_keypad_number_pane_t1

0xcb6d,	// (0x000288f2) fep_vkb_candidate_pane_g1

0x0001,

0xfbec,	// (0x0002b971) cell_hwr_side_pane_g

0xcb86,	// (0x0002890b) cell_hwr_side_pane_t1

0xaa80,	// (0x00026805) cell_hwr_side_pane_t1_copy1

0xaa8e,	// (0x00026813) cell_hwr_candidate_pane_g1

0xaabd,	// (0x00026842) cell_hwr_candidate_pane_t1

0xc6b1,	// (0x00028436) cell_vkb_candidate_pane_g2

0xcbca,	// (0x0002894f) cell_vkb_candidate_pane_t1

0xa817,	// (0x0002659c) bg_popup_fep_shadow_pane_ParamLimits

0xa817,	// (0x0002659c) bg_popup_fep_shadow_pane

0xa8ce,	// (0x00026653) bg_fep_hwr_top_pane_g4

0xc747,	// (0x000284cc) bg_hwr_side_pane_g1_ParamLimits

0xc747,	// (0x000284cc) bg_hwr_side_pane_g1

0xa941,	// (0x000266c6) cell_hwr_side_pane_ParamLimits

0xa941,	// (0x000266c6) cell_hwr_side_pane

0xa97e,	// (0x00026703) fep_hwr_write_pane_g1_ParamLimits

0xa97e,	// (0x00026703) fep_hwr_write_pane_g1

0xa98b,	// (0x00026710) fep_hwr_write_pane_g2_ParamLimits

0xa98b,	// (0x00026710) fep_hwr_write_pane_g2

0xa998,	// (0x0002671d) fep_hwr_write_pane_g3_ParamLimits

0xa998,	// (0x0002671d) fep_hwr_write_pane_g3

0xa9a6,	// (0x0002672b) fep_hwr_write_pane_g4_ParamLimits

0xa9a6,	// (0x0002672b) fep_hwr_write_pane_g4

0x0005,

0xfb98,	// (0x0002b91d) fep_hwr_write_pane_g_ParamLimits

0xfb98,	// (0x0002b91d) fep_hwr_write_pane_g

0xa8ce,	// (0x00026653) bg_fep_hwr_candidate_pane_g2_ParamLimits

0xa8ce,	// (0x00026653) bg_fep_hwr_candidate_pane_g2

0xa9bb,	// (0x00026740) cell_hwr_candidate_pane_ParamLimits

0xa9bb,	// (0x00026740) cell_hwr_candidate_pane

0xaa09,	// (0x0002678e) fep_hwr_candidate_pane_g1_ParamLimits

0xc7a7,	// (0x0002852c) bg_popup_fep_shadow_pane_cp2_ParamLimits

0xc7a7,	// (0x0002852c) bg_popup_fep_shadow_pane_cp2

0xc92b,	// (0x000286b0) fep_vkb_top_pane_g4_ParamLimits

0xc92b,	// (0x000286b0) fep_vkb_top_pane_g4

0xc94a,	// (0x000286cf) fep_vkb_side_pane_g2_ParamLimits

0xc94a,	// (0x000286cf) fep_vkb_side_pane_g2

0xdb48,	// (0x000298cd) list_setting_pane_t4_ParamLimits

0xdb48,	// (0x000298cd) list_setting_pane_t4

0xdbe4,	// (0x00029969) list_setting_number_pane_t5_ParamLimits

0xdbe4,	// (0x00029969) list_setting_number_pane_t5

0x92b2,	// (0x00025037) list_double_heading_pane_cp2_ParamLimits

0x92b2,	// (0x00025037) list_double_heading_pane_cp2

0xcbd8,	// (0x0002895d) list_double_heading_pane_g1_cp2_ParamLimits

0xcbd8,	// (0x0002895d) list_double_heading_pane_g1_cp2

0xcbe4,	// (0x00028969) list_double_heading_pane_g2_cp2_ParamLimits

0xcbe4,	// (0x00028969) list_double_heading_pane_g2_cp2

0xcbf8,	// (0x0002897d) list_double_heading_pane_t1_cp2_ParamLimits

0xcbf8,	// (0x0002897d) list_double_heading_pane_t1_cp2

0xcc0e,	// (0x00028993) list_double_heading_pane_t2_cp2_ParamLimits

0xcc0e,	// (0x00028993) list_double_heading_pane_t2_cp2

0x5dfb,	// (0x00021b80) aid_value_unit2

0x8afd,	// (0x00024882) popup_preview_fixed_window

0x600a,	// (0x00021d8f) bg_popup_preview_window_pane_cp02

0xcc20,	// (0x000289a5) list_preview_fixed_pane

0xcc66,	// (0x000289eb) list_empty_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_empty_pane_fp

0xcc66,	// (0x000289eb) list_single_cale_day_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_cale_day_pane_fp

0xcc66,	// (0x000289eb) list_single_graphic_heading_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_graphic_heading_pane_fp

0xcc66,	// (0x000289eb) list_single_graphic_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_graphic_pane_fp

0xcc66,	// (0x000289eb) list_single_heading_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_heading_pane_fp

0xcc66,	// (0x000289eb) list_single_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_pane_fp

0xcc79,	// (0x000289fe) list_single_pane_fp_g1_ParamLimits

0xcc79,	// (0x000289fe) list_single_pane_fp_g1

0xe2b8,	// (0x0002a03d) list_single_pane_fp_g2_ParamLimits

0xe2b8,	// (0x0002a03d) list_single_pane_fp_g2

0xe2c4,	// (0x0002a049) list_single_pane_fp_g3_ParamLimits

0xe2c4,	// (0x0002a049) list_single_pane_fp_g3

0xcc85,	// (0x00028a0a) list_single_pane_fp_g4_ParamLimits

0xcc85,	// (0x00028a0a) list_single_pane_fp_g4

0x0003,

0xfbff,	// (0x0002b984) list_single_pane_fp_g_ParamLimits

0xfbff,	// (0x0002b984) list_single_pane_fp_g

0xe2d8,	// (0x0002a05d) list_single_pane_fp_t1_ParamLimits

0xe2d8,	// (0x0002a05d) list_single_pane_fp_t1

0xe2ef,	// (0x0002a074) list_single_graphic_pane_fp_g1_ParamLimits

0xe2ef,	// (0x0002a074) list_single_graphic_pane_fp_g1

0xcc79,	// (0x000289fe) list_single_graphic_pane_fp_g2_ParamLimits

0xcc79,	// (0x000289fe) list_single_graphic_pane_fp_g2

0xe2b8,	// (0x0002a03d) list_single_graphic_pane_fp_g3_ParamLimits

0xe2b8,	// (0x0002a03d) list_single_graphic_pane_fp_g3

0xe2c4,	// (0x0002a049) list_single_graphic_pane_fp_g4_ParamLimits

0xe2c4,	// (0x0002a049) list_single_graphic_pane_fp_g4

0xcc85,	// (0x00028a0a) list_single_graphic_pane_fp_g5_ParamLimits

0xcc85,	// (0x00028a0a) list_single_graphic_pane_fp_g5

0x0004,

0xfc08,	// (0x0002b98d) list_single_graphic_pane_fp_g_ParamLimits

0xfc08,	// (0x0002b98d) list_single_graphic_pane_fp_g

0xe2fb,	// (0x0002a080) list_single_graphic_pane_fp_t1_ParamLimits

0xe2fb,	// (0x0002a080) list_single_graphic_pane_fp_t1

0xe2ef,	// (0x0002a074) list_single_graphic_heading_pane_fp_g1_ParamLimits

0xe2ef,	// (0x0002a074) list_single_graphic_heading_pane_fp_g1

0xcc79,	// (0x000289fe) list_single_graphic_heading_pane_fp_g2_ParamLimits

0xcc79,	// (0x000289fe) list_single_graphic_heading_pane_fp_g2

0xe2b8,	// (0x0002a03d) list_single_graphic_heading_pane_fp_g3_ParamLimits

0xe2b8,	// (0x0002a03d) list_single_graphic_heading_pane_fp_g3

0xe2c4,	// (0x0002a049) list_single_graphic_heading_pane_fp_g4_ParamLimits

0xe2c4,	// (0x0002a049) list_single_graphic_heading_pane_fp_g4

0xcc85,	// (0x00028a0a) list_single_graphic_heading_pane_fp_g5_ParamLimits

0xcc85,	// (0x00028a0a) list_single_graphic_heading_pane_fp_g5

0x0004,

0xfc08,	// (0x0002b98d) list_single_graphic_heading_pane_fp_g_ParamLimits

0xfc08,	// (0x0002b98d) list_single_graphic_heading_pane_fp_g

0xe311,	// (0x0002a096) list_single_graphic_heading_pane_fp_t1_ParamLimits

0xe311,	// (0x0002a096) list_single_graphic_heading_pane_fp_t1

0xe327,	// (0x0002a0ac) list_single_graphic_heading_pane_fp_t2_ParamLimits

0xe327,	// (0x0002a0ac) list_single_graphic_heading_pane_fp_t2

0x0001,

0xfc13,	// (0x0002b998) list_single_graphic_heading_pane_fp_t_ParamLimits

0xfc13,	// (0x0002b998) list_single_graphic_heading_pane_fp_t

0xe339,	// (0x0002a0be) list_single_cale_day_pane_fp_g1_ParamLimits

0xe339,	// (0x0002a0be) list_single_cale_day_pane_fp_g1

0xcc91,	// (0x00028a16) list_single_cale_day_pane_fp_g2_ParamLimits

0xcc91,	// (0x00028a16) list_single_cale_day_pane_fp_g2

0xe371,	// (0x0002a0f6) list_single_cale_day_pane_fp_g3_ParamLimits

0xe371,	// (0x0002a0f6) list_single_cale_day_pane_fp_g3

0xe399,	// (0x0002a11e) list_single_cale_day_pane_fp_g4_ParamLimits

0xe399,	// (0x0002a11e) list_single_cale_day_pane_fp_g4

0xe3bd,	// (0x0002a142) list_single_cale_day_pane_fp_g5_ParamLimits

0xe3bd,	// (0x0002a142) list_single_cale_day_pane_fp_g5

0x0004,

0xfc18,	// (0x0002b99d) list_single_cale_day_pane_fp_g_ParamLimits

0xfc18,	// (0x0002b99d) list_single_cale_day_pane_fp_g

0xe3e1,	// (0x0002a166) list_single_cale_day_pane_fp_t1_ParamLimits

0xe3e1,	// (0x0002a166) list_single_cale_day_pane_fp_t1

0xe407,	// (0x0002a18c) list_single_cale_day_pane_fp_t2_ParamLimits

0xe407,	// (0x0002a18c) list_single_cale_day_pane_fp_t2

0xe420,	// (0x0002a1a5) list_single_cale_day_pane_fp_t3_ParamLimits

0xe420,	// (0x0002a1a5) list_single_cale_day_pane_fp_t3

0x0002,

0xfc23,	// (0x0002b9a8) list_single_cale_day_pane_fp_t_ParamLimits

0xfc23,	// (0x0002b9a8) list_single_cale_day_pane_fp_t

0xcc79,	// (0x000289fe) list_empty_pane_fp_g1_ParamLimits

0xcc79,	// (0x000289fe) list_empty_pane_fp_g1

0xe439,	// (0x0002a1be) list_empty_pane_fp_t1

0xe447,	// (0x0002a1cc) list_empty_pane_fp_t2

0x0001,

0xfc2a,	// (0x0002b9af) list_empty_pane_fp_t

0xcc79,	// (0x000289fe) list_single_heading_pane_fp_g1_ParamLimits

0xcc79,	// (0x000289fe) list_single_heading_pane_fp_g1

0xe2b8,	// (0x0002a03d) list_single_heading_pane_fp_g2_ParamLimits

0xe2b8,	// (0x0002a03d) list_single_heading_pane_fp_g2

0xe2c4,	// (0x0002a049) list_single_heading_pane_fp_g3_ParamLimits

0xe2c4,	// (0x0002a049) list_single_heading_pane_fp_g3

0x0002,

0xfc2f,	// (0x0002b9b4) list_single_heading_pane_fp_g_ParamLimits

0xfc2f,	// (0x0002b9b4) list_single_heading_pane_fp_g

0xe455,	// (0x0002a1da) list_single_heading_pane_fp_t1_ParamLimits

0xe455,	// (0x0002a1da) list_single_heading_pane_fp_t1

0xe467,	// (0x0002a1ec) list_single_heading_pane_fp_t2_ParamLimits

0xe467,	// (0x0002a1ec) list_single_heading_pane_fp_t2

0x0001,

0xfc36,	// (0x0002b9bb) list_single_heading_pane_fp_t_ParamLimits

0xfc36,	// (0x0002b9bb) list_single_heading_pane_fp_t

0x6645,	// (0x000223ca) aid_size_cell_fast

0x5fed,	// (0x00021d72) soft_indicator_pane_cp1_t1

0x667f,	// (0x00022404) cell_app_pane_cp2_ParamLimits

0x667f,	// (0x00022404) cell_app_pane_cp2

0xa839,	// (0x000265be) fep_hwr_candidate_drop_down_list_pane

0xaa23,	// (0x000267a8) fep_hwr_candidate_pane_g3_ParamLimits

0xaa23,	// (0x000267a8) fep_hwr_candidate_pane_g3

0x598b,	// (0x00021710) fep_hwr_candidate_pane_g4_ParamLimits

0x598b,	// (0x00021710) fep_hwr_candidate_pane_g4

0x0002,

0xfba5,	// (0x0002b92a) fep_hwr_candidate_pane_g_ParamLimits

0xfba5,	// (0x0002b92a) fep_hwr_candidate_pane_g

0xc825,	// (0x000285aa) fep_vkb_candidate_drop_down_list_pane_ParamLimits

0xc825,	// (0x000285aa) fep_vkb_candidate_drop_down_list_pane

0xcb75,	// (0x000288fa) fep_vkb_candidate_pane_g3

0xcb7d,	// (0x00028902) fep_vkb_candidate_pane_g4

0x0002,

0xfbd2,	// (0x0002b957) fep_vkb_candidate_pane_g

0xaa8e,	// (0x00026813) cell_hwr_candidate_pane_g1_ParamLimits

0xaa9c,	// (0x00026821) cell_hwr_candidate_pane_g3_ParamLimits

0xaa9c,	// (0x00026821) cell_hwr_candidate_pane_g3

0x0f6e,	// (0x0001ccf3) cell_hwr_candidate_pane_g4_ParamLimits

0x0f6e,	// (0x0001ccf3) cell_hwr_candidate_pane_g4

0x0002,

0xfbf1,	// (0x0002b976) cell_hwr_candidate_pane_g_ParamLimits

0xfbf1,	// (0x0002b976) cell_hwr_candidate_pane_g

0xcb94,	// (0x00028919) cell_vkb_candidate_pane_g3_ParamLimits

0xcb94,	// (0x00028919) cell_vkb_candidate_pane_g3

0xcbaf,	// (0x00028934) cell_vkb_candidate_pane_g4_ParamLimits

0xcbaf,	// (0x00028934) cell_vkb_candidate_pane_g4

0xcc9d,	// (0x00028a22) cell_app_pane_cp2_g1_ParamLimits

0xcc9d,	// (0x00028a22) cell_app_pane_cp2_g1

0xccbb,	// (0x00028a40) cell_app_pane_cp2_g2_ParamLimits

0xccbb,	// (0x00028a40) cell_app_pane_cp2_g2

0x0001,

0xfc3b,	// (0x0002b9c0) cell_app_pane_cp2_g_ParamLimits

0xfc3b,	// (0x0002b9c0) cell_app_pane_cp2_g

0xccc7,	// (0x00028a4c) cell_app_pane_cp2_t1_ParamLimits

0xccc7,	// (0x00028a4c) cell_app_pane_cp2_t1

0x64e9,	// (0x0002226e) grid_highlight_pane_cp1_ParamLimits

0x64e9,	// (0x0002226e) grid_highlight_pane_cp1

0xaadb,	// (0x00026860) cell_hwr_candidate_pane_cp1_ParamLimits

0xaadb,	// (0x00026860) cell_hwr_candidate_pane_cp1

0xaa8e,	// (0x00026813) fep_hwr_candidate_drop_down_list_pane_g1

0xaafc,	// (0x00026881) fep_hwr_candidate_drop_down_list_pane_g2

0xab09,	// (0x0002688e) fep_hwr_candidate_drop_down_list_pane_g3

0x0002,

0xfc40,	// (0x0002b9c5) fep_hwr_candidate_drop_down_list_pane_g

0xab16,	// (0x0002689b) fep_hwr_candidate_drop_down_list_scroll_pane

0xab1f,	// (0x000268a4) fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits

0xab1f,	// (0x000268a4) fep_hwr_candidate_drop_down_list_scroll_pane_g1

0xab2c,	// (0x000268b1) fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits

0xab2c,	// (0x000268b1) fep_hwr_candidate_drop_down_list_scroll_pane_g2

0xab39,	// (0x000268be) fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits

0xab39,	// (0x000268be) fep_hwr_candidate_drop_down_list_scroll_pane_g3

0xab46,	// (0x000268cb) fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits

0xab46,	// (0x000268cb) fep_hwr_candidate_drop_down_list_scroll_pane_g4

0xab61,	// (0x000268e6) fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits

0xab61,	// (0x000268e6) fep_hwr_candidate_drop_down_list_scroll_pane_g5

0xab7c,	// (0x00026901) fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits

0xab7c,	// (0x00026901) fep_hwr_candidate_drop_down_list_scroll_pane_g6

0xab97,	// (0x0002691c) fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits

0xab97,	// (0x0002691c) fep_hwr_candidate_drop_down_list_scroll_pane_g7

0xabb2,	// (0x00026937) fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits

0xabb2,	// (0x00026937) fep_hwr_candidate_drop_down_list_scroll_pane_g8

0x0007,

0xfc47,	// (0x0002b9cc) fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits

0xfc47,	// (0x0002b9cc) fep_hwr_candidate_drop_down_list_scroll_pane_g

0xccd9,	// (0x00028a5e) cell_vkb_candidate_pane_cp1_ParamLimits

0xccd9,	// (0x00028a5e) cell_vkb_candidate_pane_cp1

0xc92b,	// (0x000286b0) fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits

0xc92b,	// (0x000286b0) fep_vkb_candidate_drop_down_list_pane_g1

0xccff,	// (0x00028a84) fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits

0xccff,	// (0x00028a84) fep_vkb_candidate_drop_down_list_pane_g2

0xcd0c,	// (0x00028a91) fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits

0xcd0c,	// (0x00028a91) fep_vkb_candidate_drop_down_list_pane_g3

0x0002,

0xfc58,	// (0x0002b9dd) fep_vkb_candidate_drop_down_list_pane_g_ParamLimits

0xfc58,	// (0x0002b9dd) fep_vkb_candidate_drop_down_list_pane_g

0xcd19,	// (0x00028a9e) fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits

0xcd19,	// (0x00028a9e) fep_vkb_candidate_drop_down_list_scroll_pane

0xcd26,	// (0x00028aab) fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits

0xcd26,	// (0x00028aab) fep_vkb_candidate_drop_down_list_scroll_pane_g1

0xcd33,	// (0x00028ab8) fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits

0xcd33,	// (0x00028ab8) fep_vkb_candidate_drop_down_list_scroll_pane_g2

0xcd3f,	// (0x00028ac4) fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits

0xcd3f,	// (0x00028ac4) fep_vkb_candidate_drop_down_list_scroll_pane_g3

0xcd4b,	// (0x00028ad0) fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits

0xcd4b,	// (0x00028ad0) fep_vkb_candidate_drop_down_list_scroll_pane_g4

0xcd6c,	// (0x00028af1) fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits

0xcd6c,	// (0x00028af1) fep_vkb_candidate_drop_down_list_scroll_pane_g5

0xcd8d,	// (0x00028b12) fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits

0xcd8d,	// (0x00028b12) fep_vkb_candidate_drop_down_list_scroll_pane_g6

0xcdae,	// (0x00028b33) fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits

0xcdae,	// (0x00028b33) fep_vkb_candidate_drop_down_list_scroll_pane_g7

0xcdcf,	// (0x00028b54) fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits

0xcdcf,	// (0x00028b54) fep_vkb_candidate_drop_down_list_scroll_pane_g8

0x0007,

0xfc5f,	// (0x0002b9e4) fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits

0xfc5f,	// (0x0002b9e4) fep_vkb_candidate_drop_down_list_scroll_pane_g

0x8bfd,	// (0x00024982) title_pane_g1_ParamLimits

0x8c0a,	// (0x0002498f) title_pane_g2_ParamLimits

0xf5ea,	// (0x0002b36f) title_pane_g_ParamLimits

0x6a2e,	// (0x000227b3) aid_call2_pane

0x6a26,	// (0x000227ab) aid_call_pane

0x6a36,	// (0x000227bb) popup_clock_analogue_window_g1

0x6a36,	// (0x000227bb) popup_clock_analogue_window_g2

0x9293,	// (0x00025018) popup_clock_analogue_window_g3

0x929c,	// (0x00025021) popup_clock_analogue_window_g4

0x5e0d,	// (0x00021b92) popup_clock_analogue_window_g5

0x0004,

0xf794,	// (0x0002b519) popup_clock_analogue_window_g

0x92a4,	// (0x00025029) popup_clock_analogue_window_t1

0x92dc,	// (0x00025061) clock_digital_number_pane_ParamLimits

0x92dc,	// (0x00025061) clock_digital_number_pane

0x92e8,	// (0x0002506d) clock_digital_number_pane_cp02_ParamLimits

0x92e8,	// (0x0002506d) clock_digital_number_pane_cp02

0x92f4,	// (0x00025079) clock_digital_number_pane_cp03_ParamLimits

0x92f4,	// (0x00025079) clock_digital_number_pane_cp03

0x9300,	// (0x00025085) clock_digital_number_pane_cp04_ParamLimits

0x9300,	// (0x00025085) clock_digital_number_pane_cp04

0x930c,	// (0x00025091) clock_digital_separator_pane_ParamLimits

0x930c,	// (0x00025091) clock_digital_separator_pane

0x9318,	// (0x0002509d) popup_clock_digital_window_t1_ParamLimits

0x9318,	// (0x0002509d) popup_clock_digital_window_t1

0x5e0d,	// (0x00021b92) clock_digital_number_pane_g1

0x5e0d,	// (0x00021b92) clock_digital_number_pane_g2

0x0001,

0xf79f,	// (0x0002b524) clock_digital_number_pane_g

0x5e0d,	// (0x00021b92) clock_digital_separator_pane_g1

0x5e0d,	// (0x00021b92) clock_digital_separator_pane_g2

0x0001,

0xf79f,	// (0x0002b524) clock_digital_separator_pane_g

0x9ee0,	// (0x00025c65) aid_fill_nsta_ParamLimits

0x9fa9,	// (0x00025d2e) indicator_nsta_pane_ParamLimits

0x7253,	// (0x00022fd8) popup_clock_analogue_window

0x7253,	// (0x00022fd8) popup_clock_digital_window

0x5ed7,	// (0x00021c5c) grid_indicator_nsta_pane_ParamLimits

0xc31d,	// (0x000280a2) clock_nsta_pane_t2

0x0001,

0xfb32,	// (0x0002b8b7) clock_nsta_pane_t

0x9257,	// (0x00024fdc) aid_size_max_handle

0x9261,	// (0x00024fe6) aid_size_min_handle

0x6f49,	// (0x00022cce) editor_scroll_pane

0xcdea,	// (0x00028b6f) ex_editor_pane

0x6608,	// (0x0002238d) scroll_pane_cp13

0x6491,	// (0x00022216) scroll_pane_cp14

0x6a60,	// (0x000227e5) scroll_pane_cp36

0x92c5,	// (0x0002504a) list_single_graphic_hl_pane_cp2_ParamLimits

0x92c5,	// (0x0002504a) list_single_graphic_hl_pane_cp2

0xba82,	// (0x00027807) list_single_graphic_hl_pane_ParamLimits

0xba82,	// (0x00027807) list_single_graphic_hl_pane

0xe47d,	// (0x0002a202) aid_size_min_hl_cp1

0xcdf2,	// (0x00028b77) list_highlight_pane_cp34_ParamLimits

0xcdf2,	// (0x00028b77) list_highlight_pane_cp34

0xce03,	// (0x00028b88) list_single_graphic_hl_pane_g1_ParamLimits

0xce03,	// (0x00028b88) list_single_graphic_hl_pane_g1

0xe486,	// (0x0002a20b) list_single_graphic_hl_pane_g2_ParamLimits

0xe486,	// (0x0002a20b) list_single_graphic_hl_pane_g2

0xe486,	// (0x0002a20b) list_single_graphic_hl_pane_g3_ParamLimits

0xe486,	// (0x0002a20b) list_single_graphic_hl_pane_g3

0xe492,	// (0x0002a217) list_single_graphic_hl_pane_g4_ParamLimits

0xe492,	// (0x0002a217) list_single_graphic_hl_pane_g4

0xe49e,	// (0x0002a223) list_single_graphic_hl_pane_g5_ParamLimits

0xe49e,	// (0x0002a223) list_single_graphic_hl_pane_g5

0x0004,

0xfc70,	// (0x0002b9f5) list_single_graphic_hl_pane_g_ParamLimits

0xfc70,	// (0x0002b9f5) list_single_graphic_hl_pane_g

0xe4b2,	// (0x0002a237) list_single_graphic_hl_pane_t1_ParamLimits

0xe4b2,	// (0x0002a237) list_single_graphic_hl_pane_t1

0xce10,	// (0x00028b95) aid_size_min_hl_cp2

0xce19,	// (0x00028b9e) list_highlight_pane_cp34_cp2_ParamLimits

0xce19,	// (0x00028b9e) list_highlight_pane_cp34_cp2

0xce03,	// (0x00028b88) list_single_graphic_hl_pane_g1_cp2_ParamLimits

0xce03,	// (0x00028b88) list_single_graphic_hl_pane_g1_cp2

0xce26,	// (0x00028bab) list_single_graphic_hl_pane_g2_cp2_ParamLimits

0xce26,	// (0x00028bab) list_single_graphic_hl_pane_g2_cp2

0xce32,	// (0x00028bb7) list_single_graphic_hl_pane_g3_cp2_ParamLimits

0xce32,	// (0x00028bb7) list_single_graphic_hl_pane_g3_cp2

0x6e8c,	// (0x00022c11) list_single_graphic_hl_pane_g4_cp2_ParamLimits

0x6e8c,	// (0x00022c11) list_single_graphic_hl_pane_g4_cp2

0xce40,	// (0x00028bc5) list_single_graphic_hl_pane_g5_cp2_ParamLimits

0xce40,	// (0x00028bc5) list_single_graphic_hl_pane_g5_cp2

0x976a,	// (0x000254ef) control_pane_g4_ParamLimits

0x976a,	// (0x000254ef) control_pane_g4

0x6e34,	// (0x00022bb9) bg_popup_sub_pane_cp10_ParamLimits

0xc6bb,	// (0x00028440) list_choice_list_pane_ParamLimits

0xc6ca,	// (0x0002844f) scroll_pane_cp23

0x600a,	// (0x00021d8f) bg_popup_preview_window_pane_cp02_ParamLimits

0xcc20,	// (0x000289a5) list_preview_fixed_pane_ParamLimits

0xcc36,	// (0x000289bb) list_preview_fixed_pane_cp_ParamLimits

0xcc36,	// (0x000289bb) list_preview_fixed_pane_cp

0xcc42,	// (0x000289c7) popup_preview_fixed_window_g1_ParamLimits

0xcc42,	// (0x000289c7) popup_preview_fixed_window_g1

0xcc4e,	// (0x000289d3) popup_preview_fixed_window_g2_ParamLimits

0xcc4e,	// (0x000289d3) popup_preview_fixed_window_g2

0x0002,

0xfbf8,	// (0x0002b97d) popup_preview_fixed_window_g_ParamLimits

0xfbf8,	// (0x0002b97d) popup_preview_fixed_window_g

0x913e,	// (0x00024ec3) aid_navi_side_left_pane_ParamLimits

0x9153,	// (0x00024ed8) aid_navi_side_right_pane_ParamLimits

0x916b,	// (0x00024ef0) navi_icon_pane_stacon_ParamLimits

0x917f,	// (0x00024f04) navi_navi_pane_stacon_ParamLimits

0x916b,	// (0x00024ef0) navi_text_pane_stacon_ParamLimits

0x8af3,	// (0x00024878) main_text_info_pane

0xce6a,	// (0x00028bef) listscroll_text_info_pane

0xce72,	// (0x00028bf7) list_text_info_pane_ParamLimits

0xce72,	// (0x00028bf7) list_text_info_pane

0xce81,	// (0x00028c06) scroll_pane_cp24_ParamLimits

0xce81,	// (0x00028c06) scroll_pane_cp24

0xf117,	// (0x0002ae9c) list_text_info_pane_t1_ParamLimits

0xf117,	// (0x0002ae9c) list_text_info_pane_t1

0x98f3,	// (0x00025678) popup_fast_swap2_window_ParamLimits

0x98f3,	// (0x00025678) popup_fast_swap2_window

0xce9f,	// (0x00028c24) aid_size_cell_fast2

0x5e03,	// (0x00021b88) bg_popup_window_pane_cp17

0x76fa,	// (0x0002347f) heading_pane_cp2

0x6214,	// (0x00021f99) listscroll_fast2_pane

0xcea9,	// (0x00028c2e) grid_fast2_pane

0xceb3,	// (0x00028c38) listscroll_fast2_pane_g1

0xcebd,	// (0x00028c42) listscroll_fast2_pane_g2

0x0001,

0xfc7b,	// (0x0002ba00) listscroll_fast2_pane_g

0x6608,	// (0x0002238d) scroll_pane_cp26

0xcec7,	// (0x00028c4c) cell_fast2_pane_ParamLimits

0xcec7,	// (0x00028c4c) cell_fast2_pane

0xcede,	// (0x00028c63) cell_fast2_pane_g1

0xcee7,	// (0x00028c6c) cell_fast2_pane_g2

0xcef0,	// (0x00028c75) cell_fast2_pane_g3

0x0002,

0xfc80,	// (0x0002ba05) cell_fast2_pane_g

0x6256,	// (0x00021fdb) grid_highlight_pane_cp9

0x98b7,	// (0x0002563c) main_eswt_pane_ParamLimits

0x98b7,	// (0x0002563c) main_eswt_pane

0xce96,	// (0x00028c1b) list_single_text_info_pane

0xcef8,	// (0x00028c7d) eswt_ctrl_button_pane

0xcef8,	// (0x00028c7d) eswt_ctrl_canvas_pane

0xcf00,	// (0x00028c85) eswt_ctrl_combo_pane

0xcef8,	// (0x00028c7d) eswt_ctrl_default_pane

0xcef8,	// (0x00028c7d) eswt_ctrl_label_pane

0xcf08,	// (0x00028c8d) eswt_ctrl_wait_pane

0xcf10,	// (0x00028c95) eswt_shell_pane

0x5e03,	// (0x00021b88) listscroll_eswt_app_pane

0xcf32,	// (0x00028cb7) popup_eswt_tasktip_window_ParamLimits

0xcf32,	// (0x00028cb7) popup_eswt_tasktip_window

0x744a,	// (0x000231cf) bg_popup_window_pane_cp18

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_ParamLimits

0xcf43,	// (0x00028cc8) eswt_control_pane_g1

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_ParamLimits

0xcf50,	// (0x00028cd5) eswt_control_pane_g2

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_ParamLimits

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_ParamLimits

0xcf6a,	// (0x00028cef) eswt_control_pane_g4

0x0003,

0xfc87,	// (0x0002ba0c) eswt_control_pane_g_ParamLimits

0xfc87,	// (0x0002ba0c) eswt_control_pane_g

0x64e9,	// (0x0002226e) bg_button_pane_ParamLimits

0x64e9,	// (0x0002226e) bg_button_pane

0x626b,	// (0x00021ff0) common_borders_pane_copy2_ParamLimits

0x626b,	// (0x00021ff0) common_borders_pane_copy2

0xcf77,	// (0x00028cfc) control_button_pane_g1_ParamLimits

0xcf77,	// (0x00028cfc) control_button_pane_g1

0xcf83,	// (0x00028d08) control_button_pane_g2_ParamLimits

0xcf83,	// (0x00028d08) control_button_pane_g2

0xcf8f,	// (0x00028d14) control_button_pane_g3_ParamLimits

0xcf8f,	// (0x00028d14) control_button_pane_g3

0x0002,

0xfc90,	// (0x0002ba15) control_button_pane_g_ParamLimits

0xfc90,	// (0x0002ba15) control_button_pane_g

0xcfa3,	// (0x00028d28) control_button_pane_t1

0xcfb1,	// (0x00028d36) control_button_pane_t2

0x0001,

0xfc97,	// (0x0002ba1c) control_button_pane_t

0x7362,	// (0x000230e7) bg_button_pane_g1

0x736a,	// (0x000230ef) bg_button_pane_g2

0x7372,	// (0x000230f7) bg_button_pane_g3

0x737a,	// (0x000230ff) bg_button_pane_g4

0x7382,	// (0x00023107) bg_button_pane_g5

0x738a,	// (0x0002310f) bg_button_pane_g6

0x7392,	// (0x00023117) bg_button_pane_g7

0x739a,	// (0x0002311f) bg_button_pane_g8

0x73a2,	// (0x00023127) bg_button_pane_g9

0x0008,

0xf8f7,	// (0x0002b67c) bg_button_pane_g

0xc676,	// (0x000283fb) common_borders_pane_ParamLimits

0xc676,	// (0x000283fb) common_borders_pane

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy1_ParamLimits

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy1

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy1_ParamLimits

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy1

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy1_ParamLimits

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy1

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy1_ParamLimits

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy1

0xc6b1,	// (0x00028436) bg_eswt_ctrl_canvas_pane_g1

0xc676,	// (0x000283fb) common_borders_pane_cp2_ParamLimits

0xc676,	// (0x000283fb) common_borders_pane_cp2

0xc676,	// (0x000283fb) common_borders_pane_cp3_ParamLimits

0xc676,	// (0x000283fb) common_borders_pane_cp3

0xcfbf,	// (0x00028d44) separator_horizontal_pane

0xcfc7,	// (0x00028d4c) separator_vertical_pane

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy2_ParamLimits

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy2

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy2_ParamLimits

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy2

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy2_ParamLimits

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy2

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy2_ParamLimits

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy2

0x5e03,	// (0x00021b88) common_borders_pane_cp4

0xcfd0,	// (0x00028d55) separator_horizontal_pane_g1

0xcfd9,	// (0x00028d5e) separator_horizontal_pane_g2

0xcfe2,	// (0x00028d67) separator_horizontal_pane_g3

0x0002,

0xfc9c,	// (0x0002ba21) separator_horizontal_pane_g

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy3_ParamLimits

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy3

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy3_ParamLimits

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy3

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy3_ParamLimits

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy3

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy3_ParamLimits

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy3

0x5e03,	// (0x00021b88) common_borders_pane_cp5

0xcfeb,	// (0x00028d70) separator_vertical_pane_g1

0xcff4,	// (0x00028d79) separator_vertical_pane_g2

0xcffd,	// (0x00028d82) separator_vertical_pane_g3

0x0002,

0xfca3,	// (0x0002ba28) separator_vertical_pane_g

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy4_ParamLimits

0xcf43,	// (0x00028cc8) eswt_control_pane_g1_copy4

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy4_ParamLimits

0xcf50,	// (0x00028cd5) eswt_control_pane_g2_copy4

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy4_ParamLimits

0xcf5d,	// (0x00028ce2) eswt_control_pane_g3_copy4

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy4_ParamLimits

0xcf6a,	// (0x00028cef) eswt_control_pane_g4_copy4

0xf139,	// (0x0002aebe) eswt_ctrl_combo_button_pane

0xf141,	// (0x0002aec6) eswt_ctrl_input_pane

0xf149,	// (0x0002aece) popup_choice_list_window_cp70

0xf151,	// (0x0002aed6) eswt_ctrl_input_pane_t1

0x5e03,	// (0x00021b88) input_focus_pane_cp70

0xc676,	// (0x000283fb) bg_button_pane_cp70_ParamLimits

0xc676,	// (0x000283fb) bg_button_pane_cp70

0xf15f,	// (0x0002aee4) eswt_ctrl_combo_button_pane_g1

0xd006,	// (0x00028d8b) wait_bar_pane_cp70

0x744a,	// (0x000231cf) bg_popup_window_pane_cp70_ParamLimits

0x744a,	// (0x000231cf) bg_popup_window_pane_cp70

0xd00e,	// (0x00028d93) popup_eswt_tasktip_window_t1

0xd024,	// (0x00028da9) wait_bar_pane_cp71_ParamLimits

0xd024,	// (0x00028da9) wait_bar_pane_cp71

0xd030,	// (0x00028db5) grid_eswt_app_pane

0x6847,	// (0x000225cc) scroll_pane_cp70

0xf167,	// (0x0002aeec) cell_eswt_app_pane_ParamLimits

0xf167,	// (0x0002aeec) cell_eswt_app_pane

0xf199,	// (0x0002af1e) cell_eswt_app_pane_g1_ParamLimits

0xf199,	// (0x0002af1e) cell_eswt_app_pane_g1

0xf1c8,	// (0x0002af4d) cell_eswt_app_pane_g2_ParamLimits

0xf1c8,	// (0x0002af4d) cell_eswt_app_pane_g2

0x0001,

0xfcaa,	// (0x0002ba2f) cell_eswt_app_pane_g_ParamLimits

0xfcaa,	// (0x0002ba2f) cell_eswt_app_pane_g

0xf1ec,	// (0x0002af71) cell_eswt_app_pane_t1_ParamLimits

0xf1ec,	// (0x0002af71) cell_eswt_app_pane_t1

0xd039,	// (0x00028dbe) grid_highlight_pane_cp70_ParamLimits

0xd039,	// (0x00028dbe) grid_highlight_pane_cp70

0xba32,	// (0x000277b7) set_content_pane_g1

0x7120,	// (0x00022ea5) status_small_volume_pane

0xabcd,	// (0x00026952) status_small_volume_pane_g1

0xabd5,	// (0x0002695a) volume_small2_pane

0xabde,	// (0x00026963) volume_small2_pane_g1

0xabe7,	// (0x0002696c) volume_small2_pane_g2

0xabf0,	// (0x00026975) volume_small2_pane_g3

0xabf9,	// (0x0002697e) volume_small2_pane_g4

0xac02,	// (0x00026987) volume_small2_pane_g5

0xac0b,	// (0x00026990) volume_small2_pane_g6

0xac14,	// (0x00026999) volume_small2_pane_g7

0xac1d,	// (0x000269a2) volume_small2_pane_g8

0xac26,	// (0x000269ab) volume_small2_pane_g9

0xac2f,	// (0x000269b4) volume_small2_pane_g10

0x0009,

0xfcaf,	// (0x0002ba34) volume_small2_pane_g

0xca44,	// (0x000287c9) fep_vkb_top_text_pane_g1_ParamLimits

0xf089,	// (0x0002ae0e) fep_vkb_top_text_pane_t1_ParamLimits

0xcc5a,	// (0x000289df) popup_preview_fixed_window_g3_ParamLimits

0xcc5a,	// (0x000289df) popup_preview_fixed_window_g3

0x9dfe,	// (0x00025b83) popup_toolbar_trans_pane

0xeafe,	// (0x0002a883) aid_height_set_list_ParamLimits

0xba20,	// (0x000277a5) aid_size_parent_ParamLimits

0x6e34,	// (0x00022bb9) list_highlight_pane_cp2_ParamLimits

0xba32,	// (0x000277b7) set_content_pane_g1_ParamLimits

0xe044,	// (0x00029dc9) list_single_image_pane_ParamLimits

0xe044,	// (0x00029dc9) list_single_image_pane

0xf21e,	// (0x0002afa3) aid_size_cell_image_ParamLimits

0xf21e,	// (0x0002afa3) aid_size_cell_image

0xf22b,	// (0x0002afb0) grid_single_image_pane_ParamLimits

0xf22b,	// (0x0002afb0) grid_single_image_pane

0x6e12,	// (0x00022b97) list_single_image_pane_g1_ParamLimits

0x6e12,	// (0x00022b97) list_single_image_pane_g1

0xd045,	// (0x00028dca) list_single_image_pane_g2_ParamLimits

0xd045,	// (0x00028dca) list_single_image_pane_g2

0x0001,

0xfcc4,	// (0x0002ba49) list_single_image_pane_g_ParamLimits

0xfcc4,	// (0x0002ba49) list_single_image_pane_g

0x6e1e,	// (0x00022ba3) list_single_image_pane_t1_ParamLimits

0x6e1e,	// (0x00022ba3) list_single_image_pane_t1

0xf239,	// (0x0002afbe) cell_image_list_pane_ParamLimits

0xf239,	// (0x0002afbe) cell_image_list_pane

0xf250,	// (0x0002afd5) cell_image_list_pane_g1

0xf259,	// (0x0002afde) cell_image_list_pane_g2

0x0001,

0xfcc9,	// (0x0002ba4e) cell_image_list_pane_g

0xd059,	// (0x00028dde) aid_size_cell_tb_trans_pane

0x64e9,	// (0x0002226e) bg_tb_trans_pane

0xd06b,	// (0x00028df0) grid_tb_trans_pane

0x7362,	// (0x000230e7) bg_tb_trans_pane_g1

0x736a,	// (0x000230ef) bg_tb_trans_pane_g2

0x7372,	// (0x000230f7) bg_tb_trans_pane_g3

0x737a,	// (0x000230ff) bg_tb_trans_pane_g4

0x7382,	// (0x00023107) bg_tb_trans_pane_g5

0x739a,	// (0x0002311f) bg_tb_trans_pane_g6

0x73a2,	// (0x00023127) bg_tb_trans_pane_g7

0x738a,	// (0x0002310f) bg_tb_trans_pane_g8

0x7392,	// (0x00023117) bg_tb_trans_pane_g9

0x0008,

0xfcce,	// (0x0002ba53) bg_tb_trans_pane_g

0xd07f,	// (0x00028e04) cell_toolbar_trans_pane_ParamLimits

0xd07f,	// (0x00028e04) cell_toolbar_trans_pane

0xc6b1,	// (0x00028436) cell_toolbar_trans_pane_g1

0xef0f,	// (0x0002ac94) list_form2_midp_pane_t1

0xef1d,	// (0x0002aca2) list_form2_midp_pane_t2

0x0001,

0xfb6b,	// (0x0002b8f0) list_form2_midp_pane_t

0xc3fc,	// (0x00028181) scroll_pane_cp51_ParamLimits

0xc582,	// (0x00028307) form2_midp_wait_pane_g1

0xc58b,	// (0x00028310) form2_midp_wait_pane_g2

0xc594,	// (0x00028319) form2_midp_wait_pane_g3

0x0002,

0xfb80,	// (0x0002b905) form2_midp_wait_pane_g

0x5ed7,	// (0x00021c5c) list_highlight_pane_cp21_ParamLimits

0xc5b4,	// (0x00028339) list_single_midp_graphic_pane_g4_cp_ParamLimits

0xc5c3,	// (0x00028348) list_single_midp_graphic_pane_t1_cp_ParamLimits

0xdffd,	// (0x00029d82) list_single_2graphic_im_pane_ParamLimits

0xdffd,	// (0x00029d82) list_single_2graphic_im_pane

0xf262,	// (0x0002afe7) list_single_2graphic_im_pane_g1_ParamLimits

0xf262,	// (0x0002afe7) list_single_2graphic_im_pane_g1

0xf273,	// (0x0002aff8) list_single_2graphic_im_pane_g2_ParamLimits

0xf273,	// (0x0002aff8) list_single_2graphic_im_pane_g2

0xf27f,	// (0x0002b004) list_single_2graphic_im_pane_g3_ParamLimits

0xf27f,	// (0x0002b004) list_single_2graphic_im_pane_g3

0x0003,

0xfce1,	// (0x0002ba66) list_single_2graphic_im_pane_g_ParamLimits

0xfce1,	// (0x0002ba66) list_single_2graphic_im_pane_g

0xf293,	// (0x0002b018) list_single_2graphic_im_pane_t1_ParamLimits

0xf293,	// (0x0002b018) list_single_2graphic_im_pane_t1

0xcc66,	// (0x000289eb) list_single_graphic_2heading_pane_fp_ParamLimits

0xcc66,	// (0x000289eb) list_single_graphic_2heading_pane_fp

0xe2ef,	// (0x0002a074) list_single_graphic_2heading_pane_fp_g1_ParamLimits

0xe2ef,	// (0x0002a074) list_single_graphic_2heading_pane_fp_g1

0xcc79,	// (0x000289fe) list_single_graphic_2heading_pane_fp_g2_ParamLimits

0xcc79,	// (0x000289fe) list_single_graphic_2heading_pane_fp_g2

0xe2b8,	// (0x0002a03d) list_single_graphic_2heading_pane_fp_g3_ParamLimits

0xe2b8,	// (0x0002a03d) list_single_graphic_2heading_pane_fp_g3

0xe2c4,	// (0x0002a049) list_single_graphic_2heading_pane_fp_g4_ParamLimits

0xe2c4,	// (0x0002a049) list_single_graphic_2heading_pane_fp_g4

0xcc85,	// (0x00028a0a) list_single_graphic_2heading_pane_fp_g5_ParamLimits

0xcc85,	// (0x00028a0a) list_single_graphic_2heading_pane_fp_g5

0x0004,

0xfc08,	// (0x0002b98d) list_single_graphic_2heading_pane_fp_g_ParamLimits

0xfc08,	// (0x0002b98d) list_single_graphic_2heading_pane_fp_g

0xe4c8,	// (0x0002a24d) list_single_graphic_2heading_pane_fp_t1_ParamLimits

0xe4c8,	// (0x0002a24d) list_single_graphic_2heading_pane_fp_t1

0xe327,	// (0x0002a0ac) list_single_graphic_2heading_pane_fp_t2_ParamLimits

0xe327,	// (0x0002a0ac) list_single_graphic_2heading_pane_fp_t2

0xe4de,	// (0x0002a263) list_single_graphic_2heading_pane_fp_t3_ParamLimits

0xe4de,	// (0x0002a263) list_single_graphic_2heading_pane_fp_t3

0x0002,

0xfcea,	// (0x0002ba6f) list_single_graphic_2heading_pane_fp_t_ParamLimits

0xfcea,	// (0x0002ba6f) list_single_graphic_2heading_pane_fp_t

0xc753,	// (0x000284d8) fep_hwr_write_pane_g5_ParamLimits

0xc753,	// (0x000284d8) fep_hwr_write_pane_g5

0xc75f,	// (0x000284e4) fep_hwr_write_pane_g6_ParamLimits

0xc75f,	// (0x000284e4) fep_hwr_write_pane_g6

0xcf10,	// (0x00028c95) eswt_shell_pane_ParamLimits

0x744a,	// (0x000231cf) bg_popup_window_pane_cp18_ParamLimits

0xb9ba,	// (0x0002773f) heading_pane_cp70

0xd00e,	// (0x00028d93) popup_eswt_tasktip_window_t1_ParamLimits

0x9f20,	// (0x00025ca5) aid_touch_tab_arrow_left

0x9f2f,	// (0x00025cb4) aid_touch_tab_arrow_right

0x8c1b,	// (0x000249a0) title_pane_g3_ParamLimits

0x8c1b,	// (0x000249a0) title_pane_g3

0x64b1,	// (0x00022236) set_value_pane_g1

0x9dfe,	// (0x00025b83) popup_toolbar_trans_pane_ParamLimits

0xd059,	// (0x00028dde) aid_size_cell_tb_trans_pane_ParamLimits

0x64e9,	// (0x0002226e) bg_tb_trans_pane_ParamLimits

0xd06b,	// (0x00028df0) grid_tb_trans_pane_ParamLimits

0x600a,	// (0x00021d8f) cont_note_pane_ParamLimits

0x600a,	// (0x00021d8f) cont_note_pane

0x626b,	// (0x00021ff0) cont_snote2_single_text_pane_ParamLimits

0x626b,	// (0x00021ff0) cont_snote2_single_text_pane

0x626b,	// (0x00021ff0) cont_snote2_single_graphic_pane_ParamLimits

0x626b,	// (0x00021ff0) cont_snote2_single_graphic_pane

0x78f3,	// (0x00023678) cont_note_wait_pane_ParamLimits

0x78f3,	// (0x00023678) cont_note_wait_pane

0x78f3,	// (0x00023678) cont_note_image_pane_ParamLimits

0x78f3,	// (0x00023678) cont_note_image_pane

0xd0b1,	// (0x00028e36) popup_note2_window_g1_ParamLimits

0xd0b1,	// (0x00028e36) popup_note2_window_g1

0xd0d1,	// (0x00028e56) popup_note2_window_t1_ParamLimits

0xd0d1,	// (0x00028e56) popup_note2_window_t1

0xd10b,	// (0x00028e90) popup_note2_window_t2_ParamLimits

0xd10b,	// (0x00028e90) popup_note2_window_t2

0xd145,	// (0x00028eca) popup_note2_window_t3_ParamLimits

0xd145,	// (0x00028eca) popup_note2_window_t3

0xd17f,	// (0x00028f04) popup_note2_window_t4_ParamLimits

0xd17f,	// (0x00028f04) popup_note2_window_t4

0x608e,	// (0x00021e13) popup_note2_window_t5_ParamLimits

0x608e,	// (0x00021e13) popup_note2_window_t5

0x0004,

0xfcf1,	// (0x0002ba76) popup_note2_window_t_ParamLimits

0xfcf1,	// (0x0002ba76) popup_note2_window_t

0xd1ae,	// (0x00028f33) popup_note2_image_window_g1_ParamLimits

0xd1ae,	// (0x00028f33) popup_note2_image_window_g1

0xd1ba,	// (0x00028f3f) popup_note2_image_window_g2_ParamLimits

0xd1ba,	// (0x00028f3f) popup_note2_image_window_g2

0x0001,

0xfcfc,	// (0x0002ba81) popup_note2_image_window_g_ParamLimits

0xfcfc,	// (0x0002ba81) popup_note2_image_window_g

0xd1cc,	// (0x00028f51) popup_note2_image_window_t1_ParamLimits

0xd1cc,	// (0x00028f51) popup_note2_image_window_t1

0xd1e4,	// (0x00028f69) popup_note2_image_window_t2_ParamLimits

0xd1e4,	// (0x00028f69) popup_note2_image_window_t2

0xd1fc,	// (0x00028f81) popup_note2_image_window_t3_ParamLimits

0xd1fc,	// (0x00028f81) popup_note2_image_window_t3

0x0002,

0xfd01,	// (0x0002ba86) popup_note2_image_window_t_ParamLimits

0xfd01,	// (0x0002ba86) popup_note2_image_window_t

0x7901,	// (0x00023686) popup_note2_wait_window_g1_ParamLimits

0x7901,	// (0x00023686) popup_note2_wait_window_g1

0x790d,	// (0x00023692) popup_note2_wait_window_g2_ParamLimits

0x790d,	// (0x00023692) popup_note2_wait_window_g2

0x7919,	// (0x0002369e) popup_note2_wait_window_g3_ParamLimits

0x7919,	// (0x0002369e) popup_note2_wait_window_g3

0x0002,

0xf8d9,	// (0x0002b65e) popup_note2_wait_window_g_ParamLimits

0xf8d9,	// (0x0002b65e) popup_note2_wait_window_g

0xd218,	// (0x00028f9d) popup_note2_wait_window_t1_ParamLimits

0xd218,	// (0x00028f9d) popup_note2_wait_window_t1

0xd236,	// (0x00028fbb) popup_note2_wait_window_t2_ParamLimits

0xd236,	// (0x00028fbb) popup_note2_wait_window_t2

0xd254,	// (0x00028fd9) popup_note2_wait_window_t3_ParamLimits

0xd254,	// (0x00028fd9) popup_note2_wait_window_t3

0xd266,	// (0x00028feb) popup_note2_wait_window_t4_ParamLimits

0xd266,	// (0x00028feb) popup_note2_wait_window_t4

0x0003,

0xfd08,	// (0x0002ba8d) popup_note2_wait_window_t_ParamLimits

0xfd08,	// (0x0002ba8d) popup_note2_wait_window_t

0xd278,	// (0x00028ffd) wait_bar2_pane_ParamLimits

0xd278,	// (0x00028ffd) wait_bar2_pane

0xd290,	// (0x00029015) popup_snote2_single_text_window_g1_ParamLimits

0xd290,	// (0x00029015) popup_snote2_single_text_window_g1

0xd2b8,	// (0x0002903d) popup_snote2_single_text_window_t1_ParamLimits

0xd2b8,	// (0x0002903d) popup_snote2_single_text_window_t1

0xd304,	// (0x00029089) popup_snote2_single_text_window_t2_ParamLimits

0xd304,	// (0x00029089) popup_snote2_single_text_window_t2

0xd350,	// (0x000290d5) popup_snote2_single_text_window_t3_ParamLimits

0xd350,	// (0x000290d5) popup_snote2_single_text_window_t3

0xd391,	// (0x00029116) popup_snote2_single_text_window_t4_ParamLimits

0xd391,	// (0x00029116) popup_snote2_single_text_window_t4

0xd3c7,	// (0x0002914c) popup_snote2_single_text_window_t5_ParamLimits

0xd3c7,	// (0x0002914c) popup_snote2_single_text_window_t5

0x0004,

0xfd11,	// (0x0002ba96) popup_snote2_single_text_window_t_ParamLimits

0xfd11,	// (0x0002ba96) popup_snote2_single_text_window_t

0xd3f2,	// (0x00029177) popup_snote2_single_graphic_window_g1_ParamLimits

0xd3f2,	// (0x00029177) popup_snote2_single_graphic_window_g1

0xd422,	// (0x000291a7) popup_snote2_single_graphic_window_g2_ParamLimits

0xd422,	// (0x000291a7) popup_snote2_single_graphic_window_g2

0x0001,

0xfd1c,	// (0x0002baa1) popup_snote2_single_graphic_window_g_ParamLimits

0xfd1c,	// (0x0002baa1) popup_snote2_single_graphic_window_g

0xd44a,	// (0x000291cf) popup_snote2_single_graphic_window_t1_ParamLimits

0xd44a,	// (0x000291cf) popup_snote2_single_graphic_window_t1

0xd496,	// (0x0002921b) popup_snote2_single_graphic_window_t2_ParamLimits

0xd496,	// (0x0002921b) popup_snote2_single_graphic_window_t2

0xd350,	// (0x000290d5) popup_snote2_single_graphic_window_t3_ParamLimits

0xd350,	// (0x000290d5) popup_snote2_single_graphic_window_t3

0xd391,	// (0x00029116) popup_snote2_single_graphic_window_t4_ParamLimits

0xd391,	// (0x00029116) popup_snote2_single_graphic_window_t4

0xd3c7,	// (0x0002914c) popup_snote2_single_graphic_window_t5_ParamLimits

0xd3c7,	// (0x0002914c) popup_snote2_single_graphic_window_t5

0x0004,

0xfd21,	// (0x0002baa6) popup_snote2_single_graphic_window_t_ParamLimits

0xfd21,	// (0x0002baa6) popup_snote2_single_graphic_window_t

0xc3b2,	// (0x00028137) clock_nsta_pane_cp2_t1

0xc3b2,	// (0x00028137) clock_nsta_pane_cp2_t2

0x0001,

0xfb41,	// (0x0002b8c6) clock_nsta_pane_cp2_t

0xdcf7,	// (0x00029a7c) form_field_data_wide_pane_g1_ParamLimits

0x6503,	// (0x00022288) form_field_data_wide_pane_g2_ParamLimits

0x6503,	// (0x00022288) form_field_data_wide_pane_g2

0x650f,	// (0x00022294) form_field_data_wide_pane_g3_ParamLimits

0x650f,	// (0x00022294) form_field_data_wide_pane_g3

0x0002,

0xf717,	// (0x0002b49c) form_field_data_wide_pane_g_ParamLimits

0xf717,	// (0x0002b49c) form_field_data_wide_pane_g

0xee18,	// (0x0002ab9d) grid_touch_3_pane_ParamLimits

0xee18,	// (0x0002ab9d) grid_touch_3_pane

0xf2c4,	// (0x0002b049) cell_touch_3_pane_ParamLimits

0xf2c4,	// (0x0002b049) cell_touch_3_pane

0xc6b1,	// (0x00028436) cell_touch_3_pane_g1

0xc6b1,	// (0x00028436) cell_touch_3_pane_g2

0x0001,

0xfbc6,	// (0x0002b94b) cell_touch_3_pane_g

0x60c0,	// (0x00021e45) cont_query_data_pane

0x60c8,	// (0x00021e4d) cont_query_data_pane_cp1

0xd4e2,	// (0x00029267) button_value_adjust_pane_cp7

0xd4ea,	// (0x0002926f) query_popup_pane_cp3

0x6a90,	// (0x00022815) bg_popup_sub_pane_cp22_ParamLimits

0x9373,	// (0x000250f8) navi_navi_volume_pane_cp2

0x938e,	// (0x00025113) popup_side_volume_key_window_g2

0x939d,	// (0x00025122) popup_side_volume_key_window_g3

0x0002,

0xf7a9,	// (0x0002b52e) popup_side_volume_key_window_g

0x93be,	// (0x00025143) popup_side_volume_key_window_t2

0x0001,

0xf7b0,	// (0x0002b535) popup_side_volume_key_window_t

0x6cbc,	// (0x00022a41) popup_side_volume_key_window_ParamLimits

0xd942,	// (0x000296c7) list_double_graphic_pane_g4_ParamLimits

0xd942,	// (0x000296c7) list_double_graphic_pane_g4

0xe02c,	// (0x00029db1) list_single_2heading_msg_pane_ParamLimits

0xe02c,	// (0x00029db1) list_single_2heading_msg_pane

0xe4fe,	// (0x0002a283) list_single_2heading_msg_pane_g1_ParamLimits

0xe4fe,	// (0x0002a283) list_single_2heading_msg_pane_g1

0xe50a,	// (0x0002a28f) list_single_2heading_msg_pane_g2_ParamLimits

0xe50a,	// (0x0002a28f) list_single_2heading_msg_pane_g2

0xe516,	// (0x0002a29b) list_single_2heading_msg_pane_g3_ParamLimits

0xe516,	// (0x0002a29b) list_single_2heading_msg_pane_g3

0xe522,	// (0x0002a2a7) list_single_2heading_msg_pane_g4_ParamLimits

0xe522,	// (0x0002a2a7) list_single_2heading_msg_pane_g4

0x0003,

0xfd2c,	// (0x0002bab1) list_single_2heading_msg_pane_g_ParamLimits

0xfd2c,	// (0x0002bab1) list_single_2heading_msg_pane_g

0xe53a,	// (0x0002a2bf) list_single_2heading_msg_pane_t1_ParamLimits

0xe53a,	// (0x0002a2bf) list_single_2heading_msg_pane_t1

0xe562,	// (0x0002a2e7) list_single_2heading_msg_pane_t2_ParamLimits

0xe562,	// (0x0002a2e7) list_single_2heading_msg_pane_t2

0xe596,	// (0x0002a31b) list_single_2heading_msg_pane_t3_ParamLimits

0xe596,	// (0x0002a31b) list_single_2heading_msg_pane_t3

0xe5cf,	// (0x0002a354) list_single_2heading_msg_pane_t4_ParamLimits

0xe5cf,	// (0x0002a354) list_single_2heading_msg_pane_t4

0x0003,

0xfd35,	// (0x0002baba) list_single_2heading_msg_pane_t_ParamLimits

0xfd35,	// (0x0002baba) list_single_2heading_msg_pane_t

0x5e85,	// (0x00021c0a) title_pane_g4_ParamLimits

0x5e85,	// (0x00021c0a) title_pane_g4

0x908e,	// (0x00024e13) title_pane_stacon_g3_ParamLimits

0x908e,	// (0x00024e13) title_pane_stacon_g3

0xd0a5,	// (0x00028e2a) list_single_2graphic_im_pane_g4_ParamLimits

0xd0a5,	// (0x00028e2a) list_single_2graphic_im_pane_g4

0xb7c4,	// (0x00027549) popup_side_volume_key_window_cp

0xbcc1,	// (0x00027a46) main_idle_act2_pane_t1

0xa249,	// (0x00025fce) toolbar_button_pane_g10

0x8f7b,	// (0x00024d00) popup_toolbar_window_cp1

0xc3a3,	// (0x00028128) clock_nsta_pane_cp_t1

0xc3a3,	// (0x00028128) clock_nsta_pane_cp_t2

0x0001,

0xfb3c,	// (0x0002b8c1) clock_nsta_pane_cp_t

0x9373,	// (0x000250f8) navi_navi_volume_pane_cp2_ParamLimits

0x9382,	// (0x00025107) popup_side_volume_key_window_g1_ParamLimits

0x938e,	// (0x00025113) popup_side_volume_key_window_g2_ParamLimits

0x939d,	// (0x00025122) popup_side_volume_key_window_g3_ParamLimits

0xf7a9,	// (0x0002b52e) popup_side_volume_key_window_g_ParamLimits

0xa825,	// (0x000265aa) fep_hwr_aid_pane

0xa8ce,	// (0x00026653) bg_fep_hwr_top_pane_g4_ParamLimits

0xc723,	// (0x000284a8) fep_hwr_top_pane_g1_ParamLimits

0xc735,	// (0x000284ba) fep_hwr_top_pane_g2_ParamLimits

0xa8ee,	// (0x00026673) fep_hwr_top_pane_g3_ParamLimits

0xfb91,	// (0x0002b916) fep_hwr_top_pane_g_ParamLimits

0xa903,	// (0x00026688) fep_hwr_top_text_pane_ParamLimits

0xb5b2,	// (0x00027337) aid_touch_tab_arrow_arrow_2

0xb5bb,	// (0x00027340) aid_touch_tab_arrow_left_2

0xa839,	// (0x000265be) fep_hwr_candidate_drop_down_list_pane_ParamLimits

0xa870,	// (0x000265f5) fep_hwr_prediction_pane

0xc879,	// (0x000285fe) fep_vkb_prediction_pane

0xf066,	// (0x0002adeb) fep_vkb_side_pane_g3_ParamLimits

0xf066,	// (0x0002adeb) fep_vkb_side_pane_g3

0xaa8e,	// (0x00026813) fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits

0xaafc,	// (0x00026881) fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits

0xab09,	// (0x0002688e) fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits

0xfc40,	// (0x0002b9c5) fep_hwr_candidate_drop_down_list_pane_g_ParamLimits

0xac38,	// (0x000269bd) fep_hwr_prediction_pane_g1

0xac42,	// (0x000269c7) fep_hwr_prediction_pane_g2

0xac4a,	// (0x000269cf) fep_hwr_prediction_pane_g3

0xac52,	// (0x000269d7) fep_hwr_prediction_pane_g4

0x0003,

0xfd3e,	// (0x0002bac3) fep_hwr_prediction_pane_g

0xd4fb,	// (0x00029280) fep_vkb_prediction_pane_g1

0xd505,	// (0x0002928a) fep_vkb_prediction_pane_g2

0xd50d,	// (0x00029292) fep_vkb_prediction_pane_g3

0xd515,	// (0x0002929a) fep_vkb_prediction_pane_g4

0x0003,

0xfd47,	// (0x0002bacc) fep_vkb_prediction_pane_g

0xa65d,	// (0x000263e2) slider_set_pane_g3

0xa671,	// (0x000263f6) slider_set_pane_g4

0xa689,	// (0x0002640e) slider_set_pane_g5

0xa65d,	// (0x000263e2) slider_set_pane_g6

0xa69f,	// (0x00026424) slider_set_pane_g7

0xba47,	// (0x000277cc) slider_form_pane_g3

0xba50,	// (0x000277d5) slider_form_pane_g4

0xba58,	// (0x000277dd) slider_form_pane_g5

0xba47,	// (0x000277cc) slider_form_pane_g6

0xec79,	// (0x0002a9fe) slider_form_pane_g7

0xbf19,	// (0x00027c9e) slider_set_pane_vc_g3

0xbf22,	// (0x00027ca7) slider_set_pane_vc_g4

0xbf2b,	// (0x00027cb0) slider_set_pane_vc_g5

0xbf19,	// (0x00027c9e) slider_set_pane_vc_g6

0xbf34,	// (0x00027cb9) slider_set_pane_vc_g7

0xbf19,	// (0x00027c9e) slider_form_pane_vc_g1

0xbf22,	// (0x00027ca7) slider_form_pane_vc_g2

0xbf2b,	// (0x00027cb0) slider_form_pane_vc_g3

0xbf19,	// (0x00027c9e) slider_form_pane_vc_g4

0xc0eb,	// (0x00027e70) slider_form_pane_vc_g5

0x0004,

0xfb22,	// (0x0002b8a7) slider_form_pane_vc_g

0x8af3,	// (0x00024878) main_idle_act3_pane

0xd51d,	// (0x000292a2) ai3_links_pane

0xf30c,	// (0x0002b091) popup_ai3_data_window_ParamLimits

0xf30c,	// (0x0002b091) popup_ai3_data_window

0x5e03,	// (0x00021b88) grid_ai3_links_pane

0xf32a,	// (0x0002b0af) cell_ai3_links_pane_ParamLimits

0xf32a,	// (0x0002b0af) cell_ai3_links_pane

0xd526,	// (0x000292ab) bg_popup_sub_pane_cp11

0xd52f,	// (0x000292b4) cell_ai3_links_pane_g1

0x5e03,	// (0x00021b88) bg_popup_sub_pane_cp12

0xd538,	// (0x000292bd) heading_ai3_data_pane

0xd540,	// (0x000292c5) list_ai3_gene_pane

0xd54c,	// (0x000292d1) popup_ai3_data_window_g1

0xd554,	// (0x000292d9) heading_ai3_data_pane_g1

0xd55c,	// (0x000292e1) heading_ai3_data_pane_t1

0xd56a,	// (0x000292ef) list_double_ai3_gene_pane_ParamLimits

0xd56a,	// (0x000292ef) list_double_ai3_gene_pane

0xd577,	// (0x000292fc) list_single_ai3_gene_pane_ParamLimits

0xd577,	// (0x000292fc) list_single_ai3_gene_pane

0xc676,	// (0x000283fb) list_highlight_pane_cp7_ParamLimits

0xc676,	// (0x000283fb) list_highlight_pane_cp7

0xd584,	// (0x00029309) list_single_a13_gene_pane_t1_ParamLimits

0xd584,	// (0x00029309) list_single_a13_gene_pane_t1

0xd59b,	// (0x00029320) list_single_ai3_gene_pane_g1

0xd5a4,	// (0x00029329) list_single_ai3_gene_pane_g2

0x0001,

0xfd50,	// (0x0002bad5) list_single_ai3_gene_pane_g

0xd5ac,	// (0x00029331) list_double_ai3_gene_pane_g1_ParamLimits

0xd5ac,	// (0x00029331) list_double_ai3_gene_pane_g1

0xd5b8,	// (0x0002933d) list_double_ai3_gene_pane_t1_ParamLimits

0xd5b8,	// (0x0002933d) list_double_ai3_gene_pane_t1

0xd5d4,	// (0x00029359) list_double_ai3_gene_pane_t2_ParamLimits

0xd5d4,	// (0x00029359) list_double_ai3_gene_pane_t2

0xd5e9,	// (0x0002936e) list_double_ai3_gene_pane_t3_ParamLimits

0xd5e9,	// (0x0002936e) list_double_ai3_gene_pane_t3

0x0002,

0xfd55,	// (0x0002bada) list_double_ai3_gene_pane_t_ParamLimits

0xfd55,	// (0x0002bada) list_double_ai3_gene_pane_t

0x0000,

0x0000,

0x0000,

0x0000,

0xe4f4,	// (0x0002a279) aid_size_min_col_2

0xf2f6,	// (0x0002b07b) aid_size_min_msg_ParamLimits

0xf2f6,	// (0x0002b07b) aid_size_min_msg

0xf07a,	// (0x0002adff) fep_vkb_top_text_pane_g2_ParamLimits

0xf07a,	// (0x0002adff) fep_vkb_top_text_pane_g2

0x0001,

0xfbc1,	// (0x0002b946) fep_vkb_top_text_pane_g_ParamLimits

0xfbc1,	// (0x0002b946) fep_vkb_top_text_pane_g

0x8af3,	// (0x00024878) main_hc_apps_shell_pane

0xd606,	// (0x0002938b) grid_hc_apps_pane_ParamLimits

0xd606,	// (0x0002938b) grid_hc_apps_pane

0xd615,	// (0x0002939a) list_hc_apps_pane

0xd61d,	// (0x000293a2) scroll_pane_cp37_ParamLimits

0xd61d,	// (0x000293a2) scroll_pane_cp37

0xf344,	// (0x0002b0c9) cell_hc_apps_pane_ParamLimits

0xf344,	// (0x0002b0c9) cell_hc_apps_pane

0xf3f2,	// (0x0002b177) cell_hc_apps_pane_g1_ParamLimits

0xf3f2,	// (0x0002b177) cell_hc_apps_pane_g1

0xd629,	// (0x000293ae) cell_hc_apps_pane_g2_ParamLimits

0xd629,	// (0x000293ae) cell_hc_apps_pane_g2

0xd645,	// (0x000293ca) cell_hc_apps_pane_g3_ParamLimits

0xd645,	// (0x000293ca) cell_hc_apps_pane_g3

0x0002,

0xfd5c,	// (0x0002bae1) cell_hc_apps_pane_g_ParamLimits

0xfd5c,	// (0x0002bae1) cell_hc_apps_pane_g

0xf41f,	// (0x0002b1a4) cell_hc_apps_pane_t1_ParamLimits

0xf41f,	// (0x0002b1a4) cell_hc_apps_pane_t1

0x600a,	// (0x00021d8f) grid_highlight_pane_cp10_ParamLimits

0x600a,	// (0x00021d8f) grid_highlight_pane_cp10

0xf45f,	// (0x0002b1e4) list_single_hc_apps_pane_ParamLimits

0xf45f,	// (0x0002b1e4) list_single_hc_apps_pane

0xf49b,	// (0x0002b220) list_single_hc_apps_pane_g1

0xe5f4,	// (0x0002a379) list_single_hc_apps_pane_g2

0x0001,

0xfd63,	// (0x0002bae8) list_single_hc_apps_pane_g

0xe60d,	// (0x0002a392) list_single_hc_apps_pane_g2_copy1

0xe629,	// (0x0002a3ae) list_single_hc_apps_pane_t1

0x5ed7,	// (0x00021c5c) bg_set_opt_pane_cp_ParamLimits

0x8ccd,	// (0x00024a52) setting_slider_pane_t1_ParamLimits

0x8ce3,	// (0x00024a68) setting_slider_pane_t2_ParamLimits

0x8cfd,	// (0x00024a82) setting_slider_pane_t3_ParamLimits

0xf5fa,	// (0x0002b37f) setting_slider_pane_t_ParamLimits

0x8d15,	// (0x00024a9a) slider_set_pane_ParamLimits

0x9776,	// (0x000254fb) control_pane_g5_ParamLimits

0x9776,	// (0x000254fb) control_pane_g5

0xba01,	// (0x00027786) slider_set_pane_g1_ParamLimits

0xa651,	// (0x000263d6) slider_set_pane_g2_ParamLimits

0xa65d,	// (0x000263e2) slider_set_pane_g3_ParamLimits

0xa671,	// (0x000263f6) slider_set_pane_g4_ParamLimits

0xa689,	// (0x0002640e) slider_set_pane_g5_ParamLimits

0xa65d,	// (0x000263e2) slider_set_pane_g6_ParamLimits

0xa69f,	// (0x00026424) slider_set_pane_g7_ParamLimits

0xf9f5,	// (0x0002b77a) slider_set_pane_g_ParamLimits

0x6da3,	// (0x00022b28) navi_icon_text_pane_ParamLimits

0x9ef6,	// (0x00025c7b) aid_fill_nsta_2_ParamLimits

0x9f20,	// (0x00025ca5) aid_touch_tab_arrow_left_ParamLimits

0x9f2f,	// (0x00025cb4) aid_touch_tab_arrow_right_ParamLimits

0x9f9c,	// (0x00025d21) clock_nsta_pane_ParamLimits

0xe9f9,	// (0x0002a77e) navi_icon_pane_g1_ParamLimits

0xea08,	// (0x0002a78d) navi_text_pane_t1_ParamLimits

0xeeeb,	// (0x0002ac70) navi_icon_text_pane_g1_ParamLimits

0xeefa,	// (0x0002ac7f) navi_icon_text_pane_t1_ParamLimits

0xf49b,	// (0x0002b220) list_single_hc_apps_pane_g1_ParamLimits

0xe5f4,	// (0x0002a379) list_single_hc_apps_pane_g2_ParamLimits

0xfd63,	// (0x0002bae8) list_single_hc_apps_pane_g_ParamLimits

0xe60d,	// (0x0002a392) list_single_hc_apps_pane_g2_copy1_ParamLimits

0xe629,	// (0x0002a3ae) list_single_hc_apps_pane_t1_ParamLimits

0x8b11,	// (0x00024896) popup_toolbar2_fixed_window_ParamLimits

0x8b11,	// (0x00024896) popup_toolbar2_fixed_window

0x9df4,	// (0x00025b79) popup_toolbar2_float_window

0x5e03,	// (0x00021b88) bg_popup_sub_pane_cp27

0xd667,	// (0x000293ec) grid_toolbar2_float_pane

0x5e03,	// (0x00021b88) bg_popup_sub_pane_cp26

0xd667,	// (0x000293ec) grid_toolbar2_fixed_pane

0xf4b4,	// (0x0002b239) cell_toolbar2_fixed_pane_ParamLimits

0xf4b4,	// (0x0002b239) cell_toolbar2_fixed_pane

0xf4c4,	// (0x0002b249) cell_toolbar2_fixed_pane_g1

0xd66f,	// (0x000293f4) toolbar2_fixed_button_pane

0x7362,	// (0x000230e7) toolbar2_fixed_button_pane_g1

0x736a,	// (0x000230ef) toolbar2_fixed_button_pane_g2

0x7372,	// (0x000230f7) toolbar2_fixed_button_pane_g3

0x737a,	// (0x000230ff) toolbar2_fixed_button_pane_g4

0x7382,	// (0x00023107) toolbar2_fixed_button_pane_g5

0x738a,	// (0x0002310f) toolbar2_fixed_button_pane_g6

0x7392,	// (0x00023117) toolbar2_fixed_button_pane_g7

0x739a,	// (0x0002311f) toolbar2_fixed_button_pane_g8

0x73a2,	// (0x00023127) toolbar2_fixed_button_pane_g9

0x0008,

0xf8f7,	// (0x0002b67c) toolbar2_fixed_button_pane_g

0xd677,	// (0x000293fc) cell_toolbar2_float_pane_ParamLimits

0xd677,	// (0x000293fc) cell_toolbar2_float_pane

0xd688,	// (0x0002940d) cell_toolbar2_float_pane_g1

0xd66f,	// (0x000293f4) toolbar2_fixed_button_pane_cp

0xf01f,	// (0x0002ada4) fep_vkb_accented_list_pane_ParamLimits

0xf01f,	// (0x0002ada4) fep_vkb_accented_list_pane

0xaa6e,	// (0x000267f3) bg_popup_fep_shadow_pane_g9

0x6f49,	// (0x00022cce) bg_popup_fep_shadow_pane_cp3

0x65ef,	// (0x00022374) list_accented_list_pane

0xd691,	// (0x00029416) list_single_accented_list_pane_ParamLimits

0xd691,	// (0x00029416) list_single_accented_list_pane

0x6f49,	// (0x00022cce) list_highlight_pane_cp10

0xd6a2,	// (0x00029427) list_single_accented_list_pane_t1

0x9d3e,	// (0x00025ac3) popup_slider_window_ParamLimits

0x9d3e,	// (0x00025ac3) popup_slider_window

0xd4f2,	// (0x00029277) aid_indentation_list_msg

0xf570,	// (0x0002b2f5) bg_popup_window_pane_cp19

0xd712,	// (0x00029497) popup_slider_window_g1

0xd72e,	// (0x000294b3) popup_slider_window_g2

0xe657,	// (0x0002a3dc) popup_slider_window_g3

0x0005,

0xfd68,	// (0x0002baed) popup_slider_window_g

0xe673,	// (0x0002a3f8) popup_slider_window_t1

0xe6b9,	// (0x0002a43e) small_volume_slider_vertical_pane

0xc6b1,	// (0x00028436) small_volume_slider_vertical_pane_g1

0xc6b1,	// (0x00028436) small_volume_slider_vertical_pane_g2

0xe6d5,	// (0x0002a45a) small_volume_slider_vertical_pane_g3

0x0002,

0xfd7a,	// (0x0002baff) small_volume_slider_vertical_pane_g

0x88e8,	// (0x0002466d) area_side_right_pane_ParamLimits

0x88e8,	// (0x0002466d) area_side_right_pane

0xac5a,	// (0x000269df) aid_size_side_button_ParamLimits

0xac5a,	// (0x000269df) aid_size_side_button

0xac6e,	// (0x000269f3) grid_sctrl_middle_pane_ParamLimits

0xac6e,	// (0x000269f3) grid_sctrl_middle_pane

0xac85,	// (0x00026a0a) sctrl_sk_bottom_pane

0xac8d,	// (0x00026a12) sctrl_sk_top_pane

0xac95,	// (0x00026a1a) aid_touch_sctrl_top

0xaca2,	// (0x00026a27) bg_sctrl_sk_pane_ParamLimits

0xaca2,	// (0x00026a27) bg_sctrl_sk_pane

0xacb0,	// (0x00026a35) sctrl_sk_top_pane_g1

0xacbd,	// (0x00026a42) sctrl_sk_top_pane_t1

0xac95,	// (0x00026a1a) aid_touch_sctrl_bottom

0xaca2,	// (0x00026a27) bg_sctrl_sk_pane_cp_ParamLimits

0xaca2,	// (0x00026a27) bg_sctrl_sk_pane_cp

0xacd8,	// (0x00026a5d) sctrl_sk_bottom_pane_g1

0xacbd,	// (0x00026a42) sctrl_sk_bottom_pane_t1

0xace1,	// (0x00026a66) cell_sctrl_middle_pane_ParamLimits

0xace1,	// (0x00026a66) cell_sctrl_middle_pane

0xacfe,	// (0x00026a83) aid_touch_sctrl_middle_ParamLimits

0xacfe,	// (0x00026a83) aid_touch_sctrl_middle

0xad10,	// (0x00026a95) bg_sctrl_middle_pane_ParamLimits

0xad10,	// (0x00026a95) bg_sctrl_middle_pane

0xaa8e,	// (0x00026813) cell_sctrl_middle_pane_g1_ParamLimits

0xaa8e,	// (0x00026813) cell_sctrl_middle_pane_g1

0xad1e,	// (0x00026aa3) cell_sctrl_middle_pane_g2_ParamLimits

0xad1e,	// (0x00026aa3) cell_sctrl_middle_pane_g2

0x0001,

0xfd86,	// (0x0002bb0b) cell_sctrl_middle_pane_g_ParamLimits

0xfd86,	// (0x0002bb0b) cell_sctrl_middle_pane_g

0x7362,	// (0x000230e7) bg_sctrl_middle_pane_g1

0x7372,	// (0x000230f7) bg_sctrl_middle_pane_g2

0x736a,	// (0x000230ef) bg_sctrl_middle_pane_g3

0x7382,	// (0x00023107) bg_sctrl_middle_pane_g4

0x737a,	// (0x000230ff) bg_sctrl_middle_pane_g5

0x738a,	// (0x0002310f) bg_sctrl_middle_pane_g6

0x7392,	// (0x00023117) bg_sctrl_middle_pane_g7

0x73a2,	// (0x00023127) bg_sctrl_middle_pane_g8

0x0007,

0xfd8b,	// (0x0002bb10) bg_sctrl_middle_pane_g

0x739a,	// (0x0002311f) bg_sctrl_middle_pane_g8_copy1

0x7362,	// (0x000230e7) bg_sctrl_sk_pane_g1

0x736a,	// (0x000230ef) bg_sctrl_sk_pane_g2

0x7372,	// (0x000230f7) bg_sctrl_sk_pane_g3

0x0008,

0xf8f7,	// (0x0002b67c) bg_sctrl_sk_pane_g

0x642b,	// (0x000221b0) aid_size_touch_scroll_bar

0x737a,	// (0x000230ff) bg_sctrl_sk_pane_g4

0x7382,	// (0x00023107) bg_sctrl_sk_pane_g5

0x738a,	// (0x0002310f) bg_sctrl_sk_pane_g6

0x7392,	// (0x00023117) bg_sctrl_sk_pane_g7

0x739a,	// (0x0002311f) bg_sctrl_sk_pane_g8

0x73a2,	// (0x00023127) bg_sctrl_sk_pane_g9

0x9957,	// (0x000256dc) popup_fep_china_hwr2_fs_candidate_window

0x9961,	// (0x000256e6) popup_fep_china_hwr2_fs_control_window_ParamLimits

0x9961,	// (0x000256e6) popup_fep_china_hwr2_fs_control_window

0xaa8e,	// (0x00026813) sctrl_sk_top_pane_g2

0x0001,

0xfd81,	// (0x0002bb06) sctrl_sk_top_pane_g

0x001c,	// (0x0001bda1) aid_fep_china_hwr2_fs_cell_ParamLimits

0x001c,	// (0x0001bda1) aid_fep_china_hwr2_fs_cell

0x002f,	// (0x0001bdb4) bg_popup_fep_shadow_pane_cp4_ParamLimits

0x002f,	// (0x0001bdb4) bg_popup_fep_shadow_pane_cp4

0x0048,	// (0x0001bdcd) bg_popup_fep_shadow_pane_cp5_ParamLimits

0x0048,	// (0x0001bdcd) bg_popup_fep_shadow_pane_cp5

0x005a,	// (0x0001bddf) popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits

0x005a,	// (0x0001bddf) popup_fep_china_hwr2_fs_control_bar_grid

0x006a,	// (0x0001bdef) popup_fep_china_hwr2_fs_control_funtion_grid

0xe6de,	// (0x0002a463) aid_fep_china_hwr2_fs_candi_cell

0x5e03,	// (0x00021b88) bg_popup_fep_shadow_pane_cp6

0xe6e8,	// (0x0002a46d) popup_fep_china_hwr2_fs_candidate_grid

0x0072,	// (0x0001bdf7) cell_fep_china_hwr2_fs_funtion_grid_ParamLimits

0x0072,	// (0x0001bdf7) cell_fep_china_hwr2_fs_funtion_grid

0xc6b1,	// (0x00028436) popup_fep_china_hwr2_fs_control_funtion_grid_g1

0xe6f2,	// (0x0002a477) cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits

0xe6f2,	// (0x0002a477) cell_fep_china_hwr2_fs_funtion_grid_g1

0xe700,	// (0x0002a485) cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits

0xe700,	// (0x0002a485) cell_fep_china_hwr2_fs_funtion_grid_g2

0x0001,

0xfd9c,	// (0x0002bb21) cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits

0xfd9c,	// (0x0002bb21) cell_fep_china_hwr2_fs_funtion_grid_g

0x008a,	// (0x0001be0f) cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits

0x008a,	// (0x0001be0f) cell_fep_china_hwr2_fs_funtion_grid_t1

0x009f,	// (0x0001be24) cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits

0x009f,	// (0x0001be24) cell_fep_china_hwr2_fs_funtion_grid_t2

0x0001,

0xfda1,	// (0x0002bb26) cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits

0xfda1,	// (0x0002bb26) cell_fep_china_hwr2_fs_funtion_grid_t

0xe716,	// (0x0002a49b) popup_fep_china_hwr2_fs_control_bar_grid_g1

0xe71e,	// (0x0002a4a3) popup_fep_china_hwr2_fs_control_bar_grid_g2

0xe726,	// (0x0002a4ab) popup_fep_china_hwr2_fs_control_bar_grid_g3

0x0002,

0xfda6,	// (0x0002bb2b) popup_fep_china_hwr2_fs_control_bar_grid_g

0xe72e,	// (0x0002a4b3) cell_fep_china_hwr2_fs_candidate_grid_ParamLimits

0xe72e,	// (0x0002a4b3) cell_fep_china_hwr2_fs_candidate_grid

0xe74b,	// (0x0002a4d0) popup_fep_china_hwr2_fs_candidate_grid_g20

0xe753,	// (0x0002a4d8) popup_fep_china_hwr2_fs_candidate_grid_g21

0xc6b1,	// (0x00028436) cell_fep_china_hwr2_fs_candidate_grid_g1

0xc6b1,	// (0x00028436) cell_fep_china_hwr2_fs_candidate_grid_g2

0x0001,

0xfbc6,	// (0x0002b94b) cell_fep_china_hwr2_fs_candidate_grid_g

0xe75b,	// (0x0002a4e0) cell_fep_china_hwr2_fs_candidate_grid_t1

0x71ad,	// (0x00022f32) clock_nsta_pane_cp_24_ParamLimits

0x71ad,	// (0x00022f32) clock_nsta_pane_cp_24

0x7217,	// (0x00022f9c) indicator_nsta_pane_cp_24_ParamLimits

0x7217,	// (0x00022f9c) indicator_nsta_pane_cp_24

0xb4bc,	// (0x00027241) heading_pane_g1

0x0001,

0xf95c,	// (0x0002b6e1) heading_pane_g

0xbb40,	// (0x000278c5) grid_sct_catagory_button_pane

0xbb5e,	// (0x000278e3) scroll_pane_cp5_ParamLimits

0xc408,	// (0x0002818d) button_value_adjust_pane_cp5_ParamLimits

0xc408,	// (0x0002818d) button_value_adjust_pane_cp5

0xc4cc,	// (0x00028251) form2_midp_time_pane_ParamLimits

0xe769,	// (0x0002a4ee) cell_sct_catagory_button_pane_ParamLimits

0xe769,	// (0x0002a4ee) cell_sct_catagory_button_pane

0xc676,	// (0x000283fb) bg_button_pane_cp01_ParamLimits

0xc676,	// (0x000283fb) bg_button_pane_cp01

0xc6b1,	// (0x00028436) cell_sct_catagory_button_pane_g1

0x9d7f,	// (0x00025b04) popup_tb_extension_window

0x00bb,	// (0x0001be40) aid_size_cell_ext_ParamLimits

0x00bb,	// (0x0001be40) aid_size_cell_ext

0x600a,	// (0x00021d8f) bg_tb_trans_pane_cp1_ParamLimits

0x600a,	// (0x00021d8f) bg_tb_trans_pane_cp1

0x00db,	// (0x0001be60) grid_tb_ext_pane_ParamLimits

0x00db,	// (0x0001be60) grid_tb_ext_pane

0x010b,	// (0x0001be90) cell_tb_ext_pane_ParamLimits

0x010b,	// (0x0001be90) cell_tb_ext_pane

0x0122,	// (0x0001bea7) cell_tb_ext_pane_g1_ParamLimits

0x0122,	// (0x0001bea7) cell_tb_ext_pane_g1

0xe77b,	// (0x0002a500) cell_tb_ext_pane_t1

0x600a,	// (0x00021d8f) list_highlight_pane_cp11_ParamLimits

0x600a,	// (0x00021d8f) list_highlight_pane_cp11

0x8b30,	// (0x000248b5) popup_uni_indicator_window_ParamLimits

0x8b30,	// (0x000248b5) popup_uni_indicator_window

0x64e9,	// (0x0002226e) bg_popup_sub_pane_cp14

0xe796,	// (0x0002a51b) list_uniindi_pane

0xe7a2,	// (0x0002a527) uniindi_top_pane

0x600a,	// (0x00021d8f) bg_uniindi_top_pane

0xe7c3,	// (0x0002a548) uniindi_top_pane_g1

0xe7d9,	// (0x0002a55e) uniindi_top_pane_g2

0x0003,

0xfdad,	// (0x0002bb32) uniindi_top_pane_g

0xe803,	// (0x0002a588) uniindi_top_pane_t1

0xe82f,	// (0x0002a5b4) list_single_uniindi_pane_ParamLimits

0xe82f,	// (0x0002a5b4) list_single_uniindi_pane

0xc6b1,	// (0x00028436) bg_uniindi_top_pane_g1

0xe844,	// (0x0002a5c9) list_single_uniindi_pane_g1

0xe857,	// (0x0002a5dc) list_single_uniindi_pane_t1

0x8af3,	// (0x00024878) control_bg_pane

0xe47d,	// (0x0002a202) bg_sctrl_sk_pane_cp1

0xe87c,	// (0x0002a601) bg_sctrl_sk_pane_cp2

0xe885,	// (0x0002a60a) control_bg_pane_g1

0xe88e,	// (0x0002a613) control_bg_pane_g2

0x0001,

0xfdb6,	// (0x0002bb3b) control_bg_pane_g

0xc363,	// (0x000280e8) cell_indicator_nsta_pane_g1_ParamLimits

0xc371,	// (0x000280f6) cell_indicator_nsta_pane_g2_ParamLimits

0xfb37,	// (0x0002b8bc) cell_indicator_nsta_pane_g_ParamLimits

0xe2a5,	// (0x0002a02a) form2_midp_time_pane_t1_ParamLimits

0x98b7,	// (0x0002563c) main_idle_act4_pane_ParamLimits

0x98b7,	// (0x0002563c) main_idle_act4_pane

0x9d7f,	// (0x00025b04) popup_tb_extension_window_ParamLimits

0x00fd,	// (0x0001be82) tb_ext_find_pane_ParamLimits

0x00fd,	// (0x0001be82) tb_ext_find_pane

0xe897,	// (0x0002a61c) ai_gene_pane_1_cp1

0x6fcf,	// (0x00022d54) ai_gene_pane_2_cp1

0xe89f,	// (0x0002a624) list_single_idle_plugin_calendar_pane

0xe8a8,	// (0x0002a62d) list_single_idle_plugin_notification_pane

0xe8b1,	// (0x0002a636) list_single_idle_plugin_player_pane

0x013f,	// (0x0001bec4) list_single_idle_plugin_shortcut_pane_ParamLimits

0x013f,	// (0x0001bec4) list_single_idle_plugin_shortcut_pane

0x0161,	// (0x0001bee6) main_idle_act4_pane_t1

0x0175,	// (0x0001befa) main_idle_act4_pane_t2

0x0001,

0xfdbb,	// (0x0002bb40) main_idle_act4_pane_t

0x0189,	// (0x0001bf0e) middle_sk_idle_act4_pane_ParamLimits

0x0189,	// (0x0001bf0e) middle_sk_idle_act4_pane

0x019f,	// (0x0001bf24) popup_clock_digital_analogue_window_cp2

0x01bb,	// (0x0001bf40) shortcut_wheel_idle_act4_pane_ParamLimits

0x01bb,	// (0x0001bf40) shortcut_wheel_idle_act4_pane

0xc6b1,	// (0x00028436) shortcut_wheel_idle_act4_pane_g1

0xc6b1,	// (0x00028436) shortcut_wheel_idle_act4_pane_g2

0xc6b1,	// (0x00028436) shortcut_wheel_idle_act4_pane_g3

0xc6b1,	// (0x00028436) shortcut_wheel_idle_act4_pane_g4

0xc6b1,	// (0x00028436) shortcut_wheel_idle_act4_pane_g5

0xe8ba,	// (0x0002a63f) shortcut_wheel_idle_act4_pane_g6

0xe8c2,	// (0x0002a647) shortcut_wheel_idle_act4_pane_g7

0xe8ca,	// (0x0002a64f) shortcut_wheel_idle_act4_pane_g8

0xe8d2,	// (0x0002a657) shortcut_wheel_idle_act4_pane_g9

0x0008,

0xfdc0,	// (0x0002bb45) shortcut_wheel_idle_act4_pane_g

0xc92b,	// (0x000286b0) middle_sk_idle_act4_pane_g1_ParamLimits

0xc92b,	// (0x000286b0) middle_sk_idle_act4_pane_g1

0x022b,	// (0x0001bfb0) middle_sk_idle_act4_pane_g2_ParamLimits

0x022b,	// (0x0001bfb0) middle_sk_idle_act4_pane_g2

0x0001,

0xfde3,	// (0x0002bb68) middle_sk_idle_act4_pane_g_ParamLimits

0xfde3,	// (0x0002bb68) middle_sk_idle_act4_pane_g

0x0237,	// (0x0001bfbc) middle_sk_idle_act4_pane_t1_ParamLimits

0x0237,	// (0x0001bfbc) middle_sk_idle_act4_pane_t1

0x0254,	// (0x0001bfd9) grid_ai_shortcut_pane_ParamLimits

0x0254,	// (0x0001bfd9) grid_ai_shortcut_pane

0x026d,	// (0x0001bff2) list_highlight_pane_cp16_ParamLimits

0x026d,	// (0x0001bff2) list_highlight_pane_cp16

0x027a,	// (0x0001bfff) list_single_idle_plugin_shortcut_pane_g1_ParamLimits

0x027a,	// (0x0001bfff) list_single_idle_plugin_shortcut_pane_g1

0x0286,	// (0x0001c00b) list_single_idle_plugin_shortcut_pane_g2_ParamLimits

0x0286,	// (0x0001c00b) list_single_idle_plugin_shortcut_pane_g2

0x02a0,	// (0x0001c025) list_single_idle_plugin_shortcut_pane_g3_ParamLimits

0x02a0,	// (0x0001c025) list_single_idle_plugin_shortcut_pane_g3

0x0002,

0xfde8,	// (0x0002bb6d) list_single_idle_plugin_shortcut_pane_g_ParamLimits

0xfde8,	// (0x0002bb6d) list_single_idle_plugin_shortcut_pane_g

0x02b3,	// (0x0001c038) cell_ai_shortcut_pane_ParamLimits

0x02b3,	// (0x0001c038) cell_ai_shortcut_pane

0x02d6,	// (0x0001c05b) cell_ai_shortcut_pane_g1_ParamLimits

0x02d6,	// (0x0001c05b) cell_ai_shortcut_pane_g1

0xe897,	// (0x0002a61c) ai_gene_pane_1_cp2

0xe8da,	// (0x0002a65f) ai_gene_pane_2_cp2

0xe8e2,	// (0x0002a667) list_highlight_pane_cp15

0xe8eb,	// (0x0002a670) list_single_idle_plugin_calendar_pane_g1

0xe8e2,	// (0x0002a667) list_highlight_pane_cp17

0xe8f3,	// (0x0002a678) list_single_idle_plugin_calendar_pane_g1_copy1

0xe8fb,	// (0x0002a680) list_single_idle_plugin_player_pane_g1

0xbd51,	// (0x00027ad6) list_single_idle_plugin_player_pane_g2

0x0001,

0xfdef,	// (0x0002bb74) list_single_idle_plugin_player_pane_g

0xe903,	// (0x0002a688) list_single_idle_plugin_player_pane_t1

0xe911,	// (0x0002a696) list_single_idle_plugin_player_pane_t2

0xe91f,	// (0x0002a6a4) list_single_idle_plugin_player_pane_t3

0xe92d,	// (0x0002a6b2) list_single_idle_plugin_player_pane_t4

0x0003,

0xfdf4,	// (0x0002bb79) list_single_idle_plugin_player_pane_t

0xe93b,	// (0x0002a6c0) wait_bar_pane_cp15

0xe943,	// (0x0002a6c8) grid_ai_notification_pane

0xbd51,	// (0x00027ad6) list_single_idle_plugin_notification_pane_g1

0x02f8,	// (0x0001c07d) cell_ai_notification_pane_ParamLimits

0x02f8,	// (0x0001c07d) cell_ai_notification_pane

0xe94c,	// (0x0002a6d1) cell_ai_notification_pane_g1

0xe954,	// (0x0002a6d9) cell_ai_notification_pane_t1

0x0305,	// (0x0001c08a) tb_ext_find_button_pane

0x030d,	// (0x0001c092) tb_ext_find_pane_g1

0x0315,	// (0x0001c09a) tb_ext_find_pane_t1

0x6a36,	// (0x000227bb) tb_ext_find_button_pane_g1

0xe962,	// (0x0002a6e7) tb_ext_find_button_pane_g2

0x0001,

0xfdfd,	// (0x0002bb82) tb_ext_find_button_pane_g

0x0161,	// (0x0001bee6) main_idle_act4_pane_t1_ParamLimits

0x0175,	// (0x0001befa) main_idle_act4_pane_t2_ParamLimits

0xfdbb,	// (0x0002bb40) main_idle_act4_pane_t_ParamLimits

0x019f,	// (0x0001bf24) popup_clock_digital_analogue_window_cp2_ParamLimits

0x01ad,	// (0x0001bf32) sat_plugin_idle_act4_pane_ParamLimits

0x01ad,	// (0x0001bf32) sat_plugin_idle_act4_pane

0x0323,	// (0x0001c0a8) sat_plugin_idle_act4_pane_t1_ParamLimits

0x0323,	// (0x0001c0a8) sat_plugin_idle_act4_pane_t1

0x0336,	// (0x0001c0bb) sat_plugin_idle_act4_pane_t2_ParamLimits

0x0336,	// (0x0001c0bb) sat_plugin_idle_act4_pane_t2

0x0349,	// (0x0001c0ce) sat_plugin_idle_act4_pane_t3_ParamLimits

0x0349,	// (0x0001c0ce) sat_plugin_idle_act4_pane_t3

0x035c,	// (0x0001c0e1) sat_plugin_idle_act4_pane_t4_ParamLimits

0x035c,	// (0x0001c0e1) sat_plugin_idle_act4_pane_t4

0x0003,

0xfe02,	// (0x0002bb87) sat_plugin_idle_act4_pane_t_ParamLimits

0xfe02,	// (0x0002bb87) sat_plugin_idle_act4_pane_t

0x8a68,	// (0x000247ed) popup_battery_window_ParamLimits

0x8a68,	// (0x000247ed) popup_battery_window

0x600a,	// (0x00021d8f) bg_popup_sub_pane_cp25_ParamLimits

0x600a,	// (0x00021d8f) bg_popup_sub_pane_cp25

0x036f,	// (0x0001c0f4) popup_battery_window_g1_ParamLimits

0x036f,	// (0x0001c0f4) popup_battery_window_g1

0x037b,	// (0x0001c100) popup_battery_window_t1_ParamLimits

0x037b,	// (0x0001c100) popup_battery_window_t1

0x038d,	// (0x0001c112) popup_battery_window_t2_ParamLimits

0x038d,	// (0x0001c112) popup_battery_window_t2

0x0001,

0xfe0b,	// (0x0002bb90) popup_battery_window_t_ParamLimits

0xfe0b,	// (0x0002bb90) popup_battery_window_t

0x95b2,	// (0x00025337) midp_canvas_pane_ParamLimits

0x9614,	// (0x00025399) midp_keypad_pane_ParamLimits

0x9614,	// (0x00025399) midp_keypad_pane

0x6e34,	// (0x00022bb9) main_midp_pane_ParamLimits

0xc3c1,	// (0x00028146) signal_pane_g2_cp_ParamLimits

0x03aa,	// (0x0001c12f) aid_size_cell_midp_keypad_ParamLimits

0x03aa,	// (0x0001c12f) aid_size_cell_midp_keypad

0x03c4,	// (0x0001c149) midp_keyp_game_grid_pane_ParamLimits

0x03c4,	// (0x0001c149) midp_keyp_game_grid_pane

0x03e4,	// (0x0001c169) midp_keyp_rocker_pane_ParamLimits

0x03e4,	// (0x0001c169) midp_keyp_rocker_pane

0x0413,	// (0x0001c198) midp_keyp_sk_left_pane_ParamLimits

0x0413,	// (0x0001c198) midp_keyp_sk_left_pane

0x046d,	// (0x0001c1f2) midp_keyp_sk_right_pane_ParamLimits

0x046d,	// (0x0001c1f2) midp_keyp_sk_right_pane

0x5e03,	// (0x00021b88) bg_button_pane_cp03

0x04c7,	// (0x0001c24c) midp_keyp_sk_left_pane_g1

0x5e03,	// (0x00021b88) bg_button_pane_cp04

0x04c7,	// (0x0001c24c) midp_keyp_sk_right_pane_g1

0xc6b1,	// (0x00028436) midp_keyp_rocker_pane_g1

0x04d0,	// (0x0001c255) keyp_game_cell_pane_ParamLimits

0x04d0,	// (0x0001c255) keyp_game_cell_pane

0x5e03,	// (0x00021b88) bg_button_pane_cp02

0x04e3,	// (0x0001c268) keyp_game_cell_pane_g1

0x8ab9,	// (0x0002483e) popup_fep_vkb2_window_ParamLimits

0x8ab9,	// (0x0002483e) popup_fep_vkb2_window

0xad42,	// (0x00026ac7) aid_size_cell_vkb2_ParamLimits

0xad42,	// (0x00026ac7) aid_size_cell_vkb2

0xad86,	// (0x00026b0b) popup_fep_vkb2_window_g1_ParamLimits

0xad86,	// (0x00026b0b) popup_fep_vkb2_window_g1

0xadce,	// (0x00026b53) vkb2_area_bottom_pane_ParamLimits

0xadce,	// (0x00026b53) vkb2_area_bottom_pane

0xae22,	// (0x00026ba7) vkb2_area_keypad_pane_ParamLimits

0xae22,	// (0x00026ba7) vkb2_area_keypad_pane

0xae68,	// (0x00026bed) vkb2_area_top_pane_ParamLimits

0xae68,	// (0x00026bed) vkb2_area_top_pane

0xaee2,	// (0x00026c67) vkb2_top_entry_pane_ParamLimits

0xaee2,	// (0x00026c67) vkb2_top_entry_pane

0xaf0c,	// (0x00026c91) vkb2_top_grid_left_pane_ParamLimits

0xaf0c,	// (0x00026c91) vkb2_top_grid_left_pane

0xaf2a,	// (0x00026caf) vkb2_top_grid_right_pane_ParamLimits

0xaf2a,	// (0x00026caf) vkb2_top_grid_right_pane

0xaf48,	// (0x00026ccd) vkb2_cell_keypad_pane_ParamLimits

0xaf48,	// (0x00026ccd) vkb2_cell_keypad_pane

0xaff8,	// (0x00026d7d) vkb2_area_bottom_grid_pane_ParamLimits

0xaff8,	// (0x00026d7d) vkb2_area_bottom_grid_pane

0xb01e,	// (0x00026da3) vkb2_area_bottom_pane_g1_ParamLimits

0xb01e,	// (0x00026da3) vkb2_area_bottom_pane_g1

0xb042,	// (0x00026dc7) vkb2_area_bottom_pane_g2_ParamLimits

0xb042,	// (0x00026dc7) vkb2_area_bottom_pane_g2

0xb070,	// (0x00026df5) vkb2_area_bottom_pane_g3_ParamLimits

0xb070,	// (0x00026df5) vkb2_area_bottom_pane_g3

0x0002,

0xfe10,	// (0x0002bb95) vkb2_area_bottom_pane_g_ParamLimits

0xfe10,	// (0x0002bb95) vkb2_area_bottom_pane_g

0xb0d1,	// (0x00026e56) vkb2_top_cell_left_pane_ParamLimits

0xb0d1,	// (0x00026e56) vkb2_top_cell_left_pane

0x08b1,	// (0x0001c636) vkb2_top_entry_pane_g1_ParamLimits

0x08b1,	// (0x0001c636) vkb2_top_entry_pane_g1

0x08bf,	// (0x0001c644) vkb2_top_entry_pane_t1_ParamLimits

0x08bf,	// (0x0001c644) vkb2_top_entry_pane_t1

0x08d7,	// (0x0001c65c) vkb2_top_entry_pane_t2_ParamLimits

0x08d7,	// (0x0001c65c) vkb2_top_entry_pane_t2

0x08ef,	// (0x0001c674) vkb2_top_entry_pane_t3_ParamLimits

0x08ef,	// (0x0001c674) vkb2_top_entry_pane_t3

0x0002,

0xfe17,	// (0x0002bb9c) vkb2_top_entry_pane_t_ParamLimits

0xfe17,	// (0x0002bb9c) vkb2_top_entry_pane_t

0xb11e,	// (0x00026ea3) vkb2_top_grid_right_pane_g1_ParamLimits

0xb11e,	// (0x00026ea3) vkb2_top_grid_right_pane_g1

0xb134,	// (0x00026eb9) vkb2_top_grid_right_pane_g2_ParamLimits

0xb134,	// (0x00026eb9) vkb2_top_grid_right_pane_g2

0xb14c,	// (0x00026ed1) vkb2_top_grid_right_pane_g3_ParamLimits

0xb14c,	// (0x00026ed1) vkb2_top_grid_right_pane_g3

0xb164,	// (0x00026ee9) vkb2_top_grid_right_pane_g4_ParamLimits

0xb164,	// (0x00026ee9) vkb2_top_grid_right_pane_g4

0x0003,

0xfe1e,	// (0x0002bba3) vkb2_top_grid_right_pane_g_ParamLimits

0xfe1e,	// (0x0002bba3) vkb2_top_grid_right_pane_g

0xb17a,	// (0x00026eff) vkb2_top_cell_left_pane_g1

0xb191,	// (0x00026f16) vkb2_cell_keypad_pane_g1_ParamLimits

0xb191,	// (0x00026f16) vkb2_cell_keypad_pane_g1

0x09b3,	// (0x0001c738) vkb2_cell_keypad_pane_t1_ParamLimits

0x09b3,	// (0x0001c738) vkb2_cell_keypad_pane_t1

0xb19f,	// (0x00026f24) vkb2_cell_bottom_grid_pane_ParamLimits

0xb19f,	// (0x00026f24) vkb2_cell_bottom_grid_pane

0xb1d8,	// (0x00026f5d) vkb2_cell_bottom_grid_pane_g1

0x01cf,	// (0x0001bf54) aid_call2_pane_cp02

0x01d7,	// (0x0001bf5c) aid_call_pane_cp02

0x01df,	// (0x0001bf64) clock_digital_number_pane_cp10

0x01e7,	// (0x0001bf6c) clock_digital_number_pane_cp11

0x01ef,	// (0x0001bf74) clock_digital_number_pane_cp12

0x01f7,	// (0x0001bf7c) clock_digital_number_pane_cp13

0x01ff,	// (0x0001bf84) clock_digital_separator_pane_cp10

0x6a36,	// (0x000227bb) popup_clock_digital_analogue_window_cp2_g1

0x6a36,	// (0x000227bb) popup_clock_digital_analogue_window_cp2_g2

0x0207,	// (0x0001bf8c) popup_clock_digital_analogue_window_cp2_g3

0x6a36,	// (0x000227bb) popup_clock_digital_analogue_window_cp2_g4

0x0207,	// (0x0001bf8c) popup_clock_digital_analogue_window_cp2_g5

0x0004,

0xfdd3,	// (0x0002bb58) popup_clock_digital_analogue_window_cp2_g

0x020f,	// (0x0001bf94) popup_clock_digital_analogue_window_cp2_t1

0x021d,	// (0x0001bfa2) popup_clock_digital_analogue_window_cp2_t2

0x0001,

0xfdde,	// (0x0002bb63) popup_clock_digital_analogue_window_cp2_t

0xc6b1,	// (0x00028436) clock_digital_number_pane_cp10_g1

0xc6b1,	// (0x00028436) clock_digital_number_pane_cp10_g2

0x0001,

0xfbc6,	// (0x0002b94b) clock_digital_number_pane_cp10_g

0xc6b1,	// (0x00028436) clock_digital_separator_pane_cp10_g1

0xc6b1,	// (0x00028436) clock_digital_separator_pane_cp10_g2

0x0001,

0xfbc6,	// (0x0002b94b) clock_digital_separator_pane_cp10_g

0xe7e5,	// (0x0002a56a) uniindi_top_pane_g3

0xe7f6,	// (0x0002a57b) uniindi_top_pane_g4

0xafb2,	// (0x00026d37) vkb2_row_keypad_pane_ParamLimits

0xafb2,	// (0x00026d37) vkb2_row_keypad_pane

0xb1f4,	// (0x00026f79) vkb2_cell_t_keypad_pane_ParamLimits

0xb1f4,	// (0x00026f79) vkb2_cell_t_keypad_pane

0xb204,	// (0x00026f89) vkb2_cell_t_keypad_pane_cp08_ParamLimits

0xb204,	// (0x00026f89) vkb2_cell_t_keypad_pane_cp08

0xb219,	// (0x00026f9e) vkb2_cell_t_keypad_pane_cp09_ParamLimits

0xb219,	// (0x00026f9e) vkb2_cell_t_keypad_pane_cp09

0xb22d,	// (0x00026fb2) vkb2_cell_t_keypad_pane_cp01_ParamLimits

0xb22d,	// (0x00026fb2) vkb2_cell_t_keypad_pane_cp01

0xb23e,	// (0x00026fc3) vkb2_cell_t_keypad_pane_cp02_ParamLimits

0xb23e,	// (0x00026fc3) vkb2_cell_t_keypad_pane_cp02

0xb24f,	// (0x00026fd4) vkb2_cell_t_keypad_pane_cp03_ParamLimits

0xb24f,	// (0x00026fd4) vkb2_cell_t_keypad_pane_cp03

0xb260,	// (0x00026fe5) vkb2_cell_t_keypad_pane_cp04_ParamLimits

0xb260,	// (0x00026fe5) vkb2_cell_t_keypad_pane_cp04

0xb271,	// (0x00026ff6) vkb2_cell_t_keypad_pane_cp05_ParamLimits

0xb271,	// (0x00026ff6) vkb2_cell_t_keypad_pane_cp05

0xb282,	// (0x00027007) vkb2_cell_t_keypad_pane_cp06_ParamLimits

0xb282,	// (0x00027007) vkb2_cell_t_keypad_pane_cp06

0xb295,	// (0x0002701a) vkb2_cell_t_keypad_pane_cp07_ParamLimits

0xb295,	// (0x0002701a) vkb2_cell_t_keypad_pane_cp07

0xb2aa,	// (0x0002702f) vkb2_cell_t_keypad_pane_cp10_ParamLimits

0xb2aa,	// (0x0002702f) vkb2_cell_t_keypad_pane_cp10

0xaa8e,	// (0x00026813) vkb2_cell_t_keypad_pane_g1

0x0ae9,	// (0x0001c86e) vkb2_cell_t_keypad_pane_t1

0x8af3,	// (0x00024878) popup_grid_graphic2_window

0x0afb,	// (0x0001c880) aid_size_cell_graphic2_ParamLimits

0x0afb,	// (0x0001c880) aid_size_cell_graphic2

0xf031,	// (0x0002adb6) bg_popup_window_pane_cp21_ParamLimits

0xf031,	// (0x0002adb6) bg_popup_window_pane_cp21

0x0b27,	// (0x0001c8ac) graphic2_pages_pane_ParamLimits

0x0b27,	// (0x0001c8ac) graphic2_pages_pane

0x0b6d,	// (0x0001c8f2) grid_graphic2_control_pane_ParamLimits

0x0b6d,	// (0x0001c8f2) grid_graphic2_control_pane

0x0b9b,	// (0x0001c920) grid_graphic2_pane_ParamLimits

0x0b9b,	// (0x0001c920) grid_graphic2_pane

0x0bfd,	// (0x0001c982) cell_graphic2_pane

0x8af3,	// (0x00024878) main_comp_mode_pane

0xd540,	// (0x000292c5) list_ai3_gene_pane_ParamLimits

0xf570,	// (0x0002b2f5) bg_popup_window_pane_cp19_ParamLimits

0xd6b0,	// (0x00029435) bg_touch_area_indi_pane_ParamLimits

0xd6b0,	// (0x00029435) bg_touch_area_indi_pane

0xd6c6,	// (0x0002944b) bg_touch_area_indi_pane_cp01_ParamLimits

0xd6c6,	// (0x0002944b) bg_touch_area_indi_pane_cp01

0xd6de,	// (0x00029463) bg_touch_area_indi_pane_cp02_ParamLimits

0xd6de,	// (0x00029463) bg_touch_area_indi_pane_cp02

0xd6f8,	// (0x0002947d) bg_touch_area_indi_pane_cp03_ParamLimits

0xd6f8,	// (0x0002947d) bg_touch_area_indi_pane_cp03

0xd712,	// (0x00029497) popup_slider_window_g1_ParamLimits

0xd72e,	// (0x000294b3) popup_slider_window_g2_ParamLimits

0xe657,	// (0x0002a3dc) popup_slider_window_g3_ParamLimits

0xfd68,	// (0x0002baed) popup_slider_window_g_ParamLimits

0xe673,	// (0x0002a3f8) popup_slider_window_t1_ParamLimits

0xe6b9,	// (0x0002a43e) small_volume_slider_vertical_pane_ParamLimits

0x0bfd,	// (0x0001c982) cell_graphic2_pane_ParamLimits

0x0c52,	// (0x0001c9d7) bg_button_pane_cp10_ParamLimits

0x0c52,	// (0x0001c9d7) bg_button_pane_cp10

0x0c67,	// (0x0001c9ec) bg_button_pane_cp11_ParamLimits

0x0c67,	// (0x0001c9ec) bg_button_pane_cp11

0x0c7c,	// (0x0001ca01) graphic2_pages_pane_g1_ParamLimits

0x0c7c,	// (0x0001ca01) graphic2_pages_pane_g1

0x0c97,	// (0x0001ca1c) graphic2_pages_pane_g2_ParamLimits

0x0c97,	// (0x0001ca1c) graphic2_pages_pane_g2

0x0001,

0xfe2c,	// (0x0002bbb1) graphic2_pages_pane_g_ParamLimits

0xfe2c,	// (0x0002bbb1) graphic2_pages_pane_g

0x0caf,	// (0x0001ca34) graphic2_pages_pane_t1_ParamLimits

0x0caf,	// (0x0001ca34) graphic2_pages_pane_t1

0x0cc5,	// (0x0001ca4a) cell_graphic2_control_pane_ParamLimits

0x0cc5,	// (0x0001ca4a) cell_graphic2_control_pane

0x0cdf,	// (0x0001ca64) cell_graphic2_pane_g1_ParamLimits

0x0cdf,	// (0x0001ca64) cell_graphic2_pane_g1

0x0cec,	// (0x0001ca71) cell_graphic2_pane_g2_ParamLimits

0x0cec,	// (0x0001ca71) cell_graphic2_pane_g2

0x0cf9,	// (0x0001ca7e) cell_graphic2_pane_g3_ParamLimits

0x0cf9,	// (0x0001ca7e) cell_graphic2_pane_g3

0x0d06,	// (0x0001ca8b) cell_graphic2_pane_g4_ParamLimits

0x0d06,	// (0x0001ca8b) cell_graphic2_pane_g4

0x0d13,	// (0x0001ca98) cell_graphic2_pane_g5_ParamLimits

0x0d13,	// (0x0001ca98) cell_graphic2_pane_g5

0x0004,

0xfe31,	// (0x0002bbb6) cell_graphic2_pane_g_ParamLimits

0xfe31,	// (0x0002bbb6) cell_graphic2_pane_g

0x0d2e,	// (0x0001cab3) cell_graphic2_pane_t1_ParamLimits

0x0d2e,	// (0x0001cab3) cell_graphic2_pane_t1

0x744a,	// (0x000231cf) grid_highlight_pane_cp11_ParamLimits

0x744a,	// (0x000231cf) grid_highlight_pane_cp11

0x64e9,	// (0x0002226e) bg_button_pane_cp05

0x0d44,	// (0x0001cac9) cell_graphic2_control_pane_g1

0xc6b1,	// (0x00028436) bg_touch_area_indi_pane_g1

0x0d51,	// (0x0001cad6) aid_cmod_rocker_key_size

0x0d5b,	// (0x0001cae0) aid_cmode_itu_key_size

0x0d65,	// (0x0001caea) main_cmode_video_pane

0x0d6f,	// (0x0001caf4) main_comp_mode_itu_pane

0x0d7b,	// (0x0001cb00) main_comp_mode_rocker_pane

0x0d87,	// (0x0001cb0c) cell_cmode_rocker_pane_ParamLimits

0x0d87,	// (0x0001cb0c) cell_cmode_rocker_pane

0x0d9b,	// (0x0001cb20) cell_cmode_itu_pane_ParamLimits

0x0d9b,	// (0x0001cb20) cell_cmode_itu_pane

0x64e9,	// (0x0002226e) bg_button_pane_cp06_ParamLimits

0x64e9,	// (0x0002226e) bg_button_pane_cp06

0xc92b,	// (0x000286b0) cell_cmode_rocker_pane_g1_ParamLimits

0xc92b,	// (0x000286b0) cell_cmode_rocker_pane_g1

0xe6f2,	// (0x0002a477) cell_cmode_rocker_pane_g2_ParamLimits

0xe6f2,	// (0x0002a477) cell_cmode_rocker_pane_g2

0x0001,

0xfe3c,	// (0x0002bbc1) cell_cmode_rocker_pane_g_ParamLimits

0xfe3c,	// (0x0002bbc1) cell_cmode_rocker_pane_g

0x5e03,	// (0x00021b88) bg_button_pane_cp07

0x0db2,	// (0x0001cb37) cell_cmode_itu_pane_g1

0x0dbb,	// (0x0001cb40) cell_cmode_itu_pane_t1

0x0dc9,	// (0x0001cb4e) cell_cmode_itu_pane_t2

0x0001,

0xfe41,	// (0x0002bbc6) cell_cmode_itu_pane_t

0xe86c,	// (0x0002a5f1) aid_touch_ctrl_left

0xe874,	// (0x0002a5f9) aid_touch_ctrl_right

0x5e03,	// (0x00021b88) compa_mode_pane

0x0dd7,	// (0x0001cb5c) aid_cmod_rocker_key_size_cp

0x0de1,	// (0x0001cb66) aid_cmode_itu_key_size_cp

0x0deb,	// (0x0001cb70) compa_mode_pane_g1

0x0df3,	// (0x0001cb78) compa_mode_pane_g2

0x0dfb,	// (0x0001cb80) compa_mode_pane_g3

0x0002,

0xfe46,	// (0x0002bbcb) compa_mode_pane_g

0x0e03,	// (0x0001cb88) main_comp_mode_itu_pane_cp

0x0e0b,	// (0x0001cb90) main_comp_mode_rocker_pane_cp

0x0e13,	// (0x0001cb98) cell_cmode_itu_pane_cp_ParamLimits

0x0e13,	// (0x0001cb98) cell_cmode_itu_pane_cp

0x0e28,	// (0x0001cbad) cell_cmode_rocker_pane_cp_ParamLimits

0x0e28,	// (0x0001cbad) cell_cmode_rocker_pane_cp

0x64e9,	// (0x0002226e) bg_button_pane_cp06_cp_ParamLimits

0x64e9,	// (0x0002226e) bg_button_pane_cp06_cp

0xc92b,	// (0x000286b0) cell_cmode_rocker_pane_g1_cp_ParamLimits

0xc92b,	// (0x000286b0) cell_cmode_rocker_pane_g1_cp

0xc6b1,	// (0x00028436) cell_cmode_rocker_pane_g2_cp

0x5e03,	// (0x00021b88) bg_button_pane_cp07_cp

0x0e3a,	// (0x0001cbbf) cell_cmode_itu_pane_g1_cp

0x0e43,	// (0x0001cbc8) cell_cmode_itu_pane_t1_cp

0x0e43,	// (0x0001cbc8) cell_cmode_itu_pane_t2_cp

0xec71,	// (0x0002a9f6) settings_code_pane_cp2

0x5ed7,	// (0x00021c5c) bg_popup_window_pane_cp3_ParamLimits

0x61fc,	// (0x00021f81) heading_pane_cp3_ParamLimits

0x6208,	// (0x00021f8d) listscroll_popup_graphic_pane_ParamLimits

0xa825,	// (0x000265aa) fep_hwr_aid_pane_ParamLimits

0xac95,	// (0x00026a1a) aid_touch_sctrl_top_ParamLimits

0xacb0,	// (0x00026a35) sctrl_sk_top_pane_g1_ParamLimits

0xaa8e,	// (0x00026813) sctrl_sk_top_pane_g2_ParamLimits

0xfd81,	// (0x0002bb06) sctrl_sk_top_pane_g_ParamLimits

0xacbd,	// (0x00026a42) sctrl_sk_top_pane_t1_ParamLimits

0xac95,	// (0x00026a1a) aid_touch_sctrl_bottom_ParamLimits

0xacbd,	// (0x00026a42) sctrl_sk_bottom_pane_t1_ParamLimits

0xe7af,	// (0x0002a534) aid_area_touch_clock

0xaeaa,	// (0x00026c2f) aid_vkb2_area_top_pane_cell_ParamLimits

0xaeaa,	// (0x00026c2f) aid_vkb2_area_top_pane_cell

0xafd4,	// (0x00026d59) aid_vkb2_area_bottom_pane_cell_ParamLimits

0xafd4,	// (0x00026d59) aid_vkb2_area_bottom_pane_cell

0x08a9,	// (0x0001c62e) popup_char_count_window

0x0e51,	// (0x0001cbd6) popup_char_count_window_g1

0x0e5a,	// (0x0001cbdf) popup_char_count_window_g2

0x0e63,	// (0x0001cbe8) popup_char_count_window_g3

0x0002,

0xfe4d,	// (0x0002bbd2) popup_char_count_window_g

0x0e6c,	// (0x0001cbf1) popup_char_count_window_t1

0xad6c,	// (0x00026af1) popup_fep_char_preview_window_ParamLimits

0xad6c,	// (0x00026af1) popup_fep_char_preview_window

0xaec8,	// (0x00026c4d) vkb2_top_candi_pane_ParamLimits

0xaec8,	// (0x00026c4d) vkb2_top_candi_pane

0x0e7a,	// (0x0001cbff) cell_vkb2_top_candi_pane_ParamLimits

0x0e7a,	// (0x0001cbff) cell_vkb2_top_candi_pane

0xb2bf,	// (0x00027044) bg_popup_fep_char_preview_window_ParamLimits

0xb2bf,	// (0x00027044) bg_popup_fep_char_preview_window

0xb2cd,	// (0x00027052) popup_fep_char_preview_window_t1_ParamLimits

0xb2cd,	// (0x00027052) popup_fep_char_preview_window_t1

0x0f15,	// (0x0001cc9a) bg_popup_fep_char_preview_window_g1

0x0f0d,	// (0x0001cc92) bg_popup_fep_char_preview_window_g2

0x0f05,	// (0x0001cc8a) bg_popup_fep_char_preview_window_g3

0x0f3d,	// (0x0001ccc2) bg_popup_fep_char_preview_window_g4

0x0f35,	// (0x0001ccba) bg_popup_fep_char_preview_window_g5

0xb307,	// (0x0002708c) bg_popup_fep_char_preview_window_g6

0x0f25,	// (0x0001ccaa) bg_popup_fep_char_preview_window_g7

0x0f1d,	// (0x0001cca2) bg_popup_fep_char_preview_window_g8

0x0f45,	// (0x0001ccca) bg_popup_fep_char_preview_window_g9

0x0008,

0xfe54,	// (0x0002bbd9) bg_popup_fep_char_preview_window_g

0xaa8e,	// (0x00026813) cell_vkb2_top_candi_pane_g1_ParamLimits

0xaa8e,	// (0x00026813) cell_vkb2_top_candi_pane_g1

0xaa9c,	// (0x00026821) cell_vkb2_top_candi_pane_g2_ParamLimits

0xaa9c,	// (0x00026821) cell_vkb2_top_candi_pane_g2

0x0f6e,	// (0x0001ccf3) cell_vkb2_top_candi_pane_g3_ParamLimits

0x0f6e,	// (0x0001ccf3) cell_vkb2_top_candi_pane_g3

0xb30f,	// (0x00027094) cell_vkb2_top_candi_pane_g4_ParamLimits

0xb30f,	// (0x00027094) cell_vkb2_top_candi_pane_g4

0xcd6c,	// (0x00028af1) cell_vkb2_top_candi_pane_g5_ParamLimits

0xcd6c,	// (0x00028af1) cell_vkb2_top_candi_pane_g5

0xb330,	// (0x000270b5) cell_vkb2_top_candi_pane_g6_ParamLimits

0xb330,	// (0x000270b5) cell_vkb2_top_candi_pane_g6

0x0005,

0xfe67,	// (0x0002bbec) cell_vkb2_top_candi_pane_g_ParamLimits

0xfe67,	// (0x0002bbec) cell_vkb2_top_candi_pane_g

0xb33e,	// (0x000270c3) cell_vkb2_top_candi_pane_t1

0xa63d,	// (0x000263c2) aid_size_touch_slider_mark_ParamLimits

0xa63d,	// (0x000263c2) aid_size_touch_slider_mark

0x0b5d,	// (0x0001c8e2) grid_graphic2_catg_pane_ParamLimits

0x0b5d,	// (0x0001c8e2) grid_graphic2_catg_pane

0x0bd7,	// (0x0001c95c) popup_grid_graphic2_window_t1_ParamLimits

0x0bd7,	// (0x0001c95c) popup_grid_graphic2_window_t1

0x0be9,	// (0x0001c96e) popup_grid_graphic2_window_t2_ParamLimits

0x0be9,	// (0x0001c96e) popup_grid_graphic2_window_t2

0x0001,

0xfe27,	// (0x0002bbac) popup_grid_graphic2_window_t_ParamLimits

0xfe27,	// (0x0002bbac) popup_grid_graphic2_window_t

0x64e9,	// (0x0002226e) bg_button_pane_cp05_ParamLimits

0x0d44,	// (0x0001cac9) cell_graphic2_control_pane_g1_ParamLimits

0x0fae,	// (0x0001cd33) cell_graphic2_catg_pane_ParamLimits

0x0fae,	// (0x0001cd33) cell_graphic2_catg_pane

0x5e03,	// (0x00021b88) bg_button_pane_cp12

0x0fc0,	// (0x0001cd45) cell_graphic2_catg_pane_g1

0xe77b,	// (0x0002a500) cell_tb_ext_pane_t1_ParamLimits

0xb0f1,	// (0x00026e76) vkb2_top_cell_right_narrow_pane_ParamLimits

0xb0f1,	// (0x00026e76) vkb2_top_cell_right_narrow_pane

0xb109,	// (0x00026e8e) vkb2_top_cell_right_wide_pane_ParamLimits

0xb109,	// (0x00026e8e) vkb2_top_cell_right_wide_pane

0xa817,	// (0x0002659c) bg_vkb2_func_pane_ParamLimits

0xa817,	// (0x0002659c) bg_vkb2_func_pane

0xb17a,	// (0x00026eff) vkb2_top_cell_left_pane_g1_ParamLimits

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp03_ParamLimits

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp03

0xb1d8,	// (0x00026f5d) vkb2_cell_bottom_grid_pane_g1_ParamLimits

0x7372,	// (0x000230f7) bg_vkb2_func_pane_g1

0x736a,	// (0x000230ef) bg_vkb2_func_pane_g2

0x737a,	// (0x000230ff) bg_vkb2_func_pane_g3

0x7382,	// (0x00023107) bg_vkb2_func_pane_g4

0x738a,	// (0x0002310f) bg_vkb2_func_pane_g5

0x7392,	// (0x00023117) bg_vkb2_func_pane_g6

0x73a2,	// (0x00023127) bg_vkb2_func_pane_g7

0x739a,	// (0x0002311f) bg_vkb2_func_pane_g8

0x7362,	// (0x000230e7) bg_vkb2_func_pane_g9

0x0008,

0xfe74,	// (0x0002bbf9) bg_vkb2_func_pane_g

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp01_ParamLimits

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp01

0xb17a,	// (0x00026eff) vkb2_top_cell_right_wide_pane_g1_ParamLimits

0xb17a,	// (0x00026eff) vkb2_top_cell_right_wide_pane_g1

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp02_ParamLimits

0xa817,	// (0x0002659c) bg_vkb2_fuc_pane_cp02

0xb1d8,	// (0x00026f5d) vkb2_top_cell_right_narrow_pane_g1_ParamLimits

0xb1d8,	// (0x00026f5d) vkb2_top_cell_right_narrow_pane_g1

0xf4ee,	// (0x0002b273) aid_touch_area_decrease_ParamLimits

0xf4ee,	// (0x0002b273) aid_touch_area_decrease

0xf512,	// (0x0002b297) aid_touch_area_increase_ParamLimits

0xf512,	// (0x0002b297) aid_touch_area_increase

0xf51e,	// (0x0002b2a3) aid_touch_area_mute_ParamLimits

0xf51e,	// (0x0002b2a3) aid_touch_area_mute

0xf542,	// (0x0002b2c7) aid_touch_area_slider_ParamLimits

0xf542,	// (0x0002b2c7) aid_touch_area_slider

0xf57c,	// (0x0002b301) popup_slider_window_g4_ParamLimits

0xf57c,	// (0x0002b301) popup_slider_window_g4

0xf588,	// (0x0002b30d) popup_slider_window_g5_ParamLimits

0xf588,	// (0x0002b30d) popup_slider_window_g5

0xf5aa,	// (0x0002b32f) popup_slider_window_g6_ParamLimits

0xf5aa,	// (0x0002b32f) popup_slider_window_g6

0xe6a1,	// (0x0002a426) popup_slider_window_t2_ParamLimits

0xe6a1,	// (0x0002a426) popup_slider_window_t2

0x0001,

0xfd75,	// (0x0002bafa) popup_slider_window_t_ParamLimits

0xfd75,	// (0x0002bafa) popup_slider_window_t

0xf5bc,	// (0x0002b341) slider_pane_ParamLimits

0xf5bc,	// (0x0002b341) slider_pane

0x0fc9,	// (0x0001cd4e) slider_pane_g1_ParamLimits

0x0fc9,	// (0x0001cd4e) slider_pane_g1

0x0fdd,	// (0x0001cd62) slider_pane_g2_ParamLimits

0x0fdd,	// (0x0001cd62) slider_pane_g2

0x0ff3,	// (0x0001cd78) slider_pane_g3_ParamLimits

0x0ff3,	// (0x0001cd78) slider_pane_g3

0x0003,

0xfe87,	// (0x0002bc0c) slider_pane_g_ParamLimits

0xfe87,	// (0x0002bc0c) slider_pane_g

0x9ddd,	// (0x00025b62) popup_tb_float_extension_window_ParamLimits

0x9ddd,	// (0x00025b62) popup_tb_float_extension_window

0x101f,	// (0x0001cda4) aid_size_cell_tb_float_ext

0x5e03,	// (0x00021b88) bg_popup_sub_window_cp28

0x102b,	// (0x0001cdb0) grid_tb_float_ext_pane

0x1037,	// (0x0001cdbc) cell_tb_float_ext_pane_ParamLimits

0x1037,	// (0x0001cdbc) cell_tb_float_ext_pane

0x1053,	// (0x0001cdd8) cell_tb_float_ext_pane_g1

0x105c,	// (0x0001cde1) grid_highlight_pane_cp12

0xa96c,	// (0x000266f1) cell_last_hwr_side_pane_ParamLimits

0xa96c,	// (0x000266f1) cell_last_hwr_side_pane

0xc6b1,	// (0x00028436) cell_last_hwr_side_pane_g1

0x1065,	// (0x0001cdea) cell_last_hwr_side_pane_g2

0x0001,

0xfe90,	// (0x0002bc15) cell_last_hwr_side_pane_g

0xb0a0,	// (0x00026e25) vkb2_area_bottom_space_btn_pane_ParamLimits

0xb0a0,	// (0x00026e25) vkb2_area_bottom_space_btn_pane

0xaa8e,	// (0x00026813) vkb2_cell_t_keypad_pane_g1_ParamLimits

0x0ae9,	// (0x0001c86e) vkb2_cell_t_keypad_pane_t1_ParamLimits

0xb33e,	// (0x000270c3) cell_vkb2_top_candi_pane_t1_ParamLimits

0xb35d,	// (0x000270e2) vkb2_area_bottom_space_btn_pane_g1_ParamLimits

0xb35d,	// (0x000270e2) vkb2_area_bottom_space_btn_pane_g1

0xb397,	// (0x0002711c) vkb2_area_bottom_space_btn_pane_g2_ParamLimits

0xb397,	// (0x0002711c) vkb2_area_bottom_space_btn_pane_g2

0xb3cd,	// (0x00027152) vkb2_area_bottom_space_btn_pane_g3_ParamLimits

0xb3cd,	// (0x00027152) vkb2_area_bottom_space_btn_pane_g3

0x0003,

0xfe95,	// (0x0002bc1a) vkb2_area_bottom_space_btn_pane_g_ParamLimits

0xfe95,	// (0x0002bc1a) vkb2_area_bottom_space_btn_pane_g

0xa8dc,	// (0x00026661) cel_fep_hwr_func_pane_ParamLimits

0xa8dc,	// (0x00026661) cel_fep_hwr_func_pane

0xa918,	// (0x0002669d) cell_hwr_side_button_pane_ParamLimits

0xa918,	// (0x0002669d) cell_hwr_side_button_pane

0xe7af,	// (0x0002a534) aid_area_touch_clock_ParamLimits

0x600a,	// (0x00021d8f) bg_uniindi_top_pane_ParamLimits

0xe7c3,	// (0x0002a548) uniindi_top_pane_g1_ParamLimits

0xe7d9,	// (0x0002a55e) uniindi_top_pane_g2_ParamLimits

0xe7e5,	// (0x0002a56a) uniindi_top_pane_g3_ParamLimits

0xe7f6,	// (0x0002a57b) uniindi_top_pane_g4_ParamLimits

0xfdad,	// (0x0002bb32) uniindi_top_pane_g_ParamLimits

0xe803,	// (0x0002a588) uniindi_top_pane_t1_ParamLimits

0x600a,	// (0x00021d8f) bg_vkb2_func_pane_cp01_ParamLimits

0x600a,	// (0x00021d8f) bg_vkb2_func_pane_cp01

0x09a5,	// (0x0001c72a) cel_fep_hwr_func_pane_g1_ParamLimits

0x09a5,	// (0x0001c72a) cel_fep_hwr_func_pane_g1

0x600a,	// (0x00021d8f) bg_vkb2_func_pane_cp02_ParamLimits

0x600a,	// (0x00021d8f) bg_vkb2_func_pane_cp02

0x09a5,	// (0x0001c72a) cell_hwr_side_button_pane_g1_ParamLimits

0x09a5,	// (0x0001c72a) cell_hwr_side_button_pane_g1

0x7278,	// (0x00022ffd) status_pane_g4_ParamLimits

0x7278,	// (0x00022ffd) status_pane_g4

0x7292,	// (0x00023017) status_pane_t1

0xc53d,	// (0x000282c2) form2_midp_gauge_slider_cont_pane

0xc545,	// (0x000282ca) form2_midp_gauge_slider_pane_t1_ParamLimits

0xef4c,	// (0x0002acd1) form2_midp_gauge_slider_pane_t2_ParamLimits

0xef5e,	// (0x0002ace3) form2_midp_gauge_slider_pane_t3_ParamLimits

0xfb79,	// (0x0002b8fe) form2_midp_gauge_slider_pane_t_ParamLimits

0xc557,	// (0x000282dc) form2_midp_slider_pane_ParamLimits

0xad34,	// (0x00026ab9) aid_size_cell_func_vkb2_ParamLimits

0xad34,	// (0x00026ab9) aid_size_cell_func_vkb2

0x100b,	// (0x0001cd90) slider_pane_g4_ParamLimits

0x100b,	// (0x0001cd90) slider_pane_g4

0xb417,	// (0x0002719c) form2_midp_gauge_slider_pane_t2_cp01

0xb425,	// (0x000271aa) form2_midp_gauge_slider_pane_t3_cp01_ParamLimits

0xb425,	// (0x000271aa) form2_midp_gauge_slider_pane_t3_cp01

0xb442,	// (0x000271c7) form2_midp_slider_pane_cp01

0x5e03,	// (0x00021b88) navi_smil_pane

0x1187,	// (0x0001cf0c) navi_smil_pane_g1

0x118f,	// (0x0001cf14) navi_smil_pane_t1

0x115c,	// (0x0001cee1) form2_midp_slider_pane_g1

0x1165,	// (0x0001ceea) form2_midp_slider_pane_g2

0x116d,	// (0x0001cef2) form2_midp_slider_pane_g3

0x115c,	// (0x0001cee1) form2_midp_slider_pane_g4

0x1175,	// (0x0001cefa) form2_midp_slider_pane_g5

0x0004,

0xfe9e,	// (0x0002bc23) form2_midp_slider_pane_g

0xb407,	// (0x0002718c) vkb2_area_bottom_space_btn_pane_g4_ParamLimits

0xb407,	// (0x0002718c) vkb2_area_bottom_space_btn_pane_g4

0x9fbf,	// (0x00025d44) lc0_navi_pane_ParamLimits

0x9fbf,	// (0x00025d44) lc0_navi_pane

0xa03b,	// (0x00025dc0) lc0_stat_indi_pane_ParamLimits

0xa03b,	// (0x00025dc0) lc0_stat_indi_pane

0xa052,	// (0x00025dd7) ls0_title_pane_ParamLimits

0xa052,	// (0x00025dd7) ls0_title_pane

0x64e9,	// (0x0002226e) bg_popup_sub_pane_cp14_ParamLimits

0xe796,	// (0x0002a51b) list_uniindi_pane_ParamLimits

0xe7a2,	// (0x0002a527) uniindi_top_pane_ParamLimits

0xe844,	// (0x0002a5c9) list_single_uniindi_pane_g1_ParamLimits

0xe857,	// (0x0002a5dc) list_single_uniindi_pane_t1_ParamLimits

0xb44b,	// (0x000271d0) lc0_stat_clock_pane_ParamLimits

0xb44b,	// (0x000271d0) lc0_stat_clock_pane

0x11b7,	// (0x0001cf3c) lc0_stat_indi_pane_g1_ParamLimits

0x11b7,	// (0x0001cf3c) lc0_stat_indi_pane_g1

0x11aa,	// (0x0001cf2f) lc0_stat_indi_pane_g2_ParamLimits

0x11aa,	// (0x0001cf2f) lc0_stat_indi_pane_g2

0x0001,

0xfea9,	// (0x0002bc2e) lc0_stat_indi_pane_g_ParamLimits

0xfea9,	// (0x0002bc2e) lc0_stat_indi_pane_g

0xb458,	// (0x000271dd) lc0_uni_indicator_pane_ParamLimits

0xb458,	// (0x000271dd) lc0_uni_indicator_pane

0x11d1,	// (0x0001cf56) ls0_title_pane_g1_ParamLimits

0x11d1,	// (0x0001cf56) ls0_title_pane_g1

0x11e5,	// (0x0001cf6a) ls0_title_pane_t1_ParamLimits

0x11e5,	// (0x0001cf6a) ls0_title_pane_t1

0xb465,	// (0x000271ea) lc0_uni_indicator_pane_g1_ParamLimits

0xb465,	// (0x000271ea) lc0_uni_indicator_pane_g1

0x122e,	// (0x0001cfb3) lc0_stat_clock_pane_t1

0x8af3,	// (0x00024878) main_ai5_pane

0x123c,	// (0x0001cfc1) ai5_sk_pane_ParamLimits

0x123c,	// (0x0001cfc1) ai5_sk_pane

0x1249,	// (0x0001cfce) cell_ai5_widget_pane_ParamLimits

0x1249,	// (0x0001cfce) cell_ai5_widget_pane

0x12a8,	// (0x0001d02d) aid_size_cell_widget_grid

0x12b0,	// (0x0001d035) bg_ai5_widget_pane_ParamLimits

0x12b0,	// (0x0001d035) bg_ai5_widget_pane

0x12bc,	// (0x0001d041) cell_ai5_widget_pane_g2

0x12cc,	// (0x0001d051) cell_ai5_widget_pane_g3

0x12d8,	// (0x0001d05d) cell_ai5_widget_pane_g4

0x12e4,	// (0x0001d069) cell_ai5_widget_pane_g5

0x12f0,	// (0x0001d075) cell_ai5_widget_pane_g6

0x12fa,	// (0x0001d07f) cell_ai5_widget_pane_g7

0x133e,	// (0x0001d0c3) cell_ai5_widget_pane_t1_ParamLimits

0x133e,	// (0x0001d0c3) cell_ai5_widget_pane_t1

0x1356,	// (0x0001d0db) cell_ai5_widget_pane_t2_ParamLimits

0x1356,	// (0x0001d0db) cell_ai5_widget_pane_t2

0x136e,	// (0x0001d0f3) cell_ai5_widget_pane_t3_ParamLimits

0x136e,	// (0x0001d0f3) cell_ai5_widget_pane_t3

0x1386,	// (0x0001d10b) cell_ai5_widget_pane_t4_ParamLimits

0x1386,	// (0x0001d10b) cell_ai5_widget_pane_t4

0x13a0,	// (0x0001d125) cell_ai5_widget_pane_t5_ParamLimits

0x13a0,	// (0x0001d125) cell_ai5_widget_pane_t5

0x13bf,	// (0x0001d144) cell_ai5_widget_pane_t6_ParamLimits

0x13bf,	// (0x0001d144) cell_ai5_widget_pane_t6

0x13d1,	// (0x0001d156) cell_ai5_widget_pane_t7_ParamLimits

0x13d1,	// (0x0001d156) cell_ai5_widget_pane_t7

0x13ea,	// (0x0001d16f) cell_ai5_widget_pane_t8_ParamLimits

0x13ea,	// (0x0001d16f) cell_ai5_widget_pane_t8

0x0008,

0xfeae,	// (0x0002bc33) cell_ai5_widget_pane_t_ParamLimits

0xfeae,	// (0x0002bc33) cell_ai5_widget_pane_t

0x1420,	// (0x0001d1a5) grid_ai5_widget_pane

0x64e9,	// (0x0002226e) highlight_cell_ai5_widget_pane_ParamLimits

0x64e9,	// (0x0002226e) highlight_cell_ai5_widget_pane

0x142a,	// (0x0001d1af) ai5_sk_left_pane

0x1434,	// (0x0001d1b9) ai5_sk_middle_pane

0x143e,	// (0x0001d1c3) ai5_sk_right_pane

0x1448,	// (0x0001d1cd) bg_ai5_widget_pane_g1_ParamLimits

0x1448,	// (0x0001d1cd) bg_ai5_widget_pane_g1

0x1454,	// (0x0001d1d9) bg_ai5_widget_pane_g2_ParamLimits

0x1454,	// (0x0001d1d9) bg_ai5_widget_pane_g2

0x1460,	// (0x0001d1e5) bg_ai5_widget_pane_g3_ParamLimits

0x1460,	// (0x0001d1e5) bg_ai5_widget_pane_g3

0x146c,	// (0x0001d1f1) bg_ai5_widget_pane_g4_ParamLimits

0x146c,	// (0x0001d1f1) bg_ai5_widget_pane_g4

0x1478,	// (0x0001d1fd) bg_ai5_widget_pane_g5_ParamLimits

0x1478,	// (0x0001d1fd) bg_ai5_widget_pane_g5

0x1484,	// (0x0001d209) bg_ai5_widget_pane_g6_ParamLimits

0x1484,	// (0x0001d209) bg_ai5_widget_pane_g6

0x1490,	// (0x0001d215) bg_ai5_widget_pane_g7_ParamLimits

0x1490,	// (0x0001d215) bg_ai5_widget_pane_g7

0x149c,	// (0x0001d221) bg_ai5_widget_pane_g8_ParamLimits

0x149c,	// (0x0001d221) bg_ai5_widget_pane_g8

0x14a8,	// (0x0001d22d) bg_ai5_widget_pane_g9_ParamLimits

0x14a8,	// (0x0001d22d) bg_ai5_widget_pane_g9

0x0008,

0xfec1,	// (0x0002bc46) bg_ai5_widget_pane_g_ParamLimits

0xfec1,	// (0x0002bc46) bg_ai5_widget_pane_g

0x14b4,	// (0x0001d239) cell_shortcut_ai5_widget_pane_ParamLimits

0x14b4,	// (0x0001d239) cell_shortcut_ai5_widget_pane

0x5f13,	// (0x00021c98) bg_cell_shortcut_ai5_widget_pane

0x14c6,	// (0x0001d24b) cell_grid_ai5_widget_pane_g1

0x14cf,	// (0x0001d254) highlight_cell_shortcut_ai5_widget_pane

0x7372,	// (0x000230f7) ai5_sk_left_pane_g1

0x14d7,	// (0x0001d25c) ai5_sk_left_pane_g2

0x14df,	// (0x0001d264) ai5_sk_left_pane_g3

0x14e7,	// (0x0001d26c) ai5_sk_left_pane_g4

0x0003,

0xfed4,	// (0x0002bc59) ai5_sk_left_pane_g

0x14ef,	// (0x0001d274) ai5_sk_left_pane_t1

0x736a,	// (0x000230ef) ai5_sk_right_pane_g1

0x14fd,	// (0x0001d282) ai5_sk_right_pane_g2

0x1505,	// (0x0001d28a) ai5_sk_right_pane_g3

0x150d,	// (0x0001d292) ai5_sk_right_pane_g4

0x0003,

0xfedd,	// (0x0002bc62) ai5_sk_right_pane_g

0x1515,	// (0x0001d29a) ai5_sk_right_pane_t1

0x736a,	// (0x000230ef) ai5_sk_middle_pane_g1

0x7372,	// (0x000230f7) ai5_sk_middle_pane_g2

0x738a,	// (0x0002310f) ai5_sk_middle_pane_g3

0x1505,	// (0x0001d28a) ai5_sk_middle_pane_g4

0x14df,	// (0x0001d264) ai5_sk_middle_pane_g5

0x1523,	// (0x0001d2a8) ai5_sk_middle_pane_g6

0x152b,	// (0x0001d2b0) ai5_sk_middle_pane_g7

0x0006,

0xfee6,	// (0x0002bc6b) ai5_sk_middle_pane_g

0x9f04,	// (0x00025c89) aid_touch_area_size_lc0_ParamLimits

0x9f04,	// (0x00025c89) aid_touch_area_size_lc0

0xaabd,	// (0x00026842) cell_hwr_candidate_pane_t1_ParamLimits

0x71a5,	// (0x00022f2a) aid_touch_navi_pane

0xa142,	// (0x00025ec7) status_dt_navi_pane_ParamLimits

0xa142,	// (0x00025ec7) status_dt_navi_pane

0xa14f,	// (0x00025ed4) status_dt_sta_pane_ParamLimits

0xa14f,	// (0x00025ed4) status_dt_sta_pane

0x1533,	// (0x0001d2b8) dt_sta_controll_pane

0x1540,	// (0x0001d2c5) dt_sta_indi_pane

0x1551,	// (0x0001d2d6) dt_sta_title_pane

0x600a,	// (0x00021d8f) bg_dt_sta_indi_pane_ParamLimits

0x600a,	// (0x00021d8f) bg_dt_sta_indi_pane

0x1564,	// (0x0001d2e9) dt_sta_battery_pane

0x156c,	// (0x0001d2f1) dt_sta_indi_pane_g1

0x1575,	// (0x0001d2fa) dt_sta_indi_pane_g2

0x157e,	// (0x0001d303) dt_sta_indi_pane_g3

0x0002,

0xfef5,	// (0x0002bc7a) dt_sta_indi_pane_g

0x1587,	// (0x0001d30c) dt_sta_signal_pane

0x64e9,	// (0x0002226e) bg_dt_sta_title_pane_ParamLimits

0x64e9,	// (0x0002226e) bg_dt_sta_title_pane

0x1590,	// (0x0001d315) dt_sta_title_pane_g1

0x1598,	// (0x0001d31d) dt_sta_title_pane_t1_ParamLimits

0x1598,	// (0x0001d31d) dt_sta_title_pane_t1

0x5e03,	// (0x00021b88) bg_dt_sta_control_pane

0x15ad,	// (0x0001d332) dt_sta_controll_pane_g1

0x15b6,	// (0x0001d33b) bg_dt_sta_title_pane_g1

0x15bf,	// (0x0001d344) bg_dt_sta_title_pane_g2

0x15c8,	// (0x0001d34d) bg_dt_sta_title_pane_g3

0x0002,

0xfefc,	// (0x0002bc81) bg_dt_sta_title_pane_g

0xc6b1,	// (0x00028436) bg_dt_sta_indi_pane_g1

0x15d1,	// (0x0001d356) dt_sta_signal_pane_g1

0x15d9,	// (0x0001d35e) dt_sta_signal_pane_g2

0x0001,

0xff03,	// (0x0002bc88) dt_sta_signal_pane_g

0x15e1,	// (0x0001d366) dt_sta_battery_pane_g1

0x15ea,	// (0x0001d36f) dt_sta_battery_pane_t1

0xc6b1,	// (0x00028436) bg_dt_sta_control_pane_g1

0x6ab2,	// (0x00022837) fep_china_uni_eep_pane

0x6aba,	// (0x0002283f) fep_china_uni_entry_pane_ParamLimits

0x6aca,	// (0x0002284f) popup_fep_china_uni_window_g1_ParamLimits

0x6ada,	// (0x0002285f) popup_fep_china_uni_window_g2_ParamLimits

0x6ada,	// (0x0002285f) popup_fep_china_uni_window_g2

0x0001,

0xf7b5,	// (0x0002b53a) popup_fep_china_uni_window_g_ParamLimits

0xf7b5,	// (0x0002b53a) popup_fep_china_uni_window_g

0x15f9,	// (0x0001d37e) fep_china_uni_eep_pane_g1

0x1601,	// (0x0001d386) fep_china_uni_eep_pane_t1

0x117e,	// (0x0001cf03) aid_touch_area_size_smil_player

0x724b,	// (0x00022fd0) lc0_clock_pane

0x7286,	// (0x0002300b) status_pane_g5_ParamLimits

0x7286,	// (0x0002300b) status_pane_g5

0x9a68,	// (0x000257ed) popup_keymap_window

0x7264,	// (0x00022fe9) status_icon_pane

0x12cc,	// (0x0001d051) cell_ai5_widget_pane_g3_ParamLimits

0x12d8,	// (0x0001d05d) cell_ai5_widget_pane_g4_ParamLimits

0x12e4,	// (0x0001d069) cell_ai5_widget_pane_g5_ParamLimits

0x1302,	// (0x0001d087) cell_ai5_widget_pane_g8_ParamLimits

0x1302,	// (0x0001d087) cell_ai5_widget_pane_g8

0x1316,	// (0x0001d09b) cell_ai5_widget_pane_g9_ParamLimits

0x1316,	// (0x0001d09b) cell_ai5_widget_pane_g9

0x132a,	// (0x0001d0af) cell_ai5_widget_pane_g10_ParamLimits

0x132a,	// (0x0001d0af) cell_ai5_widget_pane_g10

0x1610,	// (0x0001d395) status_icon_pane_g1

0x5e03,	// (0x00021b88) bg_popup_sub_pane_cp13

0x1618,	// (0x0001d39d) popup_keymap_window_t1

0x9785,	// (0x0002550a) control_pane_g6_ParamLimits

0x9785,	// (0x0002550a) control_pane_g6

0x9792,	// (0x00025517) control_pane_g7_ParamLimits

0x9792,	// (0x00025517) control_pane_g7

0x979f,	// (0x00025524) control_pane_g8_ParamLimits

0x979f,	// (0x00025524) control_pane_g8

0x1533,	// (0x0001d2b8) dt_sta_controll_pane_ParamLimits

0x1540,	// (0x0001d2c5) dt_sta_indi_pane_ParamLimits

0x1551,	// (0x0001d2d6) dt_sta_title_pane_ParamLimits

0x6434,	// (0x000221b9) aid_size_touch_scroll_bar_cale

0x8a80,	// (0x00024805) popup_discreet_window_ParamLimits

0x8a80,	// (0x00024805) popup_discreet_window

0x8b07,	// (0x0002488c) popup_sk_window

0x626b,	// (0x00021ff0) bg_popup_sub_pane_cp28_ParamLimits

0x626b,	// (0x00021ff0) bg_popup_sub_pane_cp28

0x1626,	// (0x0001d3ab) popup_discreet_window_g1_ParamLimits

0x1626,	// (0x0001d3ab) popup_discreet_window_g1

0x1632,	// (0x0001d3b7) popup_discreet_window_t1_ParamLimits

0x1632,	// (0x0001d3b7) popup_discreet_window_t1

0x1649,	// (0x0001d3ce) popup_discreet_window_t2_ParamLimits

0x1649,	// (0x0001d3ce) popup_discreet_window_t2

0x0001,

0xff08,	// (0x0002bc8d) popup_discreet_window_t_ParamLimits

0xff08,	// (0x0002bc8d) popup_discreet_window_t

0x165e,	// (0x0001d3e3) popup_sk_window_g1

0x1668,	// (0x0001d3ed) popup_sk_window_g2

0x0001,

0xff0d,	// (0x0002bc92) popup_sk_window_g

0x1672,	// (0x0001d3f7) popup_sk_window_t1

0x1680,	// (0x0001d405) popup_sk_window_t1_copy1

0x12bc,	// (0x0001d041) cell_ai5_widget_pane_g2_ParamLimits

0x13fc,	// (0x0001d181) cell_ai5_widget_pane_t9_ParamLimits

0x13fc,	// (0x0001d181) cell_ai5_widget_pane_t9

0x5e03,	// (0x00021b88) main_fep_fshwr2_pane

0x168e,	// (0x0001d413) aid_fshwr2_btn_pane

0x1696,	// (0x0001d41b) aid_fshwr2_syb_pane

0x169e,	// (0x0001d423) aid_fshwr2_txt_pane

0x16a6,	// (0x0001d42b) fshwr2_func_candi_pane

0x16b0,	// (0x0001d435) fshwr2_hwr_syb_pane

0x16ba,	// (0x0001d43f) fshwr2_icf_pane

0x5e03,	// (0x00021b88) fshwr2_icf_bg_pane

0x16c4,	// (0x0001d449) fshwr2_icf_pane_t1_ParamLimits

0x16c4,	// (0x0001d449) fshwr2_icf_pane_t1

0xc6b1,	// (0x00028436) fshwr2_func_candi_pane_g1

0x16db,	// (0x0001d460) fshwr2_func_candi_row_pane_ParamLimits

0x16db,	// (0x0001d460) fshwr2_func_candi_row_pane

0x16ec,	// (0x0001d471) cell_fshwr2_syb_pane_ParamLimits

0x16ec,	// (0x0001d471) cell_fshwr2_syb_pane

0xc92b,	// (0x000286b0) fshwr2_hwr_syb_pane_g1_ParamLimits

0xc92b,	// (0x000286b0) fshwr2_hwr_syb_pane_g1

0x5e03,	// (0x00021b88) bg_popup_call_pane_cp01

0x1706,	// (0x0001d48b) fshwr2_func_candi_cell_pane_ParamLimits

0x1706,	// (0x0001d48b) fshwr2_func_candi_cell_pane

0x1738,	// (0x0001d4bd) fshwr2_func_candi_cell_bg_pane_ParamLimits

0x1738,	// (0x0001d4bd) fshwr2_func_candi_cell_bg_pane

0x1752,	// (0x0001d4d7) fshwr2_func_candi_cell_pane_g1_ParamLimits

0x1752,	// (0x0001d4d7) fshwr2_func_candi_cell_pane_g1

0x1772,	// (0x0001d4f7) fshwr2_func_candi_cell_pane_t1_ParamLimits

0x1772,	// (0x0001d4f7) fshwr2_func_candi_cell_pane_t1

0x5e03,	// (0x00021b88) bg_button_pane_cp08

0x6f49,	// (0x00022cce) cell_fshwr2_syb_bg_pane

0x1785,	// (0x0001d50a) cell_fshwr2_syb_bg_pane_g1

0x178d,	// (0x0001d512) cell_fshwr2_syb_bg_pane_t1

0x5e03,	// (0x00021b88) main_tmo_pane

0xea7a,	// (0x0002a7ff) uni_indicator_pane_g1_ParamLimits

0xea8f,	// (0x0002a814) uni_indicator_pane_g2_ParamLimits

0xeaa5,	// (0x0002a82a) uni_indicator_pane_g3_ParamLimits

0xb84f,	// (0x000275d4) uni_indicator_pane_g4_ParamLimits

0xb84f,	// (0x000275d4) uni_indicator_pane_g4

0xb863,	// (0x000275e8) uni_indicator_pane_g5_ParamLimits

0xb863,	// (0x000275e8) uni_indicator_pane_g5

0xb877,	// (0x000275fc) uni_indicator_pane_g6_ParamLimits

0xb877,	// (0x000275fc) uni_indicator_pane_g6

0xf9b2,	// (0x0002b737) uni_indicator_pane_g_ParamLimits

0xf4cd,	// (0x0002b252) popup_tmo_note_window_ParamLimits

0xf4cd,	// (0x0002b252) popup_tmo_note_window

0x5e03,	// (0x00021b88) fshwr2_bg_pane

0x1763,	// (0x0001d4e8) fshwr2_func_candi_cell_pane_g2_ParamLimits

0x1763,	// (0x0001d4e8) fshwr2_func_candi_cell_pane_g2

0x0001,

0xff12,	// (0x0002bc97) fshwr2_func_candi_cell_pane_g_ParamLimits

0xff12,	// (0x0002bc97) fshwr2_func_candi_cell_pane_g

0xc6b1,	// (0x00028436) bg_popup_window_pane_cp01

0x179c,	// (0x0001d521) bg_popup_window_pane_g1_cp01

0x17a5,	// (0x0001d52a) bg_popup_window_pane_cp22_ParamLimits

0x17a5,	// (0x0001d52a) bg_popup_window_pane_cp22

0x17b3,	// (0x0001d538) listscroll_tmo_link_pane_ParamLimits

0x17b3,	// (0x0001d538) listscroll_tmo_link_pane

0x17df,	// (0x0001d564) popup_tmo_note_window_g1_ParamLimits

0x17df,	// (0x0001d564) popup_tmo_note_window_g1

0x17ec,	// (0x0001d571) tmo_note_info_pane_ParamLimits

0x17ec,	// (0x0001d571) tmo_note_info_pane

0x1801,	// (0x0001d586) list_tmo_note_info_pane_g1_ParamLimits

0x1801,	// (0x0001d586) list_tmo_note_info_pane_g1

0x180d,	// (0x0001d592) list_tmo_note_info_pane_g2_ParamLimits

0x180d,	// (0x0001d592) list_tmo_note_info_pane_g2

0x0001,

0xff17,	// (0x0002bc9c) list_tmo_note_info_pane_g_ParamLimits

0xff17,	// (0x0002bc9c) list_tmo_note_info_pane_g

0x1819,	// (0x0001d59e) list_tmo_note_info_text_pane_ParamLimits

0x1819,	// (0x0001d59e) list_tmo_note_info_text_pane

0x1833,	// (0x0001d5b8) list_tmo_link_pane

0x183c,	// (0x0001d5c1) scroll_pane_cp20

0x1845,	// (0x0001d5ca) list_single_tmo_link_pane_ParamLimits

0x1845,	// (0x0001d5ca) list_single_tmo_link_pane

0x1855,	// (0x0001d5da) list_single_tmo_link_pane_t1

0x1863,	// (0x0001d5e8) list_tmo_note_info_text_pane_t1_ParamLimits

0x1863,	// (0x0001d5e8) list_tmo_note_info_text_pane_t1

0x8f8e,	// (0x00024d13) aid_size_touch_scroll_bar_cp01_ParamLimits

0x8f8e,	// (0x00024d13) aid_size_touch_scroll_bar_cp01

0xdd5c,	// (0x00029ae1) aid_size_touch_slider_marker
};


const AknLayoutScalable_Avkon::SCdlImpl KCdlImpl = 
	{
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&ParameterLimitsV,
	&TextLineRVC,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVRC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&TextLineRVC,
	&WindowLineVCR,
	&TextLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowLineVCR,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&TextLineVRC,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&Limits,
	&WindowLineVCR,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVRC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVRC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVRC,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&ParameterLimitsV,
	&TextLineRVC,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVRC,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVRC,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineCVR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVRC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVRC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCRV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCRV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineRVC,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&GetComponentTypeById,
	&GetParamLimitsById,
	&GetWindowComponentById,
	&GetTextComponentById,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineRVC,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineCRV,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&Limits,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineCVR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineCRV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&TextTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&Limits,
	&WindowTableLVCR,
	&TextLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&TextLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsTableLV,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&Limits,
	&ParameterLimitsTableLV,
	&WindowTableLVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	&WindowLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&TextLineVCR,
	&ParameterLimitsV,
	&TextLineVCR,
	&ParameterLimitsV,
	&WindowLineVCR,
	&WindowLineVCR,
	};

} // end of namespace AknLayoutScalable_Abrw_pvp_av_vga_prt_tch_Small