mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:05:40 +00:00
[CPL]
Remove unused resource metrics. svn path=/trunk/; revision=73714
This commit is contained in:
parent
0cf270e3ca
commit
12a284e9eb
4 changed files with 0 additions and 35 deletions
|
@ -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. */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue