/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Resource definitions for ipssettings editor.
*
*/
// RESOURCE DEFINITIONS
// ---------------------------------------------------------
//
// r_ips_set_dialog_listbox
// For radiobutton settings lists
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_listbox
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
type = EAknSetListBox;
editor_resource_id = r_ips_set_setting_page_listbox;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_listbox
//
//
// ---------------------------------------------------------
//
RESOURCE LISTBOX r_ips_set_setting_page_listbox
{
flags = EEikListBoxMultipleSelection;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_checklistbox
// For check box settings lists
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_checklistbox
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__MARK;
type = EAknSetListBox;
editor_resource_id = r_ips_set_setting_page_checklistbox;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_checklistbox
//
//
// ---------------------------------------------------------
//
RESOURCE LISTBOX r_ips_set_setting_page_checklistbox
{
flags = EEikListBoxMultipleSelection;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_text
//
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_text
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
type = EEikCtEdwin;
editor_resource_id = r_ips_set_setting_page_edwin_text;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_edwin
//
//
// ---------------------------------------------------------
//
RESOURCE EDWIN r_ips_set_setting_page_edwin_text
{
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
width = 25;
lines = 6;
maxlength = 25;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_number
//
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_number
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
type = EAknCtIntegerEdwin;
editor_resource_id = r_ips_set_setting_page_edwin_number;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_edwin_number
//
//
// ---------------------------------------------------------
//
RESOURCE AVKON_INTEGER_EDWIN r_ips_set_setting_page_edwin_number
{
min = KIpsSetUiNumberMinValue;
max = KIpsSetUiNumberMaxValue;
maxlength = 3;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_sc_number
//
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_sc_number
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
type = EEikCtEdwin;
editor_resource_id = r_ips_set_setting_page_edwin_sc_number;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_edwin_sc_number
//
//
// ---------------------------------------------------------
//
RESOURCE EDWIN r_ips_set_setting_page_edwin_sc_number
{
flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;
width = 25;
lines = 6;
maxlength = 21; // length of maximum allowed Sc number
default_input_mode = EAknEditorNumericInputMode;
allowed_input_modes = EAknEditorNumericInputMode;
numeric_keymap = EAknEditorToFieldNumberModeKeymap;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_password
//
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_set_dialog_password
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
menubar = R_AVKON_MENUPANE_EMPTY;
type = EEikCtSecretEd;
editor_resource_id = r_ips_set_setting_page_password;
}
// ---------------------------------------------------------
//
// r_ips_set_setting_page_password
//
//
// ---------------------------------------------------------
//
RESOURCE SECRETED r_ips_set_setting_page_password
{
num_letters = KIpsSetUiMaxPasswordLength;
}
// ---------------------------------------------------------
//
// r_ips_set_dialog_password_fill
//
//
// ---------------------------------------------------------
//
RESOURCE NUMBER_INT16 r_ips_set_dialog_password_fill
{
value = '*';
}
// ---------------------------------------------------------
//
// r_ips_setui_settings_dialog_five_digits
//
// ---------------------------------------------------------
//
RESOURCE AVKON_SETTING_PAGE r_ips_setui_settings_dialog_five_digits
{
softkey_resource = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
type = EAknCtIntegerEdwin;
editor_resource_id = r_ips_setui_setting_page_edwin_port;
menubar = R_AVKON_MENUPANE_EMPTY;
}
// ---------------------------------------------------------
//
// r_ips_setui_setting_page_edwin_port
//
// ---------------------------------------------------------
//
RESOURCE AVKON_INTEGER_EDWIN r_ips_setui_setting_page_edwin_port
{
min = 0;
max = KIpsSetUiNumberMaxPortValue;
maxlength = KIpsSetUiMaxPortValueLength;
}
// ---------------------------------------------------------
//
// r_ips_setui_settings_dialog_hours_query
//
// ---------------------------------------------------------
//
RESOURCE DIALOG r_ips_setui_settings_dialog_hours_query
{
flags=EGeneralQueryFlags;
buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
items=
{
DLG_LINE
{
type=EAknCtMultilineQuery;
id=EMultilineFirstLine;
control = AVKON_DATA_QUERY
{
layout = EMultiDataFirstTimeEd;
label = qtn_fse_settings_conn_hours_from;
control = TIME_EDITOR
{
minTime= TIME {second=0;minute=0;hour=0;};
maxTime= TIME {second=59;minute=59;hour=23;};
flags=EEikTimeWithoutSecondsField;
};
};
},
DLG_LINE
{
type=EAknCtMultilineQuery;
id=EMultilineSecondLine;
control= AVKON_DATA_QUERY
{
layout = EMultiDataSecondTimeEd;
label = qtn_fse_settings_conn_hours_to;
control = TIME_EDITOR
{
minTime= TIME {second=0;minute=0;hour=0;};
maxTime= TIME {second=59;minute=59;hour=23;};
flags=EEikTimeWithoutSecondsField;
};
};
}
};
}
// End of file