X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2FGnokiiAPI.pas;fp=win32_makefile%2Fgui_delphi%2FGnokiiAPI.pas;h=4d6e42516b2b9dbacbc592a3dafe1bc832c38768;hp=edfbc3964729e745639541b224879c97692f12ba;hb=c70d730109945bd20579579213102ae02c764e21;hpb=9243ae4a92a0e97f3c850018930fc50ff3f75544 diff --git a/win32_makefile/gui_delphi/GnokiiAPI.pas b/win32_makefile/gui_delphi/GnokiiAPI.pas index edfbc39..4d6e425 100644 --- a/win32_makefile/gui_delphi/GnokiiAPI.pas +++ b/win32_makefile/gui_delphi/GnokiiAPI.pas @@ -101,24 +101,24 @@ const FN_WAP=16; FN_RINGNUMBER=17; - F_CAL61=0; //Calendar in 6110 style - 4 types,... - F_CAL33=1; //Calendar in 3310 style - 10 reminders, Unicode, 3 coding types - F_CAL71=2; //Calendar in 7110 style - 4 types, recurrance, etc. - F_PBK33SIM=3;//Phonebook in Unicode(3310 style).Name and number.No internal - F_PBK33INT=4;//Phonebook in Unicode(3310 style).Name and number.Internal available - F_PBK71INT=5;//Extended phonebook-multiple numbers,Unicode(7110 style).Internal available - F_PBK61INT=6;//Name and number,no Unicode(6110 style).Internal available - F_SMS =9; //SMS with Inbox, Outbox - F_SMS71=10; //SMS with SMS folders like in 7110 - F_STANIM=20; //Startup logo animated or static - F_STA=21; //Startup logo static - F_STA62=22; //Startup logo static size 6210 - F_STA71=23; //Startup logo static size 7110 - F_PROF61=24; //Profiles numbered like in N6110 - F_PROF51=25; //Profiles numbered like in N5110 - F_PROF33=26; //Profiles numbered like in N3310.Unicode names - F_RING_SM=27;//Binary ringtone in Smart Messaging - F_RINGBIN=28;//Binary ringtone in binary format + F_CAL61=1; //Calendar in 6110 style - 4 types,... + F_CAL33=2; //Calendar in 3310 style - 10 reminders, Unicode, 3 coding types + F_CAL71=3; //Calendar in 7110 style - 4 types, recurrance, etc. + F_PBK33SIM=4;//Phonebook in Unicode(3310 style).Name and number.No internal + F_PBK33INT=5;//Phonebook in Unicode(3310 style).Name and number.Internal available + F_PBK71INT=6;//Extended phonebook-multiple numbers,Unicode(7110 style).Internal available + F_PBK61INT=7;//Name and number,no Unicode(6110 style).Internal available + F_SMS =10; //SMS with Inbox, Outbox + F_SMS71=11; //SMS with SMS folders like in 7110 + F_STANIM=21; //Startup logo animated or static + F_STA=22; //Startup logo static + F_STA62=23; //Startup logo static size 6210 + F_STA71=24; //Startup logo static size 7110 + F_PROF61=25; //Profiles numbered like in N6110 + F_PROF51=26; //Profiles numbered like in N5110 + F_PROF33=27; //Profiles numbered like in N3310.Unicode names + F_RING_SM=28;//Binary ringtone in Smart Messaging + F_RINGBIN=29;//Binary ringtone in binary format const GE_SMSTOOLONG=22;