"resource/layout/screenshotspage_full.layout" { controls { GameNameLabel { controlname="Label" labeltext="#Steam_Screenshots_GameName" style="titlelabel" } ImageIndexLabel { controlname="Label" labeltext="#Steam_Screenshots_ImageIndex" style="titlelabel" } NavNextLabel { controlname="Button" labeltext="#Steam_Screenshots_ImageNext" command="NextScreenshot" } NavPrevLabel { controlname="Button" labeltext="#Steam_Screenshots_ImagePrev" command="PrevScreenshot" } ImageDetailsLabel { controlname="Label" labeltext="#Steam_Screenshots_ImageDetails" textalignment="center"} ScreenShotImage { controlname="ImagePanel" } UploadImageButton { controlname="Button" labeltext="#Steam_Screenshots_UploadImage" command="UploadImage" } DeleteImageButton { controlname="Button" labeltext="#Steam_Screenshots_DeleteImage" command="DeleteImage" } CancelUploadButton { controlname="Button" labeltext="#Steam_Screenshots_CancelUpload" command="CancelUpload" } ViewOnlineButton { controlname="Button" labeltext="#Steam_Screenshots_ViewOnline" command="ViewOnline" } CaptionTextEntry { controlname="TextEntry" } CaptionLabel { controlname="Label" labeltext="#Steam_Screenshots_Caption" style="captionlabel"} SpoilerCheckButton { controlname="CheckButton" labeltext="#Steam_Screenshots_IsSpoiler" } VisibilityComboBox { controlname="ComboBox" } VisibilityLabel { controlname="Label" labeltext="#Steam_Screenshots_VisibleTo" } UploadQuotaLabel { controlname="Label" labeltext="#Steam_Screenshots_UploadQuota" } UploadProgressBar { controlname="ProgressBar" style="SlimProgressBar" barinset=0 continuous=1 } UploadProgressLabel { controlname="Label" labeltext="#Steam_Screenshots_UploadProgress" } } styles { titlelabel { font-size=24 textcolor=Label } captionlabel { font-size=24 textcolor=blue } } layout { region { name="bottom" width=max height=88 align=bottom margin-right=8 margin-left=8 } place { control=GameNameLabel,ImageIndexLabel margin-left=8 } place { control=NavPrevLabel y=32 align=left margin-left=8 } place { control=NavNextLabel y=32 align=right margin-right=8 } place { control=ImageDetailsLabel y=40 align=center width=max margin-left=96 margin-right=96 } place { control=ScreenShotImage y=64 width=max height=max margin-bottom=96 margin-left=8 margin-right=8 } // upload UI place { control=CaptionTextEntry region=bottom width=max margin-right=172 } place { control=CaptionLabel region=bottom width=max margin-right=172 } place { control=CancelUploadButton,DeleteImageButton,UploadImageButton,ViewOnlineButton region=bottom spacing=8 align=right } place { control=VisibilityLabel region=bottom y=36 align=right margin-right=292 } place { control=UploadQuotaLabel region=bottom y=36 align=left } place { control=VisibilityLabel region=bottom start=UploadQuotaLabel x=24 } place { control=VisibilityComboBox region=bottom start=VisibilityLabel x=8 y=-4 width=128 } place { control=SpoilerCheckButton region=bottom start=VisibilityComboBox x=24 y=-4} place { control="UploadProgressLabel" region=bottom y=24 width=max margin-left=0 margin-right=360 } place { control="UploadProgressBar" region=bottom y=42 width=max margin-left=0 margin-right=360 height=4 } } }