Update MainForm layout with adjusted button widths and form size for improved UI consistency

This commit is contained in:
vista-man
2025-01-27 19:18:40 +01:00
parent 5e6c6efc69
commit fd28e1a375
12 changed files with 10 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ public class MainForm : Form
Text = $"Saldo: €{mijnRekening.ControleerSaldo():N2}",
Top = 20,
Left = 20,
Width = 240,
Width = 260,
Font = new Font("Arial", 16, FontStyle.Bold),
ForeColor = Color.White,
BackColor = Color.FromArgb(0, 123, 255),
@@ -100,7 +100,7 @@ public class MainForm : Form
{
Top = 60,
Left = 20,
Width = 240,
Width = 260,
Font = new Font("Arial", 14),
BackColor = Color.White,
ForeColor = Color.Black,
@@ -111,7 +111,7 @@ public class MainForm : Form
Text = "Storten",
Top = 100,
Left = 20,
Width = 240,
Width = 260,
Font = new Font("Arial", 14),
BackColor = Color.FromArgb(0, 123, 255),
ForeColor = Color.White,
@@ -122,9 +122,8 @@ public class MainForm : Form
Text = "Opnemen",
Top = 140,
Left = 20,
Width = 240,
Font = new Font("Arial", 14),
BackColor = Color.FromArgb(220, 53, 69),
Width = 260,
BackColor = Color.FromArgb(0, 123, 255), // Lighter blue
ForeColor = Color.White,
FlatStyle = FlatStyle.Flat
};
@@ -133,7 +132,7 @@ public class MainForm : Form
Text = "Transactiegeschiedenis",
Top = 180,
Left = 20,
Width = 240,
Width = 260,
Font = new Font("Arial", 14),
BackColor = Color.FromArgb(108, 117, 125),
ForeColor = Color.White,
@@ -151,7 +150,7 @@ public class MainForm : Form
Controls.Add(transactieGeschiedenisButton);
Text = "Bankrekening Beheer";
Size = new Size(300, 300);
Size = new Size(320, 320);
StartPosition = FormStartPosition.CenterScreen;
BackColor = Color.White;
}

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5398029353f232f4cc3fb11f351f629f5f15fc2e")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5e6c6efc697d9a0c8209d4793c99631010f6dfe1")]
[assembly: System.Reflection.AssemblyProductAttribute("Bankrekening")]
[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
12a15d2b3b3ca375149b08fd35f33e89675344958a828cf91a6b0ef0542e88d4
1d1a27639a7c88a12eb16c69957f88f21fc766224101c919ae4d0eb231f9dc10

View File

@@ -1 +1 @@
{"documents":{"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\*":"https://raw.githubusercontent.com/Alvin-Zilverstand/ict-algemeen-opdrachten/5398029353f232f4cc3fb11f351f629f5f15fc2e/*"}}
{"documents":{"C:\\Users\\steen\\Desktop\\Alvin\\ict-algemeen-opdrachten\\*":"https://raw.githubusercontent.com/Alvin-Zilverstand/ict-algemeen-opdrachten/5e6c6efc697d9a0c8209d4793c99631010f6dfe1/*"}}