accesspointcontrol/apcontrollistplugin/data/apcontrollistpluginrsc.rss
branchRCL_3
changeset 58 83ca720e2b9a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/accesspointcontrol/apcontrollistplugin/data/apcontrollistpluginrsc.rss	Wed Sep 01 12:23:51 2010 +0100
@@ -0,0 +1,329 @@
+/*
+* Copyright (c) 2006 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: 
+*        Resource file for APControlListPlugin
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    APCL
+
+//  INCLUDES
+#include <eikon.rh>
+#include <eikon.rsg>
+#include <avkon.rh>
+#include <avkon.rsg>
+#include <avkon.loc>
+
+#include "apcontrollistplugin.hrh"
+#include <apcontrollistplugin.loc>
+
+
+
+
+//  MACROS
+
+//  RESOURCE DEFINITIONS
+RESOURCE RSS_SIGNATURE
+    {
+    }
+
+RESOURCE TBUF
+    {
+    buf = "apnlist";
+    }
+
+//----------------------------------------------------
+//
+//    r_apclplugin_title
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_apclplugin_title                         
+    { 
+    buf = qtn_acl_title; 
+    }
+
+//----------------------------------------------------
+//
+//    r_qtn_acl_navi_active
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_navi_active                          
+    { 
+    buf = qtn_acl_navi_active ; 
+    }
+    
+//----------------------------------------------------
+//
+//    r_qtn_acl_navi_not_active
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_navi_not_active                          
+    { 
+    buf = qtn_acl_navi_not_active ; 
+    }
+    
+//----------------------------------------------------
+//
+//    r_qtn_acl_empty_view_primary
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_empty_view_primary                          
+    { 
+    buf = qtn_acl_empty_view_primary ; 
+    }
+    
+//----------------------------------------------------
+//
+//    qtn_acl_empty_view_secondary
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_empty_view_secondary                          
+    { 
+    buf = qtn_acl_empty_view_secondary ; 
+    }
+
+//----------------------------------------------------
+//
+//    r_qtn_acl_wait_reading_sim
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_wait_reading_sim                         
+    { 
+    buf = qtn_acl_wait_reading_sim; 
+    }
+
+//----------------------------------------------------
+//
+//    r_qtn_acl_network_provided_apn
+//
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_network_provided_apn                         
+    { 
+    buf = qtn_acl_network_provided_apn; 
+    }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_conf_control_activated 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_conf_control_activated { buf = qtn_acl_conf_control_activated ; }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_conf_control_deactivated 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_conf_control_deactivated { buf = qtn_acl_conf_control_deactivated ; }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_info_active 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_info_active { buf = qtn_acl_info_active ; }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_info_not_active 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_info_not_active { buf = qtn_acl_info_not_active ; }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_err_invalid_input 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_err_invalid_input { buf = qtn_acl_err_invalid_input; }
+
+//----------------------------------------------------
+//   
+//    r_qtn_acl_err_sim_card 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_err_sim_card { buf = text_fdn_card_error; }
+
+//----------------------------------------------------
+//   
+//    r_two_string_for_empty_view 
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_two_string_for_empty_view { buf = "%0U\n%1U"; }
+
+//----------------------------------------------------
+//
+//    r_apclplugin_main_menubar
+//
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_apclplugin_main_menubar
+    {
+    titles =
+        {
+        MENU_TITLE 
+            { 
+            menu_pane = r_apclplugin_main_menu; 
+            }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_apclplugin_main_menu
+//
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_apclplugin_main_menu
+    {
+    items =
+        {
+        MENU_ITEM 
+            { 
+            command = EAPControlListCmdActivate; 
+            txt = qtn_acl_options_activate_control; 
+            },
+        MENU_ITEM 
+            { 
+            command = EAPControlListCmdDeactivate; 
+            txt = qtn_acl_options_deactivate_control; 
+            },
+        MENU_ITEM 
+            { 
+            command = EAPControlListCmdAdd; 
+            txt = qtn_acl_options_add_apn_manually; 
+            },
+        MENU_ITEM 
+            { 
+            command = EAPControlListCmdRemove; 
+            txt = qtn_acl_options_remove;
+            flags = EEikMenuItemSpecific;
+            },
+        MENU_ITEM 
+            { 
+            command = EAknCmdHelp; 
+            txt = qtn_options_help; 
+            },
+        MENU_ITEM 
+            { 
+            command = EEikCmdExit; 
+            txt = qtn_options_exit; 
+            }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_apclplugin_softkeys_options_back
+//
+//
+//----------------------------------------------------
+//
+RESOURCE CBA r_apclplugin_softkeys_options_back
+    {
+    buttons =
+        {
+        CBA_BUTTON {id=EAknSoftkeyOptions; txt = text_softkey_option;},
+        CBA_BUTTON {id=EAknSoftkeyBack; txt = text_softkey_back;},
+        CBA_BUTTON {id=EAknSoftkeyEmpty; txt = text_softkey_empty;}
+        };
+    }
+
+//----------------------------------------------------
+//   
+//    r_apclplugin_main_view
+//    Main view.
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW    r_apclplugin_main_view    
+    {
+    menubar=r_apclplugin_main_menubar;  
+    cba=r_apclplugin_softkeys_options_back;   
+    }
+
+RESOURCE LISTBOX r_apcontrol_listbox
+{
+   flags = EAknListBoxSelectionList;
+}
+//----------------------------------------------------
+//
+//    r_apn_name_query
+//
+//
+//----------------------------------------------------
+//
+RESOURCE DIALOG r_apn_name_query
+   {
+   flags = EGeneralQueryFlags;
+   buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
+   items =
+       {
+       DLG_LINE
+             {
+             type = EAknCtQuery;
+             id = EGeneralQuery;
+             control = AVKON_DATA_QUERY
+                    {
+                    layout = EDataLayoutAllowEmptyInput;
+                    label = qtn_acl_prmpt_apn_to_add;
+                    control = EDWIN
+                        {
+                        maxlength = KMaxApnNameWitoutLabelLength;
+                        default_case = EAknEditorLowerCase;
+                        // accepts only ASCII
+                        flags = EEikEdwinNoWrap;
+                        avkon_flags = EAknEditorFlagLatinInputModesOnly;
+                        };
+                    };
+             }
+        };
+    }
+    
+//----------------------------------------------------
+//   
+//    r_qtn_vpn_main 
+//    Caption for Plugin.
+//
+//----------------------------------------------------
+//
+RESOURCE TBUF r_qtn_acl_menu_item { buf = qtn_acl_menu_item ; }
+
+
+//End of File