ExtractTemporaryFile('GameMini.png'); MainNotePNG:=ImgLoad(WelcomeP.Handle,ExpandConstant('{tmp}\GameMini.png'),30,238,461,67,True,True); ExtractTemporaryFile('MainNoteBack.png'); MainNotePNG:=ImgLoad(WelcomeP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); MainNotePNG:=ImgLoad(ScreensP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); MainNotePNG:=ImgLoad(ParametersP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); MainNotePNG:=ImgLoad(ComponentsP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); MainNotePNG:=ImgLoad(InstallingP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); MainNotePNG:=ImgLoad(FinishedP.Handle,ExpandConstant('{tmp}\MainNoteBack.png'),0,0,503,318,True,True); |