// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS #define PLUGINNAME "Automation Filter Sample Plug-In" ///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "#include ""AutomationFilterPiPL.pipl""\r\n" "#include ""About.rc""\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Dialog // 16001 DIALOG 0, 0, 186, 95 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Automation Filter" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&Done",1,129,7,50,14 PUSHBUTTON "&Cancel",2,129,24,50,14 COMBOBOX 4,46,7,78,81,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP COMBOBOX 6,46,25,78,63,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "&Layer:",3,7,7,34,12 LTEXT "C&hannel:",5,7,26,34,12 PUSHBUTTON "&0 %",7,7,57,31,14 PUSHBUTTON "&50 %",8,54,57,31,14 PUSHBUTTON "&100 %",9,101,57,31,14 PUSHBUTTON "&Random",10,141,57,38,14 LTEXT "Tile Height:",11,7,79,63,9 LTEXT "Tile Width:",12,85,79,65,9 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN 16001, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 179 VERTGUIDE, 46 VERTGUIDE, 124 TOPMARGIN, 7 BOTTOMMARGIN, 88 HORZGUIDE, 57 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE BEGIN 16600 "Dummy holder" 16601 "Automation Filter" 16602 "by Thomas Ruark" END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "AutomationFilterPiPL.pipl" #include "About.rc" ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED