Open the GUI yourself to see it :
//--- OBJECT WRITE BEGIN ---
new GuiControl(ServerHistory) {
profile = "GuiDefaultProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "0 0";
extent = "640 480";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
new GuiWindowCtrl() {
profile = "GuiWindowProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "124 70";
extent = "300 400";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
text = "Server History";
maxLength = "255";
resizeWidth = "1";
resizeHeight = "1";
closeCommand = "canvas.popDialog(ServerHistory);";
canMove = "1";
canClose = "1";
canMinimize = "1";
canMaximize = "1";
minSize = "50 50";
new GuiBitmapButtonCtrl(joinHistory) {
profile = "BlockButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "10 362";
extent = "140 30";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
command = "joinHistory();";
text = "Join Server";
groupNum = "-1";
buttonType = "PushButton";
bitmap = "base/client/ui/button1";
lockAspectRatio = "0";
alignLeft = "0";
alignTop = "0";
overflowImage = "0";
mKeepCached = "0";
mColor = "0 255 0 255";
};
new GuiScrollCtrl(serverHistoryScroll) {
profile = "GuiScrollProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "4 26";
extent = "292 329";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
willFirstRespond = "0";
hScrollBar = "alwaysOn";
vScrollBar = "alwaysOn";
constantThumbHeight = "0";
childMargin = "0 0";
rowHeight = "40";
columnWidth = "30";
new GuiTextListCtrl(serverHistoryList) {
profile = "GuiTextListProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "1 1";
extent = "275 2";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
enumerate = "0";
resizeCell = "1";
columns = "0";
fitParentWidth = "1";
clipColumnText = "0";
};
};
new GuiBitmapButtonCtrl(clearHistory) {
profile = "BlockButtonProfile";
horizSizing = "right";
vertSizing = "bottom";
position = "154 361";
extent = "140 30";
minExtent = "8 2";
enabled = "1";
visible = "1";
clipToParent = "1";
command = "clearHistory();";
text = "Clear History";
groupNum = "-1";
buttonType = "PushButton";
bitmap = "base/client/ui/button1";
lockAspectRatio = "0";
alignLeft = "0";
alignTop = "0";
overflowImage = "0";
mKeepCached = "0";
mColor = "255 0 0 255";
};
};
};
//--- OBJECT WRITE END ---