2025-11-28 00:35:46 +09:00

69 lines
2.2 KiB
C

// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Used by Gallery.rc
//
#define IDS_APP_TITLE 103
#define IDI_GALLERY 107
#define IDI_SMALL 108
#define IDC_GALLERY 109
#define IDB_RECTANGLE_96 500
#define IDB_RECTANGLE_120 501
#define IDB_RECTANGLE_144 502
#define IDB_RECTANGLE_192 503
#define IDB_ROUNDED_RECTANGLE_96 504
#define IDB_ROUNDED_RECTANGLE_120 505
#define IDB_ROUNDED_RECTANGLE_144 506
#define IDB_ROUNDED_RECTANGLE_192 507
#define IDB_ELLIPSE_96 508
#define IDB_ELLIPSE_120 509
#define IDB_ELLIPSE_144 510
#define IDB_ELLIPSE_192 511
#define IDB_DIAMOND_96 512
#define IDB_DIAMOND_120 513
#define IDB_DIAMOND_144 514
#define IDB_DIAMOND_192 515
#define IDB_NONE_96 516
#define IDB_NONE_120 517
#define IDB_NONE_144 518
#define IDB_NONE_192 519
#define IDB_SOLID_96 520
#define IDB_SOLID_120 521
#define IDB_SOLID_144 522
#define IDB_SOLID_192 523
#define IDB_DASH_96 524
#define IDB_DASH_120 525
#define IDB_DASH_144 526
#define IDB_DASH_192 527
#define IDS_RECTANGLE 528
#define IDS_ELLIPSE 529
#define IDS_ROUNDED_RECTANGLE 530
#define IDS_DIAMOND 531
#define IDS_BORDER_NONE 532
#define IDS_BORDER_SOLID 533
#define IDS_BORDER_DASH 534
#define IDS_BORDERSIZE_1 535
#define IDS_BORDERSIZE_3 536
#define IDS_BORDERSIZE_5 537
#define IDS_LAYOUT_1 538
#define IDS_LAYOUT_2 539
#define IDS_LAYOUT_3 540
#define IDS_SIZE_CATEGORY 541
#define IDS_COLOR_CATEGORY 542
#define IDS_INVALID_SIZE_MESSAGE 543
#define IDS_INVALID_SIZE_TITLE 544