However, as mentioned above, I couldn’t make changes to the following elements in the config. (I apologize for the complexity and length of my previous post.)
Button Text Font: X
Button Font Type: X
Button BorderColor: X
TextBox Control Effect (to Flat Style): X
TextBox Control Border Style: X
TextBox BorderColor: X
I also cannot modify the dropdown box style in config, and adjusting the button position and size for solving font cut problem in the Action tab buttons is not possible.
It appears that I may need to access these buttons programmatically, but finding an easy way to achieve this seems challenging.
maybe I have to build the mission planner in the future.
Modern UI Style(VBA) :
(1) Overall
Font Size : 10
Font Type : Calibri
Font ForeColor : &H00464646& (Dark Gray)
BackColor : &H00FFFFFF& (White)
BorderColor : BorderColor: &H00A9A9A9& (Light Gray)
(2) Text Box
Border Effect : Flat
Border Style : fmBorderStyleSingle
Border Color : &H00A9A9A9& (Light Gray)
Height : With font size = 8, use 15.75 | with font size = 10, use 18
(3) Button - Generic Format
사이즈 : 0.25 H * 0.80 W
Font Color : RGB(70,70,70)
Font Name : Calbri
Font Size : 10
(4) Button - Hover State
Fill Color : RGB(211,240,224)
Border Color : RGB(134, 191, 160)
Border Weight : 1pt
(5) Button - Inactive State
Fill Color : RGB(255,255,255)
Border Color : RGB(169, 169, 169)