переименовывает файл Autorisation >AuthorizationForm
This commit is contained in:
parent
43f9cc859e
commit
613315a988
@ -1,6 +1,6 @@
|
||||
namespace AwesomeEmailExtractor
|
||||
{
|
||||
partial class Authorisation
|
||||
partial class AuthorizationForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
@ -90,7 +90,7 @@
|
||||
this.entryPassword.Size = new System.Drawing.Size(195, 20);
|
||||
this.entryPassword.TabIndex = 4;
|
||||
//
|
||||
// Authorisation
|
||||
// AuthorizationForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
@ -101,8 +101,8 @@
|
||||
this.Controls.Add(this.entryLogin);
|
||||
this.Controls.Add(this.registerButton);
|
||||
this.Controls.Add(this.loginButton);
|
||||
this.Name = "Authorisation";
|
||||
this.Text = "Authorisation";
|
||||
this.Name = "AuthorizationForm";
|
||||
this.Text = "Авторизоваться";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
@ -10,9 +10,9 @@ using System.Windows.Forms;
|
||||
|
||||
namespace AwesomeEmailExtractor
|
||||
{
|
||||
public partial class Authorisation : Form
|
||||
public partial class AuthorizationForm : Form
|
||||
{
|
||||
public Authorisation()
|
||||
public AuthorizationForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
@ -46,11 +46,11 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Authorisation.cs">
|
||||
<Compile Include="AuthorizationForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Authorisation.Designer.cs">
|
||||
<DependentUpon>Authorisation.cs</DependentUpon>
|
||||
<Compile Include="AuthorizationForm.Designer.cs">
|
||||
<DependentUpon>AuthorizationForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ExtactEmailsAlgorithm.cs" />
|
||||
<Compile Include="MainForm.cs">
|
||||
@ -61,8 +61,8 @@
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Authorisation.resx">
|
||||
<DependentUpon>Authorisation.cs</DependentUpon>
|
||||
<EmbeddedResource Include="AuthorizationForm.resx">
|
||||
<DependentUpon>AuthorizationForm.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="MainForm.resx">
|
||||
<DependentUpon>MainForm.cs</DependentUpon>
|
||||
|
Reference in New Issue
Block a user