Changing Font Awesome icons to Windows SDL2 icons + starting Management window

This commit is contained in:
Aurélie Delhaie
2022-05-29 23:04:03 +02:00
parent 2e76c8cd6a
commit eb4ded0c5b
18 changed files with 2780 additions and 314 deletions

View File

@@ -47,7 +47,7 @@
this.Severity});
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(0, 27);
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listView1.Margin = new System.Windows.Forms.Padding(2);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.ShowGroups = false;
@@ -73,18 +73,18 @@
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(746, 25);
this.toolStrip1.Size = new System.Drawing.Size(746, 26);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripButton1.Font = new System.Drawing.Font("Segoe MDL2 Assets", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(32, 23);
this.toolStripButton1.Text = "";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// LogsForm
@@ -95,7 +95,7 @@
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Margin = new System.Windows.Forms.Padding(2);
this.MinimumSize = new System.Drawing.Size(507, 205);
this.Name = "LogsForm";
this.Text = "Logs";