svnno****@sourc*****
svnno****@sourc*****
2013年 6月 30日 (日) 10:12:08 JST
Revision: 476 http://sourceforge.jp/projects/protra/scm/svn/commits/476 Author: panacoran Date: 2013-06-30 10:12:08 +0900 (Sun, 30 Jun 2013) Log Message: ----------- PtSimの設定保存の強化。#31456 #31631 * Protra.Lib/Config/ProtraConfig.cs (ProtraConfig.ChartMode): コメントの(廃止)を(廃止予定)に直す。 * Protra.Lib/Config/PtSimConfig.cs (PtSimConfig.Size): 新しいプロパティ。 (PtSimConfig.Location): 同上。 (PtSimConfig.Maximized): 同上。 (PtSimConfig.VirticalSplitterDistance): 同上。 (PtSimConfig.TimeFrame): 同上。 (PtSimConfig.SystemFile): 同上。 (PtSimConfig.Upgrade): 新規。廃止予定のプロパティの値を新しいプロパティに移す。 (PtSimConfig.Downgrade): 新規。新しいプロパティの値を廃止予定のプロパティに戻す。 * PtSim/Controls/PtFileTreeView.cs (PtFileTreeView.RootDirectory): ツリー構築中の更新を止める。 (PtFileTreeView.SelectedFile): 設定可能にする。 (PtFileTreeView.SetNodes): サブディレクトリのノードも作る。キーを設定する。 (PtFileTreeView.OnBeforeExpand): ツリーの追加をやめる。 * PtSim/MainForm.Designer.cs (MainForm.InitializeComponent): Loadイベントのハンドラーを設定する。 * PtSim/MainForm.cs (MainForm.MainForm): 週足のRadioButtonのCheckedを設定する。#31628 (MainForm.MainForm_Load): ウィンドウの位置などを設定する。 (MainForm.ConfigWrite): 増えた項目を保存する。 Ticket Links: ------------ http://sourceforge.jp/projects/protra/tracker/detail/31456 http://sourceforge.jp/projects/protra/tracker/detail/31631 http://sourceforge.jp/projects/protra/tracker/detail/31628 Modified Paths: -------------- protra/trunk/ChangeLog.txt protra/trunk/Protra.Lib/Config/ProtraConfig.cs protra/trunk/Protra.Lib/Config/PtSimConfig.cs protra/trunk/PtSim/Controls/PtFileTreeView.cs protra/trunk/PtSim/MainForm.Designer.cs protra/trunk/PtSim/MainForm.cs