Skip to content

Commit 66b9036

Browse files
committed
add new files
1 parent eec312a commit 66b9036

File tree

139 files changed

+1607
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+1607
-1
lines changed

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": null
3+
}

.vs/VSWorkspaceState.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\Message Box"
5+
],
6+
"SelectedNode": "\\Message Box\\Message Box.sln",
7+
"PreviewInSolutionExplorer": false
8+
}
Binary file not shown.
Binary file not shown.

.vs/Windows form app/FileContentIndex/read.lock

Whitespace-only changes.

.vs/Windows form app/v17/.suo

14.5 KB
Binary file not shown.

.vs/slnx.sqlite

644 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
' <autogenerated/>
2+
Option Strict Off
3+
Option Explicit On
4+
5+
Imports System
6+
Imports System.Reflection
7+
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName:="")>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
'------------------------------------------------------------------------------
2+
' <auto-generated>
3+
' This code was generated by a tool.
4+
' Runtime Version:4.0.30319.42000
5+
'
6+
' Changes to this file may cause incorrect behavior and will be lost if
7+
' the code is regenerated.
8+
' </auto-generated>
9+
'------------------------------------------------------------------------------
10+
11+
Option Strict Off
12+
Option Explicit On
13+
14+
Imports System
15+
Imports System.Reflection
16+
<Assembly: System.Reflection.AssemblyCompanyAttribute("Age Calculator"), _
17+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Release"), _
18+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
19+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0"), _
20+
Assembly: System.Reflection.AssemblyProductAttribute("Age Calculator"), _
21+
Assembly: System.Reflection.AssemblyTitleAttribute("Age Calculator"), _
22+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
23+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
24+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
25+
26+
'Generated by the MSBuild WriteCodeFragment class.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
613fefb13a287f26e425d13f48b460e87b6cf750
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
is_global = true
2+
build_property.ApplicationManifest =
3+
build_property.StartupObject = Sub Main
4+
build_property.ApplicationDefaultFont =
5+
build_property.ApplicationHighDpiMode =
6+
build_property.ApplicationUseCompatibleTextRendering =
7+
build_property.ApplicationVisualStyles =
8+
build_property.TargetFramework = net6.0-windows
9+
build_property.TargetPlatformMinVersion = 7.0
10+
build_property.UsingMicrosoftNETSdkWeb =
11+
build_property.ProjectTypeGuids =
12+
build_property.InvariantGlobalization =
13+
build_property.PlatformNeutralAssembly =
14+
build_property._SupportedPlatformList = Linux,macOS,Windows
15+
build_property.RootNamespace = Age_Calculator
16+
build_property.ProjectDir = D:\Coding\Windows form app\Age Calculator\Age Calculator\
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
' <autogenerated/>
2+
Option Strict Off
3+
Option Explicit On
4+
5+
Imports System
6+
Imports System.Reflection
7+
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName:="")>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
'------------------------------------------------------------------------------
2+
' <auto-generated>
3+
' This code was generated by a tool.
4+
' Runtime Version:4.0.30319.42000
5+
'
6+
' Changes to this file may cause incorrect behavior and will be lost if
7+
' the code is regenerated.
8+
' </auto-generated>
9+
'------------------------------------------------------------------------------
10+
11+
Option Strict Off
12+
Option Explicit On
13+
14+
Imports System
15+
Imports System.Reflection
16+
<Assembly: System.Reflection.AssemblyCompanyAttribute("ColorPicker"), _
17+
Assembly: System.Reflection.AssemblyConfigurationAttribute("Release"), _
18+
Assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0"), _
19+
Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0"), _
20+
Assembly: System.Reflection.AssemblyProductAttribute("ColorPicker"), _
21+
Assembly: System.Reflection.AssemblyTitleAttribute("ColorPicker"), _
22+
Assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0"), _
23+
Assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0"), _
24+
Assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")>
25+
26+
'Generated by the MSBuild WriteCodeFragment class.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
747ffc28eb27dab54b9ba14af55d8e99678b0231
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
is_global = true
2+
build_property.ApplicationManifest =
3+
build_property.StartupObject = Sub Main
4+
build_property.ApplicationDefaultFont =
5+
build_property.ApplicationHighDpiMode =
6+
build_property.ApplicationUseCompatibleTextRendering =
7+
build_property.ApplicationVisualStyles =
8+
build_property.TargetFramework = net6.0-windows
9+
build_property.TargetPlatformMinVersion = 7.0
10+
build_property.UsingMicrosoftNETSdkWeb =
11+
build_property.ProjectTypeGuids =
12+
build_property.InvariantGlobalization =
13+
build_property.PlatformNeutralAssembly =
14+
build_property._SupportedPlatformList = Linux,macOS,Windows
15+
build_property.RootNamespace = ColorPicker
16+
build_property.ProjectDir = D:\Coding\Windows form app\ColorPicker\ColorPicker\
Binary file not shown.
Binary file not shown.

Days Converter/.vs/Days Converter/FileContentIndex/read.lock

Whitespace-only changes.
135 Bytes
Binary file not shown.
32.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

Days Converter/Days Converter.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.2.32630.192
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Days Converter", "Days Converter\Days Converter.vbproj", "{8E8E7E80-61B3-44A6-B71E-6658E81B01ED}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{8E8E7E80-61B3-44A6-B71E-6658E81B01ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{8E8E7E80-61B3-44A6-B71E-6658E81B01ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{8E8E7E80-61B3-44A6-B71E-6658E81B01ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{8E8E7E80-61B3-44A6-B71E-6658E81B01ED}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {D6F36EA6-5EE0-4020-92D1-15129C32DFF9}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Imports Microsoft.VisualBasic.ApplicationServices
2+
3+
Namespace My
4+
' The following events are available for MyApplication:
5+
' Startup: Raised when the application starts, before the startup form is created.
6+
' Shutdown: Raised after all application forms are closed. This event is not raised if the application terminates abnormally.
7+
' UnhandledException: Raised if the application encounters an unhandled exception.
8+
' StartupNextInstance: Raised when launching a single-instance application and the application is already active.
9+
' NetworkAvailabilityChanged: Raised when the network connection is connected or disconnected.
10+
11+
' **NEW** ApplyApplicationDefaults: Raised when the application queries default values to be set for the application.
12+
13+
' Example:
14+
' Private Sub MyApplication_ApplyApplicationDefaults(sender As Object, e As ApplyApplicationDefaultsEventArgs) Handles Me.ApplyApplicationDefaults
15+
'
16+
' ' Setting the application-wide default Font:
17+
' e.Font = New Font(FontFamily.GenericSansSerif, 12, FontStyle.Regular)
18+
'
19+
' ' Setting the HighDpiMode for the Application:
20+
' e.HighDpiMode = HighDpiMode.PerMonitorV2
21+
'
22+
' ' If a splash dialog is used, this sets the minimum display time:
23+
' e.MinimumSplashScreenDisplayTime = 4000
24+
' End Sub
25+
26+
Partial Friend Class MyApplication
27+
28+
End Class
29+
End Namespace
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFramework>net6.0-windows</TargetFramework>
6+
<RootNamespace>Days_Converter</RootNamespace>
7+
<StartupObject>Sub Main</StartupObject>
8+
<UseWindowsForms>true</UseWindowsForms>
9+
<MyType>WindowsForms</MyType>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<Import Include="System.Data" />
14+
<Import Include="System.Drawing" />
15+
<Import Include="System.Windows.Forms" />
16+
</ItemGroup>
17+
18+
<ItemGroup>
19+
<Compile Update="My Project\Application.Designer.vb">
20+
<DesignTime>True</DesignTime>
21+
<AutoGen>True</AutoGen>
22+
<DependentUpon>Application.myapp</DependentUpon>
23+
</Compile>
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
<None Update="My Project\Application.myapp">
28+
<Generator>MyApplicationCodeGenerator</Generator>
29+
<LastGenOutput>Application.Designer.vb</LastGenOutput>
30+
</None>
31+
</ItemGroup>
32+
33+
</Project>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Compile Update="Form1.vb">
5+
<SubType>Form</SubType>
6+
</Compile>
7+
</ItemGroup>
8+
</Project>

Days Converter/Days Converter/Form1.Designer.vb

Lines changed: 116 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)