Removed Pro Requirement
This commit is contained in:
157
Dialogs.rc
157
Dialogs.rc
@@ -1,114 +1,43 @@
|
|||||||
// Microsoft Visual C++ generated resource script.
|
// Generated by ResEdit 1.6.6
|
||||||
//
|
// Copyright (C) 2006-2015
|
||||||
#include "resource.h"
|
// http://www.resedit.net
|
||||||
|
|
||||||
#define APSTUDIO_READONLY_SYMBOLS
|
#include <windows.h>
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
#include <commctrl.h>
|
||||||
//
|
#include <richedit.h>
|
||||||
// Generated from the TEXTINCLUDE 2 resource.
|
#include "resource.h" //Should not have to do this...
|
||||||
//
|
|
||||||
#include "afxres.h"
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
#undef APSTUDIO_READONLY_SYMBOLS
|
//
|
||||||
|
// Bitmap resources
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
//
|
||||||
// English (Canada) resources
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
|
||||||
|
IDB_BITMAP1 BITMAP "Parts.bmp"
|
||||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENC)
|
|
||||||
#ifdef _WIN32
|
|
||||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
|
|
||||||
#pragma code_page(1252)
|
//
|
||||||
#endif //_WIN32
|
// Dialog resources
|
||||||
|
//
|
||||||
#ifdef APSTUDIO_INVOKED
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
IDD_DIALOG1 DIALOG 0, 0, 295, 43
|
||||||
//
|
STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SETFOREGROUND | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU
|
||||||
// TEXTINCLUDE
|
EXSTYLE WS_EX_WINDOWEDGE
|
||||||
//
|
CAPTION "Insert Object"
|
||||||
|
FONT 8, "Ms Shell Dlg"
|
||||||
1 TEXTINCLUDE
|
{
|
||||||
BEGIN
|
EDITTEXT IDC_EDIT1, 35, 6, 195, 14, ES_AUTOHSCROLL, WS_EX_LEFT
|
||||||
"resource.h\0"
|
LTEXT "Class:", 0, 10, 9, 20, 9, SS_LEFT, WS_EX_LEFT
|
||||||
END
|
PUSHBUTTON "Cancel", IDCANCEL, 237, 24, 50, 14, 0, WS_EX_LEFT
|
||||||
|
DEFPUSHBUTTON "OK", IDOK, 237, 6, 50, 14, 0, WS_EX_LEFT
|
||||||
2 TEXTINCLUDE
|
}
|
||||||
BEGIN
|
|
||||||
"#include ""afxres.h""\r\n"
|
|
||||||
"\0"
|
|
||||||
END
|
//
|
||||||
|
// Icon resources
|
||||||
3 TEXTINCLUDE
|
//
|
||||||
BEGIN
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
|
||||||
"\r\n"
|
IDI_ICON1 ICON "FatB3dIcon.ico"
|
||||||
"\0"
|
|
||||||
END
|
|
||||||
|
|
||||||
#endif // APSTUDIO_INVOKED
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Icon
|
|
||||||
//
|
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
|
||||||
// remains consistent on all systems.
|
|
||||||
IDI_ICON1 ICON "FatB3dIcon.ico"
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Bitmap
|
|
||||||
//
|
|
||||||
|
|
||||||
IDB_BITMAP1 BITMAP "Parts.bmp"
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Dialog
|
|
||||||
//
|
|
||||||
|
|
||||||
IDD_DIALOG1 DIALOGEX 0, 0, 306, 49
|
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
||||||
CAPTION "Dialog"
|
|
||||||
FONT 8, "MS Sans Serif", 400, 0, 0x1
|
|
||||||
BEGIN
|
|
||||||
DEFPUSHBUTTON "OK",IDOK,249,7,50,16
|
|
||||||
PUSHBUTTON "Cancel",IDCANCEL,249,26,50,16
|
|
||||||
LTEXT "Class:",IDC_STATIC,7,7,40,14
|
|
||||||
EDITTEXT IDC_EDIT1,53,7,175,14,ES_AUTOHSCROLL
|
|
||||||
END
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// DESIGNINFO
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifdef APSTUDIO_INVOKED
|
|
||||||
GUIDELINES DESIGNINFO
|
|
||||||
BEGIN
|
|
||||||
IDD_DIALOG1, DIALOG
|
|
||||||
BEGIN
|
|
||||||
LEFTMARGIN, 7
|
|
||||||
RIGHTMARGIN, 305
|
|
||||||
TOPMARGIN, 7
|
|
||||||
END
|
|
||||||
END
|
|
||||||
#endif // APSTUDIO_INVOKED
|
|
||||||
|
|
||||||
#endif // English (Canada) resources
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef APSTUDIO_INVOKED
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
//
|
|
||||||
// Generated from the TEXTINCLUDE 3 resource.
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
|
||||||
#endif // not APSTUDIO_INVOKED
|
|
||||||
|
|
||||||
10
resource.h
10
resource.h
@@ -8,13 +8,3 @@
|
|||||||
#define IDC_EDIT1 1001
|
#define IDC_EDIT1 1001
|
||||||
#define IDC_PROPERTYGRID 2000
|
#define IDC_PROPERTYGRID 2000
|
||||||
|
|
||||||
// Next default values for new objects
|
|
||||||
//
|
|
||||||
#ifdef APSTUDIO_INVOKED
|
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 104
|
|
||||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1002
|
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user