redmon.rc
来自「虚拟打印端口」· RC 代码 · 共 106 行
RC
106 行
/* Copyright (C) 1997-1998, Ghostgum Software Pty Ltd. All rights reserved.
This file is part of RedMon.
This program is distributed with NO WARRANTY OF ANY KIND. No author
or distributor accepts any responsibility for the consequences of using it,
or for whether it serves any particular purpose or works at all, unless he
or she says so in writing. Refer to the RedMon Free Public Licence
(the "Licence") for full details.
Every copy of RedMon must include a copy of the Licence, normally in a
plain ASCII text file named LICENCE. The Licence grants you the right
to copy, modify and redistribute RedMon, but only under certain conditions
described in the Licence. Among other things, the Licence requires that
the copyright notice and this notice be preserved on all copies.
*/
/* redmon.rc */
#include <windows.h>
#include "redmonrc.h"
STRINGTABLE
BEGIN
IDS_MONITORNAME, "Omdirigerad port"
IDS_TITLE, "RedMon - Skrivar鰒ervakare f鰎 omdirigering av port"
#ifdef BETA
IDS_BETAEXPIRED, "Denna BETA-test version av RedMon har g錿t ut."
#endif
IDS_ADDPORT, "L鋑g till omdirigerad port"
IDS_NOTUNIQUE, "Port \042%s\042 anv鋘ds redan. Var v鋘lig v鋖j ett unikt portnamn"
IDS_CONFIGPROP, "%s Inst鋖lningar"
IDS_CONFIGLOGFILE, "%s Inst鋖lningar f鰎 loggfil"
IDS_CONFIGUNKNOWN, "Ok鋘da portinst鋖lningar"
IDS_HELPFILE, "redmon.hlp"
/* These help strings must match the help file topic names */
IDS_HELPADD, "L鋑g till port"
IDS_HELPCONFIG, "Inst鋖lningar f鰎 port"
IDS_HELPLOG, "Inst鋖lningar f鰎 loggfil"
/* These are the show window types */
IDS_SHOWNORMAL, "Normal"
IDS_SHOWMIN, "Minimerad"
IDS_SHOWHIDE, "Dold"
/* Possible output methods */
IDS_OUTPUTSELF , "Programmet hanterar utdata"
IDS_OUTPUTPROMPT, "Prompt for filename" /* ENGLISH */
IDS_OUTPUTSTDOUT, "Skicka stdout till skrivare"
IDS_OUTPUTFILE, "Kopiera tempor鋜fil till skrivare"
IDS_OUTPUTHANDLE, "Skicka kanal till skrivare"
/* GetOpenFileName() filters */
IDS_FILTER_EXE, "Program|*.exe;*.com|Alla filer (*.*)|*.*|"
IDS_FILTER_TXT, "Textfiler(*.txt)|*.txt|Alla filer (*.*)|*.*|"
IDS_FILTER_PROMPT, "Alla filer (*.*)|*.*|PRN Documents (*.prn)|*.prn|PDF Documents (*.pdf)|*.pdf|PostScript Documents (*.ps)|*.ps|"
END
IDD_ADDPORT DIALOG 48, 32, 192, 74
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "L鋑g till omdirigerad port"
FONT 8, "MS Sans Serif"
{
LTEXT "Portnamn", -1, 6, 6, 180, 10
EDITTEXT IDC_PORTNAME, 6, 18, 180, 12, ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD
DEFPUSHBUTTON "OK", IDOK, 14, 52, 44, 14
PUSHBUTTON "Avbryt", IDCANCEL, 74, 52, 44, 14
PUSHBUTTON "Hj鋖p", IDC_HELPBUTTON, 134, 52, 44, 14
}
IDD_CONFIGPORT DIALOG 48, 32, 290, 195
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Inst鋖lningar f鰎 omdirigerad port"
FONT 8, "MS Sans Serif"
{
LTEXT "Omdirigera denna port till programmet:", -1, 8, 6, 180, 10
EDITTEXT IDC_COMMAND, 6, 18, 200, 12, ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD
LTEXT "Argument till detta program 鋜:", -1, 8, 40, 180, 10
EDITTEXT IDC_ARGS, 6, 52, 200, 12, ES_LEFT | ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | WS_CHILD
LTEXT "Utdata:", -1, 8, 83, 36, 8
COMBOBOX IDC_OUTPUT, 46, 80, 160, 54, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Skrivare:", IDC_PRINTERTEXT, 8, 103, 37, 10
COMBOBOX IDC_PRINTER, 46, 100, 160, 64, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
AUTOCHECKBOX "Skriv ut fel", IDC_PRINTERROR, 218, 101, 72, 12, BS_AUTOCHECKBOX | WS_TABSTOP
LTEXT "K鰎:", -1, 8, 123, 36, 8
COMBOBOX IDC_SHOW, 45, 120, 100, 44, CBS_DROPDOWNLIST | WS_TABSTOP
CHECKBOX "K鰎 som Anv鋘dare", IDC_RUNUSER, 163, 121, 110, 12, BS_AUTOCHECKBOX | WS_TABSTOP
LTEXT "Avsluta efter:", -1, 8, 143, 72, 8
EDITTEXT IDC_DELAY, 83, 141, 24, 12
LTEXT "sekunder", -1, 111, 143, 48, 8
DEFPUSHBUTTON "OK", IDOK, 16, 172, 44, 14
PUSHBUTTON "Avbryt", IDCANCEL, 76, 172, 44, 14
PUSHBUTTON "Hj鋖p", IDC_HELPBUTTON, 156, 172, 44, 14
PUSHBUTTON "Loggfil...", IDC_LOGFILE, 224, 172, 50, 14
PUSHBUTTON "Bl鋎dra...", IDC_BROWSE, 224, 17, 50, 14
}
IDD_CONFIGLOG DIALOG 48, 32, 216, 112
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Inst鋖lningar f鰎 loggfil"
FONT 8, "MS Sans Serif"
{
LTEXT "Skriv utdata p
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?