Files
VisualSapfor/src/_VisualDVM/Visual/Windows/FunctionsForm.form

277 lines
13 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="_VisualDVM.Visual.Windows.FunctionsForm">
<grid id="27dc6" binding="content" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<xy x="20" y="20" width="1142" height="539"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<toolbar id="c0a67" binding="tools">
<constraints border-constraint="North"/>
<properties>
<floatable value="false"/>
</properties>
<border type="none"/>
<children>
<component id="c7ef9" class="javax.swing.JButton" binding="bZoomIn">
<constraints/>
<properties>
<borderPainted value="false"/>
<icon value="icons/Editor/Font+.png"/>
<maximumSize width="30" height="30"/>
<minimumSize width="30" height="30"/>
<preferredSize width="30" height="30"/>
<text value=""/>
<toolTipText value="Приблизить граф"/>
</properties>
</component>
<component id="169ae" class="javax.swing.JButton" binding="bZoomOut">
<constraints/>
<properties>
<borderPainted value="false"/>
<icon value="icons/Editor/Font-.png"/>
<maximumSize width="30" height="30"/>
<minimumSize width="30" height="30"/>
<preferredSize width="30" height="30"/>
<text value=""/>
<toolTipText value="Отдалить граф"/>
</properties>
</component>
<component id="752bf" class="javax.swing.JButton" binding="bSaveGraphAsImage">
<constraints/>
<properties>
<borderPainted value="false"/>
<icon value="icons/ScreenShot.png"/>
<maximumSize width="30" height="30"/>
<minimumSize width="30" height="30"/>
<preferredSize width="30" height="30"/>
<text value=""/>
<toolTipText value="Сохранить граф как изображение"/>
</properties>
</component>
<component id="6e55b" class="javax.swing.JLabel">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<foreground color="-16777216"/>
<text value=" итераций "/>
</properties>
</component>
<component id="f28ef" class="javax.swing.JSpinner" binding="sIterations">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<maximumSize width="60" height="26"/>
<minimumSize width="60" height="26"/>
<preferredSize width="60" height="26"/>
</properties>
</component>
<component id="9c7af" class="javax.swing.JLabel">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<foreground color="-16777216"/>
<text value=" связность "/>
</properties>
</component>
<component id="db983" class="javax.swing.JSpinner" binding="sResistance">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<maximumSize width="60" height="26"/>
<minimumSize width="60" height="26"/>
<preferredSize width="60" height="26"/>
</properties>
</component>
<component id="ce20c" class="javax.swing.JLabel">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<foreground color="-16777216"/>
<text value=" шкала экрана "/>
</properties>
</component>
<component id="7c318" class="javax.swing.JSpinner" binding="sScreen">
<constraints/>
<properties>
<font name="Times New Roman" size="14" style="0"/>
<maximumSize width="60" height="26"/>
<minimumSize width="60" height="26"/>
<preferredSize width="60" height="26"/>
</properties>
</component>
</children>
</toolbar>
<grid id="77a07" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints border-constraint="Center"/>
<properties/>
<border type="none"/>
<children>
<toolbar id="af12" binding="filtersBar">
<constraints border-constraint="North"/>
<properties>
<floatable value="false"/>
<font name="Times New Roman" size="10"/>
<preferredSize width="0" height="30"/>
</properties>
<border type="none"/>
<children>
<component id="14db3" class="javax.swing.JLabel">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="0"/>
<foreground color="-16777216"/>
<text value="по имени: "/>
</properties>
</component>
<component id="882a1" class="javax.swing.JTextField" binding="filterName" custom-create="true">
<constraints/>
<properties>
<font name="Times New Roman" size="12"/>
<maximumSize width="150" height="30"/>
<minimumSize width="150" height="30"/>
<preferredSize width="150" height="30"/>
</properties>
</component>
<component id="8ac16" class="javax.swing.JCheckBox" binding="ShowStandardFilter">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="115" height="30"/>
<minimumSize width="115" height="30"/>
<preferredSize width="115" height="30"/>
<selected value="true"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="стандартные"/>
<toolTipText value="Отображать стандартные процедуры"/>
<verticalTextPosition value="0"/>
</properties>
</component>
<component id="1334f" class="javax.swing.JCheckBox" binding="ShowExternalFilter">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="85" height="30"/>
<minimumSize width="85" height="30"/>
<preferredSize width="85" height="30"/>
<selected value="true"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="внешние"/>
<toolTipText value="Отображать внешние процедуры"/>
<verticalTextPosition value="0"/>
</properties>
</component>
<component id="b366c" class="javax.swing.JCheckBox" binding="ShowUnreachableFilter">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="124" height="30"/>
<minimumSize width="124" height="30"/>
<preferredSize width="124" height="30"/>
<selected value="true"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="недостижимые"/>
<toolTipText value="Отображать недостижимые процедуры"/>
<verticalTextPosition value="0"/>
</properties>
</component>
<component id="6b691" class="javax.swing.JCheckBox" binding="cbShowByCurrentFunction">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="154" height="30"/>
<minimumSize width="154" height="30"/>
<preferredSize width="154" height="30"/>
<selected value="false"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="смежные c текущей: "/>
<toolTipText value="будут отображены только процедуры смежные с текущей"/>
<verticalTextPosition value="0"/>
</properties>
</component>
<component id="abdcb" class="javax.swing.JLabel" binding="lCurrentFunction">
<constraints/>
<properties>
<font name="Times New Roman" size="12"/>
<foreground color="-16777216"/>
<text value="? "/>
</properties>
</component>
<component id="61dd9" class="javax.swing.JLabel" binding="depthLabel">
<constraints/>
<properties>
<font name="Times New Roman" size="12"/>
<foreground color="-16777216"/>
<text value=" глубина "/>
<toolTipText value="глубина вызовов"/>
</properties>
</component>
<component id="30af9" class="javax.swing.JSpinner" binding="sDepth">
<constraints/>
<properties>
<font name="Times New Roman" size="12"/>
<maximumSize width="60" height="26"/>
<minimumSize width="60" height="26"/>
<preferredSize width="60" height="26"/>
</properties>
</component>
<component id="e180e" class="javax.swing.JCheckBox" binding="ShowIn">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="91" height="30"/>
<minimumSize width="91" height="30"/>
<preferredSize width="91" height="30"/>
<selected value="true"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="входящие"/>
<toolTipText value="Отображать входящие в текущую процедуру вызовы"/>
<verticalTextPosition value="0"/>
</properties>
</component>
<component id="fa7b2" class="javax.swing.JCheckBox" binding="ShowOut">
<constraints/>
<properties>
<font name="Times New Roman" size="12" style="2"/>
<horizontalAlignment value="10"/>
<icon value="Common/icons/NotPick.png"/>
<maximumSize width="97" height="30"/>
<minimumSize width="97" height="30"/>
<preferredSize width="97" height="30"/>
<selected value="true"/>
<selectedIcon value="Common/icons/Pick.png"/>
<text value="исходящие"/>
<toolTipText value="Отображать исходящие из текущей процедуры вызовы"/>
<verticalTextPosition value="0"/>
</properties>
</component>
</children>
</toolbar>
<grid id="9d9dc" binding="functionsGraphPanel" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints border-constraint="Center"/>
<properties>
<background color="-4144960"/>
<font/>
<foreground color="-10197916"/>
<opaque value="false"/>
</properties>
<border type="none"/>
<children/>
</grid>
</children>
</grid>
</children>
</grid>
</form>