📄 jeditinit.rc
字号:
//Microsoft Developer Studio generated resource script.//#include "resource.h"#define APSTUDIO_READONLY_SYMBOLS///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 2 resource.//#include "afxres.h"/////////////////////////////////////////////////////////////////////////////#undef APSTUDIO_READONLY_SYMBOLS/////////////////////////////////////////////////////////////////////////////// English (U.S.) resources#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)#ifdef _WIN32LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US#pragma code_page(1252)#endif //_WIN32#ifdef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// TEXTINCLUDE//1 TEXTINCLUDE DISCARDABLEBEGIN "resource.h\0"END2 TEXTINCLUDE DISCARDABLEBEGIN "#include ""afxres.h""\r\n" "\0"END3 TEXTINCLUDE DISCARDABLEBEGIN "\r\n" "\0"END#endif // APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Dialog//IDD_ABOUTBOX_3_2 DIALOG DISCARDABLE 0, 0, 235, 122STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "About jEdit.exe"FONT 8, "MS Sans Serif"BEGIN ICON IDI_JEDIT,IDC_STATIC,8,17,20,20 LTEXT "jEdit.exe",IDC_STATIC,40,4,119,8,SS_NOPREFIX LTEXT "An application to run and set command\nline parameters for the jEdit text editor", IDC_STATIC,40,14,127,17 LTEXT "jedit [/h | /p | /u | files....]",IDC_STATIC,40,33,125, 8 DEFPUSHBUTTON "OK",IDOK,178,7,50,14,WS_GROUP LTEXT "/h display this summary\n/p set command line parameters for running jEdit\n/u uninstalls this version of jEdit\nfiles one or more file to be opened by jEdit\n wild card characters * and ? allowed in fle names", IDC_STATIC,44,42,183,43 LTEXT "Without parameters, launches jEdit\nRequires installation of jEditLauncher COM component.\n\nVersion 3.2, Copyright 2001 John Gellene", IDC_STATIC,40,85,191,36ENDIDD_JEDITINIT_DIALOG DIALOGEX 0, 0, 266, 219STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENUEXSTYLE WS_EX_APPWINDOWCAPTION "jEdit version 3.2 - set command line parameters"FONT 8, "MS Sans Serif", 0, 0, 0x1BEGIN DEFPUSHBUTTON "OK",IDOK,209,167,50,14 PUSHBUTTON "Cancel",IDCANCEL,209,189,50,14 LTEXT "Location of Java executable",IDC_STATIC,7,7,91,8 EDITTEXT IDC_EDIT_JAVA_EXEC,7,19,194,12,ES_AUTOHSCROLL PUSHBUTTON "Choose",IDC_BUTTON_JAVA_EXEC,209,19,50,12 CHECKBOX "batch file",IDC_CHECK_BATCH,120,5,50,12,NOT WS_TABSTOP LTEXT "Command line options for java executable",IDC_STATIC,7, 37,132,8 COMBOBOX IDC_COMBO_JAVA_OPTIONS,7,49,194,51,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP LTEXT "Location of jEdit target",IDC_STATIC,7,67,91,8 EDITTEXT IDC_EDIT_JEDIT_TARGET,7,79,194,12,ES_AUTOHSCROLL PUSHBUTTON "Choose",IDC_BUTTON_JEDIT_TARGET,209,79,50,12 LTEXT "Options for jEdit",IDC_STATIC,7,97,91,8 EDITTEXT IDC_EDIT_JEDIT_OPTIONS,7,109,194,12,ES_AUTOHSCROLL CHECKBOX "-jar option",IDC_CHECK_JAR,211,49,50,12,NOT WS_TABSTOP LTEXT "Working directory",IDC_STATIC,7,127,91,8 EDITTEXT IDC_EDIT_JEDIT_WORKING_DIR,7,139,194,12,ES_AUTOHSCROLL PUSHBUTTON "Choose",IDC_BUTTON_JEDIT_WORKINGDIR,209,139,50,12 GROUPBOX "Command line",IDC_STATIC,7,158,194,49 EDITTEXT IDC_EDIT_CMDLINE,11,169,187,30,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL | NOT WS_TABSTOPEND///////////////////////////////////////////////////////////////////////////////// Icon//// Icon with lowest ID value placed first to ensure application icon// remains consistent on all systems.IDI_JEDIT ICON DISCARDABLE "jedit.ico"///////////////////////////////////////////////////////////////////////////////// String Table//STRINGTABLE DISCARDABLEBEGIN IDP_OLE_INIT_FAILED "OLE initialization failed. Make sure that the OLE libraries are the correct version." IDS_ABOUTBOX "&About jEdit.exe..." IDS_REG_PARAMS_KEY_3_2 "Software\\www.jedit.org\\jEditLauncher\\3.2" IDS_ERR_CAPTION "jEdit - error in command line parameters" IDS_ERR_EMPTY_EXEC "Please supply a file name for the Java executable." IDS_ERR_NOFILE "The file %s does not exist. Please select again." IDS_ERR_BADEXEC "The name %s does not refer to an executable file. Please select again." IDS_ERR_BADJAR "The name %s does not refer to the jEdit Java archive file. Please select again." IDS_ERR_BADDIR "The name %s is not a directory. Please select again." IDS_MSG_RESTART "You must restart jEdit for any new command line parameters to take effect." IDS_MSG_INSTALLQUERY "The jEditLauncher component does not appear to be installed. Do you wish to install it now?"ENDSTRINGTABLE DISCARDABLEBEGIN IDS_ERR_NEEDINSTALL "The jEditLauncher component must be installed to use this application.\nYou may use jEdit without jEditLauncher, however." IDS_MSG_SEARCHQUERY "The system cannot find the jEditLauncher component. Do you want to search for it yourself?" IDS_ERR_COM_FAILURE "Application failure: could not initialize COM facilities." IDS_MSG_NEXTTIME "You will be prompted for command line parameters the next time you run jEditLauncher" IDS_MSG_CONFIRM_NOSERVER "You have included ""-noserver"" among the jEdit command line options. This will disable jEditLauncher;s ability to open files. Do you wish to change this setting?" IDS_ERR_JAVA_NOT_FOUND "There is no Java executable in the directory %s. Would you like to select another?"ENDSTRINGTABLE DISCARDABLEBEGIN IDS_MSG_USAGE_3_2 "jedit.exe: a utility to activate the jEdit text editor\n\njedit [/h | /p | /i java_home_dir | files....]\n\t/h display this summary\n\t/p set command line parameters for running jEdit\n\t/i install jEditLauncher COM component\n\t java_home_dir is directory of Java interpreter (required)\n\tfiles one or more file to be opened by jEdit\n\twild card characters * and ? are expanded in\n\tnames of files (not path names)\nWithout parameters, launches jEdit without loading additional files.\nRequires installation of jEditLauncher COM component.\nVersion 3.1, Copyright 2001 John Gellene"ENDSTRINGTABLE DISCARDABLEBEGIN IDS_COMBO_1 "-jar" IDS_COMBO_2 "-mx32m -jar" IDS_COMBO_3 "-mx64m -jar" IDS_COMBO_4 "-classpath %CLASSPATH%;""C:\\Program Files\\jEdit\\jedit.jar""" IDS_COMBO_5 "-mx32m -classpath %CLASSPATH%;""C:\\Program Files\\jEdit\\jedit.jar""" IDS_COMBO_6 "-mx64m -classpath %CLASSPATH%;""C:\\Program Files\\jEdit\\jedit.jar"""END#endif // English (U.S.) resources/////////////////////////////////////////////////////////////////////////////#ifndef APSTUDIO_INVOKED///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 3 resource.///////////////////////////////////////////////////////////////////////////////#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -