📄 coordinate.h
字号:
#if !defined COORDINATE_H
#define COORDINATE_H
#include "public.h"
#define AUDIO_LEFT 0
#define AUDIO_TOP 0
#define AUDIO_WIDTH 480
#define AUDIO_HEIGHT 272
//main app
//progress slider
#define PRO_SLIDE_X 170
#define PRO_SLIDE_Y 90
//volume slider
#define VOL_SLIDE_X 95//310
#define VOL_SLIDE_Y 230//130
//audio title
#define AUDIO_TITLE_LEFT 90
#define AUDIO_TITLE_TOP 32
#define AUDIO_TITLE_RIGHT 370
#define AUDIO_TITLE_BOTTOM 50
//time
#define TIME_LEFT 220
#define TIME_TOP 70
#define TIME_RIGHT 380
#define TIME_BOTTOM 85
//file list dlg
#define LIST_LEFT 10
#define LIST_TOP 25
#define LIST_WIDTH 460
#define LIST_HEIGHT 200
#define LIST_ITEM_HEIGHT 26
//scroll
#define SCROLL_LEFT 459
#define SCROLL_TOP 27
#define SCROLL_WIDTH 470
#define SCROLL_HEIGHT 240
//btn
#define FILEBTN_LEFT 210
#define FILEBTN_TOP 243
#define FILEBTN_SPACE 53
//close btn
#define CLOSE_BTN_X 453
#define CLOSE_BTN_Y 5
//minimise btn
#define MINI_BTN_X 430
#define MINI_BTN_Y 5
//play btn
#define PLAY_BTN_X 215
#define PLAY_BTN_Y 170
//pause btn
#define PAUSE_BTN_X 228
#define PAUSE_BTN_Y 223
//stop btn
#define STOP_BTN_X 229
#define STOP_BTN_Y 138
//backward btn
#define BACKWARD_BTN_X 187
#define BACKWARD_BTN_Y 183
//forward btn
#define FORWARD_BTN_X 272
#define FORWARD_BTN_Y 183
//open btn
#define OPEN_BTN_X 366
#define OPEN_BTN_Y 179
//rand btn
#define RAND_BTN_X 79
#define RAND_BTN_Y 179
#define RAND_BTN_R 119
#define RAND_BTN_B 209
//repeat one btn
#define ONE_BTN_X 128
#define ONE_BTN_Y 179
#define ONE_BTN_R 168
#define ONE_BTN_B 209
//repeat all btn
#define ALL_BTN_X 315
#define ALL_BTN_Y 179
#define ALL_BTN_R 355
#define ALL_BTN_B 209
//volume/mute btn
#define VOL_BTN_X 70
#define VOL_BTN_Y 225
//file list, file del btn
#define FILEDEL_BTN_X 205
#define FILEDEL_BTN_Y 233
//file list, file add btn
#define FILEADD_BTN_X 287
#define FILEADD_BTN_Y 233
//file list, file cancel btn
#define FILECANCEL_BTN_X 0
#define FILECANCEL_BTN_Y 0
//file list, file ok btn
#define FILEOK_BTN_X 383
#define FILEOK_BTN_Y 233
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -