⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 putty.rss

📁 大名鼎鼎的远程登录软件putty的Symbian版源码
💻 RSS
📖 第 1 页 / 共 2 页
字号:
                    flags = EEikEdwinNoHorizScrolling | EEikEdwinResizable;                    width = 5;                    maxlength = 128;                    max_view_height_in_lines = 5;                    base_line_delta = 21;                    // [Petteri] Default to lower case, no T9                    default_case = EAknEditorLowerCase;                    avkon_flags = EAknEditorFlagNoT9;                };            };        }    };}// Log type setting dialogRESOURCE DIALOG r_settings_log_type {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtListQueryControl;            id = ESelectLogType;            control = AVKON_LIST_QUERY_CONTROL {                listtype = EAknCtSinglePopupMenuListBox;                listbox = AVKON_LIST_QUERY_LIST {                    flags = EAknListBoxMenuList;                    height = 3;                    width = 3;                    array_id = r_settings_log_types_list;                };                heading = "Log type";            };        }    };}RESOURCE ARRAY r_settings_log_types_list {    items = {        LBUF { txt = "No logging"; },        LBUF { txt = "Text only"; },        LBUF { txt = "All traffic"; },        LBUF { txt = "SSH data & debug"; }    };}// Accept weak cipher prompt dialogRESOURCE DIALOG r_accept_weak_cipher {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EAcceptWeakCipher;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Server supports only weak ciphers\nAccept ?";            };        }    };}// Audio device in use prompt dialogRESOURCE DIALOG r_recorder_in_use {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = ERecorderInUse;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Audio device busy.\nTry again?";            };        }    };}// Random number generation initialization promptRESOURCE DIALOG r_record_confirmation {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = ERecordConfirmation;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Random generator will be initialized by recording from microphone";            };        }    };}// "Really exit?" promptRESOURCE DIALOG r_really_exit {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EReallyExit;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Are you sure you want to close this session";            };        }    };}// File selection dialogRESOURCE DIALOG r_file_selection_dialog {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtListQueryControl;            id = ESelectExistingFileDialog;            control = AVKON_LIST_QUERY_CONTROL {                listtype = EAknCtSinglePopupMenuListBox;                listbox = AVKON_LIST_QUERY_LIST {                    flags = EAknListBoxMenuList;                    height = 3;                    width = 3;                    array_id = r_empty_array;                };                heading = "Choose file:";            };        }    };}RESOURCE ARRAY r_empty_array {    items = {        LBUF { txt = ""; }    };}// New file name prompt dialogRESOURCE DIALOG r_new_file_dialog {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EGeneralQuery;            control = AVKON_DATA_QUERY {                layout = EDataLayout;                label = "";                control = EDWIN {                    default_case = EAknEditorLowerCase;                    avkon_flags = EAknEditorFlagNoT9;                };            };        }    };}// Generic info message dilaogRESOURCE DIALOG r_info_message {    flags = EAknDialogGenericQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_EMPTY;    items = {        DLG_LINE {            type = EAknCtNote;            id = EInfoMessage;            control = AVKON_NOTE {                layout = ENoteWithImageLayout;                singular_label = "";                plural_label = "";            };        }    };}// Connection setup termination confirmationRESOURCE DIALOG r_dialer_termination_dialog {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_YES_NO;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EGeneralQuery;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Are you sure that you want to terminate active connection? ";            };        }    };}// Connection setup wait dialogRESOURCE DIALOG r_dialer_wait_dialog {    flags = EAknWaitNoteFlags;    buttons = R_AVKON_SOFTKEYS_CANCEL;    items = {        DLG_LINE {            type = EAknCtNote;            id = EDialerDialog;            control = AVKON_NOTE {                layout = EWaitLayout;                animation = R_QGN_GRAF_WAIT_BAR_ANIM;                singular_label = "Connecting to network...";            };        }    };}// Confirmation query for initial random number generator initRESOURCE DIALOG r_initial_rng_init_confirmation {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_OK_CANCEL;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EGeneralQuery;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;                label = "Running for the first time.\nInitialize random generator?\n(Recommended)";            };        }    };}// Audio recording wait dialogRESOURCE DIALOG r_recording_wait_dialog {    flags = EAknWaitNoteFlags;    buttons = R_AVKON_SOFTKEYS_EMPTY_WITH_IDS;    items = {        DLG_LINE {            type = EAknCtNote;            id = ERecordingDialog;            control = AVKON_NOTE {                layout = EWaitLayout;                animation = R_QGN_GRAF_WAIT_BAR_ANIM;                singular_label = "Recording...";            };        }    };}// Host key query dialogRESOURCE DIALOG r_hostkey_query {    flags = EGeneralQueryFlags;    buttons = R_AVKON_SOFTKEYS_YES_NO;    items = {        DLG_LINE {            type = EAknCtQuery;            id = EGeneralQuery;            control = AVKON_CONFIRMATION_QUERY {                layout = EConfirmationQueryLayout;            };        }    };}// Localizable strings// Fatal error panic nameRESOURCE TBUF r_str_fatal_error { buf = "Fatal error"; }// Connection closed info message (connection closed normally)RESOURCE TBUF r_str_connection_closed { buf = "Connection closed"; }RESOURCE TBUF r_str_connection_in_progress { buf = "Connection in progress"; }RESOURCE TBUF r_str_recording_in_progress { buf = "Recordind in progress"; }RESOURCE TBUF r_str_not_connected { buf = "Not connected"; }// Unknown host key dialog contents format string. %S = key fingerprintRESOURCE TBUF r_str_unknown_host_key_dlg_fmt {    buf = "Unknown host key:\n%S\nAccept and store?";}// Different host key dialog contents format string. %S = key fingerprintRESOURCE TBUF r_str_different_host_key_dlg_fmt {    buf = "WARNING! Host key changed:\n%S\nAccept and store?";}// Accept cipher dialog contents format string. First %S = cipher, second// the directionRESOURCE TBUF r_str_accept_cipher_dlg_fmt {    buf = "SECURITY WARNING!\nThe server supports only weak ciphers.\nAccept cipher %S for\ncommunication %S?";}// Cipher communication directions: Both, client-to-server, server-to-clientRESOURCE TBUF r_str_accept_cipher_dir_both { buf = "in both directions"; }RESOURCE TBUF r_str_accept_cipher_client_to_server { buf = "from client to server"; }RESOURCE TBUF r_str_accept_cipher_server_to_client { buf = "from server to client"; }// Dialing busy messageRESOURCE TBUF r_str_dialing { buf = "Dialing"; }// Connecting busy messageRESOURCE TBUF r_str_connecting { buf = "Connecting"; }// Connection failed error message. %S = error messageRESOURCE TBUF r_str_connection_failed { buf = "Connection failed.\n%S (%d)\n"; }// Randomized info messagesRESOURCE TBUF r_str_randomized { buf = "Initialized"; }// OK confirm dialog buttonRESOURCE TBUF r_str_ok_confirm { buf = "OK"; }// Recording failed error message. %S = error messageRESOURCE TBUF r_str_record_failed { buf = "Audio recording failed.\n%S\n"; }// Username promptRESOURCE TBUF r_string_username { buf = "Username"; }// Hosgname promptRESOURCE TBUF r_string_host { buf = "Host"; }// Send text dialog prompt for a line (with CR)RESOURCE TBUF r_string_line { buf = "Line"; }// Send text dialog prompt for text (without CR)RESOURCE TBUF r_string_text { buf = "Text"; }// Send text dialog prompt for Ctrl+keysRESOURCE TBUF r_string_ctrl { buf = "Ctrl+..."; }// Send text dialog prompt for Alt+keysRESOURCE TBUF r_string_alt { buf = "Alt+..."; }// Not implementedRESOURCE TBUF r_not_implemented { buf = "Not implemented"; }// Debug key event printoutRESOURCE TBUF r_key_event { buf = "Scancode 0x%x\nType 0x%x"; }// Connecting to host info messageRESOURCE TBUF r_str_connecting_to_host { buf = "Connecting to server..."; }// File list entry: New fileRESOURCE TBUF r_str_file_list_new_file { buf = "<New file...>"; }// File list entry: Phone memoryRESOURCE TBUF r_str_file_list_phone_memory { buf = "<Phone memory>"; }// File list entry: Memory cardRESOURCE TBUF r_str_file_list_memory_card { buf = "<Memory card>"; }// File dialog: New file name promptRESOURCE TBUF r_str_new_file_name { buf = "New file name:"; }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -