diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-24 17:57:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-24 17:57:46 +0000 |
commit | 9628bd0e796e0713377373863b962e3594204045 (patch) | |
tree | 92cc3afab82c75765cf038d00193a1679655d33a /plugins/Import/res/resource.rc | |
parent | f4686842d390f8d5a2231f540c68b177111c7f87 (diff) |
new import plugin for Miranda NG
git-svn-id: http://svn.miranda-ng.org/main/trunk@1166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/res/resource.rc')
-rw-r--r-- | plugins/Import/res/resource.rc | 54 |
1 files changed, 3 insertions, 51 deletions
diff --git a/plugins/Import/res/resource.rc b/plugins/Import/res/resource.rc index 103ad9c908..3ad1b1111a 100644 --- a/plugins/Import/res/resource.rc +++ b/plugins/Import/res/resource.rc @@ -60,23 +60,19 @@ BEGIN 210,8
CONTROL "From a Miranda IM database.",IDC_MIRANDA,"Button",
BS_AUTORADIOBUTTON,11,31,204,10
- CONTROL "From a Mirabilis ICQ (99a - 2003a) database.",
- IDC_MIRABILIS,"Button",BS_AUTORADIOBUTTON,11,46,204,10
- CONTROL "Use the Find/Add contacts tool to populate my contact list.",
- IDC_USEFINDADD,"Button",BS_AUTORADIOBUTTON,11,61,204,10
END
IDD_WIZARDINTRO DIALOGEX 0, 0, 220, 114
STYLE DS_SETFONT | DS_FIXEDSYS | DS_3DLOOK | DS_CONTROL | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "This wizard will help you import contacts and message history from Mirabilis ICQ, as well as letting you import from other Miranda IM profiles.",
+ LTEXT "This wizard will help you import contacts and message history from another Miranda profile or from an external program.",
IDC_STATIC,33,12,182,32
ICON IDI_IMPORT,IDC_STATIC,5,12,20,20
LTEXT "Click ""Next"" to choose the information you wish to import, or click ""Cancel"" to exit the wizard and continue using Miranda.",
IDC_STATIC,33,49,182,25
- CTEXT "It is recommended that you create a backup of your current Miranda profile before importing.",
- IDC_STATIC,30,81,182,21
+ LTEXT "It is recommended that you create a backup of your current Miranda profile before importing.",
+ IDC_STATIC,33,81,182,21
END
IDD_FINISHED DIALOGEX 0, 0, 220, 114
@@ -95,24 +91,6 @@ BEGIN IDC_STATIC,5,69,210,24
END
-IDD_MIRABILISDB DIALOGEX 0, 0, 220, 114
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_3DLOOK | DS_CONTROL | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LTEXT "Miranda has found Mirabilis ICQ databases corresponding to the following ICQ numbers. Please select the one you wish to import, or click ""Other Database"" if your database is not listed.",
- IDC_STATIC,5,5,210,24
- LISTBOX IDC_LIST,5,31,210,36,LBS_SORT | LBS_NOINTEGRALHEIGHT |
- WS_VSCROLL | WS_TABSTOP
- PUSHBUTTON "&Other Database...",IDC_OTHER,149,69,66,14
- RTEXT "&Filename:",IDC_STATIC,5,88,34,8
- EDITTEXT IDC_FILENAME,42,86,173,12,ES_AUTOHSCROLL
- CTEXT "Warning: Mirabilis ICQ running. Import may not be reliable.",
- IDC_MIRABILISRUNNING,5,101,210,8
- RTEXT "&Account:",IDC_STATIC,6,74,34,8
- COMBOBOX IDC_MIRABILISACCOUNT,42,71,102,30,CBS_DROPDOWNLIST |
- WS_VSCROLL | WS_TABSTOP
-END
-
IDD_MIRANDADB DIALOGEX 0, 0, 220, 114
STYLE DS_SETFONT | DS_FIXEDSYS | DS_3DLOOK | DS_CONTROL | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x1
@@ -168,16 +146,6 @@ BEGIN IDC_STATIC_CUSTOM,26,84,187,16,WS_DISABLED
END
-IDD_ICQSERVER DIALOGEX 0, 0, 220, 114
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LTEXT "Miranda has now been configured to automatically download the contacts in your server-side contact list the next time you connect to ICQ.",
- IDC_STATIC,7,9,206,31
- LTEXT "If you want to change the way Miranda handles server-side contacts at a later time, you can do this in the ""ICQ Contacts"" page in the Miranda options.",
- IDC_STATIC,7,44,206,37
-END
-
IDD_ADVOPTIONS DIALOGEX 0, 0, 220, 114
STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
FONT 8, "MS Shell Dlg", 0, 0, 0x0
@@ -250,14 +218,6 @@ BEGIN BOTTOMMARGIN, 109
END
- IDD_MIRABILISDB, DIALOG
- BEGIN
- LEFTMARGIN, 5
- RIGHTMARGIN, 215
- TOPMARGIN, 5
- BOTTOMMARGIN, 109
- END
-
IDD_MIRANDADB, DIALOG
BEGIN
LEFTMARGIN, 3
@@ -290,14 +250,6 @@ BEGIN BOTTOMMARGIN, 111
END
- IDD_ICQSERVER, DIALOG
- BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 213
- TOPMARGIN, 7
- BOTTOMMARGIN, 107
- END
-
IDD_ADVOPTIONS, DIALOG
BEGIN
VERTGUIDE, 10
|