summaryrefslogtreecommitdiff
path: root/minmode/resource/ui/BaseChat.res
diff options
context:
space:
mode:
Diffstat (limited to 'minmode/resource/ui/BaseChat.res')
-rw-r--r--minmode/resource/ui/BaseChat.res68
1 files changed, 68 insertions, 0 deletions
diff --git a/minmode/resource/ui/BaseChat.res b/minmode/resource/ui/BaseChat.res
new file mode 100644
index 0000000..51125fb
--- /dev/null
+++ b/minmode/resource/ui/BaseChat.res
@@ -0,0 +1,68 @@
+"Resource/UI/BaseChat.res"
+{
+ "HudChat"
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" "HudChat"
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "3"
+ "ypos" "50"
+ "wide" "235"
+ "tall" "120"
+ "PaintBackgroundType" "0"
+ }
+
+ ChatInputLine
+ {
+ "ControlName" "EditablePanel"
+ "fieldName" ChatInputLine
+ "visible" "1"
+ "enabled" "1"
+ "xpos" "10"
+ "ypos" "395"
+ "wide" "185"
+ "tall" "2"
+ "font" "Cerbetica10"
+ "PaintBackgroundType" "0"
+ }
+
+ "ChatFiltersButton"
+ {
+ "ControlName" "Button"
+ "fieldName" "ChatFiltersButton"
+ "xpos" "150"
+ "ypos" "2"
+ "wide" "45"
+ "tall" "15"
+ "autoResize" "1"
+ "pinCorner" "0"
+ "visible" "1"
+ "enabled" "1"
+ "tabPosition" "0"
+ "labelText" "#chat_filterbutton"
+ "textAlignment" "center"
+ "dulltext" "0"
+ "brighttext" "0"
+ "Default" "0"
+ }
+
+ "HudChatHistory"
+ {
+ "ControlName" "RichText"
+ "fieldName" "HudChatHistory"
+ "xpos" "10"
+ "ypos" "17"
+ "wide" "185"
+ "tall" "400"
+ "wrap" "1"
+ "autoResize" "1"
+ "pinCorner" "1"
+ "visible" "1"
+ "enabled" "1"
+ "labelText" ""
+ "textAlignment" "south-west"
+ "font" "Cerbetica10"
+ "maxchars" "-1"
+ }
+}