changes
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>none</DebugType>
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release\</OutputPath>
|
<OutputPath>bin\Release\</OutputPath>
|
||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
|
12
Driver Easy Loader/Form1.Designer.cs
generated
12
Driver Easy Loader/Form1.Designer.cs
generated
@@ -53,7 +53,7 @@
|
|||||||
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.label2);
|
||||||
this.groupBox1.Location = new System.Drawing.Point(2, 1);
|
this.groupBox1.Location = new System.Drawing.Point(2, 1);
|
||||||
this.groupBox1.Name = "groupBox1";
|
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.TabIndex = 0;
|
||||||
this.groupBox1.TabStop = false;
|
this.groupBox1.TabStop = false;
|
||||||
this.groupBox1.Text = "Status";
|
this.groupBox1.Text = "Status";
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
this.groupBox2.Controls.Add(this.radioButton1);
|
this.groupBox2.Controls.Add(this.radioButton1);
|
||||||
this.groupBox2.Location = new System.Drawing.Point(293, 1);
|
this.groupBox2.Location = new System.Drawing.Point(293, 1);
|
||||||
this.groupBox2.Name = "groupBox2";
|
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.TabIndex = 1;
|
||||||
this.groupBox2.TabStop = false;
|
this.groupBox2.TabStop = false;
|
||||||
this.groupBox2.Text = "Settings";
|
this.groupBox2.Text = "Settings";
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
// button2
|
// button2
|
||||||
//
|
//
|
||||||
this.button2.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
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.Name = "button2";
|
||||||
this.button2.Size = new System.Drawing.Size(174, 55);
|
this.button2.Size = new System.Drawing.Size(174, 55);
|
||||||
this.button2.TabIndex = 5;
|
this.button2.TabIndex = 5;
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
// button3
|
// button3
|
||||||
//
|
//
|
||||||
this.button3.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
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.Name = "button3";
|
||||||
this.button3.Size = new System.Drawing.Size(174, 55);
|
this.button3.Size = new System.Drawing.Size(174, 55);
|
||||||
this.button3.TabIndex = 6;
|
this.button3.TabIndex = 6;
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
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.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(77, 13);
|
this.label1.Size = new System.Drawing.Size(77, 13);
|
||||||
this.label1.TabIndex = 7;
|
this.label1.TabIndex = 7;
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
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.label1);
|
||||||
this.Controls.Add(this.button3);
|
this.Controls.Add(this.button3);
|
||||||
this.Controls.Add(this.button2);
|
this.Controls.Add(this.button2);
|
||||||
|
@@ -39,6 +39,7 @@ namespace Driver_Easy_Loader
|
|||||||
{
|
{
|
||||||
label2.Text = "Running as admin: Yes";
|
label2.Text = "Running as admin: Yes";
|
||||||
button1.Visible = false;
|
button1.Visible = false;
|
||||||
|
radioButton3.Checked = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -62,6 +63,7 @@ namespace Driver_Easy_Loader
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
label4.Text = "Loader installed: No";
|
label4.Text = "Loader installed: No";
|
||||||
|
button3.Enabled = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -6,12 +6,12 @@ using System.Runtime.InteropServices;
|
|||||||
// General Information about an assembly is controlled through the following
|
// General Information about an assembly is controlled through the following
|
||||||
// set of attributes. Change these attribute values to modify the information
|
// set of attributes. Change these attribute values to modify the information
|
||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Driver Easy Loader")]
|
[assembly: AssemblyTitle("Driver Easy Loader by Vichingo455")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Vichingo455")]
|
[assembly: AssemblyCompany("Vichingo455")]
|
||||||
[assembly: AssemblyProduct("Driver Easy Loader by Vichingo455")]
|
[assembly: AssemblyProduct("Driver Easy Loader")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2022 Vichingo455. All rights reserved")]
|
[assembly: AssemblyCopyright("Copyright © 2025 Vichingo455. All rights reserved")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[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
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.1.0.0")]
|
[assembly: AssemblyVersion("1.2.0.0")]
|
||||||
[assembly: AssemblyFileVersion("1.1.0.0")]
|
[assembly: AssemblyFileVersion("1.2.0.0")]
|
||||||
[assembly: NeutralResourcesLanguage("en")]
|
[assembly: NeutralResourcesLanguage("en")]
|
||||||
|
Reference in New Issue
Block a user