diff options
Diffstat (limited to 'minmode/resource/ui/quickplaybusydialog.res')
| -rw-r--r-- | minmode/resource/ui/quickplaybusydialog.res | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/minmode/resource/ui/quickplaybusydialog.res b/minmode/resource/ui/quickplaybusydialog.res new file mode 100644 index 0000000..f01a35b --- /dev/null +++ b/minmode/resource/ui/quickplaybusydialog.res @@ -0,0 +1,132 @@ +"Resource/UI/QuickPlayBusyDialog.res" +{ + "QuickPlayBusyDialog" + { + "ControlName" "CQuickPlayBusyDialog" + "fieldName" "QuickPlayBusyDialog" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 200" + } + + "Container" + { + "ControlName" "EditablePanel" + "fieldName" "Container" + "xpos" "c-225" + "ypos" "c-75" + "zpos" "0" + "wide" "450" + "tall" "150" + "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" "9999" + "ypos" "9999" + "wide" "450" + "tall" "150" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "40 37 37 255" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_MM_WaitDialog_Title" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "450" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Progress" + { + "ControlName" "ProgressBar" + "fieldName" "Progress" + "xpos" "20" + "ypos" "40" + "wide" "410" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "NumServers" + { + "ControlName" "CExLabel" + "fieldName" "NumServers" + "font" "HudFontSmallestBold" + "labelText" "%numservers%" + "textAlignment" "center" + "xpos" "0" + "ypos" "75" + "zpos" "1" + "wide" "450" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "175" + "ypos" "115" + "zpos" "20" + "wide" "100" + "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_armed" "NoBorder" + } + + } +} |
