mirror of
https://github.com/fankes/HanvonEBookHacker.git
synced 2025-09-05 10:15:31 +08:00
48 lines
1.8 KiB
C
48 lines
1.8 KiB
C
// Hanvon EBook Hacker
|
|
// Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
|
|
// https://github.com/fankes/HanvonEBookHacker
|
|
//
|
|
// This software is non-free but opensource software: you can redistribute it
|
|
// and/or modify it under the terms of the GNU Affero General Public License
|
|
// as published by the Free Software Foundation; either
|
|
// version 3 of the License, or any later version.
|
|
//
|
|
// This software 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
|
|
// Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// and eula along with this software. If not, see
|
|
// <https://www.gnu.org/licenses/>
|
|
//
|
|
// This file is created by fankes on 2023/9/12.
|
|
//
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by ScreenRotating.rc
|
|
//
|
|
#define IDS_APP_TITLE 1
|
|
#define IDC_SCREENROTATING 2
|
|
#define IDI_SCREENROTATING 101
|
|
#define IDD_ABOUTBOX 103
|
|
#define IDD_MAINBOX 103
|
|
#define IDS_TOOLS 104
|
|
#define IDC_BUTTON_B 1001
|
|
#define IDC_BUTTON_A 1002
|
|
#define IDC_BUTTON_D 1003
|
|
#define IDC_BUTTON_C 1004
|
|
#define IDM_HELP_ABOUT 40002
|
|
#define IDC_STATIC -1
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 135
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1002
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif |