📄 address.rc
字号:
LTEXT "Enter home-related information about this contact here.",
IDC_STATIC,40,14,246,8
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,8,32,303,1
LTEXT "Street Add&ress:",IDC_STATIC,7,42,52,8
EDITTEXT IDC_HOMESTREET,60,40,103,32,ES_MULTILINE | ES_WANTRETURN |
WS_VSCROLL
LTEXT "Cit&y:",IDC_STATIC,7,78,14,8
EDITTEXT IDC_HOMECITY,60,75,103,14,ES_AUTOHSCROLL
LTEXT "&State/Province:",IDC_STATIC,7,95,51,8
EDITTEXT IDC_HOMESTATE,60,92,103,14,ES_AUTOHSCROLL
LTEXT "&Zip Code:",IDC_STATIC,7,112,32,8
EDITTEXT IDC_HOMEPOSTALCODE,60,109,103,14,ES_AUTOHSCROLL
LTEXT "Co&untry:",IDC_STATIC,7,129,25,8
EDITTEXT IDC_HOMECOUNTRY,60,126,103,14,ES_AUTOHSCROLL
LTEXT "Pho&ne:",IDC_STATIC,178,42,24,8
EDITTEXT IDC_HOMEPHONE,208,40,103,14,ES_AUTOHSCROLL
LTEXT "Fa&x:",IDC_STATIC,178,61,14,8
EDITTEXT IDC_HOMEFAX,208,58,103,14,ES_AUTOHSCROLL
LTEXT "Ce&llular:",IDC_STATIC,178,78,26,8
EDITTEXT IDC_CARPHONE,208,75,103,14,ES_AUTOHSCROLL
LTEXT "Personal &Web Page:",IDC_STATIC,7,168,95,8
EDITTEXT IDC_PERSONALWEBPAGE,7,179,283,14,ES_AUTOHSCROLL
PUSHBUTTON "&Go",IDC_GOPERSONALWEBPAGE,293,179,18,14
END
IDD_BUSINESS DIALOG FIXED IMPURE 0, 0, 318, 202
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
CAPTION "Business"
FONT 8, "MS Shell Dlg"
BEGIN
ICON IDR_BUSINESS,IDR_BUSINESS,8,7,21,20
LTEXT "Enter business-related information about this contact here.",
IDC_STATIC,40,14,246,8
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,8,32,303,1
LTEXT "Co&mpany:",IDC_STATIC,7,40,33,8
EDITTEXT IDC_COMPANY,60,39,100,14,ES_AUTOHSCROLL
LTEXT "Street Add&ress:",IDC_STATIC,7,58,52,8
EDITTEXT IDC_BUSINESSSTREET,60,56,100,32,ES_MULTILINE |
ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
LTEXT "Cit&y:",IDC_STATIC,7,92,14,8
EDITTEXT IDC_BUSINESSCITY,60,91,100,14,ES_AUTOHSCROLL
LTEXT "&State/Province:",IDC_STATIC,7,109,51,8
EDITTEXT IDC_BUSINESSSTATE,60,108,100,14,ES_AUTOHSCROLL
LTEXT "&Zip Code:",IDC_STATIC,7,126,32,8
EDITTEXT IDC_BUSINESSPOSTALCODE,60,125,100,14,ES_AUTOHSCROLL
LTEXT "Co&untry:",IDC_STATIC,7,143,25,8
EDITTEXT IDC_BUSINESSCOUNTRY,60,142,100,14,ES_AUTOHSCROLL
LTEXT "&Job Title:",IDC_STATIC,170,40,30,8
EDITTEXT IDC_JOBTITLE,211,39,100,14,ES_AUTOHSCROLL
LTEXT "&Department:",IDC_STATIC,169,58,40,8
EDITTEXT IDC_DEPARTMENT,211,56,100,14,ES_AUTOHSCROLL
LTEXT "&Office:",IDC_STATIC,169,75,22,8
EDITTEXT IDC_OFFICELOCATION,211,74,100,14,ES_AUTOHSCROLL
LTEXT "Pho&ne:",IDC_STATIC,169,93,24,8
EDITTEXT IDC_BUSINESSPHONE,211,91,100,14,ES_AUTOHSCROLL
LTEXT "Fa&x:",IDC_STATIC,169,110,14,8
EDITTEXT IDC_BUSINESSFAX,211,109,100,14,ES_AUTOHSCROLL
LTEXT "P&ager:",IDC_STATIC,169,127,22,8
EDITTEXT IDC_PAGER,211,126,100,14,ES_AUTOHSCROLL
LTEXT "Business &Web Page:",IDC_STATIC,7,168,95,8
EDITTEXT IDC_BUSINESSWEBPAGE,7,179,283,14,ES_AUTOHSCROLL
PUSHBUTTON "&Go",IDC_GOBUSINESSWEBPAGE,293,179,18,14
END
#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "XBM\0"
VALUE "FileDescription", "Address Book\0"
VALUE "FileVersion", "1, 0, 0, 1\0"
VALUE "InternalName", "Address\0"
VALUE "LegalCopyright", "Copyright (C) 1999\0"
VALUE "OriginalFilename", "Address.EXE\0"
VALUE "ProductName", "Address Application\0"
VALUE "ProductVersion", "1, 0, 0, 1\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
#endif // !_MAC
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
IDD_ABOUTBOX, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 196
TOPMARGIN, 7
BOTTOMMARGIN, 187
END
IDD_ADDRESS_FORM, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 257
TOPMARGIN, 7
BOTTOMMARGIN, 148
END
IDD_GFX_CUSTOMIZECOL, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 305
TOPMARGIN, 7
BOTTOMMARGIN, 159
END
IDD_GFX_FORMATCOL, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 285
TOPMARGIN, 7
BOTTOMMARGIN, 139
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDP_OLE_INIT_FAILED "OLE initialization failed. Make sure that the OLE libraries are the correct version."
IDP_FAILED_TO_CREATE "Failed to create object. Make sure the object is entered in the system registry."
END
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
IDR_MAINFRAME "Address\n\nAddres\n\n\nAddress.Document\nAddres Document"
END
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
AFX_IDS_APP_TITLE "Address"
AFX_IDS_IDLEMESSAGE "Ready"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_INDICATOR_EXT "EXT"
ID_INDICATOR_CAPS "CAP"
ID_INDICATOR_NUM "NUM"
ID_INDICATOR_SCRL "SCRL"
ID_INDICATOR_OVR "OVR"
ID_INDICATOR_REC "REC"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_NEW "Add a new Contact\nNew"
ID_FILE_OPEN "Open an existing document\nOpen"
ID_FILE_CLOSE "Close the active document\nClose"
ID_FILE_SAVE "Save the active document\nSave"
ID_FILE_SAVE_AS "Save the active document with a new name\nSave As"
ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup"
ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup"
ID_FILE_PRINT "Print the active document\nPrint"
ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_FILE_MRU_FILE1 "Open this document"
ID_FILE_MRU_FILE2 "Open this document"
ID_FILE_MRU_FILE3 "Open this document"
ID_FILE_MRU_FILE4 "Open this document"
ID_FILE_MRU_FILE5 "Open this document"
ID_FILE_MRU_FILE6 "Open this document"
ID_FILE_MRU_FILE7 "Open this document"
ID_FILE_MRU_FILE8 "Open this document"
ID_FILE_MRU_FILE9 "Open this document"
ID_FILE_MRU_FILE10 "Open this document"
ID_FILE_MRU_FILE11 "Open this document"
ID_FILE_MRU_FILE12 "Open this document"
ID_FILE_MRU_FILE13 "Open this document"
ID_FILE_MRU_FILE14 "Open this document"
ID_FILE_MRU_FILE15 "Open this document"
ID_FILE_MRU_FILE16 "Open this document"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_EDIT_CLEAR "Erase the selection\nErase"
ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
ID_EDIT_FIND "Find the specified text\nFind"
ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
ID_EDIT_PASTE_LINK "Insert Clipboard contents and a link to its source\nPaste Link"
ID_EDIT_PASTE_SPECIAL "Insert Clipboard contents with options\nPaste Special"
ID_EDIT_REPEAT "Repeat the last action\nRepeat"
ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
ID_EDIT_UNDO "Undo the last action\nUndo"
ID_EDIT_REDO "Redo the previously undone action\nRedo"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar"
ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_OLE_INSERT_NEW "Insert new embedded object\nNew Object"
ID_OLE_EDIT_LINKS "Edit linked objects\nEdit Links"
ID_OLE_EDIT_CONVERT "Convert object to different type\nConvert Object"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_OLE_VERB_FIRST "Activate embedded or linked object"
57873 "Activate embedded or linked object"
57874 "Activate embedded or linked object"
57875 "Activate embedded or linked object"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCSIZE "Change the window size"
AFX_IDS_SCMOVE "Change the window position"
AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_SCRESTORE "Restore the window to normal size"
AFX_IDS_SCTASKLIST "Activate Task List"
END
STRINGTABLE DISCARDABLE
BEGIN
AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview"
IDS_ABOUT "Address book helps you look up your addresses\r\nfrom the system tray. \r\nIt is quite useful in that way 慶ause it stays out\r\nof the way and is easily accessible when needed. \r\nDouble clicking on the URL will start the default \r\nweb browser and take you to that URL. \r\nDouble clicking on the phone number will dial\r\nthat number. \r\nEvery column supports sorting and can be\r\ncustomized to your needs. \r\nPreview will display the notes associated with each\r\nrecord. \r\nThis program can also import Comma Separated Values\r\n(*csv) text files of Outlook Express. \r\n\r\nThis program was developed using Visual C++ 6.0. \r\nYou can send your comments to\r\n xavier_john@yahoo.com\r\n\r\n*** Legal Stuff ***\r\nThis software is provided ""as is"" without express or \r\nimplied warranty.\r\nUse it at your own risk! The author accepts no liability \r\nfor any damage/loss."
END
STRINGTABLE DISCARDABLE
BEGIN
ID_GFX_FORMATHEADER "Format column\nFormat column"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_TRAYADDRESS "Place in Tray\nPlace in Tray"
ID_DELETE "Delete Contact\nDelete"
ID_MODIFY "Show Properties\nProperties"
ID_DISPLAYADDRESS "Display Address\nDisplay Address"
ID_IMPORT "Import a comma seprated address file"
ID_FORMATHEADER "Customize column order"
ID_CUSTOMIZEHEADER "Customize Header information."
ID_HEADERFORMAT "Format column headers"
ID_AUTOPREVIEW "View Notes\nNotes"
ID_PROPERTIES "Show Properties\nProperties"
END
STRINGTABLE DISCARDABLE
BEGIN
ID_DIAL "Dial Phone Number\nDial"
ID_DIALHOME "Dial home number."
ID_DIALBUSINESS "Dial Business Number."
ID_EMAIL "Send an e-mail\nE-Mail"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif
#include "res\Address.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#include "afxprint.rc" // printing/print preview resources
#include "afxolecl.rc" // OLE container resources
#include "afxdb.rc" // Database resources
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -