Skip to content

Commit 7cbc1f7

Browse files
committed
Component Commit
Some free delphi components have been added
1 parent 46f4d72 commit 7cbc1f7

38 files changed

+5710
-0
lines changed

Other/EditPack/Convert_forms.bat

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@echo Converts all Delphi 5/6 forms (text) in this forlder to Delphi 3/4 binary forms.
2+
@echo.
3+
@echo Note: if you get an error: 'Bad command ..' edit the bat-file.
4+
rename *.dfm *.tmp
5+
6+
@rem Add the full path to convert.exe in the line below if you get an error: 'Bad command....'
7+
@rem Then rerun the bat-file.
8+
@rem ------------------------------------------------------------------------------------------------------
9+
convert.exe *.tmp
10+
@rem ------------------------------------------------------------------------------------------------------
11+
12+
del *.tmp
13+
@pause

Other/EditPack/PBBinHexEdit.dcr

1.69 KB
Binary file not shown.

0 commit comments

Comments
 (0)