calendarui/editors/data/CalenDefaultEditorsData.rss
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
    28 #include <avkon.rsg>
    28 #include <avkon.rsg>
    29 #include <avkon.mbg>
    29 #include <avkon.mbg>
    30 #include <avkon.loc>
    30 #include <avkon.loc>
    31 #include <calencommands.hrh>            // Calendar commands
    31 #include <calencommands.hrh>            // Calendar commands
    32 
    32 
       
    33 #include "KoreanLunarDateEditor.rh"
       
    34 #include <calenkoreanlunar.loc>
    33 #include "CalenDefaultEditors.hrh"
    35 #include "CalenDefaultEditors.hrh"
    34 #include "CalendarVariant.hrh"
    36 #include "CalendarVariant.hrh"
    35 #include "calendar.hrh"
    37 #include "calendar.hrh"
    36 
    38 
    37 RESOURCE RSS_SIGNATURE { }
    39 RESOURCE RSS_SIGNATURE { }
   124             txt = text_calendar_every_year;
   126             txt = text_calendar_every_year;
   125             },
   127             },
   126         LBUF
   128         LBUF
   127             {
   129             {
   128             txt = qtn_cale_other;
   130             txt = qtn_cale_other;
       
   131             }
       
   132         };
       
   133     }
       
   134 
       
   135 // ---------------------------------------------------------
       
   136 //
       
   137 //    r_korean_lunar_type_popup_items
       
   138 //    Define items of "Solar/lunar:" popup list.
       
   139 //
       
   140 // ---------------------------------------------------------
       
   141 //
       
   142 RESOURCE ARRAY r_korean_lunar_type_popup_items
       
   143     {
       
   144     items=
       
   145         {
       
   146         LBUF
       
   147             {
       
   148             txt = qtn_kor_cale_note_type_solar;
       
   149             },
       
   150         LBUF
       
   151             {
       
   152             txt = qtn_kor_cale_note_type_lunar;
       
   153             },
       
   154         LBUF
       
   155             {
       
   156             txt = qtn_kor_cale_note_type_leap;
   129             }
   157             }
   130         };
   158         };
   131     }
   159     }
   132 
   160 
   133 // ---------------------------------------------------------
   161 // ---------------------------------------------------------
  1705         {
  1733         {
  1706         LBUF { txt = qtn_cale_om_descript_new; },
  1734         LBUF { txt = qtn_cale_om_descript_new; },
  1707         LBUF { txt = qtn_cale_om_descript_exist; }
  1735         LBUF { txt = qtn_cale_om_descript_exist; }
  1708         };
  1736         };
  1709     }
  1737     }
       
  1738     
       
  1739 // ---------------------------------------------------------
       
  1740 //
       
  1741 //    r_korean_lunar_date_editor_line
       
  1742 //    Define Lunar "Date:" line
       
  1743 //
       
  1744 // ---------------------------------------------------------
       
  1745 //
       
  1746 RESOURCE DLG_LINE r_korean_lunar_date_editor_line
       
  1747     {
       
  1748     type = ECalenCtLunarDateEditor;
       
  1749     prompt = qtn_cale_anniversary_start_date;
       
  1750     id = EKoreanLunarAniversityStart; // was ecalendata tms.
       
  1751     control = KOREAN_LUNAR_DATE_EDITOR
       
  1752         {
       
  1753 	    flags = 0;
       
  1754         };
       
  1755     }
       
  1756 
       
  1757 // ---------------------------------------------------------
       
  1758 //
       
  1759 //    r_korean_lunar_noteview_type_line
       
  1760 //    Define "solar/lunar/leap:" line of Note Form
       
  1761 //
       
  1762 // ---------------------------------------------------------
       
  1763 //
       
  1764 RESOURCE DLG_LINE r_korean_lunar_noteview_type_line
       
  1765     {
       
  1766     type = EAknCtPopupField;
       
  1767     prompt = qtn_kor_cale_note_type;
       
  1768     id = EKoreanLunarTypeSelectSolarLunarLeap;
       
  1769     // means that OK-Key works - IMPORTANT!
       
  1770     itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
  1771     control = POPUP_FIELD
       
  1772         {
       
  1773         flags = 0;
       
  1774         width = 8; // in characters  
       
  1775         other = " "; // Dummy
       
  1776         };
       
  1777     }
       
  1778 
       
  1779 RESOURCE TBUF r_kor_cale_note_offset_unit
       
  1780     {
       
  1781     buf = qtn_kor_cale_note_offset_unit;
       
  1782     }
       
  1783 
       
  1784 RESOURCE TBUF r_qtn_kor_cale_viewer_alarm_offset
       
  1785     {
       
  1786     buf = qtn_kor_cale_viewer_alarm_offset;
       
  1787     }
       
  1788 
       
  1789 RESOURCE TBUF r_qtn_kor_cale_viewer_alarm_offset_time
       
  1790     {
       
  1791     buf = qtn_kor_cale_viewer_alarm_offset_time;
       
  1792     }
  1710 
  1793 
  1711 // End of File
  1794 // End of File