photosgallery/viewframework/plugins/fullscreenviewplugin/data/glxfullscreenviewdata.rss
changeset 0 4e91876724a2
child 4 57d388cc48c1
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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_softkeys;
       
    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 = EGlxStopShowing; 
       
   133                             txt=qtn_lgal_options_stop_show; }, 
       
   134                 MENU_ITEM { command = EGlxCmdPlay;
       
   135                             txt = qtn_lgal_options_play; },
       
   136                 MENU_ITEM { command = EGlxCmdHideUI;
       
   137                             txt = qtn_lgal_options_hide_toolbar; },
       
   138                 MENU_ITEM { command = EGlxCmdSend;
       
   139                             txt = qtn_options_send_via; },   
       
   140                 MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   141                          /* txt comes from ShareOnline 4.3 */}, 
       
   142                 MENU_ITEM { command = EGlxCmdDelete;
       
   143                             txt = qtn_lgal_options_delete; }, 
       
   144                 MENU_ITEM { command = EGlxCmdSlideshow;
       
   145                             txt = qtn_lgal_options_slideshow; 
       
   146                             cascade = r_glx_fullscreen_shw_menu;},
       
   147                 MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   148                             txt = qtn_lgal_options_edit; 
       
   149                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   150                 MENU_ITEM { command = EGlxCmdDetails;
       
   151                             txt = qtn_lgal_options_details; },  
       
   152                 MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   153                             txt = qtn_lgal_options_add_to_album; },
       
   154                 MENU_ITEM { command = EGlxCmdAddTag; 
       
   155                             txt = qtn_lgal_options_properties_add_tag; }, 
       
   156                 MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   157                             txt = qtn_lgal_options_use_items; 
       
   158                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   159                 MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   160                             txt = qtn_lgal_option_show_on_map;
       
   161                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   162                 MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   163                             txt=qtn_drm_options_more_info; },  
       
   164 //                MENU_ITEM { command=EGlxCmdRotate; 
       
   165 //                            txt=qtn_lgal_options_rotate;
       
   166 //                            cascade = r_rotate_sub_menu; },  
       
   167                 MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   168                             txt = qtn_lgal_options_print_menu; 
       
   169                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   170                 MENU_ITEM { command=EGlxShowViaUpnp; 
       
   171                             txt=qtn_lgal_options_show_ext; },               
       
   172                 MENU_ITEM { command = EAknCmdHelp; 
       
   173                             txt = qtn_options_help; },
       
   174                 MENU_ITEM { command = EAknCmdExit; 
       
   175                             txt = qtn_options_exit; }
       
   176                 };
       
   177     }
       
   178 
       
   179 
       
   180 // Albums Fullscreen view
       
   181 RESOURCE MENU_PANE r_glx_album_fullscreen_menu
       
   182     {
       
   183     items=
       
   184             {
       
   185             MENU_ITEM { command = EGlxStopShowing; 
       
   186                         txt=qtn_lgal_options_stop_show; }, 
       
   187             MENU_ITEM { command = EGlxCmdPlay;
       
   188                         txt = qtn_lgal_options_play; },
       
   189             MENU_ITEM { command = EGlxCmdHideUI;
       
   190                         txt = qtn_lgal_options_hide_toolbar; },
       
   191             MENU_ITEM { command = EGlxCmdSend;
       
   192                         txt = qtn_options_send_via; }, 
       
   193             MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   194                      /* txt comes from ShareOnline 4.3 */}, 
       
   195             MENU_ITEM { command = EGlxCmdRemoveFrom;
       
   196                         txt = qtn_lgal_options_remove_from_album; },
       
   197             MENU_ITEM { command = EGlxCmdDelete;
       
   198                         txt = qtn_lgal_options_delete; }, 
       
   199             MENU_ITEM { command = EGlxCmdSlideshow;
       
   200                         txt = qtn_lgal_options_slideshow; 
       
   201                         cascade = r_glx_fullscreen_shw_menu;},
       
   202             MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   203                         txt = qtn_lgal_options_edit; 
       
   204                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   205             MENU_ITEM { command = EGlxCmdDetails;
       
   206                         txt = qtn_lgal_options_details; },  
       
   207             MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   208                         txt = qtn_lgal_options_add_to_album; },
       
   209             MENU_ITEM { command = EGlxCmdAddTag; 
       
   210                         txt = qtn_lgal_options_properties_add_tag; }, 
       
   211             MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   212                         txt = qtn_lgal_options_use_items; 
       
   213                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   214             MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   215                         txt = qtn_lgal_option_show_on_map;
       
   216                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   217             MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   218                         txt=qtn_drm_options_more_info; },  
       
   219 //            MENU_ITEM { command=EGlxCmdRotate; 
       
   220 //                        txt=qtn_lgal_options_rotate;
       
   221 //                        cascade = r_rotate_sub_menu; },  
       
   222             MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   223                         txt = qtn_lgal_options_print_menu; 
       
   224                         cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   225             MENU_ITEM { command=EGlxShowViaUpnp; 
       
   226                         txt=qtn_lgal_options_show_ext; },           
       
   227             MENU_ITEM { command = EAknCmdHelp; 
       
   228                         txt = qtn_options_help; },
       
   229             MENU_ITEM { command = EAknCmdExit; 
       
   230                         txt = qtn_options_exit; }
       
   231             };
       
   232     }
       
   233     
       
   234 // Tag Fullscreen view
       
   235 RESOURCE MENU_PANE r_glx_tagfullscreen_menu
       
   236    {
       
   237    items=
       
   238            {
       
   239            MENU_ITEM { command = EGlxStopShowing; 
       
   240                        txt=qtn_lgal_options_stop_show; }, 
       
   241            MENU_ITEM { command = EGlxCmdPlay;
       
   242                        txt = qtn_lgal_options_play; },
       
   243            MENU_ITEM { command = EGlxCmdHideUI;
       
   244                        txt = qtn_lgal_options_hide_toolbar; },
       
   245            MENU_ITEM { command = EGlxCmdSend;
       
   246                        txt = qtn_options_send_via; },   
       
   247            MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   248                     /* txt comes from ShareOnline 4.3 */}, 
       
   249            MENU_ITEM { command=EGlxCmdRemoveFrom; 
       
   250                        txt = qtn_lgal_options_remove_from_tag; }, 
       
   251            MENU_ITEM { command = EGlxCmdDelete;
       
   252                        txt = qtn_lgal_options_delete; }, 
       
   253            MENU_ITEM { command = EGlxCmdSlideshow;
       
   254                        txt = qtn_lgal_options_slideshow; 
       
   255                        cascade = r_glx_fullscreen_shw_menu;},
       
   256            MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   257                        txt = qtn_lgal_options_edit; 
       
   258                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   259            MENU_ITEM { command = EGlxCmdDetails;
       
   260                        txt = qtn_lgal_options_details; },  
       
   261            MENU_ITEM { command = EGlxCmdAddToAlbum;
       
   262                        txt = qtn_lgal_options_add_to_album; },
       
   263            MENU_ITEM { command = EGlxCmdAddTag; 
       
   264                        txt = qtn_lgal_options_properties_add_tag; }, 
       
   265            MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   266                        txt = qtn_lgal_options_use_items; 
       
   267                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   268            MENU_ITEM { command = EGlxCmdAiwShowMap;
       
   269                        txt = qtn_lgal_option_show_on_map;
       
   270                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   271            MENU_ITEM { command = EGlxCmdDrmMoreInfoOnline;
       
   272                        txt=qtn_drm_options_more_info; },  
       
   273 //           MENU_ITEM { command=EGlxCmdRotate; 
       
   274 //                       txt=qtn_lgal_options_rotate;
       
   275 //                       cascade = r_rotate_sub_menu; },  
       
   276            MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   277                        txt = qtn_lgal_options_print_menu; 
       
   278                        cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },             
       
   279            MENU_ITEM { command=EGlxShowViaUpnp; 
       
   280                        txt=qtn_lgal_options_show_ext; },
       
   281            MENU_ITEM { command = EAknCmdHelp; 
       
   282                        txt = qtn_options_help; },
       
   283            MENU_ITEM { command = EAknCmdExit; 
       
   284                        txt = qtn_options_exit; }
       
   285            };
       
   286     }
       
   287 
       
   288 // ImageViewer Fullscreen view
       
   289 RESOURCE MENU_PANE r_glx_imageviewer_fullscreen_menu
       
   290     {
       
   291         items=
       
   292                 {
       
   293                 MENU_ITEM { command = EGlxCmdSave;
       
   294                             txt= "Save"; },
       
   295                             //txt= qtn_lgal_tooltip_save; },
       
   296                 MENU_ITEM { command = EGlxCmdSend;
       
   297                             txt = qtn_options_send_via; },
       
   298                 MENU_ITEM { command = EGlxCmdAiwShareOnOvi; 
       
   299                             /* txt comes from ShareOnline 4.3 */},
       
   300                 MENU_ITEM { command = EGlxCmdAiwEdit; 
       
   301                             txt = qtn_lgal_options_edit; 
       
   302                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   303                 MENU_ITEM { command = EGlxCmdDetails;
       
   304                             txt = qtn_lgal_options_details; },  
       
   305                 MENU_ITEM { command = EGlxCmdAiwAssign; 
       
   306                             txt = qtn_lgal_options_use_items; 
       
   307                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   308                 MENU_ITEM { command = EGlxCmdAiwPrint; 
       
   309                             txt = qtn_lgal_options_print_menu; 
       
   310                             cascade = AIW_INTELLIGENT_CASCADE_ID|AIW_LOCK_SUBMENU_TITLE; },
       
   311                 MENU_ITEM { command = EAknCmdHelp; 
       
   312                             txt = qtn_options_help; },
       
   313                 MENU_ITEM { command = EAknCmdExit; 
       
   314                             txt = qtn_options_exit; }
       
   315                 };
       
   316     }
       
   317 
       
   318 
       
   319 
       
   320 
       
   321 // ------------------------------------------------------------------------------------
       
   322 // Submenu Contents
       
   323 // ------------------------------------------------------------------------------------
       
   324 
       
   325 // Slideshow sub menu
       
   326 RESOURCE MENU_PANE r_glx_fullscreen_shw_menu
       
   327     {
       
   328     items=
       
   329         {
       
   330 		MENU_ITEM { command=EGlxCmdSlideshowPlay; txt=qtn_lgal_options_slideshow_play; },
       
   331 		MENU_ITEM { command=EGlxCmdSlideshowSettings; txt=qtn_lgal_options_slideshow_settings_general; }        
       
   332         };
       
   333     }
       
   334 
       
   335 // Rotate Sub menu
       
   336 //RESOURCE MENU_PANE r_rotate_sub_menu
       
   337 //    {
       
   338 //    items = 
       
   339 //        {
       
   340 //        MENU_ITEM
       
   341 //            {
       
   342 //             command = EGlxCmdRotateLeft;
       
   343 //             txt = qtn_lgal_options_rotate_left;
       
   344 //            },
       
   345 //        MENU_ITEM
       
   346 //            {
       
   347 //             command = EGlxCmdRotateRight;
       
   348 //             txt = qtn_lgal_options_rotate_right;
       
   349 //            }
       
   350 //        };
       
   351 //    }
       
   352 
       
   353 
       
   354 // ------------------------------------------------------------------------------------
       
   355 // Softkey Resources
       
   356 // ------------------------------------------------------------------------------------
       
   357 
       
   358 // Fullscreen softkeys
       
   359 RESOURCE CBA r_glx_fullscreen_softkeys
       
   360     {
       
   361     flags = EEikCbaFlagTransparent;
       
   362     buttons =
       
   363         {
       
   364         CBA_BUTTON
       
   365             {
       
   366             id = EGlxCmdOptions;
       
   367             txt = text_softkey_option;
       
   368             },
       
   369         CBA_BUTTON
       
   370             {
       
   371             id = EAknSoftkeyBack;
       
   372             txt = text_softkey_back;
       
   373             },
       
   374         CBA_BUTTON
       
   375             {
       
   376             id = EAknSoftkeyEmpty;
       
   377             txt = " ";
       
   378             }
       
   379         };
       
   380     }
       
   381     
       
   382 // Zoom control softkeys
       
   383 RESOURCE CBA r_glx_fullscreen_softkeys_zoom
       
   384     {
       
   385     flags = EEikCbaFlagTransparent;
       
   386     buttons =
       
   387         {
       
   388         CBA_BUTTON
       
   389             {
       
   390             id = EAknSoftkeyEmpty;
       
   391             txt = " ";
       
   392             },
       
   393         CBA_BUTTON
       
   394             {
       
   395             id = EGlxCmdFullScreenBack;
       
   396             txt = text_softkey_back;
       
   397             },
       
   398         CBA_BUTTON
       
   399             {
       
   400             id = EAknSoftkeyEmpty;
       
   401             txt = " ";
       
   402             }
       
   403         };
       
   404     }
       
   405 
       
   406 
       
   407 // ------------------------------------------------------------------------------------
       
   408 // Toolbar Resource (if it is a touch screen device)
       
   409 // ------------------------------------------------------------------------------------
       
   410 
       
   411 // For all FullScreen views
       
   412 RESOURCE AVKON_TOOLBAR r_glx_fullscreen_view_toolbar
       
   413     {
       
   414     flags = KAknToolbarFixed|KAknToolbarTransparent|KAknToolbarNoBackground;
       
   415     items =
       
   416         {
       
   417         TBAR_CTRL
       
   418               {
       
   419               type = EAknCtButton;
       
   420               id = EGlxCmdSend;
       
   421               control = AVKON_BUTTON
       
   422                   {
       
   423                   flags = 0;
       
   424                   states =
       
   425                       {
       
   426                       AVKON_BUTTON_STATE
       
   427                           {
       
   428                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   429                           bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send; 
       
   430                           bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   431                           press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   432                           press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   433                           helptxt = qtn_lgal_tooltip_send;
       
   434                           }
       
   435                       };
       
   436                   };
       
   437               },
       
   438           TBAR_CTRL
       
   439               {
       
   440               type = EAknCtButton;
       
   441               id = EGlxCmdDelete;
       
   442               control = AVKON_BUTTON
       
   443                   {
       
   444                   flags = 0;
       
   445                   states =
       
   446                       {
       
   447                       AVKON_BUTTON_STATE
       
   448                           {
       
   449                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   450                           bmpid = EMbmGlxiconsQgn_indi_cam4_tb_delete; 
       
   451                           bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_delete_mask;
       
   452                           press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_delete;
       
   453                           press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_delete_mask;
       
   454                           helptxt = qtn_lgal_tooltip_delete;
       
   455                           }
       
   456                       };
       
   457                   };
       
   458               },
       
   459           TBAR_CTRL
       
   460             {
       
   461             type = EAknCtButton;
       
   462             id = EGlxCmdUpload;
       
   463             control = AVKON_BUTTON
       
   464                 {
       
   465                 flags = 0;
       
   466                 states =
       
   467                     {
       
   468                     AVKON_BUTTON_STATE
       
   469                         {
       
   470                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   471                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_upload;
       
   472                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_upload_mask;
       
   473                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_upload;
       
   474                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_upload_mask;                       
       
   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                           helptxt = "Save";
       
   506                           }
       
   507                       };
       
   508                   };
       
   509               },
       
   510           TBAR_CTRL
       
   511               {
       
   512               type = EAknCtButton;
       
   513               id = EGlxCmdSend;
       
   514               control = AVKON_BUTTON
       
   515                   {
       
   516                   flags = 0;
       
   517                   states =
       
   518                       {
       
   519                       AVKON_BUTTON_STATE
       
   520                           {
       
   521                           bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   522                           bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send; 
       
   523                           bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   524                           press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   525                           press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   526                           helptxt = qtn_lgal_tooltip_send;
       
   527                           }
       
   528                       };
       
   529                   };
       
   530               },
       
   531           TBAR_CTRL
       
   532             {
       
   533             type = EAknCtButton;
       
   534             id = EGlxCmdAiwAssign;
       
   535             control = AVKON_BUTTON
       
   536                 {
       
   537                 flags = 0;
       
   538                 states =
       
   539                     {
       
   540                     AVKON_BUTTON_STATE
       
   541                         {
       
   542                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   543                         bmpid = EMbmGlxiconsUse_as;
       
   544                         bmpmask = EMbmGlxiconsUse_as_mask;
       
   545                         press_bmpid = EMbmGlxiconsUse_as;
       
   546                         press_bmpmask = EMbmGlxiconsUse_as_mask;   
       
   547                         helptxt = qtn_lgal_options_use_image_as;
       
   548                         }
       
   549                     };
       
   550                 };
       
   551             }
       
   552         };
       
   553     }
       
   554 // ------------------------------------------------------------------------------------
       
   555 // Single Line meta pane resource
       
   556 // ------------------------------------------------------------------------------------
       
   557 RESOURCE TBUF r_fullscreen_no_location_info
       
   558     {
       
   559 //    buf = qtn_lgal_no_location_info;
       
   560     buf = "#No Location info";
       
   561     }