📄 m3uiq2.rss
字号:
CHARACTER_SET UTF8
/*
* Copyright (c) 2007,苏州丰达
* All rights reserved.
* 版权所有(C)2007-2008 苏州丰达
* 公司地址:中国,江苏省苏州市
* 网址:http://www.
*
* 文件名称:CHTTPClientEngine.cpp
* 摘 要:用于信息发送
*
* 产品版本:彩视 1.0
*
* 作 者:xxxx
* 创建日期:xxxxx
* 负责人:xxxxx
*
* 修改者:司治国
* 修改日期:2008.1.17
*
* 编译器或环境等描述:uiqsdk2.1
* 适用于VC2003+symbian 7.x的环境开发。
*
**/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "M3UIQ2.hrh"
#include "M3upload.loc"
#include <eikon.rsg>
#include <qikon.rh>
#include <uikon.rh>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "M3UIQ2"; }
RESOURCE EIK_APP_INFO
{
menubar = r_M3UIQ2_menubar;
}
//----------------------------------------------------
//
// r_M3UIQ2_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_M3UIQ2_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_M3UIQ2_menu; txt = "M3UIQ2"; }
};
}
//----------------------------------------------------
//
// r_M3UIQ2_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_M3UIQ2_menu
{
items =
{
MENU_ITEM
{
command = ECmdM3UIQ2SystemSeting;
txt = str_menu_set;//设置
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = ECmdM3UIQ2ContineUpload;
txt = str_menu_cointudeUpold;//续传
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = ECmdM3UIQ2CheckUpdate;
txt = str_menu_update;//检查更新
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = EEikCmdExit;
txt = str_menu_item4;//退出
// flags = EEikMenuItemCheckBox;
}
};
}
//手机空间菜单
RESOURCE MENU_BAR r_M3UIQ2_menubar2
{
titles =
{
MENU_TITLE { menu_pane = r_M3UIQ2_menu2; txt = "M3UIQ2"; }
};
}
//手机空间菜单
RESOURCE MENU_PANE r_M3UIQ2_menu2
{
items =
{
MENU_ITEM
{
command = ECmdM3UIQ2SendAs;
txt = str_up_cmd;
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = ECmdM3UIQ2FileInfo;
txt = str_menu_fileInfo;//日期 时间
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = ECmdM3UIQ2CheckUpdate;
txt = str_menu_update;//检查更新
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = EEikCmdExit;
txt = str_menu_item4;
// flags = EEikMenuItemCheckBox;
}
};
}
//手机发送界面菜单
RESOURCE MENU_BAR r_M3UIQ2_menubar3
{
titles =
{
MENU_TITLE { menu_pane = r_M3UIQ2_menu3; txt = "M3UIQ2"; }
};
}
//手机发送界面菜单
RESOURCE MENU_PANE r_M3UIQ2_menu3
{
items =
{
MENU_ITEM
{
command = ECmdM3UIQ2SendFile;
txt = str_send_cmd;
// flags = EEikMenuItemCheckBox;
},
MENU_ITEM
{
command = EEikCmdExit;
txt = "Exit";
// flags = EEikMenuItemCheckBox;
}
};
}
// Toolbar for details view
RESOURCE QIK_TOOLBAR r_bapp_mtorage_toolbar
{
controls=
{
// A button for returning to the list view
QIK_TBAR_BUTTON
{
id = EReturnToListView;
alignment=EQikToolbarRight;
bmpfile="z:\\System\\Data\\quartz.mbm";
bmpid=EMbmQuartzBackarrow;
bmpmask=EMbmQuartzBackarrowmask;
}
};
}
RESOURCE DIALOG r_controls3_dialog
{
title="setting";
buttons = r_exappsendas_buttons_cancel_sendas;
flags=EEikDialogFlagWait;
items=
{
// DLG_LINE
// {
// type=EEikCtChoiceList;
// prompt="show private note";
// id=EMyChoiceListId;
// control=CHOICELIST
// {
// array_id=r_example_dialog_list;
// };
// },
// DLG_LINE
// {
// type=EEikCtChoiceList;
// prompt="ask send SMS";
// id=EMyChoiceListId2;
// control=CHOICELIST
// {
// array_id=r_example_dialog_list;
// };
// },
// DLG_LINE
// {
// type=EEikCtChoiceList;
// prompt="stand expenses note";
// id=EMyChoiceListId3;
// control=CHOICELIST
// {
// array_id=r_example_dialog_list;
// };
// },
DLG_LINE
{
type=EEikCtChoiceList;
prompt="进度条";
id=EMyChoiceListId3;
control=CHOICELIST
{
array_id=r_example_dialog_list2;
};
},
DLG_LINE
{
type=EEikCtChoiceList;
prompt="接入点";
id=EMyChoiceListId4;
control=CHOICELIST
{
array_id=r_example_option_buttons;
};
},
DLG_LINE
{
type=EQikCtSlider;
prompt="缓存";
id=EMySliderControlId;
control=QIK_SLIDER
{
min_value=0; // Set the minimum value.
max_value=10;
};
}
};
}
// RESOURCE DIALOG r_help_dialog
// {
// title="help";
// buttons=R_EIK_BUTTONS_CONTINUE;
// flags=EEikDialogFlagWait;
// items=
// {
// DLG_LINE
// {
// type=EEikCtLabel;
// id=EEikCidPrinterNameWithPort;
// control=LABEL{txt="software operation: support symbian7.0";};
// }
// };
// }
RESOURCE DLG_BUTTONS r_sendchoice_buttons
{
buttons=
{
DLG_BUTTON
{
id = EEikBidCancel;
button = CMBUT
{
txt = "Cancel";
};
flags = 0;
},
DLG_BUTTON
{
id = EButtonSave;
button = CMBUT
{
txt = "ok";
};
}
};
}
RESOURCE DLG_BUTTONS r_exappsendas_buttons_cancel_sendas
{
buttons=
{
DLG_BUTTON
{
id = EEikBidCancel;
button = CMBUT
{
txt = "Cancel";
};
flags = 0;
},
DLG_BUTTON
{
id = EButtonSave;
button = CMBUT
{
txt = "Save";
};
}
};
}
RESOURCE ARRAY r_example_dialog_list2
{
items=
{
LBUF { txt="Hide"; },
LBUF { txt="Show"; }
};
}
RESOURCE ARRAY r_example_dialog_list
{
items=
{
LBUF { txt="yes"; },
LBUF { txt="no"; }
};
}
RESOURCE ARRAY r_dialog_send_list
{
items=
{
LBUF { txt="MMS"; },
LBUF { txt="SMS"; }
};
}
RESOURCE ARRAY r_example_option_buttons
{
items=
{
LBUF { txt=" "; }
};
}
RESOURCE DIALOG r_progressinfo_demo_dialog
{
title="Upload";
buttons=r_exappsendas_buttons_cancel_sendas;
flags=EEikDialogFlagWait;//EEikDialogFlagNoUserExit;
items=
{
DLG_LINE
{
//prompt = "Progress ";
type = EEikCtProgInfo;
id = EMyProgressInfoControlId;
control = PROGRESSINFO
{
//finalval = 100;
width = 160;
// text_type = 0;
// splits_in_block = 0;
// height = 0;
};
}
};
}
RESOURCE TBUF256 r_m3upload_help_body { buf = str_help_body; }
RESOURCE TBUF64 r_m3upload_about_body { buf = str_about_body; }
RESOURCE TBUF64 r_m3upload_about_title { buf = str_about_title; }
RESOURCE TBUF256 r_m3upload_recommand { buf = str_recommand; }//推荐给朋友
// 默认文件夹
RESOURCE TBUF32 r_exappsendas_default_folder { buf = "Unfiled";} // Should not be changed
// 文件名字
RESOURCE TBUF80 r_exappsendas_file_name { buf = STRING_r_exappsendas_file_name; } // max 80
// The subject in the message to send
RESOURCE TBUF r_exappsendas_subject { buf = STRING_r_exappsendas_subject; } // no limit
//其它
RESOURCE TBUF64 r_str_addtext_label { buf =str_addtext_label;}
RESOURCE TBUF64 r_str_sendmask_label { buf =str_sendmask_label;}
RESOURCE TBUF64 r_str_uploadmask_label { buf =str_fileinfomask_label;}
RESOURCE TBUF64 r_str_downtask_label { buf =str_downtask_label;}
RESOURCE TBUF64 r_str_downerr_label { buf =str_downerr_label;}
RESOURCE TBUF64 r_str_downok_label { buf =str_downok_label;}
RESOURCE TBUF64 r_str_plseltarget_label { buf =str_plseltarget_label;}
RESOURCE TBUF64 r_str_query_down_label { buf =str_query_down_label;}
RESOURCE TBUF64 r_str_query_delete_label { buf =str_query_delete_label;}
RESOURCE TBUF64 r_str_newname_label { buf =str_newname_label;}
RESOURCE TBUF64 r_str_sign { buf = str_sign;}
RESOURCE TBUF64 r_str_plsin_tips { buf = str_plsin_tips;}
RESOURCE TBUF64 r_str_differr_tips { buf = str_differr_tips;}
RESOURCE TBUF64 r_str_quitsystem_label { buf = str_quitsystem_label;}
RESOURCE TBUF64 r_str_query_logon_label { buf =str_query_logon_label;}
RESOURCE TBUF64 r_str_query_register_label { buf =str_query_register_label;}
RESOURCE TBUF64 r_str_newfolder_cmd { buf =str_newfolder_cmd;}
RESOURCE TBUF64 r_str_reregister_label { buf =str_reregister_label;}
RESOURCE TBUF64 r_str_reregister_title { buf =str_reregister_title;}
RESOURCE TBUF64 r_str_relogon_label { buf =str_relogon_label;}
RESOURCE TBUF64 r_str_relogon_title { buf =str_relogon_title;}
RESOURCE TBUF64 r_str_selectnone_label { buf =str_selectnone_label;}
RESOURCE TBUF64 r_str_deletecc_label { buf =str_deletecc_label;}
RESOURCE TBUF64 r_str_justhandle_label { buf =str_justhandle_label;}
RESOURCE TBUF64 r_str_query_deleteallfiles_label { buf =str_query_deleteallfiles_label;}
RESOURCE TBUF64 r_str_sms_title { buf =str_sms_title;}
////以下为主界面选项
RESOURCE TBUF64 r_str_listbox_item1 {buf = str_listbox_item1 ;}//发送
RESOURCE TBUF64 r_str_listbox_item2 {buf = str_listbox_item2 ;}//手机空间
RESOURCE TBUF64 r_str_listbox_item3 {buf = str_listbox_item3 ;}//推荐给朋友
RESOURCE TBUF64 r_str_listbox_item4 {buf = str_listbox_item4 ;}//操作帮助
RESOURCE TBUF64 r_str_listbox_item5 {buf = str_listbox_item5 ;}//关于
RESOURCE TBUF64 r_str_listbox_item6 {buf = str_listbox_item6 ;}//包月
RESOURCE TBUF64 r_str_listbox_item7 {buf = str_listbox_item7 ;}//精彩视频
//发送界面
RESOURCE TBUF64 r_str_receive {buf = str_sms_prompt_to ;}//接受
RESOURCE TBUF64 r_str_content {buf = str_sms_prompt_message ;}//内容
RESOURCE TBUF64 r_str_size {buf = r_str_file_size ;}//大小
RESOURCE TBUF64 r_str_time {buf = r_str_file_time ;}//时间
RESOURCE TBUF64 r_str_second {buf = r_str_time_second ;}//秒钟
RESOURCE TBUF64 r_str_infomation {buf = r_str_file_info ;}//文件信息
RESOURCE TBUF64 r_str_file_send_title {buf = str_file_title ;}//标题
RESOURCE TBUF64 r_str_file_send_success {buf = str_file_success ;}//发送成功
RESOURCE TBUF64 r_str_member__content {buf = str_member_content ;}//包月
//提示
RESOURCE TBUF64 r_str_file_dir {buf = str_file_dir ;}//选择文件是目录
RESOURCE TBUF64 r_str_listbox_item8 {buf = str_listbox_item8 ;}
RESOURCE TBUF64 r_str_listbox_item9 {buf = str_listbox_item9 ;}
RESOURCE TBUF64 r_str_listbox_item10 {buf = str_listbox_item10 ;}
RESOURCE TBUF64 r_str_listbox_item11 {buf = str_listbox_item11 ;}
RESOURCE TBUF64 r_str_listbox_item12 {buf = str_listbox_item12 ;}
RESOURCE TBUF64 r_str_listbox_item13 {buf = str_listbox_item13 ;}
RESOURCE TBUF64 r_str_listbox_item14 {buf = str_listbox_item14 ;}
RESOURCE TBUF64 r_str_listbox_item15 {buf = str_listbox_item15 ;}
RESOURCE TBUF64 r_str_download {buf = str_download;}
RESOURCE TBUF64 r_str_update {buf = str_update;}
RESOURCE TBUF64 r_str_title {buf = str_title;}
RESOURCE TBUF64 r_str_dialog_title {buf = str_dialog_title;}
RESOURCE TBUF64 str_httpc_wait {buf = str_httpc_wait_label;}
RESOURCE TBUF64 str_relogon {buf = str_relogon_title;}
RESOURCE TBUF64 str_push_message {buf = str_push_sysmessage;}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -