link start!

This commit is contained in:
cherubin
2026-03-17 13:31:18 -07:00
commit 08abe87cfb
5910 changed files with 386288 additions and 0 deletions
@@ -0,0 +1,13 @@
<panes version="1">
<advance_option_dialog default_text="Advance options" type="javax.baja.ui.BWidget" x="200.0" y="200.0" w="400.0" h="200">
<lb_parent_lib_path default_text="Parent Folder path" type="javax.baja.ui.BLabel" x="20.0" y="27.0" w="100.0" h="30.0"/>
<tf_parent_folder_path default_text="C:\Niagara\" type="javax.baja.ui.BTextField" x="120.0" y="30.0" w="220.0" h="32.0"/>
<bt_browse_patent_lib default_text="..." type="javax.baja.ui.BButton" x="345.0" y="30.0" w="17.0" h="18.0"/>
<cb_save_as_default default_text="Save as default parent path" type="javax.baja.ui.BCheckBox" x="120.0" y="70.0" w="180.0" h="30.0"/>
<bt_ok default_text="OK" type="javax.baja.ui.BButton" x="252.0" y="110.0" w="50.0" h="23.0"/>
<bt_cancel default_text="Cancel" type="javax.baja.ui.BButton" x="312.0" y="110.0" w="50.0" h="23.0"/>
<bt_help default_text="Help" type="javax.baja.ui.BButton" x="20.0" y="110.0" w="50.0" h="23.0"/>
</advance_option_dialog>
</panes>
@@ -0,0 +1,19 @@
<panes version="1">
<export_lib_item default_text="export_lib_item" type="javax.baja.ui.BWidget" x="200.0" y="200.0" w="390.0" h="400.0">
<lb_instruction default_text="Select item(s) to export" type="javax.baja.ui.BLabel" x="30.0" y="20.0" w="270.0" h="30.0"/>
<lt_lib_item default_text="Library Items" type="javax.baja.ui.list.BCheckList" x="30.0" y="50.0" w="200.0" h="160.0"/>
<lb_file_path default_text="File Path" type="javax.baja.ui.BLabel" x="30.0" y="225.0" w="70.0" h="30.0"/>
<tf_file_path default_text="" type="javax.baja.ui.BTextField" x="80.0" y="227.0" w="230.0" h="30.0"/>
<bt_browse default_text="..." type="javax.baja.ui.BButton" x="315.0" y="227.0" w="18.0" h="18.0"/>
<lb_version default_text="Version" type="javax.baja.ui.BLabel" x="30.0" y="257.0" w="70.0" h="20.0"/>
<tf_version default_text="" type="javax.baja.ui.BTextField" x="80.0" y="260.0" w="40.0" h="20.0"/>
<lb_note default_text="* Only selected item(s) in the list shall be exported to the selected file." type="javax.baja.ui.BLabel" x="30.0" y="290.0" w="370.0" h="20.0"/>
<bt_ok default_text="OK" type="javax.baja.ui.BButton" x="225.0" y="330.0" w="50.0" h="23.0"/>
<bt_cancel default_text="Cancel" type="javax.baja.ui.BButton" x="285.0" y="330.0" w="50.0" h="23.0"/>
<bt_help default_text="Help" type="javax.baja.ui.BButton" x="30.0" y="330.0" w="50.0" h="23.0"/>
</export_lib_item>
</panes>
@@ -0,0 +1,5 @@
package com.honeywell.honeywellXL10NextGen.library;
public interface IAdvancedHandler {
boolean handleAdvanced(BAdvancedDialog bAdvancedDialog);
}
@@ -0,0 +1,39 @@
<panes version="1">
<load_lib_item default_text="SaveLibItem" type="javax.baja.ui.BWidget" x="200.0" y="200.0" w="436.0" h="488">
<lb_library_name default_text="Select Library" type="javax.baja.ui.BLabel" x="20.0" y="66.0" w="80.0" h="20.0"/>
<ldd_library_name default_text="AppLib" type="javax.baja.ui.BListDropDown" x="120.0" y="66.0" w="170.0" h="20.0"/>
<lb_parent_folder_path default_text="Parent Folder Path" type="javax.baja.ui.BLabel" x="20.0" y="21.0" w="90.0" h="20.0"/>
<tf_parent_folder_path default_text="C:\Niagara\" type="javax.baja.ui.BTextField" x="120.0" y="21.0" w="240.0" h="20.0"/>
<bt_browse_patent_lib default_text="Browse" type="javax.baja.ui.BButton" x="364.0" y="21.0" w="50.0" h="20.0"/>
<cb_save_as_default default_text="Save as default parent path" type="javax.baja.ui.BCheckBox" x="120.0" y="45.0" w="180.0" h="15.0"/>
<!--<tf_library_path default_text="Library Path" type="javax.baja.ui.BTextField" x="100.0" y="20.0" w="230.0" h="30.0"/> -->
<bt_browse_lib default_text="..." type="javax.baja.ui.BButton" x="338.0" y="60.0" w="17.0" h="18.0"/>
<lb_application default_text="Application/Macro" type="javax.baja.ui.BLabel" x="20.0" y="96.0" w="90.0" h="20.0"/>
<ldd_application default_text="App" type="javax.baja.ui.BListDropDown" x="120.0" y="96.0" w="170.0" h="20.0"/>
<bpe_app_details default_text="Application Details" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BBorderPaneEx" x="20.0" y="130.0" w="390.0" h="280.0">
<lb_name default_text="Name" type="javax.baja.ui.BLabel" x="20.0" y="20.0" w="90.0" h="20.0"/>
<tf_name default_text="Name" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BStringTextField" x="100.0" y="20.0" w="170.0" h="20.0"/>
<lb_type default_text="Type" type="javax.baja.ui.BLabel" x="20.0" y="50.0" w="90.0" h="20.0"/>
<edd_type default_text="Type" type="com.honeywell.honeywellXL10NextGen.xl10Controller.ui.BEnumDropDown" x="100.0" y="50.0" w="130.0" h="20.0"/>
<lb_version default_text="Version" type="javax.baja.ui.BLabel" x="20.0" y="80.0" w="90.0" h="20.0"/>
<ldd_version default_text="Version" type="javax.baja.ui.BListDropDown" x="100.0" y="80.0" w="50.0" h="20.0"/>
<lb_description default_text="Description" type="javax.baja.ui.BLabel" x="20.0" y="110.0" w="90.0" h="20.0"/>
<ta_description default_text="Description" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BLimitTextEditorPane" x="100.0" y="110.0" w="270.0" h="70.0"/>
<lb_attachment default_text="Attachment" type="javax.baja.ui.BLabel" x="20.0" y="195.0" w="90.0" h="20.0"/>
<tf_attachment default_text="Attachment" type="javax.baja.ui.BTextField" x="100.0" y="195.0" w="170.0" h="20.0"/>
<bt_browse default_text="..." type="javax.baja.ui.BButton" x="275.0" y="195.0" w="17.0" h="18.0"/>
<lt_attachments default_text="Attachments" type="javax.baja.ui.list.BList" x="100.0" y="195.0" w="270.0" h="70.0"/>
</bpe_app_details>
<bt_ok default_text="OK" type="javax.baja.ui.BButton" x="300.0" y="425.0" w="50.0" h="20.0"/>
<bt_cancel default_text="Cancel" type="javax.baja.ui.BButton" x="360.0" y="425.0" w="50.0" h="20.0"/>
<bt_help default_text="Help" type="javax.baja.ui.BButton" x="20.0" y="425.0" w="50.0" h="20.0"/>
</load_lib_item>
</panes>
@@ -0,0 +1,45 @@
<panes version="1">
<save_lib_item default_text="SaveLibItem" type="javax.baja.ui.BWidget" x="200.0" y="500.0" w="437.0" h="575">
<lb_library_name default_text="Select Library" type="javax.baja.ui.BLabel" x="20.0" y="66.0" w="80.0" h="20.0"/>
<ldd_library_name default_text="AppLib" type="javax.baja.ui.BListDropDown" x="120.0" y="66.0" w="170.0" h="20.0"/>
<bt_new_library default_text="+" type="javax.baja.ui.BButton" x="295.0" y="67.0" w="18.0" h="16.0"/>
<lb_parent_folder_path default_text="Parent Folder Path" type="javax.baja.ui.BLabel" x="20.0" y="20.0" w="90.0" h="20.0"/>
<tf_parent_folder_path default_text="C:\Niagara\" type="javax.baja.ui.BTextField" x="120.0" y="22.0" w="240.0" h="20.0"/>
<bt_browse_patent_lib default_text="Browse" type="javax.baja.ui.BButton" x="364.0" y="22.0" w="50.0" h="20.0"/>
<cb_save_as_default default_text="Save as default parent path" type="javax.baja.ui.BCheckBox" x="120.0" y="45.0" w="180.0" h="15.0"/>
<!--<tf_library_path default_text="Library Path" type="javax.baja.ui.BTextField" x="100.0" y="20.0" w="230.0" h="30.0"/> -->
<bt_browse_lib default_text="..." type="javax.baja.ui.BButton" x="368.0" y="60.0" w="17.0" h="18.0"/>
<rb_new_version default_text="Overwrite App (new version)" type="javax.baja.ui.BRadioButton" x="20.0" y="100.0" w="225.0" h="20.0"/>
<rb_new_item default_text="Save as new app" type="javax.baja.ui.BRadioButton" x="250.0" y="100.0" w="160.0" h="20.0"/>
<bpe_app_details default_text="Application Details" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BBorderPaneEx" x="20.0" y="130.0" w="390.0" h="373.0">
<lb_name default_text="Name" type="javax.baja.ui.BLabel" x="20.0" y="20.0" w="90.0" h="20.0"/>
<tf_name default_text="Name" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BStringTextField" x="100.0" y="20.0" w="170.0" h="20.0"/>
<lb_type default_text="Type" type="javax.baja.ui.BLabel" x="20.0" y="50.0" w="90.0" h="20.0"/>
<edd_type default_text="Type" type="com.honeywell.honeywellXL10NextGen.xl10Controller.ui.BEnumDropDown" x="100.0" y="50.0" w="130.0" h="20.0"/>
<lb_features default_text="Features" type="javax.baja.ui.BLabel" x="20.0" y="82.0" w="90.0" h="20.0"/>
<pane_features default_text="Features" type="javax.baja.ui.list.BCheckList" x="100.0" y="82.0" w="270.0" h="70.0"/>
<lb_version default_text="Version" type="javax.baja.ui.BLabel" x="20.0" y="165.0" w="90.0" h="20.0"/>
<tf_version default_text="Version" type="javax.baja.ui.BTextField" x="100.0" y="165.0" w="50.0" h="20.0"/>
<lb_description default_text="Description" type="javax.baja.ui.BLabel" x="20.0" y="195.0" w="90.0" h="20.0"/>
<ta_description default_text="Description" type="javax.baja.ui.pane.BTextEditorPane" x="100.0" y="195.0" w="270.0" h="70.0"/>
<lb_attachment default_text="Attachment" type="javax.baja.ui.BLabel" x="20.0" y="275.0" w="90.0" h="20.0"/>
<tf_attachment default_text="Attachment" type="javax.baja.ui.BTextField" x="100.0" y="275.0" w="170.0" h="20.0"/>
<bt_browse default_text="..." type="javax.baja.ui.BButton" x="275.0" y="195.0" w="17.0" h="18.0"/>
<bt_add default_text="Add" type="javax.baja.ui.BButton" x="250.0" y="340.0" w="55.0" h="20.0"/>
<lt_attachments default_text="Attachments" type="javax.baja.ui.list.BList" x="100.0" y="275.0" w="270.0" h="53.0"/>
<bt_remove default_text="Remove" type="javax.baja.ui.BButton" x="315.0" y="340.0" w="55.0" h="20.0"/>
</bpe_app_details>
<bt_ok default_text="OK" type="javax.baja.ui.BButton" x="300.0" y="513.0" w="50.0" h="20.0"/>
<bt_cancel default_text="Cancel" type="javax.baja.ui.BButton" x="360.0" y="513.0" w="50.0" h="20.0"/>
<bt_help default_text="Help" type="javax.baja.ui.BButton" x="20.0" y="513.0" w="50.0" h="20.0"/>
</save_lib_item>
</panes>
@@ -0,0 +1,42 @@
<panes version="1">
<save_lib_item default_text="SaveLibItem" type="javax.baja.ui.BWidget" x="200.0" y="200.0" w="520.0" h="520">
<lb_library_name default_text="Library Name" type="javax.baja.ui.BLabel" x="50.0" y="17.0" w="80.0" h="30.0"/>
<ldd_library_name default_text="AppLib" type="javax.baja.ui.BListDropDown" x="150.0" y="20.0" w="170.0" h="22.0"/>
<bt_new_library default_text="+" type="javax.baja.ui.BButton" x="325.0" y="22.0" w="18.0" h="16.0"/>
<lb_parent_folder_path default_text="Parent Folder Path" type="javax.baja.ui.BLabel" x="50.0" y="57.0" w="90.0" h="30.0"/>
<tf_parent_folder_path default_text="C:\Niagara\" type="javax.baja.ui.BTextField" x="150.0" y="60.0" w="280.0" h="32.0"/>
<!--<tf_library_path default_text="Library Path" type="javax.baja.ui.BTextField" x="100.0" y="20.0" w="230.0" h="30.0"/> -->
<bt_browse_lib default_text="..." type="javax.baja.ui.BButton" x="368.0" y="60.0" w="17.0" h="18.0"/>
<rb_new_version default_text="Overwrite App (new version)" type="javax.baja.ui.BRadioButton" x="50.0" y="100.0" w="180.0" h="30.0"/>
<rb_new_item default_text="Save as new app" type="javax.baja.ui.BRadioButton" x="230.0" y="100.0" w="150.0" h="30.0"/>
<bpe_app_details default_text="Application Details" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BBorderPaneEx" x="50.0" y="140.0" w="390.0" h="280.0">
<lb_name default_text="Name" type="javax.baja.ui.BLabel" x="20.0" y="17.0" w="90.0" h="30.0"/>
<tf_name default_text="Name" type="com.honeywell.honeywellXL10NextGen.functionalBlocks.ui.BStringTextField" x="100.0" y="20.0" w="170.0" h="30.0"/>
<!--<lb_type default_text="Type" type="javax.baja.ui.BLabel" x="20.0" y="47.0" w="90.0" h="30.0"/>
<edd_type default_text="Type" type="com.honeywell.honeywellXL10NextGen.xl10Controller.ui.BEnumDropDown" x="100.0" y="50.0" w="130.0" h="22.0"/>-->
<lb_version default_text="Version" type="javax.baja.ui.BLabel" x="20.0" y="47.0" w="90.0" h="30.0"/>
<tf_version default_text="Version" type="javax.baja.ui.BTextField" x="100.0" y="50.0" w="50.0" h="30.0"/>
<lb_description default_text="Description" type="javax.baja.ui.BLabel" x="20.0" y="77.0" w="90.0" h="30.0"/>
<ta_description default_text="Description" type="javax.baja.ui.pane.BTextEditorPane" x="100.0" y="80.0" w="270.0" h="70.0"/>
<lb_attachment default_text="Attachment" type="javax.baja.ui.BLabel" x="20.0" y="162.0" w="90.0" h="30.0"/>
<tf_attachment default_text="Attachment" type="javax.baja.ui.BTextField" x="100.0" y="165.0" w="170.0" h="30.0"/>
<bt_browse default_text="..." type="javax.baja.ui.BButton" x="275.0" y="165.0" w="17.0" h="18.0"/>
<lt_attachments default_text="Attachments" type="javax.baja.ui.list.BList" x="100.0" y="165.0" w="270.0" h="53.0"/>
<bt_add default_text="Add" type="javax.baja.ui.BButton" x="250.0" y="220.0" w="55.0" h="20.0"/>
<bt_remove default_text="Remove" type="javax.baja.ui.BButton" x="315.0" y="220.0" w="55.0" h="20.0"/>
</bpe_app_details>
<bt_ok default_text="OK" type="javax.baja.ui.BButton" x="330.0" y="440.0" w="50.0" h="23.0"/>
<bt_cancel default_text="Cancel" type="javax.baja.ui.BButton" x="390.0" y="440.0" w="50.0" h="23.0"/>
<bt_help default_text="Help" type="javax.baja.ui.BButton" x="50.0" y="440.0" w="50.0" h="23.0"/>
<bt_advanced default_text="Advanced Settings" type="javax.baja.ui.BButton" x="110.0" y="440.0" w="115.0" h="23.0"/>
</save_lib_item>
</panes>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module
name = "StandardApps"
bajaVersion = "0"
vendor = ""
vendorVersion = "3.1.15"
description = ""
preferredSymbol = ""
buildDate = "19-Dec-06 22:16 GMT+05:30"
buildMillis = "1166546763187"
buildHost = "ie10dtxpc00124"
>
</module>