Skip to content

Commit

Permalink
[#64] Internal FDD improvements and bugfixes (Part 11: Fixed visuals …
Browse files Browse the repository at this point in the history
…impaired in Part 9)
  • Loading branch information
tomas-nestorovic committed Jan 9, 2022
1 parent 6cc0b1a commit 5acd76f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Main/res/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1438,18 +1438,18 @@ BEGIN
WS_TABSTOP
LTEXT "Latencies [�s]:",IDC_STATIC,7,75,47,8,NOT WS_GROUP
LTEXT "&Controller:",IDC_STATIC,71,75,32,8
EDITTEXT ID_LATENCY,110,73,35,12,ES_AUTOHSCROLL | NOT WS_BORDER,
EDITTEXT ID_LATENCY,110,73,38,12,ES_AUTOHSCROLL | NOT WS_BORDER,
WS_EX_STATICEDGE
LTEXT "1 &Byte:",IDC_STATIC,71,90,23,8
EDITTEXT ID_NUMBER2,110,88,35,12,ES_AUTOHSCROLL | NOT WS_BORDER,
EDITTEXT ID_NUMBER2,110,88,38,12,ES_AUTOHSCROLL | NOT WS_BORDER,
WS_EX_STATICEDGE
LTEXT "&Gap 3:",IDC_STATIC,71,105,22,8
EDITTEXT ID_GAP,110,103,35,12,ES_AUTOHSCROLL | NOT WS_BORDER,
EDITTEXT ID_GAP,110,103,38,12,ES_AUTOHSCROLL | NOT WS_BORDER,
WS_EX_STATICEDGE
LTEXT "W",ID_INSTRUCTION,156,89,17,16,NOT WS_VISIBLE | NOT
LTEXT "W",ID_INSTRUCTION,159,89,17,16,NOT WS_VISIBLE | NOT
WS_GROUP
CONTROL "<a id=""ID_AUTO"">Autodetermine</a>",ID_AUTO,"SysLink",
0x0,156,89,62,11
0x0,159,89,59,11
LTEXT "Calibrate head:",IDC_STATIC,7,124,48,8,NOT WS_GROUP
CONTROL "Never",ID_NONE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
70,124,74,10
Expand Down

0 comments on commit 5acd76f

Please sign in to comment.