new GuiControlProfile("AITQueryProfile") { fontType = "Arial Bold"; fontSize = 16; fontColor = "44 172 181"; fontColorLink = "255 96 96"; fontColorLinkHL = "0 0 255"; autoSizeWidth = true; autoSizeHeight = true; }; new GuiControlProfile("AITAnswerProfile") { fontType = "Arial Bold"; fontSize = 16; fontColor = "44 172 181"; fontColorLink = "255 96 96"; fontColorLinkHL = "0 0 255"; autoSizeWidth = true; autoSizeHeight = true; }; new GuiControlProfile("AITScrollProfile") { opaque = false; border = false; bordercolor = "0 255 0"; bitmap = "./demoScroll.png"; hasBitmapArray = true; }; new GuiControlProfile("AITBorderProfile") { bitmap = "./chatHudBorderArray.png"; hasBitmapArray = true; opaque = false; }; // -- Object Write Begin -- new GuiControl(AITGui) { profile = "GuiModelessDialogProfile"; horizSizing = "width"; vertSizing = "height"; position = "0 0"; extent = "640 480"; minExtent = "8 8"; visible = "1"; helpTag ="0"; new GuiControl( ) { profile = "GuiDefaultProfile"; horizSizing = "center"; vertSizing = "bottom"; position = "120 300"; extent = "400 300"; minExtent = "8 8"; visible = "1"; helpTag ="0"; new GuiBitmapBorderCtrl(AITBorder) { profile = "ChatHudBorderProfile"; horizSizing = "width"; vertSizing = "height"; position = "0 0"; extent = "400 300"; minExtent = "8 8"; visible = "1"; helpTag ="0"; useVariable = "0"; tile = "0"; new GuiBitmapCtrl(AITBackground) { profile = "GuiDefaultProfile"; horizSizing = "width"; vertSizing = "height"; position = "8 8"; extent = "384 292"; minExtent = "8 8"; visible = "1"; helpTag ="0"; bitmap = "./hudfill.png"; wrap = "0"; }; new GuiScrollCtrl(AITScrollQuery) { profile = "AITScrollProfile"; horizSizing = "width"; vertSizing = "height"; position = "89 8"; extent = "303 94"; minExtent = "8 8"; visible = "1"; helpTag ="0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; vScrollBar = "dynamic"; constantThumbHieght = "0"; childMargin = "0 0"; new GuiMLTextCtrl(AITQuery) { profile = "AITQueryProfile"; horizSizing = "width"; vertSizing = "height"; position = "1 1"; extent = "303 16"; minExtent = "8 8"; visible = "1"; helpTag ="0"; lineSpacing = "0"; allowColorChars = "0"; maxChars = "-1"; }; }; new GuiScrollCtrl(AITScrollAnswer) { profile = "AITScrollProfile"; horizSizing = "width"; vertSizing = "height"; position = "8 100"; extent = "384 190"; minExtent = "8 8"; visible = "1"; helpTag ="0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; vScrollBar = "dynamic"; constantThumbHieght = "0"; childMargin = "0 0"; new GuiMLTextCtrl(AITAnswer) { profile = "AITAnswerProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "1 1"; extent = "384 14"; minExtent = "8 8"; visible = "0"; helpTag ="0"; lineSpacing = "2"; allowColorChars = "0"; maxChars = "-1"; }; }; new GuiBitMapCtrl(AITMugshot) { profile = "GuiDefaultProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "8 8"; extent = "80 94"; minExtent = "8 2"; visible = "1"; helpTag ="0"; wrap = "0"; }; }; }; };