Skip to content

Commit 106fdf5

Browse files
authored
Merge pull request #1697 from msebolt/resource-file-consolidation-pr15
resource file consolidation pr15
2 parents edc4970 + 12c1141 commit 106fdf5

4 files changed

+22
-41
lines changed

.openpublishing.redirection.json

+5
Original file line numberDiff line numberDiff line change
@@ -7485,6 +7485,11 @@
74857485
"redirect_url": "/cpp/windows/customizing-or-changing-colors-image-editor-for-icons",
74867486
"redirect_document_id": false
74877487
},
7488+
{
7489+
"source_path": "docs/windows/load-palette-colors-dialog-box-image-editor-for-icons.md",
7490+
"redirect_url": "/cpp/windows/saving-and-loading-different-color-palettes-image-editor-for-icons",
7491+
"redirect_document_id": false
7492+
},
74887493
{
74897494
"source_path": "docs/windows/activationfactory-activationfactory-constructor.md",
74907495
"redirect_url": "/cpp/windows/activationfactory-class#activationfactory",

docs/windows/TOC.md

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
###### [Inverting the Colors in a Selection (Image Editor for Icons)](inverting-the-colors-in-a-selection-image-editor-for-icons.md)
118118
###### [Customizing or Changing Colors (Image Editor for Icons)](customizing-or-changing-colors-image-editor-for-icons.md)
119119
###### [Saving and Loading Different Color Palettes (Image Editor for Icons)](saving-and-loading-different-color-palettes-image-editor-for-icons.md)
120-
####### [Load Palette Colors Dialog Box (Image Editor for Icons)](load-palette-colors-dialog-box-image-editor-for-icons.md)
121120
###### [Colors Window (Image Editor for Icons)](colors-window-image-editor-for-icons.md)
122121
####### [Displaying or Hiding the Colors Window (Image Editor for Icons)](displaying-or-hiding-the-colors-window-image-editor-for-icons.md)
123122
##### [Icons and Cursors: Image Resources for Display Devices (Image Editor for Icons)](icons-and-cursors-image-resources-for-display-devices-image-editor-for-icons.md)

docs/windows/load-palette-colors-dialog-box-image-editor-for-icons.md

-32
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Saving and Loading Different Color Palettes (Image Editor for Icons)"
33
ms.date: "11/04/2016"
4-
f1_keywords: ["vc.editors.image.color"]
5-
helpviewer_keywords: ["color palettes [C++]", "palettes", "palettes, Image editor", "colors [C++], Image editor", "Image editor [C++], palettes"]
4+
f1_keywords: ["vc.editors.image.color", "vc.editors.loadcolorpalette"]
5+
helpviewer_keywords: ["color palettes [C++]", "palettes", "palettes, Image editor", "colors [C++], Image editor", "Image editor [C++], palettes", "color palettes", "Load Palette Colors dialog box [C++]"]
66
ms.assetid: 694b6346-e606-4f19-aa01-9b4ceb47f423
77
---
88
# Saving and Loading Different Color Palettes (Image Editor for Icons)
@@ -12,19 +12,27 @@ You can save and load a **Colors** palette that contains [customized colors](../
1212
> [!TIP]
1313
> Since the **Image** editor has no means to restore the default **Colors** palette, you should save the default **Colors** palette under a name such as *standard.pal* or *default.pal* so that you can easily restore the default settings.
1414
15-
### To save a custom colors palette
15+
Use the **Load Palette Colors** dialog box to load special color palettes to use in your C++ project. The following properties included are:
16+
17+
|Property|Description|
18+
|---|---|
19+
|**Look in**|Specifies the location where you want to locate a file or folder. Select the arrow to choose another location, or select the folder icon on the toolbar to move up levels.|
20+
|**File name**|Provides a space for you to type the name of the file you want to open. To quickly find a file you've previously opened, select the file name in the drop-down list, if available.<br/><br/>If you're searching for a file, you can use asterisks (*) as wildcards. For example, you can type \*.\* to see a list of all files. You can also type the full path of a file, for example, C:\My Documents\MyColorPalette.pal or \\\NetworkServer\MyFolder\MyColorPalette.pal.|
21+
|**Files of type**|Lists the types of files to display. Palette (*.pal) is the default file type for color palettes.|
22+
23+
## To save a custom colors palette
1624

1725
1. From the **Image** menu, choose **Save Palette**.
1826

19-
2. Navigate to the directory where you want to save the palette, and type a name for the palette.
27+
1. Navigate to the directory where you want to save the palette, and type a name for the palette.
2028

21-
3. Click **Save**.
29+
1. Select **Save**.
2230

23-
### To load a custom colors palette
31+
## To load a custom colors palette
2432

2533
1. From the **Image** menu, choose **Load Palette**.
2634

27-
2. In the [Load Color Palette dialog box](../windows/load-palette-colors-dialog-box-image-editor-for-icons.md), navigate to the correct directory and select the palette you want to load. **Color** palettes are saved with a .pal file extension.
35+
1. In the **Load Color Palette** dialog box, navigate to the correct directory and select the palette you want to load. **Color** palettes are saved with a .pal file extension.
2836

2937
## Requirements
3038

@@ -33,4 +41,5 @@ None
3341
## See Also
3442

3543
[Accelerator Keys](../windows/accelerator-keys-image-editor-for-icons.md)<br/>
36-
[Working with Color](../windows/working-with-color-image-editor-for-icons.md)
44+
[Working with Color](../windows/working-with-color-image-editor-for-icons.md)<br/>
45+
[Image Editor for Icons](../windows/image-editor-for-icons.md)

0 commit comments

Comments
 (0)