jDesktopPane1.setLayout(null);
{
jButtonSearch1 = new JButton4j(Common.icon_search);
jDesktopPane1.add(jButtonSearch1);
jButtonSearch1.setText(lang.get("btn_Search"));
jButtonSearch1.setBounds(0, 226, 98, 32);
jButtonSearch1.setMnemonic(lang.getMnemonicChar());
jButtonSearch1.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
buildSQL();
populateList();
}
});
}
{
jTextFieldMaterial = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldMaterial.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBMaterial.field_material));
jDesktopPane1.add(jTextFieldMaterial);
jTextFieldMaterial.setBounds(122, 11, 120, 21);
}
{
jTextFieldLocation = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldLocation.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBLocation.field_location_id));
jDesktopPane1.add(jTextFieldLocation);
jTextFieldLocation.setBounds(340, 11, 103, 21);
}
{
jTextFieldCustomer = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldCustomer.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBCustomer.field_customer_id));
jDesktopPane1.add(jTextFieldCustomer);
jTextFieldCustomer.setBounds(340, 105, 103, 21);
}
{
jLabel1 = new JLabel4j_std();
jDesktopPane1.add(jLabel1);
jLabel1.setText(lang.get("lbl_Material"));
jLabel1.setBounds(2, 11, 108, 21);
jLabel1.setHorizontalAlignment(SwingConstants.TRAILING);
}
{
jLabel3 = new JLabel4j_std();
jDesktopPane1.add(jLabel3);
jLabel3.setText(lang.get("lbl_Location_ID"));
jLabel3.setBounds(260, 11, 74, 21);
}
{
jLabel23 = new JLabel4j_std();
jLabel23.setHorizontalAlignment(SwingConstants.TRAILING);
jDesktopPane1.add(jLabel23);
jLabel23.setText(lang.get("lbl_Customer_ID"));
jLabel23.setBounds(243, 105, 91, 21);
}
{
ComboBoxModel<JDBUom> jComboBox2Model = new DefaultComboBoxModel<JDBUom>(uomList);
jComboBoxUOM = new JComboBox4j<JDBUom>();
jDesktopPane1.add(jComboBoxUOM);
jComboBoxUOM.setModel(jComboBox2Model);
jComboBoxUOM.setBounds(580, 75, 125, 23);
jComboBoxUOM.setMaximumRowCount(12);
}
{
jLabel4 = new JLabel4j_std();
jDesktopPane1.add(jLabel4);
jLabel3.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel4.setText(lang.get("lbl_Material_UOM"));
jLabel4.setBounds(490, 75, 88, 21);
jLabel4.setHorizontalAlignment(SwingConstants.TRAILING);
}
{
jButtonAdd = new JButton4j(Common.icon_add);
jDesktopPane1.add(jButtonAdd);
jButtonAdd.setText(lang.get("btn_Add"));
jButtonAdd.setBounds(196, 226, 98, 32);
jButtonAdd.setMnemonic(lang.getMnemonicChar());
jButtonAdd.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_ADD"));
jButtonAdd.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
addRecord();
}
});
}
{
jButtonEdit = new JButton4j(Common.icon_edit);
jDesktopPane1.add(jButtonEdit);
jButtonEdit.setText(lang.get("btn_Edit"));
jButtonEdit.setBounds(294, 226, 98, 32);
jButtonEdit.setMnemonic(lang.getMnemonicChar());
jButtonEdit.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_EDIT"));
jButtonEdit.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
editRecord();
}
});
}
{
jButtonDelete = new JButton4j(Common.icon_delete);
jDesktopPane1.add(jButtonDelete);
jButtonDelete.setText(lang.get("btn_Delete"));
jButtonDelete.setBounds(392, 226, 98, 32);
jButtonDelete.setMnemonic(lang.getMnemonicChar());
jButtonDelete.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_DELETE"));
jButtonDelete.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
deleteRecord();
}
});
}
{
jButtonSummary = new JButton4j(Common.icon_report);
jButtonSummary.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
print_summary();
}
});
jDesktopPane1.add(jButtonSummary);
jButtonSummary.setText(lang.get("btn_Print_Summary"));
jButtonSummary.setBounds(686, 226, 98, 32);
jButtonSummary.setMnemonic(lang.getMnemonicChar());
jButtonSummary.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("RPT_PAL_SUMMARY"));
}
{
jButtonClose = new JButton4j(Common.icon_close);
jDesktopPane1.add(jButtonClose);
jButtonClose.setText(lang.get("btn_Close"));
jButtonClose.setBounds(882, 226, 98, 32);
jButtonClose.setMnemonic(lang.getMnemonicChar());
jButtonClose.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JDBQuery2.closeStatement(listStatement);
dispose();
}
});
}
{
jButtonPrint = new JButton4j(Common.icon_report);
jDesktopPane1.add(jButtonPrint);
jButtonPrint.setText(lang.get("btn_Print"));
jButtonPrint.setBounds(490, 226, 98, 32);
jButtonPrint.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("RPT_PALLETS"));
jButtonPrint.setMnemonic(lang.getMnemonicChar());
jButtonPrint.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
printRecords("multi");
}
});
}
{
jLabel10 = new JLabel4j_std();
jDesktopPane1.add(jLabel10);
jLabel10.setText(lang.get("lbl_Limit"));
jLabel10.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel10.setBounds(702, 200, 97, 21);
}
{
ComboBoxModel<String> jComboBoxSortByModel = new DefaultComboBoxModel<String>(new String[]
{ "DATE_OF_MANUFACTURE", "DATE_CREATED","DATE_UPDATED","SSCC", "MATERIAL,BATCH_NUMBER", "MATERIAL,PROCESS_ORDER", "BATCH_NUMBER,MATERIAL", "PROCESS_ORDER,DATE_OF_MANUFACTURE", "QUANTITY", "STATUS", "LOCATION_ID", "UOM", "EAN", "VARIANT" });
jComboBoxSortBy = new JComboBox4j<String>();
jDesktopPane1.add(jComboBoxSortBy);
jComboBoxSortBy.setModel(jComboBoxSortByModel);
jComboBoxSortBy.setBounds(318, 198, 355, 23);
}
{
ComboBoxModel<String> jComboBoxDefaultPalletStatusModel = new DefaultComboBoxModel<String>(Common.palletStatusIncBlank);
jComboBoxPalletStatus = new JComboBox4j<String>();
jDesktopPane1.add(jComboBoxPalletStatus);
jComboBoxPalletStatus.setModel(jComboBoxDefaultPalletStatusModel);
jComboBoxPalletStatus.setBounds(805, 11, 169, 23);
}
{
jLabel15 = new JLabel4j_std();
jDesktopPane1.add(jLabel15);
jLabel15.setText(lang.get("lbl_Pallet_Status"));
jLabel15.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel15.setBounds(702, 11, 97, 21);
}
{
jToggleButtonSequence = new JToggleButton();
jToggleButtonSequence.setSelected(true);
jDesktopPane1.add(jToggleButtonSequence);
jToggleButtonSequence.setBounds(680, 198, 21, 21);
jToggleButtonSequence.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
setSequence(jToggleButtonSequence.isSelected());
}
});
}
{
jLabelQuantity = new JLabel4j_std();
jDesktopPane1.add(jLabelQuantity);
jLabelQuantity.setText(lang.get("lbl_Pallet_Quantity"));
jLabelQuantity.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelQuantity.setBounds(490, 105, 88, 21);
}
{
jFormattedTextFieldQuantity = new JQuantityInput(new BigDecimal("0"));
jDesktopPane1.add(jFormattedTextFieldQuantity);
jFormattedTextFieldQuantity.setFont(Common.font_std);
jFormattedTextFieldQuantity.setHorizontalAlignment(SwingConstants.TRAILING);
jFormattedTextFieldQuantity.setBounds(604, 105, 97, 21);
jFormattedTextFieldQuantity.setVerifyInputWhenFocusTarget(false);
jFormattedTextFieldQuantity.setEnabled(false);
}
{
jLabel2 = new JLabel4j_std();
jDesktopPane1.add(jLabel2);
jLabel2.setText(lang.get("lbl_Material_Batch"));
jLabel2.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel2.setBounds(490, 11, 88, 21);
}
{
jTextFieldBatch = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldBatch.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBMaterialBatch.field_batch_number));
jDesktopPane1.add(jTextFieldBatch);
jTextFieldBatch.setBounds(582, 11, 98, 21);
}
{
jLabelProcessOrder = new JLabel4j_std();
jDesktopPane1.add(jLabelProcessOrder);
jLabelProcessOrder.setText(lang.get("lbl_Process_Order"));
jLabelProcessOrder.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelProcessOrder.setBounds(490, 44, 88, 21);
}
{
jTextFieldProcessOrder = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldProcessOrder.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBProcessOrder.field_process_order));
jDesktopPane1.add(jTextFieldProcessOrder);
jTextFieldProcessOrder.setBounds(582, 44, 98, 21);
}
{
jLabelProductionDate = new JLabel4j_std();
jDesktopPane1.add(jLabelProductionDate);
jLabelProductionDate.setText(lang.get("lbl_Pallet_DOM"));
jLabelProductionDate.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelProductionDate.setBounds(2, 42, 108, 25);
}
{
jTextFieldEAN = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldEAN.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBMaterialUom.field_ean));
jDesktopPane1.add(jTextFieldEAN);
jTextFieldEAN.setBounds(805, 75, 117, 21);
jTextFieldEAN.setFocusCycleRoot(true);
}
{
jLabel5 = new JLabel4j_std();
jDesktopPane1.add(jLabel5);
jLabel5.setText(lang.get("lbl_Material_UOM_EAN"));
jLabel5.setHorizontalAlignment(SwingConstants.RIGHT);
jLabel5.setHorizontalTextPosition(SwingConstants.RIGHT);
jLabel5.setBounds(702, 75, 97, 21);
}
{
jLabel6 = new JLabel4j_std();
jDesktopPane1.add(jLabel6);
jLabel6.setText("/");
jLabel6.setHorizontalAlignment(SwingConstants.CENTER);
jLabel6.setHorizontalTextPosition(SwingConstants.RIGHT);
jLabel6.setBounds(922, 75, 15, 21);
}
{
jTextFieldVariant = new JTextField4j();
jTextFieldVariant.setHorizontalAlignment(SwingConstants.CENTER);
AbstractDocument doc = (AbstractDocument) jTextFieldVariant.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBMaterialUom.field_variant));
jDesktopPane1.add(jTextFieldVariant);
jTextFieldVariant.setBounds(937, 75, 21, 21);
jTextFieldVariant.setFocusCycleRoot(true);
}
{
jCheckBoxQuantity = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxQuantity);
jCheckBoxQuantity.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxQuantity.setBounds(582, 105, 21, 21);
jCheckBoxQuantity.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxQuantity.isSelected())
{
jFormattedTextFieldQuantity.setValue(0);
jFormattedTextFieldQuantity.setEnabled(true);
} else
{
jFormattedTextFieldQuantity.setValue(0);
jFormattedTextFieldQuantity.setEnabled(false);
}
}
});
}
{
domDateFrom = new JDateControl();
jDesktopPane1.add(domDateFrom);
domDateFrom.setEnabled(false);
domDateFrom.setFont(Common.font_std);
domDateFrom.setBounds(144, 40, 120, 25);
}
{
jCheckBoxDOMTo = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxDOMTo);
jCheckBoxDOMTo.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxDOMTo.setBounds(313, 40, 21, 25);
jCheckBoxDOMTo.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxDOMTo.isSelected())
{
button_CalendardomDateTo.setEnabled(true);
domDateTo.setEnabled(true);
} else
{
domDateTo.setEnabled(false);
button_CalendardomDateTo.setEnabled(false);
}
}
});
}
{
domDateTo = new JDateControl();
jDesktopPane1.add(domDateTo);
domDateTo.setEnabled(false);
domDateTo.setFont(Common.font_std);
domDateTo.setBounds(340, 40, 120, 25);
}
{
jLabel7 = new JLabel4j_std();
jDesktopPane1.add(jLabel7);
jLabel7.setText(lang.get("lbl_Sort_By"));
jLabel7.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel7.setBounds(243, 198, 69, 21);
}
{
SpinnerNumberModel jSpinnerIntModel = new SpinnerNumberModel();
jSpinnerIntModel.setMinimum(1);
jSpinnerIntModel.setMaximum(5000);
jSpinnerIntModel.setStepSize(1);
jSpinnerLimit = new JSpinner();
JSpinner.NumberEditor ne = new JSpinner.NumberEditor(jSpinnerLimit);
ne.getTextField().setFont(Common.font_std);
jSpinnerLimit.setEditor(ne);
jSpinnerLimit.setModel(jSpinnerIntModel);
jSpinnerLimit.setBounds(824, 200, 68, 21);
jSpinnerLimit.setValue(1000);
jSpinnerLimit.getEditor().setSize(45, 21);
jDesktopPane1.add(jSpinnerLimit);
}
{
jCheckBoxLimit = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxLimit);
jCheckBoxLimit.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxLimit.setBounds(801, 200, 21, 21);
jCheckBoxLimit.setSelected(true);
jCheckBoxLimit.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxLimit.isSelected())
{
jSpinnerLimit.setEnabled(true);
} else
{
jSpinnerLimit.setEnabled(false);
}
}
});
}
{
jButtonLookupProcessOrder = new JButton4j(Common.icon_lookup);
jDesktopPane1.add(jButtonLookupProcessOrder);
jButtonLookupProcessOrder.setBounds(680, 44, 21, 21);
jButtonLookupProcessOrder.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JLaunchLookup.dlgCriteriaDefault = "Ready";
JLaunchLookup.dlgAutoExec = true;
if (JLaunchLookup.processOrders())
{
jTextFieldProcessOrder.setText(JLaunchLookup.dlgResult);
}
}
});
}
{
jButtonLookupBatch = new JButton4j(Common.icon_lookup);
jDesktopPane1.add(jButtonLookupBatch);
jButtonLookupBatch.setBounds(680, 11, 21, 21);
jButtonLookupBatch.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JLaunchLookup.dlgCriteriaDefault = jTextFieldMaterial.getText();
JLaunchLookup.dlgAutoExec = true;
if (JLaunchLookup.materialBatches())
{
jTextFieldBatch.setText(JLaunchLookup.dlgResult);
}
}
});
}
{
jButtonLookupMaterial = new JButton4j(Common.icon_lookup);
jDesktopPane1.add(jButtonLookupMaterial);
jButtonLookupMaterial.setFont(new java.awt.Font("Dialog", 1, 7));
jButtonLookupMaterial.setBounds(243, 11, 21, 21);
jButtonLookupMaterial.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JLaunchLookup.dlgAutoExec = false;
JLaunchLookup.dlgCriteriaDefault = "";
if (JLaunchLookup.materials())
{
jTextFieldMaterial.setText(JLaunchLookup.dlgResult);
}
}
});
}
{
jButtonLookupLocation = new JButton4j(Common.icon_lookup);
jDesktopPane1.add(jButtonLookupLocation);
jButtonLookupLocation.setBounds(444, 11, 21, 21);
jButtonLookupLocation.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JLaunchLookup.dlgAutoExec = true;
JLaunchLookup.dlgCriteriaDefault = "Y";
if (JLaunchLookup.locations())
{
jTextFieldLocation.setText(JLaunchLookup.dlgResult);
}
}
});
}
{
jButtonLookupCustomer = new JButton4j(Common.icon_lookup);
jDesktopPane1.add(jButtonLookupCustomer);
jButtonLookupCustomer.setBounds(444, 105, 21, 21);
jButtonLookupCustomer.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
JLaunchLookup.dlgAutoExec = true;
JLaunchLookup.dlgCriteriaDefault = "";
if (JLaunchLookup.customers())
{
jTextFieldCustomer.setText(JLaunchLookup.dlgResult);
}
}
});
}
{
jCheckBoxDOMFrom = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxDOMFrom);
jCheckBoxDOMFrom.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxDOMFrom.setBounds(120, 40, 21, 25);
jCheckBoxDOMFrom.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxDOMFrom.isSelected())
{
domDateFrom.setEnabled(true);
button_CalendardomDateFrom.setEnabled(true);
} else
{
domDateFrom.setEnabled(false);
button_CalendardomDateFrom.setEnabled(false);
}
}
});
}
{
jTextFieldSSCC = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldSSCC.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBPallet.field_sscc));
jDesktopPane1.add(jTextFieldSSCC);
jTextFieldSSCC.setBounds(122, 105, 120, 21);
}
{
jLabelSCC = new JLabel4j_std();
jDesktopPane1.add(jLabelSCC);
jLabelSCC.setText(lang.get("lbl_Pallet_SSCC"));
jLabelSCC.setBounds(2, 105, 108, 21);
jLabelSCC.setHorizontalAlignment(SwingConstants.TRAILING);
}
{
expiryDateFrom = new JDateControl();
jDesktopPane1.add(expiryDateFrom);
expiryDateFrom.setEnabled(false);
expiryDateFrom.setFont(Common.font_std);
expiryDateFrom.setBounds(144, 71, 120, 25);
}
{
expiryDateTo = new JDateControl();
jDesktopPane1.add(expiryDateTo);
expiryDateTo.setEnabled(false);
expiryDateTo.setFont(Common.font_std);
expiryDateTo.setBounds(340, 71, 120, 25);
}
{
jLabel8 = new JLabel4j_std();
jDesktopPane1.add(jLabel8);
jLabel8.setText(lang.get("lbl_Material_Batch_Expiry_Date"));
jLabel8.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel8.setBounds(2, 71, 108, 25);
}
{
jCheckBoxExpiryFrom = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxExpiryFrom);
jCheckBoxExpiryFrom.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxExpiryFrom.setBounds(120, 71, 21, 25);
jCheckBoxExpiryFrom.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxExpiryFrom.isSelected())
{
expiryDateFrom.setEnabled(true);
calendarButtonexpiryDateFrom.setEnabled(true);
} else
{
expiryDateFrom.setEnabled(false);
calendarButtonexpiryDateFrom.setEnabled(false);
}
}
});
}
{
jCheckBoxExpiryTo = new JCheckBox4j();
jDesktopPane1.add(jCheckBoxExpiryTo);
jCheckBoxExpiryTo.setBackground(new java.awt.Color(255, 255, 255));
jCheckBoxExpiryTo.setBounds(313, 71, 21, 25);
jCheckBoxExpiryTo.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxExpiryTo.isSelected())
{
expiryDateTo.setEnabled(true);
calendarButtonexpiryDateTo.setEnabled(true);
} else
{
expiryDateTo.setEnabled(false);
calendarButtonexpiryDateTo.setEnabled(false);
}
}
});
}
{
jButtonLabel = new JButton4j(Common.icon_report);
jButtonLabel.setToolTipText("Print labels for all returned rows below");
jDesktopPane1.add(jButtonLabel);
jButtonLabel.setText(lang.get("btn_Label"));
jButtonLabel.setMnemonic(java.awt.event.KeyEvent.VK_L);
jButtonLabel.setBounds(588, 226, 98, 32);
jButtonLabel.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
printLabels();
}
});
}
{
jLabel8_1 = new JLabel4j_std();
jLabel8_1.setHorizontalAlignment(SwingConstants.TRAILING);
jLabel8_1.setText(lang.get("lbl_Despatch_No"));
jLabel8_1.setBounds(702, 44, 97, 21);
jDesktopPane1.add(jLabel8_1);
}
{
jTextFieldDespatch_No = new JTextField4j();
AbstractDocument doc = (AbstractDocument) jTextFieldDespatch_No.getDocument();
doc.setDocumentFilter(new JFixedSizeFilter(JDBDespatch.field_despatch_no));
jTextFieldDespatch_No.setFocusCycleRoot(true);
jTextFieldDespatch_No.setBounds(805, 44, 117, 21);
jDesktopPane1.add(jTextFieldDespatch_No);
}
{
final JButton4j exportXlsButton = new JButton4j(Common.icon_XLS);
exportXlsButton.setToolTipText("Export all rows below to spreadsheet.");
exportXlsButton.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
exportExcel("multi");
}
});
exportXlsButton.setText(lang.get("btn_Excel"));
exportXlsButton.setBounds(784, 226, 98, 32);
jDesktopPane1.add(exportXlsButton);
}
{
jLabel5_1 = new JLabel4j_std();
jLabel5_1.setHorizontalAlignment(SwingConstants.RIGHT);
jLabel5_1.setText(lang.get("lbl_Confirmed"));
jLabel5_1.setBounds(702, 167, 97, 21);
jDesktopPane1.add(jLabel5_1);
}
{
jCheckBoxConfirmed = new JCheckBox4j();
jCheckBoxConfirmed.setSelected(true);
jCheckBoxConfirmed.setBackground(Color.WHITE);
jCheckBoxConfirmed.setBounds(801, 167, 21, 21);
jDesktopPane1.add(jCheckBoxConfirmed);
}
{
jButtonClear = new JButton4j(Common.icon_clear);
jButtonClear.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
clearFilter();
}
});
jButtonClear.setText(lang.get("btn_Clear_Filter"));
jButtonClear.setBounds(98, 226, 98, 32);
jDesktopPane1.add(jButtonClear);
}
button_CalendardomDateFrom = new JCalendarButton(domDateFrom);
button_CalendardomDateFrom.setSize(21, 21);
button_CalendardomDateFrom.setEnabled(false);
button_CalendardomDateFrom.setLocation(274, 42);
jDesktopPane1.add(button_CalendardomDateFrom);
button_CalendardomDateTo = new JCalendarButton(domDateTo);
button_CalendardomDateTo.setSize(21, 21);
button_CalendardomDateTo.setEnabled(false);
button_CalendardomDateTo.setLocation(470, 42);
jDesktopPane1.add(button_CalendardomDateTo);
calendarButtonexpiryDateFrom = new JCalendarButton(expiryDateFrom);
calendarButtonexpiryDateFrom.setSize(21, 21);
calendarButtonexpiryDateFrom.setEnabled(false);
calendarButtonexpiryDateFrom.setLocation(274, 75);
jDesktopPane1.add(calendarButtonexpiryDateFrom);
calendarButtonexpiryDateTo = new JCalendarButton(expiryDateTo);
calendarButtonexpiryDateTo.setSize(21, 21);
calendarButtonexpiryDateTo.setEnabled(false);
calendarButtonexpiryDateTo.setLocation(470, 74);
jDesktopPane1.add(calendarButtonexpiryDateTo);
JLabel4j_std label = new JLabel4j_std();
label.setText(lang.get("lbl_MHN_Number"));
label.setHorizontalAlignment(SwingConstants.TRAILING);
label.setBounds(702, 105, 97, 21);
jDesktopPane1.add(label);
textFieldMHN = new JTextField4j();
textFieldMHN.setBounds(805, 105, 117, 21);
jDesktopPane1.add(textFieldMHN);
JLabel4j_std label_1 = new JLabel4j_std();
label_1.setText(lang.get("lbl_Decision"));
label_1.setHorizontalAlignment(SwingConstants.TRAILING);
label_1.setBounds(702, 134, 97, 21);
jDesktopPane1.add(label_1);
ComboBoxModel<JDBMHNDecisions> jComboBox3Model = new DefaultComboBoxModel<JDBMHNDecisions>(decisionList);
comboBoxDecisions.setModel(jComboBox3Model);
comboBoxDecisions.setMaximumRowCount(12);
comboBoxDecisions.setFont(new Font("Monospaced", Font.PLAIN, 11));
comboBoxDecisions.setBounds(805, 134, 169, 23);
jDesktopPane1.add(comboBoxDecisions);
}
{
jStatusText = new JLabel4j_std();
jStatusText.setBounds(10, 545, 974, 21);
jDesktopPane1.add(jStatusText);
jStatusText.setBackground(Color.GRAY);
jStatusText.setForeground(new Color(255, 0, 0));
}
jScrollPane1 = new JScrollPane();
jScrollPane1.setBounds(0, 262, 984, 284);
jDesktopPane1.add(jScrollPane1);
jScrollPane1.getViewport().setBackground(Common.color_tablebackground);
jTable1 = new JTable();
jTable1.setDefaultRenderer(Object.class, Common.renderer_table);
jScrollPane1.setViewportView(jTable1);
jTable1.setModel(jTable1Model);
jTable1.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
jTable1.getTableHeader().setFont(Common.font_table_header);
jTable1.getTableHeader().setForeground(Common.color_tableHeaderFont);
jTable1.addMouseListener(new MouseAdapter()
{
public void mouseClicked(MouseEvent evt)
{
if (evt.getClickCount() == 2)
{
if (Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_MATERIAL_EDIT") == true)
{
editRecord();
}
}
}
});
{
final JPopupMenu popupMenu = new JPopupMenu();
popupMenu.setFont(Common.font_std);
addPopup(jTable1, popupMenu);
{
final JMenuItem4j menuItemAdd = new JMenuItem4j(Common.icon_add);
menuItemAdd.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_ADD"));
menuItemAdd.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
addRecord();
}
});
menuItemAdd.setText(lang.get("btn_Add"));
popupMenu.add(menuItemAdd);
}
{
final JMenuItem4j menuItemEdit = new JMenuItem4j(Common.icon_edit);
menuItemEdit.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_EDIT"));
menuItemEdit.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
editRecord();
}
});
menuItemEdit.setText(lang.get("btn_Edit"));
popupMenu.add(menuItemEdit);
}
{
final JMenuItem4j menuItemDelete = new JMenuItem4j(Common.icon_delete);
menuItemDelete.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PALLET_DELETE"));
menuItemDelete.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
deleteRecord();
}
});
menuItemDelete.setText(lang.get("btn_Delete"));
popupMenu.add(menuItemDelete);
}
{
final JMenuItem4j menuItemPrint = new JMenuItem4j(Common.icon_print);
menuItemPrint.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("RPT_PALLETS"));
menuItemPrint.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
printRecords("selected");
}
});
menuItemPrint.setText(lang.get("btn_Print"));
popupMenu.add(menuItemPrint);
}
{
final JMenuItem4j menuItemLabel = new JMenuItem4j(Common.icon_report);
menuItemLabel.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
printLabels();
}
});
menuItemLabel.setText(lang.get("btn_Label"));
popupMenu.add(menuItemLabel);
}
{
final JMenuItem4j menuItemExcel = new JMenuItem4j(Common.icon_XLS);
menuItemExcel.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
exportExcel("selected");
}
});
menuItemExcel.setText(lang.get("btn_Excel"));
popupMenu.add(menuItemExcel);
}
{
final JMenuItem4j menuItemConfirm = new JMenuItem4j(Common.icon_ok);
menuItemConfirm.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_PAL_PROD_CONFIRM"));
menuItemConfirm.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
confirmRecord();
}
});
menuItemConfirm.setText(lang.get("btn_Confirm"));
popupMenu.add(menuItemConfirm);
}
{
menuItemSummary = new JMenuItem4j(Common.icon_report);
menuItemSummary.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
print_summary();
}
});
menuItemSummary.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("RPT_PAL_SUMMARY"));
menuItemSummary.setText(lang.get("btn_Print_Summary"));
popupMenu.add(menuItemSummary);
}
{
final JMenuItem4j menuItemSplit = new JMenuItem4j(Common.icon_split);
menuItemSplit.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_PAL_SPLIT"));
menuItemSplit.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
splitRecord();
}
});
menuItemSplit.setText(lang.get("mod_FRM_PAL_SPLIT"));
popupMenu.add(menuItemSplit);
}
{
mnReferenceData = new JMenu4j(lang.get("lbl_Referenced_Data"));
popupMenu.add(mnReferenceData);
{
mntmEditBatch = new JMenuItem4j(lang.get("btn_Edit_Batch"));
mntmEditBatch.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent arg0)
{
int row = jTable1.getSelectedRow();
if (row >= 0)
{
String lmaterial = jTable1.getValueAt(row, 1).toString();
String lbatch = jTable1.getValueAt(row, 2).toString();
JLaunchMenu.runForm("FRM_ADMIN_MATERIAL_BATCH_EDIT", lmaterial, lbatch);
}
}
});
mnReferenceData.add(mntmEditBatch);
mntmEditBatch.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_MATERIAL_BATCH_EDIT"));
mntmEditBatch.setIcon(Common.icon_batch);
}
{
mntmEditLocation = new JMenuItem4j(lang.get("btn_Edit_Location"));
mntmEditLocation.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent arg0)
{
int row = jTable1.getSelectedRow();
if (row >= 0)
{
String llocation = jTable1.getValueAt(row, 8).toString();
JLaunchMenu.runForm("FRM_ADMIN_LOCATION_EDIT", llocation);
}
}
});
mnReferenceData.add(mntmEditLocation);
mntmEditLocation.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_LOCATION_EDIT"));
mntmEditLocation.setIcon(Common.icon_location);
}
{
mntmEditMaterial = new JMenuItem4j(lang.get("btn_Edit_Material"));
mntmEditMaterial.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent arg0)
{
int row = jTable1.getSelectedRow();
if (row >= 0)
{
String lmaterial = jTable1.getValueAt(row, 1).toString();
JLaunchMenu.runForm("FRM_ADMIN_MATERIAL_EDIT", lmaterial);
}
}
});
mnReferenceData.add(mntmEditMaterial);
mntmEditMaterial.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_MATERIAL_EDIT"));
mntmEditMaterial.setIcon(Common.icon_material);
}
{
mntmEditProcessOrder = new JMenuItem4j(lang.get("btn_Edit_Process_Order"));
mntmEditProcessOrder.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent arg0)
{
int row = jTable1.getSelectedRow();
if (row >= 0)
{
String lprocessorder = jTable1.getValueAt(row, 3).toString();
JLaunchMenu.runForm("FRM_ADMIN_PROCESS_ORDER_EDIT", lprocessorder);
}
}
});
mnReferenceData.add(mntmEditProcessOrder);
mntmEditProcessOrder.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_PROCESS_ORDER_EDIT"));
mntmEditProcessOrder.setIcon(Common.icon_process_order);
}
{
mntmEditMHN = new JMenuItem4j(lang.get("btn_Edit_MHN"));
mntmEditMHN.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent arg0)
{
int row = jTable1.getSelectedRow();
if (row >= 0)
{
String lmhn = jTable1.getValueAt(row, JDBPalletTableModel.MHN_Number_Col).toString();
if (lmhn.equals("") == false)
{
JLaunchMenu.runForm("FRM_ADMIN_MHN_EDIT", lmhn);
}
}
}
});
mnReferenceData.add(mntmEditMHN);
mntmEditMHN.setEnabled(Common.userList.getUser(Common.sessionID).isModuleAllowed("FRM_ADMIN_MHN_EDIT"));
mntmEditMHN.setIcon(Common.icon_mhn);
}
}
{
final JMenu4j filterByMenu = new JMenu4j();
filterByMenu.setText(lang.get("lbl_Filter_By"));
popupMenu.add(filterByMenu);
{
final JMenuItem4j menuItemFilterBySSCC = new JMenuItem4j();
menuItemFilterBySSCC.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("SSCC");
}
});
menuItemFilterBySSCC.setText(lang.get("lbl_Pallet_SSCC"));
filterByMenu.add(menuItemFilterBySSCC);
}
{
final JMenuItem4j menuItemFilterByMaterial = new JMenuItem4j();
menuItemFilterByMaterial.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Material");
}
});
menuItemFilterByMaterial.setText(lang.get("lbl_Material"));
filterByMenu.add(menuItemFilterByMaterial);
}
{
final JMenuItem4j menuItemFilterByBatch = new JMenuItem4j();
menuItemFilterByBatch.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Batch");
}
});
menuItemFilterByBatch.setText(lang.get("lbl_Material_Batch"));
filterByMenu.add(menuItemFilterByBatch);
}
{
final JMenuItem4j menuItemFilterByLocation = new JMenuItem4j();
menuItemFilterByLocation.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Location");
}
});
menuItemFilterByLocation.setText(lang.get("lbl_Location_ID"));
filterByMenu.add(menuItemFilterByLocation);
}
{
final JMenuItem4j menuItemFilterByDespatch = new JMenuItem4j();
menuItemFilterByDespatch.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Despatch");
}
});
menuItemFilterByDespatch.setText(lang.get("lbl_Despatch_No"));
filterByMenu.add(menuItemFilterByDespatch);
}
{
final JMenuItem4j menuItemFilterByPalletStatus = new JMenuItem4j();
menuItemFilterByPalletStatus.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Pallet Status");
}
});
menuItemFilterByPalletStatus.setText(lang.get("lbl_Pallet_Status"));
filterByMenu.add(menuItemFilterByPalletStatus);
}
{
final JMenuItem4j menuItemFilterByProcessOrder = new JMenuItem4j();
menuItemFilterByProcessOrder.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
filterBy("Process Order");
}
});
menuItemFilterByProcessOrder.setText(lang.get("lbl_Process_Order"));
filterByMenu.add(menuItemFilterByProcessOrder);
}
{
filterByMenu.addSeparator();
}
{
final JMenuItem4j menuItemResetFilter = new JMenuItem4j();
menuItemResetFilter.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
clearFilter();
}
});
menuItemResetFilter.setText(lang.get("btn_Clear_Filter"));
filterByMenu.add(menuItemResetFilter);
}
}
{
final JMenu4j sortByMenu = new JMenu4j();
sortByMenu.setText(lang.get("lbl_Sort_By"));
popupMenu.add(sortByMenu);
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("SSCC");
}
});
newItemMenuItem.setText(lang.get("lbl_Pallet_SSCC"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("BATCH_NUMBER");
}
});
newItemMenuItem.setText(lang.get("lbl_Material_Batch"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("PROCESS_ORDER");
}
});
newItemMenuItem.setText(lang.get("lbl_Process_Order"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("QUANTITY");
}
});
newItemMenuItem.setText(lang.get("lbl_Pallet_Quantity"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("DATE_OF_MANUFACTURE");
}
});
newItemMenuItem.setText(lang.get("lbl_Pallet_DOM"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("STATUS");
}
});
newItemMenuItem.setText(lang.get("lbl_Pallet_Status"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("LOCATION_ID");
}
});
newItemMenuItem.setText(lang.get("lbl_Location_ID"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("UOM");
}
});
newItemMenuItem.setText(lang.get("lbl_Pallet_UOM"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("EAN");
}
});
newItemMenuItem.setText(lang.get("lbl_Material_UOM_EAN"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenuItem4j newItemMenuItem = new JMenuItem4j();
newItemMenuItem.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
sortBy("VARIANT");
}
});
newItemMenuItem.setText(lang.get("lbl_Material_UOM_Variant"));
sortByMenu.add(newItemMenuItem);
}
{
final JMenu4j orderMenu = new JMenu4j();
orderMenu.setText(lang.get("lbl_Sort_By"));
sortByMenu.add(orderMenu);
{
rbascending.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
setSequence(false);
}
});
buttonGroup.add(rbascending);
rbascending.setSelected(true);
rbascending.setText("Ascending");
rbascending.setFont(Common.font_popup);
orderMenu.add(rbascending);
}
{
rbdescending.addActionListener(new ActionListener()
{
public void actionPerformed(final ActionEvent e)
{
setSequence(true);
}
});
buttonGroup.add(rbdescending);
rbdescending.setText("Descending");
rbdescending.setFont(Common.font_popup);
orderMenu.add(rbdescending);
}
}
}
}
JLabel4j_std jLabelCreatedDate = new JLabel4j_std();
jLabelCreatedDate.setText(lang.get("lbl_Date_Created"));
jLabelCreatedDate.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelCreatedDate.setBounds(2, 134, 108, 21);
jDesktopPane1.add(jLabelCreatedDate);
JLabel4j_std jLabelUpdatedDate = new JLabel4j_std();
jLabelUpdatedDate.setText(lang.get("lbl_Date_Updated"));
jLabelUpdatedDate.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelUpdatedDate.setBounds(2, 163, 108, 25);
jDesktopPane1.add(jLabelUpdatedDate);
jCheckBoxCreatedFrom = new JCheckBox4j();
jCheckBoxCreatedFrom.setBackground(Color.WHITE);
jCheckBoxCreatedFrom.setBounds(120, 134, 21, 25);
jDesktopPane1.add(jCheckBoxCreatedFrom);
jCheckBoxCreatedFrom.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxCreatedFrom.isSelected())
{
createdDateFrom.setEnabled(true);
button_CalendarCreatedDateFrom.setEnabled(true);
} else
{
createdDateFrom.setEnabled(false);
button_CalendarCreatedDateFrom.setEnabled(false);
}
}
});
jCheckBoxUpdatedFrom = new JCheckBox4j();
jCheckBoxUpdatedFrom.setBackground(Color.WHITE);
jCheckBoxUpdatedFrom.setBounds(120, 163, 21, 25);
jDesktopPane1.add(jCheckBoxUpdatedFrom);
jCheckBoxUpdatedFrom.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxUpdatedFrom.isSelected())
{
updatedDateFrom.setEnabled(true);
button_CalendarUpdatedDateFrom.setEnabled(true);
} else
{
updatedDateFrom.setEnabled(false);
button_CalendarUpdatedDateFrom.setEnabled(false);
}
}
});
createdDateFrom = new JDateControl();
createdDateFrom.setFont(new Font("Arial", Font.PLAIN, 11));
createdDateFrom.setEnabled(false);
createdDateFrom.setBounds(144, 134, 128, 25);
jDesktopPane1.add(createdDateFrom);
updatedDateFrom = new JDateControl();
updatedDateFrom.setFont(new Font("Arial", Font.PLAIN, 11));
updatedDateFrom.setEnabled(false);
updatedDateFrom.setBounds(144, 163, 128, 25);
jDesktopPane1.add(updatedDateFrom);
jCheckBoxCreatedTo = new JCheckBox4j();
jCheckBoxCreatedTo.setBackground(Color.WHITE);
jCheckBoxCreatedTo.setBounds(313, 134, 21, 25);
jDesktopPane1.add(jCheckBoxCreatedTo);
jCheckBoxCreatedTo.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxCreatedTo.isSelected())
{
createdDateTo.setEnabled(true);
button_CalendarCreatedDateTo.setEnabled(true);
} else
{
createdDateTo.setEnabled(false);
button_CalendarCreatedDateTo.setEnabled(false);
}
}
});
jCheckBoxUpdatedTo = new JCheckBox4j();
jCheckBoxUpdatedTo.setBackground(Color.WHITE);
jCheckBoxUpdatedTo.setBounds(313, 163, 21, 25);
jDesktopPane1.add(jCheckBoxUpdatedTo);
jCheckBoxUpdatedTo.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent evt)
{
if (jCheckBoxUpdatedTo.isSelected())
{
updatedDateTo.setEnabled(true);
button_CalendarUpdatedDateTo.setEnabled(true);
} else
{
createdDateTo.setEnabled(false);
button_CalendarUpdatedDateTo.setEnabled(false);
}
}
});
createdDateTo = new JDateControl();
createdDateTo.setFont(new Font("Arial", Font.PLAIN, 11));
createdDateTo.setEnabled(false);
createdDateTo.setBounds(340, 134, 128, 25);
jDesktopPane1.add(createdDateTo);
updatedDateTo = new JDateControl();
updatedDateTo.setFont(new Font("Arial", Font.PLAIN, 11));
updatedDateTo.setEnabled(false);
updatedDateTo.setBounds(340, 163, 128, 25);
jDesktopPane1.add(updatedDateTo);
JLabel4j_std label4j_std_2 = new JLabel4j_std();
label4j_std_2.setText((String) null);
label4j_std_2.setHorizontalAlignment(SwingConstants.TRAILING);
label4j_std_2.setBounds(2, 138, 108, 25);
jDesktopPane1.add(label4j_std_2);
JLabel4j_std label4j_std_3 = new JLabel4j_std();
label4j_std_3.setText((String) null);
label4j_std_3.setHorizontalAlignment(SwingConstants.TRAILING);
label4j_std_3.setBounds(2, 167, 108, 25);
jDesktopPane1.add(label4j_std_3);
JLabel4j_std jLabelCreatedUser = new JLabel4j_std();
jLabelCreatedUser.setText(lang.get("lbl_Created_By"));
jLabelCreatedUser.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelCreatedUser.setBounds(501, 134, 77, 21);
jDesktopPane1.add(jLabelCreatedUser);
textFieldUserCreated = new JTextField4j();
textFieldUserCreated.setBounds(582, 134, 98, 21);
jDesktopPane1.add(textFieldUserCreated);
JButton4j jButtonLookupUserCreated = new JButton4j(Common.icon_lookup);
jButtonLookupUserCreated.setBounds(680, 134, 21, 21);
jDesktopPane1.add(jButtonLookupUserCreated);
jButtonLookupUserCreated.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
JLaunchLookup.dlgAutoExec = true;
JLaunchLookup.dlgCriteriaDefault = "";
if (JLaunchLookup.users())
{
textFieldUserCreated.setText(JLaunchLookup.dlgResult);
}
}
});
JLabel4j_std jLabelUpdatedUser = new JLabel4j_std();
jLabelUpdatedUser.setText(lang.get("lbl_Updated_By"));
jLabelUpdatedUser.setHorizontalAlignment(SwingConstants.TRAILING);
jLabelUpdatedUser.setBounds(501, 167, 77, 21);
jDesktopPane1.add(jLabelUpdatedUser);
textFieldUserUpdated = new JTextField4j();
textFieldUserUpdated.setBounds(582, 167, 98, 21);
jDesktopPane1.add(textFieldUserUpdated);
JButton4j jButtonLookupUserUpdated = new JButton4j(Common.icon_lookup);
jButtonLookupUserUpdated.setBounds(680, 167, 21, 21);
jDesktopPane1.add(jButtonLookupUserUpdated);
jButtonLookupUserUpdated.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)
{
JLaunchLookup.dlgAutoExec = true;
JLaunchLookup.dlgCriteriaDefault = "";