All Downloads are FREE. Search and download functionalities are using the official Maven repository.

devices.7.138.0.source-code.EPFEMSetup Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

/**
 *
 * @author capobianco
 */
public class EPFEMSetup extends DeviceSetup {

    /**
     * Creates new form CiccioSetup
     */
    public EPFEMSetup() {
        initComponents();
    }

    /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @SuppressWarnings("unchecked")
    // //GEN-BEGIN:initComponents
    private void initComponents() {

        jScrollPane2 = new javax.swing.JScrollPane();
        jPanel5 = new javax.swing.JPanel();
        jPanel96 = new javax.swing.JPanel();
        jPanel97 = new javax.swing.JPanel();
        deviceField25 = new DeviceField();
        deviceField27 = new DeviceField();
        jPanel98 = new javax.swing.JPanel();
        deviceField1 = new DeviceField();
        deviceField2 = new DeviceField();
        jLabel1 = new javax.swing.JLabel();
        deviceField3 = new DeviceField();
        jLabel2 = new javax.swing.JLabel();
        deviceField4 = new DeviceField();
        jLabel3 = new javax.swing.JLabel();
        deviceButtons10 = new DeviceButtons();

        setDeviceProvider("192.168.110.22");
        setDeviceTitle("EPFEM");
        setDeviceType("EPFEM");
        setHeight(200);
        setWidth(850);

        jScrollPane2.setPreferredSize(new java.awt.Dimension(800, 100));

        jPanel5.setPreferredSize(new java.awt.Dimension(880, 80));
        jPanel5.setLayout(new java.awt.BorderLayout());

        jPanel96.setPreferredSize(new java.awt.Dimension(621, 150));
        jPanel96.setLayout(new java.awt.GridLayout(4, 1));

        jPanel97.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT));

        deviceField25.setIdentifier("");
        deviceField25.setLabelString("COMMENT:");
        deviceField25.setNumCols(35);
        deviceField25.setOffsetNid(1);
        deviceField25.setTextOnly(true);
        jPanel97.add(deviceField25);

        deviceField27.setIdentifier("");
        deviceField27.setLabelString("EVT:");
        deviceField27.setNumCols(20);
        deviceField27.setOffsetNid(2);
        deviceField27.setTextOnly(true);
        jPanel97.add(deviceField27);

        jPanel96.add(jPanel97);

        jPanel98.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT));

        deviceField1.setIdentifier("");
        deviceField1.setLabelString("N_CYCL:");
        deviceField1.setOffsetNid(5);
        jPanel98.add(deviceField1);

        deviceField2.setIdentifier("");
        deviceField2.setLabelString("T_ON:");
        deviceField2.setOffsetNid(3);
        jPanel98.add(deviceField2);

        jLabel1.setText("(s)");
        jPanel98.add(jLabel1);

        deviceField3.setIdentifier("");
        deviceField3.setLabelString("T_OFF:");
        deviceField3.setOffsetNid(4);
        jPanel98.add(deviceField3);

        jLabel2.setText("(s)");
        jPanel98.add(jLabel2);

        deviceField4.setIdentifier("");
        deviceField4.setLabelString("WD_TMT:");
        deviceField4.setOffsetNid(6);
        jPanel98.add(deviceField4);

        jLabel3.setText("(min)");
        jPanel98.add(jLabel3);

        jPanel96.add(jPanel98);

        jPanel5.add(jPanel96, java.awt.BorderLayout.PAGE_START);

        jScrollPane2.setViewportView(jPanel5);

        getContentPane().add(jScrollPane2, java.awt.BorderLayout.CENTER);

        deviceButtons10.setCheckExpressions(new String[] {});
        deviceButtons10.setCheckMessages(new String[] {});
        deviceButtons10.setMethods(new String[] {"trig"});
        getContentPane().add(deviceButtons10, java.awt.BorderLayout.SOUTH);
    }// //GEN-END:initComponents


    // Variables declaration - do not modify//GEN-BEGIN:variables
    private DeviceButtons deviceButtons10;
    private DeviceField deviceField1;
    private DeviceField deviceField2;
    private DeviceField deviceField25;
    private DeviceField deviceField27;
    private DeviceField deviceField3;
    private DeviceField deviceField4;
    private javax.swing.JLabel jLabel1;
    private javax.swing.JLabel jLabel2;
    private javax.swing.JLabel jLabel3;
    private javax.swing.JPanel jPanel5;
    private javax.swing.JPanel jPanel96;
    private javax.swing.JPanel jPanel97;
    private javax.swing.JPanel jPanel98;
    private javax.swing.JScrollPane jScrollPane2;
    // End of variables declaration//GEN-END:variables
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy