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
70a7c6d3
Commit
70a7c6d3
authored
Jun 01, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jun 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winetest: Set font in resources.
parent
010399a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
winetest.rc
programs/winetest/winetest.rc
+13
-9
No files found.
programs/winetest/winetest.rc
View file @
70a7c6d3
...
...
@@ -27,9 +27,10 @@
IDD_TAG DIALOG 0, 0, 150, 65
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "No tag supplied"
FONT 8, "MS Shell Dlg"
BEGIN
CTEXT "Please supply a tag for your report. You can use letters, digits, dashes and periods."
IDC_STATIC,
10
, 5, 130, 30
IDC_STATIC,
5
, 5, 130, 30
EDITTEXT IDC_TAG, 35, 30, 80, 10, ES_AUTOHSCROLL
DEFPUSHBUTTON "Start", IDOK, 25, 45, 40, 14
PUSHBUTTON "Abort", IDABORT, 85, 45, 40, 14
...
...
@@ -38,9 +39,10 @@ END
IDD_EMAIL DIALOG 0, 0, 150, 65
STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "No email supplied"
FONT 8, "MS Shell Dlg"
BEGIN
CTEXT "Please supply an email address to enable developers to contact you about your report."
IDC_STATIC,
10
, 5, 130, 30
IDC_STATIC,
5
, 5, 130, 30
EDITTEXT IDC_EMAIL, 10, 30, 130, 10, ES_AUTOHSCROLL
DEFPUSHBUTTON "Start", IDOK, 25, 45, 40, 14
PUSHBUTTON "Abort", IDABORT, 85, 45, 40, 14
...
...
@@ -49,21 +51,22 @@ END
IDD_STATUS DIALOG 0, 0, 160, 150
STYLE WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
CAPTION "Wine Test Shell"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "Extracting:", IDC_ST0,
10
, 5, 140, 10
LTEXT "Extracting:", IDC_ST0,
5
, 5, 140, 10
CONTROL "PB0", IDC_PB0, PROGRESS_CLASSA, 0, 5, 15, 150, 10
LTEXT "Running:", IDC_ST1,
10
, 30, 140, 10
LTEXT "Running:", IDC_ST1,
5
, 30, 140, 10
CONTROL "PB1", IDC_PB1, PROGRESS_CLASSA, 0, 5, 40, 150, 10
LTEXT "Network transfer:", IDC_ST2,
10
, 55, 140, 10
LTEXT "Network transfer:", IDC_ST2,
5
, 55, 140, 10
CONTROL "PB2", IDC_PB2, PROGRESS_CLASSA, 0, 5, 65, 150, 10
LTEXT "Tag:", IDC_STATIC,
10
, 89, 100, 10
LTEXT "Tag:", IDC_STATIC,
5
, 89, 100, 10
EDITTEXT IDC_TAG, 25, 88, 125, 10,
ES_READONLY
LTEXT "Working directory:", IDC_STATIC,
10
, 100, 100, 10
LTEXT "Working directory:", IDC_STATIC,
5
, 100, 100, 10
EDITTEXT IDC_DIR, 71, 99, 79, 10,
ES_READONLY | ES_AUTOHSCROLL
LTEXT "Output file:", IDC_STATIC,
10
, 111, 100, 10
LTEXT "Output file:", IDC_STATIC,
5
, 111, 100, 10
EDITTEXT IDC_OUT, 46, 110, 104, 10,
ES_READONLY | ES_AUTOHSCROLL
...
...
@@ -78,9 +81,10 @@ END
IDD_ABOUT DIALOG 0, 0, 150, 60
STYLE WS_POPUP
CAPTION "About Wine Test Shell"
FONT 8, "MS Shell Dlg"
BEGIN
CTEXT "This program extracts and runs a series of tests which check Wine's conformance to the Windows API.",
IDC_STATIC,
10
, 5, 130, 30
IDC_STATIC,
5
, 5, 130, 30
DEFPUSHBUTTON "Close", IDCANCEL, 55, 40, 40, 14
END
...
...
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