coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/data/rfstestapp.rss
branchRCL_3
changeset 39 469fa8a78de7
parent 0 2e3d3ce01487
child 62 924385140d98
equal deleted inserted replaced
33:332e7bf3b42f 39:469fa8a78de7
    19 NAME RFST
    19 NAME RFST
    20 
    20 
    21 #include <appinfo.rh>
    21 #include <appinfo.rh>
    22 #include <avkon.rh>
    22 #include <avkon.rh>
    23 #include <avkon.rsg>
    23 #include <avkon.rsg>
    24 #include <commondialogs.hrh>
    24 //#include <commondialogs.hrh>
    25 #include <commondialogs.rh>
    25 //#include <commondialogs.rh>
    26 #include <eikon.rh>
    26 #include <eikon.rh>
    27 #include <avkon.loc>
    27 #include <avkon.loc>
    28 #include "rfstestappcmds.hrh"
    28 #include "rfstestappcmds.hrh"
    29 
    29 
    30 RESOURCE RSS_SIGNATURE { }
    30 RESOURCE RSS_SIGNATURE { }
   118 
   118 
   119 // ---------------------------------------------------------------------------
   119 // ---------------------------------------------------------------------------
   120 // r_rfstestapp_memory_selection
   120 // r_rfstestapp_memory_selection
   121 // ---------------------------------------------------------------------------
   121 // ---------------------------------------------------------------------------
   122 //
   122 //
       
   123 /*
   123 RESOURCE MEMORYSELECTIONDIALOG r_rfstestapp_memory_selection
   124 RESOURCE MEMORYSELECTIONDIALOG r_rfstestapp_memory_selection
   124     {
   125     {
   125     title = "";
   126     title = "";
   126     softkey_1 = "Ok";
   127     softkey_1 = "Ok";
   127     }
   128     }
   128 
   129 */
   129 
   130 
   130 // ---------------------------------------------------------------------------
   131 // ---------------------------------------------------------------------------
   131 // r_rfstestapp_specfile_selection
   132 // r_rfstestapp_specfile_selection
   132 // ---------------------------------------------------------------------------
   133 // ---------------------------------------------------------------------------
   133 //
   134 //
       
   135 /*
   134 RESOURCE FILESELECTIONDIALOG r_rfstestapp_specfile_selection
   136 RESOURCE FILESELECTIONDIALOG r_rfstestapp_specfile_selection
   135     {
   137     {
   136     title = "Select Data Specification File";
   138     title = "Select Data Specification File";
   137     softkey_1_file = "Select";
   139     softkey_1_file = "Select";
   138     softkey_1_folder = "Open";
   140     softkey_1_folder = "Open";
   145             filter_type = EFilenameFilter;
   147             filter_type = EFilenameFilter;
   146             filter_style = EInclusiveFilter;
   148             filter_style = EInclusiveFilter;
   147             filter_data = { "*.spc" };
   149             filter_data = { "*.spc" };
   148             }
   150             }
   149         };
   151         };
   150     }
   152     }*/
   151 
   153 
   152 
   154 
   153 // ---------------------------------------------------------------------------
   155 // ---------------------------------------------------------------------------
   154 // r_rfstestapp_excludelist_selection
   156 // r_rfstestapp_excludelist_selection
   155 // ---------------------------------------------------------------------------
   157 // ---------------------------------------------------------------------------
   156 //
   158 //
       
   159 /*
   157 RESOURCE FILESELECTIONDIALOG r_rfstestapp_excludelist_selection
   160 RESOURCE FILESELECTIONDIALOG r_rfstestapp_excludelist_selection
   158     {
   161     {
   159     title = "Select Exclude List File";
   162     title = "Select Exclude List File";
   160     softkey_1_file = "Select";
   163     softkey_1_file = "Select";
   161     softkey_1_folder = "Open";
   164     softkey_1_folder = "Open";
   169             filter_style = EInclusiveFilter;
   172             filter_style = EInclusiveFilter;
   170             filter_data = { "*.exc" };
   173             filter_data = { "*.exc" };
   171             }
   174             }
   172         };
   175         };
   173     }
   176     }
   174 
   177 */
   175 
   178 
   176 // ---------------------------------------------------------------------------
   179 // ---------------------------------------------------------------------------
   177 // r_rfstestapp_progress
   180 // r_rfstestapp_progress
   178 // ---------------------------------------------------------------------------
   181 // ---------------------------------------------------------------------------
   179 //
   182 //