チェンジセット 1603 (default)


以下の違いを無視:
日時:
2023/09/07 0:50:55 (13ヵ月前)
更新者:
hizuya@…
ログメッセージ:
  • FormView をラップしたクラスを追加。
場所:
framework/trunk
ファイル:
5個の追加
2個の更新

凡例:

未変更
追加
削除
  • framework/trunk/WebApplication/WebApplication.csproj

    r1600 r1603  
    6464    <Content Include="UI\CulturePage.aspx" /> 
    6565    <Content Include="UI\Database\SqlErrorPage.aspx" /> 
     66    <Content Include="UI\WebControls\FormViewPage.aspx" /> 
    6667    <Content Include="UI\WebControls\ObjectDataSourceGridViewPage.aspx" /> 
    6768    <Content Include="Web.config" /> 
     
    256257    <Compile Include="UI\WebControls\DialogPage.aspx.designer.cs"> 
    257258      <DependentUpon>DialogPage.aspx</DependentUpon> 
     259    </Compile> 
     260    <Compile Include="UI\WebControls\FormViewPage.aspx.cs"> 
     261      <DependentUpon>FormViewPage.aspx</DependentUpon> 
     262      <SubType>ASPXCodeBehind</SubType> 
     263    </Compile> 
     264    <Compile Include="UI\WebControls\FormViewPage.aspx.designer.cs"> 
     265      <DependentUpon>FormViewPage.aspx</DependentUpon> 
    258266    </Compile> 
    259267    <Compile Include="UI\WebControls\ForwarderPage.aspx.cs"> 
  • framework/trunk/WebLibrary/WebLibrary.csproj

    r1600 r1603  
    151151    <Compile Include="Sources\UI\WebControls\DialogValidationSummary.cs" /> 
    152152    <Compile Include="Sources\UI\WebControls\DialogMessageSummary.cs" /> 
     153    <Compile Include="Sources\UI\WebControls\FormView.cs" /> 
    153154    <Compile Include="Sources\UI\WebControls\HiddenField.cs" /> 
    154155    <Compile Include="Sources\UI\WebControls\JQueryImage.cs" /> 
詳しい使い方は TracChangeset を参照してください。