JPanel2.add(JLabel1, new com.symantec.itools.awt.GridBagConstraintsD(0,0,1,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));
JLabel1.setBounds(0,0,20,40);
JComboBox1.setModel(stringComboBoxModel1);
JPanel2.add(JComboBox1, new com.symantec.itools.awt.GridBagConstraintsD(1,0,1,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));
JComboBox1.setBounds(0,0,130,40);
JLabel2.setText("Attachments");
JPanel2.add(JLabel2, new com.symantec.itools.awt.GridBagConstraintsD(0,1,1,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));
JLabel2.setBounds(0,0,20,40);
JComboBox2.setModel(stringComboBoxModel2);
JPanel2.add(JComboBox2, new com.symantec.itools.awt.GridBagConstraintsD(1,1,1,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));
JComboBox2.setBounds(0,0,130,40);
JCheckBox1.setText("Auto Connect");
JPanel2.add(JCheckBox1, new com.symantec.itools.awt.GridBagConstraintsD(0,2,2,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));
JCheckBox1.setBounds(0,0,23,40);
JCheckBox2.setText("Use Compression");
JPanel2.add(JCheckBox2, new com.symantec.itools.awt.GridBagConstraintsD(0,3,2,1,0.0,0.0,java.awt.GridBagConstraints.NORTHWEST,java.awt.GridBagConstraints.NONE,new Insets(0,0,0,0),0,0));