Skip to content

Commit

Permalink
调整外观设置-主题颜色控件的位置,修正win7下控件重叠的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Aug 23, 2024
1 parent 2a7648d commit 28c5364
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions MusicPlayer2/MusicPlayer2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -746,15 +746,15 @@ BEGIN
RTEXT "Album cover folder:",IDC_TXT_EXT_COVER_FOLDER_STATIC,14,253,126,8
CONTROL "",IDC_ALBUM_COVER_PATH_EDIT,"MfcEditBrowse",WS_BORDER | WS_TABSTOP | 0x880,150,252,180,11
GROUPBOX "Theme Color",IDC_TXT_THEME_COLOR_STATIC,7,276,330,50,WS_GROUP
LTEXT "",IDC_COLOR_STATIC,25,291,30,13,NOT WS_GROUP,WS_EX_STATICEDGE
GROUPBOX " Preset color",IDC_PRESET_COLOR_STATIC,73,283,151,27
LTEXT "",IDC_COLOR_STATIC2,83,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC3,103,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC4,123,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC5,143,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC6,163,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC7,183,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC8,203,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC,21,291,30,13,NOT WS_GROUP,WS_EX_STATICEDGE
GROUPBOX " Preset color",IDC_PRESET_COLOR_STATIC,65,283,135,27
LTEXT "",IDC_COLOR_STATIC2,72,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC3,90,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC4,108,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC5,126,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC6,144,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC7,162,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
LTEXT "",IDC_COLOR_STATIC8,180,293,12,11,NOT WS_GROUP | WS_TABSTOP,WS_EX_STATICEDGE
PUSHBUTTON "More Color...",IDC_SET_PROGRESS_COLOR_BUTTON,260,291,70,14
CONTROL "Follow the system theme color",IDC_FOLLOW_SYSTEM_COLOR_CHECK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,313,180,8
Expand Down

0 comments on commit 28c5364

Please sign in to comment.