summaryrefslogtreecommitdiff
path: root/groupexplode/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'groupexplode/resource.rc')
-rw-r--r--groupexplode/resource.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/groupexplode/resource.rc b/groupexplode/resource.rc
new file mode 100644
index 0000000..31ddf19
--- /dev/null
+++ b/groupexplode/resource.rc
@@ -0,0 +1,17 @@
+#include <windows.h>
+#include "resource.h"
+
+GR_DIALOG DIALOG 100, 100, 200, 85
+ STYLE WS_POPUP | WS_BORDER
+ CAPTION "Group Exploder"
+ FONT 8,"MS Shell Dlg"
+{
+ LTEXT "Select group to explode:", IDC_STATIC, 10, 10, 180, 12
+
+ COMBOBOX IDC_GROUP, 10, 20, 180, 200, CBS_DROPDOWNLIST | WS_TABSTOP
+
+ AUTOCHECKBOX "Remove Original Group", IDC_RMORIG, 10,40,180,18
+
+ PUSHBUTTON "OK", IDC_OKBUT, 10,60,80,18
+ PUSHBUTTON "Cancel", IDC_CANCELBUT, 110,60,80,18
+}