From 1ca1bed37df7422ab7049f44bf864494747abd51 Mon Sep 17 00:00:00 2001 From: EverythingWindows Date: Sun, 6 Nov 2022 18:45:00 +0700 Subject: 0.2.3 final code --- ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb') diff --git a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb index 024dbdf..2ba4121 100644 --- a/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb +++ b/ShiftOS-TheRevival/MainForms/ShiftOSMenu.Designer.vb @@ -61,6 +61,7 @@ Partial Class ShiftOSMenu 'btn_Aboot ' Me.btn_Aboot.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btn_Aboot.Font = New System.Drawing.Font("Segoe UI", 8.25!) Me.btn_Aboot.ForeColor = System.Drawing.Color.White Me.btn_Aboot.Location = New System.Drawing.Point(22, 166) Me.btn_Aboot.Name = "btn_Aboot" @@ -82,6 +83,7 @@ Partial Class ShiftOSMenu 'btn_StoryMode ' Me.btn_StoryMode.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btn_StoryMode.Font = New System.Drawing.Font("Segoe UI", 8.25!) Me.btn_StoryMode.ForeColor = System.Drawing.Color.White Me.btn_StoryMode.Location = New System.Drawing.Point(22, 108) Me.btn_StoryMode.Name = "btn_StoryMode" @@ -93,6 +95,7 @@ Partial Class ShiftOSMenu 'btn_FreeRoam ' Me.btn_FreeRoam.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btn_FreeRoam.Font = New System.Drawing.Font("Segoe UI", 8.25!) Me.btn_FreeRoam.ForeColor = System.Drawing.Color.White Me.btn_FreeRoam.Location = New System.Drawing.Point(22, 137) Me.btn_FreeRoam.Name = "btn_FreeRoam" @@ -104,6 +107,7 @@ Partial Class ShiftOSMenu 'btn_Exit ' Me.btn_Exit.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.btn_Exit.Font = New System.Drawing.Font("Segoe UI", 8.25!) Me.btn_Exit.ForeColor = System.Drawing.Color.White Me.btn_Exit.Location = New System.Drawing.Point(22, 195) Me.btn_Exit.Name = "btn_Exit" -- cgit v1.2.3