var fDesc=new Array();
fDesc[0] = "Klik! EntryLib.Net is a set of User Interface controls/components designed especially to create eye catching and elegant user interfaces/data entry screens in your .Net Windows Forms applications. It consists of a total of 22 controls which each brings a revolutionary fresh new look and rich features to your applications.
Main features:
- Optimized drawing routines which causes your forms to load and draw much faster than v1 which will allow you to use the library in any crowded screens.
- New Office 2007 styles with blue, silver and black color schemes. Each scheme is provided in classic and modern form to mimic the latest Office 2007 look.
- New KRichToolTip component provides Office 2007 style tooltips.
- New KFormManager allows you to style your forms, including it's borders, with Office 2007 or any other custom style.
- New ELModalBox component brings the well known ASP.Net modalbox dialogs into the Windows Forms world.
- New ELProgress control allows you to represent your long going processes either in Bar or Circle style, with static and animated options.
- New ELDataGridView enhances the regular DataGridView with advanced visual features.
- Enhanced visual features allow you to draw your texts with glow effects, images with mirror effect, borders with gradiend drawings and more...
- New design-time Qucik Access Menu allows you to reach many common elements from one place such as predefined styles, edit/load/save style actions, specific control/component features such as editing items, etc.
- Lots of visual/functional improvements over the other available controls/components";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}