svnno****@sourc*****
svnno****@sourc*****
2010年 3月 21日 (日) 21:44:48 JST
Revision: 311 http://sourceforge.jp/projects/protra/svn/view?view=rev&revision=311 Author: panacoran Date: 2010-03-21 21:44:47 +0900 (Sun, 21 Mar 2010) Log Message: ----------- * Protra.Lib/Data/BrandData.cs (BrandData.this[]): 新形式のIDも扱えるようにする。 * Protra.Lib/Data/BrandData.cs (BrandData.Load): 日経平均とTOPIXのエントリを加える。 * Protra.Lib/Db/Price.cs (Price.PriceList): 引数を銘柄レコードに。 * Protra.Lib/Db/Price.cs (Price.WeeklyPriceList): 同上。 * Protra.Lib/Lang/Builtins/BasicBuiltins.cs (BasicBuiltins.Invoke): 組み込み関数Unitを追加。#20400 * Protra/Controls/ChartPanel.cs (ChartPanel.ChartMode): PriceListとWeeklyPriceListの引数の変更に対応。 (ChartPanel.UpdatePrices): 同上。 * PtSim/Dialogs/EditBrandListContentDialog.cs (EditBrandListContentDialog.EditBrandListContentDialog): 設定を引数でもらうのをやめる。 (EditBrandListContentDialog.buttonOk_Click): 設定をGlobalEnvから取る。 * PtSim/Dialogs/EditBrandListDialog.cs (EditBrandListDialog.EditBrandListDialog): 設定を引数でもらうのをやめる。 (EditBrandListDialog.buttonAdd_Click): EditBrandListContentDialogに設定を渡すのをやめる。 (EditBrandListDialog.buttonEdit_Click): 同上。 (EditBrandListDialog.buttonDelete_Click): GlobalEnvの設定を編集する。 * PtSim/MainForm.cs (MainForm.MainForm): GlobalEnvに設定を読み込む。履歴の開始日の設定とシステム一覧の初期化を忘れていた。 (MainForm.ConfigWrite): GlobalEnvのインスタンスを利用する。 (MainForm.Execute): PriceListとWeeklyPriceListの引数の変更に対応。 (MainForm.Performance): PriceListとWeeklyPriceListの引数の変更に対応。 (MainForm.menuItemBrandListEdit_Click): GlobalEnvの設定を反映させる。 Ticket Links: :----------- http://sourceforge.jp/projects/protra/tracker/detail/20400 Modified Paths: -------------- protra/trunk/ChangeLog.txt protra/trunk/Protra/Controls/ChartPanel.cs protra/trunk/Protra.Lib/Data/BrandData.cs protra/trunk/Protra.Lib/Db/Price.cs protra/trunk/Protra.Lib/Lang/Builtins/BasicBuiltins.cs protra/trunk/PtSim/Dialogs/EditBrandListContentDialog.cs protra/trunk/PtSim/Dialogs/EditBrandListDialog.cs protra/trunk/PtSim/MainForm.cs