Removed puush registration link because it is not possible to register account anymore

This commit is contained in:
Jaex 2017-07-31 09:10:08 +03:00
parent 11a4bd0ce5
commit c51122181e
4 changed files with 2240 additions and 8849 deletions

View file

@ -67,8 +67,8 @@ private void UpdateImage()
Bitmap bmp = new Bitmap(16, 16);
using (Graphics g = Graphics.FromImage(bmp))
using (Brush brush = new SolidBrush(Color.FromArgb(240, 0, 0)))
using (Font font = new Font("Arial", 9))
using (Brush brush = new SolidBrush(Color.FromArgb(230, 0, 0)))
using (Font font = new Font("Arial", 9, FontStyle.Bold))
using (StringFormat stringFormat = new StringFormat())
{
g.SmoothingMode = SmoothingMode.HighQuality;

View file

@ -252,7 +252,6 @@ private void InitializeComponent()
this.pbPuush = new System.Windows.Forms.PictureBox();
this.lblPuushAPIKey = new System.Windows.Forms.Label();
this.txtPuushAPIKey = new System.Windows.Forms.TextBox();
this.llPuushCreateAccount = new System.Windows.Forms.LinkLabel();
this.llPuushForgottenPassword = new System.Windows.Forms.LinkLabel();
this.btnPuushLogin = new System.Windows.Forms.Button();
this.txtPuushPassword = new System.Windows.Forms.TextBox();
@ -2406,7 +2405,6 @@ private void InitializeComponent()
this.tpPuush.Controls.Add(this.pbPuush);
this.tpPuush.Controls.Add(this.lblPuushAPIKey);
this.tpPuush.Controls.Add(this.txtPuushAPIKey);
this.tpPuush.Controls.Add(this.llPuushCreateAccount);
this.tpPuush.Controls.Add(this.llPuushForgottenPassword);
this.tpPuush.Controls.Add(this.btnPuushLogin);
this.tpPuush.Controls.Add(this.txtPuushPassword);
@ -2438,13 +2436,6 @@ private void InitializeComponent()
this.txtPuushAPIKey.UseSystemPasswordChar = true;
this.txtPuushAPIKey.TextChanged += new System.EventHandler(this.txtPuushAPIKey_TextChanged);
//
// llPuushCreateAccount
//
resources.ApplyResources(this.llPuushCreateAccount, "llPuushCreateAccount");
this.llPuushCreateAccount.Name = "llPuushCreateAccount";
this.llPuushCreateAccount.TabStop = true;
this.llPuushCreateAccount.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llPuushCreateAccount_LinkClicked);
//
// llPuushForgottenPassword
//
resources.ApplyResources(this.llPuushForgottenPassword, "llPuushForgottenPassword");
@ -6005,7 +5996,6 @@ private void InitializeComponent()
private System.Windows.Forms.CheckBox cbGoogleDriveDirectLink;
private System.Windows.Forms.Label lblPuushAPIKey;
private System.Windows.Forms.TextBox txtPuushAPIKey;
private System.Windows.Forms.LinkLabel llPuushCreateAccount;
private System.Windows.Forms.LinkLabel llPuushForgottenPassword;
private System.Windows.Forms.Button btnPuushLogin;
private System.Windows.Forms.TextBox txtPuushPassword;

View file

@ -1787,11 +1787,6 @@ private void pbPuush_Click(object sender, EventArgs e)
URLHelpers.OpenURL(Puush.PuushURL);
}
private void llPuushCreateAccount_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
URLHelpers.OpenURL(Puush.PuushRegisterURL);
}
private void llPuushForgottenPassword_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
URLHelpers.OpenURL(Puush.PuushResetPasswordURL);

File diff suppressed because it is too large Load diff