Jump to content
mitzi

MiTeC DFM Editor 8.0.0

Recommended Posts

DFM Editor allows edit and create Borland Delphi VCL/FireMonkey Forms in text and binary format. It is compatible with all Borland/Codegear/Embarcadero development tools (Delphi, Builder, BDS, RAD).
DFM Editor can extracts forms from compiled executables and DLLs (or others Portable Executable files) by its extraction tool.
Syntax highlihting editor with code folding, object inspector and object tree view are tools that make work easier.
There's form preview tool available so you can view form in WYSIWYG mode.
DFM Editor allows also user packages (*.bpl) registration to make included components to be known to DFM Editor.

 

For more information see https://www.mitec.cz/dfm.html

 

DFM_001.png

DFM_002.png

Edited by mitzi
  • Like 1
  • Thanks 1

Share this post


Link to post

Is it possible to do manipulations like "multiply all 'Left' properties by 2" using this DFM Editor?

Share this post


Link to post
4 minutes ago, Lars Fosdal said:

This could be an interesting companion to VS Code with OmniPascal.

Or for IntelliJ IDEA Community Edition with I-Pascal plugin installed

Share this post


Link to post

@mitziJust downloaded your tool for curiosity 

Loaded a binary dfm, not text

so I got gibberish. plz fix it.

In my case, i get it right as binary>text 

Furthermore, check your properties they are wrong.

More how come you bring more properties that exist.?

Using the default?

 

Bit Button did not show on the form

finally nice layout

 

Edited by limelect

Share this post


Link to post

@mitzi I just found that your program loads only d10.4 bpl .

well in my case I load any bpl and if it has something to show

as you can see in the picture.

Sorry. No more debug

Screenshot - 20_10_2020 , 00_08_18.jpg

Edited by limelect

Share this post


Link to post

@Fr0sT.Brutal I am using my program a lot.

1. if you have a DFM in binary I can see it in text. Important.

2. Now for its use. In my case.

3. I can make a PAS file of a DFM.

4. If I have a form and it has a component that is not installed then I move the component to private copy the object on the dfm 

and create the component.

 If it does not have bmp it is easy.

Obviously the above can be done with text editor except #1.

5. Furthermore you can see the form and have an impression of how it looks.

6. All the above is true if you are trying to use some source you did not make.

7. In my case I mention only a small use.

8. If #1 is used I can save as text the dfm

9. Have you seen what inside a BPL,DLL.EXE? I can

Edited by limelect

Share this post


Link to post

@limelect thanks for explanations.

I got rid of binary DFMs completely since I started using VCS. Other cases aren't actual for me.

  • Like 1

Share this post


Link to post

@Fr0sT.Brutal You never used someone else source?

You got a binary dfm in it a component you do not have

but is a derivative of memo. 

You want to rename it.

Easy. Just use the binary as text rename the component

and then in pas you rename it too.

Easy now you can compile the form.

Otherwise no compilation.

P.S leave out properties that you cannot use.

Edited by limelect

Share this post


Link to post
1 hour ago, limelect said:

You got a binary dfm in it a component you do not have

but is a derivative of memo. 

I've never had to use components without sources neither had to modify forms inside. My regrets if you face this case often

  • Like 1

Share this post


Link to post
19 minutes ago, Fr0sT.Brutal said:

I've never had to use components without sources neither had to modify forms inside. My regrets if you face this case often

Had just one experience with it. A former employer used an encryption component for which they had no source. And the publisher of the component was out of business. We needed to move form D6 to D2006, so wrapped the component in a DLL and moved on.

 

Never use a component without source. Never.

  • Like 2

Share this post


Link to post
1 minute ago, limelect said:

@Bill Meyer Nice idea. I guess you made the dll in D6 and used it with D2006. Great.

Yes. The alternatives were ugly. Although the component supposedly implemented a standard encryption scheme, others which implemented the same yielded different results, and we had to support previously encrypted data in customers' systems.

Share this post


Link to post
Guest

@mitzi, Would you consider making it possible to select multiple bpl:s in one go? Maybe drag-and-drop to the modal setting form.

The tool GPF:s and misses more complicated structures, but perhaps it will work if the correct bpl's are loaded?

I'm trying to leverage DX ribbon and layoutcontrol. Not much luck at all.

Since they have so many bpl's in their "Lib" folder... i do not have the time to "pick" them all.

Thus i cannot determine if it is bugs/features, incapacity to deal with multiple layers (DX properties setup), or just me missing something.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×