Remove unused resource metrics.

svn path=/trunk/; revision=73714
This commit is contained in:
Eric Kohl 2017-02-05 21:15:25 +00:00
parent 0cf270e3ca
commit 12a284e9eb
4 changed files with 0 additions and 35 deletions

View file

@ -1,15 +1,5 @@
#pragma once
/* Metrics */
#define PROPSHEETWIDTH 246
#define PROPSHEETHEIGHT 228
#define PROPSHEETPADDING 6
#define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
#define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
#define ICONSIZE 16
/* ids */
#define IDC_DESK_ICON 40
#define IDC_DESK_ICON2 100 /* Needed for theme compatability with Windows. */

View file

@ -1,12 +1,5 @@
#pragma once
/* Metrics */
#define PROPSHEETWIDTH 252
#define PROPSHEETHEIGHT 228
#define PROPSHEETPADDING 6
#define SYSTEM_COLUMN (0 * PROPSHEETPADDING)
#define ICONSIZE 16
/* IDI */
#define IDI_KEYBOARD_ICO 202
#define IDI_MARKER_ICO 205

View file

@ -1,13 +1,5 @@
#pragma once
/* Metrics */
#define PROPSHEETWIDTH 246
#define PROPSHEETHEIGHT 228
#define PROPSHEETPADDING 6
#define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
#define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
#define ICONSIZE 16
/* IDs */
/* Set default to IDI_AC */

View file

@ -1,15 +1,5 @@
#pragma once
/* metrics */
#define PROPSHEETWIDTH 246
#define PROPSHEETHEIGHT 228
#define PROPSHEETPADDING 6
#define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
#define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
#define ICONSIZE 16
/* Icons */
#define IDI_USRMGR_ICON 40
#define IDI_USRMGR_ICON2 100 /* Needed for theme compatibility with Windows. */