mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
[CALC] Resource files formatting only.
This commit is contained in:
parent
857a951f48
commit
8db51e6058
2 changed files with 311 additions and 294 deletions
|
@ -10,11 +10,13 @@
|
||||||
#define IDS_AUTHOR 4
|
#define IDS_AUTHOR 4
|
||||||
#define IDD_DIALOG_SCIENTIFIC 101
|
#define IDD_DIALOG_SCIENTIFIC 101
|
||||||
#define IDD_DIALOG_STANDARD 102
|
#define IDD_DIALOG_STANDARD 102
|
||||||
|
// #define IDD_DIALOG_ABOUT 103
|
||||||
#define IDD_DIALOG_STAT 104
|
#define IDD_DIALOG_STAT 104
|
||||||
#define IDD_DIALOG_CONVERSION 105
|
#define IDD_DIALOG_CONVERSION 105
|
||||||
#define IDR_MENU_SCIENTIFIC_1 106
|
#define IDR_MENU_SCIENTIFIC_1 106
|
||||||
#define IDR_MENU_SCIENTIFIC_2 107
|
#define IDR_MENU_SCIENTIFIC_2 107
|
||||||
#define IDR_MENU_STANDARD 108
|
#define IDR_MENU_STANDARD 108
|
||||||
|
// #define IDB_BITMAP_ROS 109
|
||||||
#define IDI_CALC 110
|
#define IDI_CALC 110
|
||||||
#define IDC_RADIO_HEX 1002
|
#define IDC_RADIO_HEX 1002
|
||||||
#define IDC_RADIO_DEC 1003
|
#define IDC_RADIO_DEC 1003
|
||||||
|
@ -90,6 +92,7 @@
|
||||||
#define IDC_TEXT_OUTPUT 1074
|
#define IDC_TEXT_OUTPUT 1074
|
||||||
#define IDC_TEXT_PARENT 1075
|
#define IDC_TEXT_PARENT 1075
|
||||||
#define IDC_TEXT_MEMORY 1076
|
#define IDC_TEXT_MEMORY 1076
|
||||||
|
// #define IDC_EDIT_LICENSE 1078
|
||||||
#define IDC_LIST_STAT 1079
|
#define IDC_LIST_STAT 1079
|
||||||
#define IDC_BUTTON_RET 1080
|
#define IDC_BUTTON_RET 1080
|
||||||
#define IDC_BUTTON_LOAD 1081
|
#define IDC_BUTTON_LOAD 1081
|
||||||
|
@ -99,6 +102,7 @@
|
||||||
#define IDC_BUTTON_SQRT 1085
|
#define IDC_BUTTON_SQRT 1085
|
||||||
#define IDC_BUTTON_PERCENT 1086
|
#define IDC_BUTTON_PERCENT 1086
|
||||||
#define IDC_BUTTON_CONVERT 1087
|
#define IDC_BUTTON_CONVERT 1087
|
||||||
|
// #define IDC_TEXT_VERSION 1088
|
||||||
#define IDC_BUTTON_FOCUS 1089
|
#define IDC_BUTTON_FOCUS 1089
|
||||||
#define IDC_COMBO_CATEGORY 1090
|
#define IDC_COMBO_CATEGORY 1090
|
||||||
#define IDC_COMBO_FROM 1091
|
#define IDC_COMBO_FROM 1091
|
||||||
|
|
|
@ -1,8 +1,21 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Calc
|
* ReactOS Calc (global resource file)
|
||||||
* LICENSE: LGPL - See COPYING.LIB in the top level directory
|
*
|
||||||
* FILE: base/applications/calc/resource.rc
|
* Copyright 2007, Carlo Bramini
|
||||||
* PURPOSE: Global resource file
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
* License as published by the Free Software Foundation; either
|
||||||
|
* version 2 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This library 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
|
||||||
|
* Lesser General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
|
* License along with this library; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
|
|
Loading…
Reference in a new issue