| BaseSet/BaseSet.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| BaseSet/Form2.Designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| BaseSet/Form2.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| BaseSet/Gy_ORGANIZATIONS.designer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| Model/Model.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| NETSCM/NETSCM.csproj | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
BaseSet/BaseSet.csproj
@@ -36,6 +36,24 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> @@ -65,26 +83,14 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.cs" /> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="Gy_ORGANIZATIONS.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Gy_ORGANIZATIONS.designer.cs"> <DependentUpon>Gy_ORGANIZATIONS.cs</DependentUpon> </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Gy_ORGANIZATIONS.resx"> <DependentUpon>Gy_ORGANIZATIONS.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> @@ -150,63 +156,43 @@ <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_BadReason.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_BadReason.cs" /> <Compile Include="公用基础资料\Gy_BadReason.designer.cs"> <DependentUpon>Gy_BadReason.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Customer.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Customer.cs" /> <Compile Include="公用基础资料\Gy_Customer.designer.cs"> <DependentUpon>Gy_Customer.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Department.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Department.cs" /> <Compile Include="公用基础资料\Gy_Department.designer.cs"> <DependentUpon>Gy_Department.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Employee.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Employee.cs" /> <Compile Include="公用基础资料\Gy_Employee.designer.cs"> <DependentUpon>Gy_Employee.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Group.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Group.cs" /> <Compile Include="公用基础资料\Gy_Group.designer.cs"> <DependentUpon>Gy_Group.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Material.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Material.cs" /> <Compile Include="公用基础资料\Gy_Material.designer.cs"> <DependentUpon>Gy_Material.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Source.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Source.cs" /> <Compile Include="公用基础资料\Gy_Source.designer.cs"> <DependentUpon>Gy_Source.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_StockPlace.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_StockPlace.cs" /> <Compile Include="公用基础资料\Gy_StockPlace.designer.cs"> <DependentUpon>Gy_StockPlace.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Supplier.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Supplier.cs" /> <Compile Include="公用基础资料\Gy_Supplier.designer.cs"> <DependentUpon>Gy_Supplier.cs</DependentUpon> </Compile> <Compile Include="公用基础资料\Gy_Warehouse.cs"> <SubType>Form</SubType> </Compile> <Compile Include="公用基础资料\Gy_Warehouse.cs" /> <Compile Include="公用基础资料\Gy_Warehouse.designer.cs"> <DependentUpon>Gy_Warehouse.cs</DependentUpon> </Compile> BaseSet/Form2.Designer.cs
New file @@ -0,0 +1,40 @@ namespace BaseSet { partial class Form2 { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Text = "Form2"; } #endregion } } BaseSet/Form2.cs
New file @@ -0,0 +1,19 @@ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace BaseSet { public partial class Form2 : Form { public Form2() { InitializeComponent(); } } } BaseSet/Gy_ORGANIZATIONS.designer.cs
@@ -430,7 +430,7 @@ this.cmdOK.TabIndex = 15; this.cmdOK.Text = "保 存"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); this.cmdOK.Click += new System.EventHandler(this.CmdOK_Click); // // chkHStopflag // Model/Model.csproj
@@ -35,6 +35,24 @@ <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> NETSCM/NETSCM.csproj
@@ -15,6 +15,21 @@ <UpgradeBackupLocation> </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> <PublishUrl>publish\</PublishUrl> <Install>true</Install> <InstallFrom>Disk</InstallFrom> <UpdateEnabled>false</UpdateEnabled> <UpdateMode>Foreground</UpdateMode> <UpdateInterval>7</UpdateInterval> <UpdateIntervalUnits>Days</UpdateIntervalUnits> <UpdatePeriodically>false</UpdatePeriodically> <UpdateRequired>false</UpdateRequired> <MapFileExtensions>true</MapFileExtensions> <ApplicationRevision>0</ApplicationRevision> <ApplicationVersion>1.0.0.%2a</ApplicationVersion> <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -33,6 +48,24 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <DebugSymbols>true</DebugSymbols> <OutputPath>bin\x86\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <DebugType>full</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <Optimize>true</Optimize> <DebugType>pdbonly</DebugType> <PlatformTarget>x86</PlatformTarget> <LangVersion>7.3</LangVersion> <ErrorReport>prompt</ErrorReport> </PropertyGroup> <ItemGroup> <Reference Include="BaseSet, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> @@ -84,21 +117,15 @@ </ItemGroup> <ItemGroup> <Compile Include="ClsShowMod.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.cs" /> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> <Compile Include="Frm_Show.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Frm_Show.cs" /> <Compile Include="Frm_Show.designer.cs"> <DependentUpon>Frm_Show.cs</DependentUpon> </Compile> <Compile Include="MDIMain.cs"> <SubType>Form</SubType> </Compile> <Compile Include="MDIMain.cs" /> <Compile Include="MDIMain.designer.cs"> <DependentUpon>MDIMain.cs</DependentUpon> </Compile> @@ -143,9 +170,7 @@ <DesignTime>True</DesignTime> <DependentUpon>Reference.map</DependentUpon> </Compile> <Compile Include="Xt_Wait.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Xt_Wait.cs" /> <Compile Include="Xt_Wait.designer.cs"> <DependentUpon>Xt_Wait.cs</DependentUpon> </Compile> @@ -276,6 +301,13 @@ <EmbedInteropTypes>True</EmbedInteropTypes> </COMReference> </ItemGroup> <ItemGroup> <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> <Visible>False</Visible> <ProductName>.NET Framework 3.5 SP1</ProductName> <Install>false</Install> </BootstrapperPackage> </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.