Aktualisiert
- .NET-Framework auf 4.8 gehoben - Fehler im UI behoben
This commit is contained in:
parent
bb221e790e
commit
e2ccc63fcd
Binary file not shown.
Binary file not shown.
BIN
.vs/ShowInstalledNXversion.git/v17/.suo
Normal file
BIN
.vs/ShowInstalledNXversion.git/v17/.suo
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
30
ShowInstalledNXversion/Form1.Designer.cs
generated
30
ShowInstalledNXversion/Form1.Designer.cs
generated
@ -64,7 +64,7 @@ namespace ShowInstalledNXversion
|
||||
this.groupBoxSelect.Controls.Add(this.labelInstallationFolder);
|
||||
this.groupBoxSelect.Location = new System.Drawing.Point(12, 12);
|
||||
this.groupBoxSelect.Name = "groupBoxSelect";
|
||||
this.groupBoxSelect.Size = new System.Drawing.Size(381, 72);
|
||||
this.groupBoxSelect.Size = new System.Drawing.Size(350, 72);
|
||||
this.groupBoxSelect.TabIndex = 1;
|
||||
this.groupBoxSelect.TabStop = false;
|
||||
this.groupBoxSelect.Text = "Auswahl";
|
||||
@ -74,7 +74,7 @@ namespace ShowInstalledNXversion
|
||||
this.comboBoxInstalledNX.FormattingEnabled = true;
|
||||
this.comboBoxInstalledNX.Location = new System.Drawing.Point(127, 45);
|
||||
this.comboBoxInstalledNX.Name = "comboBoxInstalledNX";
|
||||
this.comboBoxInstalledNX.Size = new System.Drawing.Size(247, 21);
|
||||
this.comboBoxInstalledNX.Size = new System.Drawing.Size(217, 21);
|
||||
this.comboBoxInstalledNX.TabIndex = 5;
|
||||
this.comboBoxInstalledNX.SelectedIndexChanged += new System.EventHandler(this.comboBoxInstalledNX_SelectedIndexChanged);
|
||||
//
|
||||
@ -83,13 +83,13 @@ namespace ShowInstalledNXversion
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(6, 49);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(60, 13);
|
||||
this.label1.Size = new System.Drawing.Size(88, 13);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "NX Version";
|
||||
this.label1.Text = "NX Basis-Version";
|
||||
//
|
||||
// buttonInstallationFolder
|
||||
//
|
||||
this.buttonInstallationFolder.Location = new System.Drawing.Point(300, 17);
|
||||
this.buttonInstallationFolder.Location = new System.Drawing.Point(269, 16);
|
||||
this.buttonInstallationFolder.Name = "buttonInstallationFolder";
|
||||
this.buttonInstallationFolder.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonInstallationFolder.TabIndex = 2;
|
||||
@ -101,7 +101,7 @@ namespace ShowInstalledNXversion
|
||||
//
|
||||
this.textBoxInstallationFolder.Location = new System.Drawing.Point(127, 19);
|
||||
this.textBoxInstallationFolder.Name = "textBoxInstallationFolder";
|
||||
this.textBoxInstallationFolder.Size = new System.Drawing.Size(167, 20);
|
||||
this.textBoxInstallationFolder.Size = new System.Drawing.Size(136, 20);
|
||||
this.textBoxInstallationFolder.TabIndex = 1;
|
||||
this.textBoxInstallationFolder.Text = "C:\\CAD";
|
||||
this.textBoxInstallationFolder.TextChanged += new System.EventHandler(this.textBoxInstallationFolder_TextChanged);
|
||||
@ -113,17 +113,17 @@ namespace ShowInstalledNXversion
|
||||
this.groupBoxResult.Controls.Add(this.labelInstalledNxVersion);
|
||||
this.groupBoxResult.Location = new System.Drawing.Point(12, 90);
|
||||
this.groupBoxResult.Name = "groupBoxResult";
|
||||
this.groupBoxResult.Size = new System.Drawing.Size(380, 46);
|
||||
this.groupBoxResult.Size = new System.Drawing.Size(350, 46);
|
||||
this.groupBoxResult.TabIndex = 2;
|
||||
this.groupBoxResult.TabStop = false;
|
||||
this.groupBoxResult.Text = "Ergebnis";
|
||||
//
|
||||
// textBoxInstalledNxVersion
|
||||
//
|
||||
this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(127, 20);
|
||||
this.textBoxInstalledNxVersion.Location = new System.Drawing.Point(122, 20);
|
||||
this.textBoxInstalledNxVersion.Name = "textBoxInstalledNxVersion";
|
||||
this.textBoxInstalledNxVersion.ReadOnly = true;
|
||||
this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(247, 20);
|
||||
this.textBoxInstalledNxVersion.Size = new System.Drawing.Size(222, 20);
|
||||
this.textBoxInstalledNxVersion.TabIndex = 1;
|
||||
//
|
||||
// labelInstalledNxVersion
|
||||
@ -137,19 +137,19 @@ namespace ShowInstalledNXversion
|
||||
//
|
||||
// buttonExportVersion
|
||||
//
|
||||
this.buttonExportVersion.Location = new System.Drawing.Point(12, 143);
|
||||
this.buttonExportVersion.Location = new System.Drawing.Point(12, 142);
|
||||
this.buttonExportVersion.Name = "buttonExportVersion";
|
||||
this.buttonExportVersion.Size = new System.Drawing.Size(336, 23);
|
||||
this.buttonExportVersion.Size = new System.Drawing.Size(305, 23);
|
||||
this.buttonExportVersion.TabIndex = 3;
|
||||
this.buttonExportVersion.Text = "Exportiere alle Installationen in \'InstalledNX-Versions.txt\' am Desktop";
|
||||
this.buttonExportVersion.Text = "Alle Infos nach \'Desktop\\InstalledNX-Versions.txt\' exportieren";
|
||||
this.buttonExportVersion.UseVisualStyleBackColor = true;
|
||||
this.buttonExportVersion.Click += new System.EventHandler(this.buttonExportVersion_Click);
|
||||
//
|
||||
// buttonAbout
|
||||
//
|
||||
this.buttonAbout.Location = new System.Drawing.Point(354, 143);
|
||||
this.buttonAbout.Location = new System.Drawing.Point(323, 142);
|
||||
this.buttonAbout.Name = "buttonAbout";
|
||||
this.buttonAbout.Size = new System.Drawing.Size(38, 23);
|
||||
this.buttonAbout.Size = new System.Drawing.Size(39, 23);
|
||||
this.buttonAbout.TabIndex = 4;
|
||||
this.buttonAbout.Text = "Über";
|
||||
this.buttonAbout.UseVisualStyleBackColor = true;
|
||||
@ -159,7 +159,7 @@ namespace ShowInstalledNXversion
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(404, 178);
|
||||
this.ClientSize = new System.Drawing.Size(374, 177);
|
||||
this.Controls.Add(this.buttonAbout);
|
||||
this.Controls.Add(this.buttonExportVersion);
|
||||
this.Controls.Add(this.groupBoxResult);
|
||||
|
||||
@ -3,46 +3,42 @@
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code neu generiert wird.
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ShowInstalledNXversion.Properties {
|
||||
using System;
|
||||
|
||||
|
||||
namespace ShowInstalledNXversion.Properties
|
||||
{
|
||||
/// <summary>
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse
|
||||
// über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
// mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources
|
||||
{
|
||||
internal class Resources {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources()
|
||||
{
|
||||
internal Resources() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if ((resourceMan == null))
|
||||
{
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShowInstalledNXversion.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
@ -52,17 +48,14 @@ namespace ShowInstalledNXversion.Properties
|
||||
|
||||
/// <summary>
|
||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
/// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,27 +1,24 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ShowInstalledNXversion.Properties {
|
||||
|
||||
|
||||
namespace ShowInstalledNXversion.Properties
|
||||
{
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||
{
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.7.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
@ -8,10 +8,11 @@
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>ShowInstalledNXversion</RootNamespace>
|
||||
<AssemblyName>ShowInstalledNXversion</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>false</Deterministic>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
@ -79,6 +80,7 @@
|
||||
<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>
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
|
||||
</startup>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
a8f1d44814445f7273189101ea924fc6805765a9
|
||||
6cb86a08b9097cc978e5a607d78c62ae4c082ec3
|
||||
|
||||
@ -17,3 +17,22 @@ H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversio
|
||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\de\heabox.resources.dll
|
||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\en\heabox.resources.dll
|
||||
H:\Programmieren\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.AssemblyReference.cache
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.AssemblyReference.cache
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Form1.resources
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.Properties.Resources.resources
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.GenerateResource.cache
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CoreCompileInputs.cache
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.exe
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.pdb
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe.config
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.exe
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\ShowInstalledNXversion.pdb
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\heabox.dll
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.dll
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.dll
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\heabox.pdb
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\henxver.pdb
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\herfoffo.pdb
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\de\heabox.resources.dll
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\bin\Debug\en\heabox.resources.dll
|
||||
C:\CAD\Git-WorkRepository\VisualStudio\_PROJEKTE\ShowInstalledNXversion.git\ShowInstalledNXversion\obj\Debug\ShowInstalledNXversion.csproj.CopyComplete
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user