resource_abrepeat_skins.c 33.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623
/*******************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2002
*
*******************************************************************************/

/*******************************************************************************
* Filename:
* ---------
*	resource_abrepeat_skins.c
*
* Project:
* --------
*   MAUI
*
* Description:
* ------------
*   AB Repater main screen skin settings
*
* Author:
* -------
 * -------
*
***********************************************************************************************/
#include "MMI_features.h"

#ifdef __MMI_AB_REPEATER__
#include "gdi_lcd_config.h"

// dependent headers for ABRepeaterDef.h"
#include "mmi_frm_gprot.h"
#include "GlobalConstants.h"
#include "FileMgr.h"

#include "ABRepeaterResDef.h"
#include "ABRepeaterDef.h"
#if ( (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,248,220,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,2,//title_ab_x, title_ab_y;
        104,14,//title_ab_w, title_ab_h;
        5,99,6,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
        
        5,108,//volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
        
        23,108, //volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
        
        67,94,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
        
        82,94,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
        
        31,94,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        52,94 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
        
        101,94,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
        
        115,99, //mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;	
        
        8,17,3,//progress_bar_x,progrss_bar_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        16,23,//ab_aud_file_rect_x,ab_aud_file_rect_y;    
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
            
        { 
            102,65,IMG_ID_ABREPEAT_BUTTON0,
            10,40,IMG_ID_ABREPEAT_BUTTON1,
            33,40,IMG_ID_ABREPEAT_BUTTON2,
            56,40,IMG_ID_ABREPEAT_BUTTON3,
            79,40,IMG_ID_ABREPEAT_BUTTON4,
            102,40,IMG_ID_ABREPEAT_BUTTON5,
            10,65,IMG_ID_ABREPEAT_BUTTON6,
            33,65,IMG_ID_ABREPEAT_BUTTON7,
            56,65,IMG_ID_ABREPEAT_BUTTON8,
            79,65,IMG_ID_ABREPEAT_BUTTON9,
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 128) && (LCD_HEIGHT == 160) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        253,173,32,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,3,//title_ab_x, title_ab_y;
        104,14,//title_ab_w, title_ab_h;
        92,129,7,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
            
        81,126,//volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
            
        114,126, //volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
            
        19,120,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
            
        48,120,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
            
        29,86,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        6,94 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
            
        81,90,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
            
        99,90, //mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
            
        6,18,3,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        11,23,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
            
        { 
            99,65,IMG_ID_ABREPEAT_BUTTON0,
            11,42,IMG_ID_ABREPEAT_BUTTON1,
            33,42,IMG_ID_ABREPEAT_BUTTON2,
            55,42,IMG_ID_ABREPEAT_BUTTON3,
            77,42,IMG_ID_ABREPEAT_BUTTON4,
            99,42,IMG_ID_ABREPEAT_BUTTON5,
            11,65,IMG_ID_ABREPEAT_BUTTON6,
            33,65,IMG_ID_ABREPEAT_BUTTON7,
            55,65,IMG_ID_ABREPEAT_BUTTON8,
            77,65,IMG_ID_ABREPEAT_BUTTON9,
                
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 176) && (LCD_HEIGHT == 220) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        253,173,32,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,2,//title_ab_x, title_ab_y;
        152,20,//title_ab_w, title_ab_h;
        124,173,8,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
            
        109,172,//volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
            
        159,172, //volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
            
        26,163,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
            
        65,163,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
            
        40,117,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        9,127 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
            
        111,122,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
            
        135,122, //mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
            
        9,25,3,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        14,32,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
            
        { 
            135,87,IMG_ID_ABREPEAT_BUTTON0,
            15,57,IMG_ID_ABREPEAT_BUTTON1,
            45,57,IMG_ID_ABREPEAT_BUTTON2,
            75,57,IMG_ID_ABREPEAT_BUTTON3,
            105,57,IMG_ID_ABREPEAT_BUTTON4,
            135,57,IMG_ID_ABREPEAT_BUTTON5,
            15,87,IMG_ID_ABREPEAT_BUTTON6,
            45,87,IMG_ID_ABREPEAT_BUTTON7,
            75,87,IMG_ID_ABREPEAT_BUTTON8,
            105,87,IMG_ID_ABREPEAT_BUTTON9,
                
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,248,220,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,8,//title_ab_x, title_ab_y;
        216,25,//title_ab_w, title_ab_h;
        171,266,6,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
            
        148,262,//volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
            
        201,262,//volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
            
        18,221,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
            
        99,221,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
            
        57,191,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        60,251 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
            
        152,198,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
            
        190,198,//mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;	
            
        30,50,4,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        42,59,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
            
        { 
            184,132,IMG_ID_ABREPEAT_BUTTON0,
            28,91,IMG_ID_ABREPEAT_BUTTON1,
            67,91,IMG_ID_ABREPEAT_BUTTON2,
            106,91,IMG_ID_ABREPEAT_BUTTON3,
            145,91,IMG_ID_ABREPEAT_BUTTON4,
            184,91,IMG_ID_ABREPEAT_BUTTON5,
            28,132,IMG_ID_ABREPEAT_BUTTON6,
            67,132,IMG_ID_ABREPEAT_BUTTON7,
            106,132,IMG_ID_ABREPEAT_BUTTON8,
            145,132,IMG_ID_ABREPEAT_BUTTON9,
                
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,248,220,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,8,//title_ab_x, title_ab_y;
        296,25,//title_ab_w, title_ab_h;
        24,102,0,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
        27,158,//S16 volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
        
        27,91, //S16 volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
        
        218,140,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
        
        276,140,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
        
        240,107,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        245,161 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
        
        250,56,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
        
        272,56,//mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
        
        48,58,4,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        49,59,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
        
        { 
            170,124,IMG_ID_ABREPEAT_BUTTON0,
            50,90,IMG_ID_ABREPEAT_BUTTON1,
            80,90,IMG_ID_ABREPEAT_BUTTON2,
            110,90,IMG_ID_ABREPEAT_BUTTON3,
            140,90,IMG_ID_ABREPEAT_BUTTON4,
            170,90,IMG_ID_ABREPEAT_BUTTON5,
            50,124,IMG_ID_ABREPEAT_BUTTON6,
            80,124,IMG_ID_ABREPEAT_BUTTON7,
            110,124,IMG_ID_ABREPEAT_BUTTON8,
            140,124,IMG_ID_ABREPEAT_BUTTON9,
            
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 240) && (LCD_HEIGHT == 400) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,188,65,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,75,//title_ab_x, title_ab_y;
        216,25,//title_ab_w, title_ab_h;
        158,338,-2,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
        134,337,//S16 volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
        
        210,337, //S16 volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
        
        12,301,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
        
        80,301,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
        
        43,269,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        43,327 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
        
        159,266,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
        
        197,266,//mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
        
        12,112,4,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        19,121,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
        
        { 
            184,197,IMG_ID_ABREPEAT_BUTTON0,
            16,143,IMG_ID_ABREPEAT_BUTTON1,
            58,143,IMG_ID_ABREPEAT_BUTTON2,
            100,143,IMG_ID_ABREPEAT_BUTTON3,
            142,143,IMG_ID_ABREPEAT_BUTTON4,
            184,143,IMG_ID_ABREPEAT_BUTTON5,
            16,197,IMG_ID_ABREPEAT_BUTTON6,
            58,197,IMG_ID_ABREPEAT_BUTTON7,
            100,197,IMG_ID_ABREPEAT_BUTTON8,
            142,197,IMG_ID_ABREPEAT_BUTTON9,
            
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#elif ( (LCD_WIDTH == 320) && (LCD_HEIGHT == 480) )
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        0,0,0,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,255,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        255,255,255,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,248,220,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        10,96,//title_ab_x, title_ab_y;
        300,32,//title_ab_w, title_ab_h;
        41,354,-1,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
        37,327,//S16 volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
        
        37,406, //S16 volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
        
        96,348,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
        
        183,348,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
        
        134,308,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        134,383 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
        
        248,298,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
        
        248,375,//mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
        
        0,65,11,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        21,80,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
        
        { 
            253,209,IMG_ID_ABREPEAT_BUTTON0,
            9,129,IMG_ID_ABREPEAT_BUTTON1,
            70,129,IMG_ID_ABREPEAT_BUTTON2,
            131,129,IMG_ID_ABREPEAT_BUTTON3,
            192,129,IMG_ID_ABREPEAT_BUTTON4,
            253,129,IMG_ID_ABREPEAT_BUTTON5,
            9,209,IMG_ID_ABREPEAT_BUTTON6,
            70,209,IMG_ID_ABREPEAT_BUTTON7,
            131,209,IMG_ID_ABREPEAT_BUTTON8,
            192,209,IMG_ID_ABREPEAT_BUTTON9,
            
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#else 
const abrepeat_skin_struct g_abrepeat_skins[] =
{
    {	
        IMG_ID_ABREPEAT_MAIN_SKIN1_BG, //main_bg_img_id;
        64,0,128,//text_ab_border_color_r, text_ab_border_color_g, text_ab_border_color_b;
        255,255,0,//text_main_fg_color_r, text_main_fg_color_g, text_main_fg_color_b;
        192,192,192,//text_main_bg_color_r, text_main_bg_color_g, text_main_bg_color_b;
        255,248,220,//audio_bg_color_r, audio_bg_color_g, audio_bg_color_b;
        238,130,238,//absection_color_r,absection_color_g,absection_color_b;
        12,75,//title_ab_x, title_ab_y;
        216,25,//title_ab_w, title_ab_h;
        158,338,-2,//volumebar_ab_x, volumebar_ab_y, volumebar_ab_ind_left;
        IMG_ID_ABREPEAT_VOLUME,//volumebar_ab_ind_image_id;
        134,337,//S16 volume_dec_x,volume_dec_y;
        IMG_ID_ABREPEAT_VOLUME_DEC_UP,IMG_ID_ABREPEAT_VOLUME_DEC_DOWN,IMG_ID_ABREPEAT_VOLUME_DEC_DISABLE, //volume_dec_button_up_img_id,volume_dec_button_down_img_id;
        
        210,337, //S16 volume_inc_x,volume_inc_y;
        IMG_ID_ABREPEAT_VOLUME_INC_UP,IMG_ID_ABREPEAT_VOLUME_INC_DOWN,IMG_ID_ABREPEAT_VOLUME_INC_DISABLE, //volume_inc_button_up_img_id,volume_inc_button_down_img_id;
        
        12,301,//rewind_button_x, rewind_button_y;
        IMG_ID_ABREPEAT_REW_UP,IMG_ID_ABREPEAT_REW_DOWN,//rewind_button_up_image_id, rewindprev_button_down_image_id;
        
        80,301,//forward_button_x, forward_button_y;
        IMG_ID_ABREPEAT_FWD_UP,IMG_ID_ABREPEAT_FWD_DOWN,//forward_button_up_image_id, forward_button_down_image_id;
        
        43,269,//play_ab_button_x, play_ab_button_y;
        IMG_ID_ABREPEAT_PLAY_UP,IMG_ID_ABREPEAT_PLAY_DOWN,//play_ab_button_up_image_id, play_ab_button_down_image_id;
        IMG_ID_ABREPEAT_PAUSE_UP,IMG_ID_ABREPEAT_PAUSE_DOWN,//pause_ab_button_up_image_id, pause_ab_button_down_image_id;
        43,327 ,//stop_ab_button_x, stop_ab_button_y;
        IMG_ID_ABREPEAT_STOP_UP,IMG_ID_ABREPEAT_STOP_DOWN,//stop_ab_button_up_image_id, stop_ab_button_down_image_id;
        
        159,266,//once_always_button_x,once_always_button_y;
        IMG_ID_ABREPEAT_REPEAT_UP,IMG_ID_ABREPEAT_REPEAT_DOWN,//once_always_button_up_img_id,once_always_button_down_img_id;
        IMG_ID_ABREPEAT_REPEAT_OFF_UP,IMG_ID_ABREPEAT_REPEAT_OFF_DOWN,
        IMG_ID_ABREPEAT_REPEAT_DISABLE,//once always button disabled(Setting Screen)
        
        197,266,//mode_set_button_x, mode_set_button_y;
        IMG_ID_ABREPEAT_SETTING_MODE_UP,IMG_ID_ABREPEAT_SETTING_MODE_DOWN,//setting_mode_button_up_image_id, setting_mode_button_down_image_id;
        IMG_ID_ABREPEAT_PLAY_MODE_UP,IMG_ID_ABREPEAT_PLAY_MODE_DOWN,//play_mode_button_up_image_id, play_mode_button_down_image_id;
        
        12,112,4,//progress_bar_x,progrss_bar_y,progress_bar_ind_off_y;
        IMG_ID_ABREPEAT_PROGRESS_BAR,IMG_ID_ABREPEAT_INDICATOR,//progress_bar_img_id,progress_bar_ind_img_id;
        19,121,//ab_aud_file_rect_x,ab_aud_file_rect_y;
        IMG_ID_ABREPEAT_PROG_BAR_EMPTY,
        
        { 
            184,197,IMG_ID_ABREPEAT_BUTTON0,
            16,143,IMG_ID_ABREPEAT_BUTTON1,
            58,143,IMG_ID_ABREPEAT_BUTTON2,
            100,143,IMG_ID_ABREPEAT_BUTTON3,
            142,143,IMG_ID_ABREPEAT_BUTTON4,
            184,143,IMG_ID_ABREPEAT_BUTTON5,
            16,197,IMG_ID_ABREPEAT_BUTTON6,
            58,197,IMG_ID_ABREPEAT_BUTTON7,
            100,197,IMG_ID_ABREPEAT_BUTTON8,
            142,197,IMG_ID_ABREPEAT_BUTTON9,
            
        },//ab_section_button_skin[MAX_AB_POINT];
        
        IMG_ID_ABREPEAT_ABSECTION_PLAYING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING,
        IMG_ID_ABREPEAT_ABSECTION_RECORDING_DOWN,
        IMG_ID_ABREPEAT_AB_SETSECTION,
        IMG_ID_ABREPEAT_AB_SETSECTION_DOWN,
        IMG_ID_ABREPEAT_AB_NONSETSECTION,
        IMG_ID_ABREPEAT_AB_NONSETSECTION_DOWN,
        //up_ab_key_mapping, down_ab_key_mapping, left_ab_key_mapping, right_ab_key_mapping;
        ABREPEAT_MAIN_PLAY, ABREPEAT_MAIN_STOP, ABREPEAT_MAIN_REWIND, ABREPEAT_MAIN_FORWARD // up, down, left, right key mapping
        
    }
};
#endif

#endif /* __MMI_AB_REPEATER__ */