You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
模板 -200 列席 中国共产党 2
|
|
|
|
|
李四 1006 列席 中国共产党 2
|
|
|
|
|
张三 1005 列席 中国共产党 2
|
|
|
|
|
王五 1007 列席 中国共产党 1
|
|
|
|
|
|
|
|
|
|
1111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
报到门项目图标替换:(前提是已经安装MinGW环境)
|
|
|
|
|
1.创建文本文件app.rc 内容是要替换的图标名称(1 ICON "icon.ico"),
|
|
|
|
|
2.执行编译命令:在根目录中cmd执行windres -i app.rc -O coff -o app.syso,会生成app.syso;
|
|
|
|
|
3.重新打包,生成的exe就是那个图标;
|