Revamp the auto-layout of PuTTY configuration box controls. They are
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 5 Oct 2000 17:19:04 +0000 (17:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 5 Oct 2000 17:19:04 +0000 (17:19 +0000)
commitd4dcbf569b6ede76fe107268168cf852b9452360
treed76b9716935846f9fa8b6233196e170045fb9fff
parenta4e14164742bbf69bfc294167fd46e203f7eacdd
Revamp the auto-layout of PuTTY configuration box controls. They are
now auto-laid-out at runtime instead of compile time. Byebye
win_res.inp and mkres.c; byebye most of win_res.rc; hello a whole
new load of control-creation functions in windlg.c. Also, now that
we're creating the tab control at runtime, we can check to see if it
succeeded and use an alternative if so. This _should_ enable the
config box to work on Win32s, although at the time of checkin that's
untested.

git-svn-id: svn://svn.tartarus.org/sgt/putty@673 cda61777-01e9-0310-a592-d414129be87e
mkres.c [deleted file]
win_res.h
win_res.inp [deleted file]
win_res.rc
windlg.c