layouts/aknlayout2/generated/Vga_touch_akn_app/aknlayoutscalable_abrw_pvl_av_vga_lsc_tch_large.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_pvl_av_vga_lsc_tch_Large 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_pvl_av_vga_lsc_tch_large.h"
#include "aknlayout2scalabledecode.h"
namespace AknLayoutScalable_Avkon { extern const TUint8 KByteCodedData_AknLayoutScalable_Elaf_pvp_av_vga_prt_tch[]; }

namespace AknLayoutScalable_Abrw_pvl_av_vga_lsc_tch_Large
{

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

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] =
	{
0xedea,	// (0x000441ce) Screen

0xedf6,	// (0x000441da) application_window_ParamLimits

0xedf6,	// (0x000441da) application_window

0xc5ab,	// (0x0004198f) screen_g1

0xc5b5,	// (0x00041999) area_bottom_pane_ParamLimits

0xc5b5,	// (0x00041999) area_bottom_pane

0xb644,	// (0x00040a28) area_top_pane_ParamLimits

0xb644,	// (0x00040a28) area_top_pane

0xb6d1,	// (0x00040ab5) main_pane_ParamLimits

0xb6d1,	// (0x00040ab5) main_pane

0xc619,	// (0x000419fd) misc_graphics

0x0829,	// (0x00035c0d) battery_pane_ParamLimits

0x0829,	// (0x00035c0d) battery_pane

0xe247,	// (0x0004362b) bg_status_flat_pane_g8

0xe24f,	// (0x00043633) bg_status_flat_pane_g9

0xd98d,	// (0x00042d71) context_pane_ParamLimits

0xd98d,	// (0x00042d71) context_pane

0x099b,	// (0x00035d7f) navi_pane_ParamLimits

0x099b,	// (0x00035d7f) navi_pane

0x0a1e,	// (0x00035e02) signal_pane_ParamLimits

0x0a1e,	// (0x00035e02) signal_pane

0x0008,

0xf90a,	// (0x00044cee) bg_status_flat_pane_g

0x0aa9,	// (0x00035e8d) status_pane_g1_ParamLimits

0x0aa9,	// (0x00035e8d) status_pane_g1

0x0abe,	// (0x00035ea2) status_pane_g2_ParamLimits

0x0abe,	// (0x00035ea2) status_pane_g2

0xd9f4,	// (0x00042dd8) status_pane_g3_ParamLimits

0xd9f4,	// (0x00042dd8) status_pane_g3

0x0004,

0xf83d,	// (0x00044c21) status_pane_g_ParamLimits

0xf83d,	// (0x00044c21) status_pane_g

0x0aca,	// (0x00035eae) title_pane_ParamLimits

0x0aca,	// (0x00035eae) title_pane

0x0b22,	// (0x00035f06) uni_indicator_pane_ParamLimits

0x0b22,	// (0x00035f06) uni_indicator_pane

0xd8d1,	// (0x00042cb5) bg_list_pane_ParamLimits

0xd8d1,	// (0x00042cb5) bg_list_pane

0x007c,	// (0x00035460) find_pane

0xd8f1,	// (0x00042cd5) listscroll_app_pane_ParamLimits

0xd8f1,	// (0x00042cd5) listscroll_app_pane

0xd8fd,	// (0x00042ce1) listscroll_form_pane

0xb9d9,	// (0x00040dbd) listscroll_gen_pane_ParamLimits

0xb9d9,	// (0x00040dbd) listscroll_gen_pane

0xd8fd,	// (0x00042ce1) listscroll_set_pane

0x2a16,	// (0x00037dfa) main_idle_act_pane

0xd6d1,	// (0x00042ab5) main_idle_trad_pane

0xd6d1,	// (0x00042ab5) main_list_empty_pane

0xd22b,	// (0x0004260f) main_midp_pane

0xd917,	// (0x00042cfb) main_pane_g1_ParamLimits

0xd917,	// (0x00042cfb) main_pane_g1

0xb9ed,	// (0x00040dd1) popup_ai_message_window_ParamLimits

0xb9ed,	// (0x00040dd1) popup_ai_message_window

0xba8d,	// (0x00040e71) popup_fep_china_uni_window_ParamLimits

0xba8d,	// (0x00040e71) popup_fep_china_uni_window

0x6b0c,	// (0x0003bef0) popup_fep_japan_candidate_window_ParamLimits

0x6b0c,	// (0x0003bef0) popup_fep_japan_candidate_window

0x6b36,	// (0x0003bf1a) popup_fep_japan_predictive_window_ParamLimits

0x6b36,	// (0x0003bf1a) popup_fep_japan_predictive_window

0xbaed,	// (0x00040ed1) popup_find_window

0xbb0a,	// (0x00040eee) popup_grid_graphic_window_ParamLimits

0xbb0a,	// (0x00040eee) popup_grid_graphic_window

0x6ba7,	// (0x0003bf8b) popup_large_graphic_colour_window

0xbbae,	// (0x00040f92) popup_menu_window_ParamLimits

0xbbae,	// (0x00040f92) popup_menu_window

0xbd9e,	// (0x00041182) popup_note_image_window

0xbd5e,	// (0x00041142) popup_note_wait_window_ParamLimits

0xbd5e,	// (0x00041142) popup_note_wait_window

0xbdb6,	// (0x0004119a) popup_note_window_ParamLimits

0xbdb6,	// (0x0004119a) popup_note_window

0xbe62,	// (0x00041246) popup_query_code_window_ParamLimits

0xbe62,	// (0x00041246) popup_query_code_window

0x6e11,	// (0x0003c1f5) popup_query_data_code_window_ParamLimits

0x6e11,	// (0x0003c1f5) popup_query_data_code_window

0xbea2,	// (0x00041286) popup_query_data_window_ParamLimits

0xbea2,	// (0x00041286) popup_query_data_window

0xbf36,	// (0x0004131a) popup_query_sat_info_window_ParamLimits

0xbf36,	// (0x0004131a) popup_query_sat_info_window

0xbfe1,	// (0x000413c5) popup_snote_single_graphic_window_ParamLimits

0xbfe1,	// (0x000413c5) popup_snote_single_graphic_window

0xbfe1,	// (0x000413c5) popup_snote_single_text_window_ParamLimits

0xbfe1,	// (0x000413c5) popup_snote_single_text_window

0x6eac,	// (0x0003c290) popup_sub_window_general

0x6ffa,	// (0x0003c3de) popup_window_general_ParamLimits

0x6ffa,	// (0x0003c3de) popup_window_general

0xd925,	// (0x00042d09) power_save_pane

0xb899,	// (0x00040c7d) control_pane_g1_ParamLimits

0xb899,	// (0x00040c7d) control_pane_g1

0x686c,	// (0x0003bc50) control_pane_g2_ParamLimits

0x686c,	// (0x0003bc50) control_pane_g2

0xd8c3,	// (0x00042ca7) control_pane_g3_ParamLimits

0xd8c3,	// (0x00042ca7) control_pane_g3

0x0007,

0xf825,	// (0x00044c09) control_pane_g_ParamLimits

0xf825,	// (0x00044c09) control_pane_g

0xb8ce,	// (0x00040cb2) control_pane_t1_ParamLimits

0xb8ce,	// (0x00040cb2) control_pane_t1

0xb92e,	// (0x00040d12) control_pane_t2_ParamLimits

0xb92e,	// (0x00040d12) control_pane_t2

0x0002,

0xf836,	// (0x00044c1a) control_pane_t_ParamLimits

0xf836,	// (0x00044c1a) control_pane_t

0xd7ea,	// (0x00042bce) navi_navi_volume_pane_cp1

0xd7f3,	// (0x00042bd7) status_small_icon_pane

0xd7fb,	// (0x00042bdf) status_small_pane_g1_ParamLimits

0xd7fb,	// (0x00042bdf) status_small_pane_g1

0xd82b,	// (0x00042c0f) status_small_pane_g2_ParamLimits

0xd82b,	// (0x00042c0f) status_small_pane_g2

0xd837,	// (0x00042c1b) status_small_pane_g3_ParamLimits

0xd837,	// (0x00042c1b) status_small_pane_g3

0xd843,	// (0x00042c27) status_small_pane_g4_ParamLimits

0xd843,	// (0x00042c27) status_small_pane_g4

0xd84f,	// (0x00042c33) status_small_pane_g5_ParamLimits

0xd84f,	// (0x00042c33) status_small_pane_g5

0xd85e,	// (0x00042c42) status_small_pane_g6_ParamLimits

0xd85e,	// (0x00042c42) status_small_pane_g6

0x0007,

0xf814,	// (0x00044bf8) status_small_pane_g_ParamLimits

0xf814,	// (0x00044bf8) status_small_pane_g

0xd88e,	// (0x00042c72) status_small_pane_t1

0xd8b1,	// (0x00042c95) status_small_wait_pane_ParamLimits

0xd8b1,	// (0x00042c95) status_small_wait_pane

0xf407,	// (0x000447eb) aid_levels_signal_ParamLimits

0xf407,	// (0x000447eb) aid_levels_signal

0xf41f,	// (0x00044803) signal_pane_g1_ParamLimits

0xf41f,	// (0x00044803) signal_pane_g1

0xf43a,	// (0x0004481e) signal_pane_g2_ParamLimits

0xf43a,	// (0x0004481e) signal_pane_g2

0x0001,

0xf7a9,	// (0x00044b8d) signal_pane_g_ParamLimits

0xf7a9,	// (0x00044b8d) signal_pane_g

0xd26f,	// (0x00042653) context_pane_g1

0xee06,	// (0x000441ea) title_pane_g1

0xee3b,	// (0x0004421f) title_pane_t1

0xc62f,	// (0x00041a13) title_pane_t2

0xc655,	// (0x00041a39) title_pane_t3

0x0002,

0xf5f3,	// (0x000449d7) title_pane_t

0x0b4a,	// (0x00035f2e) aid_levels_battery_ParamLimits

0x0b4a,	// (0x00035f2e) aid_levels_battery

0x0b66,	// (0x00035f4a) battery_pane_g1_ParamLimits

0x0b66,	// (0x00035f4a) battery_pane_g1

0x0b83,	// (0x00035f67) battery_pane_g2_ParamLimits

0x0b83,	// (0x00035f67) battery_pane_g2

0x0001,

0xf848,	// (0x00044c2c) battery_pane_g_ParamLimits

0xf848,	// (0x00044c2c) battery_pane_g

0x0f7c,	// (0x00036360) uni_indicator_pane_g1

0x0f91,	// (0x00036375) uni_indicator_pane_g2

0x0fa7,	// (0x0003638b) uni_indicator_pane_g3

0x0005,

0xf9b2,	// (0x00044d96) uni_indicator_pane_g

0xd571,	// (0x00042955) navi_icon_pane_ParamLimits

0xd571,	// (0x00042955) navi_icon_pane

0xd4c4,	// (0x000428a8) navi_midp_pane

0xd58d,	// (0x00042971) navi_navi_pane

0xd597,	// (0x0004297b) navi_text_pane_ParamLimits

0xd597,	// (0x0004297b) navi_text_pane

0xc5ab,	// (0x0004198f) status_small_wait_pane_g1

0xc954,	// (0x00041d38) status_small_wait_pane_g2

0x0001,

0xf9ad,	// (0x00044d91) status_small_wait_pane_g

0x0f1f,	// (0x00036303) navi_navi_icon_text_pane

0x0f39,	// (0x0003631d) navi_navi_pane_g1_ParamLimits

0x0f39,	// (0x0003631d) navi_navi_pane_g1

0x0f27,	// (0x0003630b) navi_navi_pane_g2_ParamLimits

0x0f27,	// (0x0003630b) navi_navi_pane_g2

0x0001,

0xf97b,	// (0x00044d5f) navi_navi_pane_g_ParamLimits

0xf97b,	// (0x00044d5f) navi_navi_pane_g

0x2b71,	// (0x00037f55) navi_navi_tabs_pane

0x0f4b,	// (0x0003632f) navi_navi_text_pane

0x0f1f,	// (0x00036303) navi_navi_volume_pane

0x0f0d,	// (0x000362f1) navi_text_pane_t1

0x0f01,	// (0x000362e5) navi_icon_pane_g1

0x2ac1,	// (0x00037ea5) navi_navi_text_pane_t1

0xc2bb,	// (0x0004169f) navi_navi_volume_pane_g1

0xc2c3,	// (0x000416a7) volume_small_pane

0x0e4c,	// (0x00036230) navi_navi_icon_text_pane_g1

0x0e54,	// (0x00036238) navi_navi_icon_text_pane_t1

0xd58d,	// (0x00042971) navi_tabs_2_long_pane

0xd58d,	// (0x00042971) navi_tabs_2_pane

0xd58d,	// (0x00042971) navi_tabs_3_long_pane

0xd58d,	// (0x00042971) navi_tabs_3_pane

0xd58d,	// (0x00042971) navi_tabs_4_pane

0xc29b,	// (0x0004167f) tabs_2_active_pane_ParamLimits

0xc29b,	// (0x0004167f) tabs_2_active_pane

0xc2ab,	// (0x0004168f) tabs_2_passive_pane_ParamLimits

0xc2ab,	// (0x0004168f) tabs_2_passive_pane

0xc269,	// (0x0004164d) tabs_3_active_pane_ParamLimits

0xc269,	// (0x0004164d) tabs_3_active_pane

0xc279,	// (0x0004165d) tabs_3_passive_pane_ParamLimits

0xc279,	// (0x0004165d) tabs_3_passive_pane

0xc28a,	// (0x0004166e) tabs_3_passive_pane_cp_ParamLimits

0xc28a,	// (0x0004166e) tabs_3_passive_pane_cp

0xc225,	// (0x00041609) tabs_4_active_pane_ParamLimits

0xc225,	// (0x00041609) tabs_4_active_pane

0xc236,	// (0x0004161a) tabs_4_passive_pane_ParamLimits

0xc236,	// (0x0004161a) tabs_4_passive_pane

0xc247,	// (0x0004162b) tabs_4_passive_pane_cp_ParamLimits

0xc247,	// (0x0004162b) tabs_4_passive_pane_cp

0xc258,	// (0x0004163c) tabs_4_passive_pane_cp2_ParamLimits

0xc258,	// (0x0004163c) tabs_4_passive_pane_cp2

0xc201,	// (0x000415e5) tabs_2_long_active_pane_ParamLimits

0xc201,	// (0x000415e5) tabs_2_long_active_pane

0xc213,	// (0x000415f7) tabs_2_long_passive_pane_ParamLimits

0xc213,	// (0x000415f7) tabs_2_long_passive_pane

0xc1c2,	// (0x000415a6) tabs_3_long_active_pane_ParamLimits

0xc1c2,	// (0x000415a6) tabs_3_long_active_pane

0xc1d5,	// (0x000415b9) tabs_3_long_passive_pane_ParamLimits

0xc1d5,	// (0x000415b9) tabs_3_long_passive_pane

0xc1ee,	// (0x000415d2) tabs_3_long_passive_pane_cp_ParamLimits

0xc1ee,	// (0x000415d2) tabs_3_long_passive_pane_cp

0x7596,	// (0x0003c97a) volume_small_pane_g1

0xc17a,	// (0x0004155e) volume_small_pane_g2

0xc183,	// (0x00041567) volume_small_pane_g3

0xc18c,	// (0x00041570) volume_small_pane_g4

0xc195,	// (0x00041579) volume_small_pane_g5

0x7ec3,	// (0x0003d2a7) volume_small_pane_g6

0xc19e,	// (0x00041582) volume_small_pane_g7

0xc1a7,	// (0x0004158b) volume_small_pane_g8

0xc1b0,	// (0x00041594) volume_small_pane_g9

0xc1b9,	// (0x0004159d) volume_small_pane_g10

0x0009,

0xf947,	// (0x00044d2b) volume_small_pane_g

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp2_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp2

0xef63,	// (0x00044347) tabs_3_active_pane_g1

0xef6b,	// (0x0004434f) tabs_3_active_pane_t1

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp2_ParamLimits

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp2

0xef63,	// (0x00044347) tabs_3_passive_pane_g1

0xef6b,	// (0x0004434f) tabs_3_passive_pane_t1

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp3_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp3

0xef7d,	// (0x00044361) tabs_4_active_pane_g1

0xef85,	// (0x00044369) tabs_4_active_pane_t1

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp3_ParamLimits

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp3

0xef7d,	// (0x00044361) tabs_4_1_passive_pane_g1

0xef85,	// (0x00044369) tabs_4_1_passive_pane_t1

0xd22b,	// (0x0004260f) list_highlight_pane_cp2

0x109d,	// (0x00036481) list_set_pane_ParamLimits

0x109d,	// (0x00036481) list_set_pane

0x1165,	// (0x00036549) main_pane_set_t1_ParamLimits

0x1165,	// (0x00036549) main_pane_set_t1

0x1185,	// (0x00036569) main_pane_set_t2_ParamLimits

0x1185,	// (0x00036569) main_pane_set_t2

0x1199,	// (0x0003657d) main_pane_set_t3_ParamLimits

0x1199,	// (0x0003657d) main_pane_set_t3

0x11ad,	// (0x00036591) main_pane_set_t4_ParamLimits

0x11ad,	// (0x00036591) main_pane_set_t4

0x0003,

0xfa17,	// (0x00044dfb) main_pane_set_t_ParamLimits

0xfa17,	// (0x00044dfb) main_pane_set_t

0x11c1,	// (0x000365a5) setting_code_pane

0x11cb,	// (0x000365af) setting_slider_graphic_pane

0x11cb,	// (0x000365af) setting_slider_pane

0x11cb,	// (0x000365af) setting_text_pane

0x11cb,	// (0x000365af) setting_volume_pane

0xb834,	// (0x00040c18) volume_set_pane

0xc675,	// (0x00041a59) bg_set_opt_pane_cp

0x5df6,	// (0x0003b1da) setting_slider_pane_t1

0xb83e,	// (0x00040c22) setting_slider_pane_t2

0xb858,	// (0x00040c3c) setting_slider_pane_t3

0x0002,

0xf5fa,	// (0x000449de) setting_slider_pane_t

0x5e3e,	// (0x0003b222) slider_set_pane

0xc619,	// (0x000419fd) bg_set_opt_pane_cp2

0xc683,	// (0x00041a67) setting_slider_graphic_pane_g1

0xb870,	// (0x00040c54) setting_slider_graphic_pane_t1

0xb880,	// (0x00040c64) setting_slider_graphic_pane_t2

0x0001,

0xf601,	// (0x000449e5) setting_slider_graphic_pane_t

0x5e74,	// (0x0003b258) slider_set_pane_cp

0xc619,	// (0x000419fd) input_focus_pane_cp1

0x2fc5,	// (0x000383a9) list_set_text_pane

0xc5ab,	// (0x0004198f) setting_text_pane_g1

0xc619,	// (0x000419fd) input_focus_pane_cp2

0xc5ab,	// (0x0004198f) setting_code_pane_g1

0xc68c,	// (0x00041a70) setting_code_pane_t1

0x921e,	// (0x0003e602) set_text_pane_t1_ParamLimits

0x921e,	// (0x0003e602) set_text_pane_t1

0xccee,	// (0x000420d2) set_opt_bg_pane_g1

0xccf6,	// (0x000420da) set_opt_bg_pane_g2

0x105a,	// (0x0003643e) set_opt_bg_pane_g3

0xcd06,	// (0x000420ea) set_opt_bg_pane_g4

0xcd0e,	// (0x000420f2) set_opt_bg_pane_g5

0xcd16,	// (0x000420fa) set_opt_bg_pane_g6

0x2fbb,	// (0x0003839f) set_opt_bg_pane_g7

0x1064,	// (0x00036448) set_opt_bg_pane_g8

0x106e,	// (0x00036452) set_opt_bg_pane_g9

0x0008,

0xfa04,	// (0x00044de8) set_opt_bg_pane_g

0x2fae,	// (0x00038392) slider_set_pane_g1

0x78fb,	// (0x0003ccdf) slider_set_pane_g2

0x0006,

0xf9f5,	// (0x00044dd9) slider_set_pane_g

0x785e,	// (0x0003cc42) volume_set_pane_g1

0xc2cc,	// (0x000416b0) volume_set_pane_g2

0xc2d6,	// (0x000416ba) volume_set_pane_g3

0xc2e0,	// (0x000416c4) volume_set_pane_g4

0xc2ea,	// (0x000416ce) volume_set_pane_g5

0xc2f4,	// (0x000416d8) volume_set_pane_g6

0xc2fe,	// (0x000416e2) volume_set_pane_g7

0xc308,	// (0x000416ec) volume_set_pane_g8

0xc312,	// (0x000416f6) volume_set_pane_g9

0xc31c,	// (0x00041700) volume_set_pane_g10

0x0009,

0xf9cd,	// (0x00044db1) volume_set_pane_g

0xef97,	// (0x0004437b) indicator_pane_ParamLimits

0xef97,	// (0x0004437b) indicator_pane

0xefc3,	// (0x000443a7) main_idle_pane_g2_ParamLimits

0xefc3,	// (0x000443a7) main_idle_pane_g2

0xeffb,	// (0x000443df) main_pane_idle_g1_ParamLimits

0xeffb,	// (0x000443df) main_pane_idle_g1

0xc69a,	// (0x00041a7e) popup_clock_digital_analogue_window_ParamLimits

0xc69a,	// (0x00041a7e) popup_clock_digital_analogue_window

0xf023,	// (0x00044407) soft_indicator_pane_ParamLimits

0xf023,	// (0x00044407) soft_indicator_pane

0xf03f,	// (0x00044423) wallpaper_pane_ParamLimits

0xf03f,	// (0x00044423) wallpaper_pane

0xc5ab,	// (0x0004198f) wallpaper_pane_g1

0xf051,	// (0x00044435) indicator_pane_g1_ParamLimits

0xf051,	// (0x00044435) indicator_pane_g1

0x311b,	// (0x000384ff) navi_navi_icon_text_pane_srt_g1

0xc6c8,	// (0x00041aac) soft_indicator_pane_t1

0xc6e2,	// (0x00041ac6) aid_ps_area_pane

0xf06a,	// (0x0004444e) aid_ps_clock_pane

0xc6f3,	// (0x00041ad7) aid_ps_indicator_pane

0xc6ff,	// (0x00041ae3) indicator_ps_pane_ParamLimits

0xc6ff,	// (0x00041ae3) indicator_ps_pane

0xc70e,	// (0x00041af2) power_save_pane_g1_ParamLimits

0xc70e,	// (0x00041af2) power_save_pane_g1

0xc71a,	// (0x00041afe) power_save_pane_g2_ParamLimits

0xc71a,	// (0x00041afe) power_save_pane_g2

0x59c5,	// (0x0003ada9) aid_navinavi_width_pane

0xc6e2,	// (0x00041ac6) aid_ps_area_pane_ParamLimits

0x0001,

0xf606,	// (0x000449ea) power_save_pane_g_ParamLimits

0xf606,	// (0x000449ea) power_save_pane_g

0xc728,	// (0x00041b0c) power_save_pane_t1_ParamLimits

0xc728,	// (0x00041b0c) power_save_pane_t1

0xf06a,	// (0x0004444e) aid_ps_clock_pane_ParamLimits

0xc6f3,	// (0x00041ad7) aid_ps_indicator_pane_ParamLimits

0xc73a,	// (0x00041b1e) power_save_pane_t4_ParamLimits

0xc73a,	// (0x00041b1e) power_save_pane_t4

0x0001,

0xf60b,	// (0x000449ef) power_save_pane_t_ParamLimits

0xf60b,	// (0x000449ef) power_save_pane_t

0xc764,	// (0x00041b48) power_save_t3_ParamLimits

0xc764,	// (0x00041b48) power_save_t3

0xc74f,	// (0x00041b33) power_save_t2_ParamLimits

0xc74f,	// (0x00041b33) power_save_t2

0xc779,	// (0x00041b5d) indicator_ps_pane_g1

0xf078,	// (0x0004445c) ai_gene_pane_ParamLimits

0xf078,	// (0x0004445c) ai_gene_pane

0xf08f,	// (0x00044473) ai_links_pane_ParamLimits

0xf08f,	// (0x00044473) ai_links_pane

0xf0a7,	// (0x0004448b) indicator_pane_cp1_ParamLimits

0xf0a7,	// (0x0004448b) indicator_pane_cp1

0xf0b6,	// (0x0004449a) main_pane_idle_g1_cp_ParamLimits

0xf0b6,	// (0x0004449a) main_pane_idle_g1_cp

0xc782,	// (0x00041b66) popup_ai_links_title_window

0xf0ce,	// (0x000444b2) soft_indicator_pane_cp1_ParamLimits

0xf0ce,	// (0x000444b2) soft_indicator_pane_cp1

0x2dea,	// (0x000381ce) ai_links_pane_g1

0x2df3,	// (0x000381d7) grid_ai_links_pane

0x0f73,	// (0x00036357) ai_gene_pane_1

0x2dd8,	// (0x000381bc) ai_gene_pane_2

0x2de1,	// (0x000381c5) list_highlight_pane_cp4

0x0f53,	// (0x00036337) cell_ai_link_pane_ParamLimits

0x0f53,	// (0x00036337) cell_ai_link_pane

0x2dd0,	// (0x000381b4) cell_ai_link_pane_g1

0xc954,	// (0x00041d38) cell_ai_link_pane_g2

0x0001,

0xf9a8,	// (0x00044d8c) cell_ai_link_pane_g

0xc619,	// (0x000419fd) grid_highlight_cp2

0xc619,	// (0x000419fd) bg_popup_sub_pane_cp1

0xc799,	// (0x00041b7d) popup_ai_links_title_window_t1

0x2d1c,	// (0x00038100) ai_gene_pane_1_g1_ParamLimits

0x2d1c,	// (0x00038100) ai_gene_pane_1_g1

0x2d28,	// (0x0003810c) ai_gene_pane_1_g2_ParamLimits

0x2d28,	// (0x0003810c) ai_gene_pane_1_g2

0x0001,

0xf99e,	// (0x00044d82) ai_gene_pane_1_g_ParamLimits

0xf99e,	// (0x00044d82) ai_gene_pane_1_g

0x2d35,	// (0x00038119) ai_gene_pane_1_t1_ParamLimits

0x2d35,	// (0x00038119) ai_gene_pane_1_t1

0x2d69,	// (0x0003814d) grid_ai_soft_ind_pane

0x2d07,	// (0x000380eb) ai_gene_pane_2_t1_ParamLimits

0x2d07,	// (0x000380eb) ai_gene_pane_2_t1

0xf0e2,	// (0x000444c6) main_pane_empty_t1_ParamLimits

0xf0e2,	// (0x000444c6) main_pane_empty_t1

0xf0fa,	// (0x000444de) main_pane_empty_t2_ParamLimits

0xf0fa,	// (0x000444de) main_pane_empty_t2

0xf10f,	// (0x000444f3) main_pane_empty_t3_ParamLimits

0xf10f,	// (0x000444f3) main_pane_empty_t3

0xf121,	// (0x00044505) main_pane_empty_t4_ParamLimits

0xf121,	// (0x00044505) main_pane_empty_t4

0xf133,	// (0x00044517) main_pane_empty_t5_ParamLimits

0xf133,	// (0x00044517) main_pane_empty_t5

0x0004,

0xf610,	// (0x000449f4) main_pane_empty_t_ParamLimits

0xf610,	// (0x000449f4) main_pane_empty_t

0xcd3f,	// (0x00042123) bg_popup_window_pane_ParamLimits

0xcd3f,	// (0x00042123) bg_popup_window_pane

0x2acf,	// (0x00037eb3) find_popup_pane_cp2_ParamLimits

0x2acf,	// (0x00037eb3) find_popup_pane_cp2

0x2adb,	// (0x00037ebf) heading_pane_ParamLimits

0x2adb,	// (0x00037ebf) heading_pane

0xc619,	// (0x000419fd) bg_popup_sub_pane

0x0e71,	// (0x00036255) bg_popup_window_pane_g1_ParamLimits

0x0e71,	// (0x00036255) bg_popup_window_pane_g1

0x0e80,	// (0x00036264) bg_popup_window_pane_g2_ParamLimits

0x0e80,	// (0x00036264) bg_popup_window_pane_g2

0x0e8c,	// (0x00036270) bg_popup_window_pane_g3_ParamLimits

0x0e8c,	// (0x00036270) bg_popup_window_pane_g3

0x0e98,	// (0x0003627c) bg_popup_window_pane_g4_ParamLimits

0x0e98,	// (0x0003627c) bg_popup_window_pane_g4

0x0ea7,	// (0x0003628b) bg_popup_window_pane_g5_ParamLimits

0x0ea7,	// (0x0003628b) bg_popup_window_pane_g5

0x0eb7,	// (0x0003629b) bg_popup_window_pane_g6_ParamLimits

0x0eb7,	// (0x0003629b) bg_popup_window_pane_g6

0x0ec3,	// (0x000362a7) bg_popup_window_pane_g7_ParamLimits

0x0ec3,	// (0x000362a7) bg_popup_window_pane_g7

0x0ed2,	// (0x000362b6) bg_popup_window_pane_g8_ParamLimits

0x0ed2,	// (0x000362b6) bg_popup_window_pane_g8

0x0ee1,	// (0x000362c5) bg_popup_window_pane_g9_ParamLimits

0x0ee1,	// (0x000362c5) bg_popup_window_pane_g9

0x2ab5,	// (0x00037e99) bg_popup_window_pane_g10_ParamLimits

0x2ab5,	// (0x00037e99) bg_popup_window_pane_g10

0x0009,

0xf966,	// (0x00044d4a) bg_popup_window_pane_g_ParamLimits

0xf966,	// (0x00044d4a) bg_popup_window_pane_g

0x2a6c,	// (0x00037e50) bg_popup_heading_pane_ParamLimits

0x2a6c,	// (0x00037e50) bg_popup_heading_pane

0x7c08,	// (0x0003cfec) tabs_4_passive_pane_cp_srt_ParamLimits

0x7c08,	// (0x0003cfec) tabs_4_passive_pane_cp_srt

0x7c1a,	// (0x0003cffe) tabs_4_passive_pane_srt_ParamLimits

0x2a80,	// (0x00037e64) heading_pane_g2

0x7c1a,	// (0x0003cffe) tabs_4_passive_pane_srt

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp3_srt_ParamLimits

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp3_srt

0x2a88,	// (0x00037e6c) heading_pane_t1_ParamLimits

0x2a88,	// (0x00037e6c) heading_pane_t1

0x2a9f,	// (0x00037e83) heading_pane_t2_ParamLimits

0x2a9f,	// (0x00037e83) heading_pane_t2

0x0001,

0xf961,	// (0x00044d45) heading_pane_t_ParamLimits

0xf961,	// (0x00044d45) heading_pane_t

0xe20f,	// (0x000435f3) bg_popup_heading_pane_g1

0xe2a0,	// (0x00043684) bg_popup_heading_pane_g2

0xe2aa,	// (0x0004368e) bg_popup_heading_pane_g3

0xe2b4,	// (0x00043698) bg_popup_heading_pane_g4

0xe2be,	// (0x000436a2) bg_popup_heading_pane_g5

0xe2c8,	// (0x000436ac) bg_popup_heading_pane_g6

0xe2d0,	// (0x000436b4) bg_popup_heading_pane_g7

0xe2d8,	// (0x000436bc) bg_popup_heading_pane_g8

0xe2e2,	// (0x000436c6) bg_popup_heading_pane_g9

0x0008,

0xf91d,	// (0x00044d01) bg_popup_heading_pane_g

0xdaea,	// (0x00042ece) bg_popup_sub_pane_g1

0xdafa,	// (0x00042ede) bg_popup_sub_pane_g2

0xdaf2,	// (0x00042ed6) bg_popup_sub_pane_g3

0xdb0a,	// (0x00042eee) bg_popup_sub_pane_g4

0xdb02,	// (0x00042ee6) bg_popup_sub_pane_g5

0xdb12,	// (0x00042ef6) bg_popup_sub_pane_g6

0xdb1a,	// (0x00042efe) bg_popup_sub_pane_g7

0xdb2a,	// (0x00042f0e) bg_popup_sub_pane_g8

0xdb22,	// (0x00042f06) bg_popup_sub_pane_g9

0x0008,

0xf8f7,	// (0x00044cdb) bg_popup_sub_pane_g

0xc667,	// (0x00041a4b) bg_popup_window_pane_cp5_ParamLimits

0xc667,	// (0x00041a4b) bg_popup_window_pane_cp5

0xc7b6,	// (0x00041b9a) popup_note_window_g1_ParamLimits

0xc7b6,	// (0x00041b9a) popup_note_window_g1

0xc7c2,	// (0x00041ba6) popup_note_window_t1_ParamLimits

0xc7c2,	// (0x00041ba6) popup_note_window_t1

0xc7d8,	// (0x00041bbc) popup_note_window_t2_ParamLimits

0xc7d8,	// (0x00041bbc) popup_note_window_t2

0xc7ee,	// (0x00041bd2) popup_note_window_t3_ParamLimits

0xc7ee,	// (0x00041bd2) popup_note_window_t3

0xc804,	// (0x00041be8) popup_note_window_t4_ParamLimits

0xc804,	// (0x00041be8) popup_note_window_t4

0xc82c,	// (0x00041c10) popup_note_window_t5_ParamLimits

0xc82c,	// (0x00041c10) popup_note_window_t5

0x0004,

0xf61b,	// (0x000449ff) popup_note_window_t_ParamLimits

0xf61b,	// (0x000449ff) popup_note_window_t

0xc850,	// (0x00041c34) bg_popup_window_pane_cp6_ParamLimits

0xc850,	// (0x00041c34) bg_popup_window_pane_cp6

0xe18b,	// (0x0004356f) popup_note_image_window_g1_ParamLimits

0xe18b,	// (0x0004356f) popup_note_image_window_g1

0xe197,	// (0x0004357b) popup_note_image_window_g2_ParamLimits

0xe197,	// (0x0004357b) popup_note_image_window_g2

0x0001,

0xf8eb,	// (0x00044ccf) popup_note_image_window_g_ParamLimits

0xf8eb,	// (0x00044ccf) popup_note_image_window_g

0xe1b0,	// (0x00043594) popup_note_image_window_t1_ParamLimits

0xe1b0,	// (0x00043594) popup_note_image_window_t1

0xe1c9,	// (0x000435ad) popup_note_image_window_t2_ParamLimits

0xe1c9,	// (0x000435ad) popup_note_image_window_t2

0xe1e2,	// (0x000435c6) popup_note_image_window_t3_ParamLimits

0xe1e2,	// (0x000435c6) popup_note_image_window_t3

0x0002,

0xf8f0,	// (0x00044cd4) popup_note_image_window_t_ParamLimits

0xf8f0,	// (0x00044cd4) popup_note_image_window_t

0xe06f,	// (0x00043453) bg_popup_window_pane_cp7_ParamLimits

0xe06f,	// (0x00043453) bg_popup_window_pane_cp7

0xe09f,	// (0x00043483) popup_note_wait_window_g1_ParamLimits

0xe09f,	// (0x00043483) popup_note_wait_window_g1

0xe0ab,	// (0x0004348f) popup_note_wait_window_g2_ParamLimits

0xe0ab,	// (0x0004348f) popup_note_wait_window_g2

0x0002,

0xf8d9,	// (0x00044cbd) popup_note_wait_window_g_ParamLimits

0xf8d9,	// (0x00044cbd) popup_note_wait_window_g

0xe0c3,	// (0x000434a7) popup_note_wait_window_t1_ParamLimits

0xe0c3,	// (0x000434a7) popup_note_wait_window_t1

0xe0ea,	// (0x000434ce) popup_note_wait_window_t2_ParamLimits

0xe0ea,	// (0x000434ce) popup_note_wait_window_t2

0xe108,	// (0x000434ec) popup_note_wait_window_t3_ParamLimits

0xe108,	// (0x000434ec) popup_note_wait_window_t3

0xe11b,	// (0x000434ff) popup_note_wait_window_t4_ParamLimits

0xe11b,	// (0x000434ff) popup_note_wait_window_t4

0x0004,

0xf8e0,	// (0x00044cc4) popup_note_wait_window_t_ParamLimits

0xf8e0,	// (0x00044cc4) popup_note_wait_window_t

0xe140,	// (0x00043524) wait_bar_pane_ParamLimits

0xe140,	// (0x00043524) wait_bar_pane

0xc619,	// (0x000419fd) wait_anim_pane

0xc619,	// (0x000419fd) wait_border_pane

0xc5ab,	// (0x0004198f) wait_anim_pane_g1

0xc5ab,	// (0x0004198f) wait_anim_pane_g2

0x0001,

0xf7a4,	// (0x00044b88) wait_anim_pane_g

0xe01b,	// (0x000433ff) wait_border_pane_g1

0xe026,	// (0x0004340a) wait_border_pane_g2

0xe02f,	// (0x00043413) wait_border_pane_g3

0x0002,

0xf8d2,	// (0x00044cb6) wait_border_pane_g

0xdf77,	// (0x0004335b) bg_popup_window_pane_cp16_ParamLimits

0xdf77,	// (0x0004335b) bg_popup_window_pane_cp16

0xdf85,	// (0x00043369) indicator_popup_pane_cp4_ParamLimits

0xdf85,	// (0x00043369) indicator_popup_pane_cp4

0xdf99,	// (0x0004337d) popup_query_data_window_t1_ParamLimits

0xdf99,	// (0x0004337d) popup_query_data_window_t1

0xdfab,	// (0x0004338f) popup_query_data_window_t2_ParamLimits

0xdfab,	// (0x0004338f) popup_query_data_window_t2

0xdfc4,	// (0x000433a8) popup_query_data_window_t3_ParamLimits

0xdfc4,	// (0x000433a8) popup_query_data_window_t3

0x0002,

0xf8cb,	// (0x00044caf) popup_query_data_window_t_ParamLimits

0xf8cb,	// (0x00044caf) popup_query_data_window_t

0xdfde,	// (0x000433c2) query_popup_data_pane_ParamLimits

0xdfde,	// (0x000433c2) query_popup_data_pane

0xdff2,	// (0x000433d6) query_popup_data_pane_cp1_ParamLimits

0xdff2,	// (0x000433d6) query_popup_data_pane_cp1

0xc850,	// (0x00041c34) bg_popup_window_pane_cp10_ParamLimits

0xc850,	// (0x00041c34) bg_popup_window_pane_cp10

0xdeda,	// (0x000432be) indicator_popup_pane_ParamLimits

0xdeda,	// (0x000432be) indicator_popup_pane

0xc8b1,	// (0x00041c95) popup_query_code_window_t1_ParamLimits

0xc8b1,	// (0x00041c95) popup_query_code_window_t1

0xdef2,	// (0x000432d6) popup_query_code_window_t2_ParamLimits

0xdef2,	// (0x000432d6) popup_query_code_window_t2

0xdf30,	// (0x00043314) popup_query_code_window_t3_ParamLimits

0xdf30,	// (0x00043314) popup_query_code_window_t3

0x0002,

0xf8c4,	// (0x00044ca8) popup_query_code_window_t_ParamLimits

0xf8c4,	// (0x00044ca8) popup_query_code_window_t

0xdf5f,	// (0x00043343) query_popup_pane_ParamLimits

0xdf5f,	// (0x00043343) query_popup_pane

0xc850,	// (0x00041c34) bg_popup_window_pane_cp15_ParamLimits

0xc850,	// (0x00041c34) bg_popup_window_pane_cp15

0xc870,	// (0x00041c54) indicator_popup_pane_cp1_ParamLimits

0xc870,	// (0x00041c54) indicator_popup_pane_cp1

0xc883,	// (0x00041c67) indicator_popup_pane_cp2_ParamLimits

0xc883,	// (0x00041c67) indicator_popup_pane_cp2

0xc89e,	// (0x00041c82) popup_query_data_code_window_g1_ParamLimits

0xc89e,	// (0x00041c82) popup_query_data_code_window_g1

0xc8b1,	// (0x00041c95) popup_query_data_code_window_t1_ParamLimits

0xc8b1,	// (0x00041c95) popup_query_data_code_window_t1

0xc8c3,	// (0x00041ca7) popup_query_data_code_window_t2_ParamLimits

0xc8c3,	// (0x00041ca7) popup_query_data_code_window_t2

0xc8d5,	// (0x00041cb9) popup_query_data_code_window_t3_ParamLimits

0xc8d5,	// (0x00041cb9) popup_query_data_code_window_t3

0xc8eb,	// (0x00041ccf) popup_query_data_code_window_t4_ParamLimits

0xc8eb,	// (0x00041ccf) popup_query_data_code_window_t4

0x0003,

0xf626,	// (0x00044a0a) popup_query_data_code_window_t_ParamLimits

0xf626,	// (0x00044a0a) popup_query_data_code_window_t

0x73a3,	// (0x0003c787) list_single_midp_graphic_pane_g3

0xc905,	// (0x00041ce9) query_popup_data_pane_cp2_ParamLimits

0xc91a,	// (0x00041cfe) query_popup_pane_cp2_ParamLimits

0xc91a,	// (0x00041cfe) query_popup_pane_cp2

0xc619,	// (0x000419fd) bg_popup_window_pane_cp11

0xdeae,	// (0x00043292) heading_pane_cp5

0xc9b2,	// (0x00041d96) listscroll_popup_info_pane

0xc619,	// (0x000419fd) input_focus_pane_cp3

0xc937,	// (0x00041d1b) query_popup_pane_t1

0xc945,	// (0x00041d29) list_popup_info_pane_ParamLimits

0xc945,	// (0x00041d29) list_popup_info_pane

0xc954,	// (0x00041d38) listscroll_popup_info_pane_g1

0xc95c,	// (0x00041d40) scroll_pane_cp7

0xc966,	// (0x00041d4a) popup_info_list_pane_t1_ParamLimits

0xc966,	// (0x00041d4a) popup_info_list_pane_t1

0xc980,	// (0x00041d64) popup_info_list_pane_t2_ParamLimits

0xc980,	// (0x00041d64) popup_info_list_pane_t2

0x0001,

0xf62f,	// (0x00044a13) popup_info_list_pane_t_ParamLimits

0xf62f,	// (0x00044a13) popup_info_list_pane_t

0xc619,	// (0x000419fd) bg_popup_window_pane_cp12

0x3135,	// (0x00038519) find_popup_pane

0xc675,	// (0x00041a59) bg_popup_window_pane_cp3

0xc99a,	// (0x00041d7e) heading_pane_cp3

0xc9a6,	// (0x00041d8a) listscroll_popup_graphic_pane

0xc619,	// (0x000419fd) bg_popup_window_pane_cp4

0xf195,	// (0x00044579) heading_pane_cp4

0xc9b2,	// (0x00041d96) listscroll_popup_colour_pane

0xf19f,	// (0x00044583) cell_large_graphic_colour_none_popup_pane_ParamLimits

0xf19f,	// (0x00044583) cell_large_graphic_colour_none_popup_pane

0xf1b3,	// (0x00044597) grid_large_graphic_colour_popup_pane_ParamLimits

0xf1b3,	// (0x00044597) grid_large_graphic_colour_popup_pane

0xf1df,	// (0x000445c3) listscroll_popup_colour_pane_g1_ParamLimits

0xf1df,	// (0x000445c3) listscroll_popup_colour_pane_g1

0xf1f6,	// (0x000445da) listscroll_popup_colour_pane_g2_ParamLimits

0xf1f6,	// (0x000445da) listscroll_popup_colour_pane_g2

0xf20d,	// (0x000445f1) listscroll_popup_colour_pane_g3_ParamLimits

0xf20d,	// (0x000445f1) listscroll_popup_colour_pane_g3

0xf21d,	// (0x00044601) listscroll_popup_colour_pane_g4_ParamLimits

0xf21d,	// (0x00044601) listscroll_popup_colour_pane_g4

0x0003,

0xf634,	// (0x00044a18) listscroll_popup_colour_pane_g_ParamLimits

0xf634,	// (0x00044a18) listscroll_popup_colour_pane_g

0xc9ba,	// (0x00041d9e) scroll_pane_cp6_ParamLimits

0xc9ba,	// (0x00041d9e) scroll_pane_cp6

0xf231,	// (0x00044615) cell_large_graphic_colour_popup_pane_ParamLimits

0xf231,	// (0x00044615) cell_large_graphic_colour_popup_pane

0xc9cc,	// (0x00041db0) cell_large_graphic_colour_none_popup_pane_t1

0xc619,	// (0x000419fd) grid_highlight_pane_cp5

0xc9db,	// (0x00041dbf) cell_large_graphic_colour_popup_pane_g1

0xc9e3,	// (0x00041dc7) cell_large_graphic_colour_popup_pane_g2

0x0001,

0xf63d,	// (0x00044a21) cell_large_graphic_colour_popup_pane_g

0xc9eb,	// (0x00041dcf) cell_large_graphic_colour_popup_pane_g2_copy1

0xc9f4,	// (0x00041dd8) grid_highlight_pane_cp4

0xc9fc,	// (0x00041de0) bg_popup_window_pane_cp8_ParamLimits

0xc9fc,	// (0x00041de0) bg_popup_window_pane_cp8

0xca17,	// (0x00041dfb) popup_snote_single_text_window_g1_ParamLimits

0xca17,	// (0x00041dfb) popup_snote_single_text_window_g1

0xca2b,	// (0x00041e0f) popup_snote_single_text_window_t1_ParamLimits

0xca2b,	// (0x00041e0f) popup_snote_single_text_window_t1

0xca3e,	// (0x00041e22) popup_snote_single_text_window_t2_ParamLimits

0xca3e,	// (0x00041e22) popup_snote_single_text_window_t2

0xca51,	// (0x00041e35) popup_snote_single_text_window_t3_ParamLimits

0xca51,	// (0x00041e35) popup_snote_single_text_window_t3

0xca8a,	// (0x00041e6e) popup_snote_single_text_window_t4_ParamLimits

0xca8a,	// (0x00041e6e) popup_snote_single_text_window_t4

0xcabe,	// (0x00041ea2) popup_snote_single_text_window_t5_ParamLimits

0xcabe,	// (0x00041ea2) popup_snote_single_text_window_t5

0x0004,

0xf642,	// (0x00044a26) popup_snote_single_text_window_t_ParamLimits

0xf642,	// (0x00044a26) popup_snote_single_text_window_t

0xcaed,	// (0x00041ed1) bg_popup_window_pane_cp9_ParamLimits

0xcaed,	// (0x00041ed1) bg_popup_window_pane_cp9

0xca17,	// (0x00041dfb) popup_snote_single_graphic_window_g1_ParamLimits

0xca17,	// (0x00041dfb) popup_snote_single_graphic_window_g1

0xcafb,	// (0x00041edf) popup_snote_single_graphic_window_g2_ParamLimits

0xcafb,	// (0x00041edf) popup_snote_single_graphic_window_g2

0x0001,

0xf64d,	// (0x00044a31) popup_snote_single_graphic_window_g_ParamLimits

0xf64d,	// (0x00044a31) popup_snote_single_graphic_window_g

0xcb07,	// (0x00041eeb) popup_snote_single_graphic_window_t1_ParamLimits

0xcb07,	// (0x00041eeb) popup_snote_single_graphic_window_t1

0xcb1a,	// (0x00041efe) popup_snote_single_graphic_window_t2_ParamLimits

0xcb1a,	// (0x00041efe) popup_snote_single_graphic_window_t2

0xcb2d,	// (0x00041f11) popup_snote_single_graphic_window_t3_ParamLimits

0xcb2d,	// (0x00041f11) popup_snote_single_graphic_window_t3

0xcb66,	// (0x00041f4a) popup_snote_single_graphic_window_t4_ParamLimits

0xcb66,	// (0x00041f4a) popup_snote_single_graphic_window_t4

0xcb9a,	// (0x00041f7e) popup_snote_single_graphic_window_t5_ParamLimits

0xcb9a,	// (0x00041f7e) popup_snote_single_graphic_window_t5

0x0004,

0xf652,	// (0x00044a36) popup_snote_single_graphic_window_t_ParamLimits

0xf652,	// (0x00044a36) popup_snote_single_graphic_window_t

0x30b7,	// (0x0003849b) grid_graphic_popup_pane_ParamLimits

0x30b7,	// (0x0003849b) grid_graphic_popup_pane

0x30e5,	// (0x000384c9) listscroll_popup_graphic_pane_g1_ParamLimits

0x30e5,	// (0x000384c9) listscroll_popup_graphic_pane_g1

0x1302,	// (0x000366e6) listscroll_popup_graphic_pane_g2_ParamLimits

0x1302,	// (0x000366e6) listscroll_popup_graphic_pane_g2

0x0001,

0xfa41,	// (0x00044e25) listscroll_popup_graphic_pane_g_ParamLimits

0xfa41,	// (0x00044e25) listscroll_popup_graphic_pane_g

0x2a28,	// (0x00037e0c) scroll_pane_cp5

0x12c1,	// (0x000366a5) cell_graphic_popup_pane_ParamLimits

0x12c1,	// (0x000366a5) cell_graphic_popup_pane

0x3082,	// (0x00038466) cell_graphic_popup_pane_g1

0x308a,	// (0x0003846e) cell_graphic_popup_pane_g2

0xc9eb,	// (0x00041dcf) cell_graphic_popup_pane_g3

0x0002,

0xfa3a,	// (0x00044e1e) cell_graphic_popup_pane_g

0x3093,	// (0x00038477) cell_graphic_popup_pane_t2

0xc9f4,	// (0x00041dd8) grid_highlight_pane_cp3

0xcbdb,	// (0x00041fbf) list_gen_pane_ParamLimits

0xcbdb,	// (0x00041fbf) list_gen_pane

0xcc03,	// (0x00041fe7) scroll_pane

0x127c,	// (0x00036660) bg_list_pane_g1_ParamLimits

0x127c,	// (0x00036660) bg_list_pane_g1

0x3031,	// (0x00038415) bg_list_pane_g2_ParamLimits

0x3031,	// (0x00038415) bg_list_pane_g2

0x3044,	// (0x00038428) bg_list_pane_g3_ParamLimits

0x3044,	// (0x00038428) bg_list_pane_g3

0x3056,	// (0x0003843a) bg_list_pane_g4_ParamLimits

0x3056,	// (0x0003843a) bg_list_pane_g4

0x1297,	// (0x0003667b) bg_list_pane_g5_ParamLimits

0x1297,	// (0x0003667b) bg_list_pane_g5

0x0004,

0xfa2f,	// (0x00044e13) bg_list_pane_g_ParamLimits

0xfa2f,	// (0x00044e13) bg_list_pane_g

0x120b,	// (0x000365ef) list_double2_graphic_large_graphic_pane_ParamLimits

0x120b,	// (0x000365ef) list_double2_graphic_large_graphic_pane

0x120b,	// (0x000365ef) list_double2_graphic_pane_ParamLimits

0x120b,	// (0x000365ef) list_double2_graphic_pane

0x120b,	// (0x000365ef) list_double2_large_graphic_pane_ParamLimits

0x120b,	// (0x000365ef) list_double2_large_graphic_pane

0x120b,	// (0x000365ef) list_double2_pane_ParamLimits

0x120b,	// (0x000365ef) list_double2_pane

0x120b,	// (0x000365ef) list_double_graphic_heading_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_graphic_heading_pane

0x120b,	// (0x000365ef) list_double_graphic_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_graphic_pane

0x120b,	// (0x000365ef) list_double_heading_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_heading_pane

0x120b,	// (0x000365ef) list_double_large_graphic_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_large_graphic_pane

0x120b,	// (0x000365ef) list_double_number_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_number_pane

0x120b,	// (0x000365ef) list_double_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_pane

0x120b,	// (0x000365ef) list_double_time_pane_ParamLimits

0x120b,	// (0x000365ef) list_double_time_pane

0x120b,	// (0x000365ef) list_setting_number_pane_ParamLimits

0x120b,	// (0x000365ef) list_setting_number_pane

0x120b,	// (0x000365ef) list_setting_pane_ParamLimits

0x120b,	// (0x000365ef) list_setting_pane

0x121c,	// (0x00036600) list_single_2graphic_pane_ParamLimits

0x121c,	// (0x00036600) list_single_2graphic_pane

0x121c,	// (0x00036600) list_single_graphic_heading_pane_ParamLimits

0x121c,	// (0x00036600) list_single_graphic_heading_pane

0x121c,	// (0x00036600) list_single_graphic_pane_ParamLimits

0x121c,	// (0x00036600) list_single_graphic_pane

0x121c,	// (0x00036600) list_single_heading_pane_ParamLimits

0x121c,	// (0x00036600) list_single_heading_pane

0x1268,	// (0x0003664c) list_single_large_graphic_pane_ParamLimits

0x1268,	// (0x0003664c) list_single_large_graphic_pane

0x121c,	// (0x00036600) list_single_number_heading_pane_ParamLimits

0x121c,	// (0x00036600) list_single_number_heading_pane

0x121c,	// (0x00036600) list_single_number_pane_ParamLimits

0x121c,	// (0x00036600) list_single_number_pane

0x121c,	// (0x00036600) list_single_pane_ParamLimits

0x121c,	// (0x00036600) list_single_pane

0xc619,	// (0x000419fd) list_highlight_pane_cp1

0xa60d,	// (0x0003f9f1) list_single_pane_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_pane_g1

0xa619,	// (0x0003f9fd) list_single_pane_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_pane_g2

0x0001,

0xf66e,	// (0x00044a52) list_single_pane_g_ParamLimits

0xf66e,	// (0x00044a52) list_single_pane_g

0x9b47,	// (0x0003ef2b) list_single_pane_t1_ParamLimits

0x9b47,	// (0x0003ef2b) list_single_pane_t1

0xa60d,	// (0x0003f9f1) list_single_number_pane_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_number_pane_g1

0xa619,	// (0x0003f9fd) list_single_number_pane_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_number_pane_g2

0x0001,

0xf66e,	// (0x00044a52) list_single_number_pane_g_ParamLimits

0xf66e,	// (0x00044a52) list_single_number_pane_g

0x9a20,	// (0x0003ee04) list_single_number_pane_t1_ParamLimits

0x9a20,	// (0x0003ee04) list_single_number_pane_t1

0xecd0,	// (0x000440b4) list_single_number_pane_t2_ParamLimits

0xecd0,	// (0x000440b4) list_single_number_pane_t2

0x0001,

0xf9f0,	// (0x00044dd4) list_single_number_pane_t_ParamLimits

0xf9f0,	// (0x00044dd4) list_single_number_pane_t

0xe67e,	// (0x00043a62) list_single_graphic_pane_g1_ParamLimits

0xe67e,	// (0x00043a62) list_single_graphic_pane_g1

0xa60d,	// (0x0003f9f1) list_single_graphic_pane_g2_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_graphic_pane_g2

0xa619,	// (0x0003f9fd) list_single_graphic_pane_g3_ParamLimits

0xa619,	// (0x0003f9fd) list_single_graphic_pane_g3

0x0002,

0xf65d,	// (0x00044a41) list_single_graphic_pane_g_ParamLimits

0xf65d,	// (0x00044a41) list_single_graphic_pane_g

0x9e5d,	// (0x0003f241) list_single_graphic_pane_t1_ParamLimits

0x9e5d,	// (0x0003f241) list_single_graphic_pane_t1

0xe68a,	// (0x00043a6e) list_single_heading_pane_g1_ParamLimits

0xe68a,	// (0x00043a6e) list_single_heading_pane_g1

0xa619,	// (0x0003f9fd) list_single_heading_pane_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_heading_pane_g2

0x0001,

0xf664,	// (0x00044a48) list_single_heading_pane_g_ParamLimits

0xf664,	// (0x00044a48) list_single_heading_pane_g

0xe69d,	// (0x00043a81) list_single_heading_pane_t1_ParamLimits

0xe69d,	// (0x00043a81) list_single_heading_pane_t1

0xf25e,	// (0x00044642) list_single_heading_pane_t2_ParamLimits

0xf25e,	// (0x00044642) list_single_heading_pane_t2

0x0001,

0xf669,	// (0x00044a4d) list_single_heading_pane_t_ParamLimits

0xf669,	// (0x00044a4d) list_single_heading_pane_t

0xa60d,	// (0x0003f9f1) list_single_number_heading_pane_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_number_heading_pane_g1

0xa619,	// (0x0003f9fd) list_single_number_heading_pane_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_number_heading_pane_g2

0x0001,

0xf66e,	// (0x00044a52) list_single_number_heading_pane_g_ParamLimits

0xf66e,	// (0x00044a52) list_single_number_heading_pane_g

0xe6b3,	// (0x00043a97) list_single_number_heading_pane_t1_ParamLimits

0xe6b3,	// (0x00043a97) list_single_number_heading_pane_t1

0xe6c9,	// (0x00043aad) list_single_number_heading_pane_t2_ParamLimits

0xe6c9,	// (0x00043aad) list_single_number_heading_pane_t2

0x9b23,	// (0x0003ef07) list_single_number_heading_pane_t3_ParamLimits

0x9b23,	// (0x0003ef07) list_single_number_heading_pane_t3

0x0002,

0xf673,	// (0x00044a57) list_single_number_heading_pane_t_ParamLimits

0xf673,	// (0x00044a57) list_single_number_heading_pane_t

0xe6db,	// (0x00043abf) list_single_graphic_heading_pane_g1_ParamLimits

0xe6db,	// (0x00043abf) list_single_graphic_heading_pane_g1

0xf270,	// (0x00044654) list_single_graphic_heading_pane_g4_ParamLimits

0xf270,	// (0x00044654) list_single_graphic_heading_pane_g4

0xa619,	// (0x0003f9fd) list_single_graphic_heading_pane_g5_ParamLimits

0xa619,	// (0x0003f9fd) list_single_graphic_heading_pane_g5

0x0002,

0xf67a,	// (0x00044a5e) list_single_graphic_heading_pane_g_ParamLimits

0xf67a,	// (0x00044a5e) list_single_graphic_heading_pane_g

0xe6b3,	// (0x00043a97) list_single_graphic_heading_pane_t1_ParamLimits

0xe6b3,	// (0x00043a97) list_single_graphic_heading_pane_t1

0xe6f3,	// (0x00043ad7) list_single_graphic_heading_pane_t2_ParamLimits

0xe6f3,	// (0x00043ad7) list_single_graphic_heading_pane_t2

0x0001,

0xf681,	// (0x00044a65) list_single_graphic_heading_pane_t_ParamLimits

0xf681,	// (0x00044a65) list_single_graphic_heading_pane_t

0xa693,	// (0x0003fa77) list_single_large_graphic_pane_g1_ParamLimits

0xa693,	// (0x0003fa77) list_single_large_graphic_pane_g1

0xa69f,	// (0x0003fa83) list_single_large_graphic_pane_g2_ParamLimits

0xa69f,	// (0x0003fa83) list_single_large_graphic_pane_g2

0xa6ab,	// (0x0003fa8f) list_single_large_graphic_pane_g3_ParamLimits

0xa6ab,	// (0x0003fa8f) list_single_large_graphic_pane_g3

0x0002,

0xf686,	// (0x00044a6a) list_single_large_graphic_pane_g_ParamLimits

0xf686,	// (0x00044a6a) list_single_large_graphic_pane_g

0xe026,	// (0x0004340a) wait_border_pane_g2_copy1

0xf281,	// (0x00044665) list_single_large_graphic_pane_g4_cp2

0x9b5d,	// (0x0003ef41) list_single_large_graphic_pane_t1_ParamLimits

0x9b5d,	// (0x0003ef41) list_single_large_graphic_pane_t1

0xd21f,	// (0x00042603) list_double_pane_g1_ParamLimits

0xd21f,	// (0x00042603) list_double_pane_g1

0xf289,	// (0x0004466d) list_double_pane_g2_ParamLimits

0xf289,	// (0x0004466d) list_double_pane_g2

0x0001,

0xf68d,	// (0x00044a71) list_double_pane_g_ParamLimits

0xf68d,	// (0x00044a71) list_double_pane_g

0xe70b,	// (0x00043aef) list_double_pane_t1_ParamLimits

0xe70b,	// (0x00043aef) list_double_pane_t1

0xe721,	// (0x00043b05) list_double_pane_t2_ParamLimits

0xe721,	// (0x00043b05) list_double_pane_t2

0x0001,

0xf692,	// (0x00044a76) list_double_pane_t_ParamLimits

0xf692,	// (0x00044a76) list_double_pane_t

0xe733,	// (0x00043b17) list_double2_pane_g1_ParamLimits

0xe733,	// (0x00043b17) list_double2_pane_g1

0xe744,	// (0x00043b28) list_double2_pane_g2_ParamLimits

0xe744,	// (0x00043b28) list_double2_pane_g2

0x0001,

0xf697,	// (0x00044a7b) list_double2_pane_g_ParamLimits

0xf697,	// (0x00044a7b) list_double2_pane_g

0xe750,	// (0x00043b34) list_double2_pane_t1_ParamLimits

0xe750,	// (0x00043b34) list_double2_pane_t1

0xe766,	// (0x00043b4a) list_double2_pane_t2_ParamLimits

0xe766,	// (0x00043b4a) list_double2_pane_t2

0x0001,

0xf69c,	// (0x00044a80) list_double2_pane_t_ParamLimits

0xf69c,	// (0x00044a80) list_double2_pane_t

0xd21f,	// (0x00042603) list_double_number_pane_g1_ParamLimits

0xd21f,	// (0x00042603) list_double_number_pane_g1

0xf289,	// (0x0004466d) list_double_number_pane_g2_ParamLimits

0xf289,	// (0x0004466d) list_double_number_pane_g2

0x0001,

0xf68d,	// (0x00044a71) list_double_number_pane_g_ParamLimits

0xf68d,	// (0x00044a71) list_double_number_pane_g

0xe778,	// (0x00043b5c) list_double_number_pane_t1_ParamLimits

0xe778,	// (0x00043b5c) list_double_number_pane_t1

0xe78a,	// (0x00043b6e) list_double_number_pane_t2_ParamLimits

0xe78a,	// (0x00043b6e) list_double_number_pane_t2

0xe7a0,	// (0x00043b84) list_double_number_pane_t3_ParamLimits

0xe7a0,	// (0x00043b84) list_double_number_pane_t3

0x0002,

0xf6a1,	// (0x00044a85) list_double_number_pane_t_ParamLimits

0xf6a1,	// (0x00044a85) list_double_number_pane_t

0xe7b2,	// (0x00043b96) list_double_graphic_pane_g1_ParamLimits

0xe7b2,	// (0x00043b96) list_double_graphic_pane_g1

0x2a07,	// (0x00037deb) list_double_graphic_pane_g2_ParamLimits

0x2a07,	// (0x00037deb) list_double_graphic_pane_g2

0xe7be,	// (0x00043ba2) list_double_graphic_pane_g3_ParamLimits

0xe7be,	// (0x00043ba2) list_double_graphic_pane_g3

0x0003,

0xf6a8,	// (0x00044a8c) list_double_graphic_pane_g_ParamLimits

0xf6a8,	// (0x00044a8c) list_double_graphic_pane_g

0xe7d6,	// (0x00043bba) list_double_graphic_pane_t1_ParamLimits

0xe7d6,	// (0x00043bba) list_double_graphic_pane_t1

0xe7ec,	// (0x00043bd0) list_double_graphic_pane_t2_ParamLimits

0xe7ec,	// (0x00043bd0) list_double_graphic_pane_t2

0x0001,

0xf6b1,	// (0x00044a95) list_double_graphic_pane_t_ParamLimits

0xf6b1,	// (0x00044a95) list_double_graphic_pane_t

0xe7fe,	// (0x00043be2) list_double2_graphic_pane_g1_ParamLimits

0xe7fe,	// (0x00043be2) list_double2_graphic_pane_g1

0xe80a,	// (0x00043bee) list_double2_graphic_pane_g2_ParamLimits

0xe80a,	// (0x00043bee) list_double2_graphic_pane_g2

0xe816,	// (0x00043bfa) list_double2_graphic_pane_g3_ParamLimits

0xe816,	// (0x00043bfa) list_double2_graphic_pane_g3

0x0002,

0xf6b6,	// (0x00044a9a) list_double2_graphic_pane_g_ParamLimits

0xf6b6,	// (0x00044a9a) list_double2_graphic_pane_g

0xe822,	// (0x00043c06) list_double2_graphic_pane_t1_ParamLimits

0xe822,	// (0x00043c06) list_double2_graphic_pane_t1

0xe838,	// (0x00043c1c) list_double2_graphic_pane_t2_ParamLimits

0xe838,	// (0x00043c1c) list_double2_graphic_pane_t2

0x0001,

0xf6bd,	// (0x00044aa1) list_double2_graphic_pane_t_ParamLimits

0xf6bd,	// (0x00044aa1) list_double2_graphic_pane_t

0xe84a,	// (0x00043c2e) list_double_large_graphic_pane_g1_ParamLimits

0xe84a,	// (0x00043c2e) list_double_large_graphic_pane_g1

0xe875,	// (0x00043c59) list_double_large_graphic_pane_g2_ParamLimits

0xe875,	// (0x00043c59) list_double_large_graphic_pane_g2

0xf289,	// (0x0004466d) list_double_large_graphic_pane_g3_ParamLimits

0xf289,	// (0x0004466d) list_double_large_graphic_pane_g3

0xe88b,	// (0x00043c6f) list_double_large_graphic_pane_g4_ParamLimits

0xe88b,	// (0x00043c6f) list_double_large_graphic_pane_g4

0x0004,

0xf6c2,	// (0x00044aa6) list_double_large_graphic_pane_g_ParamLimits

0xf6c2,	// (0x00044aa6) list_double_large_graphic_pane_g

0xe89e,	// (0x00043c82) list_double_large_graphic_pane_t1_ParamLimits

0xe89e,	// (0x00043c82) list_double_large_graphic_pane_t1

0xe8b7,	// (0x00043c9b) list_double_large_graphic_pane_t2_ParamLimits

0xe8b7,	// (0x00043c9b) list_double_large_graphic_pane_t2

0x0001,

0xf6cd,	// (0x00044ab1) list_double_large_graphic_pane_t_ParamLimits

0xf6cd,	// (0x00044ab1) list_double_large_graphic_pane_t

0xf295,	// (0x00044679) list_double2_large_graphic_pane_g1_ParamLimits

0xf295,	// (0x00044679) list_double2_large_graphic_pane_g1

0xe8c9,	// (0x00043cad) list_double2_large_graphic_pane_g2_ParamLimits

0xe8c9,	// (0x00043cad) list_double2_large_graphic_pane_g2

0xe816,	// (0x00043bfa) list_double2_large_graphic_pane_g3_ParamLimits

0xe816,	// (0x00043bfa) list_double2_large_graphic_pane_g3

0x0002,

0xf6d2,	// (0x00044ab6) list_double2_large_graphic_pane_g_ParamLimits

0xf6d2,	// (0x00044ab6) list_double2_large_graphic_pane_g

0xe8da,	// (0x00043cbe) list_double2_large_graphic_pane_t1_ParamLimits

0xe8da,	// (0x00043cbe) list_double2_large_graphic_pane_t1

0xe8f0,	// (0x00043cd4) list_double2_large_graphic_pane_t2_ParamLimits

0xe8f0,	// (0x00043cd4) list_double2_large_graphic_pane_t2

0x0001,

0xf6d9,	// (0x00044abd) list_double2_large_graphic_pane_t_ParamLimits

0xf6d9,	// (0x00044abd) list_double2_large_graphic_pane_t

0xe902,	// (0x00043ce6) list_double_heading_pane_g1_ParamLimits

0xe902,	// (0x00043ce6) list_double_heading_pane_g1

0xe913,	// (0x00043cf7) list_double_heading_pane_g2_ParamLimits

0xe913,	// (0x00043cf7) list_double_heading_pane_g2

0x0001,

0xf6de,	// (0x00044ac2) list_double_heading_pane_g_ParamLimits

0xf6de,	// (0x00044ac2) list_double_heading_pane_g

0xe91f,	// (0x00043d03) list_double_heading_pane_t1_ParamLimits

0xe91f,	// (0x00043d03) list_double_heading_pane_t1

0xe935,	// (0x00043d19) list_double_heading_pane_t2_ParamLimits

0xe935,	// (0x00043d19) list_double_heading_pane_t2

0x0001,

0xf6e3,	// (0x00044ac7) list_double_heading_pane_t_ParamLimits

0xf6e3,	// (0x00044ac7) list_double_heading_pane_t

0xe947,	// (0x00043d2b) list_double_graphic_heading_pane_g1_ParamLimits

0xe947,	// (0x00043d2b) list_double_graphic_heading_pane_g1

0xe902,	// (0x00043ce6) list_double_graphic_heading_pane_g2_ParamLimits

0xe902,	// (0x00043ce6) list_double_graphic_heading_pane_g2

0xe913,	// (0x00043cf7) list_double_graphic_heading_pane_g3_ParamLimits

0xe913,	// (0x00043cf7) list_double_graphic_heading_pane_g3

0x0002,

0xf6e8,	// (0x00044acc) list_double_graphic_heading_pane_g_ParamLimits

0xf6e8,	// (0x00044acc) list_double_graphic_heading_pane_g

0xe953,	// (0x00043d37) list_double_graphic_heading_pane_t1_ParamLimits

0xe953,	// (0x00043d37) list_double_graphic_heading_pane_t1

0xe969,	// (0x00043d4d) list_double_graphic_heading_pane_t2_ParamLimits

0xe969,	// (0x00043d4d) list_double_graphic_heading_pane_t2

0x0001,

0xf6ef,	// (0x00044ad3) list_double_graphic_heading_pane_t_ParamLimits

0xf6ef,	// (0x00044ad3) list_double_graphic_heading_pane_t

0xe97b,	// (0x00043d5f) list_double_time_pane_g1_ParamLimits

0xe97b,	// (0x00043d5f) list_double_time_pane_g1

0xe98c,	// (0x00043d70) list_double_time_pane_g2_ParamLimits

0xe98c,	// (0x00043d70) list_double_time_pane_g2

0x0001,

0xf6f4,	// (0x00044ad8) list_double_time_pane_g_ParamLimits

0xf6f4,	// (0x00044ad8) list_double_time_pane_g

0xe998,	// (0x00043d7c) list_double_time_pane_t1_ParamLimits

0xe998,	// (0x00043d7c) list_double_time_pane_t1

0xe9ae,	// (0x00043d92) list_double_time_pane_t2_ParamLimits

0xe9ae,	// (0x00043d92) list_double_time_pane_t2

0xe9c0,	// (0x00043da4) list_double_time_pane_t3_ParamLimits

0xe9c0,	// (0x00043da4) list_double_time_pane_t3

0xe9d2,	// (0x00043db6) list_double_time_pane_t4_ParamLimits

0xe9d2,	// (0x00043db6) list_double_time_pane_t4

0x0003,

0xf6f9,	// (0x00044add) list_double_time_pane_t_ParamLimits

0xf6f9,	// (0x00044add) list_double_time_pane_t

0xe9e4,	// (0x00043dc8) list_setting_pane_g1_ParamLimits

0xe9e4,	// (0x00043dc8) list_setting_pane_g1

0xe9f0,	// (0x00043dd4) list_setting_pane_g2_ParamLimits

0xe9f0,	// (0x00043dd4) list_setting_pane_g2

0x0001,

0xf702,	// (0x00044ae6) list_setting_pane_g_ParamLimits

0xf702,	// (0x00044ae6) list_setting_pane_g

0xe9fc,	// (0x00043de0) list_setting_pane_t1_ParamLimits

0xe9fc,	// (0x00043de0) list_setting_pane_t1

0xea16,	// (0x00043dfa) list_setting_pane_t2_ParamLimits

0xea16,	// (0x00043dfa) list_setting_pane_t2

0x0002,

0xf707,	// (0x00044aeb) list_setting_pane_t_ParamLimits

0xf707,	// (0x00044aeb) list_setting_pane_t

0xea55,	// (0x00043e39) set_value_pane_cp_ParamLimits

0xea55,	// (0x00043e39) set_value_pane_cp

0xea63,	// (0x00043e47) list_setting_number_pane_g1_ParamLimits

0xea63,	// (0x00043e47) list_setting_number_pane_g1

0xea6f,	// (0x00043e53) list_setting_number_pane_g2_ParamLimits

0xea6f,	// (0x00043e53) list_setting_number_pane_g2

0x0001,

0xf70e,	// (0x00044af2) list_setting_number_pane_g_ParamLimits

0xf70e,	// (0x00044af2) list_setting_number_pane_g

0xea7b,	// (0x00043e5f) list_setting_number_pane_t1_ParamLimits

0xea7b,	// (0x00043e5f) list_setting_number_pane_t1

0xea94,	// (0x00043e78) list_setting_number_pane_t2_ParamLimits

0xea94,	// (0x00043e78) list_setting_number_pane_t2

0xeaae,	// (0x00043e92) list_setting_number_pane_t3_ParamLimits

0xeaae,	// (0x00043e92) list_setting_number_pane_t3

0x0003,

0xf713,	// (0x00044af7) list_setting_number_pane_t_ParamLimits

0xf713,	// (0x00044af7) list_setting_number_pane_t

0xea55,	// (0x00043e39) set_value_pane_ParamLimits

0xea55,	// (0x00043e39) set_value_pane

0xcc37,	// (0x0004201b) bg_set_opt_pane_ParamLimits

0xcc37,	// (0x0004201b) bg_set_opt_pane

0x9745,	// (0x0003eb29) set_value_pane_t1

0xcc58,	// (0x0004203c) slider_set_pane_cp3

0xf2a1,	// (0x00044685) volume_small_pane_cp

0xcc61,	// (0x00042045) list_form_gen_pane

0xcc6a,	// (0x0004204e) scroll_pane_cp8

0xeaf1,	// (0x00043ed5) form_field_data_pane_ParamLimits

0xeaf1,	// (0x00043ed5) form_field_data_pane

0xeb0e,	// (0x00043ef2) form_field_data_wide_pane_ParamLimits

0xeb0e,	// (0x00043ef2) form_field_data_wide_pane

0x97ac,	// (0x0003eb90) form_field_popup_pane_ParamLimits

0x97ac,	// (0x0003eb90) form_field_popup_pane

0xeb34,	// (0x00043f18) form_field_popup_wide_pane_ParamLimits

0xeb34,	// (0x00043f18) form_field_popup_wide_pane

0x97f1,	// (0x0003ebd5) form_field_slider_pane_ParamLimits

0x97f1,	// (0x0003ebd5) form_field_slider_pane

0x9804,	// (0x0003ebe8) form_field_slider_wide_pane_ParamLimits

0x9804,	// (0x0003ebe8) form_field_slider_wide_pane

0xcc7b,	// (0x0004205f) data_form_pane

0xeb5f,	// (0x00043f43) form_field_data_pane_t1

0xcc87,	// (0x0004206b) input_focus_pane

0xcc95,	// (0x00042079) data_form_wide_pane

0x9847,	// (0x0003ec2b) form_field_data_wide_pane_t1

0xca09,	// (0x00041ded) input_focus_pane_cp6

0xeb79,	// (0x00043f5d) form_field_popup_pane_t1

0xcc87,	// (0x0004206b) input_focus_pane_cp7

0xccc1,	// (0x000420a5) list_form_pane

0x988b,	// (0x0003ec6f) form_field_popup_wide_pane_t1

0xcc87,	// (0x0004206b) input_focus_pane_cp8

0xcccd,	// (0x000420b1) list_form_wide_pane

0xeb9b,	// (0x00043f7f) form_field_slider_pane_t1_ParamLimits

0xeb9b,	// (0x00043f7f) form_field_slider_pane_t1

0xebb3,	// (0x00043f97) form_field_slider_pane_t2_ParamLimits

0xebb3,	// (0x00043f97) form_field_slider_pane_t2

0x0001,

0xf723,	// (0x00044b07) form_field_slider_pane_t_ParamLimits

0xf723,	// (0x00044b07) form_field_slider_pane_t

0xc667,	// (0x00041a4b) input_focus_pane_cp9_ParamLimits

0xc667,	// (0x00041a4b) input_focus_pane_cp9

0xebc8,	// (0x00043fac) slider_cont_pane_ParamLimits

0xebc8,	// (0x00043fac) slider_cont_pane

0xccdc,	// (0x000420c0) form_field_slider_wide_pane_t1_ParamLimits

0xccdc,	// (0x000420c0) form_field_slider_wide_pane_t1

0x98e9,	// (0x0003eccd) form_field_slider_wide_pane_t2_ParamLimits

0x98e9,	// (0x0003eccd) form_field_slider_wide_pane_t2

0x0001,

0xf728,	// (0x00044b0c) form_field_slider_wide_pane_t_ParamLimits

0xf728,	// (0x00044b0c) form_field_slider_wide_pane_t

0xc667,	// (0x00041a4b) input_focus_pane_cp10_ParamLimits

0xc667,	// (0x00041a4b) input_focus_pane_cp10

0xebdc,	// (0x00043fc0) slider_cont_pane_cp1_ParamLimits

0xebdc,	// (0x00043fc0) slider_cont_pane_cp1

0xebf0,	// (0x00043fd4) slider_form_pane_cp

0xccee,	// (0x000420d2) input_focus_pane_g1

0xccf6,	// (0x000420da) input_focus_pane_g2

0xccfe,	// (0x000420e2) input_focus_pane_g3

0xcd06,	// (0x000420ea) input_focus_pane_g4

0xcd0e,	// (0x000420f2) input_focus_pane_g5

0xcd16,	// (0x000420fa) input_focus_pane_g6

0xcd1e,	// (0x00042102) input_focus_pane_g7

0xcd26,	// (0x0004210a) input_focus_pane_g8

0xcd2e,	// (0x00042112) input_focus_pane_g9

0xc5ab,	// (0x0004198f) input_focus_pane_g10

0x0009,

0xf72d,	// (0x00044b11) input_focus_pane_g

0xe02f,	// (0x00043413) wait_border_pane_g3_copy1

0xebf8,	// (0x00043fdc) data_form_pane_t1

0xc5ab,	// (0x0004198f) wait_anim_pane_g1_copy1

0xece2,	// (0x000440c6) data_form_wide_pane_t1

0x9945,	// (0x0003ed29) list_form_graphic_pane_cp_ParamLimits

0x9945,	// (0x0003ed29) list_form_graphic_pane_cp

0x2fd9,	// (0x000383bd) slider_form_pane_g1

0x2fe2,	// (0x000383c6) slider_form_pane_g2

0x0006,

0xfa20,	// (0x00044e04) slider_form_pane_g

0x9945,	// (0x0003ed29) list_form_graphic_pane_ParamLimits

0x9945,	// (0x0003ed29) list_form_graphic_pane

0x9956,	// (0x0003ed3a) list_form_graphic_pane_g1

0x995e,	// (0x0003ed42) list_form_graphic_pane_t1_ParamLimits

0x995e,	// (0x0003ed42) list_form_graphic_pane_t1

0xc675,	// (0x00041a59) list_highlight_pane_cp5_ParamLimits

0xc675,	// (0x00041a59) list_highlight_pane_cp5

0xf2aa,	// (0x0004468e) find_pane_g1

0xcd36,	// (0x0004211a) input_find_pane

0xec11,	// (0x00043ff5) input_find_pane_g1_ParamLimits

0xec11,	// (0x00043ff5) input_find_pane_g1

0xec1d,	// (0x00044001) input_find_pane_t1_ParamLimits

0xec1d,	// (0x00044001) input_find_pane_t1

0xec32,	// (0x00044016) input_find_pane_t2_ParamLimits

0xec32,	// (0x00044016) input_find_pane_t2

0x0001,

0xf742,	// (0x00044b26) input_find_pane_t_ParamLimits

0xf742,	// (0x00044b26) input_find_pane_t

0xcd3f,	// (0x00042123) input_focus_pane_cp5_ParamLimits

0xcd3f,	// (0x00042123) input_focus_pane_cp5

0xf2bf,	// (0x000446a3) bg_popup_window_pane_cp2_ParamLimits

0xf2bf,	// (0x000446a3) bg_popup_window_pane_cp2

0xf2cc,	// (0x000446b0) listscroll_menu_pane_ParamLimits

0xf2cc,	// (0x000446b0) listscroll_menu_pane

0xf2d8,	// (0x000446bc) popup_submenu_window_ParamLimits

0xf2d8,	// (0x000446bc) popup_submenu_window

0xcd4d,	// (0x00042131) find_popup_pane_g1

0xcd55,	// (0x00042139) input_popup_find_pane_cp

0xcd3f,	// (0x00042123) input_focus_pane_cp4_ParamLimits

0xcd3f,	// (0x00042123) input_focus_pane_cp4

0xcd5f,	// (0x00042143) input_popup_find_pane_t1_ParamLimits

0xcd5f,	// (0x00042143) input_popup_find_pane_t1

0xc619,	// (0x000419fd) bg_popup_sub_pane_cp

0xcd8d,	// (0x00042171) listscroll_popup_sub_pane

0xcd95,	// (0x00042179) list_submenu_pane_ParamLimits

0xcd95,	// (0x00042179) list_submenu_pane

0xcda6,	// (0x0004218a) scroll_pane_cp4

0xcdae,	// (0x00042192) list_single_popup_submenu_pane_ParamLimits

0xcdae,	// (0x00042192) list_single_popup_submenu_pane

0xcdc6,	// (0x000421aa) list_single_popup_submenu_pane_g1

0xcdce,	// (0x000421b2) list_single_popup_submenu_pane_t1_ParamLimits

0xcdce,	// (0x000421b2) list_single_popup_submenu_pane_t1

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp1_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp1

0xf318,	// (0x000446fc) tabs_2_active_pane_g1

0xf320,	// (0x00044704) tabs_2_active_pane_t1

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp1_ParamLimits

0xc667,	// (0x00041a4b) bg_passive_tab_pane_cp1

0xf318,	// (0x000446fc) tabs_2_passive_pane_g1

0xf320,	// (0x00044704) tabs_2_passive_pane_t1

0xc675,	// (0x00041a59) bg_active_tab_pane_cp4

0xf332,	// (0x00044716) tabs_2_long_active_pane_t1

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp4

0x73ab,	// (0x0003c78f) list_single_midp_graphic_pane_g4_ParamLimits

0xc675,	// (0x00041a59) bg_active_tab_pane_cp5

0xf345,	// (0x00044729) tabs_3_long_active_pane_t1

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp5

0x73ab,	// (0x0003c78f) list_single_midp_graphic_pane_g4

0xc675,	// (0x00041a59) bg_popup_window_pane_cp13_ParamLimits

0xc675,	// (0x00041a59) bg_popup_window_pane_cp13

0xcdec,	// (0x000421d0) listscroll_popup_fast_pane_ParamLimits

0xcdec,	// (0x000421d0) listscroll_popup_fast_pane

0xcdf8,	// (0x000421dc) grid_popup_fast_pane_ParamLimits

0xcdf8,	// (0x000421dc) grid_popup_fast_pane

0xce0a,	// (0x000421ee) scroll_pane_cp9_ParamLimits

0xce0a,	// (0x000421ee) scroll_pane_cp9

0x43e3,	// (0x000397c7) list_single_graphic_hl_pane_t1_cp2_ParamLimits

0x43e3,	// (0x000397c7) list_single_graphic_hl_pane_t1_cp2

0xce2e,	// (0x00042212) input_focus_pane_cp20_ParamLimits

0xce2e,	// (0x00042212) input_focus_pane_cp20

0xce3c,	// (0x00042220) query_popup_data_pane_t1_ParamLimits

0xce3c,	// (0x00042220) query_popup_data_pane_t1

0xce4f,	// (0x00042233) query_popup_data_pane_t2_ParamLimits

0xce4f,	// (0x00042233) query_popup_data_pane_t2

0xce95,	// (0x00042279) query_popup_data_pane_t3_ParamLimits

0xce95,	// (0x00042279) query_popup_data_pane_t3

0xced6,	// (0x000422ba) query_popup_data_pane_t4_ParamLimits

0xced6,	// (0x000422ba) query_popup_data_pane_t4

0xcf12,	// (0x000422f6) query_popup_data_pane_t5_ParamLimits

0xcf12,	// (0x000422f6) query_popup_data_pane_t5

0x0004,

0xf747,	// (0x00044b2b) query_popup_data_pane_t_ParamLimits

0xf747,	// (0x00044b2b) query_popup_data_pane_t

0xccee,	// (0x000420d2) bg_set_opt_pane_g1

0xccf6,	// (0x000420da) bg_set_opt_pane_g2

0xccfe,	// (0x000420e2) bg_set_opt_pane_g3

0xcd06,	// (0x000420ea) bg_set_opt_pane_g4

0xcd0e,	// (0x000420f2) bg_set_opt_pane_g5

0xcd16,	// (0x000420fa) bg_set_opt_pane_g6

0xcd1e,	// (0x00042102) bg_set_opt_pane_g7

0xcd26,	// (0x0004210a) bg_set_opt_pane_g8

0xcd2e,	// (0x00042112) bg_set_opt_pane_g9

0x0008,

0xf752,	// (0x00044b36) bg_set_opt_pane_g

0x654b,	// (0x0003b92f) control_top_pane_stacon_ParamLimits

0x654b,	// (0x0003b92f) control_top_pane_stacon

0x659e,	// (0x0003b982) signal_pane_stacon_ParamLimits

0x659e,	// (0x0003b982) signal_pane_stacon

0xd3e5,	// (0x000427c9) stacon_top_pane_g1_ParamLimits

0xd3e5,	// (0x000427c9) stacon_top_pane_g1

0x65c3,	// (0x0003b9a7) title_pane_stacon_ParamLimits

0x65c3,	// (0x0003b9a7) title_pane_stacon

0x65ed,	// (0x0003b9d1) uni_indicator_pane_stacon_ParamLimits

0x65ed,	// (0x0003b9d1) uni_indicator_pane_stacon

0x6602,	// (0x0003b9e6) battery_pane_stacon_ParamLimits

0x6602,	// (0x0003b9e6) battery_pane_stacon

0x6646,	// (0x0003ba2a) control_bottom_pane_stacon_ParamLimits

0x6646,	// (0x0003ba2a) control_bottom_pane_stacon

0x6669,	// (0x0003ba4d) navi_pane_stacon_ParamLimits

0x6669,	// (0x0003ba4d) navi_pane_stacon

0xd407,	// (0x000427eb) stacon_bottom_pane_g1_ParamLimits

0xd407,	// (0x000427eb) stacon_bottom_pane_g1

0x6167,	// (0x0003b54b) aid_levels_signal_lsc_ParamLimits

0x6167,	// (0x0003b54b) aid_levels_signal_lsc

0x617e,	// (0x0003b562) signal_pane_stacon_g1_ParamLimits

0x617e,	// (0x0003b562) signal_pane_stacon_g1

0x6192,	// (0x0003b576) signal_pane_stacon_g2_ParamLimits

0x6192,	// (0x0003b576) signal_pane_stacon_g2

0x0001,

0xf765,	// (0x00044b49) signal_pane_stacon_g_ParamLimits

0xf765,	// (0x00044b49) signal_pane_stacon_g

0x61c7,	// (0x0003b5ab) title_pane_stacon_t1_ParamLimits

0x61c7,	// (0x0003b5ab) title_pane_stacon_t1

0xcf56,	// (0x0004233a) uni_indicator_pane_stacon_g1

0xcf60,	// (0x00042344) uni_indicator_pane_stacon_g2

0xcf6a,	// (0x0004234e) uni_indicator_pane_stacon_g3

0xcf74,	// (0x00042358) uni_indicator_pane_stacon_g4

0x0003,

0xf771,	// (0x00044b55) uni_indicator_pane_stacon_g

0x61ec,	// (0x0003b5d0) control_top_pane_stacon_g1

0x61f4,	// (0x0003b5d8) control_top_pane_stacon_t1_ParamLimits

0x61f4,	// (0x0003b5d8) control_top_pane_stacon_t1

0x622b,	// (0x0003b60f) aid_levels_battery_lsc_ParamLimits

0x622b,	// (0x0003b60f) aid_levels_battery_lsc

0x6243,	// (0x0003b627) battery_pane_stacon_g1_ParamLimits

0x6243,	// (0x0003b627) battery_pane_stacon_g1

0x6256,	// (0x0003b63a) battery_pane_stacon_g2_ParamLimits

0x6256,	// (0x0003b63a) battery_pane_stacon_g2

0x0001,

0xf77a,	// (0x00044b5e) battery_pane_stacon_g_ParamLimits

0xf77a,	// (0x00044b5e) battery_pane_stacon_g

0x6294,	// (0x0003b678) navi_icon_pane_stacon

0x62a8,	// (0x0003b68c) navi_navi_pane_stacon

0x6294,	// (0x0003b678) navi_text_pane_stacon

0x62be,	// (0x0003b6a2) control_bottom_pane_stacon_g1

0x62c6,	// (0x0003b6aa) control_bottom_pane_stacon_t1_ParamLimits

0x62c6,	// (0x0003b6aa) control_bottom_pane_stacon_t1

0xf357,	// (0x0004473b) grid_app_pane_ParamLimits

0xf357,	// (0x0004473b) grid_app_pane

0xf385,	// (0x00044769) scroll_pane_cp15_ParamLimits

0xf385,	// (0x00044769) scroll_pane_cp15

0xf39c,	// (0x00044780) cell_app_pane_ParamLimits

0xf39c,	// (0x00044780) cell_app_pane

0xf3d3,	// (0x000447b7) cell_app_pane_g1_ParamLimits

0xf3d3,	// (0x000447b7) cell_app_pane_g1

0xcf8e,	// (0x00042372) cell_app_pane_g2_ParamLimits

0xcf8e,	// (0x00042372) cell_app_pane_g2

0x0001,

0xf77f,	// (0x00044b63) cell_app_pane_g_ParamLimits

0xf77f,	// (0x00044b63) cell_app_pane_g

0xcf9a,	// (0x0004237e) cell_app_pane_t1_ParamLimits

0xcf9a,	// (0x0004237e) cell_app_pane_t1

0xcfac,	// (0x00042390) grid_highlight_pane_ParamLimits

0xcfac,	// (0x00042390) grid_highlight_pane

0xccee,	// (0x000420d2) cell_highlight_pane_g1

0xccf6,	// (0x000420da) cell_highlight_pane_g2

0xccfe,	// (0x000420e2) cell_highlight_pane_g3

0xcd06,	// (0x000420ea) cell_highlight_pane_g4

0xcd0e,	// (0x000420f2) cell_highlight_pane_g5

0xcd16,	// (0x000420fa) cell_highlight_pane_g6

0xcd1e,	// (0x00042102) cell_highlight_pane_g7

0xcd26,	// (0x0004210a) cell_highlight_pane_g8

0xcd2e,	// (0x00042112) cell_highlight_pane_g9

0xc5ab,	// (0x0004198f) cell_highlight_pane_g10

0x0009,

0xf72d,	// (0x00044b11) cell_highlight_pane_g

0xcfbd,	// (0x000423a1) bg_scroll_pane

0x6393,	// (0x0003b777) scroll_handle_pane

0xd004,	// (0x000423e8) scroll_bg_pane_g1

0xd019,	// (0x000423fd) scroll_bg_pane_g2

0xd031,	// (0x00042415) scroll_bg_pane_g3

0x0002,

0xf784,	// (0x00044b68) scroll_bg_pane_g

0xd046,	// (0x0004242a) scroll_handle_focus_pane_ParamLimits

0xd046,	// (0x0004242a) scroll_handle_focus_pane

0xd004,	// (0x000423e8) scroll_handle_pane_g1

0xd053,	// (0x00042437) scroll_handle_pane_g2

0xd031,	// (0x00042415) scroll_handle_pane_g3

0x0002,

0xf78b,	// (0x00044b6f) scroll_handle_pane_g

0xcd3f,	// (0x00042123) bg_popup_sub_pane_cp21_ParamLimits

0xcd3f,	// (0x00042123) bg_popup_sub_pane_cp21

0xd067,	// (0x0004244b) popup_fep_japan_predictive_window_t1_ParamLimits

0xd067,	// (0x0004244b) popup_fep_japan_predictive_window_t1

0xd081,	// (0x00042465) popup_fep_japan_predictive_window_t2_ParamLimits

0xd081,	// (0x00042465) popup_fep_japan_predictive_window_t2

0xd0b4,	// (0x00042498) popup_fep_japan_predictive_window_t3_ParamLimits

0xd0b4,	// (0x00042498) popup_fep_japan_predictive_window_t3

0x0002,

0xf792,	// (0x00044b76) popup_fep_japan_predictive_window_t_ParamLimits

0xf792,	// (0x00044b76) popup_fep_japan_predictive_window_t

0xc619,	// (0x000419fd) bg_popup_sub_pane_cp23

0xd0eb,	// (0x000424cf) listscroll_japin_cand_pane

0xd0f3,	// (0x000424d7) popup_fep_japan_candidate_window_t1

0xd101,	// (0x000424e5) candidate_pane_ParamLimits

0xd101,	// (0x000424e5) candidate_pane

0xd113,	// (0x000424f7) scroll_pane_cp30

0xd11d,	// (0x00042501) list_single_popup_jap_candidate_pane_ParamLimits

0xd11d,	// (0x00042501) list_single_popup_jap_candidate_pane

0xc619,	// (0x000419fd) list_highlight_pane_cp30

0xd131,	// (0x00042515) list_single_popup_jap_candidate_pane_t1

0xd140,	// (0x00042524) level_1_signal

0xd152,	// (0x00042536) level_2_signal

0xd165,	// (0x00042549) level_3_signal

0xd178,	// (0x0004255c) level_4_signal

0xd18b,	// (0x0004256f) level_5_signal

0xd19e,	// (0x00042582) level_6_signal

0xd1b1,	// (0x00042595) level_7_signal

0xd140,	// (0x00042524) level_1_battery

0xd152,	// (0x00042536) level_2_battery

0xd165,	// (0x00042549) level_3_battery

0xd178,	// (0x0004255c) level_4_battery

0xd18b,	// (0x0004256f) level_5_battery

0xd19e,	// (0x00042582) level_6_battery

0xd1b1,	// (0x00042595) level_7_battery

0xd1dc,	// (0x000425c0) list_menu_pane_ParamLimits

0xd1dc,	// (0x000425c0) list_menu_pane

0xd237,	// (0x0004261b) scroll_pane_cp25_ParamLimits

0xd237,	// (0x0004261b) scroll_pane_cp25

0xd250,	// (0x00042634) list_double2_graphic_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double2_graphic_pane_cp2

0xd250,	// (0x00042634) list_double2_large_graphic_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double2_large_graphic_pane_cp2

0xd250,	// (0x00042634) list_double2_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double2_pane_cp2

0xd250,	// (0x00042634) list_double_graphic_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double_graphic_pane_cp2

0xd250,	// (0x00042634) list_double_large_graphic_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double_large_graphic_pane_cp2

0xd250,	// (0x00042634) list_double_number_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double_number_pane_cp2

0xd250,	// (0x00042634) list_double_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double_pane_cp2

0xf3f7,	// (0x000447db) list_single_2graphic_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_2graphic_pane_cp2

0xf3f7,	// (0x000447db) list_single_graphic_heading_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_graphic_heading_pane_cp2

0xf3f7,	// (0x000447db) list_single_graphic_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_graphic_pane_cp2

0xf3f7,	// (0x000447db) list_single_heading_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_heading_pane_cp2

0xd25f,	// (0x00042643) list_single_large_graphic_pane_cp2_ParamLimits

0xd25f,	// (0x00042643) list_single_large_graphic_pane_cp2

0xf3f7,	// (0x000447db) list_single_number_heading_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_number_heading_pane_cp2

0xf3f7,	// (0x000447db) list_single_number_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_number_pane_cp2

0xf3f7,	// (0x000447db) list_single_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_pane_cp2

0xd278,	// (0x0004265c) bg_popup_sub_pane_cp22

0x64ab,	// (0x0003b88f) popup_side_volume_key_window_g1

0x64d9,	// (0x0003b8bd) popup_side_volume_key_window_t1

0x64f7,	// (0x0003b8db) volume_small_pane_cp1

0xc667,	// (0x00041a4b) bg_popup_sub_pane_cp24_ParamLimits

0xc667,	// (0x00041a4b) bg_popup_sub_pane_cp24

0xd28e,	// (0x00042672) fep_china_uni_candidate_pane_ParamLimits

0xd28e,	// (0x00042672) fep_china_uni_candidate_pane

0xd2a2,	// (0x00042686) fep_china_uni_entry_pane

0xd2b2,	// (0x00042696) popup_fep_china_uni_window_g1

0xd2ce,	// (0x000426b2) fep_china_uni_entry_pane_g1

0xd2d8,	// (0x000426bc) fep_china_uni_entry_pane_g2

0x0001,

0xf7bf,	// (0x00044ba3) fep_china_uni_entry_pane_g

0xd2e2,	// (0x000426c6) fep_entry_item_pane

0xd2ec,	// (0x000426d0) fep_candidate_item_pane

0xd2f4,	// (0x000426d8) fep_china_uni_candidate_pane_g1

0xd2fe,	// (0x000426e2) fep_china_uni_candidate_pane_g2

0xd306,	// (0x000426ea) fep_china_uni_candidate_pane_g3

0xd30e,	// (0x000426f2) fep_china_uni_candidate_pane_g4

0x0003,

0xf7c4,	// (0x00044ba8) fep_china_uni_candidate_pane_g

0xc5ab,	// (0x0004198f) fep_entry_item_pane_g1

0xd318,	// (0x000426fc) fep_entry_item_pane_t1_ParamLimits

0xd318,	// (0x000426fc) fep_entry_item_pane_t1

0xd32e,	// (0x00042712) fep_candidate_item_pane_t1_ParamLimits

0xd32e,	// (0x00042712) fep_candidate_item_pane_t1

0xd343,	// (0x00042727) fep_candidate_item_pane_t2_ParamLimits

0xd343,	// (0x00042727) fep_candidate_item_pane_t2

0x0001,

0xf7cd,	// (0x00044bb1) fep_candidate_item_pane_t_ParamLimits

0xf7cd,	// (0x00044bb1) fep_candidate_item_pane_t

0xc675,	// (0x00041a59) list_highlight_pane_cp31_ParamLimits

0xc675,	// (0x00041a59) list_highlight_pane_cp31

0xd355,	// (0x00042739) level_1_signal_lsc

0xd35e,	// (0x00042742) level_2_signal_lsc

0xd367,	// (0x0004274b) level_3_signal_lsc

0xd370,	// (0x00042754) level_4_signal_lsc

0xd379,	// (0x0004275d) level_5_signal_lsc

0xd382,	// (0x00042766) level_6_signal_lsc

0xd38b,	// (0x0004276f) level_7_signal_lsc

0xd38b,	// (0x0004276f) level_1_battery_lsc

0xd394,	// (0x00042778) level_2_battery_lsc

0xd39d,	// (0x00042781) level_3_battery_lsc

0xd3a6,	// (0x0004278a) level_4_battery_lsc

0xd3af,	// (0x00042793) level_5_battery_lsc

0xd3b8,	// (0x0004279c) level_6_battery_lsc

0xd355,	// (0x00042739) level_7_battery_lsc

0xd3c1,	// (0x000427a5) scroll_handle_focus_pane_g1

0xd3ca,	// (0x000427ae) scroll_handle_focus_pane_g2

0xd3d3,	// (0x000427b7) scroll_handle_focus_pane_g3

0x0002,

0xf7d2,	// (0x00044bb6) scroll_handle_focus_pane_g

0xec47,	// (0x0004402b) list_single_2graphic_pane_g1_ParamLimits

0xec47,	// (0x0004402b) list_single_2graphic_pane_g1

0xf270,	// (0x00044654) list_single_2graphic_pane_g2_ParamLimits

0xf270,	// (0x00044654) list_single_2graphic_pane_g2

0xa619,	// (0x0003f9fd) list_single_2graphic_pane_g3_ParamLimits

0xa619,	// (0x0003f9fd) list_single_2graphic_pane_g3

0xf456,	// (0x0004483a) list_single_2graphic_pane_g4_ParamLimits

0xf456,	// (0x0004483a) list_single_2graphic_pane_g4

0x0003,

0xf7d9,	// (0x00044bbd) list_single_2graphic_pane_g_ParamLimits

0xf7d9,	// (0x00044bbd) list_single_2graphic_pane_g

0xec53,	// (0x00044037) list_single_2graphic_pane_t1_ParamLimits

0xec53,	// (0x00044037) list_single_2graphic_pane_t1

0xf467,	// (0x0004484b) list_double2_graphic_large_graphic_pane_g1_ParamLimits

0xf467,	// (0x0004484b) list_double2_graphic_large_graphic_pane_g1

0xe8c9,	// (0x00043cad) list_double2_graphic_large_graphic_pane_g2_ParamLimits

0xe8c9,	// (0x00043cad) list_double2_graphic_large_graphic_pane_g2

0xe816,	// (0x00043bfa) list_double2_graphic_large_graphic_pane_g3_ParamLimits

0xe816,	// (0x00043bfa) list_double2_graphic_large_graphic_pane_g3

0xec81,	// (0x00044065) list_double2_graphic_large_graphic_pane_g4_ParamLimits

0xec81,	// (0x00044065) list_double2_graphic_large_graphic_pane_g4

0x0003,

0xf7e2,	// (0x00044bc6) list_double2_graphic_large_graphic_pane_g_ParamLimits

0xf7e2,	// (0x00044bc6) list_double2_graphic_large_graphic_pane_g

0xec8d,	// (0x00044071) list_double2_graphic_large_graphic_pane_t1_ParamLimits

0xec8d,	// (0x00044071) list_double2_graphic_large_graphic_pane_t1

0xeca3,	// (0x00044087) list_double2_graphic_large_graphic_pane_t2_ParamLimits

0xeca3,	// (0x00044087) list_double2_graphic_large_graphic_pane_t2

0x0001,

0xf7eb,	// (0x00044bcf) list_double2_graphic_large_graphic_pane_t_ParamLimits

0xf7eb,	// (0x00044bcf) list_double2_graphic_large_graphic_pane_t

0xd484,	// (0x00042868) popup_fast_swap_window_ParamLimits

0xd484,	// (0x00042868) popup_fast_swap_window

0xd4a4,	// (0x00042888) popup_side_volume_key_window

0xd4c4,	// (0x000428a8) stacon_top_pane

0xd4ce,	// (0x000428b2) status_pane_ParamLimits

0xd4ce,	// (0x000428b2) status_pane

0xd4c4,	// (0x000428a8) status_small_pane

0xc619,	// (0x000419fd) control_pane

0xc619,	// (0x000419fd) stacon_bottom_pane

0xcc6a,	// (0x0004204e) scroll_pane_cp121

0xcc61,	// (0x00042045) set_content_pane

0xf477,	// (0x0004485b) bg_active_tab_pane_g1_cp1

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp1

0xf480,	// (0x00044864) bg_active_tab_pane_g3_cp1

0xf477,	// (0x0004485b) bg_passive_tab_pane_g1_cp1

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp1

0xf480,	// (0x00044864) bg_passive_tab_pane_g3_cp1

0xf489,	// (0x0004486d) bg_active_tab_pane_g1_cp2

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp2

0xf492,	// (0x00044876) bg_active_tab_pane_g3_cp2

0xf489,	// (0x0004486d) bg_passive_tab_pane_g1_cp2

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp2

0xf492,	// (0x00044876) bg_passive_tab_pane_g3_cp2

0xf49b,	// (0x0004487f) bg_active_tab_pane_g1_cp3

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp3

0xf4a4,	// (0x00044888) bg_active_tab_pane_g3_cp3

0xf49b,	// (0x0004487f) bg_passive_tab_pane_g1_cp3

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp3

0xf4a4,	// (0x00044888) bg_passive_tab_pane_g3_cp3

0xf4ad,	// (0x00044891) bg_active_tab_pane_g1_cp4

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp4

0xf4b6,	// (0x0004489a) bg_active_tab_pane_g3_cp4

0xf4ad,	// (0x00044891) bg_passive_tab_pane_g1_cp4

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp4

0xf4b6,	// (0x0004489a) bg_passive_tab_pane_g3_cp4

0xd423,	// (0x00042807) bg_active_tab_pane_g1_cp5

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp5

0xd42c,	// (0x00042810) bg_active_tab_pane_g3_cp5

0xd423,	// (0x00042807) bg_passive_tab_pane_g1_cp5

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp5

0xd42c,	// (0x00042810) bg_passive_tab_pane_g3_cp5

0xf4bf,	// (0x000448a3) list_set_graphic_pane_ParamLimits

0xf4bf,	// (0x000448a3) list_set_graphic_pane

0xc619,	// (0x000419fd) bg_set_opt_pane_cp4

0xf4d1,	// (0x000448b5) list_set_graphic_pane_g1_ParamLimits

0xf4d1,	// (0x000448b5) list_set_graphic_pane_g1

0xf4dd,	// (0x000448c1) list_set_graphic_pane_g2_ParamLimits

0xf4dd,	// (0x000448c1) list_set_graphic_pane_g2

0x0001,

0xf7f0,	// (0x00044bd4) list_set_graphic_pane_g_ParamLimits

0xf7f0,	// (0x00044bd4) list_set_graphic_pane_g

0x0009,

0xfb5b,	// (0x00044f3f) volume_small_pane_cp_g

0xd435,	// (0x00042819) list_double2_large_graphic_pane_g1_cp2_ParamLimits

0xd435,	// (0x00042819) list_double2_large_graphic_pane_g1_cp2

0xd443,	// (0x00042827) list_double2_large_graphic_pane_g2_cp2_ParamLimits

0xd443,	// (0x00042827) list_double2_large_graphic_pane_g2_cp2

0xd454,	// (0x00042838) list_double2_large_graphic_pane_g3_cp2

0xd45c,	// (0x00042840) list_double2_large_graphic_pane_t1_cp2_ParamLimits

0xd45c,	// (0x00042840) list_double2_large_graphic_pane_t1_cp2

0xd472,	// (0x00042856) list_double2_large_graphic_pane_t2_cp2_ParamLimits

0xd472,	// (0x00042856) list_double2_large_graphic_pane_t2_cp2

0x2d7b,	// (0x0003815f) list_double_large_graphic_pane_g1_cp2_ParamLimits

0x2d7b,	// (0x0003815f) list_double_large_graphic_pane_g1_cp2

0x2d8e,	// (0x00038172) list_double_large_graphic_pane_g2_cp2_ParamLimits

0x2d8e,	// (0x00038172) list_double_large_graphic_pane_g2_cp2

0xd5d4,	// (0x000429b8) list_double_large_graphic_pane_g3_cp2

0x2d9f,	// (0x00038183) list_double_large_graphic_pane_g4_cp

0x2da7,	// (0x0003818b) list_double_large_graphic_pane_t1_cp2_ParamLimits

0x2da7,	// (0x0003818b) list_double_large_graphic_pane_t1_cp2

0x2dbe,	// (0x000381a2) list_double_large_graphic_pane_t2_cp2_ParamLimits

0x2dbe,	// (0x000381a2) list_double_large_graphic_pane_t2_cp2

0xd4dc,	// (0x000428c0) list_double2_graphic_pane_g1_cp2_ParamLimits

0xd4dc,	// (0x000428c0) list_double2_graphic_pane_g1_cp2

0xd4ea,	// (0x000428ce) list_double2_graphic_pane_g2_cp2_ParamLimits

0xd4ea,	// (0x000428ce) list_double2_graphic_pane_g2_cp2

0xd4fb,	// (0x000428df) list_double2_graphic_pane_g3_cp2

0xd505,	// (0x000428e9) list_double2_graphic_pane_t1_cp2_ParamLimits

0xd505,	// (0x000428e9) list_double2_graphic_pane_t1_cp2

0xd51b,	// (0x000428ff) list_double2_graphic_pane_t2_cp2_ParamLimits

0xd51b,	// (0x000428ff) list_double2_graphic_pane_t2_cp2

0xd1ed,	// (0x000425d1) list_single_number_heading_pane_g1_cp2_ParamLimits

0xd1ed,	// (0x000425d1) list_single_number_heading_pane_g1_cp2

0xd52d,	// (0x00042911) list_single_number_heading_pane_g2_cp2

0xd535,	// (0x00042919) list_single_number_heading_pane_t1_cp2_ParamLimits

0xd535,	// (0x00042919) list_single_number_heading_pane_t1_cp2

0xd54b,	// (0x0004292f) list_single_number_heading_pane_t2_cp2_ParamLimits

0xd54b,	// (0x0004292f) list_single_number_heading_pane_t2_cp2

0xd55f,	// (0x00042943) list_single_number_heading_pane_t3_cp2_ParamLimits

0xd55f,	// (0x00042943) list_single_number_heading_pane_t3_cp2

0xd1ed,	// (0x000425d1) list_single_heading_pane_g1_cp2_ParamLimits

0xd1ed,	// (0x000425d1) list_single_heading_pane_g1_cp2

0xd52d,	// (0x00042911) list_single_heading_pane_g2_cp2

0xd535,	// (0x00042919) list_single_heading_pane_t1_cp2_ParamLimits

0xd535,	// (0x00042919) list_single_heading_pane_t1_cp2

0x2b7a,	// (0x00037f5e) list_single_heading_pane_t2_cp2_ParamLimits

0x2b7a,	// (0x00037f5e) list_single_heading_pane_t2_cp2

0x2b23,	// (0x00037f07) list_double_graphic_pane_g1_cp2_ParamLimits

0x2b23,	// (0x00037f07) list_double_graphic_pane_g1_cp2

0x2a07,	// (0x00037deb) list_double_graphic_pane_g2_cp2_ParamLimits

0x2a07,	// (0x00037deb) list_double_graphic_pane_g2_cp2

0x2b2f,	// (0x00037f13) list_double_graphic_pane_g3_cp2

0x2b37,	// (0x00037f1b) list_double_graphic_pane_t1_cp2_ParamLimits

0x2b37,	// (0x00037f1b) list_double_graphic_pane_t1_cp2

0x2b4d,	// (0x00037f31) list_double_graphic_pane_t2_cp2_ParamLimits

0x2b4d,	// (0x00037f31) list_double_graphic_pane_t2_cp2

0xd21f,	// (0x00042603) list_double_number_pane_g1_cp2_ParamLimits

0xd21f,	// (0x00042603) list_double_number_pane_g1_cp2

0xd5d4,	// (0x000429b8) list_double_number_pane_g2_cp2

0x2ae7,	// (0x00037ecb) list_double_number_pane_t1_cp2_ParamLimits

0x2ae7,	// (0x00037ecb) list_double_number_pane_t1_cp2

0x2afb,	// (0x00037edf) list_double_number_pane_t2_cp2_ParamLimits

0x2afb,	// (0x00037edf) list_double_number_pane_t2_cp2

0x2b11,	// (0x00037ef5) list_double_number_pane_t3_cp2_ParamLimits

0x2b11,	// (0x00037ef5) list_double_number_pane_t3_cp2

0x2a5e,	// (0x00037e42) list_single_graphic_pane_g1_cp2_ParamLimits

0x2a5e,	// (0x00037e42) list_single_graphic_pane_g1_cp2

0xd614,	// (0x000429f8) list_single_graphic_pane_g2_cp2_ParamLimits

0xd614,	// (0x000429f8) list_single_graphic_pane_g2_cp2

0xd620,	// (0x00042a04) list_single_graphic_pane_g3_cp2

0x2a34,	// (0x00037e18) list_single_graphic_pane_t1_cp2_ParamLimits

0x2a34,	// (0x00037e18) list_single_graphic_pane_t1_cp2

0xd614,	// (0x000429f8) list_single_number_pane_g1_cp2_ParamLimits

0xd614,	// (0x000429f8) list_single_number_pane_g1_cp2

0xd620,	// (0x00042a04) list_single_number_pane_g2_cp2

0x2a34,	// (0x00037e18) list_single_number_pane_t1_cp2_ParamLimits

0x2a34,	// (0x00037e18) list_single_number_pane_t1_cp2

0x2a4a,	// (0x00037e2e) list_single_number_pane_t2_cp2_ParamLimits

0x2a4a,	// (0x00037e2e) list_single_number_pane_t2_cp2

0xd443,	// (0x00042827) list_double2_pane_g1_cp2_ParamLimits

0xd443,	// (0x00042827) list_double2_pane_g1_cp2

0xd454,	// (0x00042838) list_double2_pane_g2_cp2

0xd5ac,	// (0x00042990) list_double2_pane_t1_cp2_ParamLimits

0xd5ac,	// (0x00042990) list_double2_pane_t1_cp2

0xd5c2,	// (0x000429a6) list_double2_pane_t2_cp2_ParamLimits

0xd5c2,	// (0x000429a6) list_double2_pane_t2_cp2

0xd21f,	// (0x00042603) list_double_pane_g1_cp2_ParamLimits

0xd21f,	// (0x00042603) list_double_pane_g1_cp2

0xd5d4,	// (0x000429b8) list_double_pane_g2_cp2

0xd5dc,	// (0x000429c0) list_double_pane_t1_cp2_ParamLimits

0xd5dc,	// (0x000429c0) list_double_pane_t1_cp2

0xd5f2,	// (0x000429d6) list_double_pane_t2_cp2_ParamLimits

0xd5f2,	// (0x000429d6) list_double_pane_t2_cp2

0xd604,	// (0x000429e8) list_single_pane_cp2_g3

0xd614,	// (0x000429f8) list_single_pane_g1_cp2_ParamLimits

0xd614,	// (0x000429f8) list_single_pane_g1_cp2

0xd620,	// (0x00042a04) list_single_pane_g2_cp2

0xd628,	// (0x00042a0c) list_single_pane_t1_cp2_ParamLimits

0xd628,	// (0x00042a0c) list_single_pane_t1_cp2

0xd640,	// (0x00042a24) list_single_large_graphic_pane_g1_cp2_ParamLimits

0xd640,	// (0x00042a24) list_single_large_graphic_pane_g1_cp2

0xd1f9,	// (0x000425dd) list_single_large_graphic_pane_g2_cp2_ParamLimits

0xd1f9,	// (0x000425dd) list_single_large_graphic_pane_g2_cp2

0xd64e,	// (0x00042a32) list_single_large_graphic_pane_g3_cp2

0xd656,	// (0x00042a3a) list_single_large_graphic_pane_g4_cp1_ParamLimits

0xd656,	// (0x00042a3a) list_single_large_graphic_pane_g4_cp1

0xd670,	// (0x00042a54) list_single_large_graphic_pane_t1_cp2_ParamLimits

0xd670,	// (0x00042a54) list_single_large_graphic_pane_t1_cp2

0xe648,	// (0x00043a2c) list_single_graphic_heading_pane_g1_cp2_ParamLimits

0xe648,	// (0x00043a2c) list_single_graphic_heading_pane_g1_cp2

0xe615,	// (0x000439f9) list_single_graphic_heading_pane_g4_cp2_ParamLimits

0xe615,	// (0x000439f9) list_single_graphic_heading_pane_g4_cp2

0xd620,	// (0x00042a04) list_single_graphic_heading_pane_g5_cp2

0xe654,	// (0x00043a38) list_single_graphic_heading_pane_t1_cp2_ParamLimits

0xe654,	// (0x00043a38) list_single_graphic_heading_pane_t1_cp2

0xe66a,	// (0x00043a4e) list_single_graphic_heading_pane_t2_cp2_ParamLimits

0xe66a,	// (0x00043a4e) list_single_graphic_heading_pane_t2_cp2

0xe609,	// (0x000439ed) list_single_2graphic_pane_g1_cp2_ParamLimits

0xe609,	// (0x000439ed) list_single_2graphic_pane_g1_cp2

0xe615,	// (0x000439f9) list_single_2graphic_pane_g2_cp2_ParamLimits

0xe615,	// (0x000439f9) list_single_2graphic_pane_g2_cp2

0xd620,	// (0x00042a04) list_single_2graphic_pane_g3_cp2

0xe626,	// (0x00043a0a) list_single_2graphic_pane_g4_cp2_ParamLimits

0xe626,	// (0x00043a0a) list_single_2graphic_pane_g4_cp2

0xe632,	// (0x00043a16) list_single_2graphic_pane_t1_cp2_ParamLimits

0xe632,	// (0x00043a16) list_single_2graphic_pane_t1_cp2

0xc5ab,	// (0x0004198f) list_highlight_pane_g10_cp1

0xe20f,	// (0x000435f3) list_highlight_pane_g1_cp1

0xe217,	// (0x000435fb) list_highlight_pane_g2_cp1

0xe21f,	// (0x00043603) list_highlight_pane_g3_cp1

0xe227,	// (0x0004360b) list_highlight_pane_g4_cp1

0xe22f,	// (0x00043613) list_highlight_pane_g5_cp1

0xe237,	// (0x0004361b) list_highlight_pane_g6_cp1

0xe23f,	// (0x00043623) list_highlight_pane_g7_cp1

0xe247,	// (0x0004362b) list_highlight_pane_g8_cp1

0xe24f,	// (0x00043633) list_highlight_pane_g9_cp1

0x0cd1,	// (0x000360b5) form_field_slider_pane_t3

0x0cdf,	// (0x000360c3) form_field_slider_pane_t4

0xe153,	// (0x00043537) slider_form_pane_ParamLimits

0xe153,	// (0x00043537) slider_form_pane

0xc619,	// (0x000419fd) control_abbreviations

0xc619,	// (0x000419fd) control_conventions

0xc619,	// (0x000419fd) control_definitions

0xc619,	// (0x000419fd) format_table_attribute

0x2bd0,	// (0x00037fb4) bg_popup_preview_window_pane_g9

0xc619,	// (0x000419fd) format_table_data2

0xc619,	// (0x000419fd) format_table_data3

0xc619,	// (0x000419fd) format_table_data_example

0x0008,

0xc619,	// (0x000419fd) intro_purpose

0xf980,	// (0x00044d64) bg_popup_preview_window_pane_g

0xc619,	// (0x000419fd) texts_category

0xc619,	// (0x000419fd) texts_graphics

0xd686,	// (0x00042a6a) text_digital

0xd695,	// (0x00042a79) text_primary

0xd6a4,	// (0x00042a88) text_primary_small

0xd6b3,	// (0x00042a97) text_secondary

0xd6c2,	// (0x00042aa6) text_title

0x3071,	// (0x00038455) bg_passive_tab_pane_g1_cp3_srt

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp3_srt

0x3068,	// (0x0003844c) bg_passive_tab_pane_g3_cp3_srt

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp3_srt_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp3_srt

0x307a,	// (0x0003845e) tabs_4_active_pane_srt_g1

0x12ab,	// (0x0003668f) tabs_4_active_pane_srt_t1_ParamLimits

0x12ab,	// (0x0003668f) tabs_4_active_pane_srt_t1

0x3071,	// (0x00038455) bg_active_tab_pane_g1_cp3_copy1

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp3_copy1

0x3068,	// (0x0003844c) bg_active_tab_pane_g3_cp3_copy1

0xc675,	// (0x00041a59) tabs_2_long_active_pane_srt_ParamLimits

0xc675,	// (0x00041a59) tabs_2_long_active_pane_srt

0xc675,	// (0x00041a59) tabs_2_long_passive_pane_srt_ParamLimits

0xc675,	// (0x00041a59) tabs_2_long_passive_pane_srt

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp4_srt_ParamLimits

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp4_srt

0x2fa5,	// (0x00038389) bg_passive_tab_pane_g1_cp4_srt

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp4_srt

0x2f9c,	// (0x00038380) bg_passive_tab_pane_g3_cp4_srt

0xc675,	// (0x00041a59) bg_active_tab_pane_cp4_srt_ParamLimits

0xc675,	// (0x00041a59) bg_active_tab_pane_cp4_srt

0x102d,	// (0x00036411) tabs_2_long_active_pane_srt_t1_ParamLimits

0x102d,	// (0x00036411) tabs_2_long_active_pane_srt_t1

0x2fa5,	// (0x00038389) bg_active_tab_pane_g1_cp4_srt

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp4_srt

0x2f9c,	// (0x00038380) bg_active_tab_pane_g3_cp4_srt

0xc667,	// (0x00041a4b) tabs_3_long_active_pane_srt_ParamLimits

0xc667,	// (0x00041a4b) tabs_3_long_active_pane_srt

0xc667,	// (0x00041a4b) tabs_3_long_passive_pane_cp_srt_ParamLimits

0xc667,	// (0x00041a4b) tabs_3_long_passive_pane_cp_srt

0xc667,	// (0x00041a4b) tabs_3_long_passive_pane_srt_ParamLimits

0xc667,	// (0x00041a4b) tabs_3_long_passive_pane_srt

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp5_srt_ParamLimits

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp5_srt

0xd423,	// (0x00042807) bg_passive_tab_pane_g1_cp5_srt

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp5_srt

0xd42c,	// (0x00042810) bg_passive_tab_pane_g3_cp5_srt

0xc675,	// (0x00041a59) bg_active_tab_pane_cp5_srt_ParamLimits

0xc675,	// (0x00041a59) bg_active_tab_pane_cp5_srt

0x1017,	// (0x000363fb) tabs_3_long_active_pane_srt_t1_ParamLimits

0x1017,	// (0x000363fb) tabs_3_long_active_pane_srt_t1

0xd423,	// (0x00042807) bg_active_tab_pane_g1_cp5_srt

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp5_srt

0xd42c,	// (0x00042810) bg_active_tab_pane_g3_cp5_srt

0x2f8e,	// (0x00038372) navi_text_pane_srt_t1

0x2f86,	// (0x0003836a) navi_icon_pane_srt_g1

0xd7c4,	// (0x00042ba8) midp_editing_number_pane_srt

0xd6d1,	// (0x00042ab5) midp_ticker_pane_srt

0xd7cc,	// (0x00042bb0) midp_ticker_pane_srt_g1

0xd7d4,	// (0x00042bb8) midp_ticker_pane_srt_g2

0x0001,

0xf80f,	// (0x00044bf3) midp_ticker_pane_srt_g

0xd7dc,	// (0x00042bc0) midp_ticker_pane_srt_t1

0x2f77,	// (0x0003835b) midp_editing_number_pane_t1_copy1

0xf4ff,	// (0x000448e3) listscroll_midp_pane

0xf4ff,	// (0x000448e3) midp_form_pane

0xd6d9,	// (0x00042abd) midp_info_popup_window_ParamLimits

0xd6d9,	// (0x00042abd) midp_info_popup_window

0xcd3f,	// (0x00042123) bg_popup_sub_pane_cp50_ParamLimits

0xcd3f,	// (0x00042123) bg_popup_sub_pane_cp50

0xdea2,	// (0x00043286) listscroll_midp_info_pane_ParamLimits

0xdea2,	// (0x00043286) listscroll_midp_info_pane

0xde5e,	// (0x00043242) listscroll_form_midp_pane_ParamLimits

0xde5e,	// (0x00043242) listscroll_form_midp_pane

0xde6a,	// (0x0004324e) scroll_bar_cp050

0x0cc5,	// (0x000360a9) list_midp_pane

0x3950,	// (0x00038d34) signal_pane_g2_cp

0xdd90,	// (0x00043174) listscroll_midp_info_pane_t1_ParamLimits

0xdd90,	// (0x00043174) listscroll_midp_info_pane_t1

0xdda8,	// (0x0004318c) listscroll_midp_info_pane_t2_ParamLimits

0xdda8,	// (0x0004318c) listscroll_midp_info_pane_t2

0xdde6,	// (0x000431ca) listscroll_midp_info_pane_t3_ParamLimits

0xdde6,	// (0x000431ca) listscroll_midp_info_pane_t3

0xde20,	// (0x00043204) listscroll_midp_info_pane_t4_ParamLimits

0xde20,	// (0x00043204) listscroll_midp_info_pane_t4

0x0003,

0xf8bb,	// (0x00044c9f) listscroll_midp_info_pane_t_ParamLimits

0xf8bb,	// (0x00044c9f) listscroll_midp_info_pane_t

0xcda6,	// (0x0004218a) scroll_pane_cp21

0xdd2a,	// (0x0004310e) form_midp_field_choice_group_pane

0xdd33,	// (0x00043117) form_midp_field_text_pane

0xdd76,	// (0x0004315a) form_midp_field_time_pane

0xdd7e,	// (0x00043162) form_midp_gauge_slider_pane

0xdd87,	// (0x0004316b) form_midp_gauge_wait_pane

0xc619,	// (0x000419fd) form_midp_image_pane

0xecb5,	// (0x00044099) list_single_midp_pane_ParamLimits

0xecb5,	// (0x00044099) list_single_midp_pane

0x0ca0,	// (0x00036084) form_midp_field_text_pane_t1

0xdbd2,	// (0x00042fb6) input_focus_pane_cp050

0xdd19,	// (0x000430fd) list_midp_form_text_pane

0xdce8,	// (0x000430cc) form_midp_field_choice_group_pane_t1

0xdcf6,	// (0x000430da) input_focus_pane_cp051

0xdd0a,	// (0x000430ee) list_midp_choice_pane

0xc619,	// (0x000419fd) status_idle_pane

0xdccc,	// (0x000430b0) form_midp_field_time_pane_t1

0xc5ab,	// (0x0004198f) wait_anim_pane_g2_copy1

0xdcda,	// (0x000430be) form_midp_field_time_pane_t2

0x0001,

0xd734,	// (0x00042b18) aid_navinavi_width_2_pane

0xf8b6,	// (0x00044c9a) form_midp_field_time_pane_t

0xc619,	// (0x000419fd) input_focus_pane_cp052

0xc619,	// (0x000419fd) bg_input_focus_pane_cp040

0xdca8,	// (0x0004308c) form_midp_gauge_slider_pane_t1

0xdcb6,	// (0x0004309a) form_midp_gauge_slider_pane_t2

0x0c84,	// (0x00036068) form_midp_gauge_slider_pane_t3

0x0c92,	// (0x00036076) form_midp_gauge_slider_pane_t4

0x0003,

0xf8ad,	// (0x00044c91) form_midp_gauge_slider_pane_t

0xdcc4,	// (0x000430a8) form_midp_slider_pane

0xc675,	// (0x00041a59) bg_input_focus_pane_cp041_ParamLimits

0xc675,	// (0x00041a59) bg_input_focus_pane_cp041

0xdc75,	// (0x00043059) form_midp_gauge_wait_pane_t1_ParamLimits

0xdc75,	// (0x00043059) form_midp_gauge_wait_pane_t1

0xdc87,	// (0x0004306b) form_midp_gauge_wait_pane_t2_ParamLimits

0xdc87,	// (0x0004306b) form_midp_gauge_wait_pane_t2

0x0001,

0xf8a8,	// (0x00044c8c) form_midp_gauge_wait_pane_t_ParamLimits

0xf8a8,	// (0x00044c8c) form_midp_gauge_wait_pane_t

0xdc99,	// (0x0004307d) form_midp_wait_pane_ParamLimits

0xdc99,	// (0x0004307d) form_midp_wait_pane

0xdc3d,	// (0x00043021) form_midp_image_pane_g1

0xdc46,	// (0x0004302a) form_midp_image_pane_t1

0xdc55,	// (0x00043039) form_midp_image_pane_t2

0xdc64,	// (0x00043048) form_midp_image_pane_t3

0x0002,

0xf8a1,	// (0x00044c85) form_midp_image_pane_t

0xdc34,	// (0x00043018) list_single_midp_pane_g1

0x9a5e,	// (0x0003ee42) list_single_midp_pane_t1

0x0c70,	// (0x00036054) list_midp_form_item_pane_ParamLimits

0x0c70,	// (0x00036054) list_midp_form_item_pane

0xd6ee,	// (0x00042ad2) list_midp_form_item_pane_t1

0xd6fd,	// (0x00042ae1) midp_ticker_pane_g1

0xd709,	// (0x00042aed) midp_ticker_pane_g2

0x0001,

0xf7f5,	// (0x00044bd9) midp_ticker_pane_g

0xf5a7,	// (0x0004498b) midp_ticker_pane_t1

0x11fc,	// (0x000365e0) midp_editing_number_pane_t1

0x2ffb,	// (0x000383df) midp_editing_number_pane

0x300a,	// (0x000383ee) midp_ticker_pane

0x2f67,	// (0x0003834b) ai_message_heading_pane

0xc619,	// (0x000419fd) bg_popup_window_pane_cp14

0x2f6f,	// (0x00038353) listscroll_ai_message_pane

0x2eed,	// (0x000382d1) ai_message_heading_pane_g1_ParamLimits

0x2eed,	// (0x000382d1) ai_message_heading_pane_g1

0x2ef9,	// (0x000382dd) ai_message_heading_pane_g2_ParamLimits

0x2ef9,	// (0x000382dd) ai_message_heading_pane_g2

0x2f07,	// (0x000382eb) ai_message_heading_pane_g3_ParamLimits

0x2f07,	// (0x000382eb) ai_message_heading_pane_g3

0x2f13,	// (0x000382f7) ai_message_heading_pane_g4_ParamLimits

0x2f13,	// (0x000382f7) ai_message_heading_pane_g4

0x0003,

0xf9e2,	// (0x00044dc6) ai_message_heading_pane_g_ParamLimits

0xf9e2,	// (0x00044dc6) ai_message_heading_pane_g

0x2f1f,	// (0x00038303) ai_message_heading_pane_t1_ParamLimits

0x2f1f,	// (0x00038303) ai_message_heading_pane_t1

0x2f39,	// (0x0003831d) ai_message_heading_pane_t2_ParamLimits

0x2f39,	// (0x0003831d) ai_message_heading_pane_t2

0x0001,

0xf9eb,	// (0x00044dcf) ai_message_heading_pane_t_ParamLimits

0xf9eb,	// (0x00044dcf) ai_message_heading_pane_t

0x2f4d,	// (0x00038331) bg_popup_heading_pane_cp1_ParamLimits

0x2f4d,	// (0x00038331) bg_popup_heading_pane_cp1

0x2edb,	// (0x000382bf) list_ai_message_pane_ParamLimits

0x2edb,	// (0x000382bf) list_ai_message_pane

0xcda6,	// (0x0004218a) scroll_pane_cp10

0x2e77,	// (0x0003825b) list_ai_message_pane_g1

0x2e7f,	// (0x00038263) list_ai_message_pane_g2

0x0001,

0xf9bf,	// (0x00044da3) list_ai_message_pane_g

0x2e87,	// (0x0003826b) list_ai_message_pane_t1_ParamLimits

0x2e87,	// (0x0003826b) list_ai_message_pane_t1

0x2e9c,	// (0x00038280) list_ai_message_pane_t2_ParamLimits

0x2e9c,	// (0x00038280) list_ai_message_pane_t2

0x2eb1,	// (0x00038295) list_ai_message_pane_t3_ParamLimits

0x2eb1,	// (0x00038295) list_ai_message_pane_t3

0x2ec6,	// (0x000382aa) list_ai_message_pane_t4_ParamLimits

0x2ec6,	// (0x000382aa) list_ai_message_pane_t4

0x0003,

0xf9c4,	// (0x00044da8) list_ai_message_pane_t_ParamLimits

0xf9c4,	// (0x00044da8) list_ai_message_pane_t

0x2e63,	// (0x00038247) cell_ai_soft_ind_pane_ParamLimits

0x2e63,	// (0x00038247) cell_ai_soft_ind_pane

0xd715,	// (0x00042af9) cell_ai_soft_ind_pane_g1_ParamLimits

0xd715,	// (0x00042af9) cell_ai_soft_ind_pane_g1

0xc619,	// (0x000419fd) grid_highlight_cp1

0xd722,	// (0x00042b06) text_secondary_cp56_ParamLimits

0xd722,	// (0x00042b06) text_secondary_cp56

0x2e38,	// (0x0003821c) example_general_pane_ParamLimits

0x2e38,	// (0x0003821c) example_general_pane

0x2e44,	// (0x00038228) example_parent_pane_g1_ParamLimits

0x2e44,	// (0x00038228) example_parent_pane_g1

0x2e50,	// (0x00038234) example_parent_pane_t1_ParamLimits

0x2e50,	// (0x00038234) example_parent_pane_t1

0xbdee,	// (0x000411d2) popup_preview_text_window_ParamLimits

0xbdee,	// (0x000411d2) popup_preview_text_window

0xd60c,	// (0x000429f0) list_single_pane_cp2_g4

0xc850,	// (0x00041c34) bg_popup_preview_window_pane_ParamLimits

0xc850,	// (0x00041c34) bg_popup_preview_window_pane

0x2bda,	// (0x00037fbe) popup_preview_text_window_t1_ParamLimits

0x2bda,	// (0x00037fbe) popup_preview_text_window_t1

0x2bf3,	// (0x00037fd7) popup_preview_text_window_t2_ParamLimits

0x2bf3,	// (0x00037fd7) popup_preview_text_window_t2

0x2c3c,	// (0x00038020) popup_preview_text_window_t3_ParamLimits

0x2c3c,	// (0x00038020) popup_preview_text_window_t3

0x2c81,	// (0x00038065) popup_preview_text_window_t4_ParamLimits

0x2c81,	// (0x00038065) popup_preview_text_window_t4

0x0004,

0xf993,	// (0x00044d77) popup_preview_text_window_t_ParamLimits

0xf993,	// (0x00044d77) popup_preview_text_window_t

0x2cff,	// (0x000380e3) scroll_pane_cp11

0xdaea,	// (0x00042ece) bg_popup_preview_window_pane_g1

0x2b8e,	// (0x00037f72) bg_popup_preview_window_pane_g2

0x2b98,	// (0x00037f7c) bg_popup_preview_window_pane_g3

0x2ba2,	// (0x00037f86) bg_popup_preview_window_pane_g4

0x2bac,	// (0x00037f90) bg_popup_preview_window_pane_g5

0x2bb6,	// (0x00037f9a) bg_popup_preview_window_pane_g6

0x2bbe,	// (0x00037fa2) bg_popup_preview_window_pane_g7

0x2bc6,	// (0x00037faa) bg_popup_preview_window_pane_g8

0x59d1,	// (0x0003adb5) aid_popup_width_pane

0xbd5e,	// (0x00041142) popup_midp_note_alarm_window_ParamLimits

0xbd5e,	// (0x00041142) popup_midp_note_alarm_window

0xcc7b,	// (0x0004205f) data_form_pane_ParamLimits

0xeb55,	// (0x00043f39) form_field_data_pane_g1

0xeb5f,	// (0x00043f43) form_field_data_pane_t1_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_ParamLimits

0xcc95,	// (0x00042079) data_form_wide_pane_ParamLimits

0x983b,	// (0x0003ec1f) form_field_data_wide_pane_g1

0x9847,	// (0x0003ec2b) form_field_data_wide_pane_t1_ParamLimits

0xca09,	// (0x00041ded) input_focus_pane_cp6_ParamLimits

0xf30a,	// (0x000446ee) input_popup_find_pane_g1_ParamLimits

0xf30a,	// (0x000446ee) input_popup_find_pane_g1

0x6267,	// (0x0003b64b) aid_navi_side_left_pane

0x627c,	// (0x0003b660) aid_navi_side_right_pane

0xe2ec,	// (0x000436d0) bg_popup_window_pane_cp30_ParamLimits

0xe2ec,	// (0x000436d0) bg_popup_window_pane_cp30

0xe366,	// (0x0004374a) popup_midp_note_alarm_window_g1_ParamLimits

0xe366,	// (0x0004374a) popup_midp_note_alarm_window_g1

0xe396,	// (0x0004377a) popup_midp_note_alarm_window_t1_ParamLimits

0xe396,	// (0x0004377a) popup_midp_note_alarm_window_t1

0xe437,	// (0x0004381b) popup_midp_note_alarm_window_t2_ParamLimits

0xe437,	// (0x0004381b) popup_midp_note_alarm_window_t2

0xe4e5,	// (0x000438c9) popup_midp_note_alarm_window_t3_ParamLimits

0xe4e5,	// (0x000438c9) popup_midp_note_alarm_window_t3

0xe50d,	// (0x000438f1) popup_midp_note_alarm_window_t4_ParamLimits

0xe50d,	// (0x000438f1) popup_midp_note_alarm_window_t4

0xe52d,	// (0x00043911) popup_midp_note_alarm_window_t5_ParamLimits

0xe52d,	// (0x00043911) popup_midp_note_alarm_window_t5

0x000a,

0xf930,	// (0x00044d14) popup_midp_note_alarm_window_t_ParamLimits

0xf930,	// (0x00044d14) popup_midp_note_alarm_window_t

0xe5d9,	// (0x000439bd) wait_bar_pane_cp1_ParamLimits

0xe5d9,	// (0x000439bd) wait_bar_pane_cp1

0xc619,	// (0x000419fd) wait_anim_pane_copy1

0xc619,	// (0x000419fd) wait_border_pane_copy1

0xe01b,	// (0x000433ff) wait_border_pane_g1_copy1

0x9861,	// (0x0003ec45) form_field_popup_pane_g1

0xeb79,	// (0x00043f5d) form_field_popup_pane_t1_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_cp7_ParamLimits

0xccc1,	// (0x000420a5) list_form_pane_ParamLimits

0x9883,	// (0x0003ec67) form_field_popup_wide_pane_g1

0x988b,	// (0x0003ec6f) form_field_popup_wide_pane_t1_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_cp8_ParamLimits

0xcccd,	// (0x000420b1) list_form_wide_pane_ParamLimits

0x30a1,	// (0x00038485) aid_size_cell_graphic_pane

0xebf8,	// (0x00043fdc) data_form_pane_t1_ParamLimits

0xece2,	// (0x000440c6) data_form_wide_pane_t1_ParamLimits

0x0883,	// (0x00035c67) bg_status_flat_pane

0xee3b,	// (0x0004421f) title_pane_t1_ParamLimits

0xc62f,	// (0x00041a13) title_pane_t2_ParamLimits

0xc655,	// (0x00041a39) title_pane_t3_ParamLimits

0xf5f3,	// (0x000449d7) title_pane_t_ParamLimits

0xd140,	// (0x00042524) level_1_signal_ParamLimits

0xd152,	// (0x00042536) level_2_signal_ParamLimits

0xd165,	// (0x00042549) level_3_signal_ParamLimits

0xd178,	// (0x0004255c) level_4_signal_ParamLimits

0xd18b,	// (0x0004256f) level_5_signal_ParamLimits

0xd19e,	// (0x00042582) level_6_signal_ParamLimits

0xd1b1,	// (0x00042595) level_7_signal_ParamLimits

0xd140,	// (0x00042524) level_1_battery_ParamLimits

0xd152,	// (0x00042536) level_2_battery_ParamLimits

0xd165,	// (0x00042549) level_3_battery_ParamLimits

0xd178,	// (0x0004255c) level_4_battery_ParamLimits

0xd18b,	// (0x0004256f) level_5_battery_ParamLimits

0xd19e,	// (0x00042582) level_6_battery_ParamLimits

0xd1b1,	// (0x00042595) level_7_battery_ParamLimits

0xe20f,	// (0x000435f3) bg_status_flat_pane_g1

0xe217,	// (0x000435fb) bg_status_flat_pane_g2

0xe21f,	// (0x00043603) bg_status_flat_pane_g3

0xe227,	// (0x0004360b) bg_status_flat_pane_g4

0xe22f,	// (0x00043613) bg_status_flat_pane_g5

0xe237,	// (0x0004361b) bg_status_flat_pane_g6

0xe23f,	// (0x00043623) bg_status_flat_pane_g7

0xef6b,	// (0x0004434f) tabs_3_active_pane_t1_ParamLimits

0xef6b,	// (0x0004434f) tabs_3_passive_pane_t1_ParamLimits

0xef85,	// (0x00044369) tabs_4_active_pane_t1_ParamLimits

0xef85,	// (0x00044369) tabs_4_1_passive_pane_t1_ParamLimits

0xf320,	// (0x00044704) tabs_2_active_pane_t1_ParamLimits

0xf320,	// (0x00044704) tabs_2_passive_pane_t1_ParamLimits

0xc675,	// (0x00041a59) bg_active_tab_pane_cp4_ParamLimits

0xf332,	// (0x00044716) tabs_2_long_active_pane_t1_ParamLimits

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp4_ParamLimits

0x73e0,	// (0x0003c7c4) list_single_midp_graphic_pane_t1_ParamLimits

0xc675,	// (0x00041a59) bg_active_tab_pane_cp5_ParamLimits

0xf345,	// (0x00044729) tabs_3_long_active_pane_t1_ParamLimits

0xd22b,	// (0x0004260f) bg_passive_tab_pane_cp5_ParamLimits

0x73e0,	// (0x0003c7c4) list_single_midp_graphic_pane_t1

0x0883,	// (0x00035c67) bg_status_flat_pane_ParamLimits

0xd9bb,	// (0x00042d9f) indicator_pane_cp2_ParamLimits

0xd9bb,	// (0x00042d9f) indicator_pane_cp2

0x0a12,	// (0x00035df6) navi_pane_srt_ParamLimits

0x0a12,	// (0x00035df6) navi_pane_srt

0xd9e3,	// (0x00042dc7) popup_clock_digital_analogue_window_cp1

0xc6b9,	// (0x00041a9d) indicator_pane_t1

0xd6d1,	// (0x00042ab5) copy_highlight_pane

0xd6d1,	// (0x00042ab5) cursor_graphics_pane

0xd6d1,	// (0x00042ab5) graphic_within_text_pane

0xd6d1,	// (0x00042ab5) link_highlight_pane

0x2cc2,	// (0x000380a6) popup_preview_text_window_t5_ParamLimits

0x2cc2,	// (0x000380a6) popup_preview_text_window_t5

0xd73e,	// (0x00042b22) cursor_digital_pane

0xd73e,	// (0x00042b22) cursor_primary_pane

0xd74f,	// (0x00042b33) cursor_primary_small_pane

0xd757,	// (0x00042b3b) cursor_secondary_pane

0xd75f,	// (0x00042b43) cursor_title_pane

0xd73e,	// (0x00042b22) link_highlight_digital_pane

0xd746,	// (0x00042b2a) link_highlight_primary_pane

0xd74f,	// (0x00042b33) link_highlight_primary_small_pane

0xd757,	// (0x00042b3b) link_highlight_secondary_pane

0xd75f,	// (0x00042b43) link_highlight_title_pane

0xd73e,	// (0x00042b22) copy_highlight_digital_pane

0xd73e,	// (0x00042b22) copy_highlight_primary_pane

0xd74f,	// (0x00042b33) copy_highlight_primary_small_pane

0xd757,	// (0x00042b3b) copy_highlight_secondary_pane

0xd75f,	// (0x00042b43) copy_highlight_title_pane

0xd757,	// (0x00042b3b) graphic_text_digital_pane

0xe28f,	// (0x00043673) graphic_text_primary_pane

0xe298,	// (0x0004367c) graphic_text_primary_small_pane

0xd74f,	// (0x00042b33) graphic_text_secondary_pane

0xd73e,	// (0x00042b22) graphic_text_title_pane

0xf5b9,	// (0x0004499d) cursor_primary_pane_g1

0xe281,	// (0x00043665) cursor_text_primary_t1

0x0d01,	// (0x000360e5) cursor_primary_small_pane_g1

0xe273,	// (0x00043657) cursor_text_primary_small_t1

0x0cf7,	// (0x000360db) cursor_primary_small_pane_g1_copy1

0xe265,	// (0x00043649) cursor_text_primary_small_t1_copy1

0xe257,	// (0x0004363b) cursor_text_title_t1

0x0ced,	// (0x000360d1) cursor_title_pane_g1

0xf5b9,	// (0x0004499d) cursor_digital_pane_g1

0xd767,	// (0x00042b4b) cursor_text_digital_t1

0xd775,	// (0x00042b59) link_highlight_primary_pane_g1

0xe200,	// (0x000435e4) link_highlight_primary_pane_t1

0xd775,	// (0x00042b59) link_highlight_primary_small_pane_g1

0xd77d,	// (0x00042b61) link_highlight_primary_small_pane_t1

0xd775,	// (0x00042b59) link_highlight_secondary_pane_g1

0xd78c,	// (0x00042b70) link_highlight_secondary_pane_t1

0xe165,	// (0x00043549) link_highlight_title_pane_g1

0xe17c,	// (0x00043560) link_highlight_title_pane_t1

0xe165,	// (0x00043549) link_highlight_digital_pane_g1

0xe16d,	// (0x00043551) link_highlight_digital_pane_t1

0xe03a,	// (0x0004341e) copy_highlight_primary_pane_g1

0xe060,	// (0x00043444) copy_highlight_primary_pane_t1

0xe03a,	// (0x0004341e) copy_highlight_primary_small_pane_g1

0xe051,	// (0x00043435) copy_highlight_primary_small_pane_t1

0xd79b,	// (0x00042b7f) copy_highlight_secondary_pane_g1

0xd7a3,	// (0x00042b87) copy_highlight_secondary_pane_t1

0xe03a,	// (0x0004341e) copy_highlight_title_pane_g1

0xe042,	// (0x00043426) copy_highlight_title_pane_t1

0xe03a,	// (0x0004341e) copy_highlight_digital_pane_g1

0x322d,	// (0x00038611) copy_highlight_digital_pane_t1

0x3181,	// (0x00038565) graphic_text_primary_pane_g1

0x3211,	// (0x000385f5) graphic_text_primary_pane_t1

0x321f,	// (0x00038603) graphic_text_primary_pane_t2

0x0001,

0xfa5f,	// (0x00044e43) graphic_text_primary_pane_t

0x31ed,	// (0x000385d1) graphic_text_primary_small_pane_g1

0x31f5,	// (0x000385d9) graphic_text_primary_small_pane_t1

0x3203,	// (0x000385e7) graphic_text_primary_small_pane_t2

0x0001,

0xfa5a,	// (0x00044e3e) graphic_text_primary_small_pane_t

0x31c9,	// (0x000385ad) graphic_text_secondary_pane_g1

0x31d1,	// (0x000385b5) graphic_text_secondary_pane_t1

0x31df,	// (0x000385c3) graphic_text_secondary_pane_t2

0x0001,

0xfa55,	// (0x00044e39) graphic_text_secondary_pane_t

0x31a5,	// (0x00038589) graphic_text_title_pane_g1

0x31ad,	// (0x00038591) graphic_text_title_pane_t1

0x31bb,	// (0x0003859f) graphic_text_title_pane_t2

0x0001,

0xfa50,	// (0x00044e34) graphic_text_title_pane_t

0x3181,	// (0x00038565) graphic_text_digital_pane_g1

0x3189,	// (0x0003856d) graphic_text_digital_pane_t1

0x3197,	// (0x0003857b) graphic_text_digital_pane_t2

0x0001,

0xfa4b,	// (0x00044e2f) graphic_text_digital_pane_t

0xc675,	// (0x00041a59) navi_icon_pane_srt_ParamLimits

0xc675,	// (0x00041a59) navi_icon_pane_srt

0xc619,	// (0x000419fd) navi_midp_pane_srt

0xc619,	// (0x000419fd) navi_navi_pane_srt

0xc675,	// (0x00041a59) navi_text_pane_srt_ParamLimits

0xc675,	// (0x00041a59) navi_text_pane_srt

0x314c,	// (0x00038530) navi_navi_icon_text_pane_srt

0x3166,	// (0x0003854a) navi_navi_pane_srt_g1_ParamLimits

0x3166,	// (0x0003854a) navi_navi_pane_srt_g1

0x3154,	// (0x00038538) navi_navi_pane_srt_g2_ParamLimits

0x3154,	// (0x00038538) navi_navi_pane_srt_g2

0x0001,

0xfa46,	// (0x00044e2a) navi_navi_pane_srt_g_ParamLimits

0xfa46,	// (0x00044e2a) navi_navi_pane_srt_g

0x3178,	// (0x0003855c) navi_navi_tabs_pane_srt

0x314c,	// (0x00038530) navi_navi_text_pane_srt

0x314c,	// (0x00038530) navi_navi_volume_pane_srt

0x313d,	// (0x00038521) navi_navi_text_pane_srt_t1

0x7ca3,	// (0x0003d087) navi_navi_volume_pane_srt_g1

0x7cab,	// (0x0003d08f) volume_small_pane_srt_ParamLimits

0x7cab,	// (0x0003d08f) volume_small_pane_srt

0x679c,	// (0x0003bb80) volume_small_pane_srt_g1_ParamLimits

0x679c,	// (0x0003bb80) volume_small_pane_srt_g1

0x67ac,	// (0x0003bb90) volume_small_pane_srt_g2_ParamLimits

0x67ac,	// (0x0003bb90) volume_small_pane_srt_g2

0x67bd,	// (0x0003bba1) volume_small_pane_srt_g3_ParamLimits

0x67bd,	// (0x0003bba1) volume_small_pane_srt_g3

0x67ce,	// (0x0003bbb2) volume_small_pane_srt_g4_ParamLimits

0x67ce,	// (0x0003bbb2) volume_small_pane_srt_g4

0x67df,	// (0x0003bbc3) volume_small_pane_srt_g5_ParamLimits

0x67df,	// (0x0003bbc3) volume_small_pane_srt_g5

0x67f0,	// (0x0003bbd4) volume_small_pane_srt_g6_ParamLimits

0x67f0,	// (0x0003bbd4) volume_small_pane_srt_g6

0x6801,	// (0x0003bbe5) volume_small_pane_srt_g7_ParamLimits

0x6801,	// (0x0003bbe5) volume_small_pane_srt_g7

0x6812,	// (0x0003bbf6) volume_small_pane_srt_g8_ParamLimits

0x6812,	// (0x0003bbf6) volume_small_pane_srt_g8

0x6823,	// (0x0003bc07) volume_small_pane_srt_g9_ParamLimits

0x6823,	// (0x0003bc07) volume_small_pane_srt_g9

0x6834,	// (0x0003bc18) volume_small_pane_srt_g10_ParamLimits

0x6834,	// (0x0003bc18) volume_small_pane_srt_g10

0x0009,

0xf7fa,	// (0x00044bde) volume_small_pane_srt_g_ParamLimits

0xf7fa,	// (0x00044bde) volume_small_pane_srt_g

0xc905,	// (0x00041ce9) query_popup_data_pane_cp2

0x3123,	// (0x00038507) navi_navi_icon_text_pane_srt_t1_ParamLimits

0x3123,	// (0x00038507) navi_navi_icon_text_pane_srt_t1

0xe28f,	// (0x00043673) navi_tabs_2_long_pane_srt

0xe28f,	// (0x00043673) navi_tabs_2_pane_srt

0xe28f,	// (0x00043673) navi_tabs_3_long_pane_srt

0xe28f,	// (0x00043673) navi_tabs_3_pane_srt

0xe28f,	// (0x00043673) navi_tabs_4_pane_srt

0x7c83,	// (0x0003d067) tabs_2_active_pane_srt_ParamLimits

0x7c83,	// (0x0003d067) tabs_2_active_pane_srt

0x7c93,	// (0x0003d077) tabs_2_passive_pane_srt_ParamLimits

0x7c93,	// (0x0003d077) tabs_2_passive_pane_srt

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp1_srt_ParamLimits

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp1_srt

0x310a,	// (0x000384ee) bg_passive_tab_pane_g1_cp1_srt

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp1_srt

0x3101,	// (0x000384e5) bg_passive_tab_pane_g3_cp1_srt

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp1_srt_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp1_srt

0x3113,	// (0x000384f7) tabs_2_active_pane_srt_g1

0x132c,	// (0x00036710) tabs_2_active_pane_srt_t1_ParamLimits

0x132c,	// (0x00036710) tabs_2_active_pane_srt_t1

0x310a,	// (0x000384ee) bg_active_tab_pane_g1_cp1_srt

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp1_srt

0x3101,	// (0x000384e5) bg_active_tab_pane_g3_cp1_srt

0x7c3e,	// (0x0003d022) tabs_3_active_pane_srt_ParamLimits

0x7c3e,	// (0x0003d022) tabs_3_active_pane_srt

0x7c4f,	// (0x0003d033) tabs_3_passive_pane_cp_srt_ParamLimits

0x7c4f,	// (0x0003d033) tabs_3_passive_pane_cp_srt

0x7c60,	// (0x0003d044) tabs_3_passive_pane_srt_ParamLimits

0x7c60,	// (0x0003d044) tabs_3_passive_pane_srt

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp2_srt_ParamLimits

0xdbd2,	// (0x00042fb6) bg_passive_tab_pane_cp2_srt

0xd7b2,	// (0x00042b96) bg_passive_tab_pane_g1_cp2_srt

0xd3dc,	// (0x000427c0) bg_passive_tab_pane_g2_cp2_srt

0xd7bb,	// (0x00042b9f) bg_passive_tab_pane_g3_cp2_srt

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp2_srt_ParamLimits

0xc667,	// (0x00041a4b) bg_active_tab_pane_cp2_srt

0x30f9,	// (0x000384dd) tabs_3_active_pane_srt_g1

0x1316,	// (0x000366fa) tabs_3_active_pane_srt_t1_ParamLimits

0x1316,	// (0x000366fa) tabs_3_active_pane_srt_t1

0xd7b2,	// (0x00042b96) bg_active_tab_pane_g1_cp2_srt

0xd3dc,	// (0x000427c0) bg_active_tab_pane_g2_cp2_srt

0xd7bb,	// (0x00042b9f) bg_active_tab_pane_g3_cp2_srt

0x7be4,	// (0x0003cfc8) tabs_4_active_pane_srt_ParamLimits

0x7be4,	// (0x0003cfc8) tabs_4_active_pane_srt

0x7bf6,	// (0x0003cfda) tabs_4_passive_pane_cp2_srt_ParamLimits

0x7bf6,	// (0x0003cfda) tabs_4_passive_pane_cp2_srt

0x69d0,	// (0x0003bdb4) aid_size_cell_toolbar

0x2a16,	// (0x00037dfa) main_idle_act_pane_ParamLimits

0x6ba7,	// (0x0003bf8b) popup_large_graphic_colour_window_ParamLimits

0xc0b2,	// (0x00041496) popup_toolbar_window_ParamLimits

0xc0b2,	// (0x00041496) popup_toolbar_window

0x301d,	// (0x00038401) list_single_graphic_2heading_pane_ParamLimits

0x301d,	// (0x00038401) list_single_graphic_2heading_pane

0xcf7e,	// (0x00042362) aid_size_cell_apps_grid_lsc_pane

0xcf86,	// (0x0004236a) aid_size_cell_apps_grid_prt_pane

0xd22b,	// (0x0004260f) bg_wml_button_pane_cp1_ParamLimits

0xd22b,	// (0x0004260f) bg_wml_button_pane_cp1

0x0ca0,	// (0x00036084) form_midp_field_text_pane_t1_ParamLimits

0xdbd2,	// (0x00042fb6) input_focus_pane_cp050_ParamLimits

0xdd19,	// (0x000430fd) list_midp_form_text_pane_ParamLimits

0xdcf6,	// (0x000430da) input_focus_pane_cp051_ParamLimits

0xdd0a,	// (0x000430ee) list_midp_choice_pane_ParamLimits

0x0c3c,	// (0x00036020) list_single_2graphic_pane_cp3_ParamLimits

0x0c3c,	// (0x00036020) list_single_2graphic_pane_cp3

0x0c4f,	// (0x00036033) list_single_midp_graphic_pane_ParamLimits

0x0c4f,	// (0x00036033) list_single_midp_graphic_pane

0x593f,	// (0x0003ad23) list_single_graphic_2heading_pane_g1_ParamLimits

0x593f,	// (0x0003ad23) list_single_graphic_2heading_pane_g1

0x594b,	// (0x0003ad2f) list_single_graphic_2heading_pane_g4_ParamLimits

0x594b,	// (0x0003ad2f) list_single_graphic_2heading_pane_g4

0x5957,	// (0x0003ad3b) list_single_graphic_2heading_pane_g5_ParamLimits

0x5957,	// (0x0003ad3b) list_single_graphic_2heading_pane_g5

0x0002,

0xf84d,	// (0x00044c31) list_single_graphic_2heading_pane_g_ParamLimits

0xf84d,	// (0x00044c31) list_single_graphic_2heading_pane_g

0x5963,	// (0x0003ad47) list_single_graphic_2heading_pane_t1_ParamLimits

0x5963,	// (0x0003ad47) list_single_graphic_2heading_pane_t1

0x5977,	// (0x0003ad5b) list_single_graphic_2heading_pane_t2_ParamLimits

0x5977,	// (0x0003ad5b) list_single_graphic_2heading_pane_t2

0x5991,	// (0x0003ad75) list_single_graphic_2heading_pane_t3_ParamLimits

0x5991,	// (0x0003ad75) list_single_graphic_2heading_pane_t3

0x0002,

0xf854,	// (0x00044c38) list_single_graphic_2heading_pane_t_ParamLimits

0xf854,	// (0x00044c38) list_single_graphic_2heading_pane_t

0xda28,	// (0x00042e0c) bg_popup_sub_pane_cp2

0xda52,	// (0x00042e36) grid_toobar_pane

0x734e,	// (0x0003c732) cell_toolbar_pane_ParamLimits

0x734e,	// (0x0003c732) cell_toolbar_pane

0xda8e,	// (0x00042e72) cell_toolbar_pane_g1_ParamLimits

0xda8e,	// (0x00042e72) cell_toolbar_pane_g1

0xdaa2,	// (0x00042e86) cell_toolbar_pane_g2_ParamLimits

0xdaa2,	// (0x00042e86) cell_toolbar_pane_g2

0x0001,

0xf862,	// (0x00044c46) cell_toolbar_pane_g_ParamLimits

0xf862,	// (0x00044c46) cell_toolbar_pane_g

0xdac4,	// (0x00042ea8) grid_highlight_pane_cp2_ParamLimits

0xdac4,	// (0x00042ea8) grid_highlight_pane_cp2

0xdade,	// (0x00042ec2) toolbar_button_pane

0xdaea,	// (0x00042ece) toolbar_button_pane_g1

0xdaf2,	// (0x00042ed6) toolbar_button_pane_g2

0xdafa,	// (0x00042ede) toolbar_button_pane_g3

0xdb02,	// (0x00042ee6) toolbar_button_pane_g4

0xdb0a,	// (0x00042eee) toolbar_button_pane_g5

0xdb12,	// (0x00042ef6) toolbar_button_pane_g6

0xdb1a,	// (0x00042efe) toolbar_button_pane_g7

0xdb22,	// (0x00042f06) toolbar_button_pane_g8

0xdb2a,	// (0x00042f0e) toolbar_button_pane_g9

0x0009,

0xf867,	// (0x00044c4b) toolbar_button_pane_g

0x7386,	// (0x0003c76a) list_single_2graphic_pane_g1_cp3_ParamLimits

0x7386,	// (0x0003c76a) list_single_2graphic_pane_g1_cp3

0xc10a,	// (0x000414ee) list_single_2graphic_pane_g2_cp3_ParamLimits

0xc10a,	// (0x000414ee) list_single_2graphic_pane_g2_cp3

0x73a3,	// (0x0003c787) list_single_2graphic_pane_g3_cp3

0x73ab,	// (0x0003c78f) list_single_2graphic_pane_g4_cp3_ParamLimits

0x73ab,	// (0x0003c78f) list_single_2graphic_pane_g4_cp3

0x73b7,	// (0x0003c79b) list_single_2graphic_pane_t1_cp3_ParamLimits

0x73b7,	// (0x0003c79b) list_single_2graphic_pane_t1_cp3

0x73d4,	// (0x0003c7b8) list_single_midp_graphic_pane_g2_ParamLimits

0x73d4,	// (0x0003c7b8) list_single_midp_graphic_pane_g2

0x592f,	// (0x0003ad13) aid_zoom_text_primary

0x5937,	// (0x0003ad1b) aid_zoom_text_secondary

0xd86b,	// (0x00042c4f) status_small_pane_g7_ParamLimits

0xd86b,	// (0x00042c4f) status_small_pane_g7

0xd88e,	// (0x00042c72) status_small_pane_t1_ParamLimits

0xee17,	// (0x000441fb) title_pane_g2

0x0003,

0xf5ea,	// (0x000449ce) title_pane_g

0xf145,	// (0x00044529) aid_size_cell_colour_1_pane_ParamLimits

0xf145,	// (0x00044529) aid_size_cell_colour_1_pane

0xf159,	// (0x0004453d) aid_size_cell_colour_2_pane_ParamLimits

0xf159,	// (0x0004453d) aid_size_cell_colour_2_pane

0xf16d,	// (0x00044551) aid_size_cell_colour_3_pane_ParamLimits

0xf16d,	// (0x00044551) aid_size_cell_colour_3_pane

0xf181,	// (0x00044565) aid_size_cell_colour_4_pane_ParamLimits

0xf181,	// (0x00044565) aid_size_cell_colour_4_pane

0x61a3,	// (0x0003b587) title_pane_stacon_g1_ParamLimits

0x61a3,	// (0x0003b587) title_pane_stacon_g1

0xe0b7,	// (0x0004349b) popup_note_wait_window_g3_ParamLimits

0xe0b7,	// (0x0004349b) popup_note_wait_window_g3

0xe12e,	// (0x00043512) popup_note_wait_window_t5_ParamLimits

0xe12e,	// (0x00043512) popup_note_wait_window_t5

0xc619,	// (0x000419fd) main_feb_china_hwr_fs_writing_pane

0xba4b,	// (0x00040e2f) popup_feb_china_hwr_fs_window_ParamLimits

0xba4b,	// (0x00040e2f) popup_feb_china_hwr_fs_window

0xc11b,	// (0x000414ff) aid_size_cell_hwr_fs_ParamLimits

0xc11b,	// (0x000414ff) aid_size_cell_hwr_fs

0xdbd2,	// (0x00042fb6) bg_popup_sub_pane_cp3_ParamLimits

0xdbd2,	// (0x00042fb6) bg_popup_sub_pane_cp3

0xc130,	// (0x00041514) grid_hwr_fs_pane_ParamLimits

0xc130,	// (0x00041514) grid_hwr_fs_pane

0x7423,	// (0x0003c807) linegrid_hwr_fs_pane_ParamLimits

0x7423,	// (0x0003c807) linegrid_hwr_fs_pane

0xc148,	// (0x0004152c) cell_hwr_fs_pane_ParamLimits

0xc148,	// (0x0004152c) cell_hwr_fs_pane

0xdbde,	// (0x00042fc2) linegrid_hwr_fs_pane_g1_ParamLimits

0xdbde,	// (0x00042fc2) linegrid_hwr_fs_pane_g1

0x0c02,	// (0x00035fe6) linegrid_hwr_fs_pane_g2_ParamLimits

0x0c02,	// (0x00035fe6) linegrid_hwr_fs_pane_g2

0xdbea,	// (0x00042fce) linegrid_hwr_fs_pane_g3_ParamLimits

0xdbea,	// (0x00042fce) linegrid_hwr_fs_pane_g3

0x7469,	// (0x0003c84d) linegrid_hwr_fs_pane_g4_ParamLimits

0x7469,	// (0x0003c84d) linegrid_hwr_fs_pane_g4

0x7487,	// (0x0003c86b) linegrid_hwr_fs_pane_g5_ParamLimits

0x7487,	// (0x0003c86b) linegrid_hwr_fs_pane_g5

0x0004,

0xf88d,	// (0x00044c71) linegrid_hwr_fs_pane_g_ParamLimits

0xf88d,	// (0x00044c71) linegrid_hwr_fs_pane_g

0xdbf6,	// (0x00042fda) cell_hwr_fs_pane_g1_ParamLimits

0xdbf6,	// (0x00042fda) cell_hwr_fs_pane_g1

0xd9f4,	// (0x00042dd8) cell_hwr_fs_pane_g2_ParamLimits

0xd9f4,	// (0x00042dd8) cell_hwr_fs_pane_g2

0x0c14,	// (0x00035ff8) cell_hwr_fs_pane_g3_ParamLimits

0x0c14,	// (0x00035ff8) cell_hwr_fs_pane_g3

0x0c21,	// (0x00036005) cell_hwr_fs_pane_g4_ParamLimits

0x0c21,	// (0x00036005) cell_hwr_fs_pane_g4

0x0003,

0xf898,	// (0x00044c7c) cell_hwr_fs_pane_g_ParamLimits

0xf898,	// (0x00044c7c) cell_hwr_fs_pane_g

0xc16c,	// (0x00041550) cell_hwr_fs_pane_t1

0xc619,	// (0x000419fd) grid_highlight_pane_cp6

0xc619,	// (0x000419fd) main_idle_act2_pane

0xcd8d,	// (0x00042171) aid_inside_area_popup_secondary

0x0e62,	// (0x00036246) aid_inside_area_window_primary_ParamLimits

0x0e62,	// (0x00036246) aid_inside_area_window_primary

0x323c,	// (0x00038620) ai2_news_ticker_pane

0x3244,	// (0x00038628) aid_size_cell_ai1_link_ParamLimits

0x3244,	// (0x00038628) aid_size_cell_ai1_link

0x1342,	// (0x00036726) popup_ai2_data_window_ParamLimits

0x1342,	// (0x00036726) popup_ai2_data_window

0x325e,	// (0x00038642) popup_ai2_link_window_ParamLimits

0x325e,	// (0x00038642) popup_ai2_link_window

0xdbd2,	// (0x00042fb6) bg_popup_sub_pane_cp4_ParamLimits

0xdbd2,	// (0x00042fb6) bg_popup_sub_pane_cp4

0x3274,	// (0x00038658) grid_ai2_link_pane_ParamLimits

0x3274,	// (0x00038658) grid_ai2_link_pane

0x328b,	// (0x0003866f) popup_ai2_link_window_g1_ParamLimits

0x328b,	// (0x0003866f) popup_ai2_link_window_g1

0x3297,	// (0x0003867b) popup_ai2_link_window_g2_ParamLimits

0x3297,	// (0x0003867b) popup_ai2_link_window_g2

0x0001,

0xfa64,	// (0x00044e48) popup_ai2_link_window_g_ParamLimits

0xfa64,	// (0x00044e48) popup_ai2_link_window_g

0x32a8,	// (0x0003868c) ai2_mp_button_pane

0x32b0,	// (0x00038694) ai2_mp_volume_pane

0xdcf6,	// (0x000430da) bg_popup_sub_pane_cp5_ParamLimits

0xdcf6,	// (0x000430da) bg_popup_sub_pane_cp5

0x32b8,	// (0x0003869c) heading_ai2_gene_pane_ParamLimits

0x32b8,	// (0x0003869c) heading_ai2_gene_pane

0x32c4,	// (0x000386a8) list_ai2_gene_pane_ParamLimits

0x32c4,	// (0x000386a8) list_ai2_gene_pane

0x330c,	// (0x000386f0) cell_ai2_link_pane_ParamLimits

0x330c,	// (0x000386f0) cell_ai2_link_pane

0x3322,	// (0x00038706) cell_ai2_link_pane_g1

0xc619,	// (0x000419fd) grid_highlight_pane_cp7

0x7d14,	// (0x0003d0f8) ai2_mp_volume_pane_g1

0x33c7,	// (0x000387ab) ai2_mp_volume_pane_g2

0x1377,	// (0x0003675b) list_ai2_gene_pane_t1

0x33bf,	// (0x000387a3) ai2_mp_volume_pane_g3

0x0002,

0xfa7d,	// (0x00044e61) ai2_mp_volume_pane_g

0x7d1c,	// (0x0003d100) volume_small_pane_cp3

0x33cf,	// (0x000387b3) aid_size_cell_ai2_button

0x33d7,	// (0x000387bb) grid_ai2_button_pane

0x33e0,	// (0x000387c4) cell_ai2_button_pane_ParamLimits

0x33e0,	// (0x000387c4) cell_ai2_button_pane

0xc5ab,	// (0x0004198f) cell_ai2_button_pane_g1

0xc619,	// (0x000419fd) grid_highlight_pane_cp8

0x337f,	// (0x00038763) ai2_gene_pane_t1_ParamLimits

0x337f,	// (0x00038763) ai2_gene_pane_t1

0xb9cf,	// (0x00040db3) aid_height_parent_landscape

0x1078,	// (0x0003645c) aid_height_set_list

0x2a16,	// (0x00037dfa) aid_size_parent

0x30a1,	// (0x00038485) aid_size_cell_graphic_pane_ParamLimits

0x32d4,	// (0x000386b8) popup_ai2_data_window_g1_ParamLimits

0x32d4,	// (0x000386b8) popup_ai2_data_window_g1

0x32e0,	// (0x000386c4) ai2_news_ticker_pane_g1

0x32e8,	// (0x000386cc) ai2_news_ticker_pane_g2

0x0001,

0xfa69,	// (0x00044e4d) ai2_news_ticker_pane_g

0x32f0,	// (0x000386d4) ai2_news_ticker_pane_t1

0x32fe,	// (0x000386e2) ai2_news_ticker_pane_t2

0x0001,

0xfa6e,	// (0x00044e52) ai2_news_ticker_pane_t

0x332b,	// (0x0003870f) heading_ai2_gene_pane_g1

0x3333,	// (0x00038717) heading_ai2_gene_pane_t1_ParamLimits

0x3333,	// (0x00038717) heading_ai2_gene_pane_t1

0x3348,	// (0x0003872c) list_highlight_pane_cp6

0x1360,	// (0x00036744) ai2_gene_pane_ParamLimits

0x1360,	// (0x00036744) ai2_gene_pane

0x1385,	// (0x00036769) list_ai2_gene_pane_t2

0x0001,

0xfa73,	// (0x00044e57) list_ai2_gene_pane_t

0x3350,	// (0x00038734) list_highlight_pane_cp8_ParamLimits

0x3350,	// (0x00038734) list_highlight_pane_cp8

0x3361,	// (0x00038745) ai2_gene_pane_g1_ParamLimits

0x3361,	// (0x00038745) ai2_gene_pane_g1

0x3373,	// (0x00038757) ai2_gene_pane_g2_ParamLimits

0x3373,	// (0x00038757) ai2_gene_pane_g2

0x0001,

0xfa78,	// (0x00044e5c) ai2_gene_pane_g_ParamLimits

0xfa78,	// (0x00044e5c) ai2_gene_pane_g

0xcc26,	// (0x0004200a) scroll_pane_cp12

0xb98e,	// (0x00040d72) control_pane_t3_ParamLimits

0xb98e,	// (0x00040d72) control_pane_t3

0xd87f,	// (0x00042c63) status_small_pane_g8_ParamLimits

0xd87f,	// (0x00042c63) status_small_pane_g8

0xbaed,	// (0x00040ed1) popup_find_window_ParamLimits

0xbd9e,	// (0x00041182) popup_note_image_window_ParamLimits

0x9a14,	// (0x0003edf8) list_double2_graphic_pane_vc_g1_ParamLimits

0x9a14,	// (0x0003edf8) list_double2_graphic_pane_vc_g1

0xa60d,	// (0x0003f9f1) list_double2_graphic_pane_vc_g2_ParamLimits

0xa60d,	// (0x0003f9f1) list_double2_graphic_pane_vc_g2

0xa619,	// (0x0003f9fd) list_double2_graphic_pane_vc_g3_ParamLimits

0xa619,	// (0x0003f9fd) list_double2_graphic_pane_vc_g3

0x0002,

0xf85b,	// (0x00044c3f) list_double2_graphic_pane_vc_g_ParamLimits

0xf85b,	// (0x00044c3f) list_double2_graphic_pane_vc_g

0x9a20,	// (0x0003ee04) list_double2_graphic_pane_vc_t1_ParamLimits

0x9a20,	// (0x0003ee04) list_double2_graphic_pane_vc_t1

0xa60d,	// (0x0003f9f1) list_single_heading_pane_vc_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_heading_pane_vc_g1

0xa619,	// (0x0003f9fd) list_single_heading_pane_vc_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_heading_pane_vc_g2

0x0001,

0xf66e,	// (0x00044a52) list_single_heading_pane_vc_g_ParamLimits

0xf66e,	// (0x00044a52) list_single_heading_pane_vc_g

0x9a36,	// (0x0003ee1a) list_single_heading_pane_vc_t1_ParamLimits

0x9a36,	// (0x0003ee1a) list_single_heading_pane_vc_t1

0x9a4c,	// (0x0003ee30) list_single_heading_pane_vc_t2_ParamLimits

0x9a4c,	// (0x0003ee30) list_single_heading_pane_vc_t2

0x0001,

0xf87c,	// (0x00044c60) list_single_heading_pane_vc_t_ParamLimits

0xf87c,	// (0x00044c60) list_single_heading_pane_vc_t

0xdb32,	// (0x00042f16) list_setting_number_pane_vc_g1_ParamLimits

0xdb32,	// (0x00042f16) list_setting_number_pane_vc_g1

0xdb3e,	// (0x00042f22) list_setting_number_pane_vc_g2_ParamLimits

0xdb3e,	// (0x00042f22) list_setting_number_pane_vc_g2

0x0001,

0xf881,	// (0x00044c65) list_setting_number_pane_vc_g_ParamLimits

0xf881,	// (0x00044c65) list_setting_number_pane_vc_g

0xdb4a,	// (0x00042f2e) list_setting_number_pane_vc_t1_ParamLimits

0xdb4a,	// (0x00042f2e) list_setting_number_pane_vc_t1

0xdb5e,	// (0x00042f42) list_setting_number_pane_vc_t2_ParamLimits

0xdb5e,	// (0x00042f42) list_setting_number_pane_vc_t2

0xdb72,	// (0x00042f56) list_setting_number_pane_vc_t3_ParamLimits

0xdb72,	// (0x00042f56) list_setting_number_pane_vc_t3

0x0002,

0xf886,	// (0x00044c6a) list_setting_number_pane_vc_t_ParamLimits

0xf886,	// (0x00044c6a) list_setting_number_pane_vc_t

0xdb98,	// (0x00042f7c) set_value_pane_vc_ParamLimits

0xdb98,	// (0x00042f7c) set_value_pane_vc

0x301d,	// (0x00038401) list_double2_graphic_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double2_graphic_pane_vc

0xa625,	// (0x0003fa09) list_double2_large_graphic_pane_vc_ParamLimits

0xa625,	// (0x0003fa09) list_double2_large_graphic_pane_vc

0x301d,	// (0x00038401) list_double2_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double2_pane_vc

0x301d,	// (0x00038401) list_double_graphic_heading_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_graphic_heading_pane_vc

0x301d,	// (0x00038401) list_double_graphic_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_graphic_pane_vc

0x301d,	// (0x00038401) list_double_heading_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_heading_pane_vc

0xa625,	// (0x0003fa09) list_double_large_graphic_pane_vc_ParamLimits

0xa625,	// (0x0003fa09) list_double_large_graphic_pane_vc

0x301d,	// (0x00038401) list_double_number_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_number_pane_vc

0x301d,	// (0x00038401) list_double_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_pane_vc

0x301d,	// (0x00038401) list_double_time_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_double_time_pane_vc

0x301d,	// (0x00038401) list_setting_number_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_setting_number_pane_vc

0x301d,	// (0x00038401) list_setting_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_setting_pane_vc

0x301d,	// (0x00038401) list_single_graphic_heading_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_single_graphic_heading_pane_vc

0x301d,	// (0x00038401) list_single_heading_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_single_heading_pane_vc

0x301d,	// (0x00038401) list_single_number_heading_pane_vc_ParamLimits

0x301d,	// (0x00038401) list_single_number_heading_pane_vc

0x9af3,	// (0x0003eed7) list_double_graphic_heading_pane_vc_g1_ParamLimits

0x9af3,	// (0x0003eed7) list_double_graphic_heading_pane_vc_g1

0xd614,	// (0x000429f8) list_double_graphic_heading_pane_vc_g2_ParamLimits

0xd614,	// (0x000429f8) list_double_graphic_heading_pane_vc_g2

0xa687,	// (0x0003fa6b) list_double_graphic_heading_pane_vc_g3_ParamLimits

0xa687,	// (0x0003fa6b) list_double_graphic_heading_pane_vc_g3

0x0002,

0xfa84,	// (0x00044e68) list_double_graphic_heading_pane_vc_g_ParamLimits

0xfa84,	// (0x00044e68) list_double_graphic_heading_pane_vc_g

0x9aff,	// (0x0003eee3) list_double_graphic_heading_pane_vc_t1_ParamLimits

0x9aff,	// (0x0003eee3) list_double_graphic_heading_pane_vc_t1

0x9a36,	// (0x0003ee1a) list_double_graphic_heading_pane_vc_t2_ParamLimits

0x9a36,	// (0x0003ee1a) list_double_graphic_heading_pane_vc_t2

0x0001,

0xfa8b,	// (0x00044e6f) list_double_graphic_heading_pane_vc_t_ParamLimits

0xfa8b,	// (0x00044e6f) list_double_graphic_heading_pane_vc_t

0xdb32,	// (0x00042f16) list_setting_pane_vc_g1_ParamLimits

0xdb32,	// (0x00042f16) list_setting_pane_vc_g1

0xdb3e,	// (0x00042f22) list_setting_pane_vc_g2_ParamLimits

0xdb3e,	// (0x00042f22) list_setting_pane_vc_g2

0x0001,

0xf881,	// (0x00044c65) list_setting_pane_vc_g_ParamLimits

0xf881,	// (0x00044c65) list_setting_pane_vc_g

0x35fe,	// (0x000389e2) list_setting_pane_vc_t1_ParamLimits

0x35fe,	// (0x000389e2) list_setting_pane_vc_t1

0x3612,	// (0x000389f6) list_setting_pane_vc_t2_ParamLimits

0x3612,	// (0x000389f6) list_setting_pane_vc_t2

0x0001,

0xface,	// (0x00044eb2) list_setting_pane_vc_t_ParamLimits

0xface,	// (0x00044eb2) list_setting_pane_vc_t

0xdb98,	// (0x00042f7c) set_value_pane_cp_vc_ParamLimits

0xdb98,	// (0x00042f7c) set_value_pane_cp_vc

0xa60d,	// (0x0003f9f1) list_single_number_heading_pane_vc_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_number_heading_pane_vc_g1

0xa619,	// (0x0003f9fd) list_single_number_heading_pane_vc_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_single_number_heading_pane_vc_g2

0x0001,

0xf66e,	// (0x00044a52) list_single_number_heading_pane_vc_g_ParamLimits

0xf66e,	// (0x00044a52) list_single_number_heading_pane_vc_g

0x9a36,	// (0x0003ee1a) list_single_number_heading_pane_vc_t1_ParamLimits

0x9a36,	// (0x0003ee1a) list_single_number_heading_pane_vc_t1

0x9b11,	// (0x0003eef5) list_single_number_heading_pane_vc_t2_ParamLimits

0x9b11,	// (0x0003eef5) list_single_number_heading_pane_vc_t2

0x9b23,	// (0x0003ef07) list_single_number_heading_pane_vc_t3_ParamLimits

0x9b23,	// (0x0003ef07) list_single_number_heading_pane_vc_t3

0x0002,

0xfad3,	// (0x00044eb7) list_single_number_heading_pane_vc_t_ParamLimits

0xfad3,	// (0x00044eb7) list_single_number_heading_pane_vc_t

0x9a14,	// (0x0003edf8) list_single_graphic_heading_pane_vc_g1_ParamLimits

0x9a14,	// (0x0003edf8) list_single_graphic_heading_pane_vc_g1

0xa60d,	// (0x0003f9f1) list_single_graphic_heading_pane_vc_g4_ParamLimits

0xa60d,	// (0x0003f9f1) list_single_graphic_heading_pane_vc_g4

0xa619,	// (0x0003f9fd) list_single_graphic_heading_pane_vc_g5_ParamLimits

0xa619,	// (0x0003f9fd) list_single_graphic_heading_pane_vc_g5

0x0002,

0xf85b,	// (0x00044c3f) list_single_graphic_heading_pane_vc_g_ParamLimits

0xf85b,	// (0x00044c3f) list_single_graphic_heading_pane_vc_g

0x9a36,	// (0x0003ee1a) list_single_graphic_heading_pane_vc_t1_ParamLimits

0x9a36,	// (0x0003ee1a) list_single_graphic_heading_pane_vc_t1

0x9b35,	// (0x0003ef19) list_single_graphic_heading_pane_vc_t2_ParamLimits

0x9b35,	// (0x0003ef19) list_single_graphic_heading_pane_vc_t2

0x0001,

0xfada,	// (0x00044ebe) list_single_graphic_heading_pane_vc_t_ParamLimits

0xfada,	// (0x00044ebe) list_single_graphic_heading_pane_vc_t

0xa60d,	// (0x0003f9f1) list_double2_pane_vc_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_double2_pane_vc_g1

0xa619,	// (0x0003f9fd) list_double2_pane_vc_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_double2_pane_vc_g2

0x0001,

0xf66e,	// (0x00044a52) list_double2_pane_vc_g_ParamLimits

0xf66e,	// (0x00044a52) list_double2_pane_vc_g

0x9b47,	// (0x0003ef2b) list_double2_pane_vc_t1_ParamLimits

0x9b47,	// (0x0003ef2b) list_double2_pane_vc_t1

0xa693,	// (0x0003fa77) list_double2_large_graphic_pane_vc_g1_ParamLimits

0xa693,	// (0x0003fa77) list_double2_large_graphic_pane_vc_g1

0xa69f,	// (0x0003fa83) list_double2_large_graphic_pane_vc_g2_ParamLimits

0xa69f,	// (0x0003fa83) list_double2_large_graphic_pane_vc_g2

0xa6ab,	// (0x0003fa8f) list_double2_large_graphic_pane_vc_g3_ParamLimits

0xa6ab,	// (0x0003fa8f) list_double2_large_graphic_pane_vc_g3

0x0002,

0xf686,	// (0x00044a6a) list_double2_large_graphic_pane_vc_g_ParamLimits

0xf686,	// (0x00044a6a) list_double2_large_graphic_pane_vc_g

0x9b5d,	// (0x0003ef41) list_double2_large_graphic_pane_vc_t1_ParamLimits

0x9b5d,	// (0x0003ef41) list_double2_large_graphic_pane_vc_t1

0xa6b7,	// (0x0003fa9b) list_double_time_pane_vc_g1_ParamLimits

0xa6b7,	// (0x0003fa9b) list_double_time_pane_vc_g1

0xa6c3,	// (0x0003faa7) list_double_time_pane_vc_g2_ParamLimits

0xa6c3,	// (0x0003faa7) list_double_time_pane_vc_g2

0x0001,

0xfadf,	// (0x00044ec3) list_double_time_pane_vc_g_ParamLimits

0xfadf,	// (0x00044ec3) list_double_time_pane_vc_g

0x9b73,	// (0x0003ef57) list_double_time_pane_vc_t1_ParamLimits

0x9b73,	// (0x0003ef57) list_double_time_pane_vc_t1

0x9b8c,	// (0x0003ef70) list_double_time_pane_vc_t2_ParamLimits

0x9b8c,	// (0x0003ef70) list_double_time_pane_vc_t2

0x9bca,	// (0x0003efae) list_double_time_pane_vc_t3_ParamLimits

0x9bca,	// (0x0003efae) list_double_time_pane_vc_t3

0x9be2,	// (0x0003efc6) list_double_time_pane_vc_t4_ParamLimits

0x9be2,	// (0x0003efc6) list_double_time_pane_vc_t4

0x0003,

0xfae4,	// (0x00044ec8) list_double_time_pane_vc_t_ParamLimits

0xfae4,	// (0x00044ec8) list_double_time_pane_vc_t

0xa60d,	// (0x0003f9f1) list_double_pane_vc_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_double_pane_vc_g1

0xa619,	// (0x0003f9fd) list_double_pane_vc_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_double_pane_vc_g2

0x0001,

0xf66e,	// (0x00044a52) list_double_pane_vc_g_ParamLimits

0xf66e,	// (0x00044a52) list_double_pane_vc_g

0x9bf6,	// (0x0003efda) list_double_pane_vc_t1_ParamLimits

0x9bf6,	// (0x0003efda) list_double_pane_vc_t1

0x9c08,	// (0x0003efec) list_double_pane_vc_t2_ParamLimits

0x9c08,	// (0x0003efec) list_double_pane_vc_t2

0x0001,

0xfaed,	// (0x00044ed1) list_double_pane_vc_t_ParamLimits

0xfaed,	// (0x00044ed1) list_double_pane_vc_t

0xa60d,	// (0x0003f9f1) list_double_number_pane_vc_g1_ParamLimits

0xa60d,	// (0x0003f9f1) list_double_number_pane_vc_g1

0xa619,	// (0x0003f9fd) list_double_number_pane_vc_g2_ParamLimits

0xa619,	// (0x0003f9fd) list_double_number_pane_vc_g2

0x0001,

0xf66e,	// (0x00044a52) list_double_number_pane_vc_g_ParamLimits

0xf66e,	// (0x00044a52) list_double_number_pane_vc_g

0x9c1e,	// (0x0003f002) list_double_number_pane_vc_t1_ParamLimits

0x9c1e,	// (0x0003f002) list_double_number_pane_vc_t1

0x9c32,	// (0x0003f016) list_double_number_pane_vc_t2_ParamLimits

0x9c32,	// (0x0003f016) list_double_number_pane_vc_t2

0x9c08,	// (0x0003efec) list_double_number_pane_vc_t3_ParamLimits

0x9c08,	// (0x0003efec) list_double_number_pane_vc_t3

0x0002,

0xfaf2,	// (0x00044ed6) list_double_number_pane_vc_t_ParamLimits

0xfaf2,	// (0x00044ed6) list_double_number_pane_vc_t

0xa6cf,	// (0x0003fab3) list_double_large_graphic_pane_vc_g1_ParamLimits

0xa6cf,	// (0x0003fab3) list_double_large_graphic_pane_vc_g1

0xa6db,	// (0x0003fabf) list_double_large_graphic_pane_vc_g2_ParamLimits

0xa6db,	// (0x0003fabf) list_double_large_graphic_pane_vc_g2

0xa6ab,	// (0x0003fa8f) list_double_large_graphic_pane_vc_g3_ParamLimits

0xa6ab,	// (0x0003fa8f) list_double_large_graphic_pane_vc_g3

0x9c44,	// (0x0003f028) list_double_large_graphic_pane_vc_g4_ParamLimits

0x9c44,	// (0x0003f028) list_double_large_graphic_pane_vc_g4

0x0003,

0xfaf9,	// (0x00044edd) list_double_large_graphic_pane_vc_g_ParamLimits

0xfaf9,	// (0x00044edd) list_double_large_graphic_pane_vc_g

0x9c50,	// (0x0003f034) list_double_large_graphic_pane_vc_t1_ParamLimits

0x9c50,	// (0x0003f034) list_double_large_graphic_pane_vc_t1

0x9c62,	// (0x0003f046) list_double_large_graphic_pane_vc_t2_ParamLimits

0x9c62,	// (0x0003f046) list_double_large_graphic_pane_vc_t2

0x0001,

0xfb02,	// (0x00044ee6) list_double_large_graphic_pane_vc_t_ParamLimits

0xfb02,	// (0x00044ee6) list_double_large_graphic_pane_vc_t

0xd614,	// (0x000429f8) list_double_heading_pane_vc_g1_ParamLimits

0xd614,	// (0x000429f8) list_double_heading_pane_vc_g1

0xa687,	// (0x0003fa6b) list_double_heading_pane_vc_g2_ParamLimits

0xa687,	// (0x0003fa6b) list_double_heading_pane_vc_g2

0x0001,

0xfb07,	// (0x00044eeb) list_double_heading_pane_vc_g_ParamLimits

0xfb07,	// (0x00044eeb) list_double_heading_pane_vc_g

0x9c79,	// (0x0003f05d) list_double_heading_pane_vc_t1_ParamLimits

0x9c79,	// (0x0003f05d) list_double_heading_pane_vc_t1

0x9a36,	// (0x0003ee1a) list_double_heading_pane_vc_t2_ParamLimits

0x9a36,	// (0x0003ee1a) list_double_heading_pane_vc_t2

0x0001,

0xfb0c,	// (0x00044ef0) list_double_heading_pane_vc_t_ParamLimits

0xfb0c,	// (0x00044ef0) list_double_heading_pane_vc_t

0x9a14,	// (0x0003edf8) list_double_graphic_pane_vc_g1_ParamLimits

0x9a14,	// (0x0003edf8) list_double_graphic_pane_vc_g1

0xa6ea,	// (0x0003face) list_double_graphic_pane_vc_g2_ParamLimits

0xa6ea,	// (0x0003face) list_double_graphic_pane_vc_g2

0xa6f9,	// (0x0003fadd) list_double_graphic_pane_vc_g3_ParamLimits

0xa6f9,	// (0x0003fadd) list_double_graphic_pane_vc_g3

0x0002,

0xfb11,	// (0x00044ef5) list_double_graphic_pane_vc_g_ParamLimits

0xfb11,	// (0x00044ef5) list_double_graphic_pane_vc_g

0x9c8b,	// (0x0003f06f) list_double_graphic_pane_vc_t1_ParamLimits

0x9c8b,	// (0x0003f06f) list_double_graphic_pane_vc_t1

0x9c08,	// (0x0003efec) list_double_graphic_pane_vc_t2_ParamLimits

0x9c08,	// (0x0003efec) list_double_graphic_pane_vc_t2

0x0001,

0xfb18,	// (0x00044efc) list_double_graphic_pane_vc_t_ParamLimits

0xfb18,	// (0x00044efc) list_double_graphic_pane_vc_t

0x59dd,	// (0x0003adc1) aid_size_cell_fastswap

0xb5da,	// (0x000409be) aid_size_cell_touch_ParamLimits

0xb5da,	// (0x000409be) aid_size_cell_touch

0x5bbc,	// (0x0003afa0) popup_fast_swap_wide_window_ParamLimits

0x5bbc,	// (0x0003afa0) popup_fast_swap_wide_window

0xb7de,	// (0x00040bc2) touch_pane_ParamLimits

0xb7de,	// (0x00040bc2) touch_pane

0xcc73,	// (0x00042057) button_value_adjust_pane_cp2

0x9753,	// (0x0003eb37) button_value_adjust_pane_cp4

0x977b,	// (0x0003eb5f) form_field_data_pane_cp2

0xeb2a,	// (0x00043f0e) form_field_data_wide_pane_cp2

0xcfbd,	// (0x000423a1) bg_scroll_pane_ParamLimits

0x6393,	// (0x0003b777) scroll_handle_pane_ParamLimits

0x63a7,	// (0x0003b78b) scroll_sc2_down_pane_ParamLimits

0x63a7,	// (0x0003b78b) scroll_sc2_down_pane

0xcfee,	// (0x000423d2) scroll_sc2_up_pane_ParamLimits

0xcfee,	// (0x000423d2) scroll_sc2_up_pane

0x1489,	// (0x0003686d) grid_wheel_folder_pane_g1_ParamLimits

0x1489,	// (0x0003686d) grid_wheel_folder_pane_g1

0x6624,	// (0x0003ba08) clock_nsta_pane_cp2_ParamLimits

0x6624,	// (0x0003ba08) clock_nsta_pane_cp2

0xf4ff,	// (0x000448e3) listscroll_midp_pane_ParamLimits

0xf510,	// (0x000448f4) midp_canvas_pane

0x69be,	// (0x0003bda2) nsta_clock_indic_pane

0xd8fd,	// (0x00042ce1) listscroll_form_pane_vc

0xd905,	// (0x00042ce9) listscroll_set_pane_vc_ParamLimits

0xd905,	// (0x00042ce9) listscroll_set_pane_vc

0x08ab,	// (0x00035c8f) clock_nsta_pane

0x08d5,	// (0x00035cb9) indicator_nsta_pane

0xda28,	// (0x00042e0c) bg_popup_sub_pane_cp2_ParamLimits

0xda3c,	// (0x00042e20) find_pane_cp2_ParamLimits

0xda3c,	// (0x00042e20) find_pane_cp2

0xda52,	// (0x00042e36) grid_toobar_pane_ParamLimits

0xdba6,	// (0x00042f8a) list_form_gen_pane_vc_ParamLimits

0xdba6,	// (0x00042f8a) list_form_gen_pane_vc

0xdbbc,	// (0x00042fa0) scroll_pane_cp8_vc_ParamLimits

0xdbbc,	// (0x00042fa0) scroll_pane_cp8_vc

0xdc0c,	// (0x00042ff0) data_form_wide_pane_vc_ParamLimits

0xdc0c,	// (0x00042ff0) data_form_wide_pane_vc

0xdc18,	// (0x00042ffc) form_field_data_wide_pane_vc_g1

0xdc20,	// (0x00043004) form_field_data_wide_pane_vc_t1_ParamLimits

0xdc20,	// (0x00043004) form_field_data_wide_pane_vc_t1

0xcc87,	// (0x0004206b) input_focus_pane_cp6_vc_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_cp6_vc

0x0cc5,	// (0x000360a9) list_midp_pane_ParamLimits

0x2a28,	// (0x00037e0c) scroll_pane_cp16_ParamLimits

0x2a28,	// (0x00037e0c) scroll_pane_cp16

0xdeb6,	// (0x0004329a) button_value_adjust_pane_ParamLimits

0xdeb6,	// (0x0004329a) button_value_adjust_pane

0x1089,	// (0x0003646d) button_value_adjust_pane_cp6_ParamLimits

0x1089,	// (0x0003646d) button_value_adjust_pane_cp6

0x11d7,	// (0x000365bb) settings_code_pane_cp_ParamLimits

0x11d7,	// (0x000365bb) settings_code_pane_cp

0xc5ab,	// (0x0004198f) cell_touch_pane_g1

0xc5ab,	// (0x0004198f) cell_touch_pane_g2

0x0001,

0xf7a4,	// (0x00044b88) cell_touch_pane_g

0x1393,	// (0x00036777) cell_touch_pane_cp_ParamLimits

0x1393,	// (0x00036777) cell_touch_pane_cp

0x13af,	// (0x00036793) cell_touch_pane_ParamLimits

0x13af,	// (0x00036793) cell_touch_pane

0xc5ab,	// (0x0004198f) scroll_sc2_down_pane_g1

0xc5ab,	// (0x0004198f) scroll_sc2_up_pane_g1

0xc619,	// (0x000419fd) bg_set_opt_pane_cp4_vc

0x33f2,	// (0x000387d6) list_set_graphic_pane_vc_g1_ParamLimits

0x33f2,	// (0x000387d6) list_set_graphic_pane_vc_g1

0x33fe,	// (0x000387e2) list_set_graphic_pane_vc_g2_ParamLimits

0x33fe,	// (0x000387e2) list_set_graphic_pane_vc_g2

0x0001,

0xfa90,	// (0x00044e74) list_set_graphic_pane_vc_g_ParamLimits

0xfa90,	// (0x00044e74) list_set_graphic_pane_vc_g

0x340a,	// (0x000387ee) text_primary_small_cp13_vc_ParamLimits

0x340a,	// (0x000387ee) text_primary_small_cp13_vc

0x3422,	// (0x00038806) list_set_graphic_pane_vc_ParamLimits

0x3422,	// (0x00038806) list_set_graphic_pane_vc

0xc619,	// (0x000419fd) input_focus_pane_cp2_vc

0xc5ab,	// (0x0004198f) setting_code_pane_vc_g1

0x3435,	// (0x00038819) setting_code_pane_vc_t1

0x3443,	// (0x00038827) set_text_pane_vc_t1_ParamLimits

0x3443,	// (0x00038827) set_text_pane_vc_t1

0xc619,	// (0x000419fd) input_focus_pane_cp1_vc

0x3461,	// (0x00038845) list_set_text_pane_vc

0xc5ab,	// (0x0004198f) setting_text_pane_vc_g1

0xc619,	// (0x000419fd) bg_set_opt_pane_cp2_vc

0x346b,	// (0x0003884f) setting_slider_graphic_pane_vc_g1

0x3473,	// (0x00038857) setting_slider_graphic_pane_vc_t1

0x3481,	// (0x00038865) setting_slider_graphic_pane_vc_t2

0x0001,

0xfa95,	// (0x00044e79) setting_slider_graphic_pane_vc_t

0x348f,	// (0x00038873) slider_set_pane_cp_vc

0x3497,	// (0x0003887b) slider_set_pane_vc_g1

0x34a0,	// (0x00038884) slider_set_pane_vc_g2

0x0006,

0xfa9a,	// (0x00044e7e) slider_set_pane_vc_g

0xccee,	// (0x000420d2) set_opt_bg_pane_g1_copy1

0xccf6,	// (0x000420da) set_opt_bg_pane_g2_copy1

0x34cc,	// (0x000388b0) set_opt_bg_pane_g3_copy1

0xcd06,	// (0x000420ea) set_opt_bg_pane_g4_copy1

0xcd0e,	// (0x000420f2) set_opt_bg_pane_g5_copy1

0xcd16,	// (0x000420fa) set_opt_bg_pane_g6_copy1

0x34d6,	// (0x000388ba) set_opt_bg_pane_g7_copy1

0x34e0,	// (0x000388c4) set_opt_bg_pane_g8_copy1

0x34ea,	// (0x000388ce) set_opt_bg_pane_g9_copy1

0xc619,	// (0x000419fd) bg_set_opt_pane_cp_vc

0x34f4,	// (0x000388d8) setting_slider_pane_vc_t1

0x3473,	// (0x00038857) setting_slider_pane_vc_t2

0x3481,	// (0x00038865) setting_slider_pane_vc_t3

0x0002,

0xfaa9,	// (0x00044e8d) setting_slider_pane_vc_t

0x348f,	// (0x00038873) slider_set_pane_vc

0x7596,	// (0x0003c97a) volume_set_pane_vc_g1

0x7d46,	// (0x0003d12a) volume_set_pane_vc_g2

0x7d4f,	// (0x0003d133) volume_set_pane_vc_g3

0x7d58,	// (0x0003d13c) volume_set_pane_vc_g4

0x7d61,	// (0x0003d145) volume_set_pane_vc_g5

0x7d6a,	// (0x0003d14e) volume_set_pane_vc_g6

0x7d73,	// (0x0003d157) volume_set_pane_vc_g7

0x7d7c,	// (0x0003d160) volume_set_pane_vc_g8

0x7d85,	// (0x0003d169) volume_set_pane_vc_g9

0x7d8e,	// (0x0003d172) volume_set_pane_vc_g10

0x0009,

0xfab0,	// (0x00044e94) volume_set_pane_vc_g

0x3503,	// (0x000388e7) volume_set_pane_vc

0x350b,	// (0x000388ef) button_value_adjust_pane_cp1_vc

0x3515,	// (0x000388f9) list_highlight_pane_cp2_vc

0x351e,	// (0x00038902) list_set_pane_vc_ParamLimits

0x351e,	// (0x00038902) list_set_pane_vc

0x358c,	// (0x00038970) main_pane_set_vc_t1_ParamLimits

0x358c,	// (0x00038970) main_pane_set_vc_t1

0x35a1,	// (0x00038985) main_pane_set_vc_t2_ParamLimits

0x35a1,	// (0x00038985) main_pane_set_vc_t2

0x35b3,	// (0x00038997) main_pane_set_vc_t3_ParamLimits

0x35b3,	// (0x00038997) main_pane_set_vc_t3

0x35c7,	// (0x000389ab) main_pane_set_vc_t4_ParamLimits

0x35c7,	// (0x000389ab) main_pane_set_vc_t4

0x0003,

0xfac5,	// (0x00044ea9) main_pane_set_vc_t_ParamLimits

0xfac5,	// (0x00044ea9) main_pane_set_vc_t

0x35db,	// (0x000389bf) setting_code_pane_vc_ParamLimits

0x35db,	// (0x000389bf) setting_code_pane_vc

0x35ec,	// (0x000389d0) setting_slider_graphic_pane_vc

0x35ec,	// (0x000389d0) setting_slider_pane_vc

0x35ec,	// (0x000389d0) setting_text_pane_vc

0x35ec,	// (0x000389d0) setting_volume_pane_vc

0x35f6,	// (0x000389da) scroll_pane_cp121_vc

0xcc61,	// (0x00042045) set_content_pane_vc

0x3634,	// (0x00038a18) button_value_adjust_pane_g1

0x363d,	// (0x00038a21) button_value_adjust_pane_g2

0x0001,

0xfb1d,	// (0x00044f01) button_value_adjust_pane_g

0x3646,	// (0x00038a2a) form_field_slider_wide_pane_vc_t1_ParamLimits

0x3646,	// (0x00038a2a) form_field_slider_wide_pane_vc_t1

0x3658,	// (0x00038a3c) form_field_slider_wide_pane_vc_t2_ParamLimits

0x3658,	// (0x00038a3c) form_field_slider_wide_pane_vc_t2

0x0001,

0xfb22,	// (0x00044f06) form_field_slider_wide_pane_vc_t_ParamLimits

0xfb22,	// (0x00044f06) form_field_slider_wide_pane_vc_t

0xc667,	// (0x00041a4b) input_focus_pane_cp10_vc_ParamLimits

0xc667,	// (0x00041a4b) input_focus_pane_cp10_vc

0x366a,	// (0x00038a4e) slider_cont_pane_cp1_vc_ParamLimits

0x366a,	// (0x00038a4e) slider_cont_pane_cp1_vc

0x3497,	// (0x0003887b) slider_form_pane_g1_cp2

0x34a0,	// (0x00038884) slider_form_pane_g2_cp2

0x3683,	// (0x00038a67) form_field_slider_pane_vc_t3

0x3691,	// (0x00038a75) form_field_slider_pane_vc_t4

0x369f,	// (0x00038a83) slider_form_pane_vc_ParamLimits

0x369f,	// (0x00038a83) slider_form_pane_vc

0x36ac,	// (0x00038a90) form_field_slider_pane_vc_t1_ParamLimits

0x36ac,	// (0x00038a90) form_field_slider_pane_vc_t1

0x3658,	// (0x00038a3c) form_field_slider_pane_vc_t2_ParamLimits

0x3658,	// (0x00038a3c) form_field_slider_pane_vc_t2

0x0001,

0xfb32,	// (0x00044f16) form_field_slider_pane_vc_t_ParamLimits

0xfb32,	// (0x00044f16) form_field_slider_pane_vc_t

0xc667,	// (0x00041a4b) input_focus_pane_cp9_vc_ParamLimits

0xc667,	// (0x00041a4b) input_focus_pane_cp9_vc

0x36c2,	// (0x00038aa6) slider_cont_pane_vc_ParamLimits

0x36c2,	// (0x00038aa6) slider_cont_pane_vc

0x36d4,	// (0x00038ab8) list_form_graphic_pane_cp_vc_ParamLimits

0x36d4,	// (0x00038ab8) list_form_graphic_pane_cp_vc

0xdc18,	// (0x00042ffc) form_field_popup_wide_pane_vc_g1

0x36e9,	// (0x00038acd) form_field_popup_wide_pane_vc_t1_ParamLimits

0x36e9,	// (0x00038acd) form_field_popup_wide_pane_vc_t1

0xcc87,	// (0x0004206b) input_focus_pane_cp8_vc_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_cp8_vc

0x3700,	// (0x00038ae4) list_form_wide_pane_vc_ParamLimits

0x3700,	// (0x00038ae4) list_form_wide_pane_vc

0x370c,	// (0x00038af0) list_form_graphic_pane_vc_g1

0x3714,	// (0x00038af8) list_form_graphic_pane_vc_t1_ParamLimits

0x3714,	// (0x00038af8) list_form_graphic_pane_vc_t1

0xc675,	// (0x00041a59) list_highlight_pane_cp5_vc_ParamLimits

0xc675,	// (0x00041a59) list_highlight_pane_cp5_vc

0x3730,	// (0x00038b14) list_form_graphic_pane_vc_ParamLimits

0x3730,	// (0x00038b14) list_form_graphic_pane_vc

0xdc18,	// (0x00042ffc) form_field_popup_pane_vc_g1

0x374a,	// (0x00038b2e) form_field_popup_pane_vc_t1_ParamLimits

0x374a,	// (0x00038b2e) form_field_popup_pane_vc_t1

0xcc87,	// (0x0004206b) input_focus_pane_cp7_vc_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_cp7_vc

0x3761,	// (0x00038b45) list_form_pane_vc_ParamLimits

0x3761,	// (0x00038b45) list_form_pane_vc

0x376d,	// (0x00038b51) data_form_pane_vc_t1_ParamLimits

0x376d,	// (0x00038b51) data_form_pane_vc_t1

0xccee,	// (0x000420d2) input_focus_pane_vc_g1

0xccf6,	// (0x000420da) input_focus_pane_vc_g2

0xccfe,	// (0x000420e2) input_focus_pane_vc_g3

0xcd06,	// (0x000420ea) input_focus_pane_vc_g4

0xcd0e,	// (0x000420f2) input_focus_pane_vc_g5

0xcd16,	// (0x000420fa) input_focus_pane_vc_g6

0xcd1e,	// (0x00042102) input_focus_pane_vc_g7

0xcd26,	// (0x0004210a) input_focus_pane_vc_g8

0xcd2e,	// (0x00042112) input_focus_pane_vc_g9

0xc5ab,	// (0x0004198f) input_focus_pane_vc_g10

0x0009,

0xf72d,	// (0x00044b11) input_focus_pane_vc_g

0xdc0c,	// (0x00042ff0) data_form_pane_vc_ParamLimits

0xdc0c,	// (0x00042ff0) data_form_pane_vc

0xdc18,	// (0x00042ffc) form_field_data_pane_vc_g1

0x378a,	// (0x00038b6e) form_field_data_pane_vc_t1_ParamLimits

0x378a,	// (0x00038b6e) form_field_data_pane_vc_t1

0xcc87,	// (0x0004206b) input_focus_pane_vc_ParamLimits

0xcc87,	// (0x0004206b) input_focus_pane_vc

0x37a4,	// (0x00038b88) button_value_adjust_pane_cp3_vc

0x37ac,	// (0x00038b90) button_value_adjust_pane_cp5_vc

0x37b4,	// (0x00038b98) form_field_data_pane_vc_ParamLimits

0x37b4,	// (0x00038b98) form_field_data_pane_vc

0x37cf,	// (0x00038bb3) form_field_data_pane_vc_cp2

0x37d7,	// (0x00038bbb) form_field_data_wide_pane_vc_ParamLimits

0x37d7,	// (0x00038bbb) form_field_data_wide_pane_vc

0x37f1,	// (0x00038bd5) form_field_data_wide_pane_vc_cp2

0x37f9,	// (0x00038bdd) form_field_popup_pane_vc_ParamLimits

0x37f9,	// (0x00038bdd) form_field_popup_pane_vc

0x3814,	// (0x00038bf8) form_field_popup_wide_pane_vc_ParamLimits

0x3814,	// (0x00038bf8) form_field_popup_wide_pane_vc

0x382e,	// (0x00038c12) form_field_slider_pane_vc_ParamLimits

0x382e,	// (0x00038c12) form_field_slider_pane_vc

0x3841,	// (0x00038c25) form_field_slider_wide_pane_vc_ParamLimits

0x3841,	// (0x00038c25) form_field_slider_wide_pane_vc

0x13cd,	// (0x000367b1) grid_touch_1_pane_ParamLimits

0x13cd,	// (0x000367b1) grid_touch_1_pane

0x13e1,	// (0x000367c5) grid_touch_2_pane_ParamLimits

0x13e1,	// (0x000367c5) grid_touch_2_pane

0x3854,	// (0x00038c38) touch_pane_g1_ParamLimits

0x3854,	// (0x00038c38) touch_pane_g1

0x3862,	// (0x00038c46) cell_app_pane_cp_wide_ParamLimits

0x3862,	// (0x00038c46) cell_app_pane_cp_wide

0x3873,	// (0x00038c57) grid_popup_fast_wide_pane_ParamLimits

0x3873,	// (0x00038c57) grid_popup_fast_wide_pane

0x3887,	// (0x00038c6b) scroll_pane_cp19_ParamLimits

0x3887,	// (0x00038c6b) scroll_pane_cp19

0xc619,	// (0x000419fd) bg_popup_window_pane_cp20

0x389b,	// (0x00038c7f) listscroll_popup_fast_wide_pane

0xd205,	// (0x000425e9) grid_indicator_nsta_pane

0x38a3,	// (0x00038c87) clock_nsta_pane_g1

0x38ac,	// (0x00038c90) clock_nsta_pane_t1

0x38c8,	// (0x00038cac) cell_indicator_nsta_pane_ParamLimits

0x38c8,	// (0x00038cac) cell_indicator_nsta_pane

0x3854,	// (0x00038c38) cell_indicator_nsta_pane_g1

0x3900,	// (0x00038ce4) cell_indicator_nsta_pane_g2

0x0001,

0xfb3c,	// (0x00044f20) cell_indicator_nsta_pane_g

0x3915,	// (0x00038cf9) clock_nsta_pane_cp

0x391f,	// (0x00038d03) indicator_nsta_pane_cp

0x392a,	// (0x00038d0e) nsta_clock_indic_pane_g1

0xc6b1,	// (0x00041a95) grid_indicator_pane

0xd0e3,	// (0x000424c7) scroll_pane_cp29

0x6573,	// (0x0003b957) indicator_nsta_pane_cp2_ParamLimits

0x6573,	// (0x0003b957) indicator_nsta_pane_cp2

0xc675,	// (0x00041a59) main_apps_wheel_pane

0xdd33,	// (0x00043117) form_midp_field_text_pane_ParamLimits

0xde6a,	// (0x0004324e) scroll_bar_cp050_ParamLimits

0x3962,	// (0x00038d46) cell_indicator_pane_ParamLimits

0x3962,	// (0x00038d46) cell_indicator_pane

0x3979,	// (0x00038d5d) cell_indicator_pane_g1

0x140d,	// (0x000367f1) grid_wheel_folder_pane_ParamLimits

0x140d,	// (0x000367f1) grid_wheel_folder_pane

0x141b,	// (0x000367ff) list_wheel_apps_pane_ParamLimits

0x141b,	// (0x000367ff) list_wheel_apps_pane

0x1429,	// (0x0003680d) main_apps_wheel_pane_g1_ParamLimits

0x1429,	// (0x0003680d) main_apps_wheel_pane_g1

0x1439,	// (0x0003681d) main_apps_wheel_pane_g2_ParamLimits

0x1439,	// (0x0003681d) main_apps_wheel_pane_g2

0x0001,

0xfb4b,	// (0x00044f2f) main_apps_wheel_pane_g_ParamLimits

0xfb4b,	// (0x00044f2f) main_apps_wheel_pane_g

0x1449,	// (0x0003682d) main_apps_wheel_pane_t1_ParamLimits

0x1449,	// (0x0003682d) main_apps_wheel_pane_t1

0x145f,	// (0x00036843) list_wheel_apps_pane_g1

0x1467,	// (0x0003684b) list_wheel_apps_pane_g2

0x146f,	// (0x00036853) list_wheel_apps_pane_g3

0x1477,	// (0x0003685b) list_wheel_apps_pane_g4

0x147f,	// (0x00036863) list_wheel_apps_pane_g5

0x0004,

0xfb50,	// (0x00044f34) list_wheel_apps_pane_g

0xd57f,	// (0x00042963) navi_icon_text_pane

0x07b5,	// (0x00035b99) aid_fill_nsta

0x14a0,	// (0x00036884) navi_icon_text_pane_g1

0x14ac,	// (0x00036890) navi_icon_text_pane_t1

0xf4e9,	// (0x000448cd) list_set_graphic_pane_t1_ParamLimits

0xf4e9,	// (0x000448cd) list_set_graphic_pane_t1

0xe55c,	// (0x00043940) popup_midp_note_alarm_window_t6_ParamLimits

0xe55c,	// (0x00043940) popup_midp_note_alarm_window_t6

0xe56e,	// (0x00043952) popup_midp_note_alarm_window_t7_ParamLimits

0xe56e,	// (0x00043952) popup_midp_note_alarm_window_t7

0xe580,	// (0x00043964) popup_midp_note_alarm_window_t8_ParamLimits

0xe580,	// (0x00043964) popup_midp_note_alarm_window_t8

0xe592,	// (0x00043976) popup_midp_note_alarm_window_t9_ParamLimits

0xe592,	// (0x00043976) popup_midp_note_alarm_window_t9

0xe5a4,	// (0x00043988) popup_midp_note_alarm_window_t10_ParamLimits

0xe5a4,	// (0x00043988) popup_midp_note_alarm_window_t10

0xe5b6,	// (0x0004399a) popup_midp_note_alarm_window_t11_ParamLimits

0xe5b6,	// (0x0004399a) popup_midp_note_alarm_window_t11

0xe5c8,	// (0x000439ac) scroll_pane_cp17_ParamLimits

0xe5c8,	// (0x000439ac) scroll_pane_cp17

0x7596,	// (0x0003c97a) volume_small_pane_cp_g1

0x7ea8,	// (0x0003d28c) volume_small_pane_cp_g2

0x7eb1,	// (0x0003d295) volume_small_pane_cp_g3

0x7eba,	// (0x0003d29e) volume_small_pane_cp_g4

0x7ec3,	// (0x0003d2a7) volume_small_pane_cp_g5

0x7d61,	// (0x0003d145) volume_small_pane_cp_g6

0x7ecc,	// (0x0003d2b0) volume_small_pane_cp_g7

0x7ed5,	// (0x0003d2b9) volume_small_pane_cp_g8

0x7ede,	// (0x0003d2c2) volume_small_pane_cp_g9

0x7ee7,	// (0x0003d2cb) volume_small_pane_cp_g10

0xd6fd,	// (0x00042ae1) midp_ticker_pane_g1_ParamLimits

0xd709,	// (0x00042aed) midp_ticker_pane_g2_ParamLimits

0xf7f5,	// (0x00044bd9) midp_ticker_pane_g_ParamLimits

0xf5a7,	// (0x0004498b) midp_ticker_pane_t1_ParamLimits

0x07d1,	// (0x00035bb5) aid_fill_nsta_2

0xde56,	// (0x0004323a) list_form2_midp_pane

0x2ffb,	// (0x000383df) midp_editing_number_pane_ParamLimits

0x300a,	// (0x000383ee) midp_ticker_pane_ParamLimits

0x3983,	// (0x00038d67) form2_midp_field_pane

0x398b,	// (0x00038d6f) scroll_pane_cp51

0x39ab,	// (0x00038d8f) form2_midp_button_pane_ParamLimits

0x39ab,	// (0x00038d8f) form2_midp_button_pane

0x39bd,	// (0x00038da1) form2_midp_content_pane_ParamLimits

0x39bd,	// (0x00038da1) form2_midp_content_pane

0x39d7,	// (0x00038dbb) form2_midp_field_choice_group_pane

0x39df,	// (0x00038dc3) form2_midp_field_pane_g1

0x39e7,	// (0x00038dcb) form2_midp_field_pane_g2

0x39ef,	// (0x00038dd3) form2_midp_field_pane_g3

0x39f7,	// (0x00038ddb) form2_midp_field_pane_g4

0x0003,

0xfb75,	// (0x00044f59) form2_midp_field_pane_g

0x39ff,	// (0x00038de3) form2_midp_gauge_slider_pane

0x3a07,	// (0x00038deb) form2_midp_gauge_wait_pane

0x3a0f,	// (0x00038df3) form2_midp_image_pane_ParamLimits

0x3a0f,	// (0x00038df3) form2_midp_image_pane

0x3a2a,	// (0x00038e0e) form2_midp_label_pane_ParamLimits

0x3a2a,	// (0x00038e0e) form2_midp_label_pane

0x14da,	// (0x000368be) form2_midp_label_pane_cp_ParamLimits

0x14da,	// (0x000368be) form2_midp_label_pane_cp

0x3a49,	// (0x00038e2d) form2_midp_string_pane_ParamLimits

0x3a49,	// (0x00038e2d) form2_midp_string_pane

0xed0c,	// (0x000440f0) form2_midp_text_pane_ParamLimits

0xed0c,	// (0x000440f0) form2_midp_text_pane

0x3a5b,	// (0x00038e3f) form2_midp_time_pane

0x3a6b,	// (0x00038e4f) input_focus_pane_cp51_ParamLimits

0x3a6b,	// (0x00038e4f) input_focus_pane_cp51

0x3a83,	// (0x00038e67) form2_midp_label_pane_t1_ParamLimits

0x3a83,	// (0x00038e67) form2_midp_label_pane_t1

0xed2f,	// (0x00044113) form2_mdip_text_pane_t1_ParamLimits

0xed2f,	// (0x00044113) form2_mdip_text_pane_t1

0x9cdf,	// (0x0003f0c3) form2_midp_time_pane_t1

0x3ad4,	// (0x00038eb8) form2_midp_gauge_slider_pane_t1

0x14fb,	// (0x000368df) form2_midp_gauge_slider_pane_t2

0x150d,	// (0x000368f1) form2_midp_gauge_slider_pane_t3

0x0002,

0xfb7e,	// (0x00044f62) form2_midp_gauge_slider_pane_t

0x3ae6,	// (0x00038eca) form2_midp_slider_pane

0x3af2,	// (0x00038ed6) form2_midp_gauge_wait_pane_t1

0x3b00,	// (0x00038ee4) form2_midp_wait_pane_ParamLimits

0x3b00,	// (0x00038ee4) form2_midp_wait_pane

0xde76,	// (0x0004325a) list_single_2graphic_pane_cp4_ParamLimits

0xde76,	// (0x0004325a) list_single_2graphic_pane_cp4

0x0c4f,	// (0x00036033) list_single_midp_graphic_pane_cp_ParamLimits

0x0c4f,	// (0x00036033) list_single_midp_graphic_pane_cp

0xc619,	// (0x000419fd) list_highlight_pane_cp20

0x3b2c,	// (0x00038f10) list_single_2graphic_pane_g1_cp4

0x332b,	// (0x0003870f) list_single_2graphic_pane_g2_cp4

0x3b34,	// (0x00038f18) list_single_2graphic_pane_t1_cp4

0xc675,	// (0x00041a59) list_highlight_pane_cp21

0x3b43,	// (0x00038f27) list_single_midp_graphic_pane_g4_cp

0x3b52,	// (0x00038f36) list_single_midp_graphic_pane_t1_cp

0x151f,	// (0x00036903) form2_mdip_string_pane_t1_ParamLimits

0x151f,	// (0x00036903) form2_mdip_string_pane_t1

0xc619,	// (0x000419fd) bg_wml_button_pane_cp2

0xc5ab,	// (0x0004198f) form2_midp_image_pane_g1

0x94d1,	// (0x0003e8b5) list_double_large_graphic_pane_g5_ParamLimits

0x94d1,	// (0x0003e8b5) list_double_large_graphic_pane_g5

0xf4ff,	// (0x000448e3) midp_form_pane_ParamLimits

0xc675,	// (0x00041a59) main_apps_wheel_pane_ParamLimits

0xbe24,	// (0x00041208) popup_preview_window_ParamLimits

0xbe24,	// (0x00041208) popup_preview_window

0x6fa4,	// (0x0003c388) popup_touch_info_window_ParamLimits

0x6fa4,	// (0x0003c388) popup_touch_info_window

0x6fcc,	// (0x0003c3b0) popup_touch_menu_window_ParamLimits

0x6fcc,	// (0x0003c3b0) popup_touch_menu_window

0xc5a1,	// (0x00041985) bg_popup_sub_pane_cp6

0x3b67,	// (0x00038f4b) list_touch_menu_pane

0x3b6f,	// (0x00038f53) list_single_touch_menu_pane_ParamLimits

0x3b6f,	// (0x00038f53) list_single_touch_menu_pane

0x3b87,	// (0x00038f6b) list_single_touch_menu_pane_t1

0xc675,	// (0x00041a59) bg_popup_sub_pane_cp7_ParamLimits

0xc675,	// (0x00041a59) bg_popup_sub_pane_cp7

0x3b95,	// (0x00038f79) heading_sub_pane

0x3b9d,	// (0x00038f81) list_touch_info_pane_ParamLimits

0x3b9d,	// (0x00038f81) list_touch_info_pane

0x3bac,	// (0x00038f90) list_single_touch_info_pane_ParamLimits

0x3bac,	// (0x00038f90) list_single_touch_info_pane

0x3bbd,	// (0x00038fa1) list_single_touch_info_pane_t1

0x3bcb,	// (0x00038faf) list_single_touch_info_pane_t2

0x0001,

0xfb8c,	// (0x00044f70) list_single_touch_info_pane_t

0xd6d1,	// (0x00042ab5) bg_popup_heading_pane_cp

0x3bd9,	// (0x00038fbd) heading_sub_pane_t1

0xdbd2,	// (0x00042fb6) bg_popup_preview_window_pane_cp_ParamLimits

0xdbd2,	// (0x00042fb6) bg_popup_preview_window_pane_cp

0x3b95,	// (0x00038f79) heading_preview_pane

0x3b9d,	// (0x00038f81) list_preview_pane_ParamLimits

0x3b9d,	// (0x00038f81) list_preview_pane

0x3be7,	// (0x00038fcb) popup_preview_window_g1

0x3bac,	// (0x00038f90) list_single_preview_pane_ParamLimits

0x3bac,	// (0x00038f90) list_single_preview_pane

0x3bef,	// (0x00038fd3) list_single_preview_pane_g1

0x3bf7,	// (0x00038fdb) list_single_preview_pane_t1

0x3bbd,	// (0x00038fa1) list_single_preview_pane_t2

0x0001,

0xfb91,	// (0x00044f75) list_single_preview_pane_t

0x3c05,	// (0x00038fe9) bg_popup_heading_pane_cp2_ParamLimits

0x3c05,	// (0x00038fe9) bg_popup_heading_pane_cp2

0x3c1b,	// (0x00038fff) heading_preview_pane_g1

0x3c23,	// (0x00039007) heading_preview_pane_t1_ParamLimits

0x3c23,	// (0x00039007) heading_preview_pane_t1

0xc6c8,	// (0x00041aac) soft_indicator_pane_t1_ParamLimits

0xcc03,	// (0x00041fe7) scroll_pane_ParamLimits

0xcfdc,	// (0x000423c0) scroll_sc2_left_pane

0xcfe5,	// (0x000423c9) scroll_sc2_right_pane

0xd004,	// (0x000423e8) scroll_bg_pane_g1_ParamLimits

0xd019,	// (0x000423fd) scroll_bg_pane_g2_ParamLimits

0xd031,	// (0x00042415) scroll_bg_pane_g3_ParamLimits

0xf784,	// (0x00044b68) scroll_bg_pane_g_ParamLimits

0xd004,	// (0x000423e8) scroll_handle_pane_g1_ParamLimits

0xd053,	// (0x00042437) scroll_handle_pane_g2_ParamLimits

0xd031,	// (0x00042415) scroll_handle_pane_g3_ParamLimits

0xf78b,	// (0x00044b6f) scroll_handle_pane_g_ParamLimits

0x6a08,	// (0x0003bdec) popup_choice_list_window_ParamLimits

0x6a08,	// (0x0003bdec) popup_choice_list_window

0xda34,	// (0x00042e18) choice_list_pane

0xdab6,	// (0x00042e9a) cell_toolbar_pane_t1

0xdade,	// (0x00042ec2) toolbar_button_pane_ParamLimits

0x2d54,	// (0x00038138) ai_gene_pane_1_t2_ParamLimits

0x2d54,	// (0x00038138) ai_gene_pane_1_t2

0x0001,

0xf9a3,	// (0x00044d87) ai_gene_pane_1_t_ParamLimits

0xf9a3,	// (0x00044d87) ai_gene_pane_1_t

0x3c40,	// (0x00039024) scroll_sc2_left_pane_g1

0x3c40,	// (0x00039024) scroll_sc2_right_pane_g1

0xd22b,	// (0x0004260f) bg_popup_sub_pane_cp10

0x3c4a,	// (0x0003902e) list_choice_list_pane

0x3c63,	// (0x00039047) list_single_choice_list_pane_ParamLimits

0x3c63,	// (0x00039047) list_single_choice_list_pane

0x3c77,	// (0x0003905b) list_single_choice_list_pane_g1

0x3c7f,	// (0x00039063) list_single_choice_list_pane_t1_ParamLimits

0x3c7f,	// (0x00039063) list_single_choice_list_pane_t1

0x3c94,	// (0x00039078) choice_list_pane_g1

0x3c9c,	// (0x00039080) choice_list_pane_t1

0xc5a1,	// (0x00041985) input_focus_pane_cp11

0xcf49,	// (0x0004232d) title_pane_stacon_g2_ParamLimits

0xcf49,	// (0x0004232d) title_pane_stacon_g2

0x0002,

0xf76a,	// (0x00044b4e) title_pane_stacon_g_ParamLimits

0xf76a,	// (0x00044b4e) title_pane_stacon_g

0xd6d1,	// (0x00042ab5) cursor_press_pane

0xbaa1,	// (0x00040e85) popup_fep_hwr_window_ParamLimits

0xbaa1,	// (0x00040e85) popup_fep_hwr_window

0x6b4a,	// (0x0003bf2e) popup_fep_vkb_window_ParamLimits

0x6b4a,	// (0x0003bf2e) popup_fep_vkb_window

0x3caa,	// (0x0003908e) cursor_press_pane_g1

0x0002,

0xfbba,	// (0x00044f9e) fep_vkb_side_pane_g_ParamLimits

0x8039,	// (0x0003d41d) fep_hwr_candidate_pane_ParamLimits

0x8039,	// (0x0003d41d) fep_hwr_candidate_pane

0x8063,	// (0x0003d447) fep_hwr_side_pane_ParamLimits

0x8063,	// (0x0003d447) fep_hwr_side_pane

0x8085,	// (0x0003d469) fep_hwr_top_pane_ParamLimits

0x8085,	// (0x0003d469) fep_hwr_top_pane

0x809d,	// (0x0003d481) fep_hwr_write_pane_ParamLimits

0x809d,	// (0x0003d481) fep_hwr_write_pane

0xfbba,	// (0x00044f9e) fep_vkb_side_pane_g

0x3cc4,	// (0x000390a8) fep_hwr_top_pane_g1

0x3cb2,	// (0x00039096) fep_hwr_top_pane_g2

0x80d7,	// (0x0003d4bb) fep_hwr_top_pane_g3

0x0002,

0xfb96,	// (0x00044f7a) fep_hwr_top_pane_g

0x80ec,	// (0x0003d4d0) fep_hwr_top_text_pane

0xd1d4,	// (0x000425b8) fep_hwr_top_text_pane_g1

0x3cfa,	// (0x000390de) fep_hwr_top_text_pane_t1

0x81f2,	// (0x0003d5d6) fep_hwr_candidate_pane_g1

0x3ef8,	// (0x000392dc) fep_vkb_keypad_pane_g3_ParamLimits

0x3ef8,	// (0x000392dc) fep_vkb_keypad_pane_g3

0x3f24,	// (0x00039308) fep_vkb_keypad_pane_g4_ParamLimits

0x3f24,	// (0x00039308) fep_vkb_keypad_pane_g4

0x3f9b,	// (0x0003937f) fep_vkb_bottom_pane_g2_ParamLimits

0x3f9b,	// (0x0003937f) fep_vkb_bottom_pane_g2

0x0001,

0xfbc1,	// (0x00044fa5) fep_vkb_bottom_pane_g_ParamLimits

0xfbc1,	// (0x00044fa5) fep_vkb_bottom_pane_g

0x3c40,	// (0x00039024) cell_vkb_side_pane_g2

0x0001,

0xfbcb,	// (0x00044faf) cell_vkb_side_pane_g

0x3fdf,	// (0x000393c3) cell_vkb_side_pane_t1

0x3fed,	// (0x000393d1) cell_vkb_side_pane_t1_copy1

0x3c40,	// (0x00039024) bg_fep_vkb_candidate_pane_g2

0x40db,	// (0x000394bf) cell_vkb_candidate_pane_ParamLimits

0x3d08,	// (0x000390ec) aid_size_cell_vkb_ParamLimits

0x3d08,	// (0x000390ec) aid_size_cell_vkb

0x40db,	// (0x000394bf) cell_vkb_candidate_pane

0x8303,	// (0x0003d6e7) bg_popup_fep_shadow_pane_g1

0x3d88,	// (0x0003916c) fep_vkb_bottom_pane_ParamLimits

0x3d88,	// (0x0003916c) fep_vkb_bottom_pane

0x3dc5,	// (0x000391a9) fep_vkb_candidate_pane_ParamLimits

0x3dc5,	// (0x000391a9) fep_vkb_candidate_pane

0x3de1,	// (0x000391c5) fep_vkb_keypad_pane_ParamLimits

0x3de1,	// (0x000391c5) fep_vkb_keypad_pane

0x3e14,	// (0x000391f8) fep_vkb_side_pane_ParamLimits

0x3e14,	// (0x000391f8) fep_vkb_side_pane

0x3e50,	// (0x00039234) fep_vkb_top_pane_ParamLimits

0x3e50,	// (0x00039234) fep_vkb_top_pane

0x3e8c,	// (0x00039270) fep_vkb_top_pane_g1_ParamLimits

0x3e8c,	// (0x00039270) fep_vkb_top_pane_g1

0x3e9b,	// (0x0003927f) fep_vkb_top_pane_g2_ParamLimits

0x3e9b,	// (0x0003927f) fep_vkb_top_pane_g2

0x3eaa,	// (0x0003928e) fep_vkb_top_pane_g3_ParamLimits

0x3eaa,	// (0x0003928e) fep_vkb_top_pane_g3

0x0003,

0xfbb1,	// (0x00044f95) fep_vkb_top_pane_g_ParamLimits

0xfbb1,	// (0x00044f95) fep_vkb_top_pane_g

0x3ec8,	// (0x000392ac) fep_vkb_top_text_pane_ParamLimits

0x3ec8,	// (0x000392ac) fep_vkb_top_text_pane

0x1602,	// (0x000369e6) fep_vkb_side_pane_g1_ParamLimits

0x1602,	// (0x000369e6) fep_vkb_side_pane_g1

0x3ee7,	// (0x000392cb) grid_vkb_side_pane_ParamLimits

0x3ee7,	// (0x000392cb) grid_vkb_side_pane

0x830b,	// (0x0003d6ef) bg_popup_fep_shadow_pane_g2

0x8314,	// (0x0003d6f8) bg_popup_fep_shadow_pane_g3

0x831c,	// (0x0003d700) bg_popup_fep_shadow_pane_g4

0x8325,	// (0x0003d709) bg_popup_fep_shadow_pane_g5

0x832f,	// (0x0003d713) bg_popup_fep_shadow_pane_g6

0x8337,	// (0x0003d71b) bg_popup_fep_shadow_pane_g7

0xcd06,	// (0x000420ea) bg_popup_fep_shadow_pane_g8

0x3f46,	// (0x0003932a) grid_vkb_keypad_number_pane_ParamLimits

0x3f46,	// (0x0003932a) grid_vkb_keypad_number_pane

0x3f5a,	// (0x0003933e) grid_vkb_keypad_pane_ParamLimits

0x3f5a,	// (0x0003933e) grid_vkb_keypad_pane

0x3f80,	// (0x00039364) fep_vkb_bottom_pane_g1_ParamLimits

0x3f80,	// (0x00039364) fep_vkb_bottom_pane_g1

0x3fa9,	// (0x0003938d) grid_vkb_keypad_bottom_left_pane_ParamLimits

0x3fa9,	// (0x0003938d) grid_vkb_keypad_bottom_left_pane

0x3fbe,	// (0x000393a2) grid_vkb_keypad_bottom_right_pane_ParamLimits

0x3fbe,	// (0x000393a2) grid_vkb_keypad_bottom_right_pane

0x3fd3,	// (0x000393b7) fep_vkb_top_text_pane_g1

0x1649,	// (0x00036a2d) fep_vkb_top_text_pane_t1

0x165b,	// (0x00036a3f) cell_vkb_side_pane_ParamLimits

0x165b,	// (0x00036a3f) cell_vkb_side_pane

0x3c40,	// (0x00039024) cell_vkb_side_pane_g1

0x3ffb,	// (0x000393df) cell_vkb_keypad_pane_ParamLimits

0x3ffb,	// (0x000393df) cell_vkb_keypad_pane

0x4088,	// (0x0003946c) cell_vkb_keypad_pane_g1

0x0008,

0xfbde,	// (0x00044fc2) bg_popup_fep_shadow_pane_g

0x8349,	// (0x0003d72d) cell_hwr_side_pane_g1

0x8349,	// (0x0003d72d) cell_hwr_side_pane_g2

0x4092,	// (0x00039476) cell_vkb_keypad_pane_t1

0x1671,	// (0x00036a55) cell_vkb_keypad_bottom_left_pane_ParamLimits

0x1671,	// (0x00036a55) cell_vkb_keypad_bottom_left_pane

0x1686,	// (0x00036a6a) cell_vkb_keypad_bottom_right_pane_ParamLimits

0x1686,	// (0x00036a6a) cell_vkb_keypad_bottom_right_pane

0x3c40,	// (0x00039024) cell_vkb_keypad_bottom_left_pane_g1

0x3c40,	// (0x00039024) cell_vkb_keypad_bottom_right_pane_g1

0x40a0,	// (0x00039484) cell_vkb_keypad_number_pane_ParamLimits

0x40a0,	// (0x00039484) cell_vkb_keypad_number_pane

0x40bf,	// (0x000394a3) cell_vkb_keypad_number_pane_g1

0x40c9,	// (0x000394ad) cell_vkb_keypad_number_pane_g2

0x40d2,	// (0x000394b6) cell_vkb_keypad_number_pane_g3

0x0002,

0xfbd0,	// (0x00044fb4) cell_vkb_keypad_number_pane_g

0x4092,	// (0x00039476) cell_vkb_keypad_number_pane_t1

0x40fc,	// (0x000394e0) fep_vkb_candidate_pane_g1

0x0001,

0xfbf1,	// (0x00044fd5) cell_hwr_side_pane_g

0x4115,	// (0x000394f9) cell_hwr_side_pane_t1

0x8353,	// (0x0003d737) cell_hwr_side_pane_t1_copy1

0x8361,	// (0x0003d745) cell_hwr_candidate_pane_g1

0x8390,	// (0x0003d774) cell_hwr_candidate_pane_t1

0x3c40,	// (0x00039024) cell_vkb_candidate_pane_g2

0x419b,	// (0x0003957f) cell_vkb_candidate_pane_t1

0x8000,	// (0x0003d3e4) bg_popup_fep_shadow_pane_ParamLimits

0x8000,	// (0x0003d3e4) bg_popup_fep_shadow_pane

0x80b7,	// (0x0003d49b) bg_fep_hwr_top_pane_g4

0x3cd6,	// (0x000390ba) bg_hwr_side_pane_g1_ParamLimits

0x3cd6,	// (0x000390ba) bg_hwr_side_pane_g1

0xc354,	// (0x00041738) cell_hwr_side_pane_ParamLimits

0xc354,	// (0x00041738) cell_hwr_side_pane

0x8167,	// (0x0003d54b) fep_hwr_write_pane_g1_ParamLimits

0x8167,	// (0x0003d54b) fep_hwr_write_pane_g1

0x8174,	// (0x0003d558) fep_hwr_write_pane_g2_ParamLimits

0x8174,	// (0x0003d558) fep_hwr_write_pane_g2

0x8181,	// (0x0003d565) fep_hwr_write_pane_g3_ParamLimits

0x8181,	// (0x0003d565) fep_hwr_write_pane_g3

0xc374,	// (0x00041758) fep_hwr_write_pane_g4_ParamLimits

0xc374,	// (0x00041758) fep_hwr_write_pane_g4

0x0005,

0xfb9d,	// (0x00044f81) fep_hwr_write_pane_g_ParamLimits

0xfb9d,	// (0x00044f81) fep_hwr_write_pane_g

0x80b7,	// (0x0003d49b) bg_fep_hwr_candidate_pane_g2_ParamLimits

0x80b7,	// (0x0003d49b) bg_fep_hwr_candidate_pane_g2

0x81a4,	// (0x0003d588) cell_hwr_candidate_pane_ParamLimits

0x81a4,	// (0x0003d588) cell_hwr_candidate_pane

0x81f2,	// (0x0003d5d6) fep_hwr_candidate_pane_g1_ParamLimits

0x3d36,	// (0x0003911a) bg_popup_fep_shadow_pane_cp2_ParamLimits

0x3d36,	// (0x0003911a) bg_popup_fep_shadow_pane_cp2

0x3eba,	// (0x0003929e) fep_vkb_top_pane_g4_ParamLimits

0x3eba,	// (0x0003929e) fep_vkb_top_pane_g4

0x3ed9,	// (0x000392bd) fep_vkb_side_pane_g2_ParamLimits

0x3ed9,	// (0x000392bd) fep_vkb_side_pane_g2

0xea2a,	// (0x00043e0e) list_setting_pane_t4_ParamLimits

0xea2a,	// (0x00043e0e) list_setting_pane_t4

0xeac6,	// (0x00043eaa) list_setting_number_pane_t5_ParamLimits

0xeac6,	// (0x00043eaa) list_setting_number_pane_t5

0xd250,	// (0x00042634) list_double_heading_pane_cp2_ParamLimits

0xd250,	// (0x00042634) list_double_heading_pane_cp2

0x41a9,	// (0x0003958d) list_double_heading_pane_g1_cp2_ParamLimits

0x41a9,	// (0x0003958d) list_double_heading_pane_g1_cp2

0x41b5,	// (0x00039599) list_double_heading_pane_g2_cp2_ParamLimits

0x41b5,	// (0x00039599) list_double_heading_pane_g2_cp2

0x41c9,	// (0x000395ad) list_double_heading_pane_t1_cp2_ParamLimits

0x41c9,	// (0x000395ad) list_double_heading_pane_t1_cp2

0x41df,	// (0x000395c3) list_double_heading_pane_t2_cp2_ParamLimits

0x41df,	// (0x000395c3) list_double_heading_pane_t2_cp2

0xc599,	// (0x0004197d) aid_value_unit2

0x5c26,	// (0x0003b00a) popup_preview_fixed_window

0xc7a8,	// (0x00041b8c) bg_popup_preview_window_pane_cp02

0x41f1,	// (0x000395d5) list_preview_fixed_pane

0x4237,	// (0x0003961b) list_empty_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_empty_pane_fp

0x4237,	// (0x0003961b) list_single_cale_day_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_cale_day_pane_fp

0x4237,	// (0x0003961b) list_single_graphic_heading_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_graphic_heading_pane_fp

0x4237,	// (0x0003961b) list_single_graphic_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_graphic_pane_fp

0x4237,	// (0x0003961b) list_single_heading_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_heading_pane_fp

0x4237,	// (0x0003961b) list_single_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_pane_fp

0x424a,	// (0x0003962e) list_single_pane_fp_g1_ParamLimits

0x424a,	// (0x0003962e) list_single_pane_fp_g1

0x2fcd,	// (0x000383b1) list_single_pane_fp_g2_ParamLimits

0x2fcd,	// (0x000383b1) list_single_pane_fp_g2

0xa705,	// (0x0003fae9) list_single_pane_fp_g3_ParamLimits

0xa705,	// (0x0003fae9) list_single_pane_fp_g3

0x4256,	// (0x0003963a) list_single_pane_fp_g4_ParamLimits

0x4256,	// (0x0003963a) list_single_pane_fp_g4

0x0003,

0xfc04,	// (0x00044fe8) list_single_pane_fp_g_ParamLimits

0xfc04,	// (0x00044fe8) list_single_pane_fp_g

0x9d13,	// (0x0003f0f7) list_single_pane_fp_t1_ParamLimits

0x9d13,	// (0x0003f0f7) list_single_pane_fp_t1

0x9d2a,	// (0x0003f10e) list_single_graphic_pane_fp_g1_ParamLimits

0x9d2a,	// (0x0003f10e) list_single_graphic_pane_fp_g1

0x424a,	// (0x0003962e) list_single_graphic_pane_fp_g2_ParamLimits

0x424a,	// (0x0003962e) list_single_graphic_pane_fp_g2

0x2fcd,	// (0x000383b1) list_single_graphic_pane_fp_g3_ParamLimits

0x2fcd,	// (0x000383b1) list_single_graphic_pane_fp_g3

0xa705,	// (0x0003fae9) list_single_graphic_pane_fp_g4_ParamLimits

0xa705,	// (0x0003fae9) list_single_graphic_pane_fp_g4

0x4256,	// (0x0003963a) list_single_graphic_pane_fp_g5_ParamLimits

0x4256,	// (0x0003963a) list_single_graphic_pane_fp_g5

0x0004,

0xfc0d,	// (0x00044ff1) list_single_graphic_pane_fp_g_ParamLimits

0xfc0d,	// (0x00044ff1) list_single_graphic_pane_fp_g

0x9d36,	// (0x0003f11a) list_single_graphic_pane_fp_t1_ParamLimits

0x9d36,	// (0x0003f11a) list_single_graphic_pane_fp_t1

0x9d2a,	// (0x0003f10e) list_single_graphic_heading_pane_fp_g1_ParamLimits

0x9d2a,	// (0x0003f10e) list_single_graphic_heading_pane_fp_g1

0x424a,	// (0x0003962e) list_single_graphic_heading_pane_fp_g2_ParamLimits

0x424a,	// (0x0003962e) list_single_graphic_heading_pane_fp_g2

0x2fcd,	// (0x000383b1) list_single_graphic_heading_pane_fp_g3_ParamLimits

0x2fcd,	// (0x000383b1) list_single_graphic_heading_pane_fp_g3

0xa705,	// (0x0003fae9) list_single_graphic_heading_pane_fp_g4_ParamLimits

0xa705,	// (0x0003fae9) list_single_graphic_heading_pane_fp_g4

0x4256,	// (0x0003963a) list_single_graphic_heading_pane_fp_g5_ParamLimits

0x4256,	// (0x0003963a) list_single_graphic_heading_pane_fp_g5

0x0004,

0xfc0d,	// (0x00044ff1) list_single_graphic_heading_pane_fp_g_ParamLimits

0xfc0d,	// (0x00044ff1) list_single_graphic_heading_pane_fp_g

0x9d4c,	// (0x0003f130) list_single_graphic_heading_pane_fp_t1_ParamLimits

0x9d4c,	// (0x0003f130) list_single_graphic_heading_pane_fp_t1

0x9d62,	// (0x0003f146) list_single_graphic_heading_pane_fp_t2_ParamLimits

0x9d62,	// (0x0003f146) list_single_graphic_heading_pane_fp_t2

0x0001,

0xfc18,	// (0x00044ffc) list_single_graphic_heading_pane_fp_t_ParamLimits

0xfc18,	// (0x00044ffc) list_single_graphic_heading_pane_fp_t

0x9d74,	// (0x0003f158) list_single_cale_day_pane_fp_g1_ParamLimits

0x9d74,	// (0x0003f158) list_single_cale_day_pane_fp_g1

0x4262,	// (0x00039646) list_single_cale_day_pane_fp_g2_ParamLimits

0x4262,	// (0x00039646) list_single_cale_day_pane_fp_g2

0xa719,	// (0x0003fafd) list_single_cale_day_pane_fp_g3_ParamLimits

0xa719,	// (0x0003fafd) list_single_cale_day_pane_fp_g3

0xa741,	// (0x0003fb25) list_single_cale_day_pane_fp_g4_ParamLimits

0xa741,	// (0x0003fb25) list_single_cale_day_pane_fp_g4

0xa765,	// (0x0003fb49) list_single_cale_day_pane_fp_g5_ParamLimits

0xa765,	// (0x0003fb49) list_single_cale_day_pane_fp_g5

0x0004,

0xfc1d,	// (0x00045001) list_single_cale_day_pane_fp_g_ParamLimits

0xfc1d,	// (0x00045001) list_single_cale_day_pane_fp_g

0x9dac,	// (0x0003f190) list_single_cale_day_pane_fp_t1_ParamLimits

0x9dac,	// (0x0003f190) list_single_cale_day_pane_fp_t1

0x9dd2,	// (0x0003f1b6) list_single_cale_day_pane_fp_t2_ParamLimits

0x9dd2,	// (0x0003f1b6) list_single_cale_day_pane_fp_t2

0x9deb,	// (0x0003f1cf) list_single_cale_day_pane_fp_t3_ParamLimits

0x9deb,	// (0x0003f1cf) list_single_cale_day_pane_fp_t3

0x0002,

0xfc28,	// (0x0004500c) list_single_cale_day_pane_fp_t_ParamLimits

0xfc28,	// (0x0004500c) list_single_cale_day_pane_fp_t

0x424a,	// (0x0003962e) list_empty_pane_fp_g1_ParamLimits

0x424a,	// (0x0003962e) list_empty_pane_fp_g1

0x9e04,	// (0x0003f1e8) list_empty_pane_fp_t1

0x9e12,	// (0x0003f1f6) list_empty_pane_fp_t2

0x0001,

0xfc2f,	// (0x00045013) list_empty_pane_fp_t

0x424a,	// (0x0003962e) list_single_heading_pane_fp_g1_ParamLimits

0x424a,	// (0x0003962e) list_single_heading_pane_fp_g1

0x2fcd,	// (0x000383b1) list_single_heading_pane_fp_g2_ParamLimits

0x2fcd,	// (0x000383b1) list_single_heading_pane_fp_g2

0xa705,	// (0x0003fae9) list_single_heading_pane_fp_g3_ParamLimits

0xa705,	// (0x0003fae9) list_single_heading_pane_fp_g3

0x0002,

0xfc34,	// (0x00045018) list_single_heading_pane_fp_g_ParamLimits

0xfc34,	// (0x00045018) list_single_heading_pane_fp_g

0x9e20,	// (0x0003f204) list_single_heading_pane_fp_t1_ParamLimits

0x9e20,	// (0x0003f204) list_single_heading_pane_fp_t1

0x9e32,	// (0x0003f216) list_single_heading_pane_fp_t2_ParamLimits

0x9e32,	// (0x0003f216) list_single_heading_pane_fp_t2

0x0001,

0xfc3b,	// (0x0004501f) list_single_heading_pane_fp_t_ParamLimits

0xfc3b,	// (0x0004501f) list_single_heading_pane_fp_t

0xcde3,	// (0x000421c7) aid_size_cell_fast

0xc78b,	// (0x00041b6f) soft_indicator_pane_cp1_t1

0xce1d,	// (0x00042201) cell_app_pane_cp2_ParamLimits

0xce1d,	// (0x00042201) cell_app_pane_cp2

0x8022,	// (0x0003d406) fep_hwr_candidate_drop_down_list_pane

0x820c,	// (0x0003d5f0) fep_hwr_candidate_pane_g3_ParamLimits

0x820c,	// (0x0003d5f0) fep_hwr_candidate_pane_g3

0x2597,	// (0x0003797b) fep_hwr_candidate_pane_g4_ParamLimits

0x2597,	// (0x0003797b) fep_hwr_candidate_pane_g4

0x0002,

0xfbaa,	// (0x00044f8e) fep_hwr_candidate_pane_g_ParamLimits

0xfbaa,	// (0x00044f8e) fep_hwr_candidate_pane_g

0x3db4,	// (0x00039198) fep_vkb_candidate_drop_down_list_pane_ParamLimits

0x3db4,	// (0x00039198) fep_vkb_candidate_drop_down_list_pane

0x4104,	// (0x000394e8) fep_vkb_candidate_pane_g3

0x410c,	// (0x000394f0) fep_vkb_candidate_pane_g4

0x0002,

0xfbd7,	// (0x00044fbb) fep_vkb_candidate_pane_g

0x8361,	// (0x0003d745) cell_hwr_candidate_pane_g1_ParamLimits

0x836f,	// (0x0003d753) cell_hwr_candidate_pane_g3_ParamLimits

0x836f,	// (0x0003d753) cell_hwr_candidate_pane_g3

0x9cf2,	// (0x0003f0d6) cell_hwr_candidate_pane_g4_ParamLimits

0x9cf2,	// (0x0003f0d6) cell_hwr_candidate_pane_g4

0x0002,

0xfbf6,	// (0x00044fda) cell_hwr_candidate_pane_g_ParamLimits

0xfbf6,	// (0x00044fda) cell_hwr_candidate_pane_g

0x4165,	// (0x00039549) cell_vkb_candidate_pane_g3_ParamLimits

0x4165,	// (0x00039549) cell_vkb_candidate_pane_g3

0x4180,	// (0x00039564) cell_vkb_candidate_pane_g4_ParamLimits

0x4180,	// (0x00039564) cell_vkb_candidate_pane_g4

0x426e,	// (0x00039652) cell_app_pane_cp2_g1_ParamLimits

0x426e,	// (0x00039652) cell_app_pane_cp2_g1

0x428c,	// (0x00039670) cell_app_pane_cp2_g2_ParamLimits

0x428c,	// (0x00039670) cell_app_pane_cp2_g2

0x0001,

0xfc40,	// (0x00045024) cell_app_pane_cp2_g_ParamLimits

0xfc40,	// (0x00045024) cell_app_pane_cp2_g

0x4298,	// (0x0003967c) cell_app_pane_cp2_t1_ParamLimits

0x4298,	// (0x0003967c) cell_app_pane_cp2_t1

0xcc87,	// (0x0004206b) grid_highlight_pane_cp1_ParamLimits

0xcc87,	// (0x0004206b) grid_highlight_pane_cp1

0x83ae,	// (0x0003d792) cell_hwr_candidate_pane_cp1_ParamLimits

0x83ae,	// (0x0003d792) cell_hwr_candidate_pane_cp1

0x8361,	// (0x0003d745) fep_hwr_candidate_drop_down_list_pane_g1

0x83cf,	// (0x0003d7b3) fep_hwr_candidate_drop_down_list_pane_g2

0x83dc,	// (0x0003d7c0) fep_hwr_candidate_drop_down_list_pane_g3

0x0002,

0xfc45,	// (0x00045029) fep_hwr_candidate_drop_down_list_pane_g

0x83e9,	// (0x0003d7cd) fep_hwr_candidate_drop_down_list_scroll_pane

0x83f2,	// (0x0003d7d6) fep_hwr_candidate_drop_down_list_scroll_pane_g1_ParamLimits

0x83f2,	// (0x0003d7d6) fep_hwr_candidate_drop_down_list_scroll_pane_g1

0x83ff,	// (0x0003d7e3) fep_hwr_candidate_drop_down_list_scroll_pane_g2_ParamLimits

0x83ff,	// (0x0003d7e3) fep_hwr_candidate_drop_down_list_scroll_pane_g2

0x840c,	// (0x0003d7f0) fep_hwr_candidate_drop_down_list_scroll_pane_g3_ParamLimits

0x840c,	// (0x0003d7f0) fep_hwr_candidate_drop_down_list_scroll_pane_g3

0x8419,	// (0x0003d7fd) fep_hwr_candidate_drop_down_list_scroll_pane_g4_ParamLimits

0x8419,	// (0x0003d7fd) fep_hwr_candidate_drop_down_list_scroll_pane_g4

0x8434,	// (0x0003d818) fep_hwr_candidate_drop_down_list_scroll_pane_g5_ParamLimits

0x8434,	// (0x0003d818) fep_hwr_candidate_drop_down_list_scroll_pane_g5

0x844f,	// (0x0003d833) fep_hwr_candidate_drop_down_list_scroll_pane_g6_ParamLimits

0x844f,	// (0x0003d833) fep_hwr_candidate_drop_down_list_scroll_pane_g6

0x846a,	// (0x0003d84e) fep_hwr_candidate_drop_down_list_scroll_pane_g7_ParamLimits

0x846a,	// (0x0003d84e) fep_hwr_candidate_drop_down_list_scroll_pane_g7

0x8485,	// (0x0003d869) fep_hwr_candidate_drop_down_list_scroll_pane_g8_ParamLimits

0x8485,	// (0x0003d869) fep_hwr_candidate_drop_down_list_scroll_pane_g8

0x0007,

0xfc4c,	// (0x00045030) fep_hwr_candidate_drop_down_list_scroll_pane_g_ParamLimits

0xfc4c,	// (0x00045030) fep_hwr_candidate_drop_down_list_scroll_pane_g

0x42c4,	// (0x000396a8) cell_vkb_candidate_pane_cp1_ParamLimits

0x42c4,	// (0x000396a8) cell_vkb_candidate_pane_cp1

0x3eba,	// (0x0003929e) fep_vkb_candidate_drop_down_list_pane_g1_ParamLimits

0x3eba,	// (0x0003929e) fep_vkb_candidate_drop_down_list_pane_g1

0x42aa,	// (0x0003968e) fep_vkb_candidate_drop_down_list_pane_g2_ParamLimits

0x42aa,	// (0x0003968e) fep_vkb_candidate_drop_down_list_pane_g2

0x42b7,	// (0x0003969b) fep_vkb_candidate_drop_down_list_pane_g3_ParamLimits

0x42b7,	// (0x0003969b) fep_vkb_candidate_drop_down_list_pane_g3

0x0002,

0xfc5d,	// (0x00045041) fep_vkb_candidate_drop_down_list_pane_g_ParamLimits

0xfc5d,	// (0x00045041) fep_vkb_candidate_drop_down_list_pane_g

0x42ea,	// (0x000396ce) fep_vkb_candidate_drop_down_list_scroll_pane_ParamLimits

0x42ea,	// (0x000396ce) fep_vkb_candidate_drop_down_list_scroll_pane

0x42f7,	// (0x000396db) fep_vkb_candidate_drop_down_list_scroll_pane_g1_ParamLimits

0x42f7,	// (0x000396db) fep_vkb_candidate_drop_down_list_scroll_pane_g1

0x4304,	// (0x000396e8) fep_vkb_candidate_drop_down_list_scroll_pane_g2_ParamLimits

0x4304,	// (0x000396e8) fep_vkb_candidate_drop_down_list_scroll_pane_g2

0x4310,	// (0x000396f4) fep_vkb_candidate_drop_down_list_scroll_pane_g3_ParamLimits

0x4310,	// (0x000396f4) fep_vkb_candidate_drop_down_list_scroll_pane_g3

0x4123,	// (0x00039507) fep_vkb_candidate_drop_down_list_scroll_pane_g4_ParamLimits

0x4123,	// (0x00039507) fep_vkb_candidate_drop_down_list_scroll_pane_g4

0x4144,	// (0x00039528) fep_vkb_candidate_drop_down_list_scroll_pane_g5_ParamLimits

0x4144,	// (0x00039528) fep_vkb_candidate_drop_down_list_scroll_pane_g5

0x431c,	// (0x00039700) fep_vkb_candidate_drop_down_list_scroll_pane_g6_ParamLimits

0x431c,	// (0x00039700) fep_vkb_candidate_drop_down_list_scroll_pane_g6

0x433d,	// (0x00039721) fep_vkb_candidate_drop_down_list_scroll_pane_g7_ParamLimits

0x433d,	// (0x00039721) fep_vkb_candidate_drop_down_list_scroll_pane_g7

0x435e,	// (0x00039742) fep_vkb_candidate_drop_down_list_scroll_pane_g8_ParamLimits

0x435e,	// (0x00039742) fep_vkb_candidate_drop_down_list_scroll_pane_g8

0x0007,

0xfc64,	// (0x00045048) fep_vkb_candidate_drop_down_list_scroll_pane_g_ParamLimits

0xfc64,	// (0x00045048) fep_vkb_candidate_drop_down_list_scroll_pane_g

0xee06,	// (0x000441ea) title_pane_g1_ParamLimits

0xee17,	// (0x000441fb) title_pane_g2_ParamLimits

0xf5ea,	// (0x000449ce) title_pane_g_ParamLimits

0xd1c4,	// (0x000425a8) aid_call2_pane

0xd1cc,	// (0x000425b0) aid_call_pane

0xd1d4,	// (0x000425b8) popup_clock_analogue_window_g1

0xd1d4,	// (0x000425b8) popup_clock_analogue_window_g2

0x63bc,	// (0x0003b7a0) popup_clock_analogue_window_g3

0x63c5,	// (0x0003b7a9) popup_clock_analogue_window_g4

0xc5ab,	// (0x0004198f) popup_clock_analogue_window_g5

0x0004,

0xf799,	// (0x00044b7d) popup_clock_analogue_window_g

0x63cd,	// (0x0003b7b1) popup_clock_analogue_window_t1

0x6405,	// (0x0003b7e9) clock_digital_number_pane_ParamLimits

0x6405,	// (0x0003b7e9) clock_digital_number_pane

0x6411,	// (0x0003b7f5) clock_digital_number_pane_cp02_ParamLimits

0x6411,	// (0x0003b7f5) clock_digital_number_pane_cp02

0x641d,	// (0x0003b801) clock_digital_number_pane_cp03_ParamLimits

0x641d,	// (0x0003b801) clock_digital_number_pane_cp03

0x6429,	// (0x0003b80d) clock_digital_number_pane_cp04_ParamLimits

0x6429,	// (0x0003b80d) clock_digital_number_pane_cp04

0x6435,	// (0x0003b819) clock_digital_separator_pane_ParamLimits

0x6435,	// (0x0003b819) clock_digital_separator_pane

0x6441,	// (0x0003b825) popup_clock_digital_window_t1_ParamLimits

0x6441,	// (0x0003b825) popup_clock_digital_window_t1

0xc5ab,	// (0x0004198f) clock_digital_number_pane_g1

0xc5ab,	// (0x0004198f) clock_digital_number_pane_g2

0x0001,

0xf7a4,	// (0x00044b88) clock_digital_number_pane_g

0xc5ab,	// (0x0004198f) clock_digital_separator_pane_g1

0xc5ab,	// (0x0004198f) clock_digital_separator_pane_g2

0x0001,

0xf7a4,	// (0x00044b88) clock_digital_separator_pane_g

0x07b5,	// (0x00035b99) aid_fill_nsta_ParamLimits

0x08d5,	// (0x00035cb9) indicator_nsta_pane_ParamLimits

0xd9db,	// (0x00042dbf) popup_clock_analogue_window

0xd9db,	// (0x00042dbf) popup_clock_digital_window

0xd205,	// (0x000425e9) grid_indicator_nsta_pane_ParamLimits

0x38ba,	// (0x00038c9e) clock_nsta_pane_t2

0x0001,

0xfb37,	// (0x00044f1b) clock_nsta_pane_t

0x6380,	// (0x0003b764) aid_size_max_handle

0xb890,	// (0x00040c74) aid_size_min_handle

0xd6d1,	// (0x00042ab5) editor_scroll_pane

0x4379,	// (0x0003975d) ex_editor_pane

0xcda6,	// (0x0004218a) scroll_pane_cp13

0xcc2f,	// (0x00042013) scroll_pane_cp14

0xd248,	// (0x0004262c) scroll_pane_cp36

0xf3f7,	// (0x000447db) list_single_graphic_hl_pane_cp2_ParamLimits

0xf3f7,	// (0x000447db) list_single_graphic_hl_pane_cp2

0x1246,	// (0x0003662a) list_single_graphic_hl_pane_ParamLimits

0x1246,	// (0x0003662a) list_single_graphic_hl_pane

0x9e48,	// (0x0003f22c) aid_size_min_hl_cp1

0x4381,	// (0x00039765) list_highlight_pane_cp34_ParamLimits

0x4381,	// (0x00039765) list_highlight_pane_cp34

0x4392,	// (0x00039776) list_single_graphic_hl_pane_g1_ParamLimits

0x4392,	// (0x00039776) list_single_graphic_hl_pane_g1

0xed4b,	// (0x0004412f) list_single_graphic_hl_pane_g2_ParamLimits

0xed4b,	// (0x0004412f) list_single_graphic_hl_pane_g2

0xed4b,	// (0x0004412f) list_single_graphic_hl_pane_g3_ParamLimits

0xed4b,	// (0x0004412f) list_single_graphic_hl_pane_g3

0xd1f9,	// (0x000425dd) list_single_graphic_hl_pane_g4_ParamLimits

0xd1f9,	// (0x000425dd) list_single_graphic_hl_pane_g4

0x16a1,	// (0x00036a85) list_single_graphic_hl_pane_g5_ParamLimits

0x16a1,	// (0x00036a85) list_single_graphic_hl_pane_g5

0x0004,

0xfc75,	// (0x00045059) list_single_graphic_hl_pane_g_ParamLimits

0xfc75,	// (0x00045059) list_single_graphic_hl_pane_g

0x924f,	// (0x0003e633) list_single_graphic_hl_pane_t1_ParamLimits

0x924f,	// (0x0003e633) list_single_graphic_hl_pane_t1

0x439f,	// (0x00039783) aid_size_min_hl_cp2

0x43a8,	// (0x0003978c) list_highlight_pane_cp34_cp2_ParamLimits

0x43a8,	// (0x0003978c) list_highlight_pane_cp34_cp2

0x4392,	// (0x00039776) list_single_graphic_hl_pane_g1_cp2_ParamLimits

0x4392,	// (0x00039776) list_single_graphic_hl_pane_g1_cp2

0x43b5,	// (0x00039799) list_single_graphic_hl_pane_g2_cp2_ParamLimits

0x43b5,	// (0x00039799) list_single_graphic_hl_pane_g2_cp2

0x43c1,	// (0x000397a5) list_single_graphic_hl_pane_g3_cp2_ParamLimits

0x43c1,	// (0x000397a5) list_single_graphic_hl_pane_g3_cp2

0xd614,	// (0x000429f8) list_single_graphic_hl_pane_g4_cp2_ParamLimits

0xd614,	// (0x000429f8) list_single_graphic_hl_pane_g4_cp2

0x43cf,	// (0x000397b3) list_single_graphic_hl_pane_g5_cp2_ParamLimits

0x43cf,	// (0x000397b3) list_single_graphic_hl_pane_g5_cp2

0xb8c0,	// (0x00040ca4) control_pane_g4_ParamLimits

0xb8c0,	// (0x00040ca4) control_pane_g4

0xd22b,	// (0x0004260f) bg_popup_sub_pane_cp10_ParamLimits

0x3c4a,	// (0x0003902e) list_choice_list_pane_ParamLimits

0x3c59,	// (0x0003903d) scroll_pane_cp23

0xc7a8,	// (0x00041b8c) bg_popup_preview_window_pane_cp02_ParamLimits

0x41f1,	// (0x000395d5) list_preview_fixed_pane_ParamLimits

0x4207,	// (0x000395eb) list_preview_fixed_pane_cp_ParamLimits

0x4207,	// (0x000395eb) list_preview_fixed_pane_cp

0x4213,	// (0x000395f7) popup_preview_fixed_window_g1_ParamLimits

0x4213,	// (0x000395f7) popup_preview_fixed_window_g1

0x421f,	// (0x00039603) popup_preview_fixed_window_g2_ParamLimits

0x421f,	// (0x00039603) popup_preview_fixed_window_g2

0x0002,

0xfbfd,	// (0x00044fe1) popup_preview_fixed_window_g_ParamLimits

0xfbfd,	// (0x00044fe1) popup_preview_fixed_window_g

0x6267,	// (0x0003b64b) aid_navi_side_left_pane_ParamLimits

0x627c,	// (0x0003b660) aid_navi_side_right_pane_ParamLimits

0x6294,	// (0x0003b678) navi_icon_pane_stacon_ParamLimits

0x62a8,	// (0x0003b68c) navi_navi_pane_stacon_ParamLimits

0x6294,	// (0x0003b678) navi_text_pane_stacon_ParamLimits

0x5c1c,	// (0x0003b000) main_text_info_pane

0x43f9,	// (0x000397dd) listscroll_text_info_pane

0x4401,	// (0x000397e5) list_text_info_pane_ParamLimits

0x4401,	// (0x000397e5) list_text_info_pane

0x4410,	// (0x000397f4) scroll_pane_cp24_ParamLimits

0x4410,	// (0x000397f4) scroll_pane_cp24

0x16b5,	// (0x00036a99) list_text_info_pane_t1_ParamLimits

0x16b5,	// (0x00036a99) list_text_info_pane_t1

0xba05,	// (0x00040de9) popup_fast_swap2_window_ParamLimits

0xba05,	// (0x00040de9) popup_fast_swap2_window

0x442e,	// (0x00039812) aid_size_cell_fast2

0xc5a1,	// (0x00041985) bg_popup_window_pane_cp17

0xdeae,	// (0x00043292) heading_pane_cp2

0xc9b2,	// (0x00041d96) listscroll_fast2_pane

0x4438,	// (0x0003981c) grid_fast2_pane

0x4442,	// (0x00039826) listscroll_fast2_pane_g1

0x444c,	// (0x00039830) listscroll_fast2_pane_g2

0x0001,

0xfc80,	// (0x00045064) listscroll_fast2_pane_g

0xcda6,	// (0x0004218a) scroll_pane_cp26

0x4456,	// (0x0003983a) cell_fast2_pane_ParamLimits

0x4456,	// (0x0003983a) cell_fast2_pane

0x446d,	// (0x00039851) cell_fast2_pane_g1

0x4476,	// (0x0003985a) cell_fast2_pane_g2

0x447f,	// (0x00039863) cell_fast2_pane_g3

0x0002,

0xfc85,	// (0x00045069) cell_fast2_pane_g

0xc9f4,	// (0x00041dd8) grid_highlight_pane_cp9

0x69ec,	// (0x0003bdd0) main_eswt_pane_ParamLimits

0x69ec,	// (0x0003bdd0) main_eswt_pane

0x4425,	// (0x00039809) list_single_text_info_pane

0x4487,	// (0x0003986b) eswt_ctrl_button_pane

0x4487,	// (0x0003986b) eswt_ctrl_canvas_pane

0x448f,	// (0x00039873) eswt_ctrl_combo_pane

0x4487,	// (0x0003986b) eswt_ctrl_default_pane

0x4487,	// (0x0003986b) eswt_ctrl_label_pane

0x4497,	// (0x0003987b) eswt_ctrl_wait_pane

0x449f,	// (0x00039883) eswt_shell_pane

0xc5a1,	// (0x00041985) listscroll_eswt_app_pane

0x44c1,	// (0x000398a5) popup_eswt_tasktip_window_ParamLimits

0x44c1,	// (0x000398a5) popup_eswt_tasktip_window

0xdbd2,	// (0x00042fb6) bg_popup_window_pane_cp18

0x44d2,	// (0x000398b6) eswt_control_pane_g1_ParamLimits

0x44d2,	// (0x000398b6) eswt_control_pane_g1

0x44df,	// (0x000398c3) eswt_control_pane_g2_ParamLimits

0x44df,	// (0x000398c3) eswt_control_pane_g2

0x44ec,	// (0x000398d0) eswt_control_pane_g3_ParamLimits

0x44ec,	// (0x000398d0) eswt_control_pane_g3

0x44f9,	// (0x000398dd) eswt_control_pane_g4_ParamLimits

0x44f9,	// (0x000398dd) eswt_control_pane_g4

0x0003,

0xfc8c,	// (0x00045070) eswt_control_pane_g_ParamLimits

0xfc8c,	// (0x00045070) eswt_control_pane_g

0xcc87,	// (0x0004206b) bg_button_pane_ParamLimits

0xcc87,	// (0x0004206b) bg_button_pane

0xca09,	// (0x00041ded) common_borders_pane_copy2_ParamLimits

0xca09,	// (0x00041ded) common_borders_pane_copy2

0x4506,	// (0x000398ea) control_button_pane_g1_ParamLimits

0x4506,	// (0x000398ea) control_button_pane_g1

0x4512,	// (0x000398f6) control_button_pane_g2_ParamLimits

0x4512,	// (0x000398f6) control_button_pane_g2

0x451e,	// (0x00039902) control_button_pane_g3_ParamLimits

0x451e,	// (0x00039902) control_button_pane_g3

0x0002,

0xfc95,	// (0x00045079) control_button_pane_g_ParamLimits

0xfc95,	// (0x00045079) control_button_pane_g

0x4532,	// (0x00039916) control_button_pane_t1

0x4540,	// (0x00039924) control_button_pane_t2

0x0001,

0xfc9c,	// (0x00045080) control_button_pane_t

0xdaea,	// (0x00042ece) bg_button_pane_g1

0xdafa,	// (0x00042ede) bg_button_pane_g2

0xdaf2,	// (0x00042ed6) bg_button_pane_g3

0xdb0a,	// (0x00042eee) bg_button_pane_g4

0xdb02,	// (0x00042ee6) bg_button_pane_g5

0xdb12,	// (0x00042ef6) bg_button_pane_g6

0xdb1a,	// (0x00042efe) bg_button_pane_g7

0xdb2a,	// (0x00042f0e) bg_button_pane_g8

0xdb22,	// (0x00042f06) bg_button_pane_g9

0x0008,

0xf8f7,	// (0x00044cdb) bg_button_pane_g

0x3c05,	// (0x00038fe9) common_borders_pane_ParamLimits

0x3c05,	// (0x00038fe9) common_borders_pane

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy1_ParamLimits

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy1

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy1_ParamLimits

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy1

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy1_ParamLimits

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy1

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy1_ParamLimits

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy1

0x3c40,	// (0x00039024) bg_eswt_ctrl_canvas_pane_g1

0x3c05,	// (0x00038fe9) common_borders_pane_cp2_ParamLimits

0x3c05,	// (0x00038fe9) common_borders_pane_cp2

0x3c05,	// (0x00038fe9) common_borders_pane_cp3_ParamLimits

0x3c05,	// (0x00038fe9) common_borders_pane_cp3

0x454e,	// (0x00039932) separator_horizontal_pane

0x4556,	// (0x0003993a) separator_vertical_pane

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy2_ParamLimits

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy2

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy2_ParamLimits

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy2

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy2_ParamLimits

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy2

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy2_ParamLimits

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy2

0xc5a1,	// (0x00041985) common_borders_pane_cp4

0x455f,	// (0x00039943) separator_horizontal_pane_g1

0x4568,	// (0x0003994c) separator_horizontal_pane_g2

0x4571,	// (0x00039955) separator_horizontal_pane_g3

0x0002,

0xfca1,	// (0x00045085) separator_horizontal_pane_g

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy3_ParamLimits

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy3

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy3_ParamLimits

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy3

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy3_ParamLimits

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy3

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy3_ParamLimits

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy3

0xc5a1,	// (0x00041985) common_borders_pane_cp5

0x457a,	// (0x0003995e) separator_vertical_pane_g1

0x4583,	// (0x00039967) separator_vertical_pane_g2

0x458c,	// (0x00039970) separator_vertical_pane_g3

0x0002,

0xfca8,	// (0x0004508c) separator_vertical_pane_g

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy4_ParamLimits

0x44d2,	// (0x000398b6) eswt_control_pane_g1_copy4

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy4_ParamLimits

0x44df,	// (0x000398c3) eswt_control_pane_g2_copy4

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy4_ParamLimits

0x44ec,	// (0x000398d0) eswt_control_pane_g3_copy4

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy4_ParamLimits

0x44f9,	// (0x000398dd) eswt_control_pane_g4_copy4

0x16d4,	// (0x00036ab8) eswt_ctrl_combo_button_pane

0x16dc,	// (0x00036ac0) eswt_ctrl_input_pane

0x16e4,	// (0x00036ac8) popup_choice_list_window_cp70

0x16ec,	// (0x00036ad0) eswt_ctrl_input_pane_t1

0xc5a1,	// (0x00041985) input_focus_pane_cp70

0x3c05,	// (0x00038fe9) bg_button_pane_cp70_ParamLimits

0x3c05,	// (0x00038fe9) bg_button_pane_cp70

0x16fa,	// (0x00036ade) eswt_ctrl_combo_button_pane_g1

0x4595,	// (0x00039979) wait_bar_pane_cp70

0xdbd2,	// (0x00042fb6) bg_popup_window_pane_cp70_ParamLimits

0xdbd2,	// (0x00042fb6) bg_popup_window_pane_cp70

0x459d,	// (0x00039981) popup_eswt_tasktip_window_t1

0x45b3,	// (0x00039997) wait_bar_pane_cp71_ParamLimits

0x45b3,	// (0x00039997) wait_bar_pane_cp71

0x45bf,	// (0x000399a3) grid_eswt_app_pane

0xcfdc,	// (0x000423c0) scroll_pane_cp70

0x1702,	// (0x00036ae6) cell_eswt_app_pane_ParamLimits

0x1702,	// (0x00036ae6) cell_eswt_app_pane

0x1734,	// (0x00036b18) cell_eswt_app_pane_g1_ParamLimits

0x1734,	// (0x00036b18) cell_eswt_app_pane_g1

0x1763,	// (0x00036b47) cell_eswt_app_pane_g2_ParamLimits

0x1763,	// (0x00036b47) cell_eswt_app_pane_g2

0x0001,

0xfcaf,	// (0x00045093) cell_eswt_app_pane_g_ParamLimits

0xfcaf,	// (0x00045093) cell_eswt_app_pane_g

0x1787,	// (0x00036b6b) cell_eswt_app_pane_t1_ParamLimits

0x1787,	// (0x00036b6b) cell_eswt_app_pane_t1

0x45c8,	// (0x000399ac) grid_highlight_pane_cp70_ParamLimits

0x45c8,	// (0x000399ac) grid_highlight_pane_cp70

0x2fcd,	// (0x000383b1) set_content_pane_g1

0xd8a8,	// (0x00042c8c) status_small_volume_pane

0x85a7,	// (0x0003d98b) status_small_volume_pane_g1

0x85af,	// (0x0003d993) volume_small2_pane

0x85b8,	// (0x0003d99c) volume_small2_pane_g1

0x85c1,	// (0x0003d9a5) volume_small2_pane_g2

0x85ca,	// (0x0003d9ae) volume_small2_pane_g3

0x85d3,	// (0x0003d9b7) volume_small2_pane_g4

0x85dc,	// (0x0003d9c0) volume_small2_pane_g5

0x85e5,	// (0x0003d9c9) volume_small2_pane_g6

0x85ee,	// (0x0003d9d2) volume_small2_pane_g7

0x85f7,	// (0x0003d9db) volume_small2_pane_g8

0x8600,	// (0x0003d9e4) volume_small2_pane_g9

0x8609,	// (0x0003d9ed) volume_small2_pane_g10

0x0009,

0xfcb4,	// (0x00045098) volume_small2_pane_g

0x3fd3,	// (0x000393b7) fep_vkb_top_text_pane_g1_ParamLimits

0x1649,	// (0x00036a2d) fep_vkb_top_text_pane_t1_ParamLimits

0x422b,	// (0x0003960f) popup_preview_fixed_window_g3_ParamLimits

0x422b,	// (0x0003960f) popup_preview_fixed_window_g3

0xc099,	// (0x0004147d) popup_toolbar_trans_pane

0x1078,	// (0x0003645c) aid_height_set_list_ParamLimits

0x2a16,	// (0x00037dfa) aid_size_parent_ParamLimits

0xd22b,	// (0x0004260f) list_highlight_pane_cp2_ParamLimits

0x2fcd,	// (0x000383b1) set_content_pane_g1_ParamLimits

0x1257,	// (0x0003663b) list_single_image_pane_ParamLimits

0x1257,	// (0x0003663b) list_single_image_pane

0x17b9,	// (0x00036b9d) aid_size_cell_image_ParamLimits

0x17b9,	// (0x00036b9d) aid_size_cell_image

0x17c6,	// (0x00036baa) grid_single_image_pane_ParamLimits

0x17c6,	// (0x00036baa) grid_single_image_pane

0xd213,	// (0x000425f7) list_single_image_pane_g1_ParamLimits

0xd213,	// (0x000425f7) list_single_image_pane_g1

0x45d4,	// (0x000399b8) list_single_image_pane_g2_ParamLimits

0x45d4,	// (0x000399b8) list_single_image_pane_g2

0x0001,

0xfcc9,	// (0x000450ad) list_single_image_pane_g_ParamLimits

0xfcc9,	// (0x000450ad) list_single_image_pane_g

0xde8c,	// (0x00043270) list_single_image_pane_t1_ParamLimits

0xde8c,	// (0x00043270) list_single_image_pane_t1

0x17d4,	// (0x00036bb8) cell_image_list_pane_ParamLimits

0x17d4,	// (0x00036bb8) cell_image_list_pane

0x17e9,	// (0x00036bcd) cell_image_list_pane_g1

0x17f2,	// (0x00036bd6) cell_image_list_pane_g2

0x0001,

0xfcce,	// (0x000450b2) cell_image_list_pane_g

0x45e8,	// (0x000399cc) aid_size_cell_tb_trans_pane

0xcc87,	// (0x0004206b) bg_tb_trans_pane

0x45fa,	// (0x000399de) grid_tb_trans_pane

0xdaea,	// (0x00042ece) bg_tb_trans_pane_g1

0xdafa,	// (0x00042ede) bg_tb_trans_pane_g2

0xdaf2,	// (0x00042ed6) bg_tb_trans_pane_g3

0xdb0a,	// (0x00042eee) bg_tb_trans_pane_g4

0xdb02,	// (0x00042ee6) bg_tb_trans_pane_g5

0xdb2a,	// (0x00042f0e) bg_tb_trans_pane_g6

0xdb22,	// (0x00042f06) bg_tb_trans_pane_g7

0xdb12,	// (0x00042ef6) bg_tb_trans_pane_g8

0xdb1a,	// (0x00042efe) bg_tb_trans_pane_g9

0x0008,

0xfcd3,	// (0x000450b7) bg_tb_trans_pane_g

0x460e,	// (0x000399f2) cell_toolbar_trans_pane_ParamLimits

0x460e,	// (0x000399f2) cell_toolbar_trans_pane

0x3c40,	// (0x00039024) cell_toolbar_trans_pane_g1

0x14be,	// (0x000368a2) list_form2_midp_pane_t1

0x14cc,	// (0x000368b0) list_form2_midp_pane_t2

0x0001,

0xfb70,	// (0x00044f54) list_form2_midp_pane_t

0x398b,	// (0x00038d6f) scroll_pane_cp51_ParamLimits

0x3b11,	// (0x00038ef5) form2_midp_wait_pane_g1

0x3b1a,	// (0x00038efe) form2_midp_wait_pane_g2

0x3b23,	// (0x00038f07) form2_midp_wait_pane_g3

0x0002,

0xfb85,	// (0x00044f69) form2_midp_wait_pane_g

0xc675,	// (0x00041a59) list_highlight_pane_cp21_ParamLimits

0x3b43,	// (0x00038f27) list_single_midp_graphic_pane_g4_cp_ParamLimits

0x3b52,	// (0x00038f36) list_single_midp_graphic_pane_t1_cp_ParamLimits

0x301d,	// (0x00038401) list_single_2graphic_im_pane_ParamLimits

0x301d,	// (0x00038401) list_single_2graphic_im_pane

0x17fb,	// (0x00036bdf) list_single_2graphic_im_pane_g1_ParamLimits

0x17fb,	// (0x00036bdf) list_single_2graphic_im_pane_g1

0x180c,	// (0x00036bf0) list_single_2graphic_im_pane_g2_ParamLimits

0x180c,	// (0x00036bf0) list_single_2graphic_im_pane_g2

0x1818,	// (0x00036bfc) list_single_2graphic_im_pane_g3_ParamLimits

0x1818,	// (0x00036bfc) list_single_2graphic_im_pane_g3

0x0003,

0xfce6,	// (0x000450ca) list_single_2graphic_im_pane_g_ParamLimits

0xfce6,	// (0x000450ca) list_single_2graphic_im_pane_g

0x182c,	// (0x00036c10) list_single_2graphic_im_pane_t1_ParamLimits

0x182c,	// (0x00036c10) list_single_2graphic_im_pane_t1

0x4237,	// (0x0003961b) list_single_graphic_2heading_pane_fp_ParamLimits

0x4237,	// (0x0003961b) list_single_graphic_2heading_pane_fp

0x9d2a,	// (0x0003f10e) list_single_graphic_2heading_pane_fp_g1_ParamLimits

0x9d2a,	// (0x0003f10e) list_single_graphic_2heading_pane_fp_g1

0x424a,	// (0x0003962e) list_single_graphic_2heading_pane_fp_g2_ParamLimits

0x424a,	// (0x0003962e) list_single_graphic_2heading_pane_fp_g2

0x2fcd,	// (0x000383b1) list_single_graphic_2heading_pane_fp_g3_ParamLimits

0x2fcd,	// (0x000383b1) list_single_graphic_2heading_pane_fp_g3

0xa705,	// (0x0003fae9) list_single_graphic_2heading_pane_fp_g4_ParamLimits

0xa705,	// (0x0003fae9) list_single_graphic_2heading_pane_fp_g4

0x4256,	// (0x0003963a) list_single_graphic_2heading_pane_fp_g5_ParamLimits

0x4256,	// (0x0003963a) list_single_graphic_2heading_pane_fp_g5

0x0004,

0xfc0d,	// (0x00044ff1) list_single_graphic_2heading_pane_fp_g_ParamLimits

0xfc0d,	// (0x00044ff1) list_single_graphic_2heading_pane_fp_g

0x9e73,	// (0x0003f257) list_single_graphic_2heading_pane_fp_t1_ParamLimits

0x9e73,	// (0x0003f257) list_single_graphic_2heading_pane_fp_t1

0x9d62,	// (0x0003f146) list_single_graphic_2heading_pane_fp_t2_ParamLimits

0x9d62,	// (0x0003f146) list_single_graphic_2heading_pane_fp_t2

0x9e89,	// (0x0003f26d) list_single_graphic_2heading_pane_fp_t3_ParamLimits

0x9e89,	// (0x0003f26d) list_single_graphic_2heading_pane_fp_t3

0x0002,

0xfcef,	// (0x000450d3) list_single_graphic_2heading_pane_fp_t_ParamLimits

0xfcef,	// (0x000450d3) list_single_graphic_2heading_pane_fp_t

0x3ce2,	// (0x000390c6) fep_hwr_write_pane_g5_ParamLimits

0x3ce2,	// (0x000390c6) fep_hwr_write_pane_g5

0x3cee,	// (0x000390d2) fep_hwr_write_pane_g6_ParamLimits

0x3cee,	// (0x000390d2) fep_hwr_write_pane_g6

0x449f,	// (0x00039883) eswt_shell_pane_ParamLimits

0xdbd2,	// (0x00042fb6) bg_popup_window_pane_cp18_ParamLimits

0x2f67,	// (0x0003834b) heading_pane_cp70

0x459d,	// (0x00039981) popup_eswt_tasktip_window_t1_ParamLimits

0x0801,	// (0x00035be5) aid_touch_tab_arrow_left

0x0815,	// (0x00035bf9) aid_touch_tab_arrow_right

0xee2f,	// (0x00044213) title_pane_g3_ParamLimits

0xee2f,	// (0x00044213) title_pane_g3

0xcc4f,	// (0x00042033) set_value_pane_g1

0xc099,	// (0x0004147d) popup_toolbar_trans_pane_ParamLimits

0x45e8,	// (0x000399cc) aid_size_cell_tb_trans_pane_ParamLimits

0xcc87,	// (0x0004206b) bg_tb_trans_pane_ParamLimits

0x45fa,	// (0x000399de) grid_tb_trans_pane_ParamLimits

0xc7a8,	// (0x00041b8c) cont_note_pane_ParamLimits

0xc7a8,	// (0x00041b8c) cont_note_pane

0xca09,	// (0x00041ded) cont_snote2_single_text_pane_ParamLimits

0xca09,	// (0x00041ded) cont_snote2_single_text_pane

0xca09,	// (0x00041ded) cont_snote2_single_graphic_pane_ParamLimits

0xca09,	// (0x00041ded) cont_snote2_single_graphic_pane

0xe091,	// (0x00043475) cont_note_wait_pane_ParamLimits

0xe091,	// (0x00043475) cont_note_wait_pane

0xe091,	// (0x00043475) cont_note_image_pane_ParamLimits

0xe091,	// (0x00043475) cont_note_image_pane

0x4640,	// (0x00039a24) popup_note2_window_g1_ParamLimits

0x4640,	// (0x00039a24) popup_note2_window_g1

0x4660,	// (0x00039a44) popup_note2_window_t1_ParamLimits

0x4660,	// (0x00039a44) popup_note2_window_t1

0x469a,	// (0x00039a7e) popup_note2_window_t2_ParamLimits

0x469a,	// (0x00039a7e) popup_note2_window_t2

0x46d4,	// (0x00039ab8) popup_note2_window_t3_ParamLimits

0x46d4,	// (0x00039ab8) popup_note2_window_t3

0x470e,	// (0x00039af2) popup_note2_window_t4_ParamLimits

0x470e,	// (0x00039af2) popup_note2_window_t4

0xc82c,	// (0x00041c10) popup_note2_window_t5_ParamLimits

0xc82c,	// (0x00041c10) popup_note2_window_t5

0x0004,

0xfcf6,	// (0x000450da) popup_note2_window_t_ParamLimits

0xfcf6,	// (0x000450da) popup_note2_window_t

0x473d,	// (0x00039b21) popup_note2_image_window_g1_ParamLimits

0x473d,	// (0x00039b21) popup_note2_image_window_g1

0x4749,	// (0x00039b2d) popup_note2_image_window_g2_ParamLimits

0x4749,	// (0x00039b2d) popup_note2_image_window_g2

0x0001,

0xfd01,	// (0x000450e5) popup_note2_image_window_g_ParamLimits

0xfd01,	// (0x000450e5) popup_note2_image_window_g

0x475b,	// (0x00039b3f) popup_note2_image_window_t1_ParamLimits

0x475b,	// (0x00039b3f) popup_note2_image_window_t1

0x4773,	// (0x00039b57) popup_note2_image_window_t2_ParamLimits

0x4773,	// (0x00039b57) popup_note2_image_window_t2

0x478b,	// (0x00039b6f) popup_note2_image_window_t3_ParamLimits

0x478b,	// (0x00039b6f) popup_note2_image_window_t3

0x0002,

0xfd06,	// (0x000450ea) popup_note2_image_window_t_ParamLimits

0xfd06,	// (0x000450ea) popup_note2_image_window_t

0xe09f,	// (0x00043483) popup_note2_wait_window_g1_ParamLimits

0xe09f,	// (0x00043483) popup_note2_wait_window_g1

0xe0ab,	// (0x0004348f) popup_note2_wait_window_g2_ParamLimits

0xe0ab,	// (0x0004348f) popup_note2_wait_window_g2

0xe0b7,	// (0x0004349b) popup_note2_wait_window_g3_ParamLimits

0xe0b7,	// (0x0004349b) popup_note2_wait_window_g3

0x0002,

0xf8d9,	// (0x00044cbd) popup_note2_wait_window_g_ParamLimits

0xf8d9,	// (0x00044cbd) popup_note2_wait_window_g

0x47a7,	// (0x00039b8b) popup_note2_wait_window_t1_ParamLimits

0x47a7,	// (0x00039b8b) popup_note2_wait_window_t1

0x47c5,	// (0x00039ba9) popup_note2_wait_window_t2_ParamLimits

0x47c5,	// (0x00039ba9) popup_note2_wait_window_t2

0x47e3,	// (0x00039bc7) popup_note2_wait_window_t3_ParamLimits

0x47e3,	// (0x00039bc7) popup_note2_wait_window_t3

0x47f5,	// (0x00039bd9) popup_note2_wait_window_t4_ParamLimits

0x47f5,	// (0x00039bd9) popup_note2_wait_window_t4

0x0003,

0xfd0d,	// (0x000450f1) popup_note2_wait_window_t_ParamLimits

0xfd0d,	// (0x000450f1) popup_note2_wait_window_t

0x4807,	// (0x00039beb) wait_bar2_pane_ParamLimits

0x4807,	// (0x00039beb) wait_bar2_pane

0x481f,	// (0x00039c03) popup_snote2_single_text_window_g1_ParamLimits

0x481f,	// (0x00039c03) popup_snote2_single_text_window_g1

0x4847,	// (0x00039c2b) popup_snote2_single_text_window_t1_ParamLimits

0x4847,	// (0x00039c2b) popup_snote2_single_text_window_t1

0x4893,	// (0x00039c77) popup_snote2_single_text_window_t2_ParamLimits

0x4893,	// (0x00039c77) popup_snote2_single_text_window_t2

0x48df,	// (0x00039cc3) popup_snote2_single_text_window_t3_ParamLimits

0x48df,	// (0x00039cc3) popup_snote2_single_text_window_t3

0x4920,	// (0x00039d04) popup_snote2_single_text_window_t4_ParamLimits

0x4920,	// (0x00039d04) popup_snote2_single_text_window_t4

0x4956,	// (0x00039d3a) popup_snote2_single_text_window_t5_ParamLimits

0x4956,	// (0x00039d3a) popup_snote2_single_text_window_t5

0x0004,

0xfd16,	// (0x000450fa) popup_snote2_single_text_window_t_ParamLimits

0xfd16,	// (0x000450fa) popup_snote2_single_text_window_t

0x4981,	// (0x00039d65) popup_snote2_single_graphic_window_g1_ParamLimits

0x4981,	// (0x00039d65) popup_snote2_single_graphic_window_g1

0x49b1,	// (0x00039d95) popup_snote2_single_graphic_window_g2_ParamLimits

0x49b1,	// (0x00039d95) popup_snote2_single_graphic_window_g2

0x0001,

0xfd21,	// (0x00045105) popup_snote2_single_graphic_window_g_ParamLimits

0xfd21,	// (0x00045105) popup_snote2_single_graphic_window_g

0x49d9,	// (0x00039dbd) popup_snote2_single_graphic_window_t1_ParamLimits

0x49d9,	// (0x00039dbd) popup_snote2_single_graphic_window_t1

0x4a25,	// (0x00039e09) popup_snote2_single_graphic_window_t2_ParamLimits

0x4a25,	// (0x00039e09) popup_snote2_single_graphic_window_t2

0x48df,	// (0x00039cc3) popup_snote2_single_graphic_window_t3_ParamLimits

0x48df,	// (0x00039cc3) popup_snote2_single_graphic_window_t3

0x4920,	// (0x00039d04) popup_snote2_single_graphic_window_t4_ParamLimits

0x4920,	// (0x00039d04) popup_snote2_single_graphic_window_t4

0x4956,	// (0x00039d3a) popup_snote2_single_graphic_window_t5_ParamLimits

0x4956,	// (0x00039d3a) popup_snote2_single_graphic_window_t5

0x0004,

0xfd26,	// (0x0004510a) popup_snote2_single_graphic_window_t_ParamLimits

0xfd26,	// (0x0004510a) popup_snote2_single_graphic_window_t

0x3941,	// (0x00038d25) clock_nsta_pane_cp2_t1

0x3941,	// (0x00038d25) clock_nsta_pane_cp2_t2

0x0001,

0xfb46,	// (0x00044f2a) clock_nsta_pane_cp2_t

0x983b,	// (0x0003ec1f) form_field_data_wide_pane_g1_ParamLimits

0xcca1,	// (0x00042085) form_field_data_wide_pane_g2_ParamLimits

0xcca1,	// (0x00042085) form_field_data_wide_pane_g2

0xccad,	// (0x00042091) form_field_data_wide_pane_g3_ParamLimits

0xccad,	// (0x00042091) form_field_data_wide_pane_g3

0x0002,

0xf71c,	// (0x00044b00) form_field_data_wide_pane_g_ParamLimits

0xf71c,	// (0x00044b00) form_field_data_wide_pane_g

0x13f7,	// (0x000367db) grid_touch_3_pane_ParamLimits

0x13f7,	// (0x000367db) grid_touch_3_pane

0x185d,	// (0x00036c41) cell_touch_3_pane_ParamLimits

0x185d,	// (0x00036c41) cell_touch_3_pane

0x3c40,	// (0x00039024) cell_touch_3_pane_g1

0x3c40,	// (0x00039024) cell_touch_3_pane_g2

0x0001,

0xfbcb,	// (0x00044faf) cell_touch_3_pane_g

0xc85e,	// (0x00041c42) cont_query_data_pane

0xc866,	// (0x00041c4a) cont_query_data_pane_cp1

0x4a71,	// (0x00039e55) button_value_adjust_pane_cp7

0x4a79,	// (0x00039e5d) query_popup_pane_cp3

0xd278,	// (0x0004265c) bg_popup_sub_pane_cp22_ParamLimits

0x649c,	// (0x0003b880) navi_navi_volume_pane_cp2

0x64b7,	// (0x0003b89b) popup_side_volume_key_window_g2

0x64c6,	// (0x0003b8aa) popup_side_volume_key_window_g3

0x0002,

0xf7ae,	// (0x00044b92) popup_side_volume_key_window_g

0x64e7,	// (0x0003b8cb) popup_side_volume_key_window_t2

0x0001,

0xf7b5,	// (0x00044b99) popup_side_volume_key_window_t

0xd4a4,	// (0x00042888) popup_side_volume_key_window_ParamLimits

0xe7ca,	// (0x00043bae) list_double_graphic_pane_g4_ParamLimits

0xe7ca,	// (0x00043bae) list_double_graphic_pane_g4

0x1231,	// (0x00036615) list_single_2heading_msg_pane_ParamLimits

0x1231,	// (0x00036615) list_single_2heading_msg_pane

0x18a6,	// (0x00036c8a) list_single_2heading_msg_pane_g1_ParamLimits

0x18a6,	// (0x00036c8a) list_single_2heading_msg_pane_g1

0x18b2,	// (0x00036c96) list_single_2heading_msg_pane_g2_ParamLimits

0x18b2,	// (0x00036c96) list_single_2heading_msg_pane_g2

0x18c5,	// (0x00036ca9) list_single_2heading_msg_pane_g3_ParamLimits

0x18c5,	// (0x00036ca9) list_single_2heading_msg_pane_g3

0x18d1,	// (0x00036cb5) list_single_2heading_msg_pane_g4_ParamLimits

0x18d1,	// (0x00036cb5) list_single_2heading_msg_pane_g4

0x0003,

0xfd31,	// (0x00045115) list_single_2heading_msg_pane_g_ParamLimits

0xfd31,	// (0x00045115) list_single_2heading_msg_pane_g

0xed57,	// (0x0004413b) list_single_2heading_msg_pane_t1_ParamLimits

0xed57,	// (0x0004413b) list_single_2heading_msg_pane_t1

0xed7f,	// (0x00044163) list_single_2heading_msg_pane_t2_ParamLimits

0xed7f,	// (0x00044163) list_single_2heading_msg_pane_t2

0xeec7,	// (0x000442ab) list_single_2heading_msg_pane_t3_ParamLimits

0xeec7,	// (0x000442ab) list_single_2heading_msg_pane_t3

0x9f39,	// (0x0003f31d) list_single_2heading_msg_pane_t4_ParamLimits

0x9f39,	// (0x0003f31d) list_single_2heading_msg_pane_t4

0x0003,

0xfd3a,	// (0x0004511e) list_single_2heading_msg_pane_t_ParamLimits

0xfd3a,	// (0x0004511e) list_single_2heading_msg_pane_t

0xc623,	// (0x00041a07) title_pane_g4_ParamLimits

0xc623,	// (0x00041a07) title_pane_g4

0x61b7,	// (0x0003b59b) title_pane_stacon_g3_ParamLimits

0x61b7,	// (0x0003b59b) title_pane_stacon_g3

0x4634,	// (0x00039a18) list_single_2graphic_im_pane_g4_ParamLimits

0x4634,	// (0x00039a18) list_single_2graphic_im_pane_g4

0x2d71,	// (0x00038155) popup_side_volume_key_window_cp

0x3250,	// (0x00038634) main_idle_act2_pane_t1

0x737e,	// (0x0003c762) toolbar_button_pane_g10

0xf254,	// (0x00044638) popup_toolbar_window_cp1

0x3932,	// (0x00038d16) clock_nsta_pane_cp_t1

0x3932,	// (0x00038d16) clock_nsta_pane_cp_t2

0x0001,

0xfb41,	// (0x00044f25) clock_nsta_pane_cp_t

0x649c,	// (0x0003b880) navi_navi_volume_pane_cp2_ParamLimits

0x64ab,	// (0x0003b88f) popup_side_volume_key_window_g1_ParamLimits

0x64b7,	// (0x0003b89b) popup_side_volume_key_window_g2_ParamLimits

0x64c6,	// (0x0003b8aa) popup_side_volume_key_window_g3_ParamLimits

0xf7ae,	// (0x00044b92) popup_side_volume_key_window_g_ParamLimits

0x800e,	// (0x0003d3f2) fep_hwr_aid_pane

0x80b7,	// (0x0003d49b) bg_fep_hwr_top_pane_g4_ParamLimits

0x3cc4,	// (0x000390a8) fep_hwr_top_pane_g1_ParamLimits

0x3cb2,	// (0x00039096) fep_hwr_top_pane_g2_ParamLimits

0x80d7,	// (0x0003d4bb) fep_hwr_top_pane_g3_ParamLimits

0xfb96,	// (0x00044f7a) fep_hwr_top_pane_g_ParamLimits

0x80ec,	// (0x0003d4d0) fep_hwr_top_text_pane_ParamLimits

0x2b68,	// (0x00037f4c) aid_touch_tab_arrow_arrow_2

0x2b5f,	// (0x00037f43) aid_touch_tab_arrow_left_2

0x8022,	// (0x0003d406) fep_hwr_candidate_drop_down_list_pane_ParamLimits

0x8059,	// (0x0003d43d) fep_hwr_prediction_pane

0x3e08,	// (0x000391ec) fep_vkb_prediction_pane

0x1629,	// (0x00036a0d) fep_vkb_side_pane_g3_ParamLimits

0x1629,	// (0x00036a0d) fep_vkb_side_pane_g3

0x8361,	// (0x0003d745) fep_hwr_candidate_drop_down_list_pane_g1_ParamLimits

0x83cf,	// (0x0003d7b3) fep_hwr_candidate_drop_down_list_pane_g2_ParamLimits

0x83dc,	// (0x0003d7c0) fep_hwr_candidate_drop_down_list_pane_g3_ParamLimits

0xfc45,	// (0x00045029) fep_hwr_candidate_drop_down_list_pane_g_ParamLimits

0x8700,	// (0x0003dae4) fep_hwr_prediction_pane_g1

0x870a,	// (0x0003daee) fep_hwr_prediction_pane_g2

0x8712,	// (0x0003daf6) fep_hwr_prediction_pane_g3

0x871a,	// (0x0003dafe) fep_hwr_prediction_pane_g4

0x0003,

0xfd43,	// (0x00045127) fep_hwr_prediction_pane_g

0x4a8a,	// (0x00039e6e) fep_vkb_prediction_pane_g1

0x4a94,	// (0x00039e78) fep_vkb_prediction_pane_g2

0x4a9c,	// (0x00039e80) fep_vkb_prediction_pane_g3

0x4aa4,	// (0x00039e88) fep_vkb_prediction_pane_g4

0x0003,

0xfd4c,	// (0x00045130) fep_vkb_prediction_pane_g

0x7907,	// (0x0003cceb) slider_set_pane_g3

0x791b,	// (0x0003ccff) slider_set_pane_g4

0x7933,	// (0x0003cd17) slider_set_pane_g5

0x7907,	// (0x0003cceb) slider_set_pane_g6

0xc326,	// (0x0004170a) slider_set_pane_g7

0x2fe2,	// (0x000383c6) slider_form_pane_g3

0x2feb,	// (0x000383cf) slider_form_pane_g4

0x2ff3,	// (0x000383d7) slider_form_pane_g5

0x2fe2,	// (0x000383c6) slider_form_pane_g6

0x11f3,	// (0x000365d7) slider_form_pane_g7

0x34a8,	// (0x0003888c) slider_set_pane_vc_g3

0x34b1,	// (0x00038895) slider_set_pane_vc_g4

0x34ba,	// (0x0003889e) slider_set_pane_vc_g5

0x34a8,	// (0x0003888c) slider_set_pane_vc_g6

0x34c3,	// (0x000388a7) slider_set_pane_vc_g7

0x34a8,	// (0x0003888c) slider_form_pane_vc_g1

0x34b1,	// (0x00038895) slider_form_pane_vc_g2

0x34ba,	// (0x0003889e) slider_form_pane_vc_g3

0x34a8,	// (0x0003888c) slider_form_pane_vc_g4

0x367a,	// (0x00038a5e) slider_form_pane_vc_g5

0x0004,

0xfb27,	// (0x00044f0b) slider_form_pane_vc_g

0x5c1c,	// (0x0003b000) main_idle_act3_pane

0x4aac,	// (0x00039e90) ai3_links_pane

0x18e9,	// (0x00036ccd) popup_ai3_data_window_ParamLimits

0x18e9,	// (0x00036ccd) popup_ai3_data_window

0xc5a1,	// (0x00041985) grid_ai3_links_pane

0x1907,	// (0x00036ceb) cell_ai3_links_pane_ParamLimits

0x1907,	// (0x00036ceb) cell_ai3_links_pane

0x4ab5,	// (0x00039e99) bg_popup_sub_pane_cp11

0x4abe,	// (0x00039ea2) cell_ai3_links_pane_g1

0xc5a1,	// (0x00041985) bg_popup_sub_pane_cp12

0x4ac7,	// (0x00039eab) heading_ai3_data_pane

0x4acf,	// (0x00039eb3) list_ai3_gene_pane

0x4adb,	// (0x00039ebf) popup_ai3_data_window_g1

0x4ae3,	// (0x00039ec7) heading_ai3_data_pane_g1

0x4aeb,	// (0x00039ecf) heading_ai3_data_pane_t1

0x4af9,	// (0x00039edd) list_double_ai3_gene_pane_ParamLimits

0x4af9,	// (0x00039edd) list_double_ai3_gene_pane

0x4b06,	// (0x00039eea) list_single_ai3_gene_pane_ParamLimits

0x4b06,	// (0x00039eea) list_single_ai3_gene_pane

0x3c05,	// (0x00038fe9) list_highlight_pane_cp7_ParamLimits

0x3c05,	// (0x00038fe9) list_highlight_pane_cp7

0x4b13,	// (0x00039ef7) list_single_a13_gene_pane_t1_ParamLimits

0x4b13,	// (0x00039ef7) list_single_a13_gene_pane_t1

0x4b2a,	// (0x00039f0e) list_single_ai3_gene_pane_g1

0x4b33,	// (0x00039f17) list_single_ai3_gene_pane_g2

0x0001,

0xfd55,	// (0x00045139) list_single_ai3_gene_pane_g

0x4b3b,	// (0x00039f1f) list_double_ai3_gene_pane_g1_ParamLimits

0x4b3b,	// (0x00039f1f) list_double_ai3_gene_pane_g1

0x4b47,	// (0x00039f2b) list_double_ai3_gene_pane_t1_ParamLimits

0x4b47,	// (0x00039f2b) list_double_ai3_gene_pane_t1

0x4b63,	// (0x00039f47) list_double_ai3_gene_pane_t2_ParamLimits

0x4b63,	// (0x00039f47) list_double_ai3_gene_pane_t2

0x4b78,	// (0x00039f5c) list_double_ai3_gene_pane_t3_ParamLimits

0x4b78,	// (0x00039f5c) list_double_ai3_gene_pane_t3

0x0002,

0xfd5a,	// (0x0004513e) list_double_ai3_gene_pane_t_ParamLimits

0xfd5a,	// (0x0004513e) list_double_ai3_gene_pane_t

0x0000,

0x0000,

0x0000,

0x0000,

0x9e9f,	// (0x0003f283) aid_size_min_col_2

0x1890,	// (0x00036c74) aid_size_min_msg_ParamLimits

0x1890,	// (0x00036c74) aid_size_min_msg

0x163d,	// (0x00036a21) fep_vkb_top_text_pane_g2_ParamLimits

0x163d,	// (0x00036a21) fep_vkb_top_text_pane_g2

0x0001,

0xfbc6,	// (0x00044faa) fep_vkb_top_text_pane_g_ParamLimits

0xfbc6,	// (0x00044faa) fep_vkb_top_text_pane_g

0x5c1c,	// (0x0003b000) main_hc_apps_shell_pane

0x4b95,	// (0x00039f79) grid_hc_apps_pane_ParamLimits

0x4b95,	// (0x00039f79) grid_hc_apps_pane

0x4ba4,	// (0x00039f88) list_hc_apps_pane

0x4bac,	// (0x00039f90) scroll_pane_cp37_ParamLimits

0x4bac,	// (0x00039f90) scroll_pane_cp37

0x1921,	// (0x00036d05) cell_hc_apps_pane_ParamLimits

0x1921,	// (0x00036d05) cell_hc_apps_pane

0x19df,	// (0x00036dc3) cell_hc_apps_pane_g1_ParamLimits

0x19df,	// (0x00036dc3) cell_hc_apps_pane_g1

0x4bb8,	// (0x00039f9c) cell_hc_apps_pane_g2_ParamLimits

0x4bb8,	// (0x00039f9c) cell_hc_apps_pane_g2

0x4bd4,	// (0x00039fb8) cell_hc_apps_pane_g3_ParamLimits

0x4bd4,	// (0x00039fb8) cell_hc_apps_pane_g3

0x0002,

0xfd61,	// (0x00045145) cell_hc_apps_pane_g_ParamLimits

0xfd61,	// (0x00045145) cell_hc_apps_pane_g

0x1a0c,	// (0x00036df0) cell_hc_apps_pane_t1_ParamLimits

0x1a0c,	// (0x00036df0) cell_hc_apps_pane_t1

0xc7a8,	// (0x00041b8c) grid_highlight_pane_cp10_ParamLimits

0xc7a8,	// (0x00041b8c) grid_highlight_pane_cp10

0x1a4c,	// (0x00036e30) list_single_hc_apps_pane_ParamLimits

0x1a4c,	// (0x00036e30) list_single_hc_apps_pane

0x1a7f,	// (0x00036e63) list_single_hc_apps_pane_g1

0x1a98,	// (0x00036e7c) list_single_hc_apps_pane_g2

0x0001,

0xfd68,	// (0x0004514c) list_single_hc_apps_pane_g

0x1ab1,	// (0x00036e95) list_single_hc_apps_pane_g2_copy1

0xef35,	// (0x00044319) list_single_hc_apps_pane_t1

0xc675,	// (0x00041a59) bg_set_opt_pane_cp_ParamLimits

0x5df6,	// (0x0003b1da) setting_slider_pane_t1_ParamLimits

0xb83e,	// (0x00040c22) setting_slider_pane_t2_ParamLimits

0xb858,	// (0x00040c3c) setting_slider_pane_t3_ParamLimits

0xf5fa,	// (0x000449de) setting_slider_pane_t_ParamLimits

0x5e3e,	// (0x0003b222) slider_set_pane_ParamLimits

0x689f,	// (0x0003bc83) control_pane_g5_ParamLimits

0x689f,	// (0x0003bc83) control_pane_g5

0x2fae,	// (0x00038392) slider_set_pane_g1_ParamLimits

0x78fb,	// (0x0003ccdf) slider_set_pane_g2_ParamLimits

0x7907,	// (0x0003cceb) slider_set_pane_g3_ParamLimits

0x791b,	// (0x0003ccff) slider_set_pane_g4_ParamLimits

0x7933,	// (0x0003cd17) slider_set_pane_g5_ParamLimits

0x7907,	// (0x0003cceb) slider_set_pane_g6_ParamLimits

0xc326,	// (0x0004170a) slider_set_pane_g7_ParamLimits

0xf9f5,	// (0x00044dd9) slider_set_pane_g_ParamLimits

0xd57f,	// (0x00042963) navi_icon_text_pane_ParamLimits

0x07d1,	// (0x00035bb5) aid_fill_nsta_2_ParamLimits

0x0801,	// (0x00035be5) aid_touch_tab_arrow_left_ParamLimits

0x0815,	// (0x00035bf9) aid_touch_tab_arrow_right_ParamLimits

0x08ab,	// (0x00035c8f) clock_nsta_pane_ParamLimits

0x0f01,	// (0x000362e5) navi_icon_pane_g1_ParamLimits

0x0f0d,	// (0x000362f1) navi_text_pane_t1_ParamLimits

0x14a0,	// (0x00036884) navi_icon_text_pane_g1_ParamLimits

0x14ac,	// (0x00036890) navi_icon_text_pane_t1_ParamLimits

0x1a7f,	// (0x00036e63) list_single_hc_apps_pane_g1_ParamLimits

0x1a98,	// (0x00036e7c) list_single_hc_apps_pane_g2_ParamLimits

0xfd68,	// (0x0004514c) list_single_hc_apps_pane_g_ParamLimits

0x1ab1,	// (0x00036e95) list_single_hc_apps_pane_g2_copy1_ParamLimits

0xef35,	// (0x00044319) list_single_hc_apps_pane_t1_ParamLimits

0xb7c9,	// (0x00040bad) popup_toolbar2_fixed_window_ParamLimits

0xb7c9,	// (0x00040bad) popup_toolbar2_fixed_window

0xc08f,	// (0x00041473) popup_toolbar2_float_window

0xc5a1,	// (0x00041985) bg_popup_sub_pane_cp27

0x4bf6,	// (0x00039fda) grid_toolbar2_float_pane

0xc5a1,	// (0x00041985) bg_popup_sub_pane_cp26

0x4bf6,	// (0x00039fda) grid_toolbar2_fixed_pane

0x1acd,	// (0x00036eb1) cell_toolbar2_fixed_pane_ParamLimits

0x1acd,	// (0x00036eb1) cell_toolbar2_fixed_pane

0x1ae7,	// (0x00036ecb) cell_toolbar2_fixed_pane_g1

0x4bfe,	// (0x00039fe2) toolbar2_fixed_button_pane

0xdaea,	// (0x00042ece) toolbar2_fixed_button_pane_g1

0xdafa,	// (0x00042ede) toolbar2_fixed_button_pane_g2

0xdaf2,	// (0x00042ed6) toolbar2_fixed_button_pane_g3

0xdb0a,	// (0x00042eee) toolbar2_fixed_button_pane_g4

0xdb02,	// (0x00042ee6) toolbar2_fixed_button_pane_g5

0xdb12,	// (0x00042ef6) toolbar2_fixed_button_pane_g6

0xdb1a,	// (0x00042efe) toolbar2_fixed_button_pane_g7

0xdb2a,	// (0x00042f0e) toolbar2_fixed_button_pane_g8

0xdb22,	// (0x00042f06) toolbar2_fixed_button_pane_g9

0x0008,

0xf8f7,	// (0x00044cdb) toolbar2_fixed_button_pane_g

0x4c06,	// (0x00039fea) cell_toolbar2_float_pane_ParamLimits

0x4c06,	// (0x00039fea) cell_toolbar2_float_pane

0x4c17,	// (0x00039ffb) cell_toolbar2_float_pane_g1

0x4bfe,	// (0x00039fe2) toolbar2_fixed_button_pane_cp

0x15f0,	// (0x000369d4) fep_vkb_accented_list_pane_ParamLimits

0x15f0,	// (0x000369d4) fep_vkb_accented_list_pane

0x8341,	// (0x0003d725) bg_popup_fep_shadow_pane_g9

0xd6d1,	// (0x00042ab5) bg_popup_fep_shadow_pane_cp3

0xcd8d,	// (0x00042171) list_accented_list_pane

0x4c20,	// (0x0003a004) list_single_accented_list_pane_ParamLimits

0x4c20,	// (0x0003a004) list_single_accented_list_pane

0xd6d1,	// (0x00042ab5) list_highlight_pane_cp10

0x4c31,	// (0x0003a015) list_single_accented_list_pane_t1

0xbfaf,	// (0x00041393) popup_slider_window_ParamLimits

0xbfaf,	// (0x00041393) popup_slider_window

0x4a81,	// (0x00039e65) aid_indentation_list_msg

0x1bd7,	// (0x00036fbb) bg_popup_window_pane_cp19

0x4ca1,	// (0x0003a085) popup_slider_window_g1

0x4cbd,	// (0x0003a0a1) popup_slider_window_g2

0x4cd9,	// (0x0003a0bd) popup_slider_window_g3

0x0005,

0xfd6d,	// (0x00045151) popup_slider_window_g

0x4cf5,	// (0x0003a0d9) popup_slider_window_t1

0x4d3b,	// (0x0003a11f) small_volume_slider_vertical_pane

0x3c40,	// (0x00039024) small_volume_slider_vertical_pane_g1

0x3c40,	// (0x00039024) small_volume_slider_vertical_pane_g2

0x4d57,	// (0x0003a13b) small_volume_slider_vertical_pane_g3

0x0002,

0xfd7f,	// (0x00045163) small_volume_slider_vertical_pane_g

0xb602,	// (0x000409e6) area_side_right_pane_ParamLimits

0xb602,	// (0x000409e6) area_side_right_pane

0xc389,	// (0x0004176d) aid_size_side_button_ParamLimits

0xc389,	// (0x0004176d) aid_size_side_button

0xc396,	// (0x0004177a) grid_sctrl_middle_pane_ParamLimits

0xc396,	// (0x0004177a) grid_sctrl_middle_pane

0x8a2b,	// (0x0003de0f) sctrl_sk_bottom_pane

0x8a33,	// (0x0003de17) sctrl_sk_top_pane

0x8a3b,	// (0x0003de1f) aid_touch_sctrl_top

0x8a48,	// (0x0003de2c) bg_sctrl_sk_pane_ParamLimits

0x8a48,	// (0x0003de2c) bg_sctrl_sk_pane

0x8a56,	// (0x0003de3a) sctrl_sk_top_pane_g1

0x8a63,	// (0x0003de47) sctrl_sk_top_pane_t1

0x8a3b,	// (0x0003de1f) aid_touch_sctrl_bottom

0x8a48,	// (0x0003de2c) bg_sctrl_sk_pane_cp_ParamLimits

0x8a48,	// (0x0003de2c) bg_sctrl_sk_pane_cp

0x8a7e,	// (0x0003de62) sctrl_sk_bottom_pane_g1

0x8a63,	// (0x0003de47) sctrl_sk_bottom_pane_t1

0xc3a4,	// (0x00041788) cell_sctrl_middle_pane_ParamLimits

0xc3a4,	// (0x00041788) cell_sctrl_middle_pane

0xc3b5,	// (0x00041799) aid_touch_sctrl_middle_ParamLimits

0xc3b5,	// (0x00041799) aid_touch_sctrl_middle

0xc3c2,	// (0x000417a6) bg_sctrl_middle_pane_ParamLimits

0xc3c2,	// (0x000417a6) bg_sctrl_middle_pane

0x90d6,	// (0x0003e4ba) cell_sctrl_middle_pane_g1_ParamLimits

0x90d6,	// (0x0003e4ba) cell_sctrl_middle_pane_g1

0xc3d0,	// (0x000417b4) cell_sctrl_middle_pane_g2_ParamLimits

0xc3d0,	// (0x000417b4) cell_sctrl_middle_pane_g2

0x0001,

0xfd8b,	// (0x0004516f) cell_sctrl_middle_pane_g_ParamLimits

0xfd8b,	// (0x0004516f) cell_sctrl_middle_pane_g

0xdaea,	// (0x00042ece) bg_sctrl_middle_pane_g1

0xdaf2,	// (0x00042ed6) bg_sctrl_middle_pane_g2

0xdafa,	// (0x00042ede) bg_sctrl_middle_pane_g3

0xdb02,	// (0x00042ee6) bg_sctrl_middle_pane_g4

0xdb0a,	// (0x00042eee) bg_sctrl_middle_pane_g5

0xdb12,	// (0x00042ef6) bg_sctrl_middle_pane_g6

0xdb1a,	// (0x00042efe) bg_sctrl_middle_pane_g7

0xdb22,	// (0x00042f06) bg_sctrl_middle_pane_g8

0x0007,

0xfd90,	// (0x00045174) bg_sctrl_middle_pane_g

0xdb2a,	// (0x00042f0e) bg_sctrl_middle_pane_g8_copy1

0xdaea,	// (0x00042ece) bg_sctrl_sk_pane_g1

0xdafa,	// (0x00042ede) bg_sctrl_sk_pane_g2

0xdaf2,	// (0x00042ed6) bg_sctrl_sk_pane_g3

0x0008,

0xf8f7,	// (0x00044cdb) bg_sctrl_sk_pane_g

0xcbc9,	// (0x00041fad) aid_size_touch_scroll_bar

0xdb0a,	// (0x00042eee) bg_sctrl_sk_pane_g4

0xdb02,	// (0x00042ee6) bg_sctrl_sk_pane_g5

0xdb12,	// (0x00042ef6) bg_sctrl_sk_pane_g6

0xdb1a,	// (0x00042efe) bg_sctrl_sk_pane_g7

0xdb2a,	// (0x00042f0e) bg_sctrl_sk_pane_g8

0xdb22,	// (0x00042f06) bg_sctrl_sk_pane_g9

0x6a8c,	// (0x0003be70) popup_fep_china_hwr2_fs_candidate_window

0xba69,	// (0x00040e4d) popup_fep_china_hwr2_fs_control_window_ParamLimits

0xba69,	// (0x00040e4d) popup_fep_china_hwr2_fs_control_window

0x8361,	// (0x0003d745) sctrl_sk_top_pane_g2

0x0001,

0xfd86,	// (0x0004516a) sctrl_sk_top_pane_g

0x1ce3,	// (0x000370c7) aid_fep_china_hwr2_fs_cell_ParamLimits

0x1ce3,	// (0x000370c7) aid_fep_china_hwr2_fs_cell

0x1cf9,	// (0x000370dd) bg_popup_fep_shadow_pane_cp4_ParamLimits

0x1cf9,	// (0x000370dd) bg_popup_fep_shadow_pane_cp4

0x1d10,	// (0x000370f4) bg_popup_fep_shadow_pane_cp5_ParamLimits

0x1d10,	// (0x000370f4) bg_popup_fep_shadow_pane_cp5

0x1d22,	// (0x00037106) popup_fep_china_hwr2_fs_control_bar_grid_ParamLimits

0x1d22,	// (0x00037106) popup_fep_china_hwr2_fs_control_bar_grid

0x1d36,	// (0x0003711a) popup_fep_china_hwr2_fs_control_funtion_grid

0x4d6e,	// (0x0003a152) aid_fep_china_hwr2_fs_candi_cell

0xc5a1,	// (0x00041985) bg_popup_fep_shadow_pane_cp6

0x4d78,	// (0x0003a15c) popup_fep_china_hwr2_fs_candidate_grid

0x1d3e,	// (0x00037122) cell_fep_china_hwr2_fs_funtion_grid_ParamLimits

0x1d3e,	// (0x00037122) cell_fep_china_hwr2_fs_funtion_grid

0x3c40,	// (0x00039024) popup_fep_china_hwr2_fs_control_funtion_grid_g1

0x4d60,	// (0x0003a144) cell_fep_china_hwr2_fs_funtion_grid_g1_ParamLimits

0x4d60,	// (0x0003a144) cell_fep_china_hwr2_fs_funtion_grid_g1

0x4d82,	// (0x0003a166) cell_fep_china_hwr2_fs_funtion_grid_g2_ParamLimits

0x4d82,	// (0x0003a166) cell_fep_china_hwr2_fs_funtion_grid_g2

0x0001,

0xfda1,	// (0x00045185) cell_fep_china_hwr2_fs_funtion_grid_g_ParamLimits

0xfda1,	// (0x00045185) cell_fep_china_hwr2_fs_funtion_grid_g

0x1d56,	// (0x0003713a) cell_fep_china_hwr2_fs_funtion_grid_t1_ParamLimits

0x1d56,	// (0x0003713a) cell_fep_china_hwr2_fs_funtion_grid_t1

0x1d6b,	// (0x0003714f) cell_fep_china_hwr2_fs_funtion_grid_t2_ParamLimits

0x1d6b,	// (0x0003714f) cell_fep_china_hwr2_fs_funtion_grid_t2

0x0001,

0xfda6,	// (0x0004518a) cell_fep_china_hwr2_fs_funtion_grid_t_ParamLimits

0xfda6,	// (0x0004518a) cell_fep_china_hwr2_fs_funtion_grid_t

0x4d98,	// (0x0003a17c) popup_fep_china_hwr2_fs_control_bar_grid_g1

0x4da0,	// (0x0003a184) popup_fep_china_hwr2_fs_control_bar_grid_g2

0x4da8,	// (0x0003a18c) popup_fep_china_hwr2_fs_control_bar_grid_g3

0x0002,

0xfdab,	// (0x0004518f) popup_fep_china_hwr2_fs_control_bar_grid_g

0x4db0,	// (0x0003a194) cell_fep_china_hwr2_fs_candidate_grid_ParamLimits

0x4db0,	// (0x0003a194) cell_fep_china_hwr2_fs_candidate_grid

0x4dcd,	// (0x0003a1b1) popup_fep_china_hwr2_fs_candidate_grid_g20

0x4dd5,	// (0x0003a1b9) popup_fep_china_hwr2_fs_candidate_grid_g21

0x3c40,	// (0x00039024) cell_fep_china_hwr2_fs_candidate_grid_g1

0x3c40,	// (0x00039024) cell_fep_china_hwr2_fs_candidate_grid_g2

0x0001,

0xfbcb,	// (0x00044faf) cell_fep_china_hwr2_fs_candidate_grid_g

0x4ddd,	// (0x0003a1c1) cell_fep_china_hwr2_fs_candidate_grid_t1

0xd935,	// (0x00042d19) clock_nsta_pane_cp_24_ParamLimits

0xd935,	// (0x00042d19) clock_nsta_pane_cp_24

0xd99f,	// (0x00042d83) indicator_nsta_pane_cp_24_ParamLimits

0xd99f,	// (0x00042d83) indicator_nsta_pane_cp_24

0x2a78,	// (0x00037e5c) heading_pane_g1

0x0001,

0xf95c,	// (0x00044d40) heading_pane_g

0x30db,	// (0x000384bf) grid_sct_catagory_button_pane

0x2a28,	// (0x00037e0c) scroll_pane_cp5_ParamLimits

0x3997,	// (0x00038d7b) button_value_adjust_pane_cp5_ParamLimits

0x3997,	// (0x00038d7b) button_value_adjust_pane_cp5

0x3a5b,	// (0x00038e3f) form2_midp_time_pane_ParamLimits

0x4deb,	// (0x0003a1cf) cell_sct_catagory_button_pane_ParamLimits

0x4deb,	// (0x0003a1cf) cell_sct_catagory_button_pane

0x3c05,	// (0x00038fe9) bg_button_pane_cp01_ParamLimits

0x3c05,	// (0x00038fe9) bg_button_pane_cp01

0x3c40,	// (0x00039024) cell_sct_catagory_button_pane_g1

0xc030,	// (0x00041414) popup_tb_extension_window

0x1d87,	// (0x0003716b) aid_size_cell_ext_ParamLimits

0x1d87,	// (0x0003716b) aid_size_cell_ext

0xca09,	// (0x00041ded) bg_tb_trans_pane_cp1_ParamLimits

0xca09,	// (0x00041ded) bg_tb_trans_pane_cp1

0x1dad,	// (0x00037191) grid_tb_ext_pane_ParamLimits

0x1dad,	// (0x00037191) grid_tb_ext_pane

0x1ded,	// (0x000371d1) cell_tb_ext_pane_ParamLimits

0x1ded,	// (0x000371d1) cell_tb_ext_pane

0x1e15,	// (0x000371f9) cell_tb_ext_pane_g1_ParamLimits

0x1e15,	// (0x000371f9) cell_tb_ext_pane_g1

0x4dfd,	// (0x0003a1e1) cell_tb_ext_pane_t1

0xc7a8,	// (0x00041b8c) list_highlight_pane_cp11_ParamLimits

0xc7a8,	// (0x00041b8c) list_highlight_pane_cp11

0x5c59,	// (0x0003b03d) popup_uni_indicator_window_ParamLimits

0x5c59,	// (0x0003b03d) popup_uni_indicator_window

0xcc87,	// (0x0004206b) bg_popup_sub_pane_cp14

0x4e18,	// (0x0003a1fc) list_uniindi_pane

0x4e24,	// (0x0003a208) uniindi_top_pane

0xc7a8,	// (0x00041b8c) bg_uniindi_top_pane

0x4e45,	// (0x0003a229) uniindi_top_pane_g1

0x4e5b,	// (0x0003a23f) uniindi_top_pane_g2

0x0003,

0xfdb2,	// (0x00045196) uniindi_top_pane_g

0x4e85,	// (0x0003a269) uniindi_top_pane_t1

0x4eb1,	// (0x0003a295) list_single_uniindi_pane_ParamLimits

0x4eb1,	// (0x0003a295) list_single_uniindi_pane

0x3c40,	// (0x00039024) bg_uniindi_top_pane_g1

0x4ec6,	// (0x0003a2aa) list_single_uniindi_pane_g1

0x4ed9,	// (0x0003a2bd) list_single_uniindi_pane_t1

0x5c1c,	// (0x0003b000) control_bg_pane

0x4efe,	// (0x0003a2e2) bg_sctrl_sk_pane_cp1

0x4f07,	// (0x0003a2eb) bg_sctrl_sk_pane_cp2

0x4f10,	// (0x0003a2f4) control_bg_pane_g1

0x4f19,	// (0x0003a2fd) control_bg_pane_g2

0x0001,

0xfdbb,	// (0x0004519f) control_bg_pane_g

0x3854,	// (0x00038c38) cell_indicator_nsta_pane_g1_ParamLimits

0x3900,	// (0x00038ce4) cell_indicator_nsta_pane_g2_ParamLimits

0xfb3c,	// (0x00044f20) cell_indicator_nsta_pane_g_ParamLimits

0x9cdf,	// (0x0003f0c3) form2_midp_time_pane_t1_ParamLimits

0x8000,	// (0x0003d3e4) main_idle_act4_pane_ParamLimits

0x8000,	// (0x0003d3e4) main_idle_act4_pane

0xc030,	// (0x00041414) popup_tb_extension_window_ParamLimits

0x1dd5,	// (0x000371b9) tb_ext_find_pane_ParamLimits

0x1dd5,	// (0x000371b9) tb_ext_find_pane

0x4f22,	// (0x0003a306) ai_gene_pane_1_cp1

0xd757,	// (0x00042b3b) ai_gene_pane_2_cp1

0x4f2a,	// (0x0003a30e) list_single_idle_plugin_calendar_pane

0x4f33,	// (0x0003a317) list_single_idle_plugin_notification_pane

0x4f3c,	// (0x0003a320) list_single_idle_plugin_player_pane

0x1e32,	// (0x00037216) list_single_idle_plugin_shortcut_pane_ParamLimits

0x1e32,	// (0x00037216) list_single_idle_plugin_shortcut_pane

0x1e5a,	// (0x0003723e) main_idle_act4_pane_t1

0x1e74,	// (0x00037258) main_idle_act4_pane_t2

0x0001,

0xfdc0,	// (0x000451a4) main_idle_act4_pane_t

0x1e8e,	// (0x00037272) middle_sk_idle_act4_pane_ParamLimits

0x1e8e,	// (0x00037272) middle_sk_idle_act4_pane

0x1eaa,	// (0x0003728e) popup_clock_digital_analogue_window_cp2

0x1ed4,	// (0x000372b8) shortcut_wheel_idle_act4_pane_ParamLimits

0x1ed4,	// (0x000372b8) shortcut_wheel_idle_act4_pane

0x3c40,	// (0x00039024) shortcut_wheel_idle_act4_pane_g1

0x3c40,	// (0x00039024) shortcut_wheel_idle_act4_pane_g2

0x3c40,	// (0x00039024) shortcut_wheel_idle_act4_pane_g3

0x3c40,	// (0x00039024) shortcut_wheel_idle_act4_pane_g4

0x3c40,	// (0x00039024) shortcut_wheel_idle_act4_pane_g5

0x4f45,	// (0x0003a329) shortcut_wheel_idle_act4_pane_g6

0x4f4d,	// (0x0003a331) shortcut_wheel_idle_act4_pane_g7

0x4f55,	// (0x0003a339) shortcut_wheel_idle_act4_pane_g8

0x4f5d,	// (0x0003a341) shortcut_wheel_idle_act4_pane_g9

0x0008,

0xfdc5,	// (0x000451a9) shortcut_wheel_idle_act4_pane_g

0xc3dd,	// (0x000417c1) middle_sk_idle_act4_pane_g1_ParamLimits

0xc3dd,	// (0x000417c1) middle_sk_idle_act4_pane_g1

0x1f4f,	// (0x00037333) middle_sk_idle_act4_pane_g2_ParamLimits

0x1f4f,	// (0x00037333) middle_sk_idle_act4_pane_g2

0x0001,

0xfde8,	// (0x000451cc) middle_sk_idle_act4_pane_g_ParamLimits

0xfde8,	// (0x000451cc) middle_sk_idle_act4_pane_g

0x1f67,	// (0x0003734b) middle_sk_idle_act4_pane_t1_ParamLimits

0x1f67,	// (0x0003734b) middle_sk_idle_act4_pane_t1

0x1f96,	// (0x0003737a) grid_ai_shortcut_pane_ParamLimits

0x1f96,	// (0x0003737a) grid_ai_shortcut_pane

0x1fb3,	// (0x00037397) list_highlight_pane_cp16_ParamLimits

0x1fb3,	// (0x00037397) list_highlight_pane_cp16

0x1fc0,	// (0x000373a4) list_single_idle_plugin_shortcut_pane_g1_ParamLimits

0x1fc0,	// (0x000373a4) list_single_idle_plugin_shortcut_pane_g1

0x1fcc,	// (0x000373b0) list_single_idle_plugin_shortcut_pane_g2_ParamLimits

0x1fcc,	// (0x000373b0) list_single_idle_plugin_shortcut_pane_g2

0x1fea,	// (0x000373ce) list_single_idle_plugin_shortcut_pane_g3_ParamLimits

0x1fea,	// (0x000373ce) list_single_idle_plugin_shortcut_pane_g3

0x0002,

0xfded,	// (0x000451d1) list_single_idle_plugin_shortcut_pane_g_ParamLimits

0xfded,	// (0x000451d1) list_single_idle_plugin_shortcut_pane_g

0x1fff,	// (0x000373e3) cell_ai_shortcut_pane_ParamLimits

0x1fff,	// (0x000373e3) cell_ai_shortcut_pane

0x2015,	// (0x000373f9) cell_ai_shortcut_pane_g1_ParamLimits

0x2015,	// (0x000373f9) cell_ai_shortcut_pane_g1

0x4f22,	// (0x0003a306) ai_gene_pane_1_cp2

0x4f65,	// (0x0003a349) ai_gene_pane_2_cp2

0x4f6d,	// (0x0003a351) list_highlight_pane_cp15

0x4f76,	// (0x0003a35a) list_single_idle_plugin_calendar_pane_g1

0x4f6d,	// (0x0003a351) list_highlight_pane_cp17

0x4f7e,	// (0x0003a362) list_single_idle_plugin_calendar_pane_g1_copy1

0x4f86,	// (0x0003a36a) list_single_idle_plugin_player_pane_g1

0x32e0,	// (0x000386c4) list_single_idle_plugin_player_pane_g2

0x0001,

0xfdf4,	// (0x000451d8) list_single_idle_plugin_player_pane_g

0x4f8e,	// (0x0003a372) list_single_idle_plugin_player_pane_t1

0x4f9c,	// (0x0003a380) list_single_idle_plugin_player_pane_t2

0x4faa,	// (0x0003a38e) list_single_idle_plugin_player_pane_t3

0x4fb8,	// (0x0003a39c) list_single_idle_plugin_player_pane_t4

0x0003,

0xfdf9,	// (0x000451dd) list_single_idle_plugin_player_pane_t

0x4fc6,	// (0x0003a3aa) wait_bar_pane_cp15

0x4fce,	// (0x0003a3b2) grid_ai_notification_pane

0x32e0,	// (0x000386c4) list_single_idle_plugin_notification_pane_g1

0x2037,	// (0x0003741b) cell_ai_notification_pane_ParamLimits

0x2037,	// (0x0003741b) cell_ai_notification_pane

0x4fd7,	// (0x0003a3bb) cell_ai_notification_pane_g1

0x4fdf,	// (0x0003a3c3) cell_ai_notification_pane_t1

0x2044,	// (0x00037428) tb_ext_find_button_pane

0x204c,	// (0x00037430) tb_ext_find_pane_g1

0x2054,	// (0x00037438) tb_ext_find_pane_t1

0xd1d4,	// (0x000425b8) tb_ext_find_button_pane_g1

0x4fed,	// (0x0003a3d1) tb_ext_find_button_pane_g2

0x0001,

0xfe02,	// (0x000451e6) tb_ext_find_button_pane_g

0x1e5a,	// (0x0003723e) main_idle_act4_pane_t1_ParamLimits

0x1e74,	// (0x00037258) main_idle_act4_pane_t2_ParamLimits

0xfdc0,	// (0x000451a4) main_idle_act4_pane_t_ParamLimits

0x1eaa,	// (0x0003728e) popup_clock_digital_analogue_window_cp2_ParamLimits

0x1ec2,	// (0x000372a6) sat_plugin_idle_act4_pane_ParamLimits

0x1ec2,	// (0x000372a6) sat_plugin_idle_act4_pane

0x2062,	// (0x00037446) sat_plugin_idle_act4_pane_t1_ParamLimits

0x2062,	// (0x00037446) sat_plugin_idle_act4_pane_t1

0x207a,	// (0x0003745e) sat_plugin_idle_act4_pane_t2_ParamLimits

0x207a,	// (0x0003745e) sat_plugin_idle_act4_pane_t2

0x2092,	// (0x00037476) sat_plugin_idle_act4_pane_t3_ParamLimits

0x2092,	// (0x00037476) sat_plugin_idle_act4_pane_t3

0x20aa,	// (0x0003748e) sat_plugin_idle_act4_pane_t4_ParamLimits

0x20aa,	// (0x0003748e) sat_plugin_idle_act4_pane_t4

0x0003,

0xfe07,	// (0x000451eb) sat_plugin_idle_act4_pane_t_ParamLimits

0xfe07,	// (0x000451eb) sat_plugin_idle_act4_pane_t

0x5b91,	// (0x0003af75) popup_battery_window_ParamLimits

0x5b91,	// (0x0003af75) popup_battery_window

0xc7a8,	// (0x00041b8c) bg_popup_sub_pane_cp25_ParamLimits

0xc7a8,	// (0x00041b8c) bg_popup_sub_pane_cp25

0x9f8c,	// (0x0003f370) popup_battery_window_g1_ParamLimits

0x9f8c,	// (0x0003f370) popup_battery_window_g1

0x9f98,	// (0x0003f37c) popup_battery_window_t1_ParamLimits

0x9f98,	// (0x0003f37c) popup_battery_window_t1

0x9faa,	// (0x0003f38e) popup_battery_window_t2_ParamLimits

0x9faa,	// (0x0003f38e) popup_battery_window_t2

0x0001,

0xfe10,	// (0x000451f4) popup_battery_window_t_ParamLimits

0xfe10,	// (0x000451f4) popup_battery_window_t

0xf510,	// (0x000448f4) midp_canvas_pane_ParamLimits

0xf56b,	// (0x0004494f) midp_keypad_pane_ParamLimits

0xf56b,	// (0x0004494f) midp_keypad_pane

0xd22b,	// (0x0004260f) main_midp_pane_ParamLimits

0x3950,	// (0x00038d34) signal_pane_g2_cp_ParamLimits

0x20c2,	// (0x000374a6) aid_size_cell_midp_keypad_ParamLimits

0x20c2,	// (0x000374a6) aid_size_cell_midp_keypad

0x20e0,	// (0x000374c4) midp_keyp_game_grid_pane_ParamLimits

0x20e0,	// (0x000374c4) midp_keyp_game_grid_pane

0x2107,	// (0x000374eb) midp_keyp_rocker_pane_ParamLimits

0x2107,	// (0x000374eb) midp_keyp_rocker_pane

0x214a,	// (0x0003752e) midp_keyp_sk_left_pane_ParamLimits

0x214a,	// (0x0003752e) midp_keyp_sk_left_pane

0x219e,	// (0x00037582) midp_keyp_sk_right_pane_ParamLimits

0x219e,	// (0x00037582) midp_keyp_sk_right_pane

0xc5a1,	// (0x00041985) bg_button_pane_cp03

0x21f2,	// (0x000375d6) midp_keyp_sk_left_pane_g1

0xc5a1,	// (0x00041985) bg_button_pane_cp04

0x21f2,	// (0x000375d6) midp_keyp_sk_right_pane_g1

0x3c40,	// (0x00039024) midp_keyp_rocker_pane_g1

0x21fb,	// (0x000375df) keyp_game_cell_pane_ParamLimits

0x21fb,	// (0x000375df) keyp_game_cell_pane

0xc5a1,	// (0x00041985) bg_button_pane_cp02

0x2221,	// (0x00037605) keyp_game_cell_pane_g1

0xb785,	// (0x00040b69) popup_fep_vkb2_window_ParamLimits

0xb785,	// (0x00040b69) popup_fep_vkb2_window

0x8ae8,	// (0x0003decc) aid_size_cell_vkb2_ParamLimits

0x8ae8,	// (0x0003decc) aid_size_cell_vkb2

0x8b2c,	// (0x0003df10) popup_fep_vkb2_window_g1_ParamLimits

0x8b2c,	// (0x0003df10) popup_fep_vkb2_window_g1

0x8b74,	// (0x0003df58) vkb2_area_bottom_pane_ParamLimits

0x8b74,	// (0x0003df58) vkb2_area_bottom_pane

0x8bc8,	// (0x0003dfac) vkb2_area_keypad_pane_ParamLimits

0x8bc8,	// (0x0003dfac) vkb2_area_keypad_pane

0x8c0e,	// (0x0003dff2) vkb2_area_top_pane_ParamLimits

0x8c0e,	// (0x0003dff2) vkb2_area_top_pane

0x8c88,	// (0x0003e06c) vkb2_top_entry_pane_ParamLimits

0x8c88,	// (0x0003e06c) vkb2_top_entry_pane

0x8cb2,	// (0x0003e096) vkb2_top_grid_left_pane_ParamLimits

0x8cb2,	// (0x0003e096) vkb2_top_grid_left_pane

0x8cd0,	// (0x0003e0b4) vkb2_top_grid_right_pane_ParamLimits

0x8cd0,	// (0x0003e0b4) vkb2_top_grid_right_pane

0x8cee,	// (0x0003e0d2) vkb2_cell_keypad_pane_ParamLimits

0x8cee,	// (0x0003e0d2) vkb2_cell_keypad_pane

0xc411,	// (0x000417f5) vkb2_area_bottom_grid_pane_ParamLimits

0xc411,	// (0x000417f5) vkb2_area_bottom_grid_pane

0xc43b,	// (0x0004181f) vkb2_area_bottom_pane_g1_ParamLimits

0xc43b,	// (0x0004181f) vkb2_area_bottom_pane_g1

0xc461,	// (0x00041845) vkb2_area_bottom_pane_g2_ParamLimits

0xc461,	// (0x00041845) vkb2_area_bottom_pane_g2

0xc492,	// (0x00041876) vkb2_area_bottom_pane_g3_ParamLimits

0xc492,	// (0x00041876) vkb2_area_bottom_pane_g3

0x0002,

0xfe15,	// (0x000451f9) vkb2_area_bottom_pane_g_ParamLimits

0xfe15,	// (0x000451f9) vkb2_area_bottom_pane_g

0x8e77,	// (0x0003e25b) vkb2_top_cell_left_pane_ParamLimits

0x8e77,	// (0x0003e25b) vkb2_top_cell_left_pane

0x9fcf,	// (0x0003f3b3) vkb2_top_entry_pane_g1_ParamLimits

0x9fcf,	// (0x0003f3b3) vkb2_top_entry_pane_g1

0x9fdd,	// (0x0003f3c1) vkb2_top_entry_pane_t1_ParamLimits

0x9fdd,	// (0x0003f3c1) vkb2_top_entry_pane_t1

0x9ff5,	// (0x0003f3d9) vkb2_top_entry_pane_t2_ParamLimits

0x9ff5,	// (0x0003f3d9) vkb2_top_entry_pane_t2

0xa00d,	// (0x0003f3f1) vkb2_top_entry_pane_t3_ParamLimits

0xa00d,	// (0x0003f3f1) vkb2_top_entry_pane_t3

0x0002,

0xfe1c,	// (0x00045200) vkb2_top_entry_pane_t_ParamLimits

0xfe1c,	// (0x00045200) vkb2_top_entry_pane_t

0xc4fc,	// (0x000418e0) vkb2_top_grid_right_pane_g1_ParamLimits

0xc4fc,	// (0x000418e0) vkb2_top_grid_right_pane_g1

0x8eda,	// (0x0003e2be) vkb2_top_grid_right_pane_g2_ParamLimits

0x8eda,	// (0x0003e2be) vkb2_top_grid_right_pane_g2

0x8ef2,	// (0x0003e2d6) vkb2_top_grid_right_pane_g3_ParamLimits

0x8ef2,	// (0x0003e2d6) vkb2_top_grid_right_pane_g3

0xc512,	// (0x000418f6) vkb2_top_grid_right_pane_g4_ParamLimits

0xc512,	// (0x000418f6) vkb2_top_grid_right_pane_g4

0x0003,

0xfe23,	// (0x00045207) vkb2_top_grid_right_pane_g_ParamLimits

0xfe23,	// (0x00045207) vkb2_top_grid_right_pane_g

0x8f20,	// (0x0003e304) vkb2_top_cell_left_pane_g1

0x8f37,	// (0x0003e31b) vkb2_cell_keypad_pane_g1_ParamLimits

0x8f37,	// (0x0003e31b) vkb2_cell_keypad_pane_g1

0xa023,	// (0x0003f407) vkb2_cell_keypad_pane_t1_ParamLimits

0xa023,	// (0x0003f407) vkb2_cell_keypad_pane_t1

0x8f45,	// (0x0003e329) vkb2_cell_bottom_grid_pane_ParamLimits

0x8f45,	// (0x0003e329) vkb2_cell_bottom_grid_pane

0x8f7e,	// (0x0003e362) vkb2_cell_bottom_grid_pane_g1

0x1ef3,	// (0x000372d7) aid_call2_pane_cp02

0x1efb,	// (0x000372df) aid_call_pane_cp02

0x1f03,	// (0x000372e7) clock_digital_number_pane_cp10

0x1f0b,	// (0x000372ef) clock_digital_number_pane_cp11

0x1f13,	// (0x000372f7) clock_digital_number_pane_cp12

0x1f1b,	// (0x000372ff) clock_digital_number_pane_cp13

0x1f23,	// (0x00037307) clock_digital_separator_pane_cp10

0xd1d4,	// (0x000425b8) popup_clock_digital_analogue_window_cp2_g1

0xd1d4,	// (0x000425b8) popup_clock_digital_analogue_window_cp2_g2

0x1f2b,	// (0x0003730f) popup_clock_digital_analogue_window_cp2_g3

0xd1d4,	// (0x000425b8) popup_clock_digital_analogue_window_cp2_g4

0x1f2b,	// (0x0003730f) popup_clock_digital_analogue_window_cp2_g5

0x0004,

0xfdd8,	// (0x000451bc) popup_clock_digital_analogue_window_cp2_g

0x1f33,	// (0x00037317) popup_clock_digital_analogue_window_cp2_t1

0x1f41,	// (0x00037325) popup_clock_digital_analogue_window_cp2_t2

0x0001,

0xfde3,	// (0x000451c7) popup_clock_digital_analogue_window_cp2_t

0x3c40,	// (0x00039024) clock_digital_number_pane_cp10_g1

0x3c40,	// (0x00039024) clock_digital_number_pane_cp10_g2

0x0001,

0xfbcb,	// (0x00044faf) clock_digital_number_pane_cp10_g

0x3c40,	// (0x00039024) clock_digital_separator_pane_cp10_g1

0x3c40,	// (0x00039024) clock_digital_separator_pane_cp10_g2

0x0001,

0xfbcb,	// (0x00044faf) clock_digital_separator_pane_cp10_g

0x4e67,	// (0x0003a24b) uniindi_top_pane_g3

0x4e78,	// (0x0003a25c) uniindi_top_pane_g4

0x8d58,	// (0x0003e13c) vkb2_row_keypad_pane_ParamLimits

0x8d58,	// (0x0003e13c) vkb2_row_keypad_pane

0x8f9a,	// (0x0003e37e) vkb2_cell_t_keypad_pane_ParamLimits

0x8f9a,	// (0x0003e37e) vkb2_cell_t_keypad_pane

0x8faa,	// (0x0003e38e) vkb2_cell_t_keypad_pane_cp08_ParamLimits

0x8faa,	// (0x0003e38e) vkb2_cell_t_keypad_pane_cp08

0x8fbf,	// (0x0003e3a3) vkb2_cell_t_keypad_pane_cp09_ParamLimits

0x8fbf,	// (0x0003e3a3) vkb2_cell_t_keypad_pane_cp09

0x8fd3,	// (0x0003e3b7) vkb2_cell_t_keypad_pane_cp01_ParamLimits

0x8fd3,	// (0x0003e3b7) vkb2_cell_t_keypad_pane_cp01

0x8fe4,	// (0x0003e3c8) vkb2_cell_t_keypad_pane_cp02_ParamLimits

0x8fe4,	// (0x0003e3c8) vkb2_cell_t_keypad_pane_cp02

0x8ff5,	// (0x0003e3d9) vkb2_cell_t_keypad_pane_cp03_ParamLimits

0x8ff5,	// (0x0003e3d9) vkb2_cell_t_keypad_pane_cp03

0x9006,	// (0x0003e3ea) vkb2_cell_t_keypad_pane_cp04_ParamLimits

0x9006,	// (0x0003e3ea) vkb2_cell_t_keypad_pane_cp04

0x9017,	// (0x0003e3fb) vkb2_cell_t_keypad_pane_cp05_ParamLimits

0x9017,	// (0x0003e3fb) vkb2_cell_t_keypad_pane_cp05

0x9028,	// (0x0003e40c) vkb2_cell_t_keypad_pane_cp06_ParamLimits

0x9028,	// (0x0003e40c) vkb2_cell_t_keypad_pane_cp06

0x903b,	// (0x0003e41f) vkb2_cell_t_keypad_pane_cp07_ParamLimits

0x903b,	// (0x0003e41f) vkb2_cell_t_keypad_pane_cp07

0x9050,	// (0x0003e434) vkb2_cell_t_keypad_pane_cp10_ParamLimits

0x9050,	// (0x0003e434) vkb2_cell_t_keypad_pane_cp10

0x8361,	// (0x0003d745) vkb2_cell_t_keypad_pane_g1

0xa039,	// (0x0003f41d) vkb2_cell_t_keypad_pane_t1

0x5c1c,	// (0x0003b000) popup_grid_graphic2_window

0x2367,	// (0x0003774b) aid_size_cell_graphic2_ParamLimits

0x2367,	// (0x0003774b) aid_size_cell_graphic2

0xe091,	// (0x00043475) bg_popup_window_pane_cp21_ParamLimits

0xe091,	// (0x00043475) bg_popup_window_pane_cp21

0x2399,	// (0x0003777d) graphic2_pages_pane_ParamLimits

0x2399,	// (0x0003777d) graphic2_pages_pane

0x23f1,	// (0x000377d5) grid_graphic2_control_pane_ParamLimits

0x23f1,	// (0x000377d5) grid_graphic2_control_pane

0x2425,	// (0x00037809) grid_graphic2_pane_ParamLimits

0x2425,	// (0x00037809) grid_graphic2_pane

0x249c,	// (0x00037880) cell_graphic2_pane

0x5c1c,	// (0x0003b000) main_comp_mode_pane

0x4acf,	// (0x00039eb3) list_ai3_gene_pane_ParamLimits

0x1bd7,	// (0x00036fbb) bg_popup_window_pane_cp19_ParamLimits

0x4c3f,	// (0x0003a023) bg_touch_area_indi_pane_ParamLimits

0x4c3f,	// (0x0003a023) bg_touch_area_indi_pane

0x4c55,	// (0x0003a039) bg_touch_area_indi_pane_cp01_ParamLimits

0x4c55,	// (0x0003a039) bg_touch_area_indi_pane_cp01

0x4c6d,	// (0x0003a051) bg_touch_area_indi_pane_cp02_ParamLimits

0x4c6d,	// (0x0003a051) bg_touch_area_indi_pane_cp02

0x4c87,	// (0x0003a06b) bg_touch_area_indi_pane_cp03_ParamLimits

0x4c87,	// (0x0003a06b) bg_touch_area_indi_pane_cp03

0x4ca1,	// (0x0003a085) popup_slider_window_g1_ParamLimits

0x4cbd,	// (0x0003a0a1) popup_slider_window_g2_ParamLimits

0x4cd9,	// (0x0003a0bd) popup_slider_window_g3_ParamLimits

0xfd6d,	// (0x00045151) popup_slider_window_g_ParamLimits

0x4cf5,	// (0x0003a0d9) popup_slider_window_t1_ParamLimits

0x4d3b,	// (0x0003a11f) small_volume_slider_vertical_pane_ParamLimits

0x249c,	// (0x00037880) cell_graphic2_pane_ParamLimits

0x24ff,	// (0x000378e3) bg_button_pane_cp10_ParamLimits

0x24ff,	// (0x000378e3) bg_button_pane_cp10

0x2512,	// (0x000378f6) bg_button_pane_cp11_ParamLimits

0x2512,	// (0x000378f6) bg_button_pane_cp11

0x2525,	// (0x00037909) graphic2_pages_pane_g1_ParamLimits

0x2525,	// (0x00037909) graphic2_pages_pane_g1

0x2540,	// (0x00037924) graphic2_pages_pane_g2_ParamLimits

0x2540,	// (0x00037924) graphic2_pages_pane_g2

0x0001,

0xfe31,	// (0x00045215) graphic2_pages_pane_g_ParamLimits

0xfe31,	// (0x00045215) graphic2_pages_pane_g

0x2558,	// (0x0003793c) graphic2_pages_pane_t1_ParamLimits

0x2558,	// (0x0003793c) graphic2_pages_pane_t1

0x2570,	// (0x00037954) cell_graphic2_control_pane_ParamLimits

0x2570,	// (0x00037954) cell_graphic2_control_pane

0x258a,	// (0x0003796e) cell_graphic2_pane_g1_ParamLimits

0x258a,	// (0x0003796e) cell_graphic2_pane_g1

0xc528,	// (0x0004190c) cell_graphic2_pane_g2_ParamLimits

0xc528,	// (0x0004190c) cell_graphic2_pane_g2

0x2597,	// (0x0003797b) cell_graphic2_pane_g3_ParamLimits

0x2597,	// (0x0003797b) cell_graphic2_pane_g3

0xc535,	// (0x00041919) cell_graphic2_pane_g4_ParamLimits

0xc535,	// (0x00041919) cell_graphic2_pane_g4

0x25a4,	// (0x00037988) cell_graphic2_pane_g5_ParamLimits

0x25a4,	// (0x00037988) cell_graphic2_pane_g5

0x0004,

0xfe36,	// (0x0004521a) cell_graphic2_pane_g_ParamLimits

0xfe36,	// (0x0004521a) cell_graphic2_pane_g

0x25c4,	// (0x000379a8) cell_graphic2_pane_t1_ParamLimits

0x25c4,	// (0x000379a8) cell_graphic2_pane_t1

0x2a6c,	// (0x00037e50) grid_highlight_pane_cp11_ParamLimits

0x2a6c,	// (0x00037e50) grid_highlight_pane_cp11

0xcc87,	// (0x0004206b) bg_button_pane_cp05

0x25db,	// (0x000379bf) cell_graphic2_control_pane_g1

0x3c40,	// (0x00039024) bg_touch_area_indi_pane_g1

0xa04b,	// (0x0003f42f) aid_cmod_rocker_key_size

0xa055,	// (0x0003f439) aid_cmode_itu_key_size

0xa05f,	// (0x0003f443) main_cmode_video_pane

0xa069,	// (0x0003f44d) main_comp_mode_itu_pane

0xa075,	// (0x0003f459) main_comp_mode_rocker_pane

0xa081,	// (0x0003f465) cell_cmode_rocker_pane_ParamLimits

0xa081,	// (0x0003f465) cell_cmode_rocker_pane

0xa095,	// (0x0003f479) cell_cmode_itu_pane_ParamLimits

0xa095,	// (0x0003f479) cell_cmode_itu_pane

0xcc87,	// (0x0004206b) bg_button_pane_cp06_ParamLimits

0xcc87,	// (0x0004206b) bg_button_pane_cp06

0x3eba,	// (0x0003929e) cell_cmode_rocker_pane_g1_ParamLimits

0x3eba,	// (0x0003929e) cell_cmode_rocker_pane_g1

0x4d60,	// (0x0003a144) cell_cmode_rocker_pane_g2_ParamLimits

0x4d60,	// (0x0003a144) cell_cmode_rocker_pane_g2

0x0001,

0xfe41,	// (0x00045225) cell_cmode_rocker_pane_g_ParamLimits

0xfe41,	// (0x00045225) cell_cmode_rocker_pane_g

0xc5a1,	// (0x00041985) bg_button_pane_cp07

0xa0ac,	// (0x0003f490) cell_cmode_itu_pane_g1

0xa0b5,	// (0x0003f499) cell_cmode_itu_pane_t1

0xa0c3,	// (0x0003f4a7) cell_cmode_itu_pane_t2

0x0001,

0xfe46,	// (0x0004522a) cell_cmode_itu_pane_t

0x4eee,	// (0x0003a2d2) aid_touch_ctrl_left

0x4ef6,	// (0x0003a2da) aid_touch_ctrl_right

0xc5a1,	// (0x00041985) compa_mode_pane

0x25e8,	// (0x000379cc) aid_cmod_rocker_key_size_cp

0x25f2,	// (0x000379d6) aid_cmode_itu_key_size_cp

0xa0d1,	// (0x0003f4b5) compa_mode_pane_g1

0xa0d9,	// (0x0003f4bd) compa_mode_pane_g2

0xa0e1,	// (0x0003f4c5) compa_mode_pane_g3

0x0002,

0xfe4b,	// (0x0004522f) compa_mode_pane_g

0x25fc,	// (0x000379e0) main_comp_mode_itu_pane_cp

0x2604,	// (0x000379e8) main_comp_mode_rocker_pane_cp

0x260c,	// (0x000379f0) cell_cmode_itu_pane_cp_ParamLimits

0x260c,	// (0x000379f0) cell_cmode_itu_pane_cp

0x2621,	// (0x00037a05) cell_cmode_rocker_pane_cp_ParamLimits

0x2621,	// (0x00037a05) cell_cmode_rocker_pane_cp

0xcc87,	// (0x0004206b) bg_button_pane_cp06_cp_ParamLimits

0xcc87,	// (0x0004206b) bg_button_pane_cp06_cp

0x3eba,	// (0x0003929e) cell_cmode_rocker_pane_g1_cp_ParamLimits

0x3eba,	// (0x0003929e) cell_cmode_rocker_pane_g1_cp

0x3c40,	// (0x00039024) cell_cmode_rocker_pane_g2_cp

0xc5a1,	// (0x00041985) bg_button_pane_cp07_cp

0x2633,	// (0x00037a17) cell_cmode_itu_pane_g1_cp

0x263c,	// (0x00037a20) cell_cmode_itu_pane_t1_cp

0x263c,	// (0x00037a20) cell_cmode_itu_pane_t2_cp

0x11eb,	// (0x000365cf) settings_code_pane_cp2

0xc675,	// (0x00041a59) bg_popup_window_pane_cp3_ParamLimits

0xc99a,	// (0x00041d7e) heading_pane_cp3_ParamLimits

0xc9a6,	// (0x00041d8a) listscroll_popup_graphic_pane_ParamLimits

0x800e,	// (0x0003d3f2) fep_hwr_aid_pane_ParamLimits

0x8a3b,	// (0x0003de1f) aid_touch_sctrl_top_ParamLimits

0x8a56,	// (0x0003de3a) sctrl_sk_top_pane_g1_ParamLimits

0x8361,	// (0x0003d745) sctrl_sk_top_pane_g2_ParamLimits

0xfd86,	// (0x0004516a) sctrl_sk_top_pane_g_ParamLimits

0x8a63,	// (0x0003de47) sctrl_sk_top_pane_t1_ParamLimits

0x8a3b,	// (0x0003de1f) aid_touch_sctrl_bottom_ParamLimits

0x8a63,	// (0x0003de47) sctrl_sk_bottom_pane_t1_ParamLimits

0x4e31,	// (0x0003a215) aid_area_touch_clock

0x8c50,	// (0x0003e034) aid_vkb2_area_top_pane_cell_ParamLimits

0x8c50,	// (0x0003e034) aid_vkb2_area_top_pane_cell

0xc3eb,	// (0x000417cf) aid_vkb2_area_bottom_pane_cell_ParamLimits

0xc3eb,	// (0x000417cf) aid_vkb2_area_bottom_pane_cell

0x9fc7,	// (0x0003f3ab) popup_char_count_window

0xa0e9,	// (0x0003f4cd) popup_char_count_window_g1

0xa0f2,	// (0x0003f4d6) popup_char_count_window_g2

0xa0fb,	// (0x0003f4df) popup_char_count_window_g3

0x0002,

0xfe52,	// (0x00045236) popup_char_count_window_g

0xa104,	// (0x0003f4e8) popup_char_count_window_t1

0x8b12,	// (0x0003def6) popup_fep_char_preview_window_ParamLimits

0x8b12,	// (0x0003def6) popup_fep_char_preview_window

0x8c6e,	// (0x0003e052) vkb2_top_candi_pane_ParamLimits

0x8c6e,	// (0x0003e052) vkb2_top_candi_pane

0xa112,	// (0x0003f4f6) cell_vkb2_top_candi_pane_ParamLimits

0xa112,	// (0x0003f4f6) cell_vkb2_top_candi_pane

0x9065,	// (0x0003e449) bg_popup_fep_char_preview_window_ParamLimits

0x9065,	// (0x0003e449) bg_popup_fep_char_preview_window

0x9073,	// (0x0003e457) popup_fep_char_preview_window_t1_ParamLimits

0x9073,	// (0x0003e457) popup_fep_char_preview_window_t1

0xa163,	// (0x0003f547) bg_popup_fep_char_preview_window_g1

0xa16b,	// (0x0003f54f) bg_popup_fep_char_preview_window_g2

0xa173,	// (0x0003f557) bg_popup_fep_char_preview_window_g3

0xa17b,	// (0x0003f55f) bg_popup_fep_char_preview_window_g4

0xa183,	// (0x0003f567) bg_popup_fep_char_preview_window_g5

0x90ad,	// (0x0003e491) bg_popup_fep_char_preview_window_g6

0xa18b,	// (0x0003f56f) bg_popup_fep_char_preview_window_g7

0xa193,	// (0x0003f577) bg_popup_fep_char_preview_window_g8

0xa19b,	// (0x0003f57f) bg_popup_fep_char_preview_window_g9

0x0008,

0xfe59,	// (0x0004523d) bg_popup_fep_char_preview_window_g

0x8361,	// (0x0003d745) cell_vkb2_top_candi_pane_g1_ParamLimits

0x8361,	// (0x0003d745) cell_vkb2_top_candi_pane_g1

0x836f,	// (0x0003d753) cell_vkb2_top_candi_pane_g2_ParamLimits

0x836f,	// (0x0003d753) cell_vkb2_top_candi_pane_g2

0x9cf2,	// (0x0003f0d6) cell_vkb2_top_candi_pane_g3_ParamLimits

0x9cf2,	// (0x0003f0d6) cell_vkb2_top_candi_pane_g3

0x90b5,	// (0x0003e499) cell_vkb2_top_candi_pane_g4_ParamLimits

0x90b5,	// (0x0003e499) cell_vkb2_top_candi_pane_g4

0x4144,	// (0x00039528) cell_vkb2_top_candi_pane_g5_ParamLimits

0x4144,	// (0x00039528) cell_vkb2_top_candi_pane_g5

0x90d6,	// (0x0003e4ba) cell_vkb2_top_candi_pane_g6_ParamLimits

0x90d6,	// (0x0003e4ba) cell_vkb2_top_candi_pane_g6

0x0005,

0xfe6c,	// (0x00045250) cell_vkb2_top_candi_pane_g_ParamLimits

0xfe6c,	// (0x00045250) cell_vkb2_top_candi_pane_g

0x90e4,	// (0x0003e4c8) cell_vkb2_top_candi_pane_t1

0x78e7,	// (0x0003cccb) aid_size_touch_slider_mark_ParamLimits

0x78e7,	// (0x0003cccb) aid_size_touch_slider_mark

0x23d5,	// (0x000377b9) grid_graphic2_catg_pane_ParamLimits

0x23d5,	// (0x000377b9) grid_graphic2_catg_pane

0x246b,	// (0x0003784f) popup_grid_graphic2_window_t1_ParamLimits

0x246b,	// (0x0003784f) popup_grid_graphic2_window_t1

0x2481,	// (0x00037865) popup_grid_graphic2_window_t2_ParamLimits

0x2481,	// (0x00037865) popup_grid_graphic2_window_t2

0x0001,

0xfe2c,	// (0x00045210) popup_grid_graphic2_window_t_ParamLimits

0xfe2c,	// (0x00045210) popup_grid_graphic2_window_t

0xcc87,	// (0x0004206b) bg_button_pane_cp05_ParamLimits

0x25db,	// (0x000379bf) cell_graphic2_control_pane_g1_ParamLimits

0x264a,	// (0x00037a2e) cell_graphic2_catg_pane_ParamLimits

0x264a,	// (0x00037a2e) cell_graphic2_catg_pane

0xc5a1,	// (0x00041985) bg_button_pane_cp12

0x265c,	// (0x00037a40) cell_graphic2_catg_pane_g1

0x4dfd,	// (0x0003a1e1) cell_tb_ext_pane_t1_ParamLimits

0x8e97,	// (0x0003e27b) vkb2_top_cell_right_narrow_pane_ParamLimits

0x8e97,	// (0x0003e27b) vkb2_top_cell_right_narrow_pane

0x8eaf,	// (0x0003e293) vkb2_top_cell_right_wide_pane_ParamLimits

0x8eaf,	// (0x0003e293) vkb2_top_cell_right_wide_pane

0x8000,	// (0x0003d3e4) bg_vkb2_func_pane_ParamLimits

0x8000,	// (0x0003d3e4) bg_vkb2_func_pane

0x8f20,	// (0x0003e304) vkb2_top_cell_left_pane_g1_ParamLimits

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp03_ParamLimits

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp03

0x8f7e,	// (0x0003e362) vkb2_cell_bottom_grid_pane_g1_ParamLimits

0xdaf2,	// (0x00042ed6) bg_vkb2_func_pane_g1

0xdafa,	// (0x00042ede) bg_vkb2_func_pane_g2

0xdb0a,	// (0x00042eee) bg_vkb2_func_pane_g3

0xdb02,	// (0x00042ee6) bg_vkb2_func_pane_g4

0xdb12,	// (0x00042ef6) bg_vkb2_func_pane_g5

0xdb1a,	// (0x00042efe) bg_vkb2_func_pane_g6

0xdb22,	// (0x00042f06) bg_vkb2_func_pane_g7

0xdb2a,	// (0x00042f0e) bg_vkb2_func_pane_g8

0xdaea,	// (0x00042ece) bg_vkb2_func_pane_g9

0x0008,

0xfe79,	// (0x0004525d) bg_vkb2_func_pane_g

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp01_ParamLimits

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp01

0x8f20,	// (0x0003e304) vkb2_top_cell_right_wide_pane_g1_ParamLimits

0x8f20,	// (0x0003e304) vkb2_top_cell_right_wide_pane_g1

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp02_ParamLimits

0x8000,	// (0x0003d3e4) bg_vkb2_fuc_pane_cp02

0x8f7e,	// (0x0003e362) vkb2_top_cell_right_narrow_pane_g1_ParamLimits

0x8f7e,	// (0x0003e362) vkb2_top_cell_right_narrow_pane_g1

0x1b11,	// (0x00036ef5) aid_touch_area_decrease_ParamLimits

0x1b11,	// (0x00036ef5) aid_touch_area_decrease

0x1b4b,	// (0x00036f2f) aid_touch_area_increase_ParamLimits

0x1b4b,	// (0x00036f2f) aid_touch_area_increase

0x1b73,	// (0x00036f57) aid_touch_area_mute_ParamLimits

0x1b73,	// (0x00036f57) aid_touch_area_mute

0x1ba3,	// (0x00036f87) aid_touch_area_slider_ParamLimits

0x1ba3,	// (0x00036f87) aid_touch_area_slider

0x1be3,	// (0x00036fc7) popup_slider_window_g4_ParamLimits

0x1be3,	// (0x00036fc7) popup_slider_window_g4

0x1c0b,	// (0x00036fef) popup_slider_window_g5_ParamLimits

0x1c0b,	// (0x00036fef) popup_slider_window_g5

0x1c3f,	// (0x00037023) popup_slider_window_g6_ParamLimits

0x1c3f,	// (0x00037023) popup_slider_window_g6

0x4d23,	// (0x0003a107) popup_slider_window_t2_ParamLimits

0x4d23,	// (0x0003a107) popup_slider_window_t2

0x0001,

0xfd7a,	// (0x0004515e) popup_slider_window_t_ParamLimits

0xfd7a,	// (0x0004515e) popup_slider_window_t

0x1c5b,	// (0x0003703f) slider_pane_ParamLimits

0x1c5b,	// (0x0003703f) slider_pane

0xa1a3,	// (0x0003f587) slider_pane_g1_ParamLimits

0xa1a3,	// (0x0003f587) slider_pane_g1

0xa1b7,	// (0x0003f59b) slider_pane_g2_ParamLimits

0xa1b7,	// (0x0003f59b) slider_pane_g2

0xa1cd,	// (0x0003f5b1) slider_pane_g3_ParamLimits

0xa1cd,	// (0x0003f5b1) slider_pane_g3

0x0003,

0xfe8c,	// (0x00045270) slider_pane_g_ParamLimits

0xfe8c,	// (0x00045270) slider_pane_g

0xc078,	// (0x0004145c) popup_tb_float_extension_window_ParamLimits

0xc078,	// (0x0004145c) popup_tb_float_extension_window

0xa1f9,	// (0x0003f5dd) aid_size_cell_tb_float_ext

0xc5a1,	// (0x00041985) bg_popup_sub_window_cp28

0xa205,	// (0x0003f5e9) grid_tb_float_ext_pane

0xa211,	// (0x0003f5f5) cell_tb_float_ext_pane_ParamLimits

0xa211,	// (0x0003f5f5) cell_tb_float_ext_pane

0xa22d,	// (0x0003f611) cell_tb_float_ext_pane_g1

0xa236,	// (0x0003f61a) grid_highlight_pane_cp12

0xc367,	// (0x0004174b) cell_last_hwr_side_pane_ParamLimits

0xc367,	// (0x0004174b) cell_last_hwr_side_pane

0x3c40,	// (0x00039024) cell_last_hwr_side_pane_g1

0xa23f,	// (0x0003f623) cell_last_hwr_side_pane_g2

0x0001,

0xfe95,	// (0x00045279) cell_last_hwr_side_pane_g

0xc4c7,	// (0x000418ab) vkb2_area_bottom_space_btn_pane_ParamLimits

0xc4c7,	// (0x000418ab) vkb2_area_bottom_space_btn_pane

0x8361,	// (0x0003d745) vkb2_cell_t_keypad_pane_g1_ParamLimits

0xa039,	// (0x0003f41d) vkb2_cell_t_keypad_pane_t1_ParamLimits

0x90e4,	// (0x0003e4c8) cell_vkb2_top_candi_pane_t1_ParamLimits

0x9103,	// (0x0003e4e7) vkb2_area_bottom_space_btn_pane_g1_ParamLimits

0x9103,	// (0x0003e4e7) vkb2_area_bottom_space_btn_pane_g1

0x913d,	// (0x0003e521) vkb2_area_bottom_space_btn_pane_g2_ParamLimits

0x913d,	// (0x0003e521) vkb2_area_bottom_space_btn_pane_g2

0x9173,	// (0x0003e557) vkb2_area_bottom_space_btn_pane_g3_ParamLimits

0x9173,	// (0x0003e557) vkb2_area_bottom_space_btn_pane_g3

0x0003,

0xfe9a,	// (0x0004527e) vkb2_area_bottom_space_btn_pane_g_ParamLimits

0xfe9a,	// (0x0004527e) vkb2_area_bottom_space_btn_pane_g

0x80c5,	// (0x0003d4a9) cel_fep_hwr_func_pane_ParamLimits

0x80c5,	// (0x0003d4a9) cel_fep_hwr_func_pane

0xc33c,	// (0x00041720) cell_hwr_side_button_pane_ParamLimits

0xc33c,	// (0x00041720) cell_hwr_side_button_pane

0x4e31,	// (0x0003a215) aid_area_touch_clock_ParamLimits

0xc7a8,	// (0x00041b8c) bg_uniindi_top_pane_ParamLimits

0x4e45,	// (0x0003a229) uniindi_top_pane_g1_ParamLimits

0x4e5b,	// (0x0003a23f) uniindi_top_pane_g2_ParamLimits

0x4e67,	// (0x0003a24b) uniindi_top_pane_g3_ParamLimits

0x4e78,	// (0x0003a25c) uniindi_top_pane_g4_ParamLimits

0xfdb2,	// (0x00045196) uniindi_top_pane_g_ParamLimits

0x4e85,	// (0x0003a269) uniindi_top_pane_t1_ParamLimits

0xc7a8,	// (0x00041b8c) bg_vkb2_func_pane_cp01_ParamLimits

0xc7a8,	// (0x00041b8c) bg_vkb2_func_pane_cp01

0xa248,	// (0x0003f62c) cel_fep_hwr_func_pane_g1_ParamLimits

0xa248,	// (0x0003f62c) cel_fep_hwr_func_pane_g1

0xc7a8,	// (0x00041b8c) bg_vkb2_func_pane_cp02_ParamLimits

0xc7a8,	// (0x00041b8c) bg_vkb2_func_pane_cp02

0xa248,	// (0x0003f62c) cell_hwr_side_button_pane_g1_ParamLimits

0xa248,	// (0x0003f62c) cell_hwr_side_button_pane_g1

0xda00,	// (0x00042de4) status_pane_g4_ParamLimits

0xda00,	// (0x00042de4) status_pane_g4

0xda1a,	// (0x00042dfe) status_pane_t1

0x3acc,	// (0x00038eb0) form2_midp_gauge_slider_cont_pane

0x3ad4,	// (0x00038eb8) form2_midp_gauge_slider_pane_t1_ParamLimits

0x14fb,	// (0x000368df) form2_midp_gauge_slider_pane_t2_ParamLimits

0x150d,	// (0x000368f1) form2_midp_gauge_slider_pane_t3_ParamLimits

0xfb7e,	// (0x00044f62) form2_midp_gauge_slider_pane_t_ParamLimits

0x3ae6,	// (0x00038eca) form2_midp_slider_pane_ParamLimits

0x8ada,	// (0x0003debe) aid_size_cell_func_vkb2_ParamLimits

0x8ada,	// (0x0003debe) aid_size_cell_func_vkb2

0xa1e5,	// (0x0003f5c9) slider_pane_g4_ParamLimits

0xa1e5,	// (0x0003f5c9) slider_pane_g4

0xc542,	// (0x00041926) form2_midp_gauge_slider_pane_t2_cp01

0xc550,	// (0x00041934) form2_midp_gauge_slider_pane_t3_cp01_ParamLimits

0xc550,	// (0x00041934) form2_midp_gauge_slider_pane_t3_cp01

0x91e8,	// (0x0003e5cc) form2_midp_slider_pane_cp01

0xc5a1,	// (0x00041985) navi_smil_pane

0xa278,	// (0x0003f65c) navi_smil_pane_g1

0xa280,	// (0x0003f664) navi_smil_pane_t1

0xa256,	// (0x0003f63a) form2_midp_slider_pane_g1

0xa25f,	// (0x0003f643) form2_midp_slider_pane_g2

0xa267,	// (0x0003f64b) form2_midp_slider_pane_g3

0xa256,	// (0x0003f63a) form2_midp_slider_pane_g4

0x2690,	// (0x00037a74) form2_midp_slider_pane_g5

0x0004,

0xfea3,	// (0x00045287) form2_midp_slider_pane_g

0x91ad,	// (0x0003e591) vkb2_area_bottom_space_btn_pane_g4_ParamLimits

0x91ad,	// (0x0003e591) vkb2_area_bottom_space_btn_pane_g4

0x08f6,	// (0x00035cda) lc0_navi_pane_ParamLimits

0x08f6,	// (0x00035cda) lc0_navi_pane

0x0966,	// (0x00035d4a) lc0_stat_indi_pane_ParamLimits

0x0966,	// (0x00035d4a) lc0_stat_indi_pane

0x097b,	// (0x00035d5f) ls0_title_pane_ParamLimits

0x097b,	// (0x00035d5f) ls0_title_pane

0xcc87,	// (0x0004206b) bg_popup_sub_pane_cp14_ParamLimits

0x4e18,	// (0x0003a1fc) list_uniindi_pane_ParamLimits

0x4e24,	// (0x0003a208) uniindi_top_pane_ParamLimits

0x4ec6,	// (0x0003a2aa) list_single_uniindi_pane_g1_ParamLimits

0x4ed9,	// (0x0003a2bd) list_single_uniindi_pane_t1_ParamLimits

0xc56d,	// (0x00041951) lc0_stat_clock_pane_ParamLimits

0xc56d,	// (0x00041951) lc0_stat_clock_pane

0x26b3,	// (0x00037a97) lc0_stat_indi_pane_g1_ParamLimits

0x26b3,	// (0x00037a97) lc0_stat_indi_pane_g1

0x26a6,	// (0x00037a8a) lc0_stat_indi_pane_g2_ParamLimits

0x26a6,	// (0x00037a8a) lc0_stat_indi_pane_g2

0x0001,

0xfeae,	// (0x00045292) lc0_stat_indi_pane_g_ParamLimits

0xfeae,	// (0x00045292) lc0_stat_indi_pane_g

0xc57a,	// (0x0004195e) lc0_uni_indicator_pane_ParamLimits

0xc57a,	// (0x0004195e) lc0_uni_indicator_pane

0x26cd,	// (0x00037ab1) ls0_title_pane_g1_ParamLimits

0x26cd,	// (0x00037ab1) ls0_title_pane_g1

0x26e1,	// (0x00037ac5) ls0_title_pane_t1_ParamLimits

0x26e1,	// (0x00037ac5) ls0_title_pane_t1

0xc587,	// (0x0004196b) lc0_uni_indicator_pane_g1_ParamLimits

0xc587,	// (0x0004196b) lc0_uni_indicator_pane_g1

0xa28e,	// (0x0003f672) lc0_stat_clock_pane_t1

0x5c1c,	// (0x0003b000) main_ai5_pane

0x2721,	// (0x00037b05) ai5_sk_pane_ParamLimits

0x2721,	// (0x00037b05) ai5_sk_pane

0x272e,	// (0x00037b12) cell_ai5_widget_pane_ParamLimits

0x272e,	// (0x00037b12) cell_ai5_widget_pane

0xa29c,	// (0x0003f680) aid_size_cell_widget_grid

0xa2a4,	// (0x0003f688) bg_ai5_widget_pane_ParamLimits

0xa2a4,	// (0x0003f688) bg_ai5_widget_pane

0x2777,	// (0x00037b5b) cell_ai5_widget_pane_g2

0x2787,	// (0x00037b6b) cell_ai5_widget_pane_g3

0x2793,	// (0x00037b77) cell_ai5_widget_pane_g4

0x279f,	// (0x00037b83) cell_ai5_widget_pane_g5

0x27ab,	// (0x00037b8f) cell_ai5_widget_pane_g6

0x27b3,	// (0x00037b97) cell_ai5_widget_pane_g7

0x27f7,	// (0x00037bdb) cell_ai5_widget_pane_t1_ParamLimits

0x27f7,	// (0x00037bdb) cell_ai5_widget_pane_t1

0x280f,	// (0x00037bf3) cell_ai5_widget_pane_t2_ParamLimits

0x280f,	// (0x00037bf3) cell_ai5_widget_pane_t2

0x2827,	// (0x00037c0b) cell_ai5_widget_pane_t3_ParamLimits

0x2827,	// (0x00037c0b) cell_ai5_widget_pane_t3

0x283f,	// (0x00037c23) cell_ai5_widget_pane_t4_ParamLimits

0x283f,	// (0x00037c23) cell_ai5_widget_pane_t4

0x2859,	// (0x00037c3d) cell_ai5_widget_pane_t5_ParamLimits

0x2859,	// (0x00037c3d) cell_ai5_widget_pane_t5

0xa2b0,	// (0x0003f694) cell_ai5_widget_pane_t6_ParamLimits

0xa2b0,	// (0x0003f694) cell_ai5_widget_pane_t6

0xa2c2,	// (0x0003f6a6) cell_ai5_widget_pane_t7_ParamLimits

0xa2c2,	// (0x0003f6a6) cell_ai5_widget_pane_t7

0x2878,	// (0x00037c5c) cell_ai5_widget_pane_t8_ParamLimits

0x2878,	// (0x00037c5c) cell_ai5_widget_pane_t8

0x0008,

0xfeb3,	// (0x00045297) cell_ai5_widget_pane_t_ParamLimits

0xfeb3,	// (0x00045297) cell_ai5_widget_pane_t

0x28ae,	// (0x00037c92) grid_ai5_widget_pane

0xcc87,	// (0x0004206b) highlight_cell_ai5_widget_pane_ParamLimits

0xcc87,	// (0x0004206b) highlight_cell_ai5_widget_pane

0x28b8,	// (0x00037c9c) ai5_sk_left_pane

0x28c2,	// (0x00037ca6) ai5_sk_middle_pane

0x28cc,	// (0x00037cb0) ai5_sk_right_pane

0xa2db,	// (0x0003f6bf) bg_ai5_widget_pane_g1_ParamLimits

0xa2db,	// (0x0003f6bf) bg_ai5_widget_pane_g1

0xa2e7,	// (0x0003f6cb) bg_ai5_widget_pane_g2_ParamLimits

0xa2e7,	// (0x0003f6cb) bg_ai5_widget_pane_g2

0xa2f3,	// (0x0003f6d7) bg_ai5_widget_pane_g3_ParamLimits

0xa2f3,	// (0x0003f6d7) bg_ai5_widget_pane_g3

0xa2ff,	// (0x0003f6e3) bg_ai5_widget_pane_g4_ParamLimits

0xa2ff,	// (0x0003f6e3) bg_ai5_widget_pane_g4

0xa30b,	// (0x0003f6ef) bg_ai5_widget_pane_g5_ParamLimits

0xa30b,	// (0x0003f6ef) bg_ai5_widget_pane_g5

0xa317,	// (0x0003f6fb) bg_ai5_widget_pane_g6_ParamLimits

0xa317,	// (0x0003f6fb) bg_ai5_widget_pane_g6

0xa323,	// (0x0003f707) bg_ai5_widget_pane_g7_ParamLimits

0xa323,	// (0x0003f707) bg_ai5_widget_pane_g7

0xa32f,	// (0x0003f713) bg_ai5_widget_pane_g8_ParamLimits

0xa32f,	// (0x0003f713) bg_ai5_widget_pane_g8

0xa33b,	// (0x0003f71f) bg_ai5_widget_pane_g9_ParamLimits

0xa33b,	// (0x0003f71f) bg_ai5_widget_pane_g9

0x0008,

0xfec6,	// (0x000452aa) bg_ai5_widget_pane_g_ParamLimits

0xfec6,	// (0x000452aa) bg_ai5_widget_pane_g

0xa347,	// (0x0003f72b) cell_shortcut_ai5_widget_pane_ParamLimits

0xa347,	// (0x0003f72b) cell_shortcut_ai5_widget_pane

0xc6b1,	// (0x00041a95) bg_cell_shortcut_ai5_widget_pane

0xa359,	// (0x0003f73d) cell_grid_ai5_widget_pane_g1

0xa362,	// (0x0003f746) highlight_cell_shortcut_ai5_widget_pane

0xdaf2,	// (0x00042ed6) ai5_sk_left_pane_g1

0xa36a,	// (0x0003f74e) ai5_sk_left_pane_g2

0xa372,	// (0x0003f756) ai5_sk_left_pane_g3

0xa37a,	// (0x0003f75e) ai5_sk_left_pane_g4

0x0003,

0xfed9,	// (0x000452bd) ai5_sk_left_pane_g

0xa382,	// (0x0003f766) ai5_sk_left_pane_t1

0xdafa,	// (0x00042ede) ai5_sk_right_pane_g1

0xa390,	// (0x0003f774) ai5_sk_right_pane_g2

0xa398,	// (0x0003f77c) ai5_sk_right_pane_g3

0xa3a0,	// (0x0003f784) ai5_sk_right_pane_g4

0x0003,

0xfee2,	// (0x000452c6) ai5_sk_right_pane_g

0xa3a8,	// (0x0003f78c) ai5_sk_right_pane_t1

0xdafa,	// (0x00042ede) ai5_sk_middle_pane_g1

0xdaf2,	// (0x00042ed6) ai5_sk_middle_pane_g2

0xdb12,	// (0x00042ef6) ai5_sk_middle_pane_g3

0xa398,	// (0x0003f77c) ai5_sk_middle_pane_g4

0xa372,	// (0x0003f756) ai5_sk_middle_pane_g5

0xa3b6,	// (0x0003f79a) ai5_sk_middle_pane_g6

0x28d6,	// (0x00037cba) ai5_sk_middle_pane_g7

0x0006,

0xfeeb,	// (0x000452cf) ai5_sk_middle_pane_g

0x07e9,	// (0x00035bcd) aid_touch_area_size_lc0_ParamLimits

0x07e9,	// (0x00035bcd) aid_touch_area_size_lc0

0x8390,	// (0x0003d774) cell_hwr_candidate_pane_t1_ParamLimits

0xd92d,	// (0x00042d11) aid_touch_navi_pane

0x0a7a,	// (0x00035e5e) status_dt_navi_pane_ParamLimits

0x0a7a,	// (0x00035e5e) status_dt_navi_pane

0x0a92,	// (0x00035e76) status_dt_sta_pane_ParamLimits

0x0a92,	// (0x00035e76) status_dt_sta_pane

0x28de,	// (0x00037cc2) dt_sta_controll_pane

0x28eb,	// (0x00037ccf) dt_sta_indi_pane

0x28f8,	// (0x00037cdc) dt_sta_title_pane

0xc7a8,	// (0x00041b8c) bg_dt_sta_indi_pane_ParamLimits

0xc7a8,	// (0x00041b8c) bg_dt_sta_indi_pane

0x290a,	// (0x00037cee) dt_sta_battery_pane

0x2912,	// (0x00037cf6) dt_sta_indi_pane_g1

0x291b,	// (0x00037cff) dt_sta_indi_pane_g2

0x2924,	// (0x00037d08) dt_sta_indi_pane_g3

0x0002,

0xfefa,	// (0x000452de) dt_sta_indi_pane_g

0x292d,	// (0x00037d11) dt_sta_signal_pane

0xcc87,	// (0x0004206b) bg_dt_sta_title_pane_ParamLimits

0xcc87,	// (0x0004206b) bg_dt_sta_title_pane

0x2936,	// (0x00037d1a) dt_sta_title_pane_g1

0x293e,	// (0x00037d22) dt_sta_title_pane_t1_ParamLimits

0x293e,	// (0x00037d22) dt_sta_title_pane_t1

0xc5a1,	// (0x00041985) bg_dt_sta_control_pane

0x2953,	// (0x00037d37) dt_sta_controll_pane_g1

0x295c,	// (0x00037d40) bg_dt_sta_title_pane_g1

0x2965,	// (0x00037d49) bg_dt_sta_title_pane_g2

0x296e,	// (0x00037d52) bg_dt_sta_title_pane_g3

0x0002,

0xff01,	// (0x000452e5) bg_dt_sta_title_pane_g

0x3c40,	// (0x00039024) bg_dt_sta_indi_pane_g1

0x2977,	// (0x00037d5b) dt_sta_signal_pane_g1

0x297f,	// (0x00037d63) dt_sta_signal_pane_g2

0x0001,

0xff08,	// (0x000452ec) dt_sta_signal_pane_g

0xa3be,	// (0x0003f7a2) dt_sta_battery_pane_g1

0xa3c7,	// (0x0003f7ab) dt_sta_battery_pane_t1

0x3c40,	// (0x00039024) bg_dt_sta_control_pane_g1

0xd29a,	// (0x0004267e) fep_china_uni_eep_pane

0xd2a2,	// (0x00042686) fep_china_uni_entry_pane_ParamLimits

0xd2b2,	// (0x00042696) popup_fep_china_uni_window_g1_ParamLimits

0xd2c2,	// (0x000426a6) popup_fep_china_uni_window_g2_ParamLimits

0xd2c2,	// (0x000426a6) popup_fep_china_uni_window_g2

0x0001,

0xf7ba,	// (0x00044b9e) popup_fep_china_uni_window_g_ParamLimits

0xf7ba,	// (0x00044b9e) popup_fep_china_uni_window_g

0xa3d6,	// (0x0003f7ba) fep_china_uni_eep_pane_g1

0xa3de,	// (0x0003f7c2) fep_china_uni_eep_pane_t1

0xa26f,	// (0x0003f653) aid_touch_area_size_smil_player

0xd9d3,	// (0x00042db7) lc0_clock_pane

0xda0e,	// (0x00042df2) status_pane_g5_ParamLimits

0xda0e,	// (0x00042df2) status_pane_g5

0xbba4,	// (0x00040f88) popup_keymap_window

0xd9ec,	// (0x00042dd0) status_icon_pane

0x2787,	// (0x00037b6b) cell_ai5_widget_pane_g3_ParamLimits

0x2793,	// (0x00037b77) cell_ai5_widget_pane_g4_ParamLimits

0x279f,	// (0x00037b83) cell_ai5_widget_pane_g5_ParamLimits

0x27bb,	// (0x00037b9f) cell_ai5_widget_pane_g8_ParamLimits

0x27bb,	// (0x00037b9f) cell_ai5_widget_pane_g8

0x27cf,	// (0x00037bb3) cell_ai5_widget_pane_g9_ParamLimits

0x27cf,	// (0x00037bb3) cell_ai5_widget_pane_g9

0x27e3,	// (0x00037bc7) cell_ai5_widget_pane_g10_ParamLimits

0x27e3,	// (0x00037bc7) cell_ai5_widget_pane_g10

0xa3ed,	// (0x0003f7d1) status_icon_pane_g1

0xc5a1,	// (0x00041985) bg_popup_sub_pane_cp13

0xa3f5,	// (0x0003f7d9) popup_keymap_window_t1

0xf5c3,	// (0x000449a7) control_pane_g6_ParamLimits

0xf5c3,	// (0x000449a7) control_pane_g6

0xf5d0,	// (0x000449b4) control_pane_g7_ParamLimits

0xf5d0,	// (0x000449b4) control_pane_g7

0xf5dd,	// (0x000449c1) control_pane_g8_ParamLimits

0xf5dd,	// (0x000449c1) control_pane_g8

0x28de,	// (0x00037cc2) dt_sta_controll_pane_ParamLimits

0x28eb,	// (0x00037ccf) dt_sta_indi_pane_ParamLimits

0x28f8,	// (0x00037cdc) dt_sta_title_pane_ParamLimits

0xcbd2,	// (0x00041fb6) aid_size_touch_scroll_bar_cale

0x5ba9,	// (0x0003af8d) popup_discreet_window_ParamLimits

0x5ba9,	// (0x0003af8d) popup_discreet_window

0xb7bf,	// (0x00040ba3) popup_sk_window

0xca09,	// (0x00041ded) bg_popup_sub_pane_cp28_ParamLimits

0xca09,	// (0x00041ded) bg_popup_sub_pane_cp28

0xa403,	// (0x0003f7e7) popup_discreet_window_g1_ParamLimits

0xa403,	// (0x0003f7e7) popup_discreet_window_g1

0xa40f,	// (0x0003f7f3) popup_discreet_window_t1_ParamLimits

0xa40f,	// (0x0003f7f3) popup_discreet_window_t1

0xa426,	// (0x0003f80a) popup_discreet_window_t2_ParamLimits

0xa426,	// (0x0003f80a) popup_discreet_window_t2

0x0001,

0xff0d,	// (0x000452f1) popup_discreet_window_t_ParamLimits

0xff0d,	// (0x000452f1) popup_discreet_window_t

0xa43b,	// (0x0003f81f) popup_sk_window_g1

0xa445,	// (0x0003f829) popup_sk_window_g2

0x0001,

0xff12,	// (0x000452f6) popup_sk_window_g

0xa44f,	// (0x0003f833) popup_sk_window_t1

0xa45d,	// (0x0003f841) popup_sk_window_t1_copy1

0x2777,	// (0x00037b5b) cell_ai5_widget_pane_g2_ParamLimits

0x288a,	// (0x00037c6e) cell_ai5_widget_pane_t9_ParamLimits

0x288a,	// (0x00037c6e) cell_ai5_widget_pane_t9

0xc5a1,	// (0x00041985) main_fep_fshwr2_pane

0x2987,	// (0x00037d6b) aid_fshwr2_btn_pane

0x298f,	// (0x00037d73) aid_fshwr2_syb_pane

0x2997,	// (0x00037d7b) aid_fshwr2_txt_pane

0x299f,	// (0x00037d83) fshwr2_func_candi_pane

0x29a9,	// (0x00037d8d) fshwr2_hwr_syb_pane

0x29b5,	// (0x00037d99) fshwr2_icf_pane

0xc5a1,	// (0x00041985) fshwr2_icf_bg_pane

0x29bf,	// (0x00037da3) fshwr2_icf_pane_t1_ParamLimits

0x29bf,	// (0x00037da3) fshwr2_icf_pane_t1

0x3c40,	// (0x00039024) fshwr2_func_candi_pane_g1

0xa46b,	// (0x0003f84f) fshwr2_func_candi_row_pane_ParamLimits

0xa46b,	// (0x0003f84f) fshwr2_func_candi_row_pane

0x29d7,	// (0x00037dbb) cell_fshwr2_syb_pane_ParamLimits

0x29d7,	// (0x00037dbb) cell_fshwr2_syb_pane

0x3eba,	// (0x0003929e) fshwr2_hwr_syb_pane_g1_ParamLimits

0x3eba,	// (0x0003929e) fshwr2_hwr_syb_pane_g1

0xc5a1,	// (0x00041985) bg_popup_call_pane_cp01

0xa47c,	// (0x0003f860) fshwr2_func_candi_cell_pane_ParamLimits

0xa47c,	// (0x0003f860) fshwr2_func_candi_cell_pane

0xa4ae,	// (0x0003f892) fshwr2_func_candi_cell_bg_pane_ParamLimits

0xa4ae,	// (0x0003f892) fshwr2_func_candi_cell_bg_pane

0xa4c8,	// (0x0003f8ac) fshwr2_func_candi_cell_pane_g1_ParamLimits

0xa4c8,	// (0x0003f8ac) fshwr2_func_candi_cell_pane_g1

0xa4e8,	// (0x0003f8cc) fshwr2_func_candi_cell_pane_t1_ParamLimits

0xa4e8,	// (0x0003f8cc) fshwr2_func_candi_cell_pane_t1

0xc5a1,	// (0x00041985) bg_button_pane_cp08

0xd6d1,	// (0x00042ab5) cell_fshwr2_syb_bg_pane

0x29f0,	// (0x00037dd4) cell_fshwr2_syb_bg_pane_g1

0x29f8,	// (0x00037ddc) cell_fshwr2_syb_bg_pane_t1

0xc5a1,	// (0x00041985) main_tmo_pane

0x0f7c,	// (0x00036360) uni_indicator_pane_g1_ParamLimits

0x0f91,	// (0x00036375) uni_indicator_pane_g2_ParamLimits

0x0fa7,	// (0x0003638b) uni_indicator_pane_g3_ParamLimits

0x2dfc,	// (0x000381e0) uni_indicator_pane_g4_ParamLimits

0x2dfc,	// (0x000381e0) uni_indicator_pane_g4

0x2e10,	// (0x000381f4) uni_indicator_pane_g5_ParamLimits

0x2e10,	// (0x000381f4) uni_indicator_pane_g5

0x2e24,	// (0x00038208) uni_indicator_pane_g6_ParamLimits

0x2e24,	// (0x00038208) uni_indicator_pane_g6

0xf9b2,	// (0x00044d96) uni_indicator_pane_g_ParamLimits

0x1af0,	// (0x00036ed4) popup_tmo_note_window_ParamLimits

0x1af0,	// (0x00036ed4) popup_tmo_note_window

0xc5a1,	// (0x00041985) fshwr2_bg_pane

0xa4d9,	// (0x0003f8bd) fshwr2_func_candi_cell_pane_g2_ParamLimits

0xa4d9,	// (0x0003f8bd) fshwr2_func_candi_cell_pane_g2

0x0001,

0xff17,	// (0x000452fb) fshwr2_func_candi_cell_pane_g_ParamLimits

0xff17,	// (0x000452fb) fshwr2_func_candi_cell_pane_g

0x3c40,	// (0x00039024) bg_popup_window_pane_cp01

0xa4fb,	// (0x0003f8df) bg_popup_window_pane_g1_cp01

0xa504,	// (0x0003f8e8) bg_popup_window_pane_cp22_ParamLimits

0xa504,	// (0x0003f8e8) bg_popup_window_pane_cp22

0xa512,	// (0x0003f8f6) listscroll_tmo_link_pane_ParamLimits

0xa512,	// (0x0003f8f6) listscroll_tmo_link_pane

0xa53e,	// (0x0003f922) popup_tmo_note_window_g1_ParamLimits

0xa53e,	// (0x0003f922) popup_tmo_note_window_g1

0xa54b,	// (0x0003f92f) tmo_note_info_pane_ParamLimits

0xa54b,	// (0x0003f92f) tmo_note_info_pane

0xa560,	// (0x0003f944) list_tmo_note_info_pane_g1_ParamLimits

0xa560,	// (0x0003f944) list_tmo_note_info_pane_g1

0xa56c,	// (0x0003f950) list_tmo_note_info_pane_g2_ParamLimits

0xa56c,	// (0x0003f950) list_tmo_note_info_pane_g2

0x0001,

0xff1c,	// (0x00045300) list_tmo_note_info_pane_g_ParamLimits

0xff1c,	// (0x00045300) list_tmo_note_info_pane_g

0xa578,	// (0x0003f95c) list_tmo_note_info_text_pane_ParamLimits

0xa578,	// (0x0003f95c) list_tmo_note_info_text_pane

0xa592,	// (0x0003f976) list_tmo_link_pane

0xa59b,	// (0x0003f97f) scroll_pane_cp20

0xa5a4,	// (0x0003f988) list_single_tmo_link_pane_ParamLimits

0xa5a4,	// (0x0003f988) list_single_tmo_link_pane

0xa5b4,	// (0x0003f998) list_single_tmo_link_pane_t1

0xa5c2,	// (0x0003f9a6) list_tmo_note_info_text_pane_t1_ParamLimits

0xa5c2,	// (0x0003f9a6) list_tmo_note_info_text_pane_t1

0xf2b3,	// (0x00044697) aid_size_touch_scroll_bar_cp01_ParamLimits

0xf2b3,	// (0x00044697) aid_size_touch_scroll_bar_cp01

0xeb93,	// (0x00043f77) 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_pvl_av_vga_lsc_tch_Large