MFC-Simulator/TestSimulator/resource.h
2023-02-03 10:07:52 +08:00

64 lines
5.1 KiB
C
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 產生的 Include 檔案。
// 由 TestSimulator.rc 使用
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_TESTSIMULATOR_DIALOG 102
#define IDR_MAINFRAME 128
#define IDD_DIALOG_INPUT 129
#define IDD_DIALOG_FUN 130
#define IDD_DIALOG_OSC 131
#define IDC_BUTTON_IN 1000
#define IDC_BUTTON_OUT 1001
#define IDC_BUTTON_AND 1002
#define IDC_BUTTON_OR 1003
#define IDC_BUTTON_NOT 1004
#define IDC_BUTTON_FUNCTION 1005
#define IDC_BUTTON_LINE 1006
#define IDC_BUTTON_SIMULATE 1007
#define IDC_BUTTON_GRID 1008
#define IDC_BUTTON_LOCK 1009
#define IDC_BUTTON_BGPIC 1010
#define IDC_BUTTON_BGCOLOR 1011
#define IDC_BUTTON_OPEN 1012
#define IDC_BUTTON_SAVE 1013
#define IDC_BUTTON_TRUE 1014
#define IDC_BUTTON_FALSE 1015
#define IDC_BUTTON_SIN 1016
#define IDC_BUTTON_COS 1017
#define IDC_EDIT_INPUT_VALUE 1018
#define IDC_BUTTON_PLUS 1019
#define IDC_BUTTON_MINUS 1020
#define IDC_BUTTON_MULTI 1021
#define IDC_BUTTON_DIV 1022
#define IDC_STATIC_INPUT1 1023
#define IDC_STATIC_INPUT2 1024
#define IDC_EDIT_OPERATOR 1025
#define IDC_BUTTON_START 1026
#define IDC_BUTTON_STOP 1027
#define IDC_EDIT_TIME 1028
#define IDC_EDIT_VALUE 1029
#define IDC_STATIC_TIME 1030
#define IDC_STATIC_VALUE 1031
#define IDC_COMBO_OUTPUT 1032
#define IDC_STATIC_OUTPUT 1033
#define IDC_COMBO_VALUE_INTERVAL 1034
#define IDC_COMBO_TIME_INTERVAL 1035
#define IDC_STATIC_VALUE_INTERVAL 1036
#define IDC_STATIC_TIME_INTERVAL 1037
#define IDC_STATIC_FREQUENCY 1038
#define IDC_EDIT_FREQUENCY 1039
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 134
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1036
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif