summaryrefslogtreecommitdiff
path: root/resource/ui/quickplaybusydialog.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/quickplaybusydialog.res')
-rw-r--r--resource/ui/quickplaybusydialog.res127
1 files changed, 125 insertions, 2 deletions
diff --git a/resource/ui/quickplaybusydialog.res b/resource/ui/quickplaybusydialog.res
index f01a35b..6d60e4b 100644
--- a/resource/ui/quickplaybusydialog.res
+++ b/resource/ui/quickplaybusydialog.res
@@ -16,10 +16,10 @@
"bgcolor_override" "0 0 0 200"
}
- "Container"
+ "BusyContainer"
{
"ControlName" "EditablePanel"
- "fieldName" "Container"
+ "fieldName" "BusyContainer"
"xpos" "c-225"
"ypos" "c-75"
"zpos" "0"
@@ -129,4 +129,127 @@
}
}
+
+ "ResultsContainer"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "ResultsContainer"
+ "xpos" "c-250"
+ "ypos" "c-200"
+ "zpos" "0"
+ "wide" "500"
+ "tall" "400"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "PaintBackgroundType" "2"
+ "paintbackground" "1"
+ "border" "CyanBorderThick"
+ "bgcolor_override" "25 25 25 255"
+
+
+ "Background"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "Background"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "500"
+ "tall" "400"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "bgcolor_override" "25 25 25 255"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "HudFontMediumBold"
+ "labelText" "#TF_MM_ResultsDialog_Title"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "500"
+ "tall" "20"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "ServerList"
+ {
+ "ControlName" "PanelListPanel"
+ "fieldName" "ServerList"
+ "xpos" "10"
+ "ypos" "40"
+ "zpos" "1"
+ "wide" "480"
+ "tall" "300"
+ "autoResize" "1"
+ "pinCorner" "0"
+ }
+
+ "ConnectButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ConnectButton"
+ "xpos" "10"
+ "ypos" "365"
+ "zpos" "20"
+ "wide" "235"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#TF_Quickplay_Connect"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "ConnectToServer"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "border_default" "NoBorder"
+ "border_armed" "NoBorder"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "255"
+ "ypos" "365"
+ "zpos" "20"
+ "wide" "235"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Cancel"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "user_close"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "border_default" "NoBorder"
+ "border_armed" "NoBorder"
+ }
+
+ }
}