devices.7.138.0.source-code.CONTIPPSETUPSetup Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Cesare
*/
public class CONTIPPSETUPSetup extends DeviceSetup
{
/**
*
*/
private static final long serialVersionUID = 1L;
/**
* Creates new form CONTIPPSETUPSetup
*/
public CONTIPPSETUPSetup()
{
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()
{
deviceButtons1 = new DeviceButtons();
jPanel1 = new javax.swing.JPanel();
jPanel2 = new javax.swing.JPanel();
deviceField1 = new DeviceField();
jPanel3 = new javax.swing.JPanel();
deviceField2 = new DeviceField();
deviceField3 = new DeviceField();
setDeviceProvider("localhost");
setDeviceTitle("Probe temperature control setup");
setDeviceType("CONTIPPSETUP");
setHeight(130);
setWidth(550);
deviceButtons1.setCheckExpressions(new String[] {});
deviceButtons1.setCheckMessages(new String[] {});
deviceButtons1.setMethods(new String[]
{ "start", "stop", "exit" });
getContentPane().add(deviceButtons1, java.awt.BorderLayout.PAGE_END);
jPanel1.setLayout(new java.awt.GridLayout(2, 0));
deviceField1.setIdentifier("");
deviceField1.setLabelString("Comment:");
deviceField1.setNumCols(20);
deviceField1.setOffsetNid(1);
jPanel2.add(deviceField1);
jPanel1.add(jPanel2);
deviceField2.setIdentifier("");
deviceField2.setLabelString("Set Point Temperature (C):");
deviceField2.setNumCols(4);
deviceField2.setOffsetNid(8);
jPanel3.add(deviceField2);
deviceField3.setIdentifier("");
deviceField3.setLabelString("Sample Rate (Hz):");
deviceField3.setNumCols(5);
deviceField3.setOffsetNid(5);
jPanel3.add(deviceField3);
jPanel1.add(jPanel3);
getContentPane().add(jPanel1, java.awt.BorderLayout.CENTER);
}// //GEN-END:initComponents
// Variables declaration - do not modify//GEN-BEGIN:variables
private DeviceButtons deviceButtons1;
private DeviceField deviceField1;
private DeviceField deviceField2;
private DeviceField deviceField3;
private javax.swing.JPanel jPanel1;
private javax.swing.JPanel jPanel2;
private javax.swing.JPanel jPanel3;
// End of variables declaration//GEN-END:variables
}