51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
|
"resource/layout/streamingintro.layout"
|
||
|
{
|
||
|
controls
|
||
|
{
|
||
|
"IntroLabel"
|
||
|
{
|
||
|
ControlName="Label"
|
||
|
fieldName="IntroLabel"
|
||
|
wrap=1
|
||
|
labelText="#SteamUI_StreamingIntro"
|
||
|
}
|
||
|
|
||
|
"StreamingIntroImage"
|
||
|
{
|
||
|
controlname="ImagePanel"
|
||
|
fieldName="StreamingIntroImage"
|
||
|
style="StreamingImage"
|
||
|
image=graphics/streaming_intro
|
||
|
}
|
||
|
|
||
|
"IntroLabel2"
|
||
|
{
|
||
|
ControlName="Label"
|
||
|
fieldName="IntroLabel2"
|
||
|
wrap=1
|
||
|
labelText="#SteamUI_StreamingIntro2"
|
||
|
}
|
||
|
|
||
|
OKButton { ControlName="Button" fieldName="OKButton" command="Start" labelText="#vgui_ok" }
|
||
|
CancelButton { ControlName="Button" fieldName="CancelButton" command="Close" labelText="#vgui_cancel" }
|
||
|
}
|
||
|
|
||
|
style
|
||
|
{
|
||
|
}
|
||
|
|
||
|
layout
|
||
|
{
|
||
|
|
||
|
region { name="buttons" width=max height=48 align="bottom" }
|
||
|
|
||
|
place { control="IntroLabel" x=20 y=40 width=350 height=48 }
|
||
|
place { control="StreamingIntroImage" x=15 y=70 width=356 height=167 }
|
||
|
place { control="IntroLabel2" x=20 y=225 width=350 height=48 }
|
||
|
|
||
|
place { control="CancelButton,OKButton" region="buttons"
|
||
|
width=92 height=25 align=right
|
||
|
margin-right=10 margin-top=0
|
||
|
margin-bottom=2 spacing=10 }
|
||
|
}
|
||
|
}
|