jDesktopPane1.setBackground(Common.color_edit_properties);
this.getContentPane().add(jDesktopPane1);
jDesktopPane1.setPreferredSize(new Dimension(452, 140));
jDesktopPane1.setLayout(null);
{
jLabelSystemKey = new JLabel4j_std();
jDesktopPane1.add(jLabelSystemKey);
jLabelSystemKey.setText(lang.get("lbl_Description"));
jLabelSystemKey.setBounds(9, 65, 87, 19);
jLabelSystemKey.setHorizontalAlignment(SwingConstants.RIGHT);
jLabelSystemKey.setHorizontalTextPosition(SwingConstants.RIGHT);
}
{
jLabelKeyValue = new JLabel4j_std();
jDesktopPane1.add(jLabelKeyValue);
jLabelKeyValue.setText(lang.get("lbl_System_Key"));
jLabelKeyValue.setHorizontalAlignment(SwingConstants.RIGHT);
jLabelKeyValue.setHorizontalTextPosition(SwingConstants.RIGHT);
jLabelKeyValue.setBounds(5, 15, 93, 19);
}
{
jLabelDescription = new JLabel4j_std();
jDesktopPane1.add(jLabelDescription);
jLabelDescription.setText(lang.get("lbl_Value"));
jLabelDescription.setHorizontalAlignment(SwingConstants.RIGHT);
jLabelDescription.setHorizontalTextPosition(SwingConstants.RIGHT);
jLabelDescription.setBounds(10, 39, 88, 19);