photosgallery/viewframework/plugins/fullscreenviewplugin/data/glxfullscreenviewdata.rss
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
59:8e5f6eea9c9f 60:5b3385a43d68
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Resource definitions for fullscreen View plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //	RESOURCE IDENTIFIER
       
    22 NAME	MPXF
       
    23 
       
    24 //	INCLUDES
       
    25 
       
    26 #include "glxcommandhandlers.hrh"
       
    27 #include <eikon.rsg>
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.loc>
       
    31 #include <avkon.mbg>
       
    32 #include <glxicons.mbg>
       
    33 #include <eikon.rh>
       
    34 #include <AiwCommon.hrh>
       
    35 #include <drmcommon.loc>
       
    36 #include <photos.loc>
       
    37 
       
    38 //	RESOURCE DEFINITIONS 
       
    39 
       
    40 RESOURCE RSS_SIGNATURE { }
       
    41 
       
    42 RESOURCE TBUF { buf="GLFV"; }
       
    43 
       
    44 
       
    45 // -----------------------------------------------------------------------------------
       
    46 // Resource Definitions
       
    47 // -----------------------------------------------------------------------------------
       
    48 
       
    49 // Downloads, Captured and Months Fullscreen View
       
    50 RESOURCE AVKON_VIEW r_glx_fullscreen_view
       
    51 	{
       
    52 	menubar = r_glx_fullscreen_menubar;
       
    53 	cba = r_glx_fullscreen_emptysoftkeys;
       
    54 	toolbar = r_glx_fullscreen_view_toolbar;
       
    55 	}
       
    56 
       
    57 // Albums Fullscreen View
       
    58 RESOURCE AVKON_VIEW r_glx_album_fullscreen_view
       
    59     {
       
    60     menubar = r_glx_album_fullscreen_menubar;
       
    61     cba = r_glx_fullscreen_softkeys; 
       
    62     toolbar = r_glx_fullscreen_view_toolbar;
       
    63     }
       
    64 
       
    65 // Tags Fullscreen View
       
    66 RESOURCE AVKON_VIEW r_glx_tagfullscreen_view
       
    67     {
       
    68     menubar = r_glx_tagfullscreen_menubar;
       
    69     cba = r_glx_fullscreen_softkeys;
       
    70     toolbar = r_glx_fullscreen_view_toolbar;
       
    71     }
       
    72 
       
    73 // ImageViewer Fullscreen View
       
    74 RESOURCE AVKON_VIEW r_glx_imageviewer_fullscreen_view
       
    75     {
       
    76     menubar = r_glx_imageviewer_fullscreen_menubar;
       
    77     cba = r_glx_fullscreen_softkeys;
       
    78     toolbar = r_glx_imageviewer_fullscreen_view_toolbar;
       
    79     }
       
    80 
       
    81 
       
    82 // ------------------------------------------------------------------------------------
       
    83 // Menu Bar Resources 
       
    84 // ------------------------------------------------------------------------------------
       
    85 
       
    86 // Downloads, Captured and Months Fullscreen View
       
    87 RESOURCE MENU_BAR r_glx_fullscreen_menubar
       
    88 	{
       
    89 	titles=
       
    90 		{
       
    91 		MENU_TITLE { menu_pane=r_glx_fullscreen_menu; txt=""; }
       
    92 		};
       
    93 	}
       
    94 
       
    95 // Albums Fullscreen View
       
    96 RESOURCE MENU_BAR r_glx_album_fullscreen_menubar
       
    97     {
       
    98     titles=
       
    99         {
       
   100         MENU_TITLE { menu_pane=r_glx_album_fullscreen_menu; txt=""; }
       
   101         };
       
   102     }
       
   103 
       
   104 //Tag fullscreen View
       
   105 RESOURCE MENU_BAR r_glx_tagfullscreen_menubar
       
   106     {
       
   107     titles=
       
   108         {
       
   109         MENU_TITLE { menu_pane=r_glx_tagfullscreen_menu; txt=""; }
       
   110         };
       
   111     }
       
   112 
       
   113 //ImageViewer fullscreen View
       
   114 RESOURCE MENU_BAR r_glx_imageviewer_fullscreen_menubar
       
   115     {
       
   116     titles=
       
   117         {
       
   118         MENU_TITLE { menu_pane=r_glx_imageviewer_fullscreen_menu; txt=""; }
       
   119         };
       
   120     }
       
   121 
       
   122 
       
   123 // ------------------------------------------------------------------------------------
       
   124 // Menu Contents for Fullscreen views
       
   125 // ------------------------------------------------------------------------------------
       
   126 //
       
   127 // Basic fullscreen views
       
   128 RESOURCE MENU_PANE r_glx_fullscreen_menu
       
   129     {
       
   130         items=
       
   131                 {
       
   132                 MENU_ITEM { command = EGlxCmdPlay;
       
   133                             txt = qtn_lgal_options_play; },
       
   134                 MENU_ITEM { command = EGlxCmdSend;
       
   135                             txt = qtn_options_send_via; },   
       
   136                 MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   137                          /* txt comes from ShareOnline 4.3 */}, 
       
   138                 MENU_ITEM { command = EGlxCmdDelete;
       
   139                             txt = qtn_lgal_options_delete; }, 
       
   140                 MENU_ITEM { command = EGlxCmdSlideshow;
       
   141                             txt = qtn_lgal_options_slideshow; 
       
   142                             cascade = r_glx_fullscreen_shw_menu;},
       
   143                 MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   144                             txt = qtn_lgal_options_edit; },
       
   145                 MENU_ITEM { command = EGlxCmdDetails;
       
   146                             txt = qtn_lgal_options_details; },  
       
   147                 MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   148                             txt = qtn_lgal_options_add_to_album; },
       
   149                 MENU_ITEM { command = EGlxCmdAddTag; 
       
   150                             txt = qtn_lgal_options_properties_add_tag; }, 
       
   151                 MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   152                             txt = qtn_lgal_options_use_items; 
       
   153                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   154                 MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   155                             txt = qtn_lgal_options_print_menu; 
       
   156                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   157                 MENU_ITEM { command = EAknCmdHelp; 
       
   158                             txt = qtn_options_help; },
       
   159                 MENU_ITEM { command = EAknCmdExit; 
       
   160                             txt = qtn_options_exit; }
       
   161                 };
       
   162     }
       
   163 
       
   164 
       
   165 // Albums Fullscreen view
       
   166 RESOURCE MENU_PANE r_glx_album_fullscreen_menu
       
   167     {
       
   168     items=
       
   169             {
       
   170             MENU_ITEM { command = EGlxCmdPlay;
       
   171                         txt = qtn_lgal_options_play; },
       
   172             MENU_ITEM { command = EGlxCmdSend;
       
   173                         txt = qtn_options_send_via; }, 
       
   174             MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   175                      /* txt comes from ShareOnline 4.3 */}, 
       
   176             MENU_ITEM { command = EGlxCmdRemoveFrom;
       
   177                         txt = qtn_lgal_options_remove_from_album; },
       
   178             MENU_ITEM { command = EGlxCmdDelete;
       
   179                         txt = qtn_lgal_options_delete; }, 
       
   180             MENU_ITEM { command = EGlxCmdSlideshow;
       
   181                         txt = qtn_lgal_options_slideshow; 
       
   182                         cascade = r_glx_fullscreen_shw_menu;},
       
   183             MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   184                         txt = qtn_lgal_options_edit; },
       
   185             MENU_ITEM { command = EGlxCmdDetails;
       
   186                         txt = qtn_lgal_options_details; },  
       
   187             MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   188                         txt = qtn_lgal_options_add_to_album; },
       
   189             MENU_ITEM { command = EGlxCmdAddTag; 
       
   190                         txt = qtn_lgal_options_properties_add_tag; }, 
       
   191             MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   192                         txt = qtn_lgal_options_use_items; 
       
   193                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   194             MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   195                         txt = qtn_lgal_options_print_menu; 
       
   196                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   197             MENU_ITEM { command = EAknCmdHelp; 
       
   198                         txt = qtn_options_help; },
       
   199             MENU_ITEM { command = EAknCmdExit; 
       
   200                         txt = qtn_options_exit; }
       
   201             };
       
   202     }
       
   203     
       
   204 // Tag Fullscreen view
       
   205 RESOURCE MENU_PANE r_glx_tagfullscreen_menu
       
   206    {
       
   207    items=
       
   208            {
       
   209            MENU_ITEM { command = EGlxCmdPlay;
       
   210                        txt = qtn_lgal_options_play; },
       
   211            MENU_ITEM { command = EGlxCmdSend;
       
   212                        txt = qtn_options_send_via; },   
       
   213            MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   214                     /* txt comes from ShareOnline 4.3 */}, 
       
   215            MENU_ITEM { command=EGlxCmdRemoveFrom; 
       
   216                        txt = qtn_lgal_options_remove_from_tag; }, 
       
   217            MENU_ITEM { command = EGlxCmdDelete;
       
   218                        txt = qtn_lgal_options_delete; }, 
       
   219            MENU_ITEM { command = EGlxCmdSlideshow;
       
   220                        txt = qtn_lgal_options_slideshow; 
       
   221                        cascade = r_glx_fullscreen_shw_menu;},
       
   222            MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   223                        txt = qtn_lgal_options_edit; },
       
   224            MENU_ITEM { command = EGlxCmdDetails;
       
   225                        txt = qtn_lgal_options_details; },  
       
   226            MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   227                        txt = qtn_lgal_options_add_to_album; },
       
   228            MENU_ITEM { command = EGlxCmdAddTag; 
       
   229                        txt = qtn_lgal_options_properties_add_tag; }, 
       
   230            MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   231                        txt = qtn_lgal_options_use_items; 
       
   232                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   233            MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   234                        txt = qtn_lgal_options_print_menu; 
       
   235                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   236            MENU_ITEM { command = EAknCmdHelp; 
       
   237                        txt = qtn_options_help; },
       
   238            MENU_ITEM { command = EAknCmdExit; 
       
   239                        txt = qtn_options_exit; }
       
   240            };
       
   241     }
       
   242 
       
   243 // ImageViewer Fullscreen view
       
   244 RESOURCE MENU_PANE r_glx_imageviewer_fullscreen_menu
       
   245     {
       
   246         items=
       
   247                 {
       
   248                 MENU_ITEM { command = EGlxCmdSave;
       
   249                             txt= qtn_lgal_options_save; },
       
   250                 MENU_ITEM { command = EGlxCmdSend;
       
   251                             txt = qtn_options_send_via; },
       
   252                 MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   253                             /* txt comes from ShareOnline 4.3 */},
       
   254                 MENU_ITEM { command = EGlxCmdDelete;
       
   255                             txt = qtn_lgal_options_delete; }, 
       
   256                 MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   257                             txt = qtn_lgal_options_edit; },
       
   258                 MENU_ITEM { command = EGlxCmdDetails;
       
   259                             txt = qtn_lgal_options_details; },  
       
   260                 MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   261                             txt = qtn_lgal_options_use_items; 
       
   262                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   263                 MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   264                             txt = qtn_lgal_options_print_menu; 
       
   265                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   266                 MENU_ITEM { command = EAknCmdHelp; 
       
   267                             txt = qtn_options_help; },
       
   268                 MENU_ITEM { command = EAknCmdExit; 
       
   269                             txt = qtn_options_exit; }
       
   270                 };
       
   271     }
       
   272 
       
   273 
       
   274 
       
   275 
       
   276 // ------------------------------------------------------------------------------------
       
   277 // Submenu Contents
       
   278 // ------------------------------------------------------------------------------------
       
   279 
       
   280 // Slideshow sub menu
       
   281 RESOURCE MENU_PANE r_glx_fullscreen_shw_menu
       
   282     {
       
   283     items=
       
   284         {
       
   285 		MENU_ITEM { command=EGlxCmdSlideshowPlay; txt=qtn_lgal_options_slideshow_play; },
       
   286 		MENU_ITEM { command=EGlxCmdSlideshowSettings; txt=qtn_lgal_options_slideshow_settings_general; }        
       
   287         };
       
   288     }
       
   289 
       
   290 // Rotate Sub menu
       
   291 //RESOURCE MENU_PANE r_rotate_sub_menu
       
   292 //    {
       
   293 //    items = 
       
   294 //        {
       
   295 //        MENU_ITEM
       
   296 //            {
       
   297 //             command = EGlxCmdRotateLeft;
       
   298 //             txt = qtn_lgal_options_rotate_left;
       
   299 //            },
       
   300 //        MENU_ITEM
       
   301 //            {
       
   302 //             command = EGlxCmdRotateRight;
       
   303 //             txt = qtn_lgal_options_rotate_right;
       
   304 //            }
       
   305 //        };
       
   306 //    }
       
   307 
       
   308 
       
   309 // ------------------------------------------------------------------------------------
       
   310 // Softkey Resources
       
   311 // ------------------------------------------------------------------------------------
       
   312 
       
   313 // Fullscreen Empty softkeys
       
   314 RESOURCE CBA r_glx_fullscreen_emptysoftkeys
       
   315     {
       
   316     flags = EEikCbaFlagTransparent;
       
   317     buttons =
       
   318         {
       
   319         CBA_BUTTON
       
   320             {
       
   321             id = EAknSoftkeyEmpty;
       
   322             txt = " ";
       
   323             },
       
   324         CBA_BUTTON
       
   325             {
       
   326             id = EAknSoftkeyEmpty;
       
   327             txt = " ";
       
   328             },
       
   329         CBA_BUTTON
       
   330             {
       
   331             id = EAknSoftkeyEmpty;
       
   332             txt = " ";
       
   333             }
       
   334         };
       
   335     }
       
   336 
       
   337 // Fullscreen softkeys
       
   338 RESOURCE CBA r_glx_fullscreen_softkeys
       
   339     {
       
   340     flags = EEikCbaFlagTransparent;
       
   341     buttons =
       
   342         {
       
   343         CBA_BUTTON
       
   344             {
       
   345             id = EAknSoftkeyOptions;
       
   346             txt = text_softkey_option;
       
   347             },
       
   348         CBA_BUTTON
       
   349             {
       
   350             id = EAknSoftkeyBack;
       
   351             txt = text_softkey_back;
       
   352             },
       
   353         CBA_BUTTON
       
   354             {
       
   355             id = EAknSoftkeyEmpty;
       
   356             txt = " ";
       
   357             }
       
   358         };
       
   359     }
       
   360     
       
   361 // Zoom control softkeys
       
   362 RESOURCE CBA r_glx_fullscreen_softkeys_zoom
       
   363     {
       
   364     flags = EEikCbaFlagTransparent;
       
   365     buttons =
       
   366         {
       
   367         CBA_BUTTON
       
   368             {
       
   369             id = EAknSoftkeyEmpty;
       
   370             txt = " ";
       
   371             },
       
   372         CBA_BUTTON
       
   373             {
       
   374             id = EGlxCmdFullScreenBack;
       
   375             txt = text_softkey_back;
       
   376             },
       
   377         CBA_BUTTON
       
   378             {
       
   379             id = EAknSoftkeyEmpty;
       
   380             txt = " ";
       
   381             }
       
   382         };
       
   383     }
       
   384 
       
   385 
       
   386 // ------------------------------------------------------------------------------------
       
   387 // Toolbar Resource (if it is a touch screen device)
       
   388 // ------------------------------------------------------------------------------------
       
   389 
       
   390 // For all FullScreen views
       
   391 RESOURCE AVKON_TOOLBAR r_glx_fullscreen_view_toolbar
       
   392     {
       
   393     flags = KAknToolbarFixed|KAknToolbarTransparent|KAknToolbarNoBackground;
       
   394     items =
       
   395         {
       
   396         TBAR_CTRL
       
   397             {
       
   398             type = EAknCtButton;
       
   399             id = EGlxCmdUpload;
       
   400             control = AVKON_BUTTON
       
   401                 {
       
   402                 flags = 0;
       
   403                 states =
       
   404                     {
       
   405                     AVKON_BUTTON_STATE
       
   406                         {
       
   407                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   408                         bmpid = EMbmGlxicons1click_default_icon_active;
       
   409                         bmpmask = EMbmGlxicons1click_default_icon_active_mask;
       
   410                         press_bmpid = EMbmGlxicons1click_default_icon_active;
       
   411                         press_bmpmask = EMbmGlxicons1click_default_icon_active_mask;
       
   412                         }
       
   413                     };
       
   414                 };
       
   415             },
       
   416         TBAR_CTRL
       
   417             {
       
   418             type = EAknCtButton;
       
   419             id = EGlxCmdSlideshowPlay;
       
   420             control = AVKON_BUTTON
       
   421                 {
       
   422                 flags = 0;
       
   423                 states =
       
   424                     {
       
   425                     AVKON_BUTTON_STATE
       
   426                         {
       
   427                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   428                         bmpid = EMbmGlxiconsQgn_indi_tb_slideshow;
       
   429                         bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   430                         press_bmpid = EMbmGlxiconsQgn_indi_tb_slideshow;
       
   431                         press_bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   432                         helptxt = qtn_lgal_tooltip_slideshow;
       
   433                         }
       
   434                     };
       
   435                 };
       
   436             },
       
   437         TBAR_CTRL
       
   438             {
       
   439             type = EAknCtButton;
       
   440             id = EGlxCmdDelete;
       
   441             control = AVKON_BUTTON
       
   442                 {
       
   443                 flags = 0;
       
   444                 states =
       
   445                     {
       
   446                     AVKON_BUTTON_STATE
       
   447                         {
       
   448                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   449                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_delete;
       
   450                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_delete_mask;
       
   451                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_delete;
       
   452                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_delete_mask;
       
   453                         helptxt = qtn_lgal_tooltip_delete;
       
   454                         }
       
   455                     };
       
   456                 };
       
   457             },
       
   458         TBAR_CTRL
       
   459             {
       
   460             type = EAknCtButton;
       
   461             id = EGlxCmdSend;
       
   462             control = AVKON_BUTTON
       
   463                 {
       
   464                 flags = 0;
       
   465                 states =
       
   466                     {
       
   467                     AVKON_BUTTON_STATE
       
   468                         {
       
   469                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   470                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   471                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   472                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   473                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   474                         helptxt = qtn_lgal_tooltip_send;
       
   475                         }
       
   476                     };
       
   477                 };
       
   478             }
       
   479         };
       
   480     }
       
   481 
       
   482 // For ImageViewer Fullscreen views
       
   483 RESOURCE AVKON_TOOLBAR r_glx_imageviewer_fullscreen_view_toolbar
       
   484     {
       
   485     flags = KAknToolbarFixed|KAknToolbarTransparent|KAknToolbarNoBackground;
       
   486     items =
       
   487         {
       
   488         TBAR_CTRL
       
   489               {
       
   490               type = EAknCtButton;
       
   491               id = EGlxCmdSave;
       
   492               control = AVKON_BUTTON
       
   493                   {
       
   494                   flags = 0;
       
   495                   states =
       
   496                       {
       
   497                       AVKON_BUTTON_STATE
       
   498                           {
       
   499                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   500                           bmpid = EMbmGlxiconsSave; 
       
   501                           bmpmask = EMbmGlxiconsSave_mask;
       
   502                           press_bmpid = EMbmGlxiconsSave;
       
   503                           press_bmpmask = EMbmGlxiconsSave_mask;
       
   504                           helptxt = qtn_lgal_tooltip_save;
       
   505                           }
       
   506                       };
       
   507                   };
       
   508               },
       
   509           TBAR_CTRL
       
   510               {
       
   511               type = EAknCtButton;
       
   512               id = EGlxCmdSend;
       
   513               control = AVKON_BUTTON
       
   514                   {
       
   515                   flags = 0;
       
   516                   states =
       
   517                       {
       
   518                       AVKON_BUTTON_STATE
       
   519                           {
       
   520                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   521                           bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send; 
       
   522                           bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   523                           press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   524                           press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   525                           helptxt = qtn_lgal_tooltip_send;
       
   526                           }
       
   527                       };
       
   528                   };
       
   529               },
       
   530           TBAR_CTRL
       
   531             {
       
   532             type = EAknCtButton;
       
   533             id = EGlxCmdAiwAssign;
       
   534             control = AVKON_BUTTON
       
   535                 {
       
   536                 flags = 0;
       
   537                 states =
       
   538                     {
       
   539                     AVKON_BUTTON_STATE
       
   540                         {
       
   541                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   542                         bmpid = EMbmGlxiconsUse_as;
       
   543                         bmpmask = EMbmGlxiconsUse_as_mask;
       
   544                         press_bmpid = EMbmGlxiconsUse_as;
       
   545                         press_bmpmask = EMbmGlxiconsUse_as_mask;   
       
   546                         helptxt = qtn_lgal_options_use_image_as;
       
   547                         }
       
   548                     };
       
   549                 };
       
   550             }
       
   551         };
       
   552     }
       
   553 // ------------------------------------------------------------------------------------
       
   554 // Single Line meta pane resource
       
   555 // ------------------------------------------------------------------------------------
       
   556 RESOURCE TBUF r_fullscreen_no_location_info
       
   557     {
       
   558 //    buf = qtn_lgal_no_location_info;
       
   559     buf = "#No Location info";
       
   560     }