This commit is contained in:
2025-09-08 14:13:06 +02:00
parent c4e6e7fee5
commit a0167e2487
4 changed files with 14 additions and 12 deletions

View File

@@ -24,7 +24,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>

View File

@@ -53,7 +53,7 @@
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(2, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(285, 142);
this.groupBox1.Size = new System.Drawing.Size(285, 110);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Status";
@@ -94,7 +94,7 @@
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Location = new System.Drawing.Point(293, 1);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(285, 142);
this.groupBox2.Size = new System.Drawing.Size(285, 110);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Settings";
@@ -156,7 +156,7 @@
// button2
//
this.button2.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.Location = new System.Drawing.Point(45, 149);
this.button2.Location = new System.Drawing.Point(107, 117);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(174, 55);
this.button2.TabIndex = 5;
@@ -167,7 +167,7 @@
// button3
//
this.button3.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button3.Location = new System.Drawing.Point(250, 149);
this.button3.Location = new System.Drawing.Point(299, 117);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(174, 55);
this.button3.TabIndex = 6;
@@ -178,7 +178,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(495, 186);
this.label1.Location = new System.Drawing.Point(501, 157);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 13);
this.label1.TabIndex = 7;
@@ -188,7 +188,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(592, 208);
this.ClientSize = new System.Drawing.Size(592, 179);
this.Controls.Add(this.label1);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);

View File

@@ -39,6 +39,7 @@ namespace Driver_Easy_Loader
{
label2.Text = "Running as admin: Yes";
button1.Visible = false;
radioButton3.Checked = true;
}
else
{
@@ -62,6 +63,7 @@ namespace Driver_Easy_Loader
else
{
label4.Text = "Loader installed: No";
button3.Enabled = false;
}
}

View File

@@ -6,12 +6,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Driver Easy Loader")]
[assembly: AssemblyTitle("Driver Easy Loader by Vichingo455")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Vichingo455")]
[assembly: AssemblyProduct("Driver Easy Loader by Vichingo455")]
[assembly: AssemblyCopyright("Copyright © 2022 Vichingo455. All rights reserved")]
[assembly: AssemblyProduct("Driver Easy Loader")]
[assembly: AssemblyCopyright("Copyright © 2025 Vichingo455. All rights reserved")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -33,6 +33,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguage("en")]