svnno****@sourc*****
svnno****@sourc*****
2014年 1月 27日 (月) 11:24:05 JST
Revision: 500 http://sourceforge.jp/projects/protra/scm/svn/commits/500 Author: panacoran Date: 2014-01-27 11:24:04 +0900 (Mon, 27 Jan 2014) Log Message: ----------- #32053の準備として銘柄編集のダイアログボックスを作り直す。 * Protra.Lib/Config/BrandListConfig.cs (BrandListConfig.EditableList): 新規。編集可能な銘柄リストを取得する。 * Protra.Lib/Dialogs/EditBrandListContentDialog.Designer.cs: 新規。デザイナーの生成したファイル。 * Protra.Lib/Dialogs/EditBrandListContentDialog.cs: コンポーネントの設定を取り除く。その他見かけ上の変更。 * Protra.Lib/Dialogs/EditBrandListContentDialog.resx: BOMの追加。 * Protra.Lib/Dialogs/EditBrandListDialog.Designer.cs: 新規。デザイナーの生成したファイル。 * Protra.Lib/Dialogs/EditBrandListDialog.cs: コンポーネントの設定を取り除く。その他見かけ上の変更。 * Protra.Lib/Dialogs/EditBrandListDialog.resx: BOMの追加。 * Protra.Lib/Protra.Lib.csproj: EditBrandListContentDialog.Designer.csとEditBrandListDialog.Designer.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/Dialogs/EditBrandListContentDialog.cs protra/trunk/Protra.Lib/Dialogs/EditBrandListContentDialog.resx protra/trunk/Protra.Lib/Dialogs/EditBrandListDialog.cs protra/trunk/Protra.Lib/Dialogs/EditBrandListDialog.resx protra/trunk/Protra.Lib/Protra.Lib.csproj Added Paths: ----------- protra/trunk/Protra.Lib/Dialogs/EditBrandListContentDialog.Designer.cs protra/trunk/Protra.Lib/Dialogs/EditBrandListDialog.Designer.cs