Update app.hta

This commit is contained in:
Namhyeon Go 2020-07-03 20:03:30 +09:00
parent 49b1a7a850
commit 2aa968effb

46
app.hta
View File

@ -5,46 +5,46 @@
<!-- <!--
@tag hta:application @tag hta:application
@attribute ApplicationName Sets the name of the HTA. @attribute ApplicationName Sets the name of the HTA.
@attribute Border [Thick]|Thin|None @attribute Border [Thick]|Thin|None
@attribute BorderStyle [Normal]|Raised|Sunken|Complex|Static @attribute BorderStyle [Normal]|Raised|Sunken|Complex|Static
@attribute InnerBorder [Yes]|No @attribute InnerBorder [Yes]|No
@attribute Caption [Yes]|No @attribute Caption [Yes]|No
@attribute ContextMenu [Yes]|No @attribute ContextMenu [Yes]|No
@attribute Icon Path/To/Icon.ico @attribute Icon Path/To/Icon.ico
@attribute MaximizeButton [Yes]|No @attribute MaximizeButton [Yes]|No
@attribute MinimizeButton [Yes]|No @attribute MinimizeButton [Yes]|No
@attribute Navigable [Yes]|No @attribute Navigable [Yes]|No
@attribute Scroll [Auto]|Yes|No @attribute Scroll [Auto]|Yes|No
@attribute ScrollFlat [Auto]|Yes|No @attribute ScrollFlat [Auto]|Yes|No
@attribute Selection [Yes]|No @attribute Selection [Yes]|No
@attribute ShowInTaskbar [Yes]|No @attribute ShowInTaskbar [Yes]|No
@attribute SingleInstance [Yes]|No @attribute SingleInstance [Yes]|No
@attribute SysMenu [Yes]|No (Setting to No will remove close button) @attribute SysMenu [Yes]|No (Setting to No will remove close button)
@attribute WindowsState [Normal]|Minimize|Maximize @attribute WindowsState [Normal]|Minimize|Maximize
--> -->
<hta:application <hta:application
ID="WELSONJS" ID="WELSONJS"
Version="1.0" Version="1.0"
ApplicationName="NextVPN" ApplicationName="NextVPN"
Border="None" Border="None"
BorderStyle="Static" BorderStyle="Static"
InnerBorder="No" InnerBorder="No"
Caption="No" Caption="No"
Icon="favicon.ico" Icon="favicon.ico"
ContextMenu="No" ContextMenu="No"
MaximizeButton="No" MaximizeButton="No"
MinimizeButton="No" MinimizeButton="No"
Navigable="No" Navigable="No"
Scroll="No" Scroll="No"
ScrollFlat="Yes" ScrollFlat="Yes"
Selection="No" Selection="No"
ShowInTaskbar="Yes" ShowInTaskbar="Yes"
SingleInstance="Yes" SingleInstance="Yes"
SysMenu="Yes" SysMenu="Yes"
WindowState="Normal" WindowState="Normal"
Selection="No" Selection="No"
/> />
<title>NextVPN</title> <title>NextVPN</title>
<meta http-equiv="X-UA-Compatible" content="IE=9, chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=9, chrome=1" />