Password changing

This commit is contained in:
Aurélie Delhaie
2022-05-29 17:55:34 +02:00
parent 4cf1d4b3b0
commit 2e76c8cd6a
23 changed files with 325 additions and 113 deletions

View File

@@ -38,6 +38,7 @@
this.DownloadButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.SettingButton = new System.Windows.Forms.ToolStripButton();
this.UserSettingsButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.LogoutButton = new System.Windows.Forms.ToolStripButton();
this.LogButton = new System.Windows.Forms.ToolStripButton();
@@ -46,7 +47,6 @@
this.TasksButton = new System.Windows.Forms.ToolStripDropDownButton();
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.MainProgressBar = new System.Windows.Forms.ToolStripProgressBar();
this.UserSettingsButton = new System.Windows.Forms.ToolStripButton();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
@@ -56,12 +56,13 @@
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.listView1.LargeImageList = this.coverList;
this.listView1.Location = new System.Drawing.Point(0, 33);
this.listView1.Location = new System.Drawing.Point(0, 31);
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.ShowGroups = false;
this.listView1.ShowItemToolTips = true;
this.listView1.Size = new System.Drawing.Size(1506, 702);
this.listView1.Size = new System.Drawing.Size(1004, 450);
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
@@ -91,8 +92,8 @@
this.AboutButton});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.toolStrip1.Size = new System.Drawing.Size(1506, 33);
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
this.toolStrip1.Size = new System.Drawing.Size(1004, 31);
this.toolStrip1.TabIndex = 3;
this.toolStrip1.Text = "toolStrip1";
//
@@ -103,7 +104,7 @@
this.AddButton.Image = ((System.Drawing.Image)(resources.GetObject("AddButton.Image")));
this.AddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AddButton.Name = "AddButton";
this.AddButton.Size = new System.Drawing.Size(34, 28);
this.AddButton.Size = new System.Drawing.Size(28, 28);
this.AddButton.Text = "Add";
this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
//
@@ -114,7 +115,7 @@
this.SyncButton.Image = ((System.Drawing.Image)(resources.GetObject("SyncButton.Image")));
this.SyncButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.SyncButton.Name = "SyncButton";
this.SyncButton.Size = new System.Drawing.Size(34, 28);
this.SyncButton.Size = new System.Drawing.Size(28, 28);
this.SyncButton.Text = "Sync";
this.SyncButton.Click += new System.EventHandler(this.SyncButton_Click);
//
@@ -125,14 +126,14 @@
this.DownloadButton.Image = ((System.Drawing.Image)(resources.GetObject("DownloadButton.Image")));
this.DownloadButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DownloadButton.Name = "DownloadButton";
this.DownloadButton.Size = new System.Drawing.Size(34, 28);
this.DownloadButton.Size = new System.Drawing.Size(28, 28);
this.DownloadButton.Text = "Download from server";
this.DownloadButton.Click += new System.EventHandler(this.DownloadButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
//
// SettingButton
//
@@ -140,14 +141,25 @@
this.SettingButton.Image = ((System.Drawing.Image)(resources.GetObject("SettingButton.Image")));
this.SettingButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.SettingButton.Name = "SettingButton";
this.SettingButton.Size = new System.Drawing.Size(34, 28);
this.SettingButton.Size = new System.Drawing.Size(28, 28);
this.SettingButton.Text = "Settings";
this.SettingButton.Click += new System.EventHandler(this.ConfigButton_Click);
//
// UserSettingsButton
//
this.UserSettingsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.UserSettingsButton.Enabled = false;
this.UserSettingsButton.Image = ((System.Drawing.Image)(resources.GetObject("UserSettingsButton.Image")));
this.UserSettingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.UserSettingsButton.Name = "UserSettingsButton";
this.UserSettingsButton.Size = new System.Drawing.Size(28, 28);
this.UserSettingsButton.Text = "User settings";
this.UserSettingsButton.Click += new System.EventHandler(this.UserSettingsButton_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 33);
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
//
// LogoutButton
//
@@ -156,7 +168,7 @@
this.LogoutButton.Image = ((System.Drawing.Image)(resources.GetObject("LogoutButton.Image")));
this.LogoutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.LogoutButton.Name = "LogoutButton";
this.LogoutButton.Size = new System.Drawing.Size(34, 28);
this.LogoutButton.Size = new System.Drawing.Size(28, 28);
this.LogoutButton.Text = "Logout";
this.LogoutButton.Click += new System.EventHandler(this.LogoutButton_Click);
//
@@ -166,7 +178,7 @@
this.LogButton.Image = ((System.Drawing.Image)(resources.GetObject("LogButton.Image")));
this.LogButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.LogButton.Name = "LogButton";
this.LogButton.Size = new System.Drawing.Size(34, 28);
this.LogButton.Size = new System.Drawing.Size(28, 28);
this.LogButton.Text = "Show logs";
this.LogButton.Click += new System.EventHandler(this.LogButton_Click);
//
@@ -177,7 +189,7 @@
this.AboutButton.Image = ((System.Drawing.Image)(resources.GetObject("AboutButton.Image")));
this.AboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.AboutButton.Name = "AboutButton";
this.AboutButton.Size = new System.Drawing.Size(34, 28);
this.AboutButton.Size = new System.Drawing.Size(28, 28);
this.AboutButton.Text = "About";
this.AboutButton.Click += new System.EventHandler(this.AboutButton_Click);
//
@@ -188,10 +200,9 @@
this.TasksButton,
this.StatusLabel,
this.MainProgressBar});
this.statusStrip1.Location = new System.Drawing.Point(0, 735);
this.statusStrip1.Location = new System.Drawing.Point(0, 481);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Padding = new System.Windows.Forms.Padding(2, 0, 21, 0);
this.statusStrip1.Size = new System.Drawing.Size(1506, 31);
this.statusStrip1.Size = new System.Drawing.Size(1004, 30);
this.statusStrip1.TabIndex = 4;
this.statusStrip1.Text = "statusStrip1";
//
@@ -210,39 +221,29 @@
//
this.StatusLabel.BackColor = System.Drawing.Color.Transparent;
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 24);
this.StatusLabel.Size = new System.Drawing.Size(0, 25);
//
// MainProgressBar
//
this.MainProgressBar.MarqueeAnimationSpeed = 20;
this.MainProgressBar.Name = "MainProgressBar";
this.MainProgressBar.Size = new System.Drawing.Size(150, 23);
this.MainProgressBar.Size = new System.Drawing.Size(100, 24);
this.MainProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
this.MainProgressBar.Visible = false;
//
// UserSettingsButton
//
this.UserSettingsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.UserSettingsButton.Enabled = false;
this.UserSettingsButton.Image = ((System.Drawing.Image)(resources.GetObject("UserSettingsButton.Image")));
this.UserSettingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.UserSettingsButton.Name = "UserSettingsButton";
this.UserSettingsButton.Size = new System.Drawing.Size(34, 28);
this.UserSettingsButton.Text = "User settings";
this.UserSettingsButton.Click += new System.EventHandler(this.UserSettingsButton_Click);
//
// GameLibrary
//
this.AutoScaleDimensions = new System.Drawing.SizeF(144F, 144F);
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
this.ClientSize = new System.Drawing.Size(1506, 766);
this.ClientSize = new System.Drawing.Size(1004, 511);
this.Controls.Add(this.listView1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(1519, 797);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.MinimumSize = new System.Drawing.Size(1018, 544);
this.Name = "GameLibrary";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Game Library";