-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathSidePanel_RenameFile.xml
More file actions
24 lines (17 loc) · 993 Bytes
/
Copy pathSidePanel_RenameFile.xml
File metadata and controls
24 lines (17 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<WSPanel code="SidePanel_RenameFile" layout="BorderLayout">
<WSPanel layout="BorderLayout" position="NORTH" vertical-gap="6">
<WSPanel layout="BorderLayout" position="NORTH" vertical-gap="6">
<WSPanel layout="BorderLayout" position="NORTH" vertical-gap="6">
<WSPanel layout="BorderLayout" position="NORTH" repository="false" code="SidePanel_RenameFile_RenamerPluginsLabel" showLabel="true" showBorder="true">
<WSComboBox code="SidePanel_RenameFile_RenamerPlugins" />
</WSPanel>
<WSTextField code="SidePanel_RenameFile_SearchValue" showLabel="true" position="CENTER" />
</WSPanel>
<WSTextField code="SidePanel_RenameFile_ReplaceValue" showLabel="true" position="CENTER" />
</WSPanel>
<WSPanel layout="GridLayout" rows="1" columns="2" position="CENTER">
<WSButton code="SidePanel_RenameFile_RenameSelectedButton" showText="true" />
<WSButton code="SidePanel_RenameFile_RenameAllButton" showText="true" />
</WSPanel>
</WSPanel>
</WSPanel>