Browse Source

添加支付宝捐赠二维码和简易教程图片

hongwenjun 9 years ago
parent
commit
fa8d6cde1e
5 changed files with 2 additions and 2 deletions
  1. 2 2
      GuiApp/GuiMain.cpp
  2. BIN
      bin/ACThumbs.png
  3. BIN
      bin/GuiAdobeThumbnail.exe
  4. BIN
      bin/Thumbnail.dat
  5. BIN
      bin/Thumbnail.png

+ 2 - 2
GuiApp/GuiMain.cpp

@@ -120,9 +120,9 @@ void InitXC_Window(HWINDOW& hWindow)
 
 
     //创建图片元素
     //创建图片元素
     hPic1 = XPic_Create(656, 200, 270, 256, hWindow);
     hPic1 = XPic_Create(656, 200, 270, 256, hWindow);
-    XPic_SetImage(hPic1, XImage_LoadFile(L"Thumbnail.dat")); //设置显示图片
+    XPic_SetImage(hPic1, XImage_LoadFile(L"ACThumbs.png")); //设置显示图片
 
 
-    hPic2 = XPic_Create(800, 4, 128, 128, hWindow);
+    hPic2 = XPic_Create(798, 6, 128, 128, hWindow);
     XPic_SetImage(hPic2, XImage_LoadFile(L"Thumbnail.dat")); //设置显示图片
     XPic_SetImage(hPic2, XImage_LoadFile(L"Thumbnail.dat")); //设置显示图片
 
 
 //    hPic3 = XPic_Create(654, 416, 128, 128, hWindow);
 //    hPic3 = XPic_Create(654, 416, 128, 128, hWindow);

BIN
bin/ACThumbs.png


BIN
bin/GuiAdobeThumbnail.exe


BIN
bin/Thumbnail.dat


BIN
bin/Thumbnail.png