/*----------------------------------------------------------------------------*/ /* */ /* Copyright (c) 2011-2014 Rexx Language Association. All rights reserved. */ /* */ /* This program and the accompanying materials are made available under */ /* the terms of the Common Public License v1.0 which accompanies this */ /* distribution. A copy is also available at the following address: */ /* https://www.oorexx.org/license.html */ /* */ /* Redistribution and use in source and binary forms, with or */ /* without modification, are permitted provided that the following */ /* conditions are met: */ /* */ /* Redistributions of source code must retain the above copyright */ /* notice, this list of conditions and the following disclaimer. */ /* Redistributions in binary form must reproduce the above copyright */ /* notice, this list of conditions and the following disclaimer in */ /* the documentation and/or other materials provided with the distribution. */ /* */ /* Neither the name of Rexx Language Association nor the names */ /* of its contributors may be used to endorse or promote products */ /* derived from this software without specific prior written permission. */ /* */ /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS */ /* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT */ /* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS */ /* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT */ /* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, */ /* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */ /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, */ /* OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY */ /* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING */ /* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS */ /* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* */ /*----------------------------------------------------------------------------*/ #ifndef IDC_STATIC #define IDC_STATIC (-1) #endif #define IDD_MAIN_DIALOG 101 #define IDD_INSERT_DIALOG 103 #define IDD_SELECT_DIALOG 105 #define IDD_ACCEL_DIALOG 107 #define IDD_RANGE_DIALOG 109 #define IDD_POSITION_DIALOG 111 #define IDD_ABOUT_DIALOG 113 #define IDC_ST_BITMAP 1000 #define IDC_ST_CURRENT_TEXT 1001 #define IDC_EDIT 1002 #define IDC_ST_EXPLANATION 1003 #define IDC_UPD_ACCEL2 1004 #define IDC_ST_UPD 1005 #define IDC_UPD_POSITION 1006 #define IDC_EDIT_ACCEL2 1007 #define IDC_EDIT_BUDDY 1008 #define IDC_EDIT_POSITION 1009 #define IDC_ST_EDIT 1010 #define IDC_UPD_ACCEL_SECONDS1 1011 #define IDC_UPD 1012 #define IDC_UPD_LOW 1013 #define IDC_RB_WICKED 1014 #define IDC_UPD_ACCEL_SECONDS2 1015 #define IDC_UPD_START 1016 #define IDC_EDIT_ACCEL_SECONDS2 1017 #define IDC_UPD_HIGH 1018 #define IDC_EDIT_LOW 1019 #define IDC_UPD_ACCEL3 1020 #define IDC_EDIT_ACCEL3 1021 #define IDC_EDIT_HIGH 1022 #define IDC_RB_LOTUS 1023 #define IDC_UPD_ACCEL_SECONDS3 1024 #define IDC_EDIT_ACCEL_SECONDS3 1025 #define IDC_RB_IDES 1026 #define IDC_EDIT_START 1027 #define IDC_RB_TITANIC 1028 #define IDC_UPD_ACCEL_SECONDS0 1029 #define IDC_EDIT_END 1030 #define IDC_EDIT_ACCEL_SECONDS0 1031 #define IDC_UPD_END 1032 #define IDC_EDIT_ACCEL0 1033 #define IDC_UPD_ACCEL1 1034 #define IDC_EDIT_ACCEL_SECONDS1 1035 #define IDC_EDIT_ACCEL1 1036 #define IDC_UPD_ACCEL0 1037 #define IDC_ST_ABOUT 1039 #define IDM_MENUBAR 800 #define IDM_POP_FILES 810 #define ID_FILES_HIDE_EDIT 811 #define ID_FILES_HIDE_UPDOWN 812 #define IDM_SEP_FILES 813 #define ID_FILES_EXIT 814 #define IDM_POP_EDITCONTROL 820 #define ID_EDITCONTROL_LOWER 821 #define ID_EDITCONTROL_NUMBER 822 #define ID_EDITCONTROL_UPPER 823 #define ID_EDITCONTROL_UNRESTRICTED 824 #define IDM_SEP_EDITCONTROL 825 #define ID_EDITCONTROL_INSERT 826 #define ID_EDITCONTROL_SELECT 827 #define IDM_POP_UPDOWNCONTROL 830 #define ID_UPDOWNCONTROL_HEXIDECIMAL 831 #define IDM_SEP_UPDOWNCONTROL 832 #define ID_UPDOWNCONTROL_SET_ACCELERATION 833 #define ID_UPDOWNCONTROL_SET_RANGE 834 #define ID_UPDOWNCONTROL_SET_POSITION 835 #define IDM_POP_HELP 840 #define ID_HELP_ABOUT 841