This commit is contained in:
Perfare
2018-04-18 02:13:23 +08:00
parent de464dfe10
commit 17b986f5df
6 changed files with 22 additions and 4 deletions

View File

@@ -60,6 +60,16 @@ namespace AssetStudio.Properties {
}
}
/// <summary>
/// 查找类似于 (图标) 的 System.Drawing.Icon 类型的本地化资源。
/// </summary>
internal static System.Drawing.Icon _as {
get {
object obj = ResourceManager.GetObject("_as", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// 查找类似 #version 140
///

View File

@@ -181,4 +181,7 @@ void main()
color = vertexColor;
}</value>
</data>
<data name="_as" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\as.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>