diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/streamlistpanel.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/streamlistpanel.res')
| -rw-r--r-- | resource/ui/streamlistpanel.res | 212 |
1 files changed, 212 insertions, 0 deletions
diff --git a/resource/ui/streamlistpanel.res b/resource/ui/streamlistpanel.res new file mode 100644 index 0000000..c1bbf5e --- /dev/null +++ b/resource/ui/streamlistpanel.res @@ -0,0 +1,212 @@ +"Resource/UI/StreamListPanel.res" +{ + "HeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderContainer" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "22" + "visible" "1" + + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "labelText" "Currently Live" + "xpos" "0" + "ypos" "0" + "wide" "300" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "fgcolor_override" "TanLight" + "bgcolor_override" "25 25 25 255" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "282" + "ypos" "4" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "X" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + + "navDown" "MOTD_URLButton" + "navActivate" "<QuickplayButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "hide_streams" + "paintbackground" "0" + + //"defaultFgColor_override" "235 226 202 255" + //"armedFgColor_override" "TanDarker" + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" + "depressedFgColor_override" "TanLight" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "LightRed" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "0" + "image" "close_button" + "scaleImage" "1" + } + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#MMenu_Stream_Title" + "textAlignment" "west" + "xpos" "5" + "ypos" "26" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "56 53 49 255" + } + + "Stream1" + { + "ControlName" "CTFStreamPanel" + "fieldName" "Stream1" + "xpos" "0" + "ypos" "30" + "wide" "p1" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Stream2" + { + "ControlName" "CTFStreamPanel" + "fieldName" "Stream2" + "xpos" "0" + "ypos" "85" + "wide" "p1" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Stream3" + { + "ControlName" "CTFStreamPanel" + "fieldName" "Stream3" + "xpos" "0" + "ypos" "140" + "wide" "p1" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Stream4" + { + "ControlName" "CTFStreamPanel" + "fieldName" "Stream4" + "xpos" "0" + "ypos" "195" + "wide" "p1" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Stream5" + { + "ControlName" "CTFStreamPanel" + "fieldName" "Stream5" + "xpos" "0" + "ypos" "250" + "wide" "p1" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + } + + "Stream_URLButton" + { + "ControlName" "CExButton" + "fieldName" "Stream_URLButton" + "xpos" "75" + "ypos" "307" + "wide" "150" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#MMenu_Stream_ViewMore" + "textinsetx" "20" + "use_proportional_insets" "1" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "command" "view_more" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "235 226 202 255" + "defaultBgColor_override" "TanDarker" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "235 226 202 255" + } +}
\ No newline at end of file |
