summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/econ/confirmdialogoptout.res
diff options
context:
space:
mode:
Diffstat (limited to 'minmode/resource/ui/econ/confirmdialogoptout.res')
-rw-r--r--minmode/resource/ui/econ/confirmdialogoptout.res152
1 files changed, 152 insertions, 0 deletions
diff --git a/minmode/resource/ui/econ/confirmdialogoptout.res b/minmode/resource/ui/econ/confirmdialogoptout.res
new file mode 100644
index 0000000..2f38cff
--- /dev/null
+++ b/minmode/resource/ui/econ/confirmdialogoptout.res
@@ -0,0 +1,152 @@
+"Resource/UI/ConfirmDialogOptOut.res"
+{
+ "ConfirmDialog"
+ {
+ "ControlName" "Frame"
+ "fieldName" "ConfirmDialog"
+ "xpos" "c-150"
+ "ypos" "140"
+ "wide" "300"
+ "tall" "250"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ "paintborder" "2"
+ "paintbackground" "1"
+ "border" "CyanBorderThick"
+ "bgcolor_override" "25 25 25 255"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "Cerbetica32"
+ "labelText" "#ConfirmTitle"
+ "textAlignment" "north"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "300"
+ "tall" "40"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "ExplanationLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ExplanationLabel"
+ "font" "HudFontSmallBold"
+ "labelText" "%text%"
+ "textAlignment" "center"
+ "xpos" "40"
+ "ypos" "45"
+ "zpos" "1"
+ "wide" "220"
+ "tall" "130"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "centerwrap" "1"
+ "fgcolor_override" "15 255 255 255"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "165"
+ "ypos" "185"
+ "zpos" "20"
+ "wide" "125"
+ "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" "cancel"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "paintbackground" "1"
+ "defaultBgColor_override" "15 15 15 255"
+ "armedBgColor_override" "25 25 25 255"
+ "depressedBgColor_override" "25 25 25 255"
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "TanLight"
+ "depressedFgColor_override" "TanLight"
+ "border_default" "ButtonHover"
+ "border_armed" "ButtonHover"
+ }
+
+ "ConfirmButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ConfirmButton"
+ "xpos" "10"
+ "ypos" "185"
+ "zpos" "20"
+ "wide" "125"
+ "tall" "25"
+ "default" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#ConfirmButtonText"
+ "font" "HudFontSmallBold"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "confirm"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "paintbackground" "1"
+ "defaultBgColor_override" "15 15 15 255"
+ "armedBgColor_override" "25 25 25 255"
+ "depressedBgColor_override" "25 25 25 255"
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "TanLight"
+ "depressedFgColor_override" "TanLight"
+ "border_default" "ButtonHover"
+ "border_armed" "ButtonHover"
+ }
+
+ "OptOutCheckbox"
+ {
+ "ControlName" "CheckButton"
+ "fieldName" "OptOutCheckbox"
+ "xpos" "0"
+ "ypos" "217"
+ "zpos" "2"
+ "wide" "300"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#TF_Confirm_Opt_Out"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "wrap" "0"
+ "font" "HudFontSmallest"
+ "selected_fgcolor_override" "255 0 0 255"
+ }
+}