svnno****@sourc*****
svnno****@sourc*****
2014年 1月 27日 (月) 12:13:12 JST
Revision: 501 http://sourceforge.jp/projects/protra/scm/svn/commits/501 Author: panacoran Date: 2014-01-27 12:13:12 +0900 (Mon, 27 Jan 2014) Log Message: ----------- #32053 上場廃止銘柄の処理を実装する。 * Protra.Lib/Config/BrandListConfig.cs (BrandListConfig.EnableObsoleteBrand): 新規。上場廃止銘柄を含むかどうかを取得または設定する。 * Protra.Lib/Data/BrandData.cs (Market.Name): JASDAQを上に。 (Market.Codes): 現存する市場のみを返す。 (Market.AllCodes): 新規。すべての市場コード一覧を取得する。 (Market.AllNames): 新規。すべての市場名一覧を取得する。 * Protra.Lib/Dialogs/EditBrandListContentDialog.Designer.cs (InitializeCompoent): イベントハンドラーを登録する。 * Protra.Lib/Dialogs/EditBrandListContentDialog.cs (EditBrandListContentDialog.EditBrandListContentDialog): 市場名一覧の設定をSetComboBoxMarketに移す。 (EditBrandListContentDialog.SetComboBoxMarket): 新規。上場廃止銘柄の設定に合わせて市場名一覧を設定する。 (EditBrandListContentDialog.buttonOk_Click): 銘柄リスト中の上場廃止銘柄を処理する。 (EditBrandListContentDialog.buttonCodeInput_Click): 上場廃止銘柄を避けて入力できるようにする。 (EditBrandListContentDialog.checkBoxObsolete_CheckedChanged): 新規。SetComboBoxMarketを呼ぶ。 * Protra.Lib/Dialogs/ObsoleteBrandDialog.Designer.cs: 新規。デザイナーの生成したファイル。 * Protra.Lib/Dialogs/ObsoleteBrandDialog.cs: 新規。上場廃止銘柄の処理を問うダイアログ。 Ticket Links: ------------ http://sourceforge.jp/projects/protra/tracker/detail/32053 Modified Paths: -------------- protra/trunk/ChangeLog.txt protra/trunk/Protra.Lib/Config/BrandListConfig.cs protra/trunk/Protra.Lib/Data/BrandData.cs protra/trunk/Protra.Lib/Dialogs/EditBrandListContentDialog.Designer.cs protra/trunk/Protra.Lib/Dialogs/EditBrandListContentDialog.cs protra/trunk/Protra.Lib/Protra.Lib.csproj Added Paths: ----------- protra/trunk/Protra.Lib/Dialogs/ObsoleteBrandDialog.Designer.cs protra/trunk/Protra.Lib/Dialogs/ObsoleteBrandDialog.cs protra/trunk/Protra.Lib/Dialogs/ObsoleteBrandDialog.resx