New Render menu options.

pull/3/head
Chris Laurel 2001-04-09 22:53:02 +00:00
parent 513862aa6d
commit ee54ebf1b5
2 changed files with 20 additions and 5 deletions

View File

@ -68,6 +68,7 @@ BEGIN
MENUITEM "Show &Orbits", ID_RENDER_SHOWORBITS
MENUITEM "Show &Planet Labels", ID_RENDER_SHOWPLANETLABELS
MENUITEM "Show &Star Labels", ID_RENDER_SHOWSTARLABELS
MENUITEM "Show &Constellations", ID_RENDER_SHOWCONSTELLATIONS
MENUITEM "Show &HUD Text", ID_RENDER_SHOWHUDTEXT
, CHECKED
POPUP "&Ambient Light"
@ -83,7 +84,7 @@ BEGIN
END
POPUP "&Locations"
BEGIN
MENUITEM "&Add Location", ID_LOCATIONS_ADDLOCATION
MENUITEM "&Add Location...", ID_LOCATIONS_ADDLOCATION
END
POPUP "&Help"
BEGIN
@ -131,7 +132,7 @@ CAPTION "About Celestia"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,131,76,50,14
CTEXT "Celestia 1.05",IDC_STATIC,6,7,297,9
CTEXT "Celestia 1.06",IDC_STATIC,6,7,297,9
CTEXT "Copyright (C) 2001, Chris Laurel",IDC_STATIC,6,16,297,9
CTEXT "Visit http://www.shatters.net/celestia for more info.",
IDC_STATIC,6,53,297,9
@ -184,6 +185,17 @@ BEGIN
PUSHBUTTON "Cancel",IDCANCEL,62,45,50,14
END
IDD_ADDLOCATION DIALOG DISCARDABLE 100, 50, 220, 45
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add Location"
FONT 8, "MS Sans Serif"
BEGIN
EDITTEXT IDC_LOCATION_EDIT,45,5,100,14,ES_AUTOHSCROLL
LTEXT "Name",IDC_STATIC,10,8,30,8
DEFPUSHBUTTON "OK",IDOK,160,5,50,14
PUSHBUTTON "Cancel",IDCANCEL,160,23,50,14
END
/////////////////////////////////////////////////////////////////////////////
//

View File

@ -11,12 +11,14 @@
#define IDD_LICENSE 108
#define IDD_SETTIME 109
#define IDD_GLINFO 110
#define IDD_ADDLOCATION 111
#define IDC_FINDOBJECT_EDIT 1001
#define IDC_LICENSE_TEXT 1004
#define IDC_GLINFO_TEXT 1005
#define IDC_CALENDAR 1006
#define IDC_TIMEPICKER 1007
#define IDC_DATEPICKER 1008
#define IDC_LOCATION_EDIT 1009
#define ID_SELECTSOL 40001
#define ID_GOTOSELECTION 40002
#define ID_FOLLOWSELECTION 40003
@ -49,6 +51,7 @@
#define ID_TIME_SETTIME 40032
#define ID_HELP_GLINFO 40033
#define ID_LOCATIONS_ADDLOCATION 40034
#define ID_RENDER_SHOWCONSTELLATIONS 40035
#define ID_LOCATIONS_FIRSTLOCATION 41000
@ -56,9 +59,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40035
#define _APS_NEXT_CONTROL_VALUE 1009
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40036
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif