mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update app.hta
This commit is contained in:
parent
49b1a7a850
commit
2aa968effb
46
app.hta
46
app.hta
|
@ -5,46 +5,46 @@
|
|||
<!--
|
||||
@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 BorderStyle [Normal]|Raised|Sunken|Complex|Static
|
||||
@attribute InnerBorder [Yes]|No
|
||||
@attribute Caption [Yes]|No
|
||||
@attribute ContextMenu [Yes]|No
|
||||
@attribute Icon Path/To/Icon.ico
|
||||
@attribute MaximizeButton [Yes]|No
|
||||
@attribute MinimizeButton [Yes]|No
|
||||
@attribute Navigable [Yes]|No
|
||||
@attribute Scroll [Auto]|Yes|No
|
||||
@attribute ScrollFlat [Auto]|Yes|No
|
||||
@attribute Selection [Yes]|No
|
||||
@attribute ShowInTaskbar [Yes]|No
|
||||
@attribute SingleInstance [Yes]|No
|
||||
@attribute SysMenu [Yes]|No (Setting to No will remove close button)
|
||||
@attribute WindowsState [Normal]|Minimize|Maximize
|
||||
@attribute Border [Thick]|Thin|None
|
||||
@attribute BorderStyle [Normal]|Raised|Sunken|Complex|Static
|
||||
@attribute InnerBorder [Yes]|No
|
||||
@attribute Caption [Yes]|No
|
||||
@attribute ContextMenu [Yes]|No
|
||||
@attribute Icon Path/To/Icon.ico
|
||||
@attribute MaximizeButton [Yes]|No
|
||||
@attribute MinimizeButton [Yes]|No
|
||||
@attribute Navigable [Yes]|No
|
||||
@attribute Scroll [Auto]|Yes|No
|
||||
@attribute ScrollFlat [Auto]|Yes|No
|
||||
@attribute Selection [Yes]|No
|
||||
@attribute ShowInTaskbar [Yes]|No
|
||||
@attribute SingleInstance [Yes]|No
|
||||
@attribute SysMenu [Yes]|No (Setting to No will remove close button)
|
||||
@attribute WindowsState [Normal]|Minimize|Maximize
|
||||
-->
|
||||
<hta:application
|
||||
ID="WELSONJS"
|
||||
Version="1.0"
|
||||
ID="WELSONJS"
|
||||
Version="1.0"
|
||||
ApplicationName="NextVPN"
|
||||
Border="None"
|
||||
BorderStyle="Static"
|
||||
InnerBorder="No"
|
||||
InnerBorder="No"
|
||||
Caption="No"
|
||||
Icon="favicon.ico"
|
||||
Icon="favicon.ico"
|
||||
ContextMenu="No"
|
||||
MaximizeButton="No"
|
||||
MinimizeButton="No"
|
||||
Navigable="No"
|
||||
Scroll="No"
|
||||
ScrollFlat="Yes"
|
||||
ScrollFlat="Yes"
|
||||
Selection="No"
|
||||
ShowInTaskbar="Yes"
|
||||
SingleInstance="Yes"
|
||||
SysMenu="Yes"
|
||||
WindowState="Normal"
|
||||
Selection="No"
|
||||
Selection="No"
|
||||
/>
|
||||
<title>NextVPN</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9, chrome=1" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user