Creation/Dev/Script/Client/GuiControlProfile
From Graal Bible
GuiControlProfile (TGraalVar):
align - string - "left", "center" or "right"
autosizeheight - boolean
autosizewidth - boolean
bitmap - string - filename of the image template, ie: "guiblue_window.png"
border - integer
bordercolor - string - default border color of the control
bordercolorhl - string - border color when the control is active
bordercolorna - string - border color when the control is disabled
borderthickness - integer - size of the border (in pixels?)
cankeyfocus - boolean - can this control steal key focus? (textboxes must have this set to true)
cursorcolor - string - color of the cursor (caret) in a text box ("RR GG BB" format)
fillcolor - string - default background color
fillcolorhl - string - background color when active
fillcolorna - string - background color when disabled
fontcolor - string - default font color
fontcolorhl - string - font color when highlighted
fontcolorna - string - font color when disabled
fontcolorsel - string - font color of selected text (in a textbox)
fontcolorlink - string - default font color of links
fontcolorlinkhl - string - font color of links when active
fontsize - integer - size of the font (in points?)
fontstyle - string - combination of font styles, ie: "bc"
fonttype - string - type of font to use, ie: "Tempus Sans ITC"
justify - string - the same like "align"
linespacing - integer - space between lines (in pixels?)
modal - boolean - is this a modal dialog? (is the only window that can be used while it is open, steals all input. Like a Message Box in Windows)
mouseoverselected - boolean - does putting your mouse over this control act as if it was clicked?
numbersonly - boolean - can only numbers be entered in this control?
opaque - boolean - if set to true, transparency will be ignored
returntab - boolean
soundbuttondown - string - filename of sound played when the control is clicked
soundbuttonover - string - filename of sound played when the mouse is hovered over the control
tab - boolean
textoffset - string
transparency - float - alpha transparenc of the control (from 0 to 1)