Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9b6082f0
Commit
9b6082f0
authored
Jul 08, 2000
by
Slava Monich
Committed by
Alexandre Julliard
Jul 08, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed the size of property sheet template to be the same as the
original one (was 292x159, now 220x140).
parent
5b9a7cbf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
rsrc.rc
dlls/comctl32/rsrc.rc
+7
-7
No files found.
dlls/comctl32/rsrc.rc
View file @
9b6082f0
...
...
@@ -3,20 +3,20 @@
#include "comctl32.h"
IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 2
92, 159
IDD_PROPSHEET DIALOG DISCARDABLE 0, 0, 2
20, 140
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Properties for "
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK", IDOK,
72,138,50,14
PUSHBUTTON "Cancel", IDCANCEL,
127,138
,50,14
PUSHBUTTON "&Apply", IDC_APPLY_BUTTON,1
81,138,50,14
PUSHBUTTON "Help", IDHELP,
235,138
,50,14,WS_TABSTOP|WS_GROUP
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_
TABSTOP,7,7,278,125
DEFPUSHBUTTON "OK", IDOK,
4,122,50,14, WS_TABSTOP | WS_GROUP
PUSHBUTTON "Cancel", IDCANCEL,
58,122
,50,14
PUSHBUTTON "&Apply", IDC_APPLY_BUTTON,1
12,122,50,14,WS_DISABLED
PUSHBUTTON "Help", IDHELP,
166,122
,50,14,WS_TABSTOP|WS_GROUP
CONTROL "Tab", IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_
GROUP|WS_TABSTOP,4,4,212,114
END
IDD_WIZARD DIALOG DISCARDABLE 0, 0, 29
2
, 159
IDD_WIZARD DIALOG DISCARDABLE 0, 0, 29
0
, 159
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
CAPTION "Wizard"
FONT 8, "MS Sans Serif"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment