公告板
版本库
filestore
活动
搜索
登录
main
/
gp-client
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'bug修复'
admin
2022-07-07
30f434d78b58e3a4198cf5ba5a9e5a0ce1cd5292
[gp-client.git]
/
app
/
GUITool.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once
#include <string>
#include <dwrite.h>
#include <list>
class GUITool
{
public:
static CString selectFolder(CString title);
static CString selectImage();
static std::list<CString> selectMulImages();
};