summaryrefslogtreecommitdiff
path: root/meta2/meta2.rc
diff options
context:
space:
mode:
Diffstat (limited to 'meta2/meta2.rc')
-rw-r--r--meta2/meta2.rc50
1 files changed, 50 insertions, 0 deletions
diff --git a/meta2/meta2.rc b/meta2/meta2.rc
index 018a2fe..2fac00d 100644
--- a/meta2/meta2.rc
+++ b/meta2/meta2.rc
@@ -140,6 +140,56 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS
/////////////////////////////////////////////////////////////////////////////
//
+// Dialog
+//
+
+IDD_HISTIMPORT DIALOGEX 0, 0, 279, 201
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Import Contacts"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ DEFPUSHBUTTON "OK",IDOK,90,180,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,147,180,50,14
+ LTEXT "Old-style MetaContacts have been detected in your database. Press 'OK' to import these contacts, or press cancel to ignore them.\n\nImporting history may take a while.",IDC_STATIC,53,23,178,63
+ CONTROL "Import history from old MetaContacts into new ones",IDC_RAD_HISTMETA,
+ "Button",BS_AUTORADIOBUTTON,52,106,212,10
+ CONTROL "Merge subcontact history into new MetaContact history",IDC_RAD_HISTSUB,
+ "Button",BS_AUTORADIOBUTTON,52,126,212,10
+ CONTROL "Do not import history",IDC_RAD_HISTNONE,"Button",BS_AUTORADIOBUTTON,52,147,212,10
+END
+
+IDD_COPYPROGRESS DIALOGEX 0, 0, 186, 90
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
+CAPTION "History Copy"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+ CONTROL "Progress1",IDC_PROG,"msctls_progress32",0x0,28,53,130,13
+ CTEXT "Please wait while the contact's history is copied.",IDC_STATIC,9,13,167,8
+ CTEXT "",IDC_ED_MESSAGE,10,30,167,8
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_HISTIMPORT, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 272
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 194
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
// Icon
//