diff options
Diffstat (limited to 'resource/ui/HudInspectPanel.res')
| -rw-r--r-- | resource/ui/HudInspectPanel.res | 223 |
1 files changed, 111 insertions, 112 deletions
diff --git a/resource/ui/HudInspectPanel.res b/resource/ui/HudInspectPanel.res index 876ee3f..ca0f3b6 100644 --- a/resource/ui/HudInspectPanel.res +++ b/resource/ui/HudInspectPanel.res @@ -1,112 +1,111 @@ -"Resource/UI/HudInspectPanel.res" -{ - "itempanel" - { - "ControlName" "CItemModelPanel" - "fieldName" "itempanel" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "240" - "tall" "900" - "visible" "0" - "bgcolor_override" "255 255 255 0" - "PaintBackgroundType" "0" - "paintborder" "0" - - "model_xpos" "10" - "model_center_y" "1" - "model_wide" "64" - "model_tall" "48" - - "text_xpos" "90" - "text_ypos" "25" - "text_wide" "150" - "text_center" "1" - - "max_text_height" "90" - "padding_height" "10" - "resize_to_text" "1" - "text_forcesize" "2" - - "itemmodelpanel" - { - "fieldName" "itemmodelpanel" - "use_item_rendertarget" "1" - "useparentbg" "1" - } - - "ItemBackground" - { - "ControlName" "ImagePanel" - "fieldName" "ItemBackground" - "xpos" "0" - "ypos" "0" - "zpos" "-99" - "wide" "250" - "tall" "900" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - "TitleBackground" - { - "ControlName" "ImagePanel" - "fieldName" "TitleBackground" - "xpos" "4" - "ypos" "4" - "zpos" "-99" - "wide" "232" - "tall" "14" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "fillcolor" "0 0 0 100" - } - - - "ItemLabel" - { - "ControlName" "CExLabel" - "fieldName" "ItemLabel" - "font" "Cerbetica12" - "xpos" "10" - "ypos" "5" - "zpos" "1" - "wide" "270" - "tall" "12" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "#FreezePanel_Item" - "textAlignment" "south-west" - "dulltext" "0" - "brighttext" "0" - } - - "attriblabel" - { - "ControlName" "CExLabel" - "fieldName" "attriblabel" - "font" "ItemFontAttribLarge" - "xpos" "0" - "ypos" "30" - "zpos" "2" - "wide" "140" - "tall" "60" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "labelText" "%attriblist%" - "textAlignment" "north" - "fgcolor" "235 226 202 255" - "centerwrap" "1" - } - } -} -s
\ No newline at end of file +"Resource/UI/HudInspectPanel.res"
+{
+ "itempanel"
+ {
+ "ControlName" "CItemModelPanel"
+ "fieldName" "itempanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "10"
+ "wide" "240"
+ "tall" "900"
+ "visible" "0"
+ "bgcolor_override" "255 255 255 0"
+ "PaintBackgroundType" "0"
+ "paintborder" "0"
+
+ "model_xpos" "10"
+ "model_center_y" "1"
+ "model_wide" "64"
+ "model_tall" "48"
+
+ "text_xpos" "90"
+ "text_ypos" "25"
+ "text_wide" "150"
+ "text_center" "1"
+
+ "max_text_height" "90"
+ "padding_height" "10"
+ "resize_to_text" "1"
+ "text_forcesize" "2"
+
+ "itemmodelpanel"
+ {
+ "fieldName" "itemmodelpanel"
+ "use_item_rendertarget" "1"
+ "useparentbg" "1"
+ }
+
+ "ItemBackground"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ItemBackground"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "-99"
+ "wide" "250"
+ "tall" "900"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
+ }
+ "TitleBackground"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "TitleBackground"
+ "xpos" "4"
+ "ypos" "4"
+ "zpos" "-99"
+ "wide" "232"
+ "tall" "14"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "0 0 0 100"
+ }
+
+
+ "ItemLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ItemLabel"
+ "font" "Cerbetica12"
+ "xpos" "10"
+ "ypos" "5"
+ "zpos" "1"
+ "wide" "270"
+ "tall" "12"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#FreezePanel_Item"
+ "textAlignment" "south-west"
+ "dulltext" "0"
+ "brighttext" "0"
+ }
+
+ "attriblabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "attriblabel"
+ "font" "ItemFontAttribLarge"
+ "xpos" "0"
+ "ypos" "30"
+ "zpos" "2"
+ "wide" "140"
+ "tall" "60"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "%attriblist%"
+ "textAlignment" "north"
+ "fgcolor" "235 226 202 255"
+ "centerwrap" "1"
+ }
+ }
+}
|
