summaryrefslogtreecommitdiff
path: root/temp/resource/ui/econ/confirmdialogabandonsafe.res
diff options
context:
space:
mode:
Diffstat (limited to 'temp/resource/ui/econ/confirmdialogabandonsafe.res')
-rw-r--r--temp/resource/ui/econ/confirmdialogabandonsafe.res116
1 files changed, 116 insertions, 0 deletions
diff --git a/temp/resource/ui/econ/confirmdialogabandonsafe.res b/temp/resource/ui/econ/confirmdialogabandonsafe.res
new file mode 100644
index 0000000..e899450
--- /dev/null
+++ b/temp/resource/ui/econ/confirmdialogabandonsafe.res
@@ -0,0 +1,116 @@
+"Resource/UI/ConfirmDialogAbandonSafe.res"
+{
+ "ConfirmDialog"
+ {
+ "ControlName" "Frame"
+ "fieldName" "ConfirmDialog"
+ "xpos" "c-150"
+ "ypos" "140"
+ "wide" "300"
+ "tall" "200"
+ "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" "32"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fgcolor_override" "ColorCyan"
+ }
+
+ "ExplanationLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ExplanationLabel"
+ "font" "EconFontSmall"
+ "labelText" "%text%"
+ "textAlignment" "north"
+ "xpos" "40"
+ "ypos" "50"
+ "zpos" "1"
+ "wide" "220"
+ "tall" "170"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "centerwrap" "1"
+ "fgcolor_override" "TanLight"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "165"
+ "ypos" "165"
+ "zpos" "20"
+ "wide" "125"
+ "tall" "25"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#GameUI_CancelBold"
+ "font" "HudFontSmall"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "cancel"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "border_default" "ButtonHover"
+ "border_armed" "ButtonHover"
+ }
+
+ "ConfirmButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ConfirmButton"
+ "xpos" "10"
+ "ypos" "165"
+ "zpos" "20"
+ "wide" "125"
+ "tall" "25"
+ "default" "1"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#ConfirmButtonText"
+ "font" "HudFontSmall"
+ "textAlignment" "center"
+ "textinsetx" "50"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Command" "confirm"
+ "sound_depressed" "UI/buttonclick.wav"
+ "sound_released" "UI/buttonclickrelease.wav"
+ "border_default" "ButtonHover"
+ "border_armed" "ButtonHover"
+ }
+} \ No newline at end of file