In the class SysSetUpFormRun class add a following code in run method
public void run()
{
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(WinAPI::RGB2int(255,0,0));
}
--
Based Upon the company we can change the color of ax
switch(curext())
{
case "CEU":
this.design().backgroundColor(red);
break;
case "DMO":
this.design().backgroundColor(yellow);
break;
default:
break;
}
public void run()
{
super();
this.design().colorScheme(FormColorScheme::RGB);
this.design().backgroundColor(WinAPI::RGB2int(255,0,0));
}
--
Based Upon the company we can change the color of ax
switch(curext())
{
case "CEU":
this.design().backgroundColor(red);
break;
case "DMO":
this.design().backgroundColor(yellow);
break;
default:
break;
}
No comments:
Post a Comment
Leave your comments and solutins