summaryrefslogtreecommitdiff
path: root/temp/resource/ui/econ/confirmdialog.res
diff options
context:
space:
mode:
authorigor.nikitin <[email protected]>2019-04-16 10:34:42 -0400
committerigor.nikitin <[email protected]>2019-04-16 10:34:42 -0400
commit9f90bde42f138a30d5923b0af185f6edf08f37ac (patch)
tree749bb19e39ede710bb0a26e20e44efef582efd9b /temp/resource/ui/econ/confirmdialog.res
parentec3df8a0c97da75c4ed900b5f1de43c1a802f39c (diff)
Moving Files for Lowercasing
Diffstat (limited to 'temp/resource/ui/econ/confirmdialog.res')
-rw-r--r--temp/resource/ui/econ/confirmdialog.res114
1 files changed, 114 insertions, 0 deletions
diff --git a/temp/resource/ui/econ/confirmdialog.res b/temp/resource/ui/econ/confirmdialog.res
new file mode 100644
index 0000000..714c82b
--- /dev/null
+++ b/temp/resource/ui/econ/confirmdialog.res
@@ -0,0 +1,114 @@
+"Resource/UI/ConfirmDialog.res"
+{
+ "ConfirmDialog"
+ {
+ "ControlName" "Frame"
+ "fieldName" "ConfirmDialog"
+ "xpos" "c-150"
+ "ypos" "140"
+ "wide" "324"
+ "tall" "200"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ "PaintBackgroundType" "0"
+ "paintbackground" "1"
+ "paintborder" "1"
+ "border" "CyanBorderThick"
+ "bgcolor_override" "DarkGrey"
+ }
+
+ "TitleLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TitleLabel"
+ "font" "Cerbetica32"
+ "labelText" "#ConfirmTitle"
+ "textAlignment" "center"
+ "xpos" "0"
+ "ypos" "15"
+ "zpos" "1"
+ "wide" "324"
+ "tall" "23"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "ExplanationLabel"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "ExplanationLabel"
+ "font" "EconFontSmall"
+ "labelText" "%text%"
+ "textAlignment" "center"
+ "xpos" "40"
+ "ypos" "50"
+ "zpos" "1"
+ "wide" "324"
+ "tall" "170"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ }
+
+ "CancelButton"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "CancelButton"
+ "xpos" "190"
+ "ypos" "165"
+ "zpos" "20"
+ "wide" "124"
+ "tall" "20"
+ "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" "175"
+ "tall" "20"
+ "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