mirror of
https://github.com/Alvin-Zilverstand/ict-algemeen-opdrachten.git
synced 2026-03-06 13:23:58 +01:00
Update MainForm layout with adjusted button widths and form size for improved UI consistency
This commit is contained in:
@@ -90,7 +90,7 @@ public class MainForm : Form
|
|||||||
Text = $"Saldo: €{mijnRekening.ControleerSaldo():N2}",
|
Text = $"Saldo: €{mijnRekening.ControleerSaldo():N2}",
|
||||||
Top = 20,
|
Top = 20,
|
||||||
Left = 20,
|
Left = 20,
|
||||||
Width = 240,
|
Width = 260,
|
||||||
Font = new Font("Arial", 16, FontStyle.Bold),
|
Font = new Font("Arial", 16, FontStyle.Bold),
|
||||||
ForeColor = Color.White,
|
ForeColor = Color.White,
|
||||||
BackColor = Color.FromArgb(0, 123, 255),
|
BackColor = Color.FromArgb(0, 123, 255),
|
||||||
@@ -100,7 +100,7 @@ public class MainForm : Form
|
|||||||
{
|
{
|
||||||
Top = 60,
|
Top = 60,
|
||||||
Left = 20,
|
Left = 20,
|
||||||
Width = 240,
|
Width = 260,
|
||||||
Font = new Font("Arial", 14),
|
Font = new Font("Arial", 14),
|
||||||
BackColor = Color.White,
|
BackColor = Color.White,
|
||||||
ForeColor = Color.Black,
|
ForeColor = Color.Black,
|
||||||
@@ -111,7 +111,7 @@ public class MainForm : Form
|
|||||||
Text = "Storten",
|
Text = "Storten",
|
||||||
Top = 100,
|
Top = 100,
|
||||||
Left = 20,
|
Left = 20,
|
||||||
Width = 240,
|
Width = 260,
|
||||||
Font = new Font("Arial", 14),
|
Font = new Font("Arial", 14),
|
||||||
BackColor = Color.FromArgb(0, 123, 255),
|
BackColor = Color.FromArgb(0, 123, 255),
|
||||||
ForeColor = Color.White,
|
ForeColor = Color.White,
|
||||||
@@ -122,9 +122,8 @@ public class MainForm : Form
|
|||||||
Text = "Opnemen",
|
Text = "Opnemen",
|
||||||
Top = 140,
|
Top = 140,
|
||||||
Left = 20,
|
Left = 20,
|
||||||
Width = 240,
|
Width = 260,
|
||||||
Font = new Font("Arial", 14),
|
BackColor = Color.FromArgb(0, 123, 255), // Lighter blue
|
||||||
BackColor = Color.FromArgb(220, 53, 69),
|
|
||||||
ForeColor = Color.White,
|
ForeColor = Color.White,
|
||||||
FlatStyle = FlatStyle.Flat
|
FlatStyle = FlatStyle.Flat
|
||||||
};
|
};
|
||||||
@@ -133,7 +132,7 @@ public class MainForm : Form
|
|||||||
Text = "Transactiegeschiedenis",
|
Text = "Transactiegeschiedenis",
|
||||||
Top = 180,
|
Top = 180,
|
||||||
Left = 20,
|
Left = 20,
|
||||||
Width = 240,
|
Width = 260,
|
||||||
Font = new Font("Arial", 14),
|
Font = new Font("Arial", 14),
|
||||||
BackColor = Color.FromArgb(108, 117, 125),
|
BackColor = Color.FromArgb(108, 117, 125),
|
||||||
ForeColor = Color.White,
|
ForeColor = Color.White,
|
||||||
@@ -151,7 +150,7 @@ public class MainForm : Form
|
|||||||
Controls.Add(transactieGeschiedenisButton);
|
Controls.Add(transactieGeschiedenisButton);
|
||||||
|
|
||||||
Text = "Bankrekening Beheer";
|
Text = "Bankrekening Beheer";
|
||||||
Size = new Size(300, 300);
|
Size = new Size(320, 320);
|
||||||
StartPosition = FormStartPosition.CenterScreen;
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
BackColor = Color.White;
|
BackColor = Color.White;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[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.AssemblyProductAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Bankrekening")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
12a15d2b3b3ca375149b08fd35f33e89675344958a828cf91a6b0ef0542e88d4
|
1d1a27639a7c88a12eb16c69957f88f21fc766224101c919ae4d0eb231f9dc10
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -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/*"}}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user