資源簡介
我上傳的這套源碼只適合初學者學習。實現(xiàn)了一些功能。開場動畫,拖動道具,子彈攻擊僵尸。只供學習。高手勿噴。
代碼片段和文件信息
//------------------------------------------------------------------------------
//?
//?????此代碼由工具生成。
//?????運行時版本:2.0.50727.3053
//
//?????對此文件的更改可能會導致不正確的行為,并且如果
//?????重新生成代碼,這些更改將會丟失。
//?
//------------------------------------------------------------------------------
namespace?ZWDZJS?{
????using?System;
????
????
????///?
????///???強類型資源類,用于查找本地化字符串等。
????///?
????//?此類是由?StronglyTypedResourceBuilder
????//?類通過類似于?ResGen?或?Visual?Studio?的工具自動生成的。
????//?若要添加或移除成員,請編輯?.ResX?文件,然后重新運行?ResGen
????//?(以?/str?作為命令選項),或重新生成?VS?項目。
????[global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Resources.Tools.StronglyTypedResourceBuilder“?“2.0.0.0“)]
????[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
????[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
????internal?class?Resources?{
????????
????????private?static?global::System.Resources.ResourceManager?resourceMan;
????????
????????private?static?global::System.Globalization.CultureInfo?resourceCulture;
????????
????????[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(“Microsoft.Performance“?“CA1811:AvoidUncalledPrivateCode“)]
????????internal?Resources()?{
????????}
????????
????????///?
????????///???返回此類使用的緩存?ResourceManager?實例。
????????///?
????????[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
????????internal?static?global::System.Resources.ResourceManager?ResourceManager?{
????????????get?{
????????????????if?(object.ReferenceEquals(resourceMan?null))?{
????????????????????global::System.Resources.ResourceManager?temp?=?new?global::System.Resources.ResourceManager(“ZWDZJS.Resources“?typeof(Resources).Assembly);
????????????????????resourceMan?=?temp;
????????????????}
????????????????return?resourceMan;
????????????}
????????}
????????
????????///?
????????///???為使用此強類型資源類的所有資源查找
????????///???重寫當前線程的?CurrentUICulture?屬性。
????????///?
????????[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
????????internal?static?global::System.Globalization.CultureInfo?Culture?{
????????????get?{
????????????????return?resourceCulture;
????????????}
????????????set?{
????????????????resourceCulture?=?value;
????????????}
????????}
????????
????????internal?static?System.Drawing.Bitmap?background1unsodded?{
????????????get?{
????????????????object?obj?=?ResourceManager.Getobject(“background1unsodded“?resourceCulture);
????????????????return?((System.Drawing.Bitmap)(obj));
????????????}
????????}
????????
????????internal?static?System.Drawing.Bitmap?background2?{
????????????get?{
????????????????object?obj?=?ResourceManager.Getobject(“background2“?resourceCulture);
????????????????return?((System.Drawing.Bitmap)(obj));
????????????}
????????}
- 上一篇:messageBox居中父窗體
- 下一篇:數(shù)據(jù)挖掘Apriori
評論
共有 條評論