?? store.csproj
字號(hào):
?<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{141FB078-B20F-4229-BD05-1268B76914E9}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Store</RootNamespace>
<AssemblyName>Store</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Form3.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form3.Designer.cs">
<DependentUpon>Form3.cs</DependentUpon>
</Compile>
<Compile Include="Form4.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form4.Designer.cs">
<DependentUpon>Form4.cs</DependentUpon>
</Compile>
<Compile Include="Form5.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form5.Designer.cs">
<DependentUpon>Form5.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form3.resx">
<SubType>Designer</SubType>
<DependentUpon>Form3.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form4.resx">
<SubType>Designer</SubType>
<DependentUpon>Form4.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form5.resx">
<SubType>Designer</SubType>
<DependentUpon>Form5.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="儲(chǔ)戶(hù)信息.resx">
<SubType>Designer</SubType>
<DependentUpon>儲(chǔ)戶(hù)信息.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="全部提前支取.resx">
<SubType>Designer</SubType>
<DependentUpon>全部提前支取.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="到期支取.resx">
<SubType>Designer</SubType>
<DependentUpon>到期支取.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="取款信息.resx">
<SubType>Designer</SubType>
<DependentUpon>取款信息.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="取款信息打印.resx">
<SubType>Designer</SubType>
<DependentUpon>取款信息打印.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="存款信息.resx">
<SubType>Designer</SubType>
<DependentUpon>存款信息.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="開(kāi)戶(hù).resx">
<SubType>Designer</SubType>
<DependentUpon>開(kāi)戶(hù).cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="操作員信息.resx">
<SubType>Designer</SubType>
<DependentUpon>操作員信息.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="收/付款信息.resx">
<SubType>Designer</SubType>
<DependentUpon>收/付款信息.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="部分提前支取.resx">
<SubType>Designer</SubType>
<DependentUpon>部分提前支取.cs</DependentUpon>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="儲(chǔ)戶(hù)信息.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="儲(chǔ)戶(hù)信息.Designer.cs">
<DependentUpon>儲(chǔ)戶(hù)信息.cs</DependentUpon>
</Compile>
<Compile Include="全部提前支取.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="全部提前支取.Designer.cs">
<DependentUpon>全部提前支取.cs</DependentUpon>
</Compile>
<Compile Include="到期支取.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="到期支取.Designer.cs">
<DependentUpon>到期支取.cs</DependentUpon>
</Compile>
<Compile Include="取款信息打印.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="取款信息打印.Designer.cs">
<DependentUpon>取款信息打印.cs</DependentUpon>
</Compile>
<Compile Include="存款信息.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="存款信息.Designer.cs">
<DependentUpon>存款信息.cs</DependentUpon>
</Compile>
<Compile Include="開(kāi)戶(hù).cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="開(kāi)戶(hù).Designer.cs">
<DependentUpon>開(kāi)戶(hù).cs</DependentUpon>
</Compile>
<Compile Include="取款信息.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="取款信息.Designer.cs">
<DependentUpon>取款信息.cs</DependentUpon>
</Compile>
<Compile Include="操作員信息.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="操作員信息.Designer.cs">
<DependentUpon>操作員信息.cs</DependentUpon>
</Compile>
<Compile Include="收/付款信息.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="收/付款信息.Designer.cs">
<DependentUpon>收/付款信息.cs</DependentUpon>
</Compile>
<Compile Include="部分提前支取.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="部分提前支取.Designer.cs">
<DependentUpon>部分提前支取.cs</DependentUpon>
</Compile>
<Compile Include="銀行儲(chǔ)蓄系統(tǒng)DataSet.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet.xsd</DependentUpon>
</Compile>
<Compile Include="銀行儲(chǔ)蓄系統(tǒng)DataSet1.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="銀行儲(chǔ)蓄系統(tǒng)DataSet2.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet2.xsd</DependentUpon>
</Compile>
<Compile Include="銀行儲(chǔ)蓄系統(tǒng)DataSet3.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet3.xsd</DependentUpon>
</Compile>
<Compile Include="銀行儲(chǔ)蓄系統(tǒng)DataSet4.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet4.xsd</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="Resources\y-07.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\128101245916941250.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\00052751.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Resources\00052754.jpg" />
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet.xsc">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>銀行儲(chǔ)蓄系統(tǒng)DataSet.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet.xss">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet1.xsc">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet1.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>銀行儲(chǔ)蓄系統(tǒng)DataSet1.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet1.xss">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet1.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet2.xsc">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet2.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet2.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>銀行儲(chǔ)蓄系統(tǒng)DataSet2.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet2.xss">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet2.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet3.xsc">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet3.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet3.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>銀行儲(chǔ)蓄系統(tǒng)DataSet3.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet3.xss">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet3.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet4.xsc">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet4.xsd</DependentUpon>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet4.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>銀行儲(chǔ)蓄系統(tǒng)DataSet4.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="銀行儲(chǔ)蓄系統(tǒng)DataSet4.xss">
<DependentUpon>銀行儲(chǔ)蓄系統(tǒng)DataSet4.xsd</DependentUpon>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -