diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8rss_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/csasync_8rss_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,148 @@ + + + + +TB9.2 Example Applications: examples/S60CppExamples/ClientServerAsync/client/data/csasync.rss Source File + + + + + +

examples/S60CppExamples/ClientServerAsync/client/data/csasync.rss

00001 /*
+00002 * ==============================================================================
+00003 *  Name        : csasync.rss
+00004 *  Part of     : CSAsync
+00005 *  Interface   :
+00006 *  Description :
+00007 *  Version     :
+00008 *
+00009 *  Copyright (c) 2004-2006 Nokia Corporation.
+00010 *  This material, including documentation and any related
+00011 *  computer programs, is protected by copyright controlled by
+00012 *  Nokia Corporation.
+00013 * ==============================================================================
+00014 */
+00015 
+00016 
+00017 NAME CSAS
+00018 
+00019 // INCLUDE FILES
+00020 #include <eikon.rh>
+00021 #include <avkon.rh>
+00022 #include <avkon.rsg>
+00023 #include <appinfo.rh>
+00024 
+00025 #include "CSAsync.hrh"
+00026 #include "CSAsync.rls"
+00027 
+00028 
+00029 // -----------------------------------------------------------------------------
+00030 //
+00031 //    Define the resource file signature
+00032 //    This resource should be empty.
+00033 //
+00034 // -----------------------------------------------------------------------------
+00035 //
+00036 RESOURCE RSS_SIGNATURE
+00037         {
+00038         // No implementation required
+00039         }
+00040 
+00041 // -----------------------------------------------------------------------------
+00042 //
+00043 //    Default Document Name
+00044 //
+00045 // -----------------------------------------------------------------------------
+00046 //
+00047 RESOURCE TBUF
+00048         {
+00049         buf="";
+00050         }
+00051 
+00052 // -----------------------------------------------------------------------------
+00053 //
+00054 //    Define default menu and CBA key.
+00055 //
+00056 // -----------------------------------------------------------------------------
+00057 //
+00058 RESOURCE EIK_APP_INFO
+00059     {
+00060     menubar = r_csasync_menubar;
+00061     cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
+00062     }
+00063 
+00064 
+00065 // -----------------------------------------------------------------------------
+00066 //
+00067 //   r_csasync_menubar
+00068 //   Menubar for CSAsync example
+00069 //
+00070 // -----------------------------------------------------------------------------
+00071 //
+00072 RESOURCE MENU_BAR r_csasync_menubar
+00073     {
+00074     titles =
+00075         {
+00076         MENU_TITLE
+00077             {
+00078             menu_pane = r_csasync_menu;
+00079             }
+00080         };
+00081     }
+00082 
+00083 
+00084 // -----------------------------------------------------------------------------
+00085 //
+00086 //   r_csasync_menu
+00087 //   Menu for "Options"
+00088 //
+00089 // -----------------------------------------------------------------------------
+00090 //
+00091 RESOURCE MENU_PANE r_csasync_menu
+00092     {
+00093     items =
+00094         {
+00095         MENU_ITEM
+00096             {
+00097             command = EStartClock;
+00098             txt = STRING_r_csas_submenu_start;
+00099             },
+00100         MENU_ITEM
+00101             {
+00102             command = EStopClock;
+00103             txt = STRING_r_csas_submenu_stop;
+00104             },
+00105         MENU_ITEM
+00106             {
+00107             command = EAknCmdExit;
+00108             txt = STRING_r_csas_submenu_exit;
+00109             }
+00110         };
+00111     }
+00112 
+00113 // ----------------------------------------------------------------------------
+00114 //
+00115 // r_csasync_localisable_app_info
+00116 //
+00117 // ----------------------------------------------------------------------------
+00118 //
+00119 RESOURCE LOCALISABLE_APP_INFO r_csasync_localisable_app_info
+00120     {
+00121     short_caption = STRING_r_csas_short_caption_string;
+00122     caption_and_icon =
+00123     CAPTION_AND_ICON_INFO
+00124         {
+00125         caption = STRING_r_csas_caption_string;
+00126 
+00127         number_of_icons = 2;
+00128                 icon_file = "\\resource\\apps\\csasync.mif";
+00129             };
+00130     }
+00131 
+00132 // End of File
+
+
Generated by  + +doxygen 1.6.2
+ +