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
08a8ce16
Commit
08a8ce16
authored
Aug 31, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
serialui: Use proper size for combobox controls.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2842d837
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
serialui.rc
dlls/serialui/serialui.rc
+5
-5
No files found.
dlls/serialui/serialui.rc
View file @
08a8ce16
...
@@ -28,15 +28,15 @@ CAPTION "Settings for %s"
...
@@ -28,15 +28,15 @@ CAPTION "Settings for %s"
FONT 8, "MS Shell Dlg"
FONT 8, "MS Shell Dlg"
BEGIN
BEGIN
LTEXT "Baud Rate", -1,5,20,70,18
LTEXT "Baud Rate", -1,5,20,70,18
COMBOBOX IDC_BAUD, 80, 20, 70,
36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_BAUD, 80, 20, 70,
60
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Parity", -1,5,40,70,18
LTEXT "Parity", -1,5,40,70,18
COMBOBOX IDC_PARITY, 80, 40, 70,
36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_PARITY, 80, 40, 70,
60
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Flow Control", -1,5,60,70,18
LTEXT "Flow Control", -1,5,60,70,18
COMBOBOX IDC_FLOW, 80, 60, 70,
36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_FLOW, 80, 60, 70,
60
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Data Bits", -1,5,80,70,18
LTEXT "Data Bits", -1,5,80,70,18
COMBOBOX IDC_DATA, 80, 80, 70,
36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_DATA, 80, 80, 70,
60
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
LTEXT "Stop Bits", -1,5,100,70,18
LTEXT "Stop Bits", -1,5,100,70,18
COMBOBOX IDC_STOP, 80, 100, 70,
36
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_STOP, 80, 100, 70,
60
, CBS_DROPDOWNLIST|CBS_AUTOHSCROLL|WS_BORDER | WS_VSCROLL | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK,30,138,50,14
DEFPUSHBUTTON "OK", IDOK,30,138,50,14
PUSHBUTTON "Cancel", IDCANCEL,85,138,50,14
PUSHBUTTON "Cancel", IDCANCEL,85,138,50,14
/* these two buttons are for testing Get/SetDefaultCommConfig */
/* these two buttons are for testing Get/SetDefaultCommConfig */
...
...
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