camdecode_3rd.rls

来自「PartiTekSDK.chm is for windows, Unix/Lin」· RLS 代码 · 共 47 行

RLS
47
字号
/*
============================================================================
 Name        : Listbox.rls
 Author      : ykx
 Version     :
 Copyright   : Your copyright notice
 Description : String localization file
============================================================================
*/

//  LOCALISATION STRINGS

//d:Caption string for app.
rls_string qtn_hewb_caption_string "CamDecode"

//d:Short caption string for app.
rls_string qtn_hewb_short_caption_string "CamDecode"

//d:First item in "Options" menu pane, "hello" event.
rls_string qtn_hewb_command1 "Start"

//d:Third item in "Options" menu pane, "Help" event
//rls_string qtn_help "Help"

//d:Forth item in "Options" menu page, "About" event
//rls_string qtn_about "About"

//d:Third item in "Options" menu pane, "exit" event.
rls_string qtn_hewb_exit "Exit" 

//d:When user requests EListboxCommand1 event, text below is shown.
rls_string qtn_hewb_command1_text "Hello world!"

//d:About dialog title
rls_string qtn_about_dialog_title "About"

//d:About dialog text
rls_string qtn_about_dialog_text "Listbox Version 1.0.0\n\nAuthor: ykx\n\nSupport: your support email here\n\nYour copyright notice"

//d:Privacy Statement file name
rls_string qtn_privacy_statement_filename "PrivacyStatement.txt"

//d:Privacy Statement dialog header
rls_string qtn_privacy_statement_header "Privacy Statement"

// End of File

⌨️ 快捷键说明

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