I can post a few screenscrapes but your best bet is to look at one of the Video Tutorials
here. The tutorials are recorded WebEx sessions and you can just sit back and watch the moderator drive the configuration tool (Premise Builder). I suggest you look at "Introductory_Programming" and fast-forward past the PowerPoint slides to time-mark 11:15.
Builder looks like it was inspired by the tool that was probably used to create Premise, Visual Studio. Lots of dockable windows showing treeviews, properties, etc all orbiting a central "workspace". It is easy to imagine that if Premise were still alive, Builder would look a lot like VS 2008.
Builder lets you assemble all of the objects contained in a house, bind them to drivers, add programming logic, test and debug the logic, backup all or part of the configuration. It provides several tools to help debug problems ... many are familiar to anyone who uses VS or some other IDE:
Watch Window - watch the state of an object during code execution.
Debugger - set breakpoints.
Code Completion - so you don't have to memorize an object's methods and properties.
Port Spy - see what's being transmitted/received on a port.
Transaction Viewer - watch the execution sequence and an object's properties while your code runs.
Get half of this into the config tool for Automation Engine and you'll have a winner!