移动应用程序源代码Word文档格式.docx
- 文档编号:16409502
- 上传时间:2022-11-23
- 格式:DOCX
- 页数:50
- 大小:28.72KB
移动应用程序源代码Word文档格式.docx
《移动应用程序源代码Word文档格式.docx》由会员分享,可在线阅读,更多相关《移动应用程序源代码Word文档格式.docx(50页珍藏版)》请在冰豆网上搜索。
publicPerson(stringusername,stringage,stringname,stringemail,stringqq,stringcity,stringcountry,stringstate,stringzip,stringgender,stringoccupation,stringincome)
{
this.username=username;
this.age=age;
this.name=name;
this.email=email;
this.qq=qq;
this.city=city;
this.country=country;
this.state=state;
this.zip=zip;
this.gender=gender;
this.occupation=occupation;
this.income=income;
}
privatestringusername;
privatestringage;
privatestringname;
privatestringemail;
privatestringqq;
privatestringcity;
privatestringcountry;
privatestringstate;
privatestringzip;
privatestringgender;
privatestringoccupation;
privatestringincome;
publicstringUsername{get{returnusername;
}}
publicstringAge{get{returnage;
publicstringEmail{get{returnemail;
publicstringQQ{get{returnqq;
publicstringCity{get{returncity;
publicstringCountry{get{returncountry;
publicstringState{get{returnstate;
publicstringZip{get{returnzip;
publicstringGender{get{returngender;
publicstringOccupation{get{returnoccupation;
publicstringIncome{get{returnincome;
}
publicclassNew
publicNew()
//CODEGEN:
该调用是ASP.NETWeb服务设计器所必需的
publicNew(stringtitle,stringbody,stringauthor,stringoffice,stringptime)
{
this.title=title;
this.body=body;
this.author=author;
this.ptime=ptime;
this.office=office;
privatestringtitle;
privatestringbody;
privatestringauthor;
privatestringptime;
privatestringoffice;
publicstringTitle
get{returntitle;
}
publicstringBody
get{returnbody;
publicstringAuthor
get{returnauthor;
publicstringPtime
get{returnptime;
publicstringOffice
get{returnoffice;
}
publicclassSSchart
{
publicSSchart()
publicSSchart(Bitmapbm,Point[]pt,stringstorename,stringstorenum)
Graphicsg=Graphics.FromImage(bm);
DrawFrame(g);
DrawLines(g,pt,storename,storenum);
protectedvoidDrawFrame(Graphicsg)
SolidBrushb=newSolidBrush(Color.White);
g.FillRectangle(b,0,0,175,182);
Penpen=newPen(Color.Black);
g.DrawLine(pen,12,165,175,165);
g.DrawLine(pen,15,0,15,170);
b=newSolidBrush(Color.Black);
Fontf=newFont("
Arrial"
5);
Fontf1=newFont("
3);
Fontf2=newFont("
10);
Fontf3=newFont("
7);
g.DrawString("
¥"
f2,b,3,18);
│"
f1,b,12,165);
f1,b,27,165);
f1,b,42,165);
f1,b,57,165);
f1,b,72,165);
f1,b,102,165);
f1,b,117,165);
f1,b,132,165);
f1,b,147,165);
f1,b,162,165);
>
"
f2,b,170,157);
∧"
f3,b,9,-2);
9:
00"
f3,b,8,168);
10:
f3,b,38,168);
11:
f3,b,68,168);
13:
f3,b,98,168);
14:
f3,b,128,168);
15:
f3,b,158,168);
publicvoidDrawLines(Graphicsg,Point[]pt,stringstorename,stringstorenum)
SolidBrushc=newSolidBrush(Color.White);
c=newSolidBrush(Color.Black);
Arial"
8);
pen.DashStyle=DashStyle.Dot;
localhostStore.Service1service=newlocalhostStore.Service1();
string[]valueget=service.returnselectstore(storename,storenum);
Point[]pta=newPoint[10];
for(inti=0;
i<
5;
i++)
{
pta[i]=pt[i];
if(i%2==0)
{
pta[i].Y=6;
pta[i].X=pt[i].X-13;
}
else
pta[i].Y=18;
pta[i].X=pt[i].X-13;
}
for(inti=5;
10;
pta[i].Y=5;
pta[i].X=pt[i].X-10;
pta[i].X=pt[i].X-12;
g.DrawString(valueget[2],f,c,pta[0]);
g.DrawString(valueget[3],f,c,pta[1]);
g.DrawString(valueget[4],f,c,pta[2]);
g.DrawString(valueget[5],f,c,pta[3]);
g.DrawString(valueget[6],f,c,pta[4]);
g.DrawString(valueget[7],f1,c,pta[5]);
g.DrawString(valueget[8],f1,c,pta[6]);
g.DrawString(valueget[9],f1,c,pta[7]);
g.DrawString(valueget[10],f1,c,pta[8]);
g.DrawString(valueget[11],f1,c,pta[9]);
g.DrawLines(pen,pt);
Penpen1=newPen(Color.Gray);
pen1.DashStyle=DashStyle.Dash;
g.DrawLine(pen1,newPoint(30,165),pt[1]);
g.DrawLine(pen1,newPoint(45,165),pt[2]);
g.DrawLine(pen1,newPoint(60,165),pt[3]);
g.DrawLine(pen1,newPoint(75,165),pt[4]);
g.DrawLine(pen1,newPoint(105,165),pt[5]);
g.DrawLine(pen1,newPoint(120,165),pt[6]);
g.DrawLine(pen1,newPoint(135,165),pt[7]);
g.DrawLine(pen1,newPoint(150,165),pt[8]);
g.DrawLine(pen1,newPoint(165,165),pt[9]);
publicclassMobileWebForm1:
System.Web.UI.MobileControls.MobilePage
protectedSystem.Web.UI.MobileControls.LabellbUserName;
protectedSystem.Web.UI.MobileControls.TextBoxtbUserName;
protectedSystem.Web.UI.MobileControls.LabellbUserPass;
protectedSystem.Web.UI.MobileControls.TextBoxtbUserPass;
protectedSystem.Web.UI.MobileControls.LabellbHead;
protectedSystem.Web.UI.MobileControls.LabellbSuggest;
protectedSystem.Web.UI.MobileControls.CommandCommand1;
protectedSystem.Web.UI.MobileControls.ListList1;
protectedSystem.Web.UI.MobileControls.TextViewTextView1;
protectedSystem.Web.UI.MobileControls.Commandcmdsubmit;
protectedSystem.Web.UI.MobileControls.FormfmGetin;
protectedSystem.Web.UI.MobileControls.FormfmCustom;
protectedSystem.Web.UI.MobileControls.FormfmRegist;
protectedSystem.Web.UI.MobileControls.LabellbUserR;
protectedSystem.Web.UI.MobileControls.TextBoxtbUserR;
protectedSystem.Web.UI.MobileControls.LabellbUserPE;
protectedSystem.Web.UI.MobileControls.LabellbUserPAE;
protectedSystem.Web.UI.MobileControls.LabellbGender;
protectedSystem.Web.UI.MobileControls.SelectionListslGender;
protectedSystem.Web.UI.MobileControls.LabellbAge;
protectedSystem.Web.UI.MobileControls.LabellbCountry;
protectedSystem.Web.UI.MobileControls.SelectionListslCountry;
protectedSystem.Web.UI.MobileControls.LabellbState;
protectedSystem.Web.UI.MobileControls.LabellbCity;
protectedSystem.Web.UI.MobileControls.LabellbZip;
protectedSystem.Web.UI.MobileControls.TextBoxtbZip;
protectedSystem.Web.UI.MobileControls.LabellbOccupation;
protectedSystem.Web.UI.MobileControls.LabellbIncome;
protectedSystem.Web.UI.MobileControls.SelectionListslIncome;
protectedSystem.Web.UI.MobileControls.CommandcmdRegist;
protectedSystem.Web.UI.MobileControls.TextBoxtbUserPR;
protectedSystem.Web.UI.MobileControls.TextBoxtbUserPAR;
protectedSystem.Web.UI.MobileControls.FormfmCustomview;
protectedSystem.Web.UI.MobileControls.LinkLink2;
protectedSystem.Web.UI.MobileControls.LinkLink3;
protectedSystem.Web.UI.MobileControls.LinkLink4;
protectedSystem.Web.UI.MobileControls.LinkLink5;
protectedSystem.Web.UI.MobileControls.LinkLink6;
protectedSystem.Web.UI.MobileControls.LinkLink7;
protectedSystem.Web.UI.MobileControls.LinkLink8;
protectedSystem.Web.UI.MobileControls.LabellbResult;
protectedSystem.Web.UI.MobileControls.LabellbSendTime;
protectedSystem.Web.UI.MobileControls.LabelLabel1;
protectedSystem.Web.UI.MobileControls.CommandCommand2;
protectedSystem.Web.UI.MobileControls.LabelLabel2;
protectedSystem.Web.UI.MobileControls.LabelLabel4;
protectedSystem.Web.UI.MobileControls.FormfmRegistR;
protectedSystem.Web.UI.MobileControls.LabelLabel5;
protectedSystem.Web.UI.MobileControls.LabelLabel7;
protectedSystem.Web.UI.MobileControls.CommandCommand3;
protectedSystem.Web.UI.MobileControls.FormfmServiceChoice;
protectedSystem.Web.UI.MobileControls.LabelLabel8;
protectedSystem.Web.UI.MobileControls.LabelLabel10;
protectedSystem.Web.UI.MobileControls.LinkLink9;
protectedSystem.Web.UI.MobileControls.LinkLink10;
protectedSystem.Web.UI.MobileControls.FormfmCustomRsult;
protectedSystem.Web.UI.MobileControls.FormfmNews;
protectedSystem.Web.UI.MobileControls.LabelLabel11;
protectedSystem.Web.UI.MobileControls.LinkLink11;
protectedSystem.Web.UI.MobileControls.LinkLink12;
protectedSystem.Web.UI.MobileControls.FormfmViewShehui;
protectedSystem.Web.UI.MobileControls.FormfmViewtiyu;
protectedSystem.Web.UI.MobileControls.FormfmViewkeji;
protectedSystem.Web.UI.MobileControls.FormfmViewyule;
protectedSystem.Web.UI.MobileControls.FormfmViewjunshi;
protectedSystem.Web.UI.MobileControls.FormfmViewwenjiao;
protectedSystem.Web.UI.MobileControls.FormfmViewjingji;
protectedSystem.Web.UI.MobileControls.ObjectListObjectListshehui;
protectedSystem.Web.UI.MobileControls.ObjectListObjectListtiyu;
protectedSystem.Web.UI.MobileControls.ObjectListObjectListkeji;
protectedSystem.Web.UI.MobileControl
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 移动 应用程序 源代码
