mirror of
https://gitlab.com/jessieh/doghud.git
synced 2024-11-09 01:01:47 +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"
|
||||
@ -8,43 +10,29 @@
|
||||
"ypos" "0"
|
||||
"wide" "600"
|
||||
"tall" "292"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"settitlebarvisible" "1"
|
||||
"Title" "#TF_PublishedFiles_Browse"
|
||||
"paintbackground" "0"
|
||||
"paintborder" "1"
|
||||
"border" "MaterialBlackDark"
|
||||
}
|
||||
|
||||
"Background"
|
||||
{
|
||||
"ControlName" "EditablePanel"
|
||||
"fieldName" "Background"
|
||||
"xpos" "9999"
|
||||
}
|
||||
|
||||
"LabelPublishedFiles"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelPublishedFiles"
|
||||
"xpos" "32"
|
||||
"ypos" "32"
|
||||
"wide" "180"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishedFiles_Files"
|
||||
"textAlignment" "west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
|
||||
}
|
||||
|
||||
"PublishedFileList"
|
||||
@ -55,213 +43,194 @@
|
||||
"ypos" "56"
|
||||
"wide" "300"
|
||||
"tall" "180"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
}
|
||||
|
||||
|
||||
"LabelPublishedFileTitle"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelPublishedFileTitle"
|
||||
"xpos" "354"
|
||||
"ypos" "32"
|
||||
"wide" "180"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishFile_TitleLabel"
|
||||
"textAlignment" "west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
}
|
||||
|
||||
"LabelPublishedFileTitleValue"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelPublishedFileTitleValue"
|
||||
"xpos" "354"
|
||||
"ypos" "56"
|
||||
"wide" "250"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"labelText" ""
|
||||
// "editable" "0"
|
||||
// "maxchars" "128"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
}
|
||||
|
||||
|
||||
"LabelPublishedFileDesc"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelPublishedFileDesc"
|
||||
"xpos" "354"
|
||||
"ypos" "100"
|
||||
"wide" "180"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishFile_DescLabel"
|
||||
"textAlignment" "west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "1"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
}
|
||||
|
||||
"LabelPublishedFileDescValue"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelPublishedFileDescValue"
|
||||
"xpos" "354"
|
||||
"ypos" "124"
|
||||
"wide" "250"
|
||||
"tall" "112"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "1"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"textAlignment" "north-west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "1"
|
||||
"labelText" ""
|
||||
//"editable" "0"
|
||||
//"maxchars" "256"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
}
|
||||
|
||||
"ButtonAddFile"
|
||||
{
|
||||
"ControlName" "Button"
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ButtonAddFile"
|
||||
"xpos" "32"
|
||||
"ypos" "244"
|
||||
"wide" "64"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishedFiles_Add"
|
||||
"textAlignment" "center"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"Command" "AddFile"
|
||||
"Default" "0"
|
||||
|
||||
"paintbackground" "0"
|
||||
"border_default" "MaterialGrayDarker"
|
||||
"border_armed" "MaterialHypno"
|
||||
|
||||
"defaultFgColor_override" "White"
|
||||
"armedFgColor_override" "White"
|
||||
"depressedFgColor_override" "White"
|
||||
}
|
||||
|
||||
"ButtonDeleteFile"
|
||||
{
|
||||
"ControlName" "Button"
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ButtonDeleteFile"
|
||||
"xpos" "104"
|
||||
"ypos" "244"
|
||||
"wide" "64"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishedFiles_Delete"
|
||||
"textAlignment" "center"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"Command" "DeleteFile"
|
||||
"Default" "0"
|
||||
|
||||
"paintbackground" "0"
|
||||
"border_default" "MaterialGrayDarker"
|
||||
"border_armed" "MaterialHypno"
|
||||
|
||||
"defaultFgColor_override" "White"
|
||||
"armedFgColor_override" "White"
|
||||
"depressedFgColor_override" "White"
|
||||
}
|
||||
|
||||
"ButtonEditFile"
|
||||
{
|
||||
"ControlName" "Button"
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ButtonEditFile"
|
||||
"xpos" "176"
|
||||
"ypos" "244"
|
||||
"wide" "64"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishedFiles_Edit"
|
||||
"textAlignment" "center"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"Command" "EditFile"
|
||||
"Default" "0"
|
||||
|
||||
"paintbackground" "0"
|
||||
"border_default" "MaterialGrayDarker"
|
||||
"border_armed" "MaterialHypno"
|
||||
|
||||
"defaultFgColor_override" "White"
|
||||
"armedFgColor_override" "White"
|
||||
"depressedFgColor_override" "White"
|
||||
}
|
||||
|
||||
|
||||
"ButtonRefresh"
|
||||
{
|
||||
"ControlName" "Button"
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ButtonRefresh"
|
||||
"xpos" "248"
|
||||
"ypos" "244"
|
||||
"wide" "64"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_PublishedFiles_Refresh"
|
||||
"textAlignment" "center"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"Command" "Refresh"
|
||||
"Default" "0"
|
||||
|
||||
"paintbackground" "0"
|
||||
"border_default" "MaterialGrayDarker"
|
||||
"border_armed" "MaterialHypno"
|
||||
|
||||
"defaultFgColor_override" "White"
|
||||
"armedFgColor_override" "White"
|
||||
"depressedFgColor_override" "White"
|
||||
}
|
||||
|
||||
"ButtonClose"
|
||||
{
|
||||
"ControlName" "Button"
|
||||
"ControlName" "CExButton"
|
||||
"fieldName" "ButtonClose"
|
||||
"xpos" "320"
|
||||
"ypos" "244"
|
||||
"wide" "64"
|
||||
"tall" "24"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "#TF_CLOSE"
|
||||
"textAlignment" "center"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"Command" "Close"
|
||||
"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
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,3 @@
|
||||
#base "../../resource/tools/reloadschemebutton.res"
|
||||
|
||||
"Resource/SteamWorkshopItem.res"
|
||||
{
|
||||
"SteamWorkshopItem"
|
||||
@ -10,12 +8,9 @@
|
||||
"ypos" "0"
|
||||
"wide" "125"
|
||||
"tall" "200"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"bgcolor_override" "Blank"
|
||||
"paintbackground" "0"
|
||||
}
|
||||
|
||||
"HighlightPanel"
|
||||
@ -28,7 +23,7 @@
|
||||
"tall" "125"
|
||||
"visible" "1"
|
||||
"mouseinputenabled" "0"
|
||||
"bgcolor_override" "GrayDark"
|
||||
"bgcolor_override" "WhiteDark"
|
||||
}
|
||||
|
||||
"PreviewImage"
|
||||
@ -44,26 +39,21 @@
|
||||
"mouseinputenabled" "0"
|
||||
}
|
||||
|
||||
"LabelTitle"
|
||||
"LabelTitle"
|
||||
{
|
||||
"ControlName" "Label"
|
||||
"ControlName" "CExLabel"
|
||||
"fieldName" "LabelTitle"
|
||||
"xpos" "0"
|
||||
"xpos" "2"
|
||||
"ypos" "155"
|
||||
"wide" "125"
|
||||
"wide" "121"
|
||||
"tall" "25"
|
||||
"autoResize" "0"
|
||||
"pinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "0"
|
||||
"labelText" "%title%"
|
||||
"textAlignment" "north-west"
|
||||
"dulltext" "0"
|
||||
"brighttext" "0"
|
||||
"wrap" "0"
|
||||
"font" "Size 11"
|
||||
"fgcolor_override" "WhiteDark"
|
||||
"fgcolor" "WhiteDark"
|
||||
"mouseinputenabled" "0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user