在资源文件里面(某个*.res)
代码某个地方有 {$R XXX.res}, 用Image Editor打开这个文件找找看看

解决方案 »

  1.   

    对就是资源文件,在前面你应该能找到 {$R 资源文件名},background就在资源文件里,你可以用打开资源文件的软件看看他
      

  2.   

    procedure LoadFromResourceName(Instance: THandle; const ResName: string);DescriptionLoadFromResourceName loads the specified bitmap resource along with palette information from a module's executable file. Specify the resource to be loaded as the value of ResName. Note: Use this routine to load bitmaps from RES files instead of the LoadBitmap API. LoadBitmap does not support 256-color images.
      

  3.   

    delphi 里面是这样写的 {$R *.RES}
    res文件太多了
    我怎么找到在那个那个资源文件里面含有background??
      

  4.   

    用Image Editor打开Res文件,查查看在Bitmap下有没有background项