voicerecorder/group/voicerecorder.rss
branchRCL_3
changeset 13 4e5b531d23cb
parent 7 6aee962f6139
child 14 f962425b9f8b
equal deleted inserted replaced
11:a2fdc35b8f46 13:4e5b531d23cb
    37 #include "RecView.rh"
    37 #include "RecView.rh"
    38 #include <voicerecorder.mbg>
    38 #include <voicerecorder.mbg>
    39 #include "voicerecorder.hrh"
    39 #include "voicerecorder.hrh"
    40 #include "VoiceRecorder.rh"
    40 #include "VoiceRecorder.rh"
    41 #include <voicerecorder.loc>
    41 #include <voicerecorder.loc>
       
    42 #include <mpxwaitnotedialog.loc>
    42 
    43 
    43 NAME VREC
    44 NAME VREC
    44 
    45 
    45 RESOURCE RSS_SIGNATURE { }
    46 RESOURCE RSS_SIGNATURE { }
    46 
    47 
   199 RESOURCE TBUF r_qtn_memc_vorec_note1 { buf = qtn_memc_vorec_note1; }
   200 RESOURCE TBUF r_qtn_memc_vorec_note1 { buf = qtn_memc_vorec_note1; }
   200 RESOURCE TBUF r_qtn_memc_vorec_note2 { buf = qtn_memc_vorec_note2; }
   201 RESOURCE TBUF r_qtn_memc_vorec_note2 { buf = qtn_memc_vorec_note2; }
   201 RESOURCE TBUF r_qtn_memc_unlock_query1 { buf = qtn_memc_unlock_query1; }
   202 RESOURCE TBUF r_qtn_memc_unlock_query1 { buf = qtn_memc_unlock_query1; }
   202 RESOURCE TBUF r_qtn_memc_set_password_error { buf = qtn_memc_set_password_error; }
   203 RESOURCE TBUF r_qtn_memc_set_password_error { buf = qtn_memc_set_password_error; }
   203 RESOURCE TBUF r_qtn_memc_readonly { buf = qtn_memc_memorycard_read_only; }
   204 RESOURCE TBUF r_qtn_memc_readonly { buf = qtn_memc_memorycard_read_only; }
       
   205 RESOURCE TBUF r_qtn_ccor_insert_mmc { buf = qtn_ccor_insert_mmc; }
       
   206 RESOURCE TBUF r_qtn_usb_mode_note_mode { buf = qtn_usb_mode_note_mode_activated; }
       
   207 
       
   208 RESOURCE DIALOG r_insert_f_card_dialog
       
   209     {
       
   210     flags = EGeneralQueryFlags | EEikDialogFlagWait | EEikDialogFlagNoBackgroundFade;
       
   211     buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
   212     items =
       
   213     		{
       
   214     		DLG_LINE
       
   215     			{
       
   216     			type = EAknCtQuery;
       
   217     			id = EGeneralQuery;
       
   218     			control = AVKON_CONFIRMATION_QUERY 
       
   219     				{ 
       
   220     				layout = EConfirmationLayout;
       
   221     				};
       
   222     			}
       
   223     		};
       
   224     } 
       
   225 
       
   226 RESOURCE DIALOG r_insert_f_usb_plug_in_dialog
       
   227     {
       
   228     flags = EGeneralQueryFlags | EEikDialogFlagWait | EEikDialogFlagNoBackgroundFade;
       
   229     buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
       
   230     items =
       
   231     		{
       
   232     		DLG_LINE
       
   233     			{
       
   234     			type = EAknCtQuery;
       
   235     			id = EGeneralQuery;
       
   236     			control = AVKON_CONFIRMATION_QUERY 
       
   237     				{ 
       
   238     				layout = EConfirmationLayout;
       
   239     				};
       
   240     			}
       
   241     		};
       
   242     } 
   204 
   243 
   205 // Settings dialog stuff needed when there's an MMC (default store setting)
   244 // Settings dialog stuff needed when there's an MMC (default store setting)
   206 // or the voice key is missing (defauly speaker setting)
   245 // or the voice key is missing (defauly speaker setting)
   207 
   246 
   208 RESOURCE MENU_PANE r_vr_settings_menupane
   247 RESOURCE MENU_PANE r_vr_settings_menupane
  2192             { 
  2231             { 
  2193             root_path = text_memory_card_root_path;
  2232             root_path = text_memory_card_root_path;
  2194             }
  2233             }
  2195         };
  2234         };
  2196     }
  2235     }
       
  2236 
       
  2237 RESOURCE DIALOG r_vorec_usb_connected_dialog
       
  2238     {
       
  2239     flags = EAknWaitNoteFlags|EEikDialogFlagModeless;
       
  2240     buttons = R_AVKON_SOFTKEYS_BACK;
       
  2241     items=
       
  2242         {
       
  2243         DLG_LINE
       
  2244             {
       
  2245             type = EAknCtNote;
       
  2246             id = EGeneralQuery;
       
  2247             control= AVKON_NOTE 
       
  2248                 { 
       
  2249                 layout = EWaitLayout;
       
  2250                 singular_label = qtn_usb_mode_note_mode_activated;
       
  2251                 animation = R_QGN_GRAF_WAIT_BAR_ANIM;
       
  2252                 };
       
  2253             }
       
  2254         };
       
  2255     }