]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - res.rc
* desktop.cc: added logic to handle to the new dialog and to
[cygwin-apps/setup.git] / res.rc
diff --git a/res.rc b/res.rc
index 152ff1720505428dd842648875eb73555f433b26..2e155c930c50b9469649fe8993ac58055d3e285b 100644 (file)
--- a/res.rc
+++ b/res.rc
@@ -228,6 +228,21 @@ BEGIN
 END
 
 
+IDD_DESKTOP DIALOG DISCARDABLE  0, 0, 215, 95
+STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Cygwin Setup"
+FONT 8, "MS Sans Serif"
+BEGIN
+    DEFPUSHBUTTON   "Next -->",IDOK,100,75,45,15
+    PUSHBUTTON      "Cancel",IDCANCEL,165,75,45,15
+    PUSHBUTTON      "<-- Back",IDC_BACK,55,75,45,15
+    ICON            IDI_CYGWIN,IDC_STATIC,5,5,20,20
+    CONTROL         "Create Desktop Icon",IDC_ROOT_DESKTOP,"Button",
+         BS_AUTOCHECKBOX,55,25,100,8
+    CONTROL         "Add to Start Menu",IDC_ROOT_MENU,"Button",
+         BS_AUTOCHECKBOX,55,40,100,8
+END
+
 #ifdef APSTUDIO_INVOKED
 /////////////////////////////////////////////////////////////////////////////
 //
This page took 0.023145 seconds and 5 git commands to generate.