Changeset 593 for trunk/dll/common.c
- Timestamp:
- Mar 31, 2007, 9:13:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r574 r593 16 16 07 Jan 07 GKY Updated Helv font to vector font Helvetica 17 17 22 Mar 07 GKY Use QWL_USER 18 30 Mar 07 GKY Remove GetPString for window class names 18 19 19 20 ***********************************************************************/ … … 340 341 // Create a children of frame window 341 342 hwndStatus = WinCreateWindow(hwndFrame, 342 GetPString(IDS_WCSTATUS),343 WC_STATUS, 343 344 "Status", 344 345 WS_VISIBLE | SS_TEXT | DT_LEFT | … … 359 360 360 361 hwndStatus2 = WinCreateWindow(hwndFrame, 361 GetPString(IDS_WCSTATUS),362 WC_STATUS, 362 363 "Status2", 363 364 WS_VISIBLE | SS_TEXT | DT_LEFT | … … 379 380 380 381 hwndAttr = WinCreateWindow(hwndFrame, 381 GetPString(IDS_WCSTATUS),382 WC_STATUS, 382 383 "Attr", 383 384 WS_VISIBLE | SS_TEXT | DT_CENTER | … … 397 398 398 399 hwndDate = WinCreateWindow(hwndFrame, 399 GetPString(IDS_WCSTATUS),400 WC_STATUS, 400 401 "Date", 401 402 WS_VISIBLE | SS_TEXT | DT_CENTER | … … 415 416 416 417 hwndName = WinCreateWindow(hwndFrame, 417 GetPString(IDS_WCSTATUS),418 WC_STATUS, 418 419 "Name", 419 420 WS_VISIBLE | SS_TEXT | DT_LEFT | … … 433 434 434 435 hwndTmp = WinCreateWindow(hwndFrame, 435 GetPString(IDS_WCTOOLBACK),436 WC_TOOLBACK, 436 437 NullStr, 437 438 WS_VISIBLE | SS_TEXT | DT_CENTER | DT_VCENTER, … … 450 451 451 452 hwndBack = WinCreateWindow(hwndFrame, 452 GetPString(IDS_WCDRIVEBACK),453 WC_DRIVEBACK, 453 454 NullStr, 454 455 WS_VISIBLE | SS_TEXT | DT_RIGHT | DT_BOTTOM, … … 469 470 470 471 hwndLED = WinCreateWindow(hwndFrame, 471 GetPString(IDS_WCLED),472 WC_LED, 472 473 "#920", 473 474 WS_VISIBLE | SS_BITMAP, … … 480 481 481 482 hwndLEDHdr = WinCreateWindow(hwndFrame, 482 GetPString(IDS_WCLED),483 WC_LED, 483 484 "0", 484 485 WS_VISIBLE | SS_TEXT | DT_VCENTER | … … 493 494 494 495 hwndAutoview = WinCreateWindow(hwndFrame, 495 GetPString(IDS_WCAUTOVIEW),496 WC_AUTOVIEW, 496 497 NullStr, 497 498 WS_VISIBLE | SS_TEXT | DT_LEFT |
Note:
See TracChangeset
for help on using the changeset viewer.