progressdialog.rc

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

RC
56
字号
/* * progressdialog.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 "..\lib\progressdialog_rc.h"#include <windows.h>/////////////////////////////////////////////////////////////////////////////// English (U.S.) resourcesLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US#pragma code_page(1252)///////////////////////////////////////////////////////////////////////////////// Dialog//IDD_DIALOG_PRINTPROGRESS DIALOG DISCARDABLE  0, 0, 186, 160STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENUFONT 8, "Tahoma"BEGIN    PUSHBUTTON      "Cancel",IDC_BUTTON_DISMISS,129,139,50,14    LTEXT           "",IDC_STATIC_PRINT_JOB_DESCRIPTION,5,10,175,20    GROUPBOX        "Progress",IDC_STATIC,5,35,175,100    CONTROL         "",IDC_STATIC_PRINT_PROGRESS,"Static",SS_LEFTNOWORDWRAP |                     WS_GROUP,13,44,160,68    RADIOBUTTON     "",IDC_RADIO_PROGRESS_6,156,120,13,10,WS_DISABLED    RADIOBUTTON     "",IDC_RADIO_PROGRESS_1,16,120,10,10,WS_DISABLED    RADIOBUTTON     "",IDC_RADIO_PROGRESS_5,128,120,10,10,WS_DISABLED    RADIOBUTTON     "",IDC_RADIO_PROGRESS_4,100,120,10,10,WS_DISABLED    RADIOBUTTON     "",IDC_RADIO_PROGRESS_3,72,120,10,10,WS_DISABLED    RADIOBUTTON     "",IDC_RADIO_PROGRESS_2,44,120,10,10,WS_DISABLED    GROUPBOX        "",IDC_STATIC,5,110,175,25END

⌨️ 快捷键说明

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