/* These are the Vector Common Dialog Control ID's */ /* dialog resources */ /* common */ #define IDC_SHOWPREVIEW 100 #define IDC_PREVIEW 101 #define IDC_UPDATE 102 /* 3D Options Dialog */ #define IDD_3DOPTIONS 1000 #define IDC_LIGHTSFRAME 1001 #define IDC_USELIGHTS 1002 #define IDC_AMBIENT 1003 #define IDC_POLYGONMODEFRAME 1004 #define IDC_POINT 1005 #define IDC_LINE 1006 #define IDC_FILL 1007 /* Scale, Translate, Rotate, and Camera Dialog */ #define IDD_VECTOR 2000 #define IDC_X1 2001 #define IDC_X 2002 #define IDC_X2 2003 #define IDC_Y1 2004 #define IDC_Y 2005 #define IDC_Y2 2006 #define IDC_Z1 2007 #define IDC_Z 2008 #define IDC_Z2 2009 #define IDC_ALL 2010