testgnhttpdown.rls

来自「SYMIBNA 支持大型文件断点续传的引擎源代码」· RLS 代码 · 共 40 行

RLS
40
字号
/*
============================================================================
 Name		: TestGnHttpDown.rls
 Author	  : 
 Copyright   : Your copyright notice
 Description : This is a localisation file for TestGnHttpDown
				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 "TestGnHttpDown"

// First item in "Options" menu pane
#define qtn_command1 "Input Uri"

// Second item in "Options" menu pane
#define qtn_command2 "Download"

#define qtn_help "Stop"

#define qtn_about "Resume Down"

// Third item in "Options" menu pane
#define qtn_exit "Exit"

// When user requests ECommand1 event, text below is shown.
#define qtn_command1_text "Hello World!"

#define qtn_loc_resource_file_1 "\\resource\\apps\\TestGnHttpDown_0xECCD2992"

#define qtn_about_dialog_title "About"

#define qtn_about_dialog_text "TestGnHttpDown Version 1.0.0\n\nAuthor: \n\nSupport: cheney.kan@gmail.com\n\n(c) Your copyright notice"

// End of File

⌨️ 快捷键说明

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