Changeset 22113 for branches/swt/testapp/apitest/src
- Timestamp:
- Feb 9, 2016, 12:57:21 PM (10 years ago)
- Location:
- branches/swt/testapp/apitest/src
- Files:
-
- 3 edited
-
ApiTestOdin.cpp (modified) (3 diffs)
-
ApiTestPm.cpp (modified) (2 diffs)
-
ApiTestWin.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/testapp/apitest/src/ApiTestOdin.cpp
r22112 r22113 179 179 lres = 0; 180 180 } while (0); 181 181 182 182 //lres = DefWindowProc(hwnd, msg, wparam, lparam); 183 183 break; … … 258 258 /* Register the class of the Main Window */ 259 259 RegisterClass(&wc); 260 260 261 261 /* Create the Main Window */ 262 262 hwnd = CreateWindow( 263 263 MainWndClass, // Our Window Class 264 "ApiTestOdin :: Main Window [generated:20160 1252233]", // Caption Text264 "ApiTestOdin :: Main Window [generated:201602071054]", // Caption Text 265 265 WS_OVERLAPPEDWINDOW, // Window Stype 266 266 100, // The x-pos from ulc … … 303 303 printf("\n"); 304 304 printf("%s\n","###############################################################################"); 305 printf("%s\n","# This is the Odin variant of ApiTest version.20160 1252233#");305 printf("%s\n","# This is the Odin variant of ApiTest version.201602071054 #"); 306 306 printf("%s\n","###############################################################################"); 307 307 printf("\n"); -
branches/swt/testapp/apitest/src/ApiTestPm.cpp
r22112 r22113 208 208 }; 209 209 PSZ pszClassClient = (PSZ) "ApiTestPm"; // Window Class Name 210 PSZ pszTitle = (PSZ) "ApiTestPm :: Main Window [generated:20160 1252233]"; // Window Title210 PSZ pszTitle = (PSZ) "ApiTestPm :: Main Window [generated:201602071054]"; // Window Title 211 211 ULONG flStyleClient = 0; // Style for Client Window 212 212 HWND hwndFrame = NULL; // Receives handle for Frame Window … … 314 314 printf("\n"); 315 315 printf("%s\n","###############################################################################"); 316 printf("%s\n","# This is the PM variant of ApiTest version.20160 1252233#");316 printf("%s\n","# This is the PM variant of ApiTest version.201602071054 #"); 317 317 printf("%s\n","###############################################################################"); 318 318 printf("\n"); -
branches/swt/testapp/apitest/src/ApiTestWin.cpp
r22112 r22113 182 182 lres = 0; 183 183 } while (0); 184 184 185 185 //lres = DefWindowProc(hwnd, msg, wparam, lparam); 186 186 break; … … 262 262 /* Register the class of the Main Window */ 263 263 RegisterClass(&wc); 264 264 265 265 /* Create the Main Window */ 266 266 hwnd = CreateWindow( 267 267 MainWndClass, // Our Window Class 268 "ApiTestWin :: Main Window [generated:20160 1252233]", // Caption Text268 "ApiTestWin :: Main Window [generated:201602071054]", // Caption Text 269 269 WS_OVERLAPPEDWINDOW, // Window Stype 270 270 100, // The x-pos from ulc … … 307 307 printf("\n"); 308 308 printf("%s\n","###############################################################################"); 309 printf("%s\n","# This is the Windows variant of ApiTest version.20160 1252233#");309 printf("%s\n","# This is the Windows variant of ApiTest version.201602071054 #"); 310 310 printf("%s\n","###############################################################################"); 311 311 printf("\n");
Note:
See TracChangeset
for help on using the changeset viewer.
