coreapplicationuis/rfsplugins/tsrc/rfspluginstest/rfstestapp/data/rfstestapp.rss
branchRCL_3
changeset 19 924385140d98
parent 10 469fa8a78de7
child 20 c2c61fdca848
equal deleted inserted replaced
18:0818dd463d41 19:924385140d98
    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 /*
       
   124 RESOURCE MEMORYSELECTIONDIALOG r_rfstestapp_memory_selection
   123 RESOURCE MEMORYSELECTIONDIALOG r_rfstestapp_memory_selection
   125     {
   124     {
   126     title = "";
   125     title = "";
   127     softkey_1 = "Ok";
   126     softkey_1 = "Ok";
   128     }
   127     }
   129 */
   128 
   130 
   129 
   131 // ---------------------------------------------------------------------------
   130 // ---------------------------------------------------------------------------
   132 // r_rfstestapp_specfile_selection
   131 // r_rfstestapp_specfile_selection
   133 // ---------------------------------------------------------------------------
   132 // ---------------------------------------------------------------------------
   134 //
   133 //
   135 /*
       
   136 RESOURCE FILESELECTIONDIALOG r_rfstestapp_specfile_selection
   134 RESOURCE FILESELECTIONDIALOG r_rfstestapp_specfile_selection
   137     {
   135     {
   138     title = "Select Data Specification File";
   136     title = "Select Data Specification File";
   139     softkey_1_file = "Select";
   137     softkey_1_file = "Select";
   140     softkey_1_folder = "Open";
   138     softkey_1_folder = "Open";
   147             filter_type = EFilenameFilter;
   145             filter_type = EFilenameFilter;
   148             filter_style = EInclusiveFilter;
   146             filter_style = EInclusiveFilter;
   149             filter_data = { "*.spc" };
   147             filter_data = { "*.spc" };
   150             }
   148             }
   151         };
   149         };
   152     }*/
   150     }
   153 
   151 
   154 
   152 
   155 // ---------------------------------------------------------------------------
   153 // ---------------------------------------------------------------------------
   156 // r_rfstestapp_excludelist_selection
   154 // r_rfstestapp_excludelist_selection
   157 // ---------------------------------------------------------------------------
   155 // ---------------------------------------------------------------------------
   158 //
   156 //
   159 /*
       
   160 RESOURCE FILESELECTIONDIALOG r_rfstestapp_excludelist_selection
   157 RESOURCE FILESELECTIONDIALOG r_rfstestapp_excludelist_selection
   161     {
   158     {
   162     title = "Select Exclude List File";
   159     title = "Select Exclude List File";
   163     softkey_1_file = "Select";
   160     softkey_1_file = "Select";
   164     softkey_1_folder = "Open";
   161     softkey_1_folder = "Open";
   172             filter_style = EInclusiveFilter;
   169             filter_style = EInclusiveFilter;
   173             filter_data = { "*.exc" };
   170             filter_data = { "*.exc" };
   174             }
   171             }
   175         };
   172         };
   176     }
   173     }
   177 */
   174 
   178 
   175 
   179 // ---------------------------------------------------------------------------
   176 // ---------------------------------------------------------------------------
   180 // r_rfstestapp_progress
   177 // r_rfstestapp_progress
   181 // ---------------------------------------------------------------------------
   178 // ---------------------------------------------------------------------------
   182 //
   179 //