locationsystemui/locationsysui/locsuplsettingsui/data/locsuplservereditor.rss
branchRCL_3
changeset 12 f3bd2a0973b9
parent 0 667063e416a2
equal deleted inserted replaced
4:42de37ce7ce4 12:f3bd2a0973b9
   200                 maxlength	=	0;
   200                 maxlength	=	0;
   201                 lines		=	1;
   201                 lines		=	1;
   202                 max_view_height_in_lines	=	8;                
   202                 max_view_height_in_lines	=	8;                
   203                 };
   203                 };
   204             },                
   204             },                
   205      	DLG_LINE
   205         DLG_LINE
   206             {
   206             {
   207             type		=	EAknCtPopupFieldText;
   207             type = EEikCtEdwin;
   208             prompt		=	qtn_loc_server_usage;
   208             prompt = qtn_loc_server_usage;
   209             id			=	ELocSuplServerIdUsageInHomeNw;
   209             id = ELocSuplServerIdUsageInHomeNw;
   210             itemflags 	= 	EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys | EEikDlgItemAsLabel;
   210             itemflags = EEikDlgItemTakesEnterKey;
   211            	control 	= 	POPUP_FIELD_TEXT
   211             control = EDWIN
   212                	{
   212                 {
   213                	popupfield 	= POPUP_FIELD
   213                 flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable |
   214                    	{
   214                 EEikEdwinNoAutoSelection | EEikEdwinReadOnly|
   215                    	width 	= 50;
   215                 EEikEdwinAvkonDisableCursor|EEikEdwinAvkonNotEditable |EEikEdwinDisplayOnly;
   216                    	};
   216                 //         maxlength = ECalenAbsoluteMaxTextEditorLength;
   217                	textarray 	= r_suplserver_editor_usageinhomenw_array;
   217                 default_case = EAknEditorTextCase;
   218                	active 		= 0;
   218                 allowed_case_modes = EAknEditorAllCaseModes;
   219                	};
   219                 numeric_keymap = EAknEditorStandardNumberModeKeymap;
       
   220                 special_character_table = R_AVKON_SPECIAL_CHARACTER_TABLE_DIALOG;
       
   221                 avkon_flags = EAknEditorFlagUseSCTNumericCharmap |
       
   222                 EAknEditorFlagDefault |
       
   223                 EAknEditorFlagEnablePictographInput;
       
   224                 // let Avkon decide which is maximum number of lines
       
   225                 // It's based on layout.
       
   226                 max_view_height_in_lines = 0;
       
   227                 };
   220             }
   228             }
   221    		};
   229    		};
   222 	}
   230 	}
   223     
   231     
   224 //----------------------------------------------------
   232 //----------------------------------------------------
   357 RESOURCE TBUF r_loc_server_already_exist_info_note
   365 RESOURCE TBUF r_loc_server_already_exist_info_note
   358     {
   366     {
   359     buf		= qtn_loc_server_rename_info_note;
   367     buf		= qtn_loc_server_rename_info_note;
   360     }  
   368     }  
   361 
   369 
       
   370 // ---------------------------------------------------------
       
   371 //
       
   372 //    r_loc_server_usageinhomenetwork_yes
       
   373 //    Define "Yes" to "Usage in home network:" line of Editor Form
       
   374 //
       
   375 // ---------------------------------------------------------
       
   376 //
       
   377 RESOURCE TBUF r_loc_server_usageinhomenetwork_yes
       
   378     {
       
   379     buf = qtn_loc_server_usage_yes;
       
   380     }
       
   381 // ---------------------------------------------------------
       
   382 //
       
   383 //    r_loc_server_usageinhomenetwork_no
       
   384 //    Define "No" to "Usage in home network:" line of Editor Form
       
   385 //
       
   386 // ---------------------------------------------------------
       
   387 //
       
   388 RESOURCE TBUF r_loc_server_usageinhomenetwork_no
       
   389     {
       
   390     buf = qtn_loc_server_usage_no;
       
   391     }
   362 // End of File
   392 // End of File