wikisecuresocketex.rls
来自「this is the secure socket example seee i」· RLS 代码 · 共 40 行
RLS
40 行
/*
============================================================================
Name : WikiSecureSocketEx.rls
Author : Konstantine; Company: Fishnest Ukraine Sebastopol
Copyright : bluspan@gmail.com
Description : This is a localisation file for WikiSecureSocketEx
A .rls file is the one and only place where the logical
strings to be localised are defined.
============================================================================
*/
// LOCALISATION STRINGS
// Caption string for app.
#define qtn_caption_string "WikiSecureSocketEx"
// First item in "Options" menu pane
#define qtn_command1 "CSecureSocket"
// Second item in "Options" menu pane
#define qtn_command2 "Message"
#define qtn_help "Help"
#define qtn_about "About"
// Third item in "Options" menu pane
#define qtn_exit "Exit"
// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Secure Socket test"
#define qtn_loc_resource_file_1 "\\resource\\apps\\WikiSecureSocketEx_0xE2404284"
#define qtn_about_dialog_title "About"
#define qtn_about_dialog_text "WikiSecureSocketEx Version 1.0\nExample on CSecureSocket \n\nAuthor: Konstantine; Company: Fishnest Ukraine Sebastopol\n\nSupport: bluspan@gmail.com"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?