Just checked out version 1.33. Nice work! It looks really good so far. I do have some suggestions, however, most of which wouldn't be terribly difficult to implement:
Resource Window
----------------
Right click menu: when right-clicking a resource in the list box, highlight it and include in the context menu an option that says "Open" (and to keep with the windows user interface, it should be set as the default menu item, if you can do that with delphi).
Logic Editor
-----------
Tabs: handle the case of a user pressing the tab key, and make it optional whether doing so inserts spaces or tabs...might be good to have an option of how many spaces are inserted, too
Selection Indenting: (nice feature by the way), a good short-cut for selection indenting would be the tab key...I've seen many editors that use this shortcut...the corresponding shortcut for "outdenting" would be shift-tab
Syntax highlighting: customizable colors would be really nice; I'm not real big on the current handling of the #define directive...in all C/C++ editors I've seen, #define is treated like a keyword. Obviously, that's not a pressing concern and I'd probably get used to it if you decided to keep it coloring the entire line, but right now I'm used to the C/C++ way.
Margin, line-numbering, and column 80 indicator: all very nice features, but it would be nice to be able to turn them off, because they can be distracting
View Editor
-----------
A "play" button that animates a view until a "stop" button is pressed.
It would also be really cool to have indicators that tell you your current x and y position, in AGI coordinates
I implemented a View viewer a while back with these features (using C++), so I know they're not horribly difficult.
An append/insert multiple menu item for the loop and cel menus, or a shortcut key for appending/inserting loops and cels. It's a pain to have to use the menu to do that.
General
-------
More shortcut keys. I don't know about anybody else, but I try to avoid using the mouse whenever I can.
Check for duplicate mnemonics in menus, it causes the menus to not open when you press an alt-key combination.
I am also experiencing the bug where the logic window and the WORDS.TOK editor window lose their minimize, maximize, and close buttons. I'm running Windows 98 SE with IE 6 and all the latest updates to both.
I know that's kind of a lot of suggestions, but I think they would make the program even better than it's already looking. Keep up the good work.