zkÖÐhtmlÒ³Ãæ´°¿Ú»¯Êä³ö
getQuickStart(){QuickStartWindow window = new QuickStartWindow();
window.setParent(this);
window.doPopup();}´°¿Ú³õʼ»¯µ÷ÓÃ
QuickStartWindow.java
public QuickStartWindow() {
this.setMaximizable(true);
this.setMaximized(true);
this.setMinimizable(true);
this.setMinimized(true);
this.setSizable(true);
this.setClosable(true);
this.setWidth("800px");
this.setHeight("50%");
this.setTitle("¿ìËÙÉÏÊÖ");
this.setStyle("left:120px;top:120px;");
Iframe iframe = new Iframe();
iframe.setStyle("border:0;margin:0;padding:0;width:100%;height:100%;background:#D3EAF6;");
iframe.setSrc("login/quickStart.html");
this.appendChild(iframe);
}ÉèÖÃÁË´°¿ÚµÄ»ù±¾ÊôÐÔºÍvc++Öд°¿ÚµÄÉèÖò¶à
ÓÃÀ´°ÑquickStart.htmlÒ³Ãæ´°¿Ú»¯Êä³ö
Ïà¹ØÎĵµ£º
using System.Text.RegularExpressions;
private string parseHtml(string Htmlstring)
{
#region //È¥³ýHTML±ê¼Ç
if (Htmlstring.Length > 0)
{
& ......
1 ÓÃVC++½¨Á¢Ò»¸öMFC¿Ø¼þ
Ö÷Òª¿Ø¼þµÄIDΪAB8DDD1B-F57D-489C-B8C4-BE03B7506CD2
ÔÚÏÂÃæ¿ÉÒÔ¿´µ½£º
// Class information for CHYSpeechCtrlCtrl
[ uuid(AB8DDD1B-F57D-489C-B8C4-BE03B7506CD2),
helpstring("SpeechCtrl Control"), control ]
coclass HYSpeechCtrl
{
& ......
HTMLÑÕÉ«´úÂë±í
#000000
#2F0000
#600030
#460046
#28004D
#272727
#4D0000
#820041
#5E005E
#3A006F
#3C3C3C
#600000
#9F0050
#750075
#4B0091
#4F4F4F
&n ......
ת×Ô£ºhttp://lbccheng.blog.163.com/blog/static/314120920095525627390/
ÎÊÌâÒ»£ºÊ¹ÓÃJasperReportÉú³ÉHtml±¨±íºó£¬Êý¾ÝÏÔʾÕýÈ·£¬µ«¸÷ÖÖÏßÌõÏÔʾ²»³öÀ´
²úÉúÔÒò£ºÔÚ Éú³ÉHTMLÒ³ÃæÊ±JRHtmlExporterParameter.IMAGES_URI²ÎÊýÉèÖò»ÕýÈ·£¬Ö÷ÒªÊÇͼƬµÄ ......