переименовывает файл Autorisation >AuthorizationForm

This commit is contained in:
Maxim Slipenko 2022-05-22 07:19:14 +03:00
parent 43f9cc859e
commit 613315a988
Signed by: Maks1mS
GPG Key ID: 7461AF39A8705FB8
4 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
namespace AwesomeEmailExtractor namespace AwesomeEmailExtractor
{ {
partial class Authorisation partial class AuthorizationForm
{ {
/// <summary> /// <summary>
/// Required designer variable. /// Required designer variable.
@ -90,7 +90,7 @@
this.entryPassword.Size = new System.Drawing.Size(195, 20); this.entryPassword.Size = new System.Drawing.Size(195, 20);
this.entryPassword.TabIndex = 4; this.entryPassword.TabIndex = 4;
// //
// Authorisation // AuthorizationForm
// //
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;
@ -101,8 +101,8 @@
this.Controls.Add(this.entryLogin); this.Controls.Add(this.entryLogin);
this.Controls.Add(this.registerButton); this.Controls.Add(this.registerButton);
this.Controls.Add(this.loginButton); this.Controls.Add(this.loginButton);
this.Name = "Authorisation"; this.Name = "AuthorizationForm";
this.Text = "Authorisation"; this.Text = "Авторизоваться";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -10,9 +10,9 @@ using System.Windows.Forms;
namespace AwesomeEmailExtractor namespace AwesomeEmailExtractor
{ {
public partial class Authorisation : Form public partial class AuthorizationForm : Form
{ {
public Authorisation() public AuthorizationForm()
{ {
InitializeComponent(); InitializeComponent();
} }

View File

@ -46,11 +46,11 @@
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Authorisation.cs"> <Compile Include="AuthorizationForm.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
<Compile Include="Authorisation.Designer.cs"> <Compile Include="AuthorizationForm.Designer.cs">
<DependentUpon>Authorisation.cs</DependentUpon> <DependentUpon>AuthorizationForm.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="ExtactEmailsAlgorithm.cs" /> <Compile Include="ExtactEmailsAlgorithm.cs" />
<Compile Include="MainForm.cs"> <Compile Include="MainForm.cs">
@ -61,8 +61,8 @@
</Compile> </Compile>
<Compile Include="Program.cs" /> <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Authorisation.resx"> <EmbeddedResource Include="AuthorizationForm.resx">
<DependentUpon>Authorisation.cs</DependentUpon> <DependentUpon>AuthorizationForm.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="MainForm.resx"> <EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon> <DependentUpon>MainForm.cs</DependentUpon>