summaryrefslogtreecommitdiff
path: root/MySpace/MySpace.rc
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/MySpace.rc')
-rw-r--r--MySpace/MySpace.rc39
1 files changed, 39 insertions, 0 deletions
diff --git a/MySpace/MySpace.rc b/MySpace/MySpace.rc
index 8d49b6f..0652d1a 100644
--- a/MySpace/MySpace.rc
+++ b/MySpace/MySpace.rc
@@ -104,12 +104,51 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
/////////////////////////////////////////////////////////////////////////////
//
+// Dialog
+//
+
+IDD_NICK DIALOGEX 0, 0, 339, 175
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "MySpace - Choose Nick Name"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,115,154,50,14,WS_DISABLED
+ PUSHBUTTON "Cancel",IDCANCEL,173,154,50,14
+ CTEXT "Before you can use the MySpace IM network, you must choose a unique nick name.",IDC_STATIC,92,23,154,35
+ EDITTEXT IDC_ED_NICK,124,57,113,14,ES_AUTOHSCROLL
+ RTEXT "NickName:",IDC_STATIC,67,60,51,8
+ PUSHBUTTON "Check if Available",IDC_BTN_CHECK,120,81,103,14,WS_DISABLED
+ CTEXT "Fill in the box above and click the button to see whether the nick name you have chosen is allowed.",IDC_ST_MSG,95,106,149,42
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON_PROTO ICON "icon1.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_NICK, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 332
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 168
+ END
+END
+#endif // APSTUDIO_INVOKED
+
#endif // English (Australia) resources
/////////////////////////////////////////////////////////////////////////////