Skip to content
Snippets Groups Projects
Commit 4dfdcf6f authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: name L and R to wav L and wav R


Just to be more clear on the gui.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 501f72cb
No related branches found
No related tags found
No related merge requests found
...@@ -91,15 +91,15 @@ GUICtrlCreateLabel("A5", -1, 30, 20, 20) ...@@ -91,15 +91,15 @@ GUICtrlCreateLabel("A5", -1, 30, 20, 20)
GUICtrlCreateLabel("A6", -1, 20, 20, 20) GUICtrlCreateLabel("A6", -1, 20, 20, 20)
GUICtrlCreateLabel("A7", -1, 30, 20, 20) GUICtrlCreateLabel("A7", -1, 30, 20, 20)
GUICtrlCreateLabel("A8", -1, 20, 20, 20) GUICtrlCreateLabel("A8", -1, 20, 20, 20)
Local $hLL = GUICtrlCreateLabel("L", -1, 30, 20, 20) Local $hLL = GUICtrlCreateLabel("wav L", -18, 30, 32, 20)
Local $hLR = GUICtrlCreateLabel("R", -1, 20, 20, 20) Local $hLR = GUICtrlCreateLabel("wav R", -1, 20, 32, 20)
If Not $g_bWavAvailable Then If Not $g_bWavAvailable Then
GUICtrlSetColor($hLL, $COLOR_SILVER) GUICtrlSetColor($hLL, $COLOR_SILVER)
GUICtrlSetColor($hLR, $COLOR_SILVER) GUICtrlSetColor($hLR, $COLOR_SILVER)
EndIf EndIf
GUIStartGroup() GUIStartGroup()
Global $g_hRm1 = GUICtrlCreateRadio("", 30, -253, 20, 20) Global $g_hRm1 = GUICtrlCreateRadio("", 50, -253, 20, 20)
Global $g_hR11 = GUICtrlCreateRadio("", -1, 30, 20, 20) Global $g_hR11 = GUICtrlCreateRadio("", -1, 30, 20, 20)
GUICtrlSetState(-1, $GUI_CHECKED) GUICtrlSetState(-1, $GUI_CHECKED)
Global $g_hR21 = GUICtrlCreateRadio("", -1, 20, 20, 20) Global $g_hR21 = GUICtrlCreateRadio("", -1, 20, 20, 20)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment