mirror of
https://gitlab.com/jessieh/doghud.git
synced 2024-11-09 09:11:45 +00:00
Improve workshop menu (upstream)
This commit is contained in:
parent
4688d838d1
commit
91dd692649
2016
resource/ui/importfiledialog.res
Normal file
2016
resource/ui/importfiledialog.res
Normal file
File diff suppressed because it is too large
Load Diff
98
resource/ui/importfiletexteditdialog.res
Normal file
98
resource/ui/importfiletexteditdialog.res
Normal file
@ -0,0 +1,98 @@
|
|||||||
|
"Resource/UI/ImportFileTextEditDialog.res"
|
||||||
|
{
|
||||||
|
"ImportFileTextEditDialog"
|
||||||
|
{
|
||||||
|
"fieldName" "ImportFileTextEditDialog"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"xpos" "c-280"
|
||||||
|
"ypos" "c-180"
|
||||||
|
"wide" "560"
|
||||||
|
"tall" "360"
|
||||||
|
"paintbackground" "0"
|
||||||
|
"paintborder" "1"
|
||||||
|
"border" "MaterialBlackDark"
|
||||||
|
}
|
||||||
|
|
||||||
|
"TitleLabel"
|
||||||
|
{
|
||||||
|
"ControlName" "CExLabel"
|
||||||
|
"fieldName" "TitleLabel"
|
||||||
|
"font" "Size 24"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"labelText" "#Frame_Untitled"
|
||||||
|
"xpos" "10"
|
||||||
|
"ypos" "10"
|
||||||
|
"zpos" "0"
|
||||||
|
"wide" "540"
|
||||||
|
"tall" "25"
|
||||||
|
"centerwrap" "1"
|
||||||
|
"fgcolor" "WhiteDark"
|
||||||
|
}
|
||||||
|
|
||||||
|
"TextEntry"
|
||||||
|
{
|
||||||
|
"ControlName" "TextEntry"
|
||||||
|
"fieldName" "TextEntry"
|
||||||
|
"xpos" "10"
|
||||||
|
"ypos" "40"
|
||||||
|
"zpos" "-1"
|
||||||
|
"wide" "540"
|
||||||
|
"tall" "280"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "north-west"
|
||||||
|
"labelText" ""
|
||||||
|
"bgcolor_override" "BlackLight"
|
||||||
|
"fgcolor_override" "WhiteDark"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ButtonClose"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "ButtonClose"
|
||||||
|
"xpos" "145"
|
||||||
|
"ypos" "325"
|
||||||
|
"wide" "150"
|
||||||
|
"tall" "25"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "#Cancel"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "Close"
|
||||||
|
"Default" "0"
|
||||||
|
"font" "Size 14"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ButtonDone"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "ButtonDone"
|
||||||
|
"xpos" "305"
|
||||||
|
"ypos" "325"
|
||||||
|
"wide" "150"
|
||||||
|
"tall" "25"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "#GameUI_OK"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "Done"
|
||||||
|
"Default" "0"
|
||||||
|
"font" "Size 14"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
}
|
||||||
|
}
|
1305
resource/ui/importmaterialeditdialog.res
Normal file
1305
resource/ui/importmaterialeditdialog.res
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,5 @@
|
|||||||
|
#base "../../resource/tools/reloadschemebutton.res"
|
||||||
|
|
||||||
"PublishedFileBrowserDialog.res"
|
"PublishedFileBrowserDialog.res"
|
||||||
{
|
{
|
||||||
"PublishedFileBrowserDialog"
|
"PublishedFileBrowserDialog"
|
||||||
@ -8,43 +10,29 @@
|
|||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"wide" "600"
|
"wide" "600"
|
||||||
"tall" "292"
|
"tall" "292"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"settitlebarvisible" "1"
|
"settitlebarvisible" "1"
|
||||||
"Title" "#TF_PublishedFiles_Browse"
|
"Title" "#TF_PublishedFiles_Browse"
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
|
"paintborder" "1"
|
||||||
"border" "MaterialBlackDark"
|
"border" "MaterialBlackDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Background"
|
|
||||||
{
|
|
||||||
"ControlName" "EditablePanel"
|
|
||||||
"fieldName" "Background"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
|
|
||||||
"LabelPublishedFiles"
|
"LabelPublishedFiles"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelPublishedFiles"
|
"fieldName" "LabelPublishedFiles"
|
||||||
"xpos" "32"
|
"xpos" "32"
|
||||||
"ypos" "32"
|
"ypos" "32"
|
||||||
"wide" "180"
|
"wide" "180"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishedFiles_Files"
|
"labelText" "#TF_PublishedFiles_Files"
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"dulltext" "0"
|
"fgcolor" "WhiteDark"
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"fgcolor_override" "WhiteDark"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"PublishedFileList"
|
"PublishedFileList"
|
||||||
@ -55,213 +43,194 @@
|
|||||||
"ypos" "56"
|
"ypos" "56"
|
||||||
"wide" "300"
|
"wide" "300"
|
||||||
"tall" "180"
|
"tall" "180"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"dulltext" "0"
|
"fgcolor" "WhiteDark"
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"fgcolor_override" "WhiteDark"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"LabelPublishedFileTitle"
|
"LabelPublishedFileTitle"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelPublishedFileTitle"
|
"fieldName" "LabelPublishedFileTitle"
|
||||||
"xpos" "354"
|
"xpos" "354"
|
||||||
"ypos" "32"
|
"ypos" "32"
|
||||||
"wide" "180"
|
"wide" "180"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishFile_TitleLabel"
|
"labelText" "#TF_PublishFile_TitleLabel"
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"dulltext" "0"
|
"fgcolor" "WhiteDark"
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"fgcolor_override" "WhiteDark"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"LabelPublishedFileTitleValue"
|
"LabelPublishedFileTitleValue"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelPublishedFileTitleValue"
|
"fieldName" "LabelPublishedFileTitleValue"
|
||||||
"xpos" "354"
|
"xpos" "354"
|
||||||
"ypos" "56"
|
"ypos" "56"
|
||||||
"wide" "250"
|
"wide" "250"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"labelText" ""
|
"labelText" ""
|
||||||
// "editable" "0"
|
// "editable" "0"
|
||||||
// "maxchars" "128"
|
// "maxchars" "128"
|
||||||
"fgcolor_override" "WhiteDark"
|
"fgcolor" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
"LabelPublishedFileDesc"
|
"LabelPublishedFileDesc"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelPublishedFileDesc"
|
"fieldName" "LabelPublishedFileDesc"
|
||||||
"xpos" "354"
|
"xpos" "354"
|
||||||
"ypos" "100"
|
"ypos" "100"
|
||||||
"wide" "180"
|
"wide" "180"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishFile_DescLabel"
|
"labelText" "#TF_PublishFile_DescLabel"
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "1"
|
"wrap" "1"
|
||||||
"fgcolor_override" "WhiteDark"
|
"fgcolor" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
"LabelPublishedFileDescValue"
|
"LabelPublishedFileDescValue"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelPublishedFileDescValue"
|
"fieldName" "LabelPublishedFileDescValue"
|
||||||
"xpos" "354"
|
"xpos" "354"
|
||||||
"ypos" "124"
|
"ypos" "124"
|
||||||
"wide" "250"
|
"wide" "250"
|
||||||
"tall" "112"
|
"tall" "112"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "1"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"textAlignment" "north-west"
|
"textAlignment" "north-west"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "1"
|
"wrap" "1"
|
||||||
"labelText" ""
|
"labelText" ""
|
||||||
//"editable" "0"
|
//"editable" "0"
|
||||||
//"maxchars" "256"
|
//"maxchars" "256"
|
||||||
"fgcolor_override" "WhiteDark"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"ButtonAddFile"
|
"ButtonAddFile"
|
||||||
{
|
{
|
||||||
"ControlName" "Button"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ButtonAddFile"
|
"fieldName" "ButtonAddFile"
|
||||||
"xpos" "32"
|
"xpos" "32"
|
||||||
"ypos" "244"
|
"ypos" "244"
|
||||||
"wide" "64"
|
"wide" "64"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishedFiles_Add"
|
"labelText" "#TF_PublishedFiles_Add"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"Command" "AddFile"
|
"Command" "AddFile"
|
||||||
"Default" "0"
|
"Default" "0"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ButtonDeleteFile"
|
"ButtonDeleteFile"
|
||||||
{
|
{
|
||||||
"ControlName" "Button"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ButtonDeleteFile"
|
"fieldName" "ButtonDeleteFile"
|
||||||
"xpos" "104"
|
"xpos" "104"
|
||||||
"ypos" "244"
|
"ypos" "244"
|
||||||
"wide" "64"
|
"wide" "64"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishedFiles_Delete"
|
"labelText" "#TF_PublishedFiles_Delete"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"Command" "DeleteFile"
|
"Command" "DeleteFile"
|
||||||
"Default" "0"
|
"Default" "0"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ButtonEditFile"
|
"ButtonEditFile"
|
||||||
{
|
{
|
||||||
"ControlName" "Button"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ButtonEditFile"
|
"fieldName" "ButtonEditFile"
|
||||||
"xpos" "176"
|
"xpos" "176"
|
||||||
"ypos" "244"
|
"ypos" "244"
|
||||||
"wide" "64"
|
"wide" "64"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishedFiles_Edit"
|
"labelText" "#TF_PublishedFiles_Edit"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"Command" "EditFile"
|
"Command" "EditFile"
|
||||||
"Default" "0"
|
"Default" "0"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ButtonRefresh"
|
"ButtonRefresh"
|
||||||
{
|
{
|
||||||
"ControlName" "Button"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ButtonRefresh"
|
"fieldName" "ButtonRefresh"
|
||||||
"xpos" "248"
|
"xpos" "248"
|
||||||
"ypos" "244"
|
"ypos" "244"
|
||||||
"wide" "64"
|
"wide" "64"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_PublishedFiles_Refresh"
|
"labelText" "#TF_PublishedFiles_Refresh"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"Command" "Refresh"
|
"Command" "Refresh"
|
||||||
"Default" "0"
|
"Default" "0"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ButtonClose"
|
"ButtonClose"
|
||||||
{
|
{
|
||||||
"ControlName" "Button"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ButtonClose"
|
"fieldName" "ButtonClose"
|
||||||
"xpos" "320"
|
"xpos" "320"
|
||||||
"ypos" "244"
|
"ypos" "244"
|
||||||
"wide" "64"
|
"wide" "64"
|
||||||
"tall" "24"
|
"tall" "24"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_CLOSE"
|
"labelText" "#TF_CLOSE"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
|
||||||
"Command" "Close"
|
"Command" "Close"
|
||||||
"Default" "0"
|
"Default" "0"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
@ -10,79 +10,51 @@
|
|||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"wide" "f0"
|
"wide" "f0"
|
||||||
"tall" "f0"
|
"tall" "f0"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"paintbackground" "0"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Container"
|
"Container"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "Container"
|
"fieldName" "Container"
|
||||||
"xpos" "c-300"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "c-200"
|
"ypos" "cs-0.5"
|
||||||
"wide" "600"
|
"wide" "560"
|
||||||
"tall" "400"
|
"tall" "310"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"proportionaltoparent" "1"
|
||||||
"PaintBackgroundType" "0"
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"paintborder" "1"
|
"paintborder" "1"
|
||||||
"border" "MaterialBlackDark"
|
"border" "MaterialBlackDark"
|
||||||
|
|
||||||
"Background"
|
|
||||||
{
|
|
||||||
"ControlName" "EditablePanel"
|
|
||||||
"fieldName" "Background"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
"WorkshopBranding"
|
|
||||||
{
|
|
||||||
"ControlName" "ImagePanel"
|
|
||||||
"fieldName" "WorkshopBranding"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
"BackgroundBottom"
|
|
||||||
{
|
|
||||||
"ControlName" "EditablePanel"
|
|
||||||
"fieldName" "BackgroundBottom"
|
|
||||||
"xpos" "9999"
|
|
||||||
}
|
|
||||||
|
|
||||||
"NoItemsContainer"
|
"NoItemsContainer"
|
||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "NoItemsContainer"
|
"fieldName" "NoItemsContainer"
|
||||||
"xpos" "25"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "60"
|
"ypos" "5"
|
||||||
"wide" "550"
|
"wide" "f10"
|
||||||
"tall" "245"
|
"tall" "240"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"proportionaltoparent" "1"
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border" "MaterialGrayDarkest"
|
"border" "MaterialBlackLight"
|
||||||
|
|
||||||
"TitleLabel"
|
"TitleLabel"
|
||||||
{
|
{
|
||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "TitleLabel"
|
"fieldName" "TitleLabel"
|
||||||
"font" "Size 22"
|
"font" "Size 24"
|
||||||
"labelText" "#TF_SteamWorkshop_Title"
|
"labelText" "#TF_SteamWorkshop_Title"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"xpos" "0"
|
"xpos" "0"
|
||||||
"ypos" "15"
|
"ypos" "10"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "550"
|
"wide" "550"
|
||||||
"tall" "20"
|
"tall" "25"
|
||||||
"autoResize" "1"
|
"autoResize" "1"
|
||||||
"pinCorner" "0"
|
"pinCorner" "0"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
@ -95,20 +67,20 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "TitleLabel"
|
"fieldName" "TitleLabel"
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "80"
|
||||||
|
"zpos" "1"
|
||||||
|
"wide" "f20"
|
||||||
|
"tall" "150"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"wrap" "1"
|
||||||
|
"centerwrap" "1"
|
||||||
|
"AllCaps" "1"
|
||||||
"font" "Size 12"
|
"font" "Size 12"
|
||||||
"labelText" "#TF_SteamWorkshop_Desc"
|
"labelText" "#TF_SteamWorkshop_Desc"
|
||||||
"textAlignment" "north"
|
"textAlignment" "north"
|
||||||
"xpos" "20"
|
|
||||||
"ypos" "50"
|
|
||||||
"zpos" "1"
|
|
||||||
"wide" "515"
|
|
||||||
"tall" "200"
|
|
||||||
"autoResize" "1"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
|
||||||
"enabled" "1"
|
|
||||||
"wrap" "1"
|
|
||||||
"AllCaps" "1"
|
|
||||||
"fgcolor" "WhiteDark"
|
"fgcolor" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -117,9 +89,9 @@
|
|||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "LearnMoreButton"
|
"fieldName" "LearnMoreButton"
|
||||||
"xpos" "cs-0.5"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "r38"
|
"ypos" "rs1-5"
|
||||||
"zpos" "20"
|
"zpos" "20"
|
||||||
"wide" "p0.96"
|
"wide" "f10"
|
||||||
"tall" "25"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
"autoResize" "0"
|
||||||
"pinCorner" "0"
|
"pinCorner" "0"
|
||||||
@ -136,7 +108,7 @@
|
|||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
@ -149,16 +121,14 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "EditablePanel"
|
"ControlName" "EditablePanel"
|
||||||
"fieldName" "ItemsContainer"
|
"fieldName" "ItemsContainer"
|
||||||
"xpos" "25"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "60"
|
"ypos" "5"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "550"
|
"wide" "f10"
|
||||||
"tall" "245"
|
"tall" "240"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "0"
|
"visible" "0"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"proportionaltoparent" "1"
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border" "MaterialBlackDark"
|
"border" "MaterialBlackDark"
|
||||||
|
|
||||||
@ -166,100 +136,187 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExLabel"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "TitleLabel"
|
"fieldName" "TitleLabel"
|
||||||
"font" "Size 22"
|
"font" "Size 20"
|
||||||
"labelText" "#TF_SteamWorkshop_YourItems"
|
"labelText" "#TF_SteamWorkshop_YourItems"
|
||||||
"textAlignment" "west"
|
"textAlignment" "west"
|
||||||
"xpos" "15"
|
"xpos" "8"
|
||||||
"ypos" "15"
|
"ypos" "5"
|
||||||
"zpos" "1"
|
"zpos" "1"
|
||||||
"wide" "550"
|
"wide" "f150"
|
||||||
"tall" "20"
|
"tall" "20"
|
||||||
"autoResize" "1"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"AllCaps" "1"
|
"AllCaps" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
"fgcolor" "WhiteDark"
|
"fgcolor" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"ViewPublishedButton"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "ViewPublishedButton"
|
||||||
|
"xpos" "rs1-5"
|
||||||
|
"ypos" "5"
|
||||||
|
"zpos" "20"
|
||||||
|
"wide" "100"
|
||||||
|
"tall" "20"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "#TF_SteamWorkshop_ViewPublished"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"Command" "view_files"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
}
|
||||||
|
|
||||||
"SteamWorkshopItem0"
|
"SteamWorkshopItem0"
|
||||||
{
|
{
|
||||||
"ControlName" "CSteamWorkshopItemPanel"
|
"ControlName" "CSteamWorkshopItemPanel"
|
||||||
"fieldName" "SteamWorkshopItem0"
|
"fieldName" "SteamWorkshopItem0"
|
||||||
"xpos" "15"
|
"xpos" "10"
|
||||||
"ypos" "30"
|
"ypos" "12"
|
||||||
"wide" "125"
|
"wide" "125"
|
||||||
"tall" "200"
|
"tall" "200"
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"SteamWorkshopItem1"
|
"SteamWorkshopItem1"
|
||||||
{
|
{
|
||||||
"ControlName" "CSteamWorkshopItemPanel"
|
"ControlName" "CSteamWorkshopItemPanel"
|
||||||
"fieldName" "SteamWorkshopItem1"
|
"fieldName" "SteamWorkshopItem1"
|
||||||
"xpos" "147"
|
"xpos" "145"
|
||||||
"ypos" "30"
|
"ypos" "12"
|
||||||
"wide" "125"
|
"wide" "125"
|
||||||
"tall" "200"
|
"tall" "200"
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"SteamWorkshopItem2"
|
"SteamWorkshopItem2"
|
||||||
{
|
{
|
||||||
"ControlName" "CSteamWorkshopItemPanel"
|
"ControlName" "CSteamWorkshopItemPanel"
|
||||||
"fieldName" "SteamWorkshopItem2"
|
"fieldName" "SteamWorkshopItem2"
|
||||||
"xpos" "279"
|
"xpos" "rs1-145"
|
||||||
"ypos" "30"
|
"ypos" "12"
|
||||||
"wide" "125"
|
"wide" "125"
|
||||||
"tall" "200"
|
"tall" "200"
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"SteamWorkshopItem3"
|
"SteamWorkshopItem3"
|
||||||
{
|
{
|
||||||
"ControlName" "CSteamWorkshopItemPanel"
|
"ControlName" "CSteamWorkshopItemPanel"
|
||||||
"fieldName" "SteamWorkshopItem3"
|
"fieldName" "SteamWorkshopItem3"
|
||||||
"xpos" "411"
|
"xpos" "rs1-10"
|
||||||
"ypos" "30"
|
"ypos" "12"
|
||||||
"wide" "125"
|
"wide" "125"
|
||||||
"tall" "200"
|
"tall" "200"
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
}
|
}
|
||||||
|
|
||||||
"PrevPageButton"
|
"PrevPageButton"
|
||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "PrevPageButton"
|
"fieldName" "PrevPageButton"
|
||||||
"xpos" "435"
|
"xpos" "0"
|
||||||
"ypos" "215"
|
"ypos" "0"
|
||||||
"zpos" "5"
|
"zpos" "5"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "22"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "<"
|
"labelText" "<"
|
||||||
"font" "Symbols 16"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
"proportionaltoparent" "1"
|
||||||
"brighttext" "0"
|
|
||||||
"Command" "prevpage"
|
"Command" "prevpage"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
"armedFgColor_override" "White"
|
"armedFgColor_override" "White"
|
||||||
"depressedFgColor_override" "White"
|
"depressedFgColor_override" "White"
|
||||||
|
|
||||||
|
"pin_to_sibling" "CurPageLabel"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPRIGHT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPLEFT"
|
||||||
|
}
|
||||||
|
"PrevPageSkipButton"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "PrevPageSkipButton"
|
||||||
|
"xpos" "2"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "5"
|
||||||
|
"wide" "24"
|
||||||
|
"tall" "22"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "<<"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "prevpageskip"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
|
||||||
|
"pin_to_sibling" "PrevPageButton"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPRIGHT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPLEFT"
|
||||||
|
}
|
||||||
|
"SkipToStartButton"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "SkipToStartButton"
|
||||||
|
"xpos" "2"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "5"
|
||||||
|
"wide" "24"
|
||||||
|
"tall" "22"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "|<"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "skiptostart"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
|
||||||
|
"pin_to_sibling" "PrevPageSkipButton"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPRIGHT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPLEFT"
|
||||||
}
|
}
|
||||||
|
|
||||||
"CurPageLabel"
|
"CurPageLabel"
|
||||||
@ -269,108 +326,130 @@
|
|||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"labelText" "%page%"
|
"labelText" "%page%"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"xpos" "460"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "215"
|
"ypos" "rs1-35"
|
||||||
"zpos" "5"
|
"zpos" "5"
|
||||||
"wide" "50"
|
"wide" "75"
|
||||||
"tall" "25"
|
"tall" "22"
|
||||||
"autoResize" "1"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"AllCaps" "1"
|
"AllCaps" "1"
|
||||||
"fgcolor" "Main Theme"
|
"proportionaltoparent" "1"
|
||||||
|
"fgcolor" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
"NextPageButton"
|
"NextPageButton"
|
||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "NextPageButton"
|
"fieldName" "NextPageButton"
|
||||||
"xpos" "510"
|
"xpos" "0"
|
||||||
"ypos" "215"
|
"ypos" "0"
|
||||||
"zpos" "5"
|
"zpos" "5"
|
||||||
"wide" "25"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "22"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" ">"
|
"labelText" ">"
|
||||||
"font" "Symbols 16"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
"proportionaltoparent" "1"
|
||||||
"brighttext" "0"
|
|
||||||
"Command" "nextpage"
|
"Command" "nextpage"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
"armedFgColor_override" "White"
|
"armedFgColor_override" "White"
|
||||||
"depressedFgColor_override" "White"
|
"depressedFgColor_override" "White"
|
||||||
}
|
|
||||||
|
|
||||||
"ViewPublishedButton"
|
"pin_to_sibling" "CurPageLabel"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPLEFT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPRIGHT"
|
||||||
|
}
|
||||||
|
"NextPageSkipButton"
|
||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ViewPublishedButton"
|
"fieldName" "NextPageSkipButton"
|
||||||
"xpos" "435"
|
"xpos" "2"
|
||||||
"ypos" "15"
|
"ypos" "0"
|
||||||
"zpos" "20"
|
"zpos" "5"
|
||||||
"wide" "100"
|
"wide" "24"
|
||||||
"tall" "25"
|
"tall" "22"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"labelText" ">>"
|
||||||
"labelText" "#TF_SteamWorkshop_ViewPublished"
|
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"textinsetx" "50"
|
"Command" "nextpageskip"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"Command" "view_files"
|
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
"armedFgColor_override" "White"
|
"armedFgColor_override" "White"
|
||||||
"depressedFgColor_override" "White"
|
"depressedFgColor_override" "White"
|
||||||
|
|
||||||
|
"pin_to_sibling" "NextPageButton"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPLEFT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPRIGHT"
|
||||||
|
}
|
||||||
|
"SkipToEndButton"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "SkipToEndButton"
|
||||||
|
"xpos" "2"
|
||||||
|
"ypos" "0"
|
||||||
|
"zpos" "5"
|
||||||
|
"wide" "24"
|
||||||
|
"tall" "22"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" ">|"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "skiptoend"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
|
||||||
|
"pin_to_sibling" "NextPageSkipButton"
|
||||||
|
"pin_corner_to_sibling" "PIN_TOPLEFT"
|
||||||
|
"pin_to_sibling_corner" "PIN_TOPRIGHT"
|
||||||
}
|
}
|
||||||
|
|
||||||
"EditButton"
|
"EditButton"
|
||||||
{
|
{
|
||||||
"ControlName" "CExImageButton"
|
"ControlName" "CExImageButton"
|
||||||
"fieldName" "EditButton"
|
"fieldName" "EditButton"
|
||||||
"xpos" "15"
|
"xpos" "5"
|
||||||
"ypos" "215"
|
"ypos" "rs1-5"
|
||||||
"wide" "100"
|
"wide" "177"
|
||||||
"tall" "25"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "3"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"use_proportional_insets" "1"
|
"use_proportional_insets" "1"
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "west"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"default" "1"
|
"default" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
@ -385,26 +464,22 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExImageButton"
|
"ControlName" "CExImageButton"
|
||||||
"fieldName" "ViewButton"
|
"fieldName" "ViewButton"
|
||||||
"xpos" "125"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "215"
|
"ypos" "rs1-5"
|
||||||
"wide" "100"
|
"wide" "177"
|
||||||
"tall" "25"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "3"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"use_proportional_insets" "1"
|
"use_proportional_insets" "1"
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "west"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"default" "1"
|
"default" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
@ -419,26 +494,22 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExImageButton"
|
"ControlName" "CExImageButton"
|
||||||
"fieldName" "DeleteButton"
|
"fieldName" "DeleteButton"
|
||||||
"xpos" "235"
|
"xpos" "rs1-5"
|
||||||
"ypos" "215"
|
"ypos" "rs1-5"
|
||||||
"wide" "100"
|
"wide" "177"
|
||||||
"tall" "25"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "3"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"use_proportional_insets" "1"
|
"use_proportional_insets" "1"
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "west"
|
"textAlignment" "center"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"default" "1"
|
"default" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
"paintbackground" "0"
|
"paintbackground" "0"
|
||||||
"border_default" "MaterialGrayDark"
|
"border_default" "MaterialGrayDarker"
|
||||||
"border_armed" "MaterialHypno"
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
"defaultFgColor_override" "White"
|
||||||
@ -455,15 +526,12 @@
|
|||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "BrowseButton"
|
"fieldName" "BrowseButton"
|
||||||
"xpos" "cs-0.5"
|
"xpos" "cs-0.5"
|
||||||
"ypos" "r40"
|
"ypos" "rs1-5"
|
||||||
"zpos" "20"
|
"zpos" "20"
|
||||||
"wide" "550"
|
"wide" "f10"
|
||||||
"tall" "30"
|
"tall" "0"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_SteamWorkshop_BrowseTheWorkshop"
|
"labelText" "#TF_SteamWorkshop_BrowseTheWorkshop"
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
@ -486,21 +554,19 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "LoadTestMapButton"
|
"fieldName" "LoadTestMapButton"
|
||||||
"xpos" "25"
|
"xpos" "5"
|
||||||
"ypos" "310"
|
"ypos" "rs1-30"
|
||||||
"zpos" "20"
|
"zpos" "20"
|
||||||
"wide" "275"
|
"wide" "275"
|
||||||
"tall" "30"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "#TF_SteamWorkshop_Test"
|
"labelText" "#TF_SteamWorkshop_Test"
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"Command" "itemtest"
|
"Command" "itemtest"
|
||||||
"AllCaps" "1"
|
"AllCaps" "1"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
@ -517,56 +583,19 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "PublishButton"
|
"fieldName" "PublishButton"
|
||||||
"xpos" "300"
|
"xpos" "rs1-5"
|
||||||
"ypos" "310"
|
"ypos" "rs1-30"
|
||||||
"zpos" "20"
|
"zpos" "20"
|
||||||
"wide" "275"
|
"wide" "275"
|
||||||
"tall" "30"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"labelText" "PUBLISH NEW ITEM"
|
||||||
"labelText" "#TF_SteamWorkshop_Publish"
|
|
||||||
"font" "Size 14"
|
"font" "Size 14"
|
||||||
"textAlignment" "center"
|
"textAlignment" "center"
|
||||||
"Command" "publish"
|
"Command" "publish"
|
||||||
"AllCaps" "1"
|
"AllCaps" ""
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
|
||||||
|
|
||||||
"paintbackground" "0"
|
|
||||||
"border_default" "MaterialGrayDarker"
|
|
||||||
"border_armed" "MaterialHypno"
|
|
||||||
|
|
||||||
"defaultFgColor_override" "White"
|
|
||||||
"armedFgColor_override" "White"
|
|
||||||
"depressedFgColor_override" "White"
|
|
||||||
}
|
|
||||||
|
|
||||||
"CancelButton"
|
|
||||||
{
|
|
||||||
"ControlName" "CExButton"
|
|
||||||
"fieldName" "CancelButton"
|
|
||||||
"xpos" "rs1-5"
|
|
||||||
"ypos" "5"
|
|
||||||
"zpos" "20"
|
|
||||||
"wide" "30"
|
|
||||||
"tall" "30"
|
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
|
||||||
"enabled" "1"
|
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "-"
|
|
||||||
"font" "Symbols 26"
|
|
||||||
"textAlignment" "center"
|
|
||||||
"textinsetx" "0"
|
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"Command" "cancel"
|
|
||||||
"proportionaltoparent" "1"
|
"proportionaltoparent" "1"
|
||||||
"AllCaps" "1"
|
|
||||||
"sound_depressed" "UI/buttonclick.wav"
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
"sound_released" "UI/buttonclickrelease.wav"
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
@ -583,12 +612,103 @@
|
|||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "LearnMore2Button"
|
"fieldName" "LearnMore2Button"
|
||||||
"xpos" "9999"
|
"xpos" "rs1-5"
|
||||||
|
"ypos" "rs1-5"
|
||||||
|
"zpos" "20"
|
||||||
|
"wide" "130"
|
||||||
|
"tall" "0"
|
||||||
|
"visible" "0"
|
||||||
|
"visible" "0"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "#TF_SteamWorkshop_Instructions"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"Command" "learn_more"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
}
|
}
|
||||||
|
|
||||||
"ViewLegalAgreementButton"
|
"ViewLegalAgreementButton"
|
||||||
{
|
{
|
||||||
"ControlName" "CExButton"
|
"ControlName" "CExButton"
|
||||||
"fieldName" "ViewLegalAgreementButton"
|
"fieldName" "ViewLegalAgreementButton"
|
||||||
|
"xpos" "280"
|
||||||
|
"ypos" "rs1-5"
|
||||||
|
"zpos" "20"
|
||||||
|
"wide" "145"
|
||||||
|
"tall" "0"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "#TF_SteamWorkshop_Legal"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"Command" "view_legal_agreement"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
"sound_released" "UI/buttonclickrelease.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialGrayDarker"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelButton"
|
||||||
|
{
|
||||||
|
"ControlName" "CExButton"
|
||||||
|
"fieldName" "CancelButton"
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "rs1-5"
|
||||||
|
"zpos" "20"
|
||||||
|
"wide" "f10"
|
||||||
|
"tall" "25"
|
||||||
|
"visible" "1"
|
||||||
|
"enabled" "1"
|
||||||
|
"labelText" "BACK"
|
||||||
|
"font" "Size 14"
|
||||||
|
"textAlignment" "center"
|
||||||
|
"Command" "cancel"
|
||||||
|
"proportionaltoparent" "1"
|
||||||
|
"AllCaps" "1"
|
||||||
|
"sound_depressed" "UI/buttonclick.wav"
|
||||||
|
|
||||||
|
"paintbackground" "0"
|
||||||
|
"border_default" "MaterialRed"
|
||||||
|
"border_armed" "MaterialHypno"
|
||||||
|
|
||||||
|
"defaultFgColor_override" "White"
|
||||||
|
"armedFgColor_override" "White"
|
||||||
|
"depressedFgColor_override" "White"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Background"
|
||||||
|
{
|
||||||
|
"ControlName" "EditablePanel"
|
||||||
|
"fieldName" "Background"
|
||||||
|
"xpos" "9999"
|
||||||
|
}
|
||||||
|
"WorkshopBranding"
|
||||||
|
{
|
||||||
|
"ControlName" "ImagePanel"
|
||||||
|
"fieldName" "WorkshopBranding"
|
||||||
|
"xpos" "9999"
|
||||||
|
}
|
||||||
|
"BackgroundBottom"
|
||||||
|
{
|
||||||
|
"ControlName" "EditablePanel"
|
||||||
|
"fieldName" "BackgroundBottom"
|
||||||
"xpos" "9999"
|
"xpos" "9999"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#base "../../resource/tools/reloadschemebutton.res"
|
|
||||||
|
|
||||||
"Resource/SteamWorkshopItem.res"
|
"Resource/SteamWorkshopItem.res"
|
||||||
{
|
{
|
||||||
"SteamWorkshopItem"
|
"SteamWorkshopItem"
|
||||||
@ -10,12 +8,9 @@
|
|||||||
"ypos" "0"
|
"ypos" "0"
|
||||||
"wide" "125"
|
"wide" "125"
|
||||||
"tall" "200"
|
"tall" "200"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
"paintbackground" "0"
|
||||||
"bgcolor_override" "Blank"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"HighlightPanel"
|
"HighlightPanel"
|
||||||
@ -28,7 +23,7 @@
|
|||||||
"tall" "125"
|
"tall" "125"
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"mouseinputenabled" "0"
|
"mouseinputenabled" "0"
|
||||||
"bgcolor_override" "GrayDark"
|
"bgcolor_override" "WhiteDark"
|
||||||
}
|
}
|
||||||
|
|
||||||
"PreviewImage"
|
"PreviewImage"
|
||||||
@ -46,24 +41,19 @@
|
|||||||
|
|
||||||
"LabelTitle"
|
"LabelTitle"
|
||||||
{
|
{
|
||||||
"ControlName" "Label"
|
"ControlName" "CExLabel"
|
||||||
"fieldName" "LabelTitle"
|
"fieldName" "LabelTitle"
|
||||||
"xpos" "0"
|
"xpos" "2"
|
||||||
"ypos" "155"
|
"ypos" "155"
|
||||||
"wide" "125"
|
"wide" "121"
|
||||||
"tall" "25"
|
"tall" "25"
|
||||||
"autoResize" "0"
|
|
||||||
"pinCorner" "0"
|
|
||||||
"visible" "1"
|
"visible" "1"
|
||||||
"enabled" "1"
|
"enabled" "1"
|
||||||
"tabPosition" "0"
|
|
||||||
"labelText" "%title%"
|
"labelText" "%title%"
|
||||||
"textAlignment" "north-west"
|
"textAlignment" "north-west"
|
||||||
"dulltext" "0"
|
|
||||||
"brighttext" "0"
|
|
||||||
"wrap" "0"
|
"wrap" "0"
|
||||||
"font" "Size 11"
|
"font" "Size 11"
|
||||||
"fgcolor_override" "WhiteDark"
|
"fgcolor" "WhiteDark"
|
||||||
"mouseinputenabled" "0"
|
"mouseinputenabled" "0"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user