1371 lines
84 KiB
XML
1371 lines
84 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<Form version="1.5" maxVersion="1.6" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
|
|
<NonVisualComponents>
|
|
<Container class="javax.swing.JPopupMenu" name="mnuTable">
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
|
|
<Property name="useNullLayout" type="boolean" value="true"/>
|
|
</Layout>
|
|
<SubComponents>
|
|
<MenuItem class="javax.swing.JMenuItem" name="mnuResendAPDU">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Resend APDU"/>
|
|
<Property name="enabled" type="boolean" value="false"/>
|
|
</Properties>
|
|
</MenuItem>
|
|
<MenuItem class="javax.swing.JMenuItem" name="mnuSaveAPDU">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Save APDU"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuSaveAPDUActionPerformed"/>
|
|
</Events>
|
|
</MenuItem>
|
|
<Component class="javax.swing.JSeparator" name="jSeparator1">
|
|
</Component>
|
|
<MenuItem class="javax.swing.JMenuItem" name="mnuClearHist">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Clear"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuClearHistActionPerformed"/>
|
|
</Events>
|
|
</MenuItem>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPopupMenu" name="mnuWizards">
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
|
|
<Property name="useNullLayout" type="boolean" value="true"/>
|
|
</Layout>
|
|
</Container>
|
|
<Container class="javax.swing.JPopupMenu" name="mnuSavedAPDU">
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout">
|
|
<Property name="useNullLayout" type="boolean" value="true"/>
|
|
</Layout>
|
|
<SubComponents>
|
|
<MenuItem class="javax.swing.JMenuItem" name="mnuResend">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Resend"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuResendActionPerformed"/>
|
|
</Events>
|
|
</MenuItem>
|
|
<Component class="javax.swing.JSeparator" name="jSeparator2">
|
|
</Component>
|
|
<MenuItem class="javax.swing.JMenuItem" name="mnuDelAPDU">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Remove"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuDelAPDUActionPerformed"/>
|
|
</Events>
|
|
</MenuItem>
|
|
</SubComponents>
|
|
</Container>
|
|
</NonVisualComponents>
|
|
<Properties>
|
|
<Property name="defaultCloseOperation" type="int" value="3"/>
|
|
<Property name="title" type="java.lang.String" value="JSmartCard Explorer 1.0.4 Primiano Tucci - http://www.primianotucci.com"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="0"/>
|
|
</Property>
|
|
</Properties>
|
|
<SyntheticProperties>
|
|
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
|
|
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
|
|
</SyntheticProperties>
|
|
<AuxValues>
|
|
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
|
|
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
|
|
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
|
|
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
|
|
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
|
|
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
|
|
</AuxValues>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jPanel1" alignment="0" max="32767" attributes="0"/>
|
|
<Component id="splitter" alignment="0" pref="906" max="32767" attributes="0"/>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="splitter" pref="478" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="jPanel1">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="Reader Settings"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Component id="jLabel6" alignment="0" max="32767" attributes="1"/>
|
|
<Component id="jLabel1" alignment="0" pref="41" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Component id="cbReader" min="-2" pref="226" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="btReloadReaders" min="-2" pref="27" max="-2" attributes="0"/>
|
|
</Group>
|
|
<Component id="lbStatus" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="28" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Component id="cbProto" pref="135" max="32767" attributes="1"/>
|
|
<Component id="btConnect" alignment="0" pref="135" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="52" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Component id="jLabel23" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="tbCardATR" pref="284" max="32767" attributes="0"/>
|
|
</Group>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="btLoadProject" linkSize="15" min="-2" pref="160" max="-2" attributes="0"/>
|
|
<EmptySpace type="separate" max="-2" attributes="0"/>
|
|
<Component id="btSaveProject" linkSize="15" min="-2" pref="160" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="btReloadReaders" linkSize="13" alignment="0" pref="25" max="32767" attributes="1"/>
|
|
<Component id="cbReader" linkSize="13" alignment="0" pref="25" max="32767" attributes="1"/>
|
|
<Component id="jLabel1" linkSize="13" alignment="0" min="-2" pref="20" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jLabel6" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="lbStatus" min="-2" pref="19" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel23" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbCardATR" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="cbProto" linkSize="13" alignment="3" pref="25" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="btSaveProject" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="btLoadProject" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="btConnect" alignment="3" min="-2" pref="27" max="-2" attributes="1"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JComboBox" name="cbReader">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="0"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="cbReaderItemStateChanged"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel1">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Reader"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btReloadReaders">
|
|
<Properties>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="cc" green="ff" red="cc" type="rgb"/>
|
|
</Property>
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
|
<Image iconType="3" name="/SmartCard/resources/reload.png"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btReloadReadersActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel6">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Status:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="lbStatus">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="0" green="0" id="red" palette="1" red="ff" type="palette"/>
|
|
</Property>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Verdana" size="10" style="0"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Card status"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JToggleButton" name="btConnect">
|
|
<Properties>
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
|
<Image iconType="3" name="/SmartCard/resources/connect.png"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Connect"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btConnectActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JComboBox" name="cbProto">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
|
|
<StringArray count="3">
|
|
<StringItem index="0" value="Protocol: Auto"/>
|
|
<StringItem index="1" value="T=0"/>
|
|
<StringItem index="2" value="T=1"/>
|
|
</StringArray>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel23">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Card ATR:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbCardATR">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btLoadProject">
|
|
<Properties>
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
|
<Image iconType="3" name="/SmartCard/resources/open.png"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Load project"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btLoadProjectActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btSaveProject">
|
|
<Properties>
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
|
<Image iconType="3" name="/SmartCard/resources/save.png"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Save project"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btSaveProjectActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JSplitPane" name="splitter">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="null"/>
|
|
</Property>
|
|
<Property name="dividerLocation" type="int" value="240"/>
|
|
<Property name="orientation" type="int" value="0"/>
|
|
<Property name="resizeWeight" type="double" value="0.8"/>
|
|
</Properties>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="panHist">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo">
|
|
<TitledBorder title="APDU History"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
|
|
<JSplitPaneConstraints position="left"/>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jScrollPane1" alignment="0" pref="870" max="32767" attributes="0"/>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistClass" linkSize="1" alignment="0" min="-2" pref="27" max="-2" attributes="1"/>
|
|
<Component id="jLabel10" linkSize="3" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistIns" linkSize="1" alignment="0" min="-2" pref="30" max="-2" attributes="0"/>
|
|
<Component id="jLabel11" linkSize="3" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistP1" linkSize="1" alignment="0" min="-2" pref="25" max="-2" attributes="0"/>
|
|
<Component id="jLabel12" linkSize="3" alignment="0" min="-2" pref="28" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistP2" linkSize="1" alignment="0" min="-2" pref="25" max="-2" attributes="0"/>
|
|
<Component id="jLabel13" linkSize="3" alignment="0" min="-2" pref="28" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistP3" linkSize="1" alignment="0" min="-2" pref="25" max="-2" attributes="0"/>
|
|
<Component id="jLabel14" linkSize="3" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel15" pref="295" max="32767" attributes="2"/>
|
|
<Component id="tbHistDataIn" alignment="0" pref="295" max="32767" attributes="2"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" max="-2" attributes="0">
|
|
<Component id="tbHistDataLen" max="32767" attributes="1"/>
|
|
<Component id="jLabel16" alignment="0" pref="28" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbHistSW" linkSize="12" alignment="0" pref="52" max="32767" attributes="1"/>
|
|
<Component id="jLabel17" linkSize="12" alignment="0" pref="52" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="tbHistDataOut" pref="291" max="32767" attributes="2"/>
|
|
<Component id="jLabel18" alignment="1" pref="291" max="32767" attributes="2"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="jScrollPane1" max="32767" attributes="0"/>
|
|
<EmptySpace min="-2" pref="6" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel10" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel11" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel12" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel13" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel15" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel16" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel18" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<Component id="jLabel17" linkSize="4" alignment="3" min="-2" pref="18" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" max="-2" attributes="0">
|
|
<Component id="tbHistClass" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistIns" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistP1" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistP2" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistDataIn" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistDataLen" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistDataOut" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
<Component id="tbHistSW" linkSize="2" alignment="3" min="-2" pref="20" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" attributes="0">
|
|
<Component id="jLabel14" linkSize="4" min="-2" pref="18" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="tbHistP3" linkSize="2" min="-2" pref="20" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
|
|
<Properties>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="ff" green="ff" red="ff" type="rgb"/>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTable" name="tabAPDU">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
|
|
<Table columnCount="12" rowCount="0">
|
|
<Column editable="false" title="Class" type="java.lang.String"/>
|
|
<Column editable="false" title="INS" type="java.lang.String"/>
|
|
<Column editable="false" title="P1" type="java.lang.String"/>
|
|
<Column editable="false" title="P2" type="java.lang.String"/>
|
|
<Column editable="false" title="P3/Lc" type="java.lang.String"/>
|
|
<Column editable="false" title="Len" type="java.lang.String"/>
|
|
<Column editable="false" title="Data (Hex)" type="java.lang.String"/>
|
|
<Column editable="false" title="SW" type="java.lang.String"/>
|
|
<Column editable="false" title="Response (verbose)" type="java.lang.String"/>
|
|
<Column editable="false" title="Data Out (Hex)" type="java.lang.String"/>
|
|
<Column editable="false" title="Data Out (String)" type="java.lang.String"/>
|
|
<Column editable="false" title="Full Response (Hex)" type="java.lang.String"/>
|
|
</Table>
|
|
</Property>
|
|
<Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor">
|
|
<TableColumnModel selectionModel="0">
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="30" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="90" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
<Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true">
|
|
<Title/>
|
|
<Editor/>
|
|
<Renderer/>
|
|
</Column>
|
|
</TableColumnModel>
|
|
</Property>
|
|
<Property name="editingColumn" type="int" value="0"/>
|
|
<Property name="editingRow" type="int" value="0"/>
|
|
<Property name="maximumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
|
<Dimension value="[2147483647, 1000]"/>
|
|
</Property>
|
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
|
<Dimension value="null"/>
|
|
</Property>
|
|
<Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor">
|
|
<TableHeader reorderingAllowed="true" resizingAllowed="true"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabAPDUMouseClicked"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JLabel" name="jLabel10">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Class"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel11">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="INS"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel12">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="P1"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel13">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="P2"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel14">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Lc"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel15">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Data Sent (Hex)"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel16">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Le"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel17">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="SW"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel18">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Data Recv (Hex)"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistClass">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistIns">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistP1">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistP2">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistP3">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistDataIn">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="2"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistDataLen">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistSW">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbHistDataOut">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e7" green="ea" red="ec" type="rgb"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="2"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JTabbedPane" name="tabs">
|
|
<Properties>
|
|
<Property name="tabPlacement" type="int" value="3"/>
|
|
</Properties>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
|
|
<JSplitPaneConstraints position="right"/>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JPanel" name="panSendAPDU">
|
|
<Properties>
|
|
<Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="e0" green="dd" red="d5" type="rgb"/>
|
|
</Property>
|
|
</Properties>
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Send APDU">
|
|
<Property name="tabTitle" type="java.lang.String" value="Send APDU"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jButton1" alignment="1" pref="877" max="32767" attributes="2"/>
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<Component id="btWizard" min="-2" pref="57" max="-2" attributes="1"/>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbAPDUClass" linkSize="5" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
<Component id="jLabel2" linkSize="5" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel3" linkSize="6" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
<Component id="tbAPDUIns" linkSize="6" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel4" linkSize="7" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
<Component id="tbAPDUP1" linkSize="7" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="tbAPDUP2" linkSize="8" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
<Component id="jLabel5" linkSize="8" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel7" linkSize="9" alignment="0" pref="30" max="32767" attributes="1"/>
|
|
<Component id="tbAPDUP3" linkSize="9" alignment="0" min="-2" pref="30" max="-2" attributes="1"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel8" pref="575" max="32767" attributes="0"/>
|
|
<Component id="tbAPDUDatain" min="-2" pref="575" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="jLabel9" pref="46" max="32767" attributes="1"/>
|
|
<Component id="tbAPDULe" min="-2" pref="46" max="-2" attributes="1"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel21" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="lbLastStatus" pref="744" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="btWizard" alignment="0" min="-2" pref="46" max="-2" attributes="0"/>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="tbAPDUClass" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbAPDUIns" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbAPDUP1" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbAPDUP2" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbAPDUP3" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="tbAPDUDatain" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="tbAPDULe" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
<EmptySpace type="unrelated" max="-2" attributes="0"/>
|
|
<Component id="jButton1" min="-2" pref="28" max="-2" attributes="0"/>
|
|
<EmptySpace pref="72" max="32767" attributes="0"/>
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="lbLastStatus" alignment="3" min="-2" pref="19" max="-2" attributes="0"/>
|
|
<Component id="jLabel21" alignment="3" min="-2" pref="19" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDUClass">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="HH" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUClassFocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUClassFocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDUIns">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="HH" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUInsFocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUInsFocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDUP1">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="HH" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP1FocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP1FocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDUP2">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="HH" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP2FocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP2FocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDUP3">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="HH" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="toolTipText" type="java.lang.String" value="Data length"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP3FocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUP3FocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JFormattedTextField" name="tbAPDULe">
|
|
<Properties>
|
|
<Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) {
ex.printStackTrace();
}">
|
|
<Format format="****" subtype="-1" type="5"/>
|
|
</Property>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="12" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="focusGained" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDULeFocusGained"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDULeFocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel2">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Class"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="INS"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel4">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="P1"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel5">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="P2"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel7">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Lc"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel8">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Data IN (Hex)"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel9">
|
|
<Properties>
|
|
<Property name="horizontalAlignment" type="int" value="0"/>
|
|
<Property name="text" type="java.lang.String" value="Le"/>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo">
|
|
<BevelBorder bevelType="1"/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="jButton1">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="11" style="1"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Send"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JButton" name="btWizard">
|
|
<Properties>
|
|
<Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor">
|
|
<Image iconType="3" name="/SmartCard/resources/wizard.png"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="..."/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btWizardActionPerformed"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JTextField" name="tbAPDUDatain">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="11" style="1"/>
|
|
</Property>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tbAPDUDatainMouseClicked"/>
|
|
<EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="tbAPDUDatainFocusLost"/>
|
|
</Events>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="jLabel21">
|
|
<Properties>
|
|
<Property name="text" type="java.lang.String" value="Last command status:"/>
|
|
</Properties>
|
|
</Component>
|
|
<Component class="javax.swing.JLabel" name="lbLastStatus">
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="panSavedAPDU">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Saved APDUs">
|
|
<Property name="tabTitle" type="java.lang.String" value="Saved APDUs"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jScrollPane2" alignment="0" pref="877" max="32767" attributes="0"/>
|
|
<Component id="jLabel19" alignment="0" min="-2" pref="294" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Component id="jLabel19" min="-2" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jScrollPane2" pref="173" max="32767" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane2">
|
|
<Properties>
|
|
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
<EtchetBorder/>
|
|
</Border>
|
|
</Property>
|
|
</Properties>
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JList" name="listAPDU">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Monospaced" size="11" style="0"/>
|
|
</Property>
|
|
<Property name="model" type="javax.swing.ListModel" editor="org.netbeans.modules.form.editors2.ListModelEditor">
|
|
<StringArray count="0"/>
|
|
</Property>
|
|
<Property name="selectionMode" type="int" value="0"/>
|
|
<Property name="toolTipText" type="java.lang.String" value="Double-click to copy into "Send APDU""/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="listAPDUMouseClicked"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JLabel" name="jLabel19">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="10" style="0"/>
|
|
</Property>
|
|
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="66" green="66" red="66" type="rgb"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Double-click to copy into "Send APDU""/>
|
|
<Property name="verticalAlignment" type="int" value="3"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="panDataView">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="Data view">
|
|
<Property name="tabTitle" type="java.lang.String" value="Data view"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="jLabel20" min="-2" max="-2" attributes="0"/>
|
|
<Component id="scrollSentData" pref="435" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="scrollRecvData" pref="435" max="32767" attributes="0"/>
|
|
<Component id="jLabel22" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<Group type="103" groupAlignment="3" attributes="0">
|
|
<Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
<Component id="jLabel22" alignment="3" min="-2" max="-2" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Component id="scrollRecvData" pref="186" max="32767" attributes="0"/>
|
|
<Component id="scrollSentData" alignment="0" pref="186" max="32767" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JLabel" name="jLabel20">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="10" style="0"/>
|
|
</Property>
|
|
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="66" green="66" red="66" type="rgb"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Sent data"/>
|
|
<Property name="verticalAlignment" type="int" value="3"/>
|
|
</Properties>
|
|
</Component>
|
|
<Container class="javax.swing.JScrollPane" name="scrollSentData">
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="tbSentData">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="20"/>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Monospaced" size="11" style="0"/>
|
|
</Property>
|
|
<Property name="rows" type="int" value="5"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="scrollRecvData">
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="tbRecvData">
|
|
<Properties>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="columns" type="int" value="20"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Monospaced" size="11" style="0"/>
|
|
</Property>
|
|
<Property name="rows" type="int" value="5"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Component class="javax.swing.JLabel" name="jLabel22">
|
|
<Properties>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Tahoma" size="10" style="0"/>
|
|
</Property>
|
|
<Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
|
|
<Color blue="66" green="66" red="66" type="rgb"/>
|
|
</Property>
|
|
<Property name="text" type="java.lang.String" value="Received data"/>
|
|
<Property name="verticalAlignment" type="int" value="3"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JPanel" name="panFS">
|
|
<Constraints>
|
|
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription">
|
|
<JTabbedPaneConstraints tabName="FileSystem Data (Experimental)">
|
|
<Property name="tabTitle" type="java.lang.String" value="FileSystem Data (Experimental)"/>
|
|
</JTabbedPaneConstraints>
|
|
</Constraint>
|
|
</Constraints>
|
|
|
|
<Layout>
|
|
<DimensionLayout dim="0">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="0" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="jScrollPane5" min="-2" pref="274" max="-2" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Component id="scrollFSData" pref="596" max="32767" attributes="0"/>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
<DimensionLayout dim="1">
|
|
<Group type="103" groupAlignment="0" attributes="0">
|
|
<Group type="102" alignment="1" attributes="0">
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
<Group type="103" groupAlignment="1" attributes="0">
|
|
<Component id="scrollFSData" alignment="0" pref="180" max="32767" attributes="0"/>
|
|
<Component id="jScrollPane5" alignment="0" pref="180" max="32767" attributes="0"/>
|
|
</Group>
|
|
<EmptySpace max="-2" attributes="0"/>
|
|
</Group>
|
|
</Group>
|
|
</DimensionLayout>
|
|
</Layout>
|
|
<SubComponents>
|
|
<Container class="javax.swing.JScrollPane" name="jScrollPane5">
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTree" name="treeFS">
|
|
<Properties>
|
|
<Property name="model" type="javax.swing.tree.TreeModel" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
|
<Connection code="null" type="code"/>
|
|
</Property>
|
|
<Property name="rootVisible" type="boolean" value="false"/>
|
|
</Properties>
|
|
<Events>
|
|
<EventHandler event="valueChanged" listener="javax.swing.event.TreeSelectionListener" parameters="javax.swing.event.TreeSelectionEvent" handler="treeFSValueChanged"/>
|
|
</Events>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
<Container class="javax.swing.JScrollPane" name="scrollFSData">
|
|
<AuxValues>
|
|
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
|
|
</AuxValues>
|
|
|
|
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
|
|
<SubComponents>
|
|
<Component class="javax.swing.JTextArea" name="tbFSData">
|
|
<Properties>
|
|
<Property name="columns" type="int" value="20"/>
|
|
<Property name="editable" type="boolean" value="false"/>
|
|
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
|
<Font name="Monospaced" size="11" style="0"/>
|
|
</Property>
|
|
<Property name="rows" type="int" value="5"/>
|
|
</Properties>
|
|
</Component>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Container>
|
|
</SubComponents>
|
|
</Form>
|