svnno****@sourc*****
svnno****@sourc*****
2012年 6月 23日 (土) 01:54:18 JST
Revision: 438 http://sourceforge.jp/projects/protra/scm/svn/commits/438 Author: darai Date: 2012-06-23 01:54:17 +0900 (Sat, 23 Jun 2012) Log Message: ----------- PtSimで複数のシステムを選択可能にする。#12455 売買システムをリストビューで選択可能に。 * Protra.Lib/Config/PtSimConfig.cs: 売買システムリストビューの設定を保存可能に。PtFileTreeViewのチェックボックスの状態を保存する機能を削除。 * PtSim/Controls/PtFileTreeView.cs: チェックボックス機能を削除。 * PtSim/Controls/PtFileTreeView.Designer.cs: 同上。 * PtSim/Controls/PtFileTreeView.resx: 同上。 * PtSim/Dialogs/SelectSystemAndTargetDialog.cs: 新規。売買システム選択用ダイアログボックス。 * PtSim/Dialogs/SelectSystemAndTargetDialog.Designer.cs: 同上。 * PtSim/Dialogs/SelectSystemAndTargetDialog.resx: 同上。 * PtSim/MainForm.cs: 売買システムリストビューの追加。 * PtSim/MainForm.Designer.cs: 同上。 * PtSim/MainForm.resx: 同上。 * PtSim/PtSim.csproj: ファイルの追加。 Ticket Links: ------------ http://sourceforge.jp/projects/protra/tracker/detail/12455 Modified Paths: -------------- protra/branches/ptsim-reorg/ChangeLog.txt protra/branches/ptsim-reorg/Protra.Lib/Config/PtSimConfig.cs protra/branches/ptsim-reorg/Protra.sln protra/branches/ptsim-reorg/PtSim/Controls/PtFileTreeView.Designer.cs protra/branches/ptsim-reorg/PtSim/Controls/PtFileTreeView.cs protra/branches/ptsim-reorg/PtSim/Controls/PtFileTreeView.resx protra/branches/ptsim-reorg/PtSim/MainForm.Designer.cs protra/branches/ptsim-reorg/PtSim/MainForm.cs protra/branches/ptsim-reorg/PtSim/MainForm.resx protra/branches/ptsim-reorg/PtSim/PtSim.csproj Added Paths: ----------- protra/branches/ptsim-reorg/PtSim/Dialogs/SelectSystemAndTargetDialog.Designer.cs protra/branches/ptsim-reorg/PtSim/Dialogs/SelectSystemAndTargetDialog.cs protra/branches/ptsim-reorg/PtSim/Dialogs/SelectSystemAndTargetDialog.resx