pruninstaller.rc

来自「虚拟打印机」· RC 代码 · 共 61 行

RC
61
字号
/* * prunintsaller.rc    Copyright (C) 2006 Michael H. Overlin   This program is free software; you can redistribute it and/or modify   it under the terms of the GNU General Public License as published by   the Free Software Foundation; either version 2 of the License, or   (at your option) any later version.   This program is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   GNU General Public License for more details.   You should have received a copy of the GNU General Public License   along with this program; if not, write to the Free Software   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      Contact at poster_printer@yahoo.com * */#include "resource.h"#include <windows.h>#ifdef _WIN32LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US#pragma code_page(1252)#endif#include "..\lib\progressdialog.rc"///////////////////////////////////////////////////////////////////////////////// Icon//// Icon with lowest ID value placed first to ensure application icon// remains consistent on all systems.IDI_ICON_UNINSTALL      ICON    DISCARDABLE     "pruninstall.ico"///////////////////////////////////////////////////////////////////////////////// Dialog//IDD_DIALOG_UNINSTALL DIALOG DISCARDABLE  0, 0, 186, 95STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUCAPTION "Dialog"FONT 8, "System"BEGIN    PUSHBUTTON      "CANCEL",IDC_BUTTON_CANCEL,105,59,70,29    PUSHBUTTON      "UNINSTALL",IDC_BUTTON_UNINSTALL,9,59,70,29    LTEXT           "This will uninstall Poster Printer.",IDC_STATIC_TEXT,13,                    14,160,30END

⌨️ 快捷键说明

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