1
mirror of https://gitlab.com/jessieh/doghud.git synced 2024-09-19 13:41:46 +00:00
doghud/resource/ui/publishfiledialog.res

1051 lines
26 KiB
Plaintext
Raw Normal View History

2023-01-14 22:41:49 +00:00
#base "../../resource/tools/reloadschemebutton.res"
2021-11-01 15:05:16 +00:00
"PublishFileDialog.res"
{
"PublishFileDialog"
{
"ControlName" "CPublishFileDialog"
"fieldName" "PublishFileDialog"
2023-01-14 22:41:49 +00:00
"xpos" "cs-0.5"
"ypos" "cs-0.5"
2021-11-01 15:05:16 +00:00
"wide" "600"
"tall" "400"
"visible" "1"
"enabled" "1"
"settitlebarvisible" "0"
2023-01-14 22:41:49 +00:00
"paintbackground" "0"
"paintborder" "1"
2021-11-01 15:05:16 +00:00
"border" "MaterialBlackDark"
}
2023-01-14 22:41:49 +00:00
"Title"
2021-11-01 15:05:16 +00:00
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "Title"
"xpos" "15"
"ypos" "15"
"wide" "250"
"tall" "25"
"visible" "1"
"enabled" "1"
2023-01-14 22:41:49 +00:00
"AllCaps" "1"
2021-11-01 15:05:16 +00:00
"labelText" "#TF_PublishFile_Title"
"textAlignment" "west"
"font" "Size 24"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
2023-01-14 22:41:49 +00:00
"LabelPreview"
2021-11-01 15:05:16 +00:00
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "LabelPreview"
"xpos" "15"
"ypos" "45"
"wide" "250"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Preview"
"textAlignment" "west"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"PreviewImageBorder"
{
"ControlName" "EditablePanel"
"fieldName" "PreviewImageBorder"
2023-01-14 22:41:49 +00:00
"xpos" "12"
"ypos" "62"
2021-11-01 15:05:16 +00:00
"zpos" "-99"
2023-01-14 22:41:49 +00:00
"wide" "155"
"tall" "155"
2021-11-01 15:05:16 +00:00
"visible" "1"
"enabled" "1"
2023-01-14 22:41:49 +00:00
"paintbackground" "0"
"border" "MaterialBlackLight"
2021-11-01 15:05:16 +00:00
"PreviewDescription"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "PreviewDescription"
"xpos" "5"
"ypos" "0"
"wide" "140"
"tall" "120"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_PreviewDesc"
"textAlignment" "center"
"wrap" "1"
2023-01-14 22:41:49 +00:00
"centerwrap" "1"
"font" "Size 12"
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
}
"PreviewImage"
{
"ControlName" "CBitmapPanel"
"fieldName" "PreviewImage"
"xpos" "15"
"ypos" "65"
"wide" "150"
"tall" "150"
"visible" "1"
}
"ButtonPreviewBrowse"
{
"ControlName" "CExButton"
"fieldName" "ButtonPreviewBrowse"
"xpos" "12"
2023-01-14 22:41:49 +00:00
"ypos" "220"
2021-11-01 15:05:16 +00:00
"wide" "155"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Browse"
"textAlignment" "center"
"Command" "PreviewBrowse"
"Default" "1"
2023-01-14 22:41:49 +00:00
"proportionaltoparent" "1"
2021-11-01 15:05:16 +00:00
"font" "Size 14"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
"border_armed" "MaterialHypno"
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
}
"LabelTitle"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "LabelTitle"
"xpos" "175"
"ypos" "45"
"wide" "250"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_TitleLabel"
"textAlignment" "west"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"FileTitle"
{
"ControlName" "TextEntry"
"fieldName" "FileTitle"
"xpos" "175"
2023-01-14 22:41:49 +00:00
"ypos" "65"
2021-11-01 15:05:16 +00:00
"wide" "250"
"tall" "25"
"visible" "1"
"enabled" "1"
"tabPosition" "1"
"textHidden" "0"
"editable" "1"
"maxchars" "128"
"NumericInputOnly" "0"
"unicode" "1"
2023-01-14 22:41:49 +00:00
"fgcolor_override" "WhiteDark"
"bgcolor_override" "BlackLight"
2021-11-01 15:05:16 +00:00
"paintbackgroundtype" "0"
"font" "Size 14"
}
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"LabelDesc"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "LabelDesc"
"xpos" "175"
2023-01-14 22:41:49 +00:00
"ypos" "90"
2021-11-01 15:05:16 +00:00
"wide" "275"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_DescLabel"
"textAlignment" "west"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"FileDesc"
{
"ControlName" "TextEntry"
"fieldName" "FileDesc"
"xpos" "175"
2023-01-14 22:41:49 +00:00
"ypos" "115"
2021-11-01 15:05:16 +00:00
"wide" "250"
"tall" "125"
"visible" "1"
"enabled" "1"
"tabPosition" "1"
"textHidden" "0"
"editable" "1"
"maxchars" "8000"
"NumericInputOnly" "0"
"unicode" "1"
2023-01-14 22:41:49 +00:00
"fgcolor_override" "WhiteDark"
"bgcolor_override" "BlackLight"
2021-11-01 15:05:16 +00:00
"paintbackgroundtype" "0"
"font" "Size 14"
}
"LabelSourceFile"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "LabelSourceFile"
"xpos" "175"
2023-01-14 22:41:49 +00:00
"ypos" "245"
2021-11-01 15:05:16 +00:00
"wide" "250"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_FileLabel"
"textAlignment" "west"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"SourceFile"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "SourceFile"
"xpos" "225"
2023-01-14 22:41:49 +00:00
"ypos" "245"
2021-11-01 15:05:16 +00:00
"wide" "275"
"tall" "25"
"visible" "1"
"enabled" "1"
"tabPosition" "1"
"labelText" "#TF_PublishFile_NoFileSelected"
"textHidden" "0"
"editable" "0"
"maxchars" "256"
"NumericInputOnly" "0"
"unicode" "0"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"ButtonSourceCosmetics"
{
"ControlName" "CExImageButton"
"fieldName" "ButtonSourceCosmetics"
"xpos" "85"
"ypos" "275"
"wide" "140"
"tall" "30"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Cosmetics"
"textAlignment" "center"
"Command" "MainFileCosmetics"
"Default" "1"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
"border_armed" "MaterialHypno"
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
2023-01-14 22:41:49 +00:00
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "rs1-6"
"ypos" "cs-0.5"
"zpos" "1"
"wide" "16"
"tall" "16"
"scaleImage" "1"
"proportionaltoparent" "1"
"image" "importtool_goldstar"
}
2021-11-01 15:05:16 +00:00
}
"ButtonSourceOther"
{
"ControlName" "CExButton"
"fieldName" "ButtonSourceOther"
"xpos" "230"
"ypos" "275"
"wide" "140"
"tall" "30"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Other"
"textAlignment" "center"
"Command" "MainFileOther"
"Default" "1"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
"border_armed" "MaterialHypno"
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
}
"ButtonSourceMaps"
{
"ControlName" "CExImageButton"
"fieldName" "ButtonSourceMaps"
"xpos" "375"
"ypos" "275"
"wide" "140"
"tall" "30"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Maps"
"textAlignment" "center"
"Command" "MainFileMaps"
"Default" "1"
"font" "Size 14"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
"border_armed" "MaterialHypno"
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
2023-01-14 22:41:49 +00:00
"SubImage"
{
"ControlName" "ImagePanel"
"fieldName" "SubImage"
"xpos" "rs1-6"
"ypos" "cs-0.5"
"zpos" "1"
"wide" "16"
"tall" "16"
"scaleImage" "1"
"proportionaltoparent" "1"
"image" "beta"
}
2021-11-01 15:05:16 +00:00
}
"BrowseDescription"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "BrowseDescription"
"xpos" "175"
"ypos" "300"
"wide" "270"
"tall" "55"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_BrowseDesc"
"textAlignment" "center"
"wrap" "1"
2023-01-14 22:41:49 +00:00
"centerwrap" "1"
2021-11-01 15:05:16 +00:00
"font" "Size 11"
2023-01-14 22:41:49 +00:00
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"TagsTitle"
{
2023-01-14 22:41:49 +00:00
"ControlName" "CExLabel"
2021-11-01 15:05:16 +00:00
"fieldName" "TagsTitle"
"xpos" "430"
"ypos" "45"
"wide" "100"
"tall" "25"
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Tags"
"textAlignment" "west"
2023-01-14 22:41:49 +00:00
"font" "Size 14"
"fgcolor" "WhiteDark"
2021-11-01 15:05:16 +00:00
}
"ClassUsagePanel"
{
"ControlName" "EditablePanel"
"fieldName" "ClassUsagePanel"
"xpos" "430"
"ypos" "45"
"wide" "160"
"tall" "228"
"visible" "1"
"paintbackground" "0"
"ClassCheckBox1"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox1"
"labelText" "#TF_Class_Name_Scout"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "25"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox2"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox2"
"labelText" "#TF_Class_Name_Sniper"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "45"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox3"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox3"
"labelText" "#TF_Class_Name_Soldier"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "65"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox4"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox4"
"labelText" "#TF_Class_Name_Demoman"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "85"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox5"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox5"
"labelText" "#TF_Class_Name_Medic"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "105"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox6"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox6"
"labelText" "#TF_Class_Name_HWGuy"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "125"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox7"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox7"
"labelText" "#TF_Class_Name_Pyro"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "145"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox8"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox8"
"labelText" "#TF_Class_Name_Spy"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "165"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"ClassCheckBox9"
{
"ControlName" "CheckButton"
"fieldName" "ClassCheckBox9"
"labelText" "#TF_Class_Name_Engineer"
"Font" "Size 8"
"textAlignment" "west"
"xpos" ""
"ypos" "185"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
2023-01-14 22:41:49 +00:00
}
2021-11-01 15:05:16 +00:00
"TagCheckbox_Headgear"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Headgear"
"labelText" "#TF_SteamWorkshop_Tag_Headgear"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "25"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_Weapon"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Weapon"
"labelText" "#TF_SteamWorkshop_Tag_Weapon"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "45"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_Misc"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Misc"
"labelText" "#TF_SteamWorkshop_Tag_Misc"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "65"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_SoundDevice"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_SoundDevice"
"labelText" "#TF_SteamWorkshop_Tag_SoundDevice"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "85"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_Halloween"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Halloween"
"labelText" "#TF_SteamWorkshop_Tag_Halloween"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "105"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_Smissmas"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Smissmas"
"labelText" "#TF_SteamWorkshop_Tag_Smissmas"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "125"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
2023-01-14 22:41:49 +00:00
}
2021-11-01 15:05:16 +00:00
"TagCheckbox_Taunt"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Taunt"
"labelText" "#TF_SteamWorkshop_Tag_Taunt"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "145"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_UnusualEffect"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_UnusualEffect"
"labelText" "#TF_SteamWorkshop_Tag_UnusualEffect"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "165"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"TagCheckbox_WarPaint"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_WarPaint"
"labelText" "#TF_SteamWorkshop_Tag_WarPaint"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "185"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
2023-01-14 22:41:49 +00:00
}
2021-11-01 15:05:16 +00:00
"TagCheckbox_Jungle"
{
"ControlName" "CheckButton"
"fieldName" "TagCheckbox_Jungle"
"labelText" "#TF_SteamWorkshop_Tag_Jungle"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "205"
"zpos" "1"
"wide" "75"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_CTF"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_CTF"
"labelText" "#TF_SteamWorkshop_Tag_CTF"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "25"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_CP"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_CP"
"labelText" "#TF_SteamWorkshop_Tag_CP"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "45"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Escort"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Escort"
"labelText" "#TF_SteamWorkshop_Tag_Escort"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "65"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_EscortRace"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_EscortRace"
"labelText" "#TF_SteamWorkshop_Tag_EscortRace"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "85"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_RobotDestruction"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_RobotDestruction"
"labelText" "#TF_SteamWorkshop_Tag_RobotDestruction"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "105"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Koth"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Koth"
"labelText" "#TF_SteamWorkshop_Tag_Koth"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "125"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_AttackDefense"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_AttackDefense"
"labelText" "#TF_SteamWorkshop_Tag_AttackDefense"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "145"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_SD"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_SD"
"labelText" "#TF_SteamWorkshop_Tag_SD"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "165"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_MVM"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_MVM"
"labelText" "#TF_SteamWorkshop_Tag_MVM"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "0"
"ypos" "185"
"zpos" "1"
"wide" "100"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Arena"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Arena"
"labelText" "#TF_SteamWorkshop_Tag_Arena"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "25"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Powerup"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Powerup"
"labelText" "#TF_SteamWorkshop_Tag_Powerup"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "45"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Medieval"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Medieval"
"labelText" "#TF_SteamWorkshop_Tag_Medieval"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "65"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_PassTime"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_PassTime"
"labelText" "#TF_SteamWorkshop_Tag_PassTime"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "85"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Specialty"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Specialty"
"labelText" "#TF_SteamWorkshop_Tag_Specialty"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "105"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckBox_Halloween"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckBox_Halloween"
"labelText" "#TF_SteamWorkshop_Tag_Halloween"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "125"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckbox_Smissmas"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckbox_Smissmas"
"labelText" "#TF_SteamWorkshop_Tag_Smissmas"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "145"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckbox_Night"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckbox_Night"
"labelText" "#TF_SteamWorkshop_Tag_Night"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "165"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
"MapsCheckbox_Jungle"
{
"ControlName" "CheckButton"
"fieldName" "MapsCheckbox_Jungle"
"labelText" "#TF_SteamWorkshop_Tag_Jungle"
"Font" "Size 8"
"textAlignment" "west"
"xpos" "85"
"ypos" "185"
"zpos" "1"
"wide" "80"
"tall" "20"
"visible" "1"
"enabled" "1"
"disabledfgcolor2_override" "WhiteDark"
}
}
"ButtonClose"
{
"ControlName" "CExButton"
"fieldName" "ButtonClose"
2023-01-14 22:41:49 +00:00
"xpos" "rs1-5"
"ypos" "5"
"zpos" "20"
"wide" "24"
"tall" "24"
2021-11-01 15:05:16 +00:00
"visible" "1"
"enabled" "1"
2023-01-14 22:41:49 +00:00
"labelText" "-"
"font" "Symbols 18"
2021-11-01 15:05:16 +00:00
"textAlignment" "center"
"Command" "Close"
"Default" "0"
2023-01-14 22:41:49 +00:00
"proportionaltoparent" "1"
2021-11-01 15:05:16 +00:00
"AllCaps" "1"
"sound_depressed" "UI/buttonclick.wav"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
2023-01-14 22:41:49 +00:00
"border_armed" "MaterialRed"
2021-11-01 15:05:16 +00:00
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
}
"ButtonPublish"
{
"ControlName" "CExButton"
"fieldName" "ButtonPublish"
2023-01-14 22:41:49 +00:00
"xpos" "cs-0.5"
"ypos" "rs1-6"
"wide" "f12"
"tall" "24"
2021-11-01 15:05:16 +00:00
"visible" "1"
"enabled" "1"
"labelText" "#TF_PublishFile_Publish"
"textAlignment" "center"
"Command" "Publish"
"Default" "1"
2023-01-14 22:41:49 +00:00
"proportionaltoparent" "1"
2021-11-01 15:05:16 +00:00
"font" "Size 14"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"AllCaps" "1"
"sound_depressed" "UI/buttonclick.wav"
2023-01-14 22:41:49 +00:00
2021-11-01 15:05:16 +00:00
"paintbackground" "0"
"border_default" "MaterialGrayDarker"
"border_armed" "MaterialHypno"
"defaultFgColor_override" "White"
"armedFgColor_override" "White"
"depressedFgColor_override" "White"
}
2023-01-14 22:41:49 +00:00
"WorkshopBG"
{
"ControlName" "ImagePanel"
"fieldName" "WorkshopBG"
"xpos" "9999"
}
"BackgroundBottom"
{
"ControlName" "EditablePanel"
"fieldName" "BackgroundBottom"
"xpos" "9999"
}
2021-11-01 15:05:16 +00:00
}