Yes label border width and color both can be changed .
For border width change in below line under Sub Create_label
scrl.Panel.AddView(Pnl1,10%x,Pnltp,85%x,-2) '-------- current with is 85%
Label color can be changed under Sub Create_label
Clrs(0) = Colors.RGB(226,255,201)
Clrs(1) = Colors.RGB(226,255,201)