Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9df020cd
Commit
9df020cd
authored
Mar 31, 2011
by
David Hedberg
Committed by
Alexandre Julliard
Mar 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Add NEWFILEOPENV3ORD resource.
parent
0222ad73
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
cdlg_En.rc
dlls/comdlg32/cdlg_En.rc
+18
-0
dlgs.h
include/dlgs.h
+1
-0
No files found.
dlls/comdlg32/cdlg_En.rc
View file @
9df020cd
...
...
@@ -352,6 +352,24 @@ FONT 8, "MS Shell Dlg"
PUSHBUTTON "&Help", pshHelp,222,145,50,14
}
NEWFILEOPENV3ORD DIALOG 0, 0, 440, 300
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_CLIPCHILDREN |
WS_THICKFRAME
CAPTION "Open"
FONT 8, "MS Shell Dlg"
{
LTEXT "File name:", IDC_FILENAMESTATIC, 160, 240, 60, 9, SS_RIGHT
EDITTEXT IDC_FILENAME, 226, 240, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "Files of type:", IDC_FILETYPESTATIC, 160, 256, 60, 9, SS_RIGHT
COMBOBOX IDC_FILETYPE, 226, 256, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP |
CBS_HASSTRINGS | CBS_DROPDOWNLIST
DEFPUSHBUTTON "&Open", IDOK, 350, 240, 40, 14, WS_GROUP
PUSHBUTTON "Cancel", IDCANCEL, 395, 240, 40, 14
PUSHBUTTON "&Help", pshHelp, 350, 272, 40, 14
}
/****************************************************************/
/* English neutral resources
/****************************************************************/
...
...
include/dlgs.h
View file @
9df020cd
...
...
@@ -209,5 +209,6 @@
#define PAGESETUPDLGORDMOTIF 1550
#define COLORMGMTDLGORD 1551
#define NEWFILEOPENV2ORD 1552
#define NEWFILEOPENV3ORD 1553
#endif
/* #ifdef __WINE_DLGS_H */
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