entry.rls
来自「Simple database program」· RLS 代码 · 共 46 行
RLS
46 行
/*
============================================================================
Name : Entry.rls
Author : Sazzad
Copyright : @Sazzad 2008
Description : This is a localisation file for Entry
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 "Entry"
// First item in "Options" menu pane
#define qtn_command1 "Message"
// Second item in "Options" menu pane
#define qtn_command2 "Message from file"
#define qtn_add "Add"
#define qtn_view "View"
#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 "Own"
#define qtn_loc_resource_file_1 "\\resource\\apps\\Entry_0xEA1678C1"
#define qtn_about_dialog_title "About"
#define qtn_about_dialog_text "Entry Version 1.0.0\n\nAuthor: Sazzad\n\nSupport: sazzad_101@yahoo.com\n\n(c) @Sazzad 2008"
#define qtn_sms_text_query "Enter the Name"
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?