svnno****@sourc*****
svnno****@sourc*****
2010年 4月 14日 (水) 18:32:30 JST
Revision: 354 http://sourceforge.jp/projects/protra/svn/view?view=rev&revision=354 Author: panacoran Date: 2010-04-14 18:32:30 +0900 (Wed, 14 Apr 2010) Log Message: ----------- * Protra.Lib/Config/BrandListConfig.cs (BrandListConfig.Load): SetDefaultBrandListで銘柄リストを挿入する。 (BrandListConfig.SetDefaultBrandList): 新規。株価指数、日経平均構成銘柄、売買代金上位500位の銘柄リストを挿入する。すでに存在する場合には作り直す。 * Protra.Lib/Update/PriceDataUpdator.cs (PriceDataUpdator.UpdateIndex): index.txtが更新されたらBrandListConfig.SetDefaultBrandListを呼ぶ。 * Protra/MainForm.cs (MainForm.BrandListInit): 選択されている銘柄を再現する。 (MainForm.updateToolStripMenuItem_Click): 銘柄リストの更新をBrandListInitで行う。 (MainForm.listDelToolStripMenuItem_Click): 削除した次の銘柄を選択する。 Modified Paths: -------------- protra/trunk/ChangeLog.txt protra/trunk/Protra/MainForm.cs protra/trunk/Protra.Lib/Config/BrandListConfig.cs protra/trunk/Protra.Lib/Update/PriceDataUpdator.cs