summaryrefslogtreecommitdiff
path: root/resource/ui/TFAdvancedOptionsDialog.res
diff options
context:
space:
mode:
Diffstat (limited to 'resource/ui/TFAdvancedOptionsDialog.res')
-rw-r--r--resource/ui/TFAdvancedOptionsDialog.res145
1 files changed, 145 insertions, 0 deletions
diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res
new file mode 100644
index 0000000..2433057
--- /dev/null
+++ b/resource/ui/TFAdvancedOptionsDialog.res
@@ -0,0 +1,145 @@
+"Resource\UI\TFAdvancedOptionsDialog.res"
+{
+ "TFAdvancedOptionsDialog"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "TFAdvancedOptionsDialog"
+ "xpos" "c-250"
+ "ypos" "90"
+ "wide" "500"
+ "tall" "350"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "bgcolor_override" "46 43 42 255"
+ "paintbackgroundtype" "2"
+ "settitlebarvisible" ""
+ "paintborder" "1"
+ "paintbackground" "0"
+ "border" "GrayDialogBorder"
+
+ "control_w" "500"
+ "control_h" "25"
+ "slider_w" "500"
+ "slider_h" "25"
+ }
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "HudFontMediumBold"
+ "labelText" "#TF_AdvancedOptions"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "1"
+ "wide" "500"
+ "tall" "40"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "200 80 60 255"
+ }
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "150"
+ "ypos" "310"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#Cancel"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "default" "1"
+ "Command" "Close"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+ "OkButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "OkButton"
+ "xpos" "300"
+ "ypos" "310"
+ "zpos" "1"
+ "wide" "100"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "3"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#GameUI_Ok"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "default" "1"
+ "Command" "Ok"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ }
+
+ "PanelListPanel"
+ {
+ "ControlName" "CPanelListPanel"
+ "fieldName" "PanelListPanel"
+ "xpos" "10"
+ "ypos" "40"
+ "wide" "480"
+ "tall" "260"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "bgcolor_override" "0 0 0 0"
+ }
+
+ "TooltipPanel"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "TooltipPanel"
+ "xpos" "0"
+ "ypos" "0"
+ "zpos" "100"
+ "wide" "240"
+ "tall" "50"
+ "visible" "0"
+ "PaintBackgroundType" "2"
+ "border" "MainMenuBGBorder"
+
+ "TipLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TipLabel"
+ "font" "HudFontSmallest"
+ "labelText" "%tiptext%"
+ "textAlignment" "center"
+ "xpos" "20"
+ "ypos" "10"
+ "zpos" "2"
+ "wide" "200"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "235 226 202 255"
+ "wrap" "1"
+ //"centerwrap" "1"
+ }
+ }
+}