├── .gitattributes ├── .github ├── CONTRIBUTING.md └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── BuildProcess ├── Substitute.txt ├── Thor_Update_FoxBin2PRG.prg ├── VersionTemplate.txt ├── afterbuild.prg ├── buildme.prg ├── installedfiles.txt └── projectsettings.txt ├── CLEAR ALL.exe ├── CONFIG └── config.fpw ├── Convert_VFP9_BIN_2_PRG.vbs ├── Convert_VFP9_PRG_2_BIN.vbs ├── Create_FoxBin2Prg.cfg ├── Create_Foxbin2Prg.prg ├── Documentacion ├── .gitignore ├── FoxPro9_Order_for_Control_Properties.xlsx ├── Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.docx ├── Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.odt └── Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.pdf ├── FOXBIN2PRG.DBF.CFG.TXT ├── Fb2P_Diff ├── config.fpw ├── fb2p_diff.cfg ├── fb2p_diff.ico ├── fb2p_diff.pj2 ├── fb2p_diff.pjt ├── fb2p_diff.pjx ├── fb2p_diff.sc2 ├── fb2p_diff.sct ├── fb2p_diff.scx └── main_fb2p_diff.prg ├── FileName_Caps ├── CONFIG │ └── config.fpw ├── Filename_caps.pj2 ├── Normalize_FileNames.vbs ├── filename_caps.cfg └── filename_caps.prg ├── Helper ├── Read_InstallFiles.prg ├── clean_copied_memo.prg ├── clean_thorfolder.prg ├── getrevisions.prg ├── preparar_SpecialProps_desde_Lista.prg └── readme.md ├── INSTALLEDFILES └── license ├── LICENSE ├── Normalize_FileNames.vbs ├── README.md ├── ReCreate_FoxBin2Prg.prg ├── TESTS ├── .gitignore ├── DATOS_READONLY │ ├── Menu_Comments_Procedure.mnt │ ├── Menu_Comments_Procedure.mnx │ ├── Menu_LineBreak.mnt │ ├── Menu_LineBreak.mnx │ ├── bmps │ │ ├── CarpetaAbierta.bmp │ │ ├── CarpetaCerrada.bmp │ │ ├── SCCCheckout.bmp │ │ ├── SobrePostal.bmp │ │ ├── TreeView.bmp │ │ ├── container.ico │ │ ├── fondogris.bmp │ │ └── vfpxlogo.bmp │ ├── classlib_method_order_bug_test.vct │ ├── classlib_method_order_bug_test.vcx │ ├── config │ │ └── config.fpw │ ├── encuestas.dbf │ ├── eventsfile.prg │ ├── f_checkbox.dataenvironment.sct │ ├── f_checkbox.dataenvironment.scx │ ├── f_checkbox.f_base1.sct │ ├── f_checkbox.f_base1.scx │ ├── f_checkbox.sct │ ├── f_checkbox.scx │ ├── f_combobox.dataenvironment.sct │ ├── f_combobox.dataenvironment.scx │ ├── f_combobox.f_base1.sct │ ├── f_combobox.f_base1.scx │ ├── f_combobox.sct │ ├── f_combobox.scx │ ├── f_commandgroup.dataenvironment.sct │ ├── f_commandgroup.dataenvironment.scx │ ├── f_commandgroup.f_base1.sct │ ├── f_commandgroup.f_base1.scx │ ├── f_commandgroup.sct │ ├── f_commandgroup.scx │ ├── f_containers.dataenvironment.sct │ ├── f_containers.dataenvironment.scx │ ├── f_containers.f_base1.sct │ ├── f_containers.f_base1.scx │ ├── f_containers.sct │ ├── f_containers.scx │ ├── f_form_aa.dataenvironment.sct │ ├── f_form_aa.dataenvironment.scx │ ├── f_form_aa.f_form_aa.sct │ ├── f_form_aa.f_form_aa.scx │ ├── f_form_aa.sct │ ├── f_form_aa.scx │ ├── f_form_aa2.dataenvironment.sct │ ├── f_form_aa2.dataenvironment.scx │ ├── f_form_aa2.f_form_aa1.sct │ ├── f_form_aa2.f_form_aa1.scx │ ├── f_form_aa2.sct │ ├── f_form_aa2.scx │ ├── f_form_controles.dataenvironment.sct │ ├── f_form_controles.dataenvironment.scx │ ├── f_form_controles.f_base1.sct │ ├── f_form_controles.f_base1.scx │ ├── f_form_controles.sct │ ├── f_form_controles.scx │ ├── f_formset.dataenvironment.sct │ ├── f_formset.dataenvironment.scx │ ├── f_formset.formset.sct │ ├── f_formset.formset.scx │ ├── f_formset.sct │ ├── f_formset.scx │ ├── f_listbox.dataenvironment.sct │ ├── f_listbox.dataenvironment.scx │ ├── f_listbox.f_listbox_test.sct │ ├── f_listbox.f_listbox_test.scx │ ├── f_listbox.sct │ ├── f_listbox.scx │ ├── f_nullchars_incode.dataenvironment.sct │ ├── f_nullchars_incode.dataenvironment.scx │ ├── f_nullchars_incode.form1.sct │ ├── f_nullchars_incode.form1.scx │ ├── f_nullchars_incode.sct │ ├── f_nullchars_incode.scx │ ├── f_optiongroup.dataenvironment.sct │ ├── f_optiongroup.dataenvironment.scx │ ├── f_optiongroup.f_optiongroup_test.sct │ ├── f_optiongroup.f_optiongroup_test.scx │ ├── f_optiongroup.sct │ ├── f_optiongroup.scx │ ├── f_optiongroup2.dataenvironment.sct │ ├── f_optiongroup2.dataenvironment.scx │ ├── f_optiongroup2.f_optiongroup1.sct │ ├── f_optiongroup2.f_optiongroup1.scx │ ├── f_optiongroup2.sct │ ├── f_optiongroup2.scx │ ├── f_test.dataenvironment.sct │ ├── f_test.dataenvironment.scx │ ├── f_test.f_form_controles1.sct │ ├── f_test.f_form_controles1.scx │ ├── f_test.sct │ ├── f_test.scx │ ├── f_textbox.dataenvironment.sct │ ├── f_textbox.dataenvironment.scx │ ├── f_textbox.f_textbox_test.sct │ ├── f_textbox.f_textbox_test.scx │ ├── f_textbox.sct │ ├── f_textbox.scx │ ├── fb2p_classperfile_text.vct │ ├── fb2p_classperfile_text.vcx │ ├── fb2p_dbc.dbc │ ├── fb2p_dbc.dct │ ├── fb2p_dbc.dcx │ ├── fb2p_dbc.prg │ ├── fb2p_dbf.cdx │ ├── fb2p_dbf.dbf │ ├── fb2p_dbf.fpt │ ├── fb2p_depto.cdx │ ├── fb2p_depto.dbf │ ├── fb2p_foxuser.frt │ ├── fb2p_foxuser.frx │ ├── fb2p_foxuser.lbt │ ├── fb2p_foxuser.lbx │ ├── fb2p_free.cdx │ ├── fb2p_free.dbf │ ├── fb2p_free.fpt │ ├── fb2p_frm_1.cl_form1.sct │ ├── fb2p_frm_1.cl_form1.scx │ ├── fb2p_frm_1.dataenvironment.sct │ ├── fb2p_frm_1.dataenvironment.scx │ ├── fb2p_frm_1.sct │ ├── fb2p_frm_1.scx │ ├── fb2p_frm_2.dataenvironment.sct │ ├── fb2p_frm_2.dataenvironment.scx │ ├── fb2p_frm_2.form1.sct │ ├── fb2p_frm_2.form1.scx │ ├── fb2p_frm_2.sct │ ├── fb2p_frm_2.scx │ ├── fb2p_test.pjt │ ├── fb2p_test.pjx │ ├── fb2p_test.vct │ ├── fb2p_test.vcx │ ├── fb2p_test_bug_estructural.vct │ ├── fb2p_test_bug_estructural.vcx │ ├── fb2p_test_bug_metodo_movido.vct │ ├── fb2p_test_bug_metodo_movido.vcx │ ├── form1.dataenvironment.sct │ ├── form1.dataenvironment.scx │ ├── form1.frm_form1.sct │ ├── form1.frm_form1.scx │ ├── form1.sct │ ├── form1.scx │ ├── foxuser_fdbozzo.cdx │ ├── foxuser_fdbozzo.dbf │ ├── foxuser_fdbozzo.fpt │ ├── github_issues.vct │ ├── github_issues.vcx │ ├── lib_controles.vct │ ├── lib_controles.vcx │ ├── lib_controles2.vct │ ├── lib_controles2.vcx │ ├── menu1.mnt │ ├── menu1.mnx │ ├── menu2.mnt │ ├── menu2.mnx │ ├── menu3.mnt │ ├── menu3.mnx │ ├── menu_shortcut.mnt │ ├── menu_shortcut.mnx │ ├── menu_shortcut2.mnt │ ├── menu_shortcut2.mnx │ ├── procedure_in_lparameters.vct │ ├── procedure_in_lparameters.vcx │ ├── test_public_protected.vct │ ├── test_public_protected.vcx │ ├── test_report.frt │ ├── test_report.frx │ └── vw_local_encuestas.dbf ├── FXUResults.db2 ├── PCT_DLL.dll ├── demo_hook_dbf.prg ├── foxunit_path.txt ├── ft__foxbin2prg__c_conversor_bin_a_prg.prg ├── ft__foxbin2prg__c_conversor_prg_a_bin.prg ├── ft__foxbin2prg__c_conversor_prg_a_dbc.prg ├── ft__foxbin2prg__c_conversor_prg_a_dbf.prg ├── ft__foxbin2prg__c_conversor_prg_a_mnx.prg ├── fxu_lib_objetos_y_funciones_de_soporte.prg ├── fxuresults.dbf.cfg ├── pct_dll.txt ├── readme.txt ├── ut__foxbin2prg.prg ├── ut__foxbin2prg__c_conversor_base__GetTimeStamp.prg ├── ut__foxbin2prg__c_conversor_base__IdentifyExclusionBlocks.prg ├── ut__foxbin2prg__c_conversor_base__RowTimeStamp.prg ├── ut__foxbin2prg__c_conversor_base__doBackup.prg ├── ut__foxbin2prg__c_conversor_base__get_SeparatedLineAndComment.prg ├── ut__foxbin2prg__c_conversor_base__get_SeparatedPropAndValue.prg ├── ut__foxbin2prg__c_conversor_base__lineIsOnlyCommentAndNoMetadata.prg ├── ut__foxbin2prg__c_conversor_base__normalizePropertyValue.prg ├── ut__foxbin2prg__c_conversor_bin_a_prg__get_PropsAndValuesFrom_PROPERTIES.prg ├── ut__foxbin2prg__c_conversor_bin_a_prg__indentMemo.prg ├── ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_TAG.prg ├── ut__foxbin2prg__c_conversor_prg_a_bin__insert_AllObjects.prg ├── ut__foxbin2prg__c_foxbin2prg__FilenameFoundInFilter.prg └── ut__foxbin2prg__c_foxbin2prg__evaluateConfiguration.prg ├── ThorUpdater ├── CreateThorUpdate.ps1 ├── FoxBin2Prg.zip ├── FoxBin2PrgVersion.txt ├── Thor_Update_FoxBin2Prg.prg └── vfp9_foxbin2prg.vbs ├── VFP9_FoxBin2Prg.vbs ├── WinMergePortable ├── App │ ├── AppInfo │ │ ├── Launcher │ │ │ ├── WinMergePortable.ini │ │ │ └── splash.jpg │ │ ├── appicon.ico │ │ ├── appicon_128.png │ │ ├── appicon_16.png │ │ ├── appicon_32.png │ │ ├── appinfo.ini │ │ └── installer.ini │ ├── DefaultData │ │ └── settings │ │ │ └── WinMerge.reg │ └── WinMerge │ │ ├── 7z.dll │ │ ├── 7zip_pad.xml │ │ ├── Contributors.txt │ │ ├── Docs │ │ ├── ChangeLog.txt │ │ ├── ReadMe-Basque.txt │ │ ├── ReadMe-Brazilian.txt │ │ ├── ReadMe-Bulgarian.txt │ │ ├── ReadMe-Catalan.txt │ │ ├── ReadMe-ChineseSimplified.txt │ │ ├── ReadMe-ChineseTraditional.txt │ │ ├── ReadMe-Croatian.txt │ │ ├── ReadMe-Dutch.txt │ │ ├── ReadMe-French.txt │ │ ├── ReadMe-Galician.txt │ │ ├── ReadMe-Greek.txt │ │ ├── ReadMe-Japanese.txt │ │ ├── ReadMe-Romanian.txt │ │ ├── ReadMe-Serbian.txt │ │ ├── ReadMe-Spanish.txt │ │ ├── ReadMe-Swedish.txt │ │ ├── ReadMe-Turkish.txt │ │ ├── ReadMe-Ukrainian.txt │ │ ├── ReadMe.txt │ │ ├── ReleaseNotes.html │ │ └── WinMerge.chm │ │ ├── Files.txt │ │ ├── Filters │ │ ├── ADAMulti.flt │ │ ├── ASPNET.flt │ │ ├── CSharp_loose.flt │ │ ├── Delphi.flt │ │ ├── FileFilter.tmpl │ │ ├── Frontpage.flt │ │ ├── MASM.flt │ │ ├── Merge_GnuC_loose.flt │ │ ├── Merge_VB_loose.flt │ │ ├── Merge_VC_loose.flt │ │ ├── Microsoft_Visual_FoxPro_FoxBin2Prg.flt │ │ ├── SourceControl.flt │ │ ├── Symbian.flt │ │ └── XML_html.flt │ │ ├── IgnoreSectionMarkers.ini │ │ ├── Lang │ │ ├── af.txt │ │ ├── ar.txt │ │ ├── ast.txt │ │ ├── az.txt │ │ ├── ba.txt │ │ ├── be.txt │ │ ├── bg.txt │ │ ├── bn.txt │ │ ├── br.txt │ │ ├── ca.txt │ │ ├── cs.txt │ │ ├── cy.txt │ │ ├── da.txt │ │ ├── de.txt │ │ ├── el.txt │ │ ├── en.ttt │ │ ├── eo.txt │ │ ├── es.txt │ │ ├── et.txt │ │ ├── eu.txt │ │ ├── ext.txt │ │ ├── fa.txt │ │ ├── fi.txt │ │ ├── fr.txt │ │ ├── fur.txt │ │ ├── fy.txt │ │ ├── gl.txt │ │ ├── gu.txt │ │ ├── he.txt │ │ ├── hi.txt │ │ ├── hr.txt │ │ ├── hu.txt │ │ ├── hy.txt │ │ ├── id.txt │ │ ├── io.txt │ │ ├── is.txt │ │ ├── it.txt │ │ ├── ja.txt │ │ ├── ka.txt │ │ ├── kk.txt │ │ ├── ko.txt │ │ ├── ku-ckb.txt │ │ ├── ku.txt │ │ ├── lt.txt │ │ ├── lv.txt │ │ ├── mk.txt │ │ ├── mn.txt │ │ ├── mr.txt │ │ ├── ms.txt │ │ ├── nb.txt │ │ ├── ne.txt │ │ ├── nl.txt │ │ ├── nn.txt │ │ ├── pa-in.txt │ │ ├── pl.txt │ │ ├── ps.txt │ │ ├── pt-br.txt │ │ ├── pt.txt │ │ ├── ro.txt │ │ ├── ru.txt │ │ ├── sa.txt │ │ ├── si.txt │ │ ├── sk.txt │ │ ├── sl.txt │ │ ├── sq.txt │ │ ├── sr-spc.txt │ │ ├── sr-spl.txt │ │ ├── sv.txt │ │ ├── ta.txt │ │ ├── th.txt │ │ ├── tr.txt │ │ ├── tt.txt │ │ ├── ug.txt │ │ ├── uk.txt │ │ ├── uz.txt │ │ ├── va.txt │ │ ├── vi.txt │ │ ├── zh-cn.txt │ │ └── zh-tw.txt │ │ ├── Languages │ │ ├── Basque.po │ │ ├── Brazilian.po │ │ ├── Bulgarian.po │ │ ├── Catalan.po │ │ ├── ChineseSimplified.po │ │ ├── ChineseTraditional.po │ │ ├── Croatian.po │ │ ├── Czech.po │ │ ├── Danish.po │ │ ├── Dutch.po │ │ ├── French.po │ │ ├── Galician.po │ │ ├── German.po │ │ ├── Greek.po │ │ ├── Hungarian.po │ │ ├── Italian.po │ │ ├── Japanese.po │ │ ├── Korean.po │ │ ├── Norwegian.po │ │ ├── Persian.po │ │ ├── Polish.po │ │ ├── Portuguese.po │ │ ├── Romanian.po │ │ ├── Russian.po │ │ ├── Serbian.po │ │ ├── Slovak.po │ │ ├── Slovenian.po │ │ ├── Spanish.po │ │ ├── Swedish.po │ │ ├── Turkish.po │ │ └── Ukrainian.po │ │ ├── Merge7z910U.dll │ │ ├── Merge7z911.dll │ │ ├── Merge7z911U.dll │ │ ├── Merge7z912.dll │ │ ├── Merge7z912U.dll │ │ ├── Merge7z913.dll │ │ ├── Merge7z913U.dll │ │ ├── Merge7z914.dll │ │ ├── Merge7z914U.dll │ │ ├── Merge7z915.dll │ │ ├── Merge7z915U.dll │ │ ├── Merge7z916.dll │ │ ├── Merge7z916U.dll │ │ ├── Merge7z917.dll │ │ ├── Merge7z917U.dll │ │ ├── Merge7z918.dll │ │ ├── Merge7z918U.dll │ │ ├── Merge7z919.dll │ │ ├── Merge7z919U.dll │ │ ├── Merge7z920.dll │ │ ├── Merge7z920U.dll │ │ ├── MergeLang.dll │ │ ├── MergePlugins │ │ ├── CompareMSExcelFiles.dll │ │ ├── CompareMSWordFiles.dll │ │ ├── DisplayXMLFiles.dll │ │ ├── IgnoreColumns.dll │ │ ├── IgnoreCommentsC.dll │ │ ├── IgnoreFieldsComma.dll │ │ ├── IgnoreFieldsTab.dll │ │ ├── IgnoreLeadingLineNumbers.dll │ │ ├── WatchBeginningOfLog.dll │ │ ├── WatchEndOfLog.dll │ │ ├── editor addin.sct │ │ └── insert datetime.sct │ │ ├── Microsoft.VC90.CRT.manifest │ │ ├── Microsoft.VC90.MFC.manifest │ │ ├── WinMergeU.exe │ │ ├── libexpat.dll │ │ ├── mfc90.dll │ │ ├── mfc90u.dll │ │ ├── mfcm90.dll │ │ ├── mfcm90u.dll │ │ ├── msvcm90.dll │ │ ├── msvcp90.dll │ │ ├── msvcr90.dll │ │ └── pcre.dll ├── Data │ └── settings │ │ ├── WinMerge.reg │ │ └── WinMergePortableSettings.ini ├── Other │ ├── Help │ │ └── images │ │ │ ├── donation_button.png │ │ │ ├── favicon.ico │ │ │ ├── help_background_footer.png │ │ │ ├── help_background_header.png │ │ │ └── help_logo_top.png │ └── Source │ │ ├── AppNamePortable.ini │ │ ├── LauncherLicense.txt │ │ ├── PortableApps.comInstallerCustom.nsh │ │ └── Readme.txt ├── WinMergePortable.exe └── help.html ├── change_file_type.bat ├── config.fpw ├── docs ├── .gitignore ├── ChangeLog.md ├── FoxBin2Prg.md ├── FoxBin2Prg_Internals.md ├── FoxBin2Prg_Object.md ├── FoxBin2Prg_Run.md ├── FoxBin2Prg_SCM.md ├── FoxBin2Prg_git.md ├── pictures │ ├── .gitignore │ ├── FoxBin2Prg_Full_Change_History_vfpxreleasesmall.png │ ├── FoxBin2prg_btn_donateCC_LG.gif │ ├── FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png │ ├── FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png │ ├── FoxBin2prg_vfpxreleasesmall.png │ ├── foxbin2prg_es_vfpxreleasesmall.png │ ├── readme.md │ ├── vfpxbanner_small.gif │ ├── vfpxbanner_small.png │ └── vfpxpoweredby_alternative.gif └── readme.md ├── fb2p_diff.exe ├── filename_caps.cfg ├── filename_caps.exe ├── filetypes.conf ├── foxbin2prg.cfg.txt ├── foxbin2prg.ico ├── foxbin2prg.jpg ├── foxbin2prg.pj2 ├── foxbin2prg.prg ├── foxbin2prg_keywords.db2 ├── ignore.conf ├── props_all.txt ├── props_checkbox.txt ├── props_collection.txt ├── props_combobox.txt ├── props_commandbutton.txt ├── props_commandgroup.txt ├── props_container.txt ├── props_control.txt ├── props_cursor.txt ├── props_cursoradapter.txt ├── props_dataenvironment.txt ├── props_editbox.txt ├── props_form.txt ├── props_formset.txt ├── props_grid.txt ├── props_grid_column.txt ├── props_grid_header.txt ├── props_hyperlink.txt ├── props_image.txt ├── props_label.txt ├── props_line.txt ├── props_listbox.txt ├── props_olebound.txt ├── props_optiongroup.txt ├── props_optiongroup_option.txt ├── props_pageframe.txt ├── props_pageframe_page.txt ├── props_pre_v1_19_22.txt ├── props_projecthook.txt ├── props_relation.txt ├── props_reportlistener.txt ├── props_separator.txt ├── props_shape.txt ├── props_spinner.txt ├── props_textbox.txt ├── props_timer.txt ├── props_toolbar.txt ├── props_xmladapter.txt ├── props_xmlfield.txt └── props_xmltable.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | #.gitattributes 2 | # disable newline conversion on checkout with no conversion on check-in for all files 3 | * -text 4 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## ℹ Computer information 11 | 12 | - VFP version: 13 | - FoxBin2PRG version: 14 | - Last FoxBin2PRG version w/o bug (if available): 15 | 16 | ## 📝 Provide detailed reproduction steps (if any) 17 | 18 | 1. … 19 | 2. … 20 | 3. … 21 | 22 | ### ✔️ Expected result 23 | 24 | _What is the expected result of the above steps?_ 25 | 26 | ### ❌ Actual result 27 | 28 | _What is the actual result of the above steps?_ 29 | 30 | ## 📷 Config 31 | 32 | **Do not include your normal config.** 33 | Please add your current full configuration. 34 | Create a config file via `DO FOXBIN2PRG.PRG WITH '-C','path-to-source\FoxBin.cfg'` , zip and add here. 35 | 36 | ## 📷 Screenshots 37 | 38 | _Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form_ 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | ## 📝 Provide a description of the new feature 11 | 12 | _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ 13 | 14 | --- 15 | 16 | If you'd like to see this feature implemented, add a 👍 reaction to this post. 17 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | #exclude general 2 | *.* 3 | 4 | #include general 5 | #dbx data 6 | #!*.dbf 7 | #!*.cdx 8 | #!*.fpt 9 | 10 | #!*.dbc 11 | #!*.dc[tx] 12 | 13 | #grafics 14 | !*.bmp 15 | !*.msk 16 | !*.ico 17 | !*.cdr 18 | !*.cur 19 | 20 | #programms 21 | !*.prg 22 | !*.fpw 23 | 24 | #header 25 | !*.h 26 | 27 | #libs (by FoxBin2prg) 28 | #!*.vc[xt] 29 | #!*.pj[xt] 30 | #!*.fr[xt] 31 | #!*.mn[xt] 32 | #!*.sc[xt] 33 | #!*.lb[xt] 34 | 35 | #FoxBin2prg 36 | !*.vc2 37 | !*.pj2 38 | !*.fr2 39 | !*.mn2 40 | !*.sc2 41 | !*.lb2 42 | !*.d[bc]2 43 | 44 | #include special 45 | #default git 46 | !*.gitignore 47 | !/desktop.ini 48 | !data/*.jpg 49 | !/FileName_Caps.EXE 50 | !/Fb2P_Diff.EXE 51 | !/"CLEAR ALL.exe" 52 | 53 | #gitlab 54 | !*.md 55 | !/.gitlab/ 56 | 57 | #diverse 58 | !*.reg 59 | !README.md 60 | 61 | #exclude special 62 | foxuser_9.* 63 | _command.prg 64 | *ref.* 65 | debug*.* 66 | Sicherungskopie*.* 67 | include/projsub.h 68 | include/projekt_switch.h 69 | include/projekt_user.h 70 | Factory_Init.* 71 | 72 | #nix von hier 73 | default/ 74 | temp/ 75 | tmp/ 76 | 77 | bin2txt.* 78 | 79 | #exclude general 80 | 81 | *special, settings to create foxbin2prg binary 82 | !/foxbin2prg_self.cfg 83 | 84 | #re-include 85 | #!foxbin2prg_keywords.* 86 | 87 | #Thor special 88 | !/BuildProcess/*.prg 89 | !/BuildProcess/*.txt 90 | !/BuildProcess/*.md 91 | !/BuildProcess/*.gitignore 92 | !/ThorUpdater/*.* 93 | -------------------------------------------------------------------------------- /BuildProcess/Substitute.txt: -------------------------------------------------------------------------------- 1 | #List of additional files that will be substituded when running VFPXDeployment for FoxBin2PRG 2 | docs\ChangeLog.md -------------------------------------------------------------------------------- /BuildProcess/Thor_Update_FoxBin2PRG.prg: -------------------------------------------------------------------------------- 1 | lparameters; 2 | toUpdateObject 3 | local; 4 | lcRepositoryURL as string, ; 5 | lcDownloadsBranch as string, ; 6 | lcDownloadsURL as string, ; 7 | lcVersionFileURL as string, ; 8 | lcZIPFileURL as string, ; 9 | lcRegisterWithThor as string 10 | 11 | * Get the URL for the version and ZIP files. 12 | 13 | lcRepositoryURL = 'https://github.com/fdbozzo/foxbin2prg' 14 | && the URL for the project's repository 15 | * Note: If you use a more recent version of git, your default branch may not be "master". 16 | lcDownloadsBranch = 'master' 17 | lcDownloadsURL = strtran(m.lcRepositoryURL, 'github.com', ; 18 | 'raw.githubusercontent.com') + '/' + m.lcDownloadsBranch + '/ThorUpdater/' 19 | lcVersionFileURL = m.lcDownloadsURL + 'FoxBin2PRGVersion.txt' &&'FoxBin2PRGVersion.txt' 20 | && the URL for the file containing code to get the available version number 21 | lcZIPFileURL = m.lcDownloadsURL + 'FoxBin2PRG.zip' 22 | && the URL for the zip file containing the project 23 | 24 | 25 | text to lcRegisterWithThor noshow textmerge 26 | messagebox('From the Thor menu, choose "More -> Open Folder -> Components" to see the folder where FoxBin2PRG was installed', 0, 'FoxBin2PRG Installed', 5000) 27 | endtext 28 | 29 | * Set the properties of the passed updater object. 30 | 31 | with m.toUpdateObject 32 | .ApplicationName = 'FoxBin2PRG' 33 | .VersionLocalFilename = 'FoxBin2PRGVersionFile.txt' 34 | .VersionFileURL = m.lcVersionFileURL 35 | .SourceFileUrl = m.lcZIPFileURL 36 | .Component = 'Yes' 37 | .Link = m.lcRepositoryURL 38 | .LinkPrompt = 'FoxBin2PRG Home Page' 39 | .ProjectCreationDate = date(2023, 8, 6) 40 | .RegisterWithThor = m.lcRegisterWithThor 41 | endwith 42 | 43 | return m.toUpdateObject 44 | 45 | *created by VFPX Deployment, 06.08.2023 15:23:02 -------------------------------------------------------------------------------- /BuildProcess/afterbuild.prg: -------------------------------------------------------------------------------- 1 | * This program should can tasks like 2 | * - FoxBin2Prg, if the automatic way was not used 3 | * - git processing like add, commit or push 4 | * - set debug info On in pjx or include file 5 | * 6 | * The program runs after 7 | * - FoxBin2Prg is, if enabled, run 8 | * - Thor files are created and zipped 9 | * - git is, if enabled, run 10 | * 11 | * This program can use the public 12 | * variables discussed in the documentation as necessary. 13 | 14 | return 15 | -------------------------------------------------------------------------------- /BuildProcess/buildme.prg: -------------------------------------------------------------------------------- 1 | *BuildMe.prg for [add your application] 2 | * 3 | * This program should perform any build tasks necessary for the project, such 4 | * as updating version numbers in code or include files. This program can use the public 5 | * variables discussed in the documentation as necessary. 6 | LOCAL; 7 | lcVerno as String,; 8 | lnProject as Integer,; 9 | llFound as Boolean,; 10 | loProject as Project 11 | 12 | *Get FoxBin2Prg verno from FoxBin2Prg.prg 13 | lcVerno = "VERNO" 14 | DO foxbin2prg.prg WITH lcVerno 15 | 16 | *Set Thor verno 17 | pcVersion = m.lcVerno 18 | pcFullVersion = m.lcVerno 19 | pcPJXFile = pcPJXFile &&"foxbin2prg.pjx" 20 | *Set FoxBin2Prg.exe verno 21 | For lnProject = 1 To _vfp.Projects.Count 22 | If Upper(Fullpath(m.pcPJXFile))==Upper(_vfp.Projects(m.lnProject).Name) Then 23 | _vfp.Projects(m.lnProject).VersionNumber = m.lcVerno 24 | llFound = .T. 25 | Exit 26 | 27 | Endif &&Upper(Fullpath(m.pcPJXFile))==Upper(_vfp.Projects(m.lnProject).Name) 28 | Endfor &&lnProject 29 | 30 | If !m.llFound 31 | If _Vfp.Projects.Count>0 32 | loProject = _vfp.ActiveProject 33 | Endif &&_Vfp.Projects.Count>0 34 | 35 | MODIFY PROJECT (Fullpath(m.pcPJXFile)) Noshow Nowait Noprojecthook 36 | _vfp.ActiveProject.VersionNumber = m.lcVerno 37 | _vfp.ActiveProject.Close 38 | 39 | If _Vfp.Projects.Count>0 40 | _vfp.ActiveProject = m.loProject 41 | Endif &&_Vfp.Projects.Count>0 42 | Endif &&!m.llFound 43 | 44 | * ToDo 45 | llFound = FILE(Fullpath("FOXBIN2PRG.CFG")) 46 | If m.llFound 47 | rename FOXBIN2PRG.CFG to FOXBIN2PRG.CFG.tmp 48 | Endif &&m.llFound 49 | 50 | strtofile("Language: EN","FOXBIN2PRG.CFG") 51 | DO foxbin2prg.prg WITH "-c", "foxbin2prg.cfg.txt" 52 | DO foxbin2prg.prg WITH "-t", "foxbin2prg.dbf.cfg.txt" 53 | delete file FOXBIN2PRG.CFG 54 | 55 | If m.llFound 56 | rename FOXBIN2PRG.CFG.tmp to FOXBIN2PRG.CFG 57 | Endif &&m.llFound 58 | 59 | *set english on 60 | *export foxbin2prg.cfg.txt and foxbin2prg.dbf.cfg.txt 61 | *set english off 62 | 63 | return 64 | 65 | *Stuff we can do: 66 | * - get version number (pcVersion) from an include file 67 | * - set version number (pcVersion) to an include file 68 | * - set version number to pjx used 69 | * - set debug info off in pjx or include file 70 | * - If FoxBin2Prg internal to VFPXDeployment is not fitting, run own way 71 | * - create pcFullVersion like you use in the .VersionNumber of Version*.txt file for use in README.md 72 | * (else it will use pcVersion) 73 | * like the example in the Version text template: 74 | pcFullVersion = pcVersion+' - ' + pcJulian 75 | * - copy files to ../InstalledFiles subfolder 76 | * - modify documentation 77 | -------------------------------------------------------------------------------- /BuildProcess/installedfiles.txt: -------------------------------------------------------------------------------- 1 | #Folder 2 | #.git/ 3 | #.github/ 4 | #.gitignore 5 | #BuildProcess/ 6 | #CONFIG/ 7 | #Documentacion/ 8 | #FileName_Caps/ 9 | #INSTALLEDFILES/ 10 | #TESTS/ 11 | #ThorUpdater/ 12 | #WinMergePortable/ 13 | #data/ 14 | #docs/ 15 | #tool/ 16 | #xThorUpdater/ 17 | 18 | #to ignore 19 | #.gitattributes 20 | #VFP9RENU.dll* 21 | #vfp9r.dll* 22 | #filetypes.conf 23 | #ignore.conf 24 | 25 | #to move 26 | #FoxBin2PRGVersionFile.txt 27 | 28 | #---------------------- 29 | #Fb2P_Diff 30 | Fb2P_Diff\Fb2P_Diff.exe||\Fb2P_Diff.exe 31 | 32 | #FileName_Caps 33 | \FileName_Caps.exe 34 | \FileName_Caps.cfg 35 | 36 | #fb2p_diff.exe 37 | \fb2p_diff.exe 38 | 39 | #CLEAR ALL.exe 40 | \CLEAR ALL.exe 41 | 42 | #Foxbin2prg 43 | #default 44 | \*.vbs 45 | 46 | #config 47 | \FOXBIN2PRG.CFG.TXT 48 | \FOXBIN2PRG.DBF.CFG.TXT 49 | Config\config.fpw 50 | 51 | #prg 52 | \foxbin2prg.exe 53 | \foxbin2prg.ico 54 | \foxbin2prg.jpg 55 | #we ignore the pjx for Thor, if somebody needs it, he can clone the repo 56 | #\foxbin2prg.pjt 57 | #\foxbin2prg.pjx 58 | \foxbin2prg.prg 59 | \foxbin2prg_keywords.cdx 60 | \foxbin2prg_keywords.dbf 61 | \props_*.txt 62 | 63 | \LICENSE 64 | 65 | ######## 66 | 67 | \readme.md 68 | 69 | WinMergePortable\ 70 | -------------------------------------------------------------------------------- /BuildProcess/projectsettings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/BuildProcess/projectsettings.txt -------------------------------------------------------------------------------- /CLEAR ALL.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/CLEAR ALL.exe -------------------------------------------------------------------------------- /CONFIG/config.fpw: -------------------------------------------------------------------------------- 1 | ALLOWEXTERNAL=ON 2 | RESOURCE=OFF 3 | SCREEN=OFF 4 | _STARTUP="" 5 | HELP=OFF 6 | _TRANSPORT="" 7 | _GENXTAB="" 8 | _FOXREF="" 9 | TALK=OFF 10 | _SPELLCHK="" 11 | MVCOUNT=1024 12 | _BROWSER="" 13 | _BUILDER="" 14 | _CONVERTER="" 15 | _TASKPANE="" 16 | _TOOLBOX="" 17 | _WIZARD="" 18 | COMMAND="" 19 | CODEPAGE=1252 20 | -------------------------------------------------------------------------------- /Convert_VFP9_BIN_2_PRG.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Convert_VFP9_BIN_2_PRG.vbs -------------------------------------------------------------------------------- /Convert_VFP9_PRG_2_BIN.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Convert_VFP9_PRG_2_BIN.vbs -------------------------------------------------------------------------------- /Create_FoxBin2Prg.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Create_FoxBin2Prg.cfg -------------------------------------------------------------------------------- /Create_Foxbin2Prg.prg: -------------------------------------------------------------------------------- 1 | *Create config templates 2 | DO FoxBin2Prg.prg WITH "-c","foxbin2prg.cfg.txt",FULLPATH("Create_FoxBin2Prg.cfg","") 3 | DO FoxBin2Prg.prg WITH "-t","foxbin2prg.dbf.cfg.txt",FULLPATH("Create_FoxBin2Prg.cfg","") 4 | 5 | *create binaries 6 | DO FOXBIN2PRG.PRG WITH JUSTPATH(FULLPATH("","")),"Bin2Prg",,,,,,,,,FULLPATH("Create_FoxBin2Prg.cfg","") 7 | -------------------------------------------------------------------------------- /Documentacion/.gitignore: -------------------------------------------------------------------------------- 1 | # we use the exclude-all-include-special approach, easier then excluding any odd stuff later 2 | #exclude general 3 | *.* 4 | 5 | #include general 6 | # docs 7 | !*.md 8 | 9 | #include special 10 | #default git 11 | !*.gitignore 12 | -------------------------------------------------------------------------------- /Documentacion/FoxPro9_Order_for_Control_Properties.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Documentacion/FoxPro9_Order_for_Control_Properties.xlsx -------------------------------------------------------------------------------- /Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.docx -------------------------------------------------------------------------------- /Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.odt -------------------------------------------------------------------------------- /Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Documentacion/Visual FoxPro 9 - MENUS - Combinaciones de ObjType y ObjCode.pdf -------------------------------------------------------------------------------- /FOXBIN2PRG.DBF.CFG.TXT: -------------------------------------------------------------------------------- 1 | *################################################################################################################ 2 | *-- Individual DBF configuration file (syntax: filename.dbf.cfg) Defaults see FoxBin2prg.cfg 3 | *Version: v1.21.04 4 | ***************************************************************************************************************** 5 | 6 | *DBF_Conversion_Support: <0,1,2,4,8> && 0=No support, 1=Generate Header TXT only (Diff), 2=Generate Header TXT and BIN (Merge/Only Structure!), 4=Generate TXT with DATA (Diff), 8=Export and Import DATA (Merge/Structure & Data) 7 | *DBF_Conversion_Order: && Field expresion. ie: name+str(age,3) 8 | *DBF_Conversion_Condition: && Logical expression. ie: age > 10 AND NOT DELETED() 9 | *DBF_IndexList: && comma delimited list of additonal non structural index files, cdx or idx 10 | *DBF_BinChar_Base64: <0,1> && For character type fields, if NoCPTrans 0=do not transform, 1=use Base64 transform 11 | *DBF_IncludeDeleted: <0,1> && 0=Do not include deleted records, 1=Include deleted records 12 | * -------------------------------------------------------------------------------- /Fb2P_Diff/config.fpw: -------------------------------------------------------------------------------- 1 | CODEPAGE=1252 2 | -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.cfg: -------------------------------------------------------------------------------- 1 | 2 | 3 | WinMergePortable 4 | <>WinMergePortable\WinMergePortable.exe 5 | /e /x /u /maximize <> <> 6 | 7 | 8 | Beyond Compare 2 9 | <>Beyond Compare 2\BC2.exe 10 | <> <> 11 | 12 | WinMergePortable 13 | -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Fb2P_Diff/fb2p_diff.ico -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.pjt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Fb2P_Diff/fb2p_diff.pjt -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Fb2P_Diff/fb2p_diff.pjx -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.sc2: -------------------------------------------------------------------------------- 1 | *-------------------------------------------------------------------------------------------------------------------------------------------------------- 2 | * (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!! 3 | *-------------------------------------------------------------------------------------------------------------------------------------------------------- 4 | *< FOXBIN2PRG: Version="1.21" SourceFile="fb2p_diff.scx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries) 5 | * 6 | 7 | * -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.sct: -------------------------------------------------------------------------------- 1 | @VERSION = 3.00 -------------------------------------------------------------------------------- /Fb2P_Diff/fb2p_diff.scx: -------------------------------------------------------------------------------- 1 | 0 mPLATFORMCUNIQUEIDC 2 | TIMESTAMPN 3 | CLASSMCLASSLOCM!BASECLASSM%OBJNAMEM)PARENTM-PROPERTIESM1PROTECTEDM5METHODSM9OBJCODEM=OLEMAOLE2MERESERVED1MIRESERVED2MMRESERVED3MQRESERVED4MURESERVED5MYRESERVED6M]RESERVED7MaRESERVED8MeUSERMi COMMENT Screen  COMMENT RESERVED 0 -------------------------------------------------------------------------------- /Fb2P_Diff/main_fb2p_diff.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Fb2P_Diff/main_fb2p_diff.prg -------------------------------------------------------------------------------- /FileName_Caps/CONFIG/config.fpw: -------------------------------------------------------------------------------- 1 | SCREEN=OFF 2 | RESOURCE=OFF -------------------------------------------------------------------------------- /FileName_Caps/Filename_caps.pj2: -------------------------------------------------------------------------------- 1 | *-------------------------------------------------------------------------------------------------------------------------------------------------------- 2 | * (EN) AUTOGENERATED - ATTENTION!! - NOT INTENDED FOR EXECUTION!! USE ONLY FOR MERGING CHANGES AND STORING WITH SCM TOOLS!! 3 | *-------------------------------------------------------------------------------------------------------------------------------------------------------- 4 | *< FOXBIN2PRG: Version="1.21" SourceFile="filename_caps.pjx" CPID="1252" /> (Solo para binarios VFP 9 / Only for VFP 9 binaries) 5 | * 6 | LPARAMETERS tcDir 7 | 8 | lcCurdir = SYS(5)+CURDIR() 9 | CD ( EVL( tcDir, JUSTPATH( SYS(16) ) ) ) 10 | 11 | * 12 | _Author = "" 13 | _Company = "" 14 | _Address = "" 15 | _City = "" 16 | _State = "" 17 | _PostalCode = "" 18 | _Country = "" 19 | *-- 20 | _Comments = "Capitalization for files" 21 | _CompanyName = "Fernando D. Bozzo" 22 | _FileDescription = "Capitalization for files" 23 | _LegalCopyright = "MIT License" 24 | _LegalTrademark = "MIT License" 25 | _ProductName = "FILENAME_CAPS" 26 | _MajorVer = "2" 27 | _MinorVer = "4" 28 | _Revision = "0" 29 | _LanguageID = "" 30 | _AutoIncrement = "0" 31 | * 32 | 33 | 34 | * 35 | *<.HomeDir = 'g:\desa\foxbin2prg\filename_caps' /> 36 | 37 | FOR EACH loProject IN _VFP.Projects FOXOBJECT 38 | loProject.Close() 39 | ENDFOR 40 | 41 | STRTOFILE( '', '__newproject.f2b' ) 42 | BUILD PROJECT Filename_caps.pjx FROM '__newproject.f2b' 43 | FOR EACH loProject IN _VFP.Projects FOXOBJECT 44 | loProject.Close() 45 | ENDFOR 46 | 47 | MODIFY PROJECT 'Filename_caps.pjx' NOWAIT NOSHOW NOPROJECTHOOK 48 | 49 | loProject = _VFP.Projects('Filename_caps.pjx') 50 | 51 | WITH loProject.FILES 52 | .ADD('config\config.fpw') && *< FileMetadata: Type="T" Cpid="1252" Timestamp="0" ID="0" ObjRev="0" User="" /> 53 | .ADD('filename_caps.prg') && *< FileMetadata: Type="P" Cpid="1252" Timestamp="0" ID="0" ObjRev="544" User="" /> 54 | * 55 | 56 | .ITEM('__newproject.f2b').Remove() 57 | 58 | * 59 | * 60 | 61 | * 62 | * 63 | 64 | * 65 | .ITEM("config\config.fpw").Type = 'T' 66 | * 67 | ENDWITH 68 | 69 | WITH loProject 70 | * 71 | .Debug = .T. 72 | .Encrypted = .F. 73 | *<.CmntStyle = 1 /> 74 | *<.NoLogo = .F. /> 75 | *<.SaveCode = .T. /> 76 | *<.User = '' /> 77 | .ProjectHookLibrary = '' 78 | .ProjectHookClass = '' 79 | * 80 | ENDWITH 81 | 82 | 83 | _VFP.Projects('Filename_caps.pjx').Close() 84 | *ERASE '__newproject.f2b' 85 | CD (lcCurdir) 86 | RETURN -------------------------------------------------------------------------------- /FileName_Caps/Normalize_FileNames.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/FileName_Caps/Normalize_FileNames.vbs -------------------------------------------------------------------------------- /FileName_Caps/filename_caps.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/FileName_Caps/filename_caps.cfg -------------------------------------------------------------------------------- /FileName_Caps/filename_caps.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/FileName_Caps/filename_caps.prg -------------------------------------------------------------------------------- /Helper/Read_InstallFiles.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Helper/Read_InstallFiles.prg -------------------------------------------------------------------------------- /Helper/clean_copied_memo.prg: -------------------------------------------------------------------------------- 1 | LOCAL I, lcStrIn, lcStrOut, laStr(1), lcLeftDelim, lcRightDelim, lcStr, lnLines, lnPosDlr 2 | ON KEY LABEL CTRL+R DO clean_copied_memo.prg 3 | lcStrOut = '' 4 | lcStrIn = _CLIPTEXT 5 | lnLines = ALINES(laStr, lcStrIn) 6 | lnPosDlr = AT('.',laStr(1)) 7 | 8 | *-- 9 | lcLeftDelim = IIF(lnPosDlr > 0 AND lnPosDlr < AT('=', laStr(1)), LEFT(laStr(1), lnPosDlr), '') 10 | lcRightDelim = ' =' 11 | *-- 12 | MESSAGEBOX( "LeftDelim = " + lcLeftDelim) 13 | 14 | FOR I = 1 TO lnLines 15 | lcStr = STREXTRACT( laStr(I), lcLeftDelim, lcRightDelim ) 16 | *IF EMPTY(lcStr) 17 | * lcStr = STREXTRACT( laStr(I), '', lcRightDelim ) 18 | *ENDIF 19 | laStr(I) = lcStr 20 | lcStrOut = lcStrOut + CHR(13) + laStr(I) 21 | ENDFOR 22 | 23 | _CLIPTEXT = SUBSTR( lcStrOut, 2 ) 24 | -------------------------------------------------------------------------------- /Helper/clean_thorfolder.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Helper/clean_thorfolder.prg -------------------------------------------------------------------------------- /Helper/getrevisions.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Helper/getrevisions.prg -------------------------------------------------------------------------------- /Helper/preparar_SpecialProps_desde_Lista.prg: -------------------------------------------------------------------------------- 1 | LOCAL I, lcStrIn, lcStrOut, laStr(1), lcLeftDelim, lcRightDelim, lcStr, lnLines, lnPosDlr 2 | ON KEY LABEL CTRL+R DO preparar_specialprops_desde_lista.prg 3 | lcStrOut = '' 4 | lcStrIn = _CLIPTEXT 5 | lnLines = ALINES(laStr, lcStrIn) 6 | lnPosDlr = AT('.',laStr(1)) 7 | 8 | FOR I = 1 TO lnLines 9 | lcStrOut = lcStrOut + CHR(13) + ".SortSpecialProps_Form_Add( '" + laStr(I) + "', @I )" 10 | ENDFOR 11 | 12 | _CLIPTEXT = SUBSTR( lcStrOut, 2 ) 13 | -------------------------------------------------------------------------------- /Helper/readme.md: -------------------------------------------------------------------------------- 1 | # FoxBin2Prg/Helper 2 | 3 | Programs used to assist with the program, inherited from Fernando 4 | 5 | Last changed: _2023/08/26_ 6 | -------------------------------------------------------------------------------- /INSTALLEDFILES/license: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2014 Fernando D. Bozzo 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2014 Fernando D. Bozzo 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Normalize_FileNames.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/Normalize_FileNames.vbs -------------------------------------------------------------------------------- /ReCreate_FoxBin2Prg.prg: -------------------------------------------------------------------------------- 1 | *ReCreate all FoxBin2Prg files from there text representation and compile 2 | 3 | DO FoxBin2Prg.PRG WITH JUSTPATH(FULLPATH("","")),"Prg2Bin",,,,,,,,,FULLPATH("Create_FoxBin2Prg.cfg","") 4 | 5 | BUILD PROJECT FoxBin2Prg.EXE FROM FoxBin2Prg.pjx RECOMPILE 6 | 7 | CD Fb2P_Diff 8 | BUILD PROJECT Fb2P_Diff.EXE FROM Fb2P_Diff.pjx RECOMPILE 9 | 10 | CD ..\FileName_Caps 11 | BUILD PROJECT FileName_Caps.EXE FROM FileName_Caps.pjx RECOMPILE 12 | CD .. 13 | 14 | -------------------------------------------------------------------------------- /TESTS/.gitignore: -------------------------------------------------------------------------------- 1 | #exclude general 2 | *.* 3 | 4 | #include general 5 | #dbx data 6 | #!*.dbf 7 | #!*.cdx 8 | #!*.fpt 9 | 10 | #!*.dbc 11 | #!*.dc[tx] 12 | 13 | #grafics 14 | !*.bmp 15 | !*.msk 16 | !*.ico 17 | !*.cdr 18 | !*.cur 19 | 20 | #programms 21 | !*.prg 22 | !*.fpw 23 | 24 | #header 25 | !*.h 26 | 27 | #libs (by FoxBin2prg) 28 | !*.vc[xt] 29 | !*.pj[xt] 30 | !*.fr[xt] 31 | !*.mn[xt] 32 | !*.sc[xt] 33 | !*.lb[xt] 34 | 35 | #FoxBin2prg 36 | #!*.vc2 37 | #!*.pj2 38 | #!*.fr2 39 | #!*.mn2 40 | #!*.sc2 41 | #!*.lb2 42 | #!*.d[bc]2 43 | 44 | #include special 45 | #default git 46 | !*.gitignore 47 | !/desktop.ini 48 | !data/*.jpg 49 | !/FileName_Caps.EXE 50 | !/Fb2P_Diff.EXE 51 | !/"CLEAR ALL.exe" 52 | 53 | #gitlab 54 | !*.md 55 | !/.gitlab/ 56 | 57 | #diverse 58 | !*.reg 59 | !README.md 60 | 61 | #exclude special 62 | foxuser_9.* 63 | _command.prg 64 | *ref.* 65 | debug*.* 66 | Sicherungskopie*.* 67 | include/projsub.h 68 | include/projekt_switch.h 69 | include/projekt_user.h 70 | Factory_Init.* 71 | 72 | #nix von hier 73 | default/ 74 | temp/ 75 | tmp/ 76 | 77 | bin2txt.* 78 | 79 | #exclude general 80 | 81 | *special, settings to create foxbin2prg binary 82 | !/foxbin2prg_self.cfg 83 | 84 | #re-include 85 | #!foxbin2prg_keywords.* 86 | 87 | #Thor special 88 | !/BuildProcess/*.prg 89 | !/BuildProcess/*.txt 90 | !/BuildProcess/*.md 91 | !/BuildProcess/*.gitignore 92 | !/ThorUpdater/*.* 93 | -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/Menu_Comments_Procedure.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/Menu_Comments_Procedure.mnt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/Menu_Comments_Procedure.mnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/Menu_Comments_Procedure.mnx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/Menu_LineBreak.mnt: -------------------------------------------------------------------------------- 1 | /! _MSYSMENU A first Entry 2 | _40O0YW62F 3 | AfirstEntrItem 1ALT+1ALT+1%Do something depending on App version4iif(oApp.Version()=="v1.0",oApp.Run(1), oApp.Run(2)) Hide ErrorsDO BAR_2_OF_AfirstEntr_FB2PE\COMMENTMALOCATIONNESCHEMENGSYSRESNIRESNAMEMJ 122111 0 0 2 11 F 3_MSYSMENU 0 3 377 _MSYSMENU 1 0 0 2 01 F 2AfirstEntr 0 4 367  AfirstEntr 1 0 0 367 AfirstEntr 2 0 0 377&  ! _MSYSMENU 2# 0 0 2 0'1 F 0Edit 0 4 367-(. ) _MSYSMENU 3+ 0 0 -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/CarpetaAbierta.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/CarpetaAbierta.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/CarpetaCerrada.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/CarpetaCerrada.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/SCCCheckout.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/SCCCheckout.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/SobrePostal.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/SobrePostal.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/TreeView.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/TreeView.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/container.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/container.ico -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/fondogris.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/fondogris.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/bmps/vfpxlogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/bmps/vfpxlogo.bmp -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/classlib_method_order_bug_test.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/classlib_method_order_bug_test.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/classlib_method_order_bug_test.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/classlib_method_order_bug_test.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/config/config.fpw: -------------------------------------------------------------------------------- 1 | SCREEN=OFF 2 | RESOURCE=OFF -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/encuestas.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/encuestas.dbf -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/eventsfile.prg: -------------------------------------------------------------------------------- 1 | LPARAMETERS p1, p2, p3, p4, p5 2 | RETURN 3 | -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.f_base1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.f_base1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.f_base1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.f_base1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_checkbox.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_checkbox.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.f_base1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.f_base1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.f_base1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.f_base1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_combobox.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_combobox.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.f_base1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.f_base1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.f_base1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.f_base1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_commandgroup.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_commandgroup.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.f_base1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.f_base1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.f_base1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.f_base1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_containers.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_containers.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.f_form_aa.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.f_form_aa.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.f_form_aa.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.f_form_aa.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa2.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa2.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.f_form_aa1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa2.f_form_aa1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.f_form_aa1.scx: -------------------------------------------------------------------------------- 1 | 0 mPLATFORMCUNIQUEIDC 2 | TIMESTAMPN 3 | CLASSMCLASSLOCM!BASECLASSM%OBJNAMEM)PARENTM-PROPERTIESM1PROTECTEDM5METHODSM9OBJCODEM=OLEMAOLE2MERESERVED1MIRESERVED2MMRESERVED3MQRESERVED4MURESERVED5MYRESERVED6M]RESERVED7MaRESERVED8MeUSERMi COMMENT Screen  WINDOWS _0000003351130668032)BN` COMMENT RESERVED 0 -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa2.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_aa2.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_aa2.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.f_base1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.f_base1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.f_base1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.f_base1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_form_controles.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_form_controles.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.formset.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.formset.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.formset.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.formset.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_formset.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_formset.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.f_listbox_test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.f_listbox_test.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.f_listbox_test.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.f_listbox_test.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_listbox.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_listbox.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.form1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.form1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.form1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.form1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_nullchars_incode.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_nullchars_incode.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.f_optiongroup_test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.f_optiongroup_test.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.f_optiongroup_test.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.f_optiongroup_test.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup2.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup2.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.f_optiongroup1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup2.f_optiongroup1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.f_optiongroup1.scx: -------------------------------------------------------------------------------- 1 | 0 mPLATFORMCUNIQUEIDC 2 | TIMESTAMPN 3 | CLASSMCLASSLOCM!BASECLASSM%OBJNAMEM)PARENTM-PROPERTIESM1PROTECTEDM5METHODSM9OBJCODEM=OLEMAOLE2MERESERVED1MIRESERVED2MMRESERVED3MQRESERVED4MURESERVED5MYRESERVED6M]RESERVED7MaRESERVED8MeUSERMi COMMENT Screen  WINDOWS _0000004421130668032-FRh COMMENT RESERVED 0 -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup2.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_optiongroup2.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_optiongroup2.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_test.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_test.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.f_form_controles1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_test.f_form_controles1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.f_form_controles1.scx: -------------------------------------------------------------------------------- 1 | 0 mPLATFORMCUNIQUEIDC 2 | TIMESTAMPN 3 | CLASSMCLASSLOCM!BASECLASSM%OBJNAMEM)PARENTM-PROPERTIESM1PROTECTEDM5METHODSM9OBJCODEM=OLEMAOLE2MERESERVED1MIRESERVED2MMRESERVED3MQRESERVED4MURESERVED5MYRESERVED6M]RESERVED7MaRESERVED8MeUSERMi COMMENT Screen  WINDOWS _00000044411306680320IUn COMMENT RESERVED 0 -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_test.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_test.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_test.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.f_textbox_test.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.f_textbox_test.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.f_textbox_test.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.f_textbox_test.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/f_textbox.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/f_textbox.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_classperfile_text.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_classperfile_text.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_classperfile_text.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_classperfile_text.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbc.dbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbc.dbc -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbc.dct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbc.dct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbc.dcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbc.dcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbc.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbc.prg -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbf.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbf.cdx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbf.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_dbf.dbf -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_dbf.fpt: -------------------------------------------------------------------------------- 1 | @ -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_depto.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_depto.cdx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_depto.dbf: -------------------------------------------------------------------------------- 1 | 0h=DEPTOC 2 | DESCRIPC 2 fb2p_dbc.dbc D.1.C la descrip -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_foxuser.frt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_foxuser.frt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_foxuser.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_foxuser.frx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_foxuser.lbt: -------------------------------------------------------------------------------- 1 | @ Courier NewMALLT(Type)+ALLT(Id)+IIF(Readonly,'Y','N')+LTRIM(STR(Ckval,6,0))+DTOC(Updated)Arial Courier NewArialdataenvironmentName = "Dataenvironment" 2 | cursordOrder = "updated" 3 | Alias = "foxuser_fdbozzo" 4 | CursorSource = foxuser_fdbozzo.dbf 5 | Name = "cursor1" 6 | -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_foxuser.lbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_foxuser.lbx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_free.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_free.cdx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_free.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_free.dbf -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_free.fpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_free.fpt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.cl_form1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.cl_form1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.cl_form1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.cl_form1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.form1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.form1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.form1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.form1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_frm_2.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_frm_2.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test.pjt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test.pjt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test.pjx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test_bug_estructural.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test_bug_estructural.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test_bug_estructural.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test_bug_estructural.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test_bug_metodo_movido.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test_bug_metodo_movido.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/fb2p_test_bug_metodo_movido.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/fb2p_test_bug_metodo_movido.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.dataenvironment.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.dataenvironment.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.dataenvironment.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.dataenvironment.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.frm_form1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.frm_form1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.frm_form1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.frm_form1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.sct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.sct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/form1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/form1.scx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/foxuser_fdbozzo.cdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/foxuser_fdbozzo.cdx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/foxuser_fdbozzo.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/foxuser_fdbozzo.dbf -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/foxuser_fdbozzo.fpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/foxuser_fdbozzo.fpt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/github_issues.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/github_issues.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/github_issues.vcx: -------------------------------------------------------------------------------- 1 | 0 mPLATFORMCUNIQUEIDC 2 | TIMESTAMPN 3 | CLASSMCLASSLOCM!BASECLASSM%OBJNAMEM)PARENTM-PROPERTIESM1PROTECTEDM5METHODSM9OBJCODEM=OLEMAOLE2MERESERVED1MIRESERVED2MMRESERVED3MQRESERVED4MURESERVED5MYRESERVED6M]RESERVED7MaRESERVED8MeUSERMi COMMENT Class  -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/lib_controles.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/lib_controles.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/lib_controles.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/lib_controles.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/lib_controles2.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/lib_controles2.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/lib_controles2.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/lib_controles2.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu1.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu1.mnt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu1.mnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu1.mnx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu2.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu2.mnt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu2.mnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu2.mnx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu3.mnt: -------------------------------------------------------------------------------- 1 | ! _MSYSMENUejemplodo testejemplo2-#NAME TEST 2 | WAIT WINDOW PROGRAM() + ' (menu)' -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu3.mnx: -------------------------------------------------------------------------------- 1 | 0 HNOBJTYPENOBJCODENNAMEMPROMPTM COMMANDM MESSAGEMPROCTYPENPROCEDUREMSETUPTYPENSETUPMCLEANTYPENCLEANUPM MARKC$KEYNAMEM%KEYLABELM)SKIPFORM-NAMECHANGEL1NUMITEMSN2LEVELNAMEC4 2 | ITEMNUMC>COMMENTMALOCATIONNESCHEMENGSYSRESNIRESNAMEMJ 122111 0 0 2 11 F 2_MSYSMENU 0 3 367 _MSYSMENU 1 0 0 3801 _MSYSMENU 2 0 0 -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu_shortcut.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu_shortcut.mnt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu_shortcut.mnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu_shortcut.mnx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu_shortcut2.mnt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu_shortcut2.mnt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/menu_shortcut2.mnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/menu_shortcut2.mnx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/procedure_in_lparameters.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/procedure_in_lparameters.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/procedure_in_lparameters.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/procedure_in_lparameters.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/test_public_protected.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/test_public_protected.vct -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/test_public_protected.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/test_public_protected.vcx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/test_report.frt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/test_report.frt -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/test_report.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/test_report.frx -------------------------------------------------------------------------------- /TESTS/DATOS_READONLY/vw_local_encuestas.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/DATOS_READONLY/vw_local_encuestas.dbf -------------------------------------------------------------------------------- /TESTS/FXUResults.db2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/FXUResults.db2 -------------------------------------------------------------------------------- /TESTS/PCT_DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/PCT_DLL.dll -------------------------------------------------------------------------------- /TESTS/demo_hook_dbf.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/demo_hook_dbf.prg -------------------------------------------------------------------------------- /TESTS/foxunit_path.txt: -------------------------------------------------------------------------------- 1 | c:\desa\foxunit -------------------------------------------------------------------------------- /TESTS/ft__foxbin2prg__c_conversor_bin_a_prg.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ft__foxbin2prg__c_conversor_bin_a_prg.prg -------------------------------------------------------------------------------- /TESTS/ft__foxbin2prg__c_conversor_prg_a_bin.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ft__foxbin2prg__c_conversor_prg_a_bin.prg -------------------------------------------------------------------------------- /TESTS/ft__foxbin2prg__c_conversor_prg_a_dbc.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ft__foxbin2prg__c_conversor_prg_a_dbc.prg -------------------------------------------------------------------------------- /TESTS/ft__foxbin2prg__c_conversor_prg_a_dbf.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ft__foxbin2prg__c_conversor_prg_a_dbf.prg -------------------------------------------------------------------------------- /TESTS/ft__foxbin2prg__c_conversor_prg_a_mnx.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ft__foxbin2prg__c_conversor_prg_a_mnx.prg -------------------------------------------------------------------------------- /TESTS/fxu_lib_objetos_y_funciones_de_soporte.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/fxu_lib_objetos_y_funciones_de_soporte.prg -------------------------------------------------------------------------------- /TESTS/fxuresults.dbf.cfg: -------------------------------------------------------------------------------- 1 | DBF_Conversion_Support: 4 2 | DBF_Conversion_Order: UPPER(TCLASS)+UPPER(TNAME) 3 | DBF_Conversion_Condition: .T. 4 | -------------------------------------------------------------------------------- /TESTS/pct_dll.txt: -------------------------------------------------------------------------------- 1 | * http://www.tek-tips.com/viewthread.cfm?qid=769626 2 | * ftp://tek-tips:tek-tips@69.14.191.20/tek-tips/pct_dll/pct_dll.zip 3 | 4 | lcWallpaper="C:\Documents and Settings\brian\My Documents\My Pictures\Img_0011.jpg" 5 | 6 | Declare Integer tobmp IN "PCT_DLL.dll" ; 7 | String jpgfilename, String bmpfilename 8 | 9 | retval = tobmp(lcWallpaper,JUSTPATH(lcWallpaper)+"\"+JUSTSTEM(lcWallpaper)+".bmp") 10 | 11 | lcWallpaper=JUSTPATH(lcWallpaper)+"\"+JUSTSTEM(lcWallpaper)+".bmp" 12 | 13 | DO JpgWallPaper WITH lcWallpaper 14 | 15 | PROCEDURE JpgWallPaper 16 | PARAMETERS lcWallpaper 17 | DECLARE INTEGER SystemParametersInfo IN WIN32API ; 18 | INTEGER uiAction, INTEGER uiParam,; 19 | STRING @pvParam, INTEGER fWinIni 20 | 21 | SystemParametersInfo (20 , 0, @lcWallpaper, 3) 22 | ENDPROC 23 | -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__GetTimeStamp.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__GetTimeStamp.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__IdentifyExclusionBlocks.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__IdentifyExclusionBlocks.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__RowTimeStamp.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__RowTimeStamp.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__doBackup.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__doBackup.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__get_SeparatedLineAndComment.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__get_SeparatedLineAndComment.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__get_SeparatedPropAndValue.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__get_SeparatedPropAndValue.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__lineIsOnlyCommentAndNoMetadata.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__lineIsOnlyCommentAndNoMetadata.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_base__normalizePropertyValue.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_base__normalizePropertyValue.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_bin_a_prg__get_PropsAndValuesFrom_PROPERTIES.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_bin_a_prg__get_PropsAndValuesFrom_PROPERTIES.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_bin_a_prg__indentMemo.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_bin_a_prg__indentMemo.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_TAG.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_prg_a_bin__analyzeAssignmentOf_TAG.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_conversor_prg_a_bin__insert_AllObjects.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_conversor_prg_a_bin__insert_AllObjects.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_foxbin2prg__FilenameFoundInFilter.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_foxbin2prg__FilenameFoundInFilter.prg -------------------------------------------------------------------------------- /TESTS/ut__foxbin2prg__c_foxbin2prg__evaluateConfiguration.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/TESTS/ut__foxbin2prg__c_foxbin2prg__evaluateConfiguration.prg -------------------------------------------------------------------------------- /ThorUpdater/FoxBin2Prg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/ThorUpdater/FoxBin2Prg.zip -------------------------------------------------------------------------------- /ThorUpdater/FoxBin2PrgVersion.txt: -------------------------------------------------------------------------------- 1 | lparameters toUpdateObject 2 | 3 | * Set the properties of the passed updater object. 4 | 5 | with toUpdateObject 6 | .VersionNumber = '1.21.04 - 20240826' 7 | .AvailableVersion = 'FoxBin2PRG-1.21.04-update-20240826' 8 | .Notes = GetNotes() 9 | .RegisterWithThor = GetRegisterWithThor() 10 | endwith 11 | return toUpdateObject 12 | 13 | 14 | *!* procedure GetRegisterWithThor 15 | *!* local lcCommand 16 | *!* text to lcCommand noshow 17 | *!* lcBase = EXECSCRIPT(_SCREEN.cThorDispatcher, 'Thor_Proc_GetFoxBin2PrgFolder') 18 | *!* IF FILE(m.lcBase+"clean_copied_memo.prg") THEN 19 | *!* *remove old crap 20 | *!* DO m.lcBase+"clean_thorfolder.prg" WITH lcBase 21 | *!* ENDIF &&FILE(m.lcBase+"clean_copied_memo.prg") 22 | *!* 23 | *!* DELETE FILE (m.lcBase+"clean_thorfolder.*") 24 | *!* 25 | *!* endtext 26 | *!* 27 | *!* return lcCommand 28 | *!* endproc &&GetRegisterWithThor 29 | 30 | * Get the notes for the project. 31 | 32 | procedure GetNotes 33 | local lcNotes 34 | text to lcNotes noshow 35 | A 2-way conversor for Visual FoxPro 9 binary files intended to be used with SCM tools (Full or only Diff and Merge operations) or just for backup 36 | 37 | Supported formats are: PJX, PJM, SCX, VCX, FRX, LBX, MNX, DBC, DBF, FKY, MEM 38 | 39 | To fix a bug, this version changes the text file header. It is suggested to create all text files and commit in one step. 40 | 41 | Developed by Fernando D. Bozzo - GitHub: https://github.com/fdbozzo/foxbin2prg 42 | 43 | endtext 44 | return lcNotes 45 | 46 | * Register the tool with Thor. Note: Thor replaces ##InstallFolder## with the 47 | * installation path for the tool when this code is executed. 48 | 49 | 50 | * "FoxBin2PRG" is a Component. No procedure GetRegisterWithThor created by VFPX Deployment 51 | 52 | 53 | * Register the tool with Thor. Note: Thor replaces ##InstallFolder## with the 54 | * installation path for the tool when this code is executed. 55 | 56 | procedure GetRegisterWithThor 57 | local lcCommand 58 | text to lcCommand noshow 59 | 60 | 61 | * "FoxBin2PRG" is a Component. No code created by VFPX Deployment 62 | 63 | endtext 64 | return lcCommand 65 | 66 | *created by VFPX Deployment, 08/26/2024 2:08:42 PM -------------------------------------------------------------------------------- /ThorUpdater/vfp9_foxbin2prg.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/ThorUpdater/vfp9_foxbin2prg.vbs -------------------------------------------------------------------------------- /VFP9_FoxBin2Prg.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/VFP9_FoxBin2Prg.vbs -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/Launcher/WinMergePortable.ini: -------------------------------------------------------------------------------- 1 | [Launch] 2 | ProgramExecutable=WinMerge\WinMergeU.exe 3 | DirectoryMoveOK=yes 4 | SupportsUNC=yes 5 | 6 | [Activate] 7 | Registry=true 8 | 9 | [RegistryKeys] 10 | WinMerge=HKCU\Software\Thingamahoochie 11 | 12 | [Language] 13 | Base=%PortableApps.comLocaleID% 14 | Default=dword:00000409 15 | 16 | [LanguageStrings] 17 | 1033=dword:00000409 18 | 1252=dword:00000409 19 | 1026=dword:00000402 20 | 1027=dword:00000403 21 | 2052=dword:00000804 22 | 1028=dword:00000404 23 | 1051=dword:0000041b 24 | 1029=dword:00000405 25 | 1030=dword:00000406 26 | 1043=dword:00000413 27 | 1036=dword:0000040c 28 | 1110=dword:00000456 29 | 1031=dword:00000407 30 | 1032=dword:00000408 31 | 1038=dword:0000040e 32 | 1040=dword:00000410 33 | 1041=dword:00000411 34 | 1042=dword:00000412 35 | 1044=dword:00000414 36 | 1045=dword:00000415 37 | 2070=dword:00000816 38 | 1046=dword:00000416 39 | 1048=dword:00000418 40 | 1049=dword:00000419 41 | 1051=dword:0000041b 42 | 1060=dword:00000424 43 | 1034=dword:00000c0a 44 | 3082=dword:00000c0a 45 | 1053=dword:0000041d 46 | 1055=dword:0000041f 47 | 1058=dword:00000422 48 | 49 | [LanguageFile] 50 | Type=INI 51 | File=%PAL:DataDir%\settings\WinMerge.reg 52 | Section=HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\Locale 53 | Key=""LanguageId"" 54 | 55 | [FileWrite1] 56 | Type=Replace 57 | File=%PAL:DataDir%\settings\WinMerge.reg 58 | Find=%PAL:LastDrive%%PAL:LastPackagePartialDir:DoubleBackslash% 59 | Replace=%PAL:Drive%%PAL:PackagePartialDir:DoubleBackslash% 60 | 61 | [FileWrite2] 62 | Type=Replace 63 | File=%PAL:DataDir%\settings\WinMerge.reg 64 | Find=%PAL:LastPortableAppsBaseDirectory:DoubleBackslash% 65 | Replace=%PAL:PortableAppsBaseDirectory:DoubleBackslash% 66 | 67 | [FileWrite3] 68 | Type=Replace 69 | File=%PAL:DataDir%\settings\WinMerge.reg 70 | Find=%PAL:LastDrive%\\ 71 | Replace=%PAL:Drive%\\ 72 | 73 | [FileWrite4] 74 | Type=INI 75 | File=%PAL:DataDir%\settings\WinMerge.reg 76 | Section=HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge 77 | Key=""Executable"" 78 | Value=""%PAL:AppDir:DoubleBackSlash%\\WinMerge\\WinMergeU.exe"" 79 | 80 | [FileWrite5] 81 | Type=INI 82 | File=%PAL:DataDir%\settings\WinMerge.reg 83 | Section=HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\Settings 84 | Key=""UserFilterPath"" 85 | Value=""%PAL:DataDir:DoubleBackSlash%\\Filters"" 86 | 87 | [FileWrite6] 88 | Type=INI 89 | File=%PAL:DataDir%\settings\WinMerge.reg 90 | Section=HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\Locale 91 | Key=""LanguageId"" 92 | Value=%PAL:LanguageCustom% -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/Launcher/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/AppInfo/Launcher/splash.jpg -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/appicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/AppInfo/appicon.ico -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/appicon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/AppInfo/appicon_128.png -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/appicon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/AppInfo/appicon_16.png -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/appicon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/AppInfo/appicon_32.png -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/appinfo.ini: -------------------------------------------------------------------------------- 1 | [Format] 2 | Type=PortableApps.comFormat 3 | Version=3.0 4 | 5 | [Details] 6 | Name=WinMerge Portable 7 | AppID=WinMergePortable 8 | Publisher=WinMerge Team & PortableApps.com 9 | Homepage=portableapps.com/apps/utilities/winmerge_portable 10 | Category=Utilities 11 | Description=File differencing and merging tool 12 | Language=Multilingual 13 | 14 | [License] 15 | Shareable=true 16 | OpenSource=true 17 | Freeware=true 18 | CommercialUse=true 19 | 20 | [Version] 21 | PackageVersion=2.14.0.0 22 | DisplayVersion=2.14.0 23 | 24 | [Control] 25 | Icons=1 26 | Start=WinMergePortable.exe 27 | 28 | [Associations] 29 | SendTo=true -------------------------------------------------------------------------------- /WinMergePortable/App/AppInfo/installer.ini: -------------------------------------------------------------------------------- 1 | [MainDirectories] 2 | RemoveAppDirectory=false -------------------------------------------------------------------------------- /WinMergePortable/App/DefaultData/settings/WinMerge.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/DefaultData/settings/WinMerge.reg -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/7z.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/7z.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/7zip_pad.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7-Zip 5 | 9.20 6 | 18 7 | 11 8 | 2010 9 | 10 | 11 | 12 | http://www.7-zip.org 13 | 14 | 15 | 16 | 7-Zip is distributed under the GNU Lesser General Public License, version 2.1. 17 | 18 | 19 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Contributors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Contributors.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Basque.txt: -------------------------------------------------------------------------------- 1 | WINMERGE 2 | 3 | WinMerge Windowserako Iturri Irekiko alderaketa eta batuketa tresna bat da. 4 | WinMergek bi agiritegi eta bi agiri alderatu ditzake, ezberdintasunak ulertzeko 5 | eta kudeatzeko erraza den ikus idazki heuskarrian aurkeztuz. 6 | WinMergek kanpoko ezberdintze/batze tresna bezala erabili daiteke edo aplikazio aske bezala. 7 | 8 | WinMerge oso lagungarria da alderaketak, aldiberetzeak eta batuketak ahalik eta errazen eta erabilgarrien egiteko. 9 | Programazio hizkuntza ugari eta beste agiri heuskarriak joskera-nabarmenduak dira. 10 | 11 | WinMergeren azken bertsioa eta WinMerge argibideak eskuragarri daude hemen: 12 | http://winmerge.org/. 13 | 14 | Hasiera Azkarra 15 | =========== 16 | WinMerge ezarri ondorengo ohinarrizko eragiketak nola egin jakiteko, klikatu 17 | Laguntza>WinMerge Laguntza eta nabigatu Hasiera Azkarra gaian. Edo, joan Webgune 18 | bertsio honetara: http://manual.winmerge.org/QuickStart.html. 19 | 20 | WinMerge Laguntza 21 | ============= 22 | WinMerge Laguntza ordenagailuan ezartzen da Microsoft HTML Laguntza agiri bezala, WinMerge.chm, 23 | WinMerge ezartzen duzunean. Laguntza irekitzeko, klikatu Laguntza>WinMerge Laguntza edo sakatu F1 24 | WinMerge leihoan. Komando lerroan, ekin WinMerge exekutagarriari /? laguntza giltzarekin. 25 | 26 | WinMerge Laguntzaren HTML bertsioa hemen ere bilatu dezakezu: 27 | http://manual.winmerge.org/. 28 | 29 | Agiri Sostengua 30 | =============== 31 | WinMergek 7-Zip (http://www.7-zip.org) Iturri Irekiko agiri tresna erabiltzen du 32 | agiri sostengua agiritegiratzeko. 7-Zip aplikazioa ezartzea gomendatzen dugu 33 | jeitsiz eta abiaraziz 7-Zip plugin ezartzailea hemendik: 34 | http://winmerge.org/downloads/. 35 | 36 | Ezin baduzu 7-Zip tresna ezarri zerbaitengaitik, 7-zip plugin ezartzailea 37 | erabili dezakezu agiri sostengurako beharrezkoak diren agiriak bakarrik ezarriz. 38 | Ikusi Laguntza gaia, "7-Zip eta agiri sostengua" xehetasunetarako. 39 | 40 | WinMerge Sostengua 41 | ================ 42 | Galderarik edo iradokizunik WinMergeri buruz? Hasteko toki on bat WinMerge 43 | herkidego boletina da: http://forums.winmerge.org/. Garatzaileek sarri irakurtzen 44 | eta erantzuten dizkiete galderei bi eztabaidaguneetan. Erabili Ireki Eztabaida gunea 45 | WinMergeri buruzko galdera orokorrak egiteko. Erabili Garatzaile eztabaidagunea 46 | WinMergeren garapenari buruzko galderentzat. 47 | 48 | Akatsak eta Eginkizun Eskabideak 49 | ========================= 50 | Gairen bat konpondu gabe badago WinMerge eztabaidagunetan, egiaztatu egitasmo 51 | aztarnariak hona joz: http://project.winmerge.org/, eta klikatu Aztarnarien menuko 52 | loturan, Akatsak eta Eginkizun Eskabideak, non gaiak bilatu edo aurkeztu ahal izango dituzun. 53 | 54 | Akats bat aurkezten baduzu, mesedez barneratu WinMerge bertsio zenbakia zure jakinarazpenean. 55 | Ohar itxurapen bat sortu dezakezu klikatuz Laguntza>Itxurapena. 56 | Mesedez jaso itxurapen ohar-agiria akats jakinarazpenean; argibide oso erabilgarriak ditu garatzaileentzat. 57 | 58 | 59 | - WinMerge Garatzaileak 60 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Brazilian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Brazilian.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Bulgarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Bulgarian.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Catalan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Catalan.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-ChineseSimplified.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-ChineseSimplified.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-ChineseTraditional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-ChineseTraditional.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Croatian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Croatian.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Dutch.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-French.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-French.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Galician.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Galician.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Greek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Greek.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Japanese.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Romanian.txt: -------------------------------------------------------------------------------- 1 | WINMERGE 2 | 3 | WinMerge este un utilitar cu Sursă Deschisă de comparare şi fuziune 4 | de fişiere care rulează pe toate versiunile moderne ale sistemului 5 | de operare Windows. Unele funcţionalităţi necesită instalarea de 6 | componente adiţionale. 7 | 8 | Ultima versiune de WinMerge şi alte informaţii despre WinMerge sunt 9 | disponibile la 10 | http://winmerge.org 11 | 12 | Start rapid către utilizarea WinMerge: 13 | Citiţi capitolul Quick-start din manualul on-line pentru a vă 14 | familiariza cu WinMerge: 15 | http://manual.winmerge.org/QuickStart.html 16 | 17 | Manualul HTML: 18 | Manualul este disponibil la 19 | http://manual.winmerge.org/ 20 | este posibil să-l aveţi instalat (dacă s-a optat pentru aceasta) local, 21 | dar este şi copiabil separat de la http://winmerge.org/ 22 | (vezi documentaţia) 23 | 24 | Suport arhivare: 25 | WinMerge foloseşte 7-Zip pentru a suporta accesul la arhive de fişiere. 26 | 7-Zip (http://www.7-zip.org) este o unealtă de arhivare cu Sursă Deschisă. 27 | Pentru a instala suportul de arhivare, copiaţi kit-ul plug-in-ului 7-Zip 28 | de la http://winmerge.org/ . 29 | 30 | Instalarea suportului de arhivare: 31 | Este recomandat să instalaţi aplicaţia 7-Zip. Dacă acest lucru nu poate fi 32 | făcut din oarecare motiv, instalatorul plug-in-ului 7-Zip poate instala 33 | doar fişierele necesare pentru activarea suportului de instalare. Luaţi notă 34 | că acest lucru NU va permite funcţionarea de sine stătătoare a lui 7-Zip, ci 35 | doar suportul de arhivare pentru WinMerge. 36 | 37 | Suportul pentru scripturi: 38 | Dacă doriţi să lucraţi cu scripturi aveţi nevoie ca Windows Scripting Host 39 | să fie instalat. Dacă observaţi erori care au ca sursă scripturile, vizitaţi 40 | http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp 41 | şi verificaţi daca Windows Scripting Host este la zi şi funcţionabil. 42 | 43 | Suport: 44 | Dezvoltatorii răspund la întrebări pe forumul WinMerge de la Sourceforge.net: 45 | http://sourceforge.net/forum/?group_id=13216 46 | 47 | Defecte şi solicitarea de noi funcţionalităţi: 48 | Defectele şi solicitarea de noi funcţionalităţi trebuie înregistrate pe 49 | listele de Defecte (Bugs) şi Funcţionalităţi (RFE) de la sourceforge.net. 50 | 51 | Lista de defecte: 52 | http://sourceforge.net/tracker/?group_id=13216&atid=113216 53 | Atunci când înregistraţi un defect, vă rugăm să ne spuneţi versiunea de 54 | WinMerge pe care o folosiţi! WinMerge versiunea 2.2.0 sau mai noi pot 55 | scrie configurarea sub care rulează într-un fişier. 56 | Această comandă este accesibilă din meniul Ajutor/Configurare. 57 | Vă rugăm să ataşaţi şi această informaţie (ca un ataşament) la raportarea 58 | dumneavoastră, conţine informaţii pentru dezvoltatori. 59 | 60 | Lista pentru înregistratea de solicitări de noi funcţionalităţi (RFE): 61 | http://sourceforge.net/tracker/?group_id=13216&atid=363216 62 | 63 | 64 | - Dezvoltatorii WinMerge 65 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Serbian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Serbian.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Spanish.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Swedish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Swedish.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Turkish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Turkish.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe-Ukrainian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/ReadMe-Ukrainian.txt -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/ReadMe.txt: -------------------------------------------------------------------------------- 1 | WINMERGE 2 | 3 | WinMerge is an Open Source comparing and merging tool for Windows. WinMerge can 4 | compare both folders and files, presenting differences in a visual text format 5 | that is easy to understand and handle. WinMerge can be used as an external 6 | differencing/merging tool or as a standalone application. 7 | 8 | WinMerge has many helpful supporting features to make comparing, synchronising, 9 | and merging as easy and useful as possible. Several programming languages and 10 | other file formats are syntax-highlighted. 11 | 12 | The latest WinMerge version and WinMerge information is available at 13 | http://winmerge.org/. 14 | 15 | Quick start 16 | =========== 17 | To learn how to perform basic operations after installing WinMerge, click 18 | Help>WinMerge Help and navigate to the Quick start topic. Or, go to the Web 19 | version at http://manual.winmerge.org/QuickStart.html. 20 | 21 | WinMerge Help 22 | ============= 23 | WinMerge Help is installed locally as a Microsoft HTML Help file, WinMerge.chm, 24 | when you install WinMerge. To open Help, click Help>WinMerge Help or press F1 in 25 | the WinMerge window. On the command line, run the WinMerge executable with the 26 | /? help switch. 27 | 28 | You can also browse the HTML version of WinMerge Help at 29 | http://manual.winmerge.org/. 30 | 31 | Archive Support 32 | =============== 33 | WinMerge uses the 7-Zip (http://www.7-zip.org) Open Source archive tool for 34 | archive file support. We recommended installing the 7-Zip application by 35 | downloading and running the 7-Zip plugin installer from 36 | http://winmerge.org/downloads/. 37 | 38 | If you cannot install the 7-Zip tool for any reason, you can use the 7-zip 39 | plugin installer to install only the files required for archive file 40 | support. See the Help topic, "7-Zip and archive support" for details. 41 | 42 | WinMerge Support 43 | ================ 44 | Questions or suggestions about WinMerge? A good place to start is the WinMerge 45 | community bulletin board at http://forums.winmerge.org/. Developers frequently 46 | read and respond to questions in both forums. Use the Open Discussion forum for 47 | general WinMerge issues, such as questions about usage. Use the Developers forum 48 | for WinMerge development issues. 49 | 50 | Bugs and feature requests 51 | ========================= 52 | If an issue is not resolved in the the WinMerge forums, check the project 53 | trackers: go to http://project.winmerge.org/, and click a link in the Trackers 54 | menu, like Bugs and Feature Requests, where you can browse or submit items. 55 | 56 | If you submit a bug, please include the WinMerge version number in your 57 | report. You can generate a configuration log by clicking Help>Configuration. 58 | Please attach the configuration log to the bug report; it has lots of useful 59 | information for developers. 60 | 61 | 62 | - The WinMerge Developers 63 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Docs/WinMerge.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Docs/WinMerge.chm -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Files.txt: -------------------------------------------------------------------------------- 1 | List of files installed 2 | ----------------------- 3 | 4 | This file lists files and subdirectories in WinMerge install folder. Note 5 | files installed depends on Windows version and selections done in 6 | installer. Some files are also only available in zip-files. 7 | 8 | Root directory: 9 | Contributors.txt - list of people contributing to WinMerge 10 | libexpat.dll - library file for XML parser 11 | MergeLang.dll - helper library file for WinMerge translations 12 | pcre.dll - library file for regular expressions 13 | ReadMe.txt - Important information about WinMerge 14 | Register.bat - batch file for installing ShellExtension to system 15 | ShellExtensionU.dll - Unicode version of Shell integration dll 16 | ShellExtensionX64.dll - 64-bit version of Shell integration dll 17 | UnRegister.bat - batch file to uninstalling ShellExtension from system 18 | WinMergeU.exe - Unicode version of WinMerge 19 | 20 | Docs folder: 21 | ChangeLog.txt - WinMerge change log 22 | ReleaseNotes.html - Release information, known issues information 23 | WinMerge.chm: - WinMerge manual in HTML help- format 24 | 25 | Filters folder: - Filter files installed with WinMerge 26 | 27 | Languages folder: - WinMerge translation files 28 | 29 | MergePlugins folder: - Plugins installed with WinMerge 30 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/ADAMulti.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in ADAMulti source trees 3 | name: ADAMulti 4 | desc: Suppresses various binaries found in ADAMulti source trees 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.o$ ## Object file 15 | f: \.lib$ 16 | f: \.obj$ ## Object file 17 | f: \.inf$ ## Generated file 18 | f: \.map$ ## Map file 19 | f: \.lst$ ## list file 20 | f: \.ti$ ## generated file 21 | f: \.dbo$ ## Object file 22 | f: \.dla$ ## Object file 23 | f: \.dnm$ ## Node map file? 24 | f: \.bin$ ## Code file 25 | f: \.a$ ## library file 26 | f: \.s$ 27 | 28 | d: \\cvs$ ## cvs repository files 29 | d: \\obj$ ## object file directory 30 | d: \\objs$ ## object file directory 31 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/ASPNET.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter lets through only files ASP.NET developers care about 3 | name: ASP.NET Devel 4 | desc: Lets through only files ASP.NET developer cares about 5 | 6 | ## This is an exclusive filter 7 | ## (it lets through only matching files) 8 | def: exclude 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.xml$ 15 | f: \.xlst$ 16 | f: \.xsl$ 17 | f: \.xslt$ 18 | f: \.dtd$ 19 | f: \.html$ 20 | f: \.htm$ 21 | f: \.css$ 22 | f: \.gif$ 23 | f: \.bmp$ 24 | f: \.jpg$ 25 | f: \.png$ 26 | f: \.js$ 27 | f: \.dll$ 28 | f: \.aspx$ 29 | f: \.asmx$ 30 | f: \.ascx$ 31 | f: \.vb$ 32 | f: \.resx$ 33 | f: \.cs$ 34 | f: \.js$ 35 | f: \.vbproj$ 36 | f: \.csproj$ 37 | f: \.sln$ 38 | f: \.webinfo$ 39 | f: \.config$ 40 | 41 | d: \\*$ ## Subdirectories 42 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/CSharp_loose.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in Visual C# source trees 3 | name: Visual C# loose 4 | desc: Suppresses various binaries found in Visual C# source trees 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.aps$ ## VC Binary version of resource file, for quick loading 15 | f: \.bsc$ ## VC Browser database 16 | f: \.dll$ ## Windows DLL 17 | f: \.exe$ ## Windows executable 18 | f: \.obj$ ## VC object module file 19 | f: \.pdb$ ## VC program database file (debugging symbolic information) 20 | f: \.res$ ## VC compiled resources file (output of RC [resource compiler]) 21 | f: \.suo$ ## VC options file (binary) 22 | f: \.cache$ ## ?? 23 | f: \.resource$ ## Compiled resource file. 24 | f: \.xfrm ## ?? 25 | f: \.bak$ ## backup 26 | 27 | d: \\cvs$ ## CVS control directory 28 | d: \\.svn$ ## Subversion control directory 29 | 30 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Delphi.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter template for WinMerge 2 | name: Delphi filter 3 | desc: View only files .PAS and files .DFM 4 | 5 | ## Select if filter is inclusive or exclusive 6 | ## Inclusive (loose) filter lets through all items not matching rules 7 | ## Exclusive filter lets through only items that match to rule 8 | ## include or exclude 9 | def: include 10 | 11 | ## Filters for filenames begin with f: 12 | ## Filters for directories begin with d: 13 | ## (Inline comments begin with " ##" and extend to the end of the line) 14 | 15 | f: \.^~ ## EXCLUDE temporary files 16 | f: \.dcu$ ## EXCLUDE Delphi compiled unit 17 | f: \.exe$ ## EXCLUDE Exe file 18 | f: \.cfg$ ## EXCLUDE configuration file 19 | f: \.dsk$ ## EXCLUDE File of internal information of the project 20 | f: \.dof$ ## EXCLUDE Delphi options file 21 | f: \.ddp$ ## EXCLUDE Delphi diagram portfolio file 22 | f: \.db$ ## EXCLUDE File Paradox 23 | f: \.ims$ ## EXCLUDE Icon file, normally created with IconForge 24 | f: \.bak$ ## EXCLUDE Backup file made with WinMerge 25 | 26 | ## f: \.dfm$ ## Delphi Form 27 | ## f: \.pas$ ## Delphi source 28 | ## f: \.dpr$ ## Delphi Project 29 | ## f: \.dpk$ ## Delphi Package 30 | ## f: \.bpg$ ## Delphi Package Group 31 | ## f: \.bpl$ ## Delphi Package Library 32 | 33 | ## d: \\subdir$ ## Filter for directory -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/FileFilter.tmpl: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter template for WinMerge 2 | name: Name of filter 3 | desc: Longer description 4 | 5 | ## Select if filter is inclusive or exclusive 6 | ## Inclusive (loose) filter lets through all items not matching rules 7 | ## Exclusive filter lets through only items that match to rule 8 | ## include or exclude 9 | def: include 10 | 11 | ## Filters for filenames begin with f: 12 | ## Filters for directories begin with d: 13 | ## (Inline comments begin with " ##" and extend to the end of the line) 14 | 15 | f: \.ext$ ## Filter for filename 16 | 17 | d: \\subdir$ ## Filter for directory 18 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Frontpage.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | name: Frontpage 3 | desc: Suppresses _vti and other system directories in Frontpage websites 4 | 5 | ## This is an inclusive (loose) filter 6 | ## (it lets through everything not specified) 7 | def: include 8 | 9 | ## Filters for filenames begin with f: 10 | ## Filters for directories begin with d: 11 | ## (Inline comments begin with " ##" and extend to the end of the line) 12 | 13 | d: \\fpdb$ 14 | d: \\stats$ 15 | d: \\_borders$ 16 | d: \\_derived$ 17 | d: \\_fpclass$ 18 | d: \\_overlay$ 19 | d: \\_private$ 20 | d: \\_contentindex$ 21 | d: \\_themes$ 22 | d: \\_vti_bin$ 23 | d: \\_vti_cnf$ 24 | d: \\_vti_log$ 25 | d: \\_vti_map$ 26 | d: \\_vti_pvt$ 27 | d: \\_vti_txt$ 28 | d: \\_vti_script$ 29 | d: \\_vti*$ 30 | d: \\cvs$ ## CVS control directory 31 | d: \\.svn$ ## Subversion control directory -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/MASM.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | name: MASM loose 3 | desc: Suppresses various binaries found in MASM source trees 4 | 5 | ## This is an inclusive (loose) filter 6 | ## (it lets through everything not specified) 7 | def: include 8 | 9 | ## Filters for filenames begin with f: 10 | ## Filters for directories begin with d: 11 | ## (Inline comments begin with " ##" and extend to the end of the line) 12 | 13 | f: \~$ 14 | f: \.map$ 15 | f: \.mod$ 16 | f: \.aml$ 17 | f: \.bak$ 18 | f: \.bin$ 19 | f: \.dat$ 20 | f: \.icr$ 21 | f: \.lib$ 22 | f: \.lnk$ 23 | f: \.log$ 24 | f: \.lst$ 25 | f: \.map$ 26 | f: \.mod$ 27 | f: \.obj$ 28 | f: \.pgx$ 29 | f: \.res$ 30 | f: \.rom$ 31 | f: \.rls$ 32 | f: MAKEFILE$ 33 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Merge_GnuC_loose.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in GNU C source trees 3 | name: GNU C loose 4 | desc: Suppresses various binaries found in GNU C source trees 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.o$ 15 | f: \.lib$ 16 | f: \.bak$ ## backup 17 | 18 | d: \\cvs$ ## CVS control directory 19 | 20 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Merge_VB_loose.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in Visual Basic source trees 3 | name: Visual Basic loose 4 | desc: Suppresses various binaries found in Visual Basic source trees 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.frx$ ## 15 | f: \.dca$ ## 16 | f: \.ctx$ ## 17 | f: \.dll$ ## Windows DLL 18 | f: \.ocx$ ## OLE Control Extension 19 | f: \.exe$ ## Windows/DOS executable 20 | f: \.bak$ ## backup 21 | 22 | d: \\cvs$ ## CVS control directory 23 | d: \\.svn$ ## Subversion control directory 24 | 25 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Merge_VC_loose.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in Visual C++ source trees 3 | name: Visual C++ loose 4 | desc: Suppresses various binaries found in Visual C++ source trees 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.aps$ ## VC Binary version of resource file, for quick loading 15 | f: \.bsc$ ## VC Browser database 16 | f: \.clw$ ## VC class-wizard status file 17 | f: \.dll$ ## Windows DLL 18 | f: \.exe$ ## Windows/DOS executable 19 | f: \.exp$ ## VC library export file 20 | f: ^vc[4-9]0\.idb$ ## VC Minimal rebuild dependency file 21 | f: \.ilk$ ## VC incremental linker memory file 22 | f: \.lib$ ## compiled libraries 23 | f: \.ncb$ ## VC parser information file (class view & component gallery stuff) 24 | f: \.obj$ ## VC object module file 25 | f: \.pch$ ## VC precompiled header file 26 | f: \.pdb$ ## VC program database file (debugging symbolic information) 27 | f: \.sbr$ ## VC source browser file (used to create bsc file) 28 | f: \.res$ ## VC compiled resources file (output of RC [resource compiler]) 29 | f: \.suo$ ## VC options file (binary) 30 | f: \.ncb$ ## VC Intellisense file 31 | f: \.opt$ ## VC project options file 32 | f: \.bak$ ## backup 33 | 34 | d: \\cvs$ ## CVS control directory 35 | d: \\.svn$ ## Subversion control directory 36 | 37 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Microsoft_Visual_FoxPro_FoxBin2Prg.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter template for WinMerge 2 | name: FoxBin2Prg (Visual FoxPro 9) 3 | desc: Exclusive filter for FoxBin2Prg text files 4 | 5 | ## Select if filter is inclusive or exclusive 6 | ## Inclusive (loose) filter lets through all items not matching rules 7 | ## Exclusive filter lets through only items that match to rule 8 | ## include or exclude 9 | def: exclude 10 | 11 | ## Filters for filenames begin with f: 12 | ## Filters for directories begin with d: 13 | ## (Inline comments begin with " ##" and extend to the end of the line) 14 | 15 | f: \.vc2$ ## Class libraries text views 16 | f: \.sc2$ ## Screens text views 17 | f: \.db2$ ## DBF database files text views 18 | f: \.dc2$ ## DBC Database containers text views 19 | f: \.mn2$ ## Menus text views 20 | f: \.pj2$ ## Projects text views 21 | f: \.h$ ## Include files 22 | f: \.xml$ ## XML files 23 | f: \.cfg$ ## CFG configuration files 24 | f: \.txt$ ## Text files 25 | f: \.fpw$ ## VFP configuration files 26 | f: \.prg$ ## Programs 27 | 28 | ##d: \\subdir$ ## Filter for directory 29 | 30 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/SourceControl.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter lets through only files ASP.NET developers care about 3 | name: Exclude Source Control 4 | desc: Exclude Source Control files and directories 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | 11 | ## Filters for filenames begin with f: 12 | ## Filters for directories begin with d: 13 | ## (Inline comments begin with " ##" and extend to the end of the line) 14 | 15 | ## f: \.bzrignore$ ## Bazaar ignore file 16 | ## f: \.cvsignore$ ## CVS ignore file 17 | ## f: \.gitignore$ ## Git ignore file 18 | ## f: \.hgignore$ ## Mercurial ignore file 19 | ## f: \.svnignore$ ## Subversion ignore file 20 | 21 | f: \.(vs[sp])?scc$ ## Visual SourceSafe files 22 | 23 | d: \\\.svn$ ## Subversion working copy 24 | d: \\_svn$ ## Subversion working copy ASP.NET Hack 25 | d: \\cvs$ ## CVS control directory 26 | d: \\\.git$ ## Git directory 27 | d: \\\.bzr$ ## Bazaar branch 28 | d: \\\.hg$ ## Mercurial repository 29 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/Symbian.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter suppresses various binaries found in Symbian development source trees. 3 | name: Symbian C++ 4 | desc: Suppresses various binaries found in Visual C++ source trees compiling Symbian 5 | 6 | ## This is an inclusive (loose) filter 7 | ## (it lets through everything not specified) 8 | def: include 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.bsc$ ## VC Browser database 15 | f: \.aps$ ## VC Binary version of resource file, for quick loading 16 | f: \.bsc$ ## VC Browser database 17 | f: \.clw$ ## VC class-wizard status file 18 | f: \.dll$ ## Windows DLL 19 | f: \.exe$ ## Windows executable 20 | f: \.exp$ ## VC library export file 21 | f: \\vc60.idb$ ## VC ? 22 | f: \.ilk$ ## VC incremental linker memory file 23 | f: \.lib$ ## compiled libraries 24 | f: \.ncb$ ## VC parser information file (class view & component gallery stuff) 25 | f: \.obj$ ## VC object module file 26 | f: \.pch$ ## VC precompiled header file 27 | f: \.pdb$ ## VC program database file (debugging symbolic information) 28 | f: \.sbr$ ## VC source browser file (used to create bsc file) 29 | f: \.res$ ## VC compiled resources file (output of RC [resource compiler]) 30 | f: \.rsc ## Compiled resources 31 | f: \.app ## Application 32 | f: \.aif 33 | f: \.bak$ ## backup 34 | f: \ABLD.bat$ ## Bat file 35 | 36 | d: \\cvs$ ## CVS control directory 37 | d: \\.svn$ ## Subversion control directory -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Filters/XML_html.flt: -------------------------------------------------------------------------------- 1 | ## This is a directory/file filter for WinMerge 2 | ## This filter lets through only files XML/HTML developer cares about 3 | name: XML/HTML Devel 4 | desc: Lets through only files XML/HTML developer cares about 5 | 6 | ## This is an exclusive filter 7 | ## (it lets through only matching files) 8 | def: exclude 9 | 10 | ## Filters for filenames begin with f: 11 | ## Filters for directories begin with d: 12 | ## (Inline comments begin with " ##" and extend to the end of the line) 13 | 14 | f: \.xml$ ## XML files 15 | f: \.xslt$ 16 | f: \.dtd$ 17 | f: \.html$ ## HTML files 18 | f: \.htm$ 19 | f: \.css$ ## CSS style files 20 | f: \.gif$ ## Pictures 21 | f: \.bmp$ 22 | f: \.jpg$ 23 | f: \.png$ 24 | f: \.js$ ## Java-script 25 | 26 | d: \\*$ ## Subdirectories 27 | 28 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/IgnoreSectionMarkers.ini: -------------------------------------------------------------------------------- 1 | [set0] 2 | StartMarker=/* 3 | EndMarker=*/ 4 | InlineMarker=// 5 | FileType0=java 6 | FileType1=cs 7 | FileType2=cpp 8 | FileType3=c 9 | FileType4=h 10 | FileType5=cxx 11 | FileType6=cc 12 | FileType7=js 13 | FileType8=jsl 14 | FileType9=tli 15 | FileType10=tlh 16 | FileType11=rc 17 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Brazilian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Brazilian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Bulgarian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Bulgarian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Catalan.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Catalan.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/ChineseSimplified.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/ChineseSimplified.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/ChineseTraditional.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/ChineseTraditional.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Croatian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Croatian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Czech.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Czech.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Danish.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Danish.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Dutch.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Dutch.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/French.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/French.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Galician.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Galician.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/German.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/German.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Greek.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Greek.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Hungarian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Hungarian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Italian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Italian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Japanese.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Japanese.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Korean.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Korean.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Norwegian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Norwegian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Persian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Persian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Polish.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Polish.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Portuguese.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Portuguese.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Romanian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Romanian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Russian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Russian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Serbian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Serbian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Slovak.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Slovak.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Slovenian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Slovenian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Spanish.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Spanish.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Swedish.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Swedish.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Turkish.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Turkish.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Languages/Ukrainian.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Languages/Ukrainian.po -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z910U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z910U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z911.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z911.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z911U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z911U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z912.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z912.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z912U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z912U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z913.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z913.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z913U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z913U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z914.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z914.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z914U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z914U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z915.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z915.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z915U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z915U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z916.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z916.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z916U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z916U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z917.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z917.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z917U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z917U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z918.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z918.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z918U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z918U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z919.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z919.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z919U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z919U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z920.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z920.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Merge7z920U.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/Merge7z920U.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergeLang.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergeLang.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/CompareMSExcelFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/CompareMSExcelFiles.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/CompareMSWordFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/CompareMSWordFiles.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/DisplayXMLFiles.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/DisplayXMLFiles.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/IgnoreColumns.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/IgnoreColumns.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/IgnoreCommentsC.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/IgnoreCommentsC.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/IgnoreFieldsComma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/IgnoreFieldsComma.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/IgnoreFieldsTab.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/IgnoreFieldsTab.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/IgnoreLeadingLineNumbers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/IgnoreLeadingLineNumbers.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/WatchBeginningOfLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/WatchBeginningOfLog.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/WatchEndOfLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/MergePlugins/WatchEndOfLog.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/editor addin.sct: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 36 | 37 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/MergePlugins/insert datetime.sct: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 36 | 37 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Microsoft.VC90.CRT.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/Microsoft.VC90.MFC.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/WinMergeU.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/WinMergeU.exe -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/libexpat.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/libexpat.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/mfc90.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/mfc90.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/mfc90u.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/mfc90u.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/mfcm90.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/mfcm90.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/mfcm90u.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/mfcm90u.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/msvcm90.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/msvcm90.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/msvcp90.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/msvcp90.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/msvcr90.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/msvcr90.dll -------------------------------------------------------------------------------- /WinMergePortable/App/WinMerge/pcre.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/App/WinMerge/pcre.dll -------------------------------------------------------------------------------- /WinMergePortable/Data/settings/WinMerge.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Data/settings/WinMerge.reg -------------------------------------------------------------------------------- /WinMergePortable/Data/settings/WinMergePortableSettings.ini: -------------------------------------------------------------------------------- 1 | [WinMergePortableSettings] 2 | LastDrive=C: 3 | LastDirectory=\DESA\FOXBIN2PRG\WinMergePortable 4 | [PortableApps.comLauncherLastRunEnvironment] 5 | PAL:LastPortableAppsBaseDir=C:\DESA 6 | -------------------------------------------------------------------------------- /WinMergePortable/Other/Help/images/donation_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Other/Help/images/donation_button.png -------------------------------------------------------------------------------- /WinMergePortable/Other/Help/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Other/Help/images/favicon.ico -------------------------------------------------------------------------------- /WinMergePortable/Other/Help/images/help_background_footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Other/Help/images/help_background_footer.png -------------------------------------------------------------------------------- /WinMergePortable/Other/Help/images/help_background_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Other/Help/images/help_background_header.png -------------------------------------------------------------------------------- /WinMergePortable/Other/Help/images/help_logo_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/Other/Help/images/help_logo_top.png -------------------------------------------------------------------------------- /WinMergePortable/Other/Source/AppNamePortable.ini: -------------------------------------------------------------------------------- 1 | AdditionalParameters= 2 | DisableSplashScreen=false 3 | RunLocally=false 4 | 5 | # The above options are explained in the included readme.txt 6 | # This INI file is an example only and is not used unless it is placed as described in the included readme.txt 7 | -------------------------------------------------------------------------------- /WinMergePortable/Other/Source/PortableApps.comInstallerCustom.nsh: -------------------------------------------------------------------------------- 1 | !macro CustomCodePreInstall 2 | ${If} ${FileExists} "$INSTDIR\App\AppInfo\appinfo.ini" 3 | ReadINIStr $0 "$INSTDIR\App\AppInfo\appinfo.ini" "Version" "PackageVersion" 4 | ${VersionCompare} $0 "2.12.4.2" $1 5 | ${If} $1 == 2 ;Upgrading from version before 2.12.4.2 6 | ${AndIf} ${FileExists} "$INSTDIR\Data\settings\WinMerge.reg" 7 | WriteINIStr "$INSTDIR\Data\settings\WinMerge.reg" "HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge\Merge7z" '"Enable"' "dword:00000002" 8 | WriteINIStr "$INSTDIR\Data\settings\WinMerge.reg" "HKEY_CURRENT_USER\Software\Thingamahoochie\WinMerge" '"ContextMenuEnabled"' "dword:00000000" 9 | ${EndIf} 10 | ${EndIf} 11 | !macroend -------------------------------------------------------------------------------- /WinMergePortable/Other/Source/Readme.txt: -------------------------------------------------------------------------------- 1 | The base application's source code is available from the portable app's 2 | homepage listed in the help.html file (if applicable). 3 | 4 | Details of most other things are available there as well. 5 | 6 | LICENSE 7 | ======= 8 | 9 | This package's installer and launcher are released under the GPL. The launcher 10 | is the PortableApps.com Launcher, available with full source and documentation 11 | from http://portableapps.com/development. We request that developers using the 12 | PortableApps.com Launcher please leave this directory intact and unchanged. 13 | 14 | USER CONFIGURATION 15 | ================== 16 | 17 | Some configuration in the PortableApps.com Launcher can be overridden by the 18 | user in an INI file next to WinMergePortable.exe called WinMergePortable.ini. 19 | If you are happy with the default options, it is not necessary, though. There 20 | is an example INI included with this package to get you started. To use it, 21 | copy AppNamePortable.ini from this directory to WinMergePortable.ini next to 22 | WinMergePortable.exe. The options in the INI file are as follows: 23 | 24 | AdditionalParameters= 25 | DisableSplashScreen=false 26 | RunLocally=false 27 | 28 | (There is no need for an INI header in this file; if you have one, though, it 29 | won't damage anything.) 30 | 31 | The AdditionalParameters entry allows you to pass additional command-line 32 | parameters to the application. 33 | 34 | The DisableSplashScreen entry allows you to run the launcher without the splash 35 | screen showing up. The default is false. 36 | 37 | The RunLocally entry allows you to run the portable application from a read- 38 | only medium. This is known as Live mode. It copies what it needs to to a 39 | temporary directory on the host computer, runs the application, and then 40 | deletes it afterwards, leaving nothing behind. This can be useful for running 41 | the application from a CD or if you work on a computer that may have spyware or 42 | viruses and you'd like to keep your device set to read-only. As a consequence 43 | of this technique, any changes you make during the Live mode session aren't 44 | saved back to your device. The default is false. 45 | 46 | There may be other values also permitted in the user configuration file by the 47 | portable application; refer to help.html for any details of them. 48 | -------------------------------------------------------------------------------- /WinMergePortable/WinMergePortable.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/WinMergePortable/WinMergePortable.exe -------------------------------------------------------------------------------- /change_file_type.bat: -------------------------------------------------------------------------------- 1 | FOR /F "tokens=*" %%i IN ('dir /S /B *.prg') DO cm chgrevtype %%i -type=txt 2 | FOR /F "tokens=*" %%i IN ('dir /S /B *.??2') DO cm chgrevtype %%i -type=txt 3 | FOR /F "tokens=*" %%i IN ('dir /S /B *.??a') DO cm chgrevtype %%i -type=txt 4 | FOR /F "tokens=*" %%i IN ('dir /S /B *.cfg*') DO cm chgrevtype %%i -type=txt 5 | -------------------------------------------------------------------------------- /config.fpw: -------------------------------------------------------------------------------- 1 | CODEPAGE=1252 2 | -------------------------------------------------------------------------------- /docs/.gitignore: -------------------------------------------------------------------------------- 1 | # we use the exclude-all-include-special approach, easier then excluding any odd stuff later 2 | #exclude general 3 | *.* 4 | 5 | #include general 6 | # docs 7 | !*.md 8 | 9 | #include special 10 | #default git 11 | !*.gitignore 12 | -------------------------------------------------------------------------------- /docs/FoxBin2Prg_git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/FoxBin2Prg_git.md -------------------------------------------------------------------------------- /docs/pictures/.gitignore: -------------------------------------------------------------------------------- 1 | # we use the exclude-all-include-special approach, easier then excluding any odd stuff later 2 | #excluded in parent directory, we just add the stuff to include here 3 | 4 | #include general 5 | #grafics 6 | !*.gif 7 | !*.png 8 | -------------------------------------------------------------------------------- /docs/pictures/FoxBin2Prg_Full_Change_History_vfpxreleasesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/FoxBin2Prg_Full_Change_History_vfpxreleasesmall.png -------------------------------------------------------------------------------- /docs/pictures/FoxBin2prg_btn_donateCC_LG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/FoxBin2prg_btn_donateCC_LG.gif -------------------------------------------------------------------------------- /docs/pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_mnx_EN.png -------------------------------------------------------------------------------- /docs/pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/FoxBin2prg_scctextx-vs-FoxBin2Prg_scx_EN.png -------------------------------------------------------------------------------- /docs/pictures/FoxBin2prg_vfpxreleasesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/FoxBin2prg_vfpxreleasesmall.png -------------------------------------------------------------------------------- /docs/pictures/foxbin2prg_es_vfpxreleasesmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/foxbin2prg_es_vfpxreleasesmall.png -------------------------------------------------------------------------------- /docs/pictures/readme.md: -------------------------------------------------------------------------------- 1 | # FoxBin2Prg 2 | 3 | Project to generate text representations of VFP binary sources for source control 4 | 5 | ## Documentacion\github\pictures 6 | This folder containes the pictures for the reworked documentation resources for use with github repo. 7 | 8 | 9 | - [FoxBin2Prg](../FoxBin2Prg.md) 10 | 11 | ---- 12 | Last changed: _2021/03/03_ ![Picture](./pictures/vfpxpoweredby_alternative.gif) 13 | -------------------------------------------------------------------------------- /docs/pictures/vfpxbanner_small.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/vfpxbanner_small.gif -------------------------------------------------------------------------------- /docs/pictures/vfpxbanner_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/vfpxbanner_small.png -------------------------------------------------------------------------------- /docs/pictures/vfpxpoweredby_alternative.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/docs/pictures/vfpxpoweredby_alternative.gif -------------------------------------------------------------------------------- /docs/readme.md: -------------------------------------------------------------------------------- 1 | # FoxBin2Prg 2 | 3 | Project to generate text representations of VFP binary sources for source control 4 | 5 | ## Documentacion\github 6 | This folder containes the reworked documentation resources for use with github repo. 7 | 8 | Please Note: The spanish documents are removed, because the documents here represent the state of the development, 9 | and my spanish is good enough to order a beer. 10 | 11 | - [FoxBin2Prg](./FoxBin2Prg.md) 12 | 13 | ---- 14 | Last changed: _2021/08/30_ ![Picture](./pictures/vfpxpoweredby_alternative.gif) 15 | -------------------------------------------------------------------------------- /fb2p_diff.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/fb2p_diff.exe -------------------------------------------------------------------------------- /filename_caps.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/filename_caps.cfg -------------------------------------------------------------------------------- /filename_caps.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/filename_caps.exe -------------------------------------------------------------------------------- /filetypes.conf: -------------------------------------------------------------------------------- 1 | # PlasticSCM custom file types. 2 | # Syntax: : 3 | # Type can be 'txt' or 'bin'. 4 | # Examples: 5 | # .cpp:txt 6 | # .jpg:bin 7 | .cfg_:txt 8 | .cfg:txt 9 | .prg:txt 10 | .pj2:txt 11 | .vc2:txt 12 | .sc2:txt 13 | .fr2:txt 14 | .lb2:txt 15 | .db2:txt 16 | .dc2:txt 17 | .mn2:txt 18 | .vbs:txt -------------------------------------------------------------------------------- /foxbin2prg.cfg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/foxbin2prg.cfg.txt -------------------------------------------------------------------------------- /foxbin2prg.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/foxbin2prg.ico -------------------------------------------------------------------------------- /foxbin2prg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/foxbin2prg.jpg -------------------------------------------------------------------------------- /foxbin2prg.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fdbozzo/foxbin2prg/d6294c7b423fbc0d898fbe104b6bf368d17f798e/foxbin2prg.prg -------------------------------------------------------------------------------- /ignore.conf: -------------------------------------------------------------------------------- 1 | *.7z 2 | *.bak 3 | *.fxp 4 | *.lnk 5 | *.log 6 | *.mpx 7 | *.scc 8 | *.spx 9 | *.tbk 10 | *.zip 11 | */vfp_init.prg 12 | */includefilelist.txt 13 | !/ThorUpdater/*.* -------------------------------------------------------------------------------- /props_checkbox.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | DefTop 10 | DefLeft 11 | DefHeight 12 | DefWidth 13 | Top 14 | Left 15 | Height 16 | Width 17 | FontBold 18 | FontItalic 19 | FontName 20 | FontOutline 21 | FontShadow 22 | FontSize 23 | FontStrikethru 24 | FontUnderline 25 | FontCondense 26 | FontExtend 27 | FontCharSet 28 | Anchor 29 | WordWrap 30 | AutoSize 31 | Picture 32 | DownPicture 33 | DisabledPicture 34 | Alignment 35 | Centered 36 | BackStyle 37 | Caption 38 | Value 39 | ControlSource 40 | Enabled 41 | HelpContextID 42 | WhatsThisHelpID 43 | MousePointer 44 | MouseIcon 45 | SpecialEffect 46 | StatusBarText 47 | Style 48 | TabStop 49 | ToolTipText 50 | TerminateRead 51 | Visible 52 | PicturePosition 53 | PictureMargin 54 | PictureSpacing 55 | ColorSource 56 | ColorScheme 57 | ForeColor 58 | BackColor 59 | DisabledForeColor 60 | DisabledBackColor 61 | RightToLeft 62 | ReadOnly 63 | Themes 64 | Name 65 | -------------------------------------------------------------------------------- /props_collection.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Top 4 | Left 5 | Height 6 | Width 7 | KeySort 8 | Name 9 | -------------------------------------------------------------------------------- /props_combobox.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Anchor 21 | MaxLength 22 | DefTop 23 | DefLeft 24 | DefHeight 25 | DefWidth 26 | Alignment 27 | BoundColumn 28 | Picture 29 | PictureSelectionDisplay 30 | ColumnCount 31 | ColumnWidths 32 | RowSourceType 33 | RowSource 34 | DisplayValue 35 | Value 36 | ControlSource 37 | Enabled 38 | FirstElement 39 | Height 40 | HelpContextID 41 | WhatsThisHelpID 42 | ColumnLines 43 | IncrementalSearch 44 | Left 45 | Margin 46 | MousePointer 47 | MouseIcon 48 | NumberOfElements 49 | SelectOnEntry 50 | Sorted 51 | SpecialEffect 52 | StatusBarText 53 | Style 54 | TabIndex 55 | TabStop 56 | TerminateRead 57 | ToolTipText 58 | Top 59 | Visible 60 | Width 61 | RightToLeft 62 | HideSelection 63 | ColorSource 64 | ColorScheme 65 | ForeColor 66 | BackColor 67 | SelectedForeColor 68 | ItemForeColor 69 | ItemBackColor 70 | SelectedItemForeColor 71 | DisabledItemBackColor 72 | DisabledBackColor 73 | DisabledForeColor 74 | SelectedBackColor 75 | SelectedItemBackColor 76 | DisabledItemForeColor 77 | BorderColor 78 | NullDisplay 79 | Format 80 | InputMask 81 | ItemTips 82 | BorderStyle 83 | BoundTo 84 | IMEMode 85 | ReadOnly 86 | DisplayCount 87 | OLEDropTextInsertion 88 | Themes 89 | Name 90 | -------------------------------------------------------------------------------- /props_commandbutton.txt: -------------------------------------------------------------------------------- 1 | AutoSize 2 | Comment 3 | Tag 4 | OLEDragMode 5 | OLEDragPicture 6 | OLEDropMode 7 | OLEDropEffects 8 | DragMode 9 | DragIcon 10 | DefTop 11 | DefLeft 12 | DefHeight 13 | DefWidth 14 | Top 15 | Left 16 | Height 17 | Width 18 | FontBold 19 | FontItalic 20 | FontName 21 | FontOutline 22 | FontShadow 23 | FontSize 24 | FontStrikethru 25 | FontUnderline 26 | FontCondense 27 | FontExtend 28 | FontCharSet 29 | Anchor 30 | WordWrap 31 | Picture 32 | DownPicture 33 | DisabledPicture 34 | Cancel 35 | Caption 36 | Default 37 | Enabled 38 | HelpContextID 39 | WhatsThisHelpID 40 | MousePointer 41 | MouseIcon 42 | StatusBarText 43 | Style 44 | TabIndex 45 | TabStop 46 | ToolTipText 47 | TerminateRead 48 | Visible 49 | SpecialEffect 50 | PicturePosition 51 | PictureMargin 52 | PictureSpacing 53 | ColorSource 54 | ColorScheme 55 | ForeColor 56 | BackColor 57 | DisabledForeColor 58 | DisabledBackColor 59 | RightToLeft 60 | Themes 61 | Alignment 62 | Name 63 | -------------------------------------------------------------------------------- /props_commandgroup.txt: -------------------------------------------------------------------------------- 1 | AutoSize 2 | MemberClassLibrary 3 | MemberClass 4 | ButtonCount 5 | Comment 6 | Tag 7 | OLEDragMode 8 | OLEDragPicture 9 | OLEDropMode 10 | OLEDropEffects 11 | DragMode 12 | DragIcon 13 | Anchor 14 | DefTop 15 | DefLeft 16 | DefHeight 17 | DefWidth 18 | Top 19 | Left 20 | Height 21 | Width 22 | FontBold 23 | FontItalic 24 | FontName 25 | FontOutline 26 | FontShadow 27 | FontSize 28 | FontStrikethru 29 | FontUnderline 30 | FontCondense 31 | FontExtend 32 | FontCharSet 33 | BackStyle 34 | BorderStyle 35 | Value 36 | ControlSource 37 | WordWrap 38 | Picture 39 | DownPicture 40 | DisabledPicture 41 | Cancel 42 | Caption 43 | Default 44 | Enabled 45 | HelpContextID 46 | WhatsThisHelpID 47 | MousePointer 48 | MouseIcon 49 | SpecialEffect 50 | Style 51 | TabIndex 52 | TabStop 53 | TerminateRead 54 | Visible 55 | PicturePosition 56 | PictureMargin 57 | PictureSpacing 58 | ColorSource 59 | ColorScheme 60 | ForeColor 61 | BackColor 62 | BorderColor 63 | DisabledForeColor 64 | DisabledBackColor 65 | RightToLeft 66 | ToolTipText 67 | StatusBarText 68 | Themes 69 | Alignment 70 | Name 71 | -------------------------------------------------------------------------------- /props_container.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | Anchor 10 | DefTop 11 | DefLeft 12 | DefHeight 13 | DefWidth 14 | Top 15 | Left 16 | Width 17 | Height 18 | Picture 19 | BackStyle 20 | BorderWidth 21 | SpecialEffect 22 | Enabled 23 | Visible 24 | MousePointer 25 | MouseIcon 26 | TabStop 27 | HelpContextID 28 | WhatsThisHelpID 29 | ColorSource 30 | ForeColor 31 | BackColor 32 | BorderColor 33 | Style 34 | ToolTipText 35 | StatusBarText 36 | Name 37 | -------------------------------------------------------------------------------- /props_control.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | Anchor 10 | DefTop 11 | DefLeft 12 | DefHeight 13 | DefWidth 14 | Top 15 | Left 16 | Width 17 | Height 18 | Picture 19 | BackStyle 20 | BorderWidth 21 | SpecialEffect 22 | Enabled 23 | Visible 24 | MousePointer 25 | MouseIcon 26 | TabIndex 27 | TabStop 28 | HelpContextID 29 | WhatsThisHelpID 30 | ColorSource 31 | ForeColor 32 | BackColor 33 | BorderColor 34 | Style 35 | ToolTipText 36 | Name 37 | -------------------------------------------------------------------------------- /props_cursor.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Top 4 | Left 5 | Height 6 | Width 7 | Alias 8 | BufferModeOverride 9 | Order 10 | OrderDirection 11 | Database 12 | CursorSource 13 | Exclusive 14 | Filter 15 | ReadOnly 16 | NoDataOnLoad 17 | Name 18 | -------------------------------------------------------------------------------- /props_cursoradapter.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | UseDeDataSource 6 | SelectCmd 7 | UpdateCmd 8 | InsertCmd 9 | DeleteCmd 10 | AllowUpdate 11 | AllowInsert 12 | AllowDelete 13 | CursorSchema 14 | Alias 15 | BufferModeOverride 16 | DataSource 17 | DataSourceType 18 | InsertCmdDataSource 19 | InsertCmdDataSourceType 20 | UpdateCmdDataSource 21 | UpdateCmdDataSourceType 22 | DeleteCmdDataSource 23 | DeleteCmdDataSourceType 24 | Flags 25 | CompareMemo 26 | FetchAsNeeded 27 | FetchMemo 28 | Prepared 29 | SendUpdates 30 | BatchUpdateCount 31 | FetchSize 32 | MaxRecords 33 | UseMemoSize 34 | UpdateType 35 | WhereType 36 | KeyFieldList 37 | Tables 38 | UpdatableFieldList 39 | UpdateNameList 40 | ConversionFunc 41 | AllowSimultaneousFetch 42 | BreakOnError 43 | UpdateGramSchemaLocation 44 | ConflictCheckType 45 | ConflictCheckCmd 46 | MapVarchar 47 | MapBinary 48 | UseCursorSchema 49 | NoData 50 | TimestampFieldList 51 | InsertCmdRefreshFieldList 52 | InsertCmdRefreshKeyFieldList 53 | UpdateCmdRefreshFieldList 54 | UpdateCmdRefreshKeyFieldList 55 | RefreshTimestamp 56 | RefreshCmd 57 | RefreshCmdDataSource 58 | RefreshCmdDataSourceType 59 | InsertCmdRefreshCmd 60 | UpdateCmdRefreshCmd 61 | RefreshIgnoreFieldList 62 | FetchMemoDataSource 63 | FetchMemoDataSourceType 64 | FetchMemoCmdList 65 | UseTransactions 66 | ADOCodePage 67 | Name 68 | -------------------------------------------------------------------------------- /props_dataenvironment.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Top 4 | Left 5 | Width 6 | Height 7 | OpenViews 8 | AutoOpenTables 9 | AutoCloseTables 10 | InitialSelectedAlias 11 | DataSource 12 | DataSourceType 13 | Name 14 | -------------------------------------------------------------------------------- /props_editbox.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Anchor 21 | DefTop 22 | DefLeft 23 | DefHeight 24 | DefWidth 25 | AddLineFeeds 26 | Alignment 27 | AllowTabs 28 | BackStyle 29 | BorderStyle 30 | Enabled 31 | Format 32 | Height 33 | HelpContextID 34 | WhatsThisHelpID 35 | HideSelection 36 | Left 37 | Margin 38 | MaxLength 39 | MousePointer 40 | MouseIcon 41 | ReadOnly 42 | ScrollBars 43 | SelectOnEntry 44 | SpecialEffect 45 | StatusBarText 46 | TabIndex 47 | TabStop 48 | TerminateRead 49 | ToolTipText 50 | Top 51 | Visible 52 | Width 53 | PasswordChar 54 | EnableHyperlinks 55 | ColorSource 56 | ColorScheme 57 | ForeColor 58 | BackColor 59 | DisabledBackColor 60 | SelectedForeColor 61 | DisabledForeColor 62 | SelectedBackColor 63 | BorderColor 64 | Value 65 | ControlSource 66 | RightToLeft 67 | NullDisplay 68 | IntegralHeight 69 | IMEMode 70 | OLEDropTextInsertion 71 | Themes 72 | Name 73 | -------------------------------------------------------------------------------- /props_form.txt: -------------------------------------------------------------------------------- 1 | DataSession 2 | ScaleMode 3 | DefTop 4 | DefLeft 5 | DefHeight 6 | DefWidth 7 | Top 8 | Left 9 | Height 10 | Width 11 | Desktop 12 | ShowWindow 13 | ScrollBars 14 | ShowInTaskBar 15 | DoCreate 16 | Comment 17 | Tag 18 | OLEDragMode 19 | OLEDragPicture 20 | OLEDropMode 21 | OLEDropEffects 22 | ShowTips 23 | BufferMode 24 | AutoCenter 25 | Picture 26 | BorderStyle 27 | Caption 28 | ControlBox 29 | Closable 30 | FontBold 31 | FontCondense 32 | FontExtend 33 | FontItalic 34 | FontName 35 | FontOutline 36 | FontShadow 37 | FontSize 38 | FontStrikethru 39 | FontUnderline 40 | FontCharSet 41 | HalfHeightCaption 42 | MaxButton 43 | MinButton 44 | Movable 45 | MaxHeight 46 | MaxWidth 47 | MinHeight 48 | MinWidth 49 | MaxTop 50 | MaxLeft 51 | MDIForm 52 | MousePointer 53 | MouseIcon 54 | Visible 55 | ClipControls 56 | DrawMode 57 | DrawStyle 58 | DrawWidth 59 | FillStyle 60 | Enabled 61 | Icon 62 | KeyPreview 63 | TabIndex 64 | TabStop 65 | TitleBar 66 | WindowType 67 | WindowState 68 | LockScreen 69 | AlwaysOnTop 70 | AlwaysOnBottom 71 | SizeBox 72 | ZoomBox 73 | HelpContextID 74 | WhatsThisHelpID 75 | WhatsThisHelp 76 | WhatsThisButton 77 | RightToLeft 78 | DefOleLCID 79 | MacDesktop 80 | ColorSource 81 | ForeColor 82 | BackColor 83 | FillColor 84 | HScrollSmallChange 85 | VScrollSmallChange 86 | ContinuousScroll 87 | Themes 88 | BindControls 89 | AllowOutput 90 | Dockable 91 | Name 92 | -------------------------------------------------------------------------------- /props_formset.txt: -------------------------------------------------------------------------------- 1 | DataSession 2 | Comment 3 | Tag 4 | BufferMode 5 | AutoRelease 6 | Visible 7 | WindowList 8 | WindowType 9 | ReadSave 10 | ReadTimeout 11 | ReadMouse 12 | ReadCycle 13 | ReadLock 14 | Name 15 | -------------------------------------------------------------------------------- /props_grid.txt: -------------------------------------------------------------------------------- 1 | MemberClassLibrary 2 | MemberClass 3 | ColumnCount 4 | Comment 5 | Tag 6 | OLEDragPicture 7 | OLEDropMode 8 | OLEDropEffects 9 | DragMode 10 | DragIcon 11 | FontBold 12 | FontItalic 13 | FontName 14 | FontOutline 15 | FontShadow 16 | FontSize 17 | FontStrikethru 18 | FontUnderline 19 | FontCondense 20 | FontExtend 21 | FontCharSet 22 | Anchor 23 | DefTop 24 | DefLeft 25 | DefHeight 26 | DefWidth 27 | HeaderClassLibrary 28 | HeaderClass 29 | Alignment 30 | Caption 31 | Bound 32 | ColumnOrder 33 | ControlSource 34 | CurrentControl 35 | AllowAddNew 36 | AllowHeaderSizing 37 | AllowRowSizing 38 | ChildOrder 39 | DeleteMark 40 | Enabled 41 | Width 42 | Movable 43 | Resizable 44 | GridLines 45 | GridLineWidth 46 | HeaderHeight 47 | Height 48 | HelpContextID 49 | WhatsThisHelpID 50 | Highlight 51 | HighlightRow 52 | HighlightRowLineWidth 53 | Left 54 | LinkMaster 55 | MousePointer 56 | MouseIcon 57 | Panel 58 | PanelLink 59 | ReadOnly 60 | RecordMark 61 | RecordSource 62 | RecordSourceType 63 | RelationalExpr 64 | RowHeight 65 | Sparse 66 | Visible 67 | SelectOnEntry 68 | DynamicBackColor 69 | DynamicForeColor 70 | DynamicFontBold 71 | DynamicFontItalic 72 | DynamicFontName 73 | DynamicFontOutline 74 | DynamicFontSize 75 | DynamicFontShadow 76 | DynamicFontStrikethru 77 | DynamicFontUnderline 78 | DynamicAlignment 79 | DynamicCurrentControl 80 | DynamicInputMask 81 | Format 82 | InputMask 83 | ForeColor 84 | BackColor 85 | Picture 86 | WordWrap 87 | ScrollBars 88 | SplitBar 89 | StatusBarText 90 | TabIndex 91 | TabStop 92 | ToolTipText 93 | Top 94 | Value 95 | View 96 | Width 97 | Partition 98 | GridLineColor 99 | HighlightBackColor 100 | HighlightForeColor 101 | SelectedItemBackColor 102 | SelectedItemForeColor 103 | HighlightStyle 104 | RightToLeft 105 | LockColumns 106 | LockColumnsLeft 107 | AllowAutoColumnFit 108 | AllowCellSelection 109 | Themes 110 | Optimize 111 | Name 112 | -------------------------------------------------------------------------------- /props_grid_column.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | FontBold 4 | FontItalic 5 | FontName 6 | FontOutline 7 | FontShadow 8 | FontSize 9 | FontStrikethru 10 | FontUnderline 11 | FontCondense 12 | FontExtend 13 | FontCharSet 14 | HeaderClassLibrary 15 | HeaderClass 16 | Alignment 17 | Bound 18 | ColumnOrder 19 | ControlSource 20 | CurrentControl 21 | Enabled 22 | Width 23 | Movable 24 | Resizable 25 | ReadOnly 26 | Sparse 27 | Visible 28 | SelectOnEntry 29 | DynamicBackColor 30 | DynamicForeColor 31 | DynamicFontBold 32 | DynamicFontItalic 33 | DynamicFontName 34 | DynamicFontOutline 35 | DynamicFontSize 36 | DynamicFontShadow 37 | DynamicFontStrikethru 38 | DynamicFontUnderline 39 | DynamicAlignment 40 | DynamicCurrentControl 41 | DynamicInputMask 42 | Format 43 | InputMask 44 | ForeColor 45 | BackColor 46 | ToolTipText 47 | StatusBarText 48 | MousePointer 49 | MouseIcon 50 | Name 51 | -------------------------------------------------------------------------------- /props_grid_header.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | FontBold 4 | FontItalic 5 | FontName 6 | FontOutline 7 | FontShadow 8 | FontSize 9 | FontStrikethru 10 | FontUnderline 11 | FontCondense 12 | FontExtend 13 | FontCharSet 14 | Alignment 15 | Caption 16 | ForeColor 17 | BackColor 18 | Picture 19 | WordWrap 20 | ToolTipText 21 | StatusBarText 22 | MousePointer 23 | MouseIcon 24 | Name 25 | -------------------------------------------------------------------------------- /props_hyperlink.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Top 4 | Left 5 | Height 6 | Width 7 | Name 8 | -------------------------------------------------------------------------------- /props_image.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | Anchor 10 | DefTop 11 | DefLeft 12 | DefHeight 13 | DefWidth 14 | Picture 15 | Stretch 16 | BackStyle 17 | BorderStyle 18 | Enabled 19 | Height 20 | HelpContextID 21 | WhatsThisHelpID 22 | Left 23 | MousePointer 24 | MouseIcon 25 | Top 26 | Visible 27 | Width 28 | ColorSource 29 | BorderColor 30 | ToolTipText 31 | StatusBarText 32 | Themes 33 | Name 34 | -------------------------------------------------------------------------------- /props_label.txt: -------------------------------------------------------------------------------- 1 | AutoSize 2 | Comment 3 | Tag 4 | OLEDragMode 5 | OLEDragPicture 6 | OLEDropMode 7 | OLEDropEffects 8 | DragMode 9 | DragIcon 10 | FontBold 11 | FontItalic 12 | FontName 13 | FontOutline 14 | FontShadow 15 | FontSize 16 | FontStrikethru 17 | FontUnderline 18 | FontCondense 19 | FontExtend 20 | FontCharSet 21 | Anchor 22 | WordWrap 23 | DefTop 24 | DefLeft 25 | DefHeight 26 | DefWidth 27 | Alignment 28 | BackStyle 29 | BorderStyle 30 | Caption 31 | Height 32 | HelpContextID 33 | WhatsThisHelpID 34 | Left 35 | MousePointer 36 | MouseIcon 37 | Top 38 | Visible 39 | Width 40 | ColorSource 41 | ColorScheme 42 | ForeColor 43 | BackColor 44 | DisabledForeColor 45 | DisabledBackColor 46 | RightToLeft 47 | ToolTipText 48 | StatusBarText 49 | Style 50 | Rotation 51 | Name 52 | -------------------------------------------------------------------------------- /props_line.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | Anchor 10 | DefTop 11 | DefLeft 12 | DefHeight 13 | DefWidth 14 | BorderStyle 15 | BorderWidth 16 | DrawMode 17 | Height 18 | HelpContextID 19 | WhatsThisHelpID 20 | Left 21 | MousePointer 22 | MouseIcon 23 | Top 24 | Visible 25 | Width 26 | LineSlant 27 | ColorSource 28 | BorderColor 29 | ToolTipText 30 | StatusBarText 31 | PolyPoints 32 | Rotation 33 | Name 34 | -------------------------------------------------------------------------------- /props_listbox.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | DragMode 4 | DragIcon 5 | OLEDragMode 6 | OLEDragPicture 7 | OLEDropMode 8 | OLEDropEffects 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Anchor 21 | DefTop 22 | DefLeft 23 | DefHeight 24 | DefWidth 25 | BoundColumn 26 | Picture 27 | ColumnCount 28 | ColumnWidths 29 | RowSourceType 30 | RowSource 31 | Value 32 | ControlSource 33 | Enabled 34 | FirstElement 35 | Height 36 | HelpContextID 37 | WhatsThisHelpID 38 | ColumnLines 39 | IncrementalSearch 40 | Left 41 | MousePointer 42 | MouseIcon 43 | MoverBars 44 | MultiSelect 45 | NumberOfElements 46 | Sorted 47 | SpecialEffect 48 | StatusBarText 49 | TabIndex 50 | TabStop 51 | TerminateRead 52 | ToolTipText 53 | Top 54 | Visible 55 | Width 56 | ColorSource 57 | ColorScheme 58 | DisabledBackColor 59 | ItemForeColor 60 | ItemBackColor 61 | DisabledItemBackColor 62 | SelectedItemForeColor 63 | SelectedItemBackColor 64 | DisabledItemForeColor 65 | DisabledForeColor 66 | BorderColor 67 | RightToLeft 68 | IntegralHeight 69 | NullDisplay 70 | ItemTips 71 | BoundTo 72 | Themes 73 | AutoHideScrollbar 74 | Name 75 | -------------------------------------------------------------------------------- /props_olebound.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | DragMode 4 | DragIcon 5 | DefTop 6 | DefLeft 7 | DefHeight 8 | DefWidth 9 | Top 10 | Left 11 | Height 12 | Width 13 | Visible 14 | Enabled 15 | TabStop 16 | Anchor 17 | ControlSource 18 | Stretch 19 | MousePointer 20 | MouseIcon 21 | AutoSize 22 | Sizable 23 | HelpContextID 24 | WhatsThisHelpID 25 | HostName 26 | AutoVerbMenu 27 | AutoActivate 28 | ToolTipText 29 | StatusBarText 30 | Name 31 | -------------------------------------------------------------------------------- /props_optiongroup.txt: -------------------------------------------------------------------------------- 1 | AutoSize 2 | MemberClassLibrary 3 | MemberClass 4 | ButtonCount 5 | Comment 6 | Tag 7 | OLEDragMode 8 | OLEDragPicture 9 | OLEDropMode 10 | OLEDropEffects 11 | DragMode 12 | DragIcon 13 | FontBold 14 | FontItalic 15 | FontName 16 | FontOutline 17 | FontShadow 18 | FontSize 19 | FontStrikethru 20 | FontUnderline 21 | FontCondense 22 | FontExtend 23 | FontCharSet 24 | Anchor 25 | Picture 26 | DownPicture 27 | DisabledPicture 28 | PicturePosition 29 | PictureMargin 30 | PictureSpacing 31 | DefTop 32 | DefLeft 33 | DefHeight 34 | DefWidth 35 | Alignment 36 | BackStyle 37 | BorderStyle 38 | Caption 39 | Value 40 | ControlSource 41 | Enabled 42 | Height 43 | HelpContextID 44 | WhatsThisHelpID 45 | Left 46 | MousePointer 47 | MouseIcon 48 | SpecialEffect 49 | StatusBarText 50 | Style 51 | TabIndex 52 | TabStop 53 | TerminateRead 54 | ToolTipText 55 | Top 56 | Width 57 | WordWrap 58 | TabIndex 59 | Visible 60 | AutoSize 61 | ColorSource 62 | ColorScheme 63 | ForeColor 64 | BackColor 65 | BorderColor 66 | DisabledForeColor 67 | DisabledBackColor 68 | RightToLeft 69 | ToolTipText 70 | StatusBarText 71 | Themes 72 | Name 73 | -------------------------------------------------------------------------------- /props_optiongroup_option.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Anchor 21 | Picture 22 | DownPicture 23 | DisabledPicture 24 | PicturePosition 25 | PictureMargin 26 | PictureSpacing 27 | DefTop 28 | DefWidth 29 | Alignment 30 | BackStyle 31 | Caption 32 | Value 33 | ControlSource 34 | Enabled 35 | Height 36 | HelpContextID 37 | WhatsThisHelpID 38 | Left 39 | MousePointer 40 | MouseIcon 41 | SpecialEffect 42 | StatusBarText 43 | Style 44 | TabIndex 45 | TabStop 46 | TerminateRead 47 | ToolTipText 48 | Top 49 | Visible 50 | Width 51 | WordWrap 52 | AutoSize 53 | ColorSource 54 | ColorScheme 55 | ForeColor 56 | BackColor 57 | DisabledForeColor 58 | DisabledBackColor 59 | RightToLeft 60 | Themes 61 | Name 62 | -------------------------------------------------------------------------------- /props_pageframe.txt: -------------------------------------------------------------------------------- 1 | ErasePage 2 | MemberClassLibrary 3 | MemberClass 4 | PageCount 5 | TabStretch 6 | Comment 7 | Tag 8 | OLEDragMode 9 | OLEDragPicture 10 | OLEDropMode 11 | OLEDropEffects 12 | DragMode 13 | DragIcon 14 | Anchor 15 | TabStyle 16 | DefTop 17 | DefLeft 18 | DefHeight 19 | DefWidth 20 | ActivePage 21 | Enabled 22 | Top 23 | Left 24 | Width 25 | Height 26 | MousePointer 27 | MouseIcon 28 | Tabs 29 | TabStop 30 | Visible 31 | ColorSource 32 | RightToLeft 33 | HelpContextID 34 | WhatsThisHelpID 35 | TabOrientation 36 | Themes 37 | ToolTipText 38 | StatusBarText 39 | Name 40 | -------------------------------------------------------------------------------- /props_pageframe_page.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Caption 21 | Picture 22 | Enabled 23 | HelpContextID 24 | WhatsThisHelpID 25 | PageOrder 26 | ColorSource 27 | BackColor 28 | ForeColor 29 | ToolTipText 30 | StatusBarText 31 | MousePointer 32 | MouseIcon 33 | Name 34 | -------------------------------------------------------------------------------- /props_pre_v1_19_22.txt: -------------------------------------------------------------------------------- 1 | FRXDataSession 2 | ErasePage 3 | PageCount 4 | ActivePage 5 | ButtonCount 6 | ColumnCount 7 | Value 8 | Comment 9 | ControlSource 10 | DataSession 11 | DeleteMark 12 | ScaleMode 13 | Tag 14 | OLEDragMode 15 | OLEDragPicture 16 | OLEDropMode 17 | OLEDropEffects 18 | DragMode 19 | DragIcon 20 | Anchor 21 | DefTop 22 | DefLeft 23 | DefHeight 24 | DefWidth 25 | Picture 26 | Stretch 27 | BackStyle 28 | BorderStyle 29 | BorderWidth 30 | Enabled 31 | Top 32 | Left 33 | Height 34 | Width 35 | MousePointer 36 | MouseIcon 37 | Visible 38 | MaxLength 39 | Alias 40 | BufferModeOverride 41 | Order 42 | OrderDirection 43 | CursorSource 44 | Exclusive 45 | Filter 46 | Panel 47 | ReadOnly 48 | RecordSource 49 | RecordSourceType 50 | NoDataOnLoad 51 | OpenViews 52 | AutoOpenTables 53 | AutoCloseTables 54 | InitialSelectedAlias 55 | DataSource 56 | DataSourceType 57 | Desktop 58 | ShowWindow 59 | ScrollBars 60 | ShowInTaskBar 61 | DoCreate 62 | Tag 63 | ShowTips 64 | BufferMode 65 | AutoCenter 66 | AutoSize 67 | WordWrap 68 | Caption 69 | ControlBox 70 | Closable 71 | Curvature 72 | FontBold 73 | FontCondense 74 | FontExtend 75 | FontItalic 76 | FontName 77 | FontOutline 78 | FontShadow 79 | FontSize 80 | FontStrikethru 81 | FontUnderline 82 | HalfHeightCaption 83 | Margin 84 | MaxButton 85 | MinButton 86 | Movable 87 | MaxHeight 88 | MaxWidth 89 | MinHeight 90 | MinWidth 91 | MaxTop 92 | MaxLeft 93 | MDIForm 94 | ClipControls 95 | DrawMode 96 | DrawStyle 97 | DrawWidth 98 | FillStyle 99 | Icon 100 | KeyPreview 101 | TabIndex 102 | TabStop 103 | TitleBar 104 | WindowType 105 | WindowState 106 | LockScreen 107 | AlwaysOnTop 108 | AlwaysOnBottom 109 | SizeBox 110 | SpecialEffect 111 | ZoomBox 112 | ZOrderSet 113 | HelpContextID 114 | WhatsThisHelpID 115 | WhatsThisHelp 116 | WhatsThisButton 117 | RightToLeft 118 | DefOleLCID 119 | MacDesktop 120 | ColorSource 121 | ForeColor 122 | DisableForeColor 123 | BackColor 124 | FillColor 125 | HScrollSmallChange 126 | VScrollSmallChange 127 | ContinuousScroll 128 | BindControls 129 | AllowOutput 130 | Dockable 131 | _memberdata 132 | Themes 133 | -------------------------------------------------------------------------------- /props_projecthook.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | OLEDropMode 6 | OLEDropEffects 7 | Name 8 | -------------------------------------------------------------------------------- /props_relation.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | ParentAlias 6 | RelationalExpr 7 | ChildAlias 8 | ChildOrder 9 | OneToMany 10 | Name 11 | -------------------------------------------------------------------------------- /props_reportlistener.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | CurrentPass 6 | TwoPassProcess 7 | FRXDataSession 8 | PreviewContainer 9 | DynamicLineHeight 10 | CommandClauses 11 | AllowModalMessages 12 | QuietMode 13 | CurrentDataSession 14 | SendGDIPlusImage 15 | PrintJobName 16 | CallAdjustObjectSize 17 | CallEvaluateContents 18 | Name 19 | -------------------------------------------------------------------------------- /props_separator.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Top 4 | Left 5 | Height 6 | Width 7 | Enabled 8 | Style 9 | Visible 10 | Name 11 | -------------------------------------------------------------------------------- /props_shape.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | DefTop 10 | DefLeft 11 | DefHeight 12 | DefWidth 13 | Top 14 | Left 15 | Height 16 | Width 17 | Anchor 18 | BackStyle 19 | BorderStyle 20 | BorderWidth 21 | Curvature 22 | DrawMode 23 | FillStyle 24 | HelpContextID 25 | WhatsThisHelpID 26 | MousePointer 27 | MouseIcon 28 | ToolTipText 29 | StatusBarText 30 | Visible 31 | SpecialEffect 32 | ColorSource 33 | ColorScheme 34 | BackColor 35 | FillColor 36 | BorderColor 37 | Style 38 | PolyPoints 39 | Rotation 40 | Name 41 | -------------------------------------------------------------------------------- /props_spinner.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | Anchor 21 | DefTop 22 | DefLeft 23 | DefHeight 24 | DefWidth 25 | Alignment 26 | BorderStyle 27 | Enabled 28 | Height 29 | HelpContextID 30 | WhatsThisHelpID 31 | HideSelection 32 | Increment 33 | InputMask 34 | KeyboardHighValue 35 | KeyboardLowValue 36 | Left 37 | Margin 38 | MousePointer 39 | MouseIcon 40 | ReadOnly 41 | SelectOnEntry 42 | SpecialEffect 43 | SpinnerHighValue 44 | SpinnerLowValue 45 | StatusBarText 46 | TabIndex 47 | TabStop 48 | TerminateRead 49 | ToolTipText 50 | Top 51 | Visible 52 | Width 53 | Format 54 | ColorSource 55 | ColorScheme 56 | BackColor 57 | ForeColor 58 | DisabledBackColor 59 | SelectedForeColor 60 | DisabledForeColor 61 | SelectedBackColor 62 | BorderColor 63 | Value 64 | ControlSource 65 | RightToLeft 66 | NullDisplay 67 | OLEDropTextInsertion 68 | Themes 69 | Name 70 | -------------------------------------------------------------------------------- /props_textbox.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | OLEDragMode 4 | OLEDragPicture 5 | OLEDropMode 6 | OLEDropEffects 7 | DragMode 8 | DragIcon 9 | FontBold 10 | FontItalic 11 | FontName 12 | FontOutline 13 | FontShadow 14 | FontSize 15 | FontStrikethru 16 | FontUnderline 17 | FontCondense 18 | FontExtend 19 | FontCharSet 20 | DateFormat 21 | DateMark 22 | Century 23 | Hours 24 | Seconds 25 | StrictDateEntry 26 | Anchor 27 | DefTop 28 | DefLeft 29 | DefHeight 30 | DefWidth 31 | Alignment 32 | BackStyle 33 | BorderStyle 34 | Value 35 | ControlSource 36 | Enabled 37 | Format 38 | Height 39 | HelpContextID 40 | WhatsThisHelpID 41 | HideSelection 42 | InputMask 43 | Left 44 | Margin 45 | MaxLength 46 | MousePointer 47 | MouseIcon 48 | ReadOnly 49 | SelectOnEntry 50 | SpecialEffect 51 | StatusBarText 52 | TabIndex 53 | TabStop 54 | TerminateRead 55 | ToolTipText 56 | Top 57 | Visible 58 | Width 59 | Style 60 | MemoWindow 61 | OpenWindow 62 | PasswordChar 63 | EnableHyperlinks 64 | ColorSource 65 | ColorScheme 66 | ForeColor 67 | BackColor 68 | DisabledBackColor 69 | SelectedForeColor 70 | DisabledForeColor 71 | SelectedBackColor 72 | BorderColor 73 | RightToLeft 74 | NullDisplay 75 | IntegralHeight 76 | IMEMode 77 | OLEDropTextInsertion 78 | Themes 79 | AutoComplete 80 | AutoCompSource 81 | AutoCompTable 82 | Name 83 | -------------------------------------------------------------------------------- /props_timer.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | DefTop 4 | DefLeft 5 | DefHeight 6 | DefWidth 7 | Top 8 | Left 9 | Height 10 | Width 11 | Enabled 12 | Interval 13 | Name 14 | -------------------------------------------------------------------------------- /props_toolbar.txt: -------------------------------------------------------------------------------- 1 | ScaleMode 2 | Comment 3 | Tag 4 | OLEDragMode 5 | OLEDragPicture 6 | OLEDropMode 7 | OLEDropEffects 8 | DefTop 9 | DefLeft 10 | Caption 11 | DataSession 12 | Enabled 13 | HelpContextID 14 | WhatsThisHelpID 15 | KeyPreview 16 | Left 17 | LockScreen 18 | MousePointer 19 | MouseIcon 20 | Movable 21 | ShowTips 22 | Sizable 23 | Top 24 | Visible 25 | ColorSource 26 | ForeColor 27 | BackColor 28 | ControlBox 29 | ShowWindow 30 | Themes 31 | Name 32 | -------------------------------------------------------------------------------- /props_xmladapter.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | PreserveWhiteSpace 6 | NoCpTrans 7 | MapN19_4ToCurrency 8 | DisableEncode 9 | IsDiffgram 10 | XMLName 11 | XMLNamespace 12 | XMLPrefix 13 | FormattedOutput 14 | ForceCloseTag 15 | RespectCursorCP 16 | UTF8Encoded 17 | XMLSchemaLocation 18 | WrapMemoInCDATA 19 | WrapCharInCDATA 20 | Unicode 21 | MapVarchar 22 | MapBinary 23 | RespectNesting 24 | SelectionNamespaces 25 | XMLNameIsXPath 26 | DeclareXMLPrefix 27 | CodePage 28 | UseCodePage 29 | Name 30 | ***XMLField******** 31 | XSDtype 32 | XSDtotalDigits 33 | XSDfractionDigits 34 | XSDmaxLength 35 | IsAttribute 36 | DataType 37 | MaxLength 38 | FractionDigits 39 | NoCpTrans 40 | Unicode 41 | IsNull 42 | IsBinary 43 | IsBase64 44 | WrapInCDATA 45 | DisableEncode 46 | Keyfield 47 | Name 48 | ***XMLTable******* 49 | ChildTable 50 | NestedInto 51 | FirstNestedTable 52 | NextSiblingTable 53 | Name 54 | -------------------------------------------------------------------------------- /props_xmlfield.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | Alias 6 | XMLName 7 | XSDtype 8 | XSDtotalDigits 9 | XSDfractionDigits 10 | XSDmaxLength 11 | IsAttribute 12 | DataType 13 | MaxLength 14 | FractionDigits 15 | NoCpTrans 16 | Unicode 17 | IsNull 18 | IsBinary 19 | IsBase64 20 | WrapInCDATA 21 | DisableEncode 22 | Keyfield 23 | XMLNameIsXPath 24 | CodePage 25 | Name 26 | -------------------------------------------------------------------------------- /props_xmltable.txt: -------------------------------------------------------------------------------- 1 | Comment 2 | Tag 3 | Height 4 | Width 5 | Alias 6 | XMLName 7 | XMLNamespace 8 | XMLPrefix 9 | ChildTable 10 | NestedInto 11 | FirstNestedTable 12 | NextSiblingTable 13 | XMLNameIsXPath 14 | DeclareXMLPrefix 15 | CodePage 16 | Name 17 | --------------------------------------------------------------------------------