WinHugs Installer, slightly better GUI layout
Neil Mitchell <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <404396ef0510100536p1999e7dej5c3343fd7ce39cbe__41011.9156739258$1128947853$gmane$org@mail.gmail.com> |
Hi, Please remove winhugs/installer/installer.aps from the CVS, it appears to be a binary file which is purely a visual studio cache - if deleted visual studio recreates it. I should have not sent it to be checked in. The attached patch fixes 3 minor human user interface issues in the installer. It lays the checkboxes out slightly better, renames "..." to "Browse" and changes the text. No code changes. I talked to an HCI person. Thanks Neil _______________________________________________ Cvs-hugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-hugs
Installer_gui.patch
(application/octet-stream, 1.6 KB)
Index: src/winhugs/installer/Installer.rc
===================================================================
RCS file: /cvs/hugs98/src/winhugs/installer/Installer.rc,v
retrieving revision 1.1
diff -u -r1.1 Installer.rc
--- src/winhugs/installer/Installer.rc 6 Oct 2005 11:18:43 -0000 1.1
+++ src/winhugs/installer/Installer.rc 10 Oct 2005 12:35:07 -0000
@@ -63,8 +63,8 @@
CONTROL "",barTop,"Static",SS_ETCHEDHORZ,0,33,313,1
LTEXT "This will install WinHugs on your computer\n\nPlease select an installation directory.",
lblWelcome,7,42,154,25
- EDITTEXT txtEdit,7,74,263,12,ES_AUTOHSCROLL
- PUSHBUTTON "...",cmdBrowse,277,74,24,12
+ EDITTEXT txtEdit,7,74,232,12,ES_AUTOHSCROLL
+ PUSHBUTTON "Browse",cmdBrowse,247,73,54,14
PUSHBUTTON "Cancel",IDCANCEL,191,172,50,14
DEFPUSHBUTTON "Install",IDOK,251,172,50,14
CONTROL "Run program after installation",chkExecute,"Button",
@@ -76,9 +76,9 @@
7,176,155,10,WS_DISABLED
CONTROL "Progress2",prgBar,"msctls_progress32",NOT WS_VISIBLE,7,
74,294,12
- CONTROL "Register Haskell files (*.hs,*.lhs) with WinHugs",
+ CONTROL "Register Haskell files (*.hs,*.lhs) to open with WinHugs",
chkRegisterFiles,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,
- 124,294,10
+ 127,294,10
LTEXT "#",lblSpace,7,89,294,9
CONTROL 107,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,280,
7,21,20