Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added A2/Passport/Passport.v11.suo
Binary file not shown.
Binary file modified A2/Passport/Passport/bin/Debug/Passport.exe
Binary file not shown.
Binary file modified A2/Passport/Passport/bin/Debug/Passport.pdb
Binary file not shown.
Binary file modified A2/Passport/Passport/bin/Debug/Passport.vshost.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\bin\Debug\Passport.exe.config
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\bin\Debug\Passport.exe
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\bin\Debug\Passport.pdb
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.EmploymentForm.resources
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.Form1.resources
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.NoNoMessageBox.resources
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.Properties.Resources.resources
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.csproj.GenerateResource.Cache
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.exe
C:\Users\User\Desktop\xxx\prog2015\A2\Passport\Passport\obj\Debug\Passport.pdb
Binary file not shown.
Binary file added A2/Passport/Passport/obj/Debug/Passport.exe
Binary file not shown.
Binary file added A2/Passport/Passport/obj/Debug/Passport.pdb
Binary file not shown.
5 changes: 4 additions & 1 deletion List/outt.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
1
A2+A3 https://github.com/outt/prog2015/commit/7976782fd5a108ef50c9df2c8168f41d2f00ac64#commitcomment-10884248
C1 https://github.com/outt/prog2015/commit/ae3019dd6bc684a25e2243cdfce6d73b309fa2f0#commitcomment-11556351
D1 https://github.com/outt/prog2015/commit/4a5bc57c6858ec1143e2728eb223854cc5397b71#commitcomment-115563
��������� ������: 5
20 changes: 20 additions & 0 deletions artem_labi/A2/A2.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "A2", "A2\A2.csproj", "{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added artem_labi/A2/A2.v11.suo
Binary file not shown.
99 changes: 99 additions & 0 deletions artem_labi/A2/A2/A2.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{33F8987C-4A0D-47AC-9482-0DBD4B39A4A2}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ws</RootNamespace>
<AssemblyName>A2</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<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="Ex-clubs.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Ex-clubs.Designer.cs">
<DependentUpon>Ex-clubs.cs</DependentUpon>
</Compile>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="q.cs" />
<EmbeddedResource Include="Ex-clubs.resx">
<DependentUpon>Ex-clubs.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</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>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
6 changes: 6 additions & 0 deletions artem_labi/A2/A2/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
175 changes: 175 additions & 0 deletions artem_labi/A2/A2/Ex-clubs.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions artem_labi/A2/A2/Ex-clubs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace ws
{
public partial class FORMA : Form
{
public FORMA()
{
InitializeComponent();
}

public Add Data { get; set; }

private void button1_Click_1(object sender, EventArgs e)
{
Data = new Add();
Data.Combo3 = comboBox3.Text;
Data.Team = textBox_team.Text;
Data.Start = dateTimePicker1.Value;
Data.End = dateTimePicker2.Value;

}

private void button2_Click(object sender, EventArgs e)
{

}


}
}
Loading