📄 smscryptosymbiancppuitexteditor.rssi
字号:
/*
* ============================================================================
* Name : SMSCryptoSymbianCppUITextEditor.rssi
* Part of : Open C SMS Crypto Example
* Created : 05/25/2007 by Forum Nokia
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#include "SMSCryptoSymbianCppUITextEditor.hrh"
#include "SMSCryptoSymbianCppUITextEditor.loc"
RESOURCE TBUF32 r_sending_sms_text { buf=STR_SMSCryptoSymbianCppUITextEditorView_7; }
RESOURCE TBUF32 r_sms_failed_text { buf=STR_SMSCryptoSymbianCppUITextEditorView_8; }
RESOURCE AVKON_VIEW r_smscrypto_symbian_cppuitext_editor_smscrypto_symbian_cppuitext_editor_view
{
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
menubar = r_smscrypto_symbian_cppuitext_editor_options_menu;
}
RESOURCE MENU_BAR r_smscrypto_symbian_cppuitext_editor_options_menu
{titles =
{
MENU_TITLE
{
menu_pane = r_smscrypto_symbian_cppuitext_editor_menu_pane1_menu_pane;
}
};
}
RESOURCE STATUS_PANE_APP_MODEL r_smscrypto_symbian_cppuitext_editor_status_pane
{
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_smscrypto_symbian_cppuitext_editor_title_resource;
}
};
}
RESOURCE TITLE_PANE r_smscrypto_symbian_cppuitext_editor_title_resource
{
txt = STR_SMSCryptoSymbianCppUITextEditorView_1;
}
RESOURCE MENU_PANE r_smscrypto_symbian_cppuitext_editor_menu_pane1_menu_pane
{
items =
{
MENU_ITEM
{
command = ESMSCryptoSymbianCppUITextEditorViewSendMenuItemCommand;
txt = STR_SMSCryptoSymbianCppUITextEditorView_3;
},
MENU_ITEM
{
command = ESMSCryptoSymbianCppUITextEditorViewBackMenuItemCommand;
txt = STR_SMSCryptoSymbianCppUITextEditorView_4;
}
};
}
RESOURCE EDWIN r_smscrypto_symbian_cppuitext_editor_edit1
{
maxlength = 110;
lines = 10;
default_case = EAknEditorTextCase;
allowed_case_modes = EAknEditorAllCaseModes;
numeric_keymap = EAknEditorStandardNumberModeKeymap;
default_input_mode = EAknEditorTextInputMode;
allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode | EAknEditorSecretAlphaInputMode | EAknEditorKatakanaInputMode | EAknEditorFullWidthTextInputMode | EAknEditorFullWidthNumericInputMode | EAknEditorFullWidthKatakanaInputMode | EAknEditorHiraganaKanjiInputMode | EAknEditorHalfWidthTextInputMode;
special_character_table = 0;
}
RESOURCE TBUF r_smscrypto_symbian_cppuitext_editor_edit1_2
{
buf = STR_SMSCryptoSymbianCppUITextEditorView_2;
}
RESOURCE DIALOG r_password_query
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = ECodeLayout;
label = STR_SMSCryptoSymbianCppUITextEditorView_5;
control = SECRETED
{
};
};
}
};
}
RESOURCE DIALOG r_recipient_query
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = EDataLayout;
label = STR_SMSCryptoSymbianCppUITextEditorView_6;
control = EDWIN
{
width = 5;
lines = 1;
maxlength = 20;
};
};
}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -