|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Program Files (x86)/Steam/friends/ |
Upload File : |
"friends/tradeinvitebar.res"
{
colors
{
invitebg="163 160 153 255"
}
controls
{
"InviteLabel" { ControlName="Label" labeltext="#friends_trade_invite" mouseinputenabled=0 group="recv" }
"ClickHereLabel" { ControlName="Label" labeltext="#friends_trade_invite_action" mouseinputenabled=0 group="recv" }
"InviteSentLabel" { ControlName="Label" labeltext="#friends_trade_invite_sent" mouseinputenabled=0 group="send" }
"WaitingForResponseLabel" { ControlName="Label" labeltext="#friends_trade_invite_sent_waiting" mouseinputenabled=0 group="send" }
"InviteImage" { ControlName="ImagePanel" image="resource/icon_trade_request" mouseinputenabled=0 group="recv" }
"InviteSentImage" { ControlName="ImagePanel" image="resource/icon_trade_request" mouseinputenabled=0 group="send" }
"CloseButton" { ControlName="Button" labeltext="X" command="Close" }
}
styles
{
CTradeInviteBar
{
render_bg {
0="fill( x0, y0 + 2, x1, y1 - 2, invitebg )" // fill the center
1="fill( x0 + 2, y0, x1 - 2, y0 + 2, invitebg )" // top
2="fill( x0 + 2, y1 - 2, x1 - 2, y1, invitebg )" // bottom
3="fill4( x0 + 1, y0 + 1, x0 + 2, y0 + 2, invitebg )" // top-left
4="fill4( x0 + 1, y0, x0 + 2, y0 + 1, invitebg, 127 )" //
5="fill4( x0, y0 + 1, x0 + 1, y0 + 2, invitebg, 127 )" //
}
}
Button
{
render {}
render_bg { }
bgcolor=none
font-style=none
}
Label
{
textcolor="41 41 40 255"
}
Button
{
textcolor="41 41 40 255"
}
Button:hover
{
textcolor=white
}
}
layout
{
place { control="InviteImage,InviteSentImage" x=2 y=2 width=50 height=50 }
place { control="InviteLabel,ClickHereLabel,InviteSentLabel,WaitingForResponseLabel" width=max dir=down spacing=12 margin-top=6 margin-right=2 margin-left=60 }
place { control="CloseButton" align=right margin=0 width=20 height=20 }
}
}