summaryrefslogtreecommitdiff
path: root/resource/ui/textwindow.res
diff options
context:
space:
mode:
authorigor.nikitin <[email protected]>2019-04-16 10:35:01 -0400
committerigor.nikitin <[email protected]>2019-04-16 10:35:01 -0400
commit54c716614a85791c499672f27c404a71e6bf187e (patch)
treeee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/textwindow.res
parent9f90bde42f138a30d5923b0af185f6edf08f37ac (diff)
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/textwindow.res')
-rw-r--r--resource/ui/textwindow.res160
1 files changed, 160 insertions, 0 deletions
diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res
new file mode 100644
index 0000000..f0f1711
--- /dev/null
+++ b/resource/ui/textwindow.res
@@ -0,0 +1,160 @@
+"Resource/UI/TextWindow.res"
+{
+ "info"
+ {
+ "ControlName" "CTFTextWindow"
+ "fieldName" "info"
+ "xpos" "0"
+ "ypos" "0"
+ "wide" "f0"
+ "tall" "480"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "settitlebarvisible" "0"
+ }
+
+ "MainBG"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "MainBG"
+ "xpos" "c-180"
+ "ypos" "c-120"
+ "zpos" "-1"
+ "wide" "360"
+ "tall" "250"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "fillcolor" "TransparentBlack"
+ }
+
+ "TFMessageTitle"
+ {
+ "ControlName" "CExLabel"
+ "fieldName" "TFMessageTitle"
+ "xpos" "c-180"
+ "ypos" "c-116"
+ "zpos" "1"
+ "wide" "360"
+ "tall" "26"
+ "autoResize" "0"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" "#TF_WELCOME"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "font" "Cerbetica24"
+ "fgcolor" "TanLight"
+ }
+
+ "TextMessage"
+ {
+ "ControlName" "TextEntry"
+ "fieldName" "TextMessage"
+ "xpos" "9999"
+ }
+
+ "TFTextMessage"
+ {
+ "ControlName" "CExRichText"
+ "fieldName" "TFTextMessage"
+ "font" "Cerbetica12"
+ "xpos" "c-170"
+ "ypos" "c-90"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "185"
+ "autoResize" "3"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "paintborder" "0"
+ "textAlignment" "northwest"
+ "fgcolor" "TanLight"
+ }
+
+ "HTMLMessage"
+ {
+ "ControlName" "HTML"
+ "fieldName" "HTMLMessage"
+ "xpos" "c-170"
+ "ypos" "c-110"
+ "zpos" "1"
+ "wide" "340"
+ "tall" "205"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "paintborder" "0"
+ }
+
+ "ok"
+ {
+ "ControlName" "CExButton"
+ "fieldName" "ok"
+ "xpos" "c-180"
+ "ypos" "c96"
+ "zpos" "6"
+ "wide" "360"
+ "tall" "30"
+ "autoResize" "0"
+ "pinCorner" "2"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "CONTINUE (&E)"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "wrap" "0"
+ "command" "okay"
+ "default" "1"
+ "font" "Cerbetica24"
+ "paintbackground" "0"
+
+ "fgcolor" "TanLight"
+ "defaultFgColor_override" "TanLight"
+ "armedFgColor_override" "TanDark"
+ "depressedFgColor_override" "TanDark"
+ "selectedFgColor_override" "TanDark"
+ }
+
+ "MenuBG"
+ {
+ "ControlName" "CModelPanel"
+ "fieldName" "MenuBG"
+ "xpos" "9999"
+ }
+
+ "ShadedBar"
+ {
+ "ControlName" "ImagePanel"
+ "fieldName" "ShadedBar"
+ "xpos" "9999"
+ "ypos" "9999"
+ "zpos" "5"
+ "wide" "f0"
+ "tall" "50"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "image" "loadout_bottom_gradient"
+ "tileImage" "1"
+ "PaintBackgroundType" "0"
+ }
+
+ "MessageTitle"
+ {
+ "ControlName" "Label"
+ "fieldName" "MessageTitle"
+ "xpos" "9999"
+ }
+} \ No newline at end of file