#define WIN31 #include "main.h" #include //#include "control.rcv" COLORICON ICON PRELOAD color.ico PRNICON ICON PRELOAD printman.ico INTLICON ICON PRELOAD intl.ico DESKTOPICON ICON PRELOAD desktop.ico FONTICON ICON PRELOAD font.ico PORTSICON ICON PRELOAD ports.ico KEYBRDICON ICON PRELOAD keybd.ico MOUSEICON ICON PRELOAD mouse.ico DATETIMEICON ICON PRELOAD date.ico SYSTEMICON ICON PRELOAD system.ico TYPE1ICON ICON PRELOAD type1.ico CP_ACCEL ACCELERATORS PRELOAD BEGIN VK_F1, MENU_INDHELP, VIRTKEY END #ifdef SAVE DLG_PROGRESS DIALOG 132, 64, 250, 42 CAPTION "Progress" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP FONT 8 "MS Shell Dlg" BEGIN CTEXT "Converting *.pfb to TrueType" ID_PROGRESSMSG, 0, 10, 245, 9 CONTROL "", ID_BAR, "cpProgress", WS_CHILD | SS_BLACKFRAME, 35, 24, 180, 13 END DLG_PROGRESS DIALOG 132, 64, 250, 76 CAPTION "Install Font Progress" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_VISIBLE FONT 8 "MS Shell Dlg" BEGIN CTEXT "" ID_INSTALLMSG, 4, 10, 242, 9 CONTROL "", ID_OVERALL, "cpProgress", WS_CHILD | SS_BLACKFRAME, 35, 22, 180, 13 CTEXT "" ID_PROGRESSMSG, 4, 40, 242, 9 CONTROL "", ID_BAR, "cpProgress", WS_CHILD | SS_BLACKFRAME, 35, 55, 180, 13 END #endif // SAVE DLG_PROGRESS DIALOG 132, 64, 250, 102 CAPTION "Install Font Progress" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_VISIBLE FONT 8 "MS Shell Dlg" BEGIN CTEXT "" ID_INSTALLMSG, 4, 10, 242, 9 CONTROL "", ID_OVERALL, "cpProgress", WS_CHILD | SS_BLACKFRAME, 35, 22, 180, 13 CTEXT "" ID_PROGRESSMSG, 4, 40, 242, 9 CONTROL "", ID_BAR, "cpProgress", WS_CHILD | SS_BLACKFRAME, 35, 55, 180, 13 PUSHBUTTON "Cancel", IDCANCEL, 104, 80, 42, 14 END DLG_COLORSAVE DIALOG 132, 64, 144, 74 CAPTION "Save Scheme" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN CTEXT "Save this color scheme as" -1, 0, 5, 144, 9 EDITTEXT COLOR_SAVE, 10, 34, 124, 14, ES_AUTOHSCROLL DEFPUSHBUTTON "OK" IDOK, 33, 55, 32, 14, WS_GROUP PUSHBUTTON "Cancel" IDCANCEL, 73, 55, 32, 14, WS_GROUP END #define BS_PICKBOX (BS_OWNERDRAW | WS_CHILD) #define SS_PICKBOX (SS_USERITEM | WS_CHILD) DLG_COLOR DIALOG LOADONCALL MOVEABLE DISCARDABLE 2, 0, 300, 194 CAPTION "Color" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN GROUPBOX "Color &Schemes", -1, 4, 2, 138, 44 COMBOBOX COLOR_SCHEMES, 6, 14, 134, 54, CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP PUSHBUTTON "S&ave Scheme", COLOR_SAVE, 6, 30, 64, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Re&move Scheme", COLOR_REMOVE, 76, 30, 64, 14, WS_GROUP|WS_TABSTOP CONTROL "", COLOR_SAMPLES, "static", SS_USERITEM | WS_CHILD, 4, 48, 138, 112 PUSHBUTTON "Color &Palette >>", COLOR_TUNE, 4, 162, 138, 14, WS_TABSTOP | WS_GROUP DEFPUSHBUTTON "OK", IDOK, 4, 178, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 53, 178, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 102, 178, 40, 14, WS_GROUP | WS_TABSTOP LTEXT "Screen &Element:", -1, 154, 2, 128, 9 COMBOBOX COLOR_ELEMENT, 154, 12, 114, 62, CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP #define PICKY 42 LTEXT "&Basic Colors:", -1, 154, 32, 128, 9 CONTROL "", COLOR_BOX1, "static", SS_PICKBOX | WS_TABSTOP | WS_GROUP, 154, PICKY, 140, 86 LTEXT "&Custom Colors:", -1, 154, PICKY+92, 128, 9 CONTROL "", COLOR_CUSTOM1, "static", SS_PICKBOX | WS_TABSTOP | WS_GROUP, 154, PICKY+102, 140, 28 PUSHBUTTON "&Define Custom Colors...", COLOR_MIX, 154, 178, 140, 14, WS_TABSTOP | WS_GROUP END DLG_RAINBOW DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 0, 150, 190 CAPTION "Custom Color Selector" STYLE WS_BORDER | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN CONTROL "", COLOR_LUMSCROLL, "static", SS_USERITEM | WS_CHILD, 130, 4, 8, 112 CONTROL "", COLOR_RAINBOW, "static", SS_BLACKFRAME | WS_CHILD, 4, 4, 114, 112 CONTROL "", COLOR_CURRENT, "static", SS_BLACKFRAME | WS_CHILD, 4, 124, 42, 26 CONTROL "&o", COLOR_RESET, "button", BS_PUSHBUTTON, 1000, 1000, 36, 14 RTEXT "Color|", -1, 4, 152, 21, 14 LTEXT "S&olid", -1, 25, 152, 21, 14 RTEXT "H&ue:", -1, 48, 126, 20, 9 EDITTEXT, COLOR_HUE, 70, 124, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", HUESCROLL, "cpArrow", WS_GROUP | WS_CHILD, 88, 124, 7, 12 RTEXT "&Sat:", -1, 48, 140, 20, 9 EDITTEXT, COLOR_SAT, 70, 138, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", SATSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 88, 138, 7, 12 RTEXT "&Lum:", -1, 48, 154, 20, 9 EDITTEXT, COLOR_LUM, 70, 152, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", LUMSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 88, 152, 7, 12 RTEXT "&Red:", -1, 96, 126, 24, 9 EDITTEXT, COLOR_RED, 122, 124, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", REDSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 140, 124, 7, 12 RTEXT "&Green:", -1, 96, 140, 24, 9 EDITTEXT, COLOR_GREEN, 122, 138, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", GREENSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 140, 138, 7, 12 RTEXT "&Blue:", -1, 96, 154, 24, 9 EDITTEXT, COLOR_BLUE, 122, 152, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", BLUESCROLL, "cpArrow", WS_GROUP | WS_CHILD, 140, 152, 7, 12 PUSHBUTTON "&Add Color", COLOR_ADD, 4, 174, 45, 14, WS_GROUP | WS_TABSTOP DEFPUSHBUTTON "&Close", IDOK, 52, 174, 45, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 100, 174, 45, 14, WS_GROUP | WS_TABSTOP END DLG_BROWSE DIALOG 46, 21, 158, 165 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Browse" FONT 8, "MS Shell Dlg" BEGIN LTEXT "", ctlLast+1, 5, 5, 147, 30 LTEXT "&Directories:", -1, 5, 40, 92, 9, NOT WS_GROUP LTEXT "", stc1, 5, 50, 92, 9, NOT WS_GROUP LISTBOX lst2, 5, 62, 92, 64, LBS_SORT | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP LTEXT "Dri&ves:", -1, 5, 135, 92, 9, NOT WS_GROUP COMBOBOX cmb2, 5, 145, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK", IDOK, 104, 63, 50, 14, WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 104, 81, 50, 14, WS_GROUP PUSHBUTTON "&Help", psh15, 104, 121, 50, 14, WS_GROUP EDITTEXT edt1, -100, -100, 10, 10, ES_LOWERCASE | ES_AUTOHSCROLL | NOT WS_TABSTOP LISTBOX lst1, -100, -100, 10, 10, LBS_EXTENDEDSEL CONTROL "", chx1, "Button", BS_AUTOCHECKBOX, -100, -100, 10, 10 LTEXT "", stc2, -100, -100, 10, 10 COMBOBOX cmb1, -100, -100, 10, 10, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL END #define SMOOTHHEIGHT 10+10+10+15 #define TSOFFSET 30+SMOOTHHEIGHT #define PWOFFSET 20+TSOFFSET DLG_DESKTOP DIALOG LOADONCALL MOVEABLE DISCARDABLE 8, 2, 200, 188+PWOFFSET CAPTION "Desktop" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN GROUPBOX "Pattern", NOSELECT, 4, 6, 130, 40 LTEXT "&Name:", NOSELECT, 10, 18, 20, 10 COMBOBOX IDD_PATTERNCOMBO, 32, 16, 90, 64, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "Edit &Pattern...", IDD_EDITPATTERN, 44, 30, 60, 14, WS_TABSTOP GROUPBOX "Applications", FOO, 4, 48, 130, 42 AUTOCHECKBOX "Fast \042A<+Tab\042 Switching", IDD_FASTSWITCH, 10, 61, 118, 10, WS_TABSTOP | WS_GROUP AUTOCHECKBOX "F&ull Drag", IDD_FULLDRAG, 10, 71, 118, 10 #define FST 85 GROUPBOX "Font Smoothing", IDD_FS_GROUP, 4, FST, 130, SMOOTHHEIGHT, WS_DISABLED AUTORADIOBUTTON "Disabled", IDD_FS_NONE, 10, FST+10, 118, 10 , WS_DISABLED AUTORADIOBUTTON "Allowed", IDD_FS, 10, FST+20, 118, 10 , WS_DISABLED AUTORADIOBUTTON "Forced", IDD_FS_ENHANCED, 10, FST+30, 118, 10 , WS_DISABLED GROUPBOX "Screen Saver", FOO, 4, 57+TSOFFSET, 192, 40+PWOFFSET-TSOFFSET LTEXT "N&ame:", FOO, 10, 70+TSOFFSET, 20, 10 COMBOBOX DESKTOP_SAVER, 32, 69+TSOFFSET, 110, 64, CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP | WS_GROUP LTEXT "&Delay:", FOO, 9, 85+TSOFFSET, 46, 8 EDITTEXT DESKTOP_SAVERTIME, 57, 83+TSOFFSET, 24, 12, WS_GROUP | WS_TABSTOP LTEXT "Minutes", FOO, 92, 85+TSOFFSET, 41, 8 CONTROL "", DESKTOP_SAVERSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 81, 83+TSOFFSET, 7, 12 AUTOCHECKBOX "Passw&ord protected", DESKTOP_SAVERPASSWD, 10, 100+TSOFFSET, 118, 10, WS_TABSTOP | WS_GROUP PUSHBUTTON "T&est", DESKTOP_TEST, 146, 64+TSOFFSET, 44, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Set&up...", DESKTOP_SETUP, 146, 81+TSOFFSET, 44, 14, WS_TABSTOP | WS_GROUP GROUPBOX "Wallpaper", NOSELECT, 4, 99+PWOFFSET, 94, 40 LTEXT "&File:", NOSELECT, 10, 113+PWOFFSET, 20, 10 COMBOBOX IDD_WALLCOMBO, 32, 111+PWOFFSET, 62, 64, CBS_DROPDOWN | CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP RADIOBUTTON "&Center", IDD_CENTER, 11, 125+PWOFFSET, 39, 12, WS_TABSTOP | WS_GROUP RADIOBUTTON "&Tile", IDD_TILE, 54, 125+PWOFFSET, 32, 12 GROUPBOX "Icons", NOSELECT, 102, 99+PWOFFSET, 94, 40 LTEXT "&Spacing:", NOSELECT, 107, 113+PWOFFSET, 57, 9 EDITTEXT IDD_ICONSPACE, 142, 111+PWOFFSET, 18, 12, WS_TABSTOP | WS_GROUP CONTROL "", IDD_ICONSPACESCROLL, "cpArrow", WS_GROUP | WS_CHILD, 160, 111+PWOFFSET, 7, 12 LTEXT "Pixels", NOSELECT, 172, 113+PWOFFSET, 20, 9 AUTOCHECKBOX "&Wrap Title", IDD_ICONWRAP, 106, 125+PWOFFSET, 50, 10, WS_TABSTOP | WS_GROUP GROUPBOX "Cursor Blink &Rate", FOO, 102, 142+PWOFFSET, 94, 42, WS_GROUP LTEXT "Slow", FOO, 104, 158+PWOFFSET, 40, 9 RTEXT "Fast", FOO, 135, 158+PWOFFSET, 40, 9 CONTROL "", DESKTOP_BLINK, "scrollbar", SBS_HORZ | WS_GROUP | WS_TABSTOP | WS_CHILD, 104, 167+PWOFFSET, 71, 10 CONTROL "", DESKTOP_CURSOR, "static", WS_CHILD, 184, 161+PWOFFSET, 1, 8 GROUPBOX "Sizing Grid", NOSELECT, 4, 142+PWOFFSET, 94, 42 LTEXT "&Granularity:", NOSELECT, 8, 156+PWOFFSET, 54, 9 EDITTEXT IDD_GRIDGRAN, 66, 154+PWOFFSET, 18, 12, WS_TABSTOP | WS_GROUP CONTROL "", IDD_GRIDGRANSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 84, 154+PWOFFSET, 7, 12 LTEXT "&Border Width:", FOO, 8, 170+PWOFFSET, 54, 9 EDITTEXT, DESKTOP_BORDER, 66, 168+PWOFFSET, 18, 12, WS_GROUP | WS_TABSTOP CONTROL "", DESKTOP_BDRSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 84, 168+PWOFFSET, 7, 12 DEFPUSHBUTTON "OK", IDOK, 154, 3, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 154, 20, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 154, 40, 40, 14, WS_TABSTOP | WS_GROUP END DLG_PATTERN DIALOG LOADONCALL MOVEABLE DISCARDABLE 0, 70, 200, 118 CAPTION "Desktop - Edit Pattern" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "&Name", NOSELECT, 4, 6, 46, 9 COMBOBOX IDD_PATTERNCOMBO, 54, 4, 94, 64, CBS_DROPDOWN | CBS_SORT | WS_TABSTOP | WS_VSCROLL LTEXT "Sample", NOSELECT, 4, 22, 40, 9 CONTROL "", IDD_PATSAMPLE, "static", SS_BLACKFRAME | WS_CHILD, 4, 32, 46, 82 CONTROL "", IDD_PATTERN, "static", SS_BLACKFRAME | WS_CHILD, 58, 24, 90, 90 PUSHBUTTON "&Add", IDD_ADDPATTERN, 158, 68, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Change", IDD_CHANGEPATTERN, 158,84,40,14 PUSHBUTTON "&Remove", IDD_DELPATTERN, 158, 100, 40, 14 DEFPUSHBUTTON "OK", IDOK, 158, 3, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 158, 20, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 158, 40, 40, 14, WS_TABSTOP | WS_GROUP END #define EXTRAFORDATE 36 DLG_INTL DIALOG 6, 0, 230+EXTRAFORDATE, 182 CAPTION "International" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "&Country:", FOO, 4, 4, 58, 9 COMBOBOX INTL_COUNTRY, 64, 2, 84+EXTRAFORDATE, 78, CBS_SORT | CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "&Language:", FOO, 4, 24, 58, 9 COMBOBOX INTL_LANGUAGE, 64, 22, 84+EXTRAFORDATE, 54, CBS_SORT | CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "&Keyboard Layout:", FOO, 4, 44, 58, 9 COMBOBOX INTL_KEYBOARD, 64, 42, 84+EXTRAFORDATE, 54, CBS_SORT | CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "&Measurement:", FOO, 4, 64, 58, 9 COMBOBOX INTL_MEASUREMENT, 64, 62, 84+EXTRAFORDATE, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP LTEXT "List &Separator:", FOO, 4, 84, 58, 9 EDITTEXT INTL_LISTSEP, 64, 82, 10, 12, WS_GROUP | WS_TABSTOP PUSHBUTTON "&D", INTL_DATECHANGE2, 300, 200, 1, 1, NOT WS_TABSTOP GROUPBOX "&Date Format", INTL_DATEACCEL, 2, 96, 112+EXTRAFORDATE, 40 CTEXT "3/5/90", INTL_DATESAMPLE, 4, 112, 50+EXTRAFORDATE, 9, SS_NOPREFIX CTEXT "Sunday, 5 March, 1990", INTL_DATESAMPLE2, 4, 124, 108+EXTRAFORDATE, 9, SS_NOPREFIX PUSHBUTTON "Change...", INTL_DATECHANGE, 60+EXTRAFORDATE, 108, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&U", INTL_CURCHANGE2, 300, 200, 1, 1, NOT WS_TABSTOP GROUPBOX "C&urrency Format", INTL_CURACCEL, 116+EXTRAFORDATE, 96, 112, 40 CTEXT "$1.22", INTL_CURSAMPLE, 118+EXTRAFORDATE, 112, 66, 9, SS_NOPREFIX CTEXT "($1.22)", INTL_NEGSAMPLE, 118+EXTRAFORDATE, 124, 66, 9, SS_NOPREFIX PUSHBUTTON "Change...", INTL_CURCHANGE, 186+EXTRAFORDATE, 116, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&T", INTL_TIMECHANGE2, 300, 200, 1, 1, NOT WS_TABSTOP GROUPBOX "&Time Format", INTL_TIMEACCEL, 2, 138, 112+EXTRAFORDATE, 40 CTEXT "9:30:01", INTL_TIMESAMPLE, 4, 152, 50+EXTRAFORDATE, 9, SS_NOPREFIX PUSHBUTTON "Change...", INTL_TIMECHANGE, 60+EXTRAFORDATE, 150, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&N", INTL_NUMCHANGE2, 300, 200, 1, 1, NOT WS_TABSTOP GROUPBOX "&Number Format", INTL_NUMACCEL, 116+EXTRAFORDATE, 138, 112, 40 CTEXT "1,234.4444", INTL_NUMSAMPLE, 118+EXTRAFORDATE, 152, 66, 9, SS_NOPREFIX CTEXT "(1,234.4444)", INTL_NEGNUMSAMPLE, 118+EXTRAFORDATE, 164, 66, 9, SS_NOPREFIX PUSHBUTTON "Change...", INTL_NUMCHANGE, 186+EXTRAFORDATE, 150, 40, 14, WS_GROUP | WS_TABSTOP #define CTY_BUTTONX 184+EXTRAFORDATE #define CTY_BUTTONY 6 DEFPUSHBUTTON "OK", IDOK, CTY_BUTTONX, CTY_BUTTONY, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, CTY_BUTTONX, CTY_BUTTONY+16, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, CTY_BUTTONX, CTY_BUTTONY+16+20, 40, 14, WS_GROUP | WS_TABSTOP END #define EXTRAFORSEPARATOR 8 #ifndef JAPAN DLG_INTLDATE DIALOG 0, 0, 210+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 168 CAPTION "International - Date Format" STYLE WS_VISIBLE | WS_POPUP | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN #define CTY_DATEX 6 #define CTY_DATEY 4 GROUPBOX "Short Date Format", FOO, CTY_DATEX, CTY_DATEY, 150+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 88 LTEXT "&Order:", FOO, CTY_DATEX+4, CTY_DATEY+14, 40, 9 RADIOBUTTON "MDY", MDY, CTY_DATEX+48, CTY_DATEY+12, 30, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "DMY", DMY, CTY_DATEX+80, CTY_DATEY+12, 30, 12 RADIOBUTTON "YMD", YMD, CTY_DATEX+112, CTY_DATEY+12, 30, 12 LTEXT "&Separator:", FOO, CTY_DATEX+4, CTY_DATEY+30, 40, 9 EDITTEXT, DATE_SEP, CTY_DATEX+48, CTY_DATEY+28, 12, 12, ES_CENTER | WS_TABSTOP | WS_GROUP CHECKBOX "&Day Leading Zero (07 vs. 7)", DAY_LEADINGZERO, CTY_DATEX+4, CTY_DATEY+46, 142, 12, WS_GROUP | WS_TABSTOP CHECKBOX "&Month Leading Zero (02 vs. 2)", MONTH_LEADINGZERO, CTY_DATEX+4, CTY_DATEY+60, 142, 12, WS_GROUP | WS_TABSTOP CHECKBOX "&Century (1990 vs. 90)", CENTURY, CTY_DATEX+4, CTY_DATEY+74, 142, 12, WS_GROUP | WS_TABSTOP #define CTY_LDATEX CTY_DATEX #define CTY_LDATEY CTY_DATEY + 92 GROUPBOX "Long Date Format", FOO, CTY_LDATEX, CTY_LDATEY, 194+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 60 LTEXT "O&rder:", FOO, CTY_LDATEX+4, CTY_LDATEY+12, 40, 9 RADIOBUTTON "MDY", LONG_MDY, CTY_LDATEX+48, CTY_LDATEY+10, 30, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "DMY", LONG_DMY, CTY_LDATEX+80, CTY_LDATEY+10, 30, 12 RADIOBUTTON "YMD", LONG_YMD, CTY_LDATEX+112, CTY_LDATEY+10, 30, 12 COMBOBOX DAYOFWEEK, CTY_LDATEX+2, CTY_LDATEY+24, 44, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE1, CTY_LDATEX+48, CTY_LDATEY+24, 12, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX DAYLONG, CTY_LDATEX+62, CTY_LDATEY+24, 20, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE2, CTY_LDATEX+84, CTY_LDATEY+24, 12+EXTRAFORSEPARATOR, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX MONTHLONG, CTY_LDATEX+98+EXTRAFORSEPARATOR, CTY_LDATEY+24, 48, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE3, CTY_LDATEX+148+EXTRAFORSEPARATOR, CTY_LDATEY+24, 12+EXTRAFORSEPARATOR, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX YEARLONG, CTY_LDATEX+164+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, CTY_LDATEY+24, 30, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP CTEXT "", LDATESAMPLE, CTY_LDATEX+4, CTY_LDATEY+50, 168, 8, SS_NOPREFIX DEFPUSHBUTTON "OK", IDOK, 168+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 2, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 168+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 18, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 168+EXTRAFORSEPARATOR+EXTRAFORSEPARATOR, 48, 40, 14, WS_GROUP | WS_TABSTOP END #else DLG_INTLDATE DIALOG 0, 0, 276, 168 CAPTION "International - Date Format" STYLE WS_VISIBLE | WS_POPUP | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN GROUPBOX "Short Date Format", FOO, 6, 4, 166, 88 LTEXT "&Order:", FOO, 10, 18, 40, 9 RADIOBUTTON "MDY", MDY, 55, 16, 34, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "DMY", DMY, 94, 16, 34, 12 RADIOBUTTON "YMD", YMD, 134, 16, 34, 12 LTEXT "&Separator:", FOO, 10, 34, 40, 9 EDITTEXT, DATE_SEP, 66, 32, 12, 12, ES_CENTER | WS_TABSTOP | WS_GROUP CHECKBOX "&Day Leading Zero (07 vs. 7)", DAY_LEADINGZERO, 10, 50, 110, 12, WS_GROUP | WS_TABSTOP CHECKBOX "&Month Leading Zero (02 vs. 2)", MONTH_LEADINGZERO, 10, 64, 110, 12, WS_GROUP | WS_TABSTOP CHECKBOX "&Century (1990 vs. 90)", CENTURY, 10, 78, 95, 12, WS_GROUP | WS_TABSTOP GROUPBOX "Long Date Format", FOO, 6, 96, 263, 58 LTEXT "O&rder:", FOO, 10, 108, 40, 9 RADIOBUTTON "MDY", LONG_MDY, 54, 106, 34, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "DMY", LONG_DMY, 101, 106, 34, 12 RADIOBUTTON "YMD", LONG_YMD, 150, 106, 34, 12 CHECKBOX "曜日を先行(Fヨ)", 0x0FBF, 198, 106, 60, 12, WS_GROUP COMBOBOX DAYOFWEEK, 8, 120, 44, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE1, 54, 120, 12, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX DAYLONG, 68, 120, 20, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE2, 90, 120, 20, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX MONTHLONG, 112, 120, 48, 54, CBS_DROPDOWNLIST| WS_GROUP | WS_TABSTOP EDITTEXT, SPACE3, 162, 120, 20, 12, ES_AUTOHSCROLL | WS_GROUP | WS_TABSTOP COMBOBOX YEARLONG, 186,120, 30, 54, CBS_DROPDOWNLIST | WS_GROUP | WS_TABSTOP EDITTEXT, SPACE4, 230, 120, 20, 12, ES_AUTOHSCROLL|WS_GROUP|WS_TABSTOP CTEXT "", LDATESAMPLE, 10, 142, 168, 8, SS_NOPREFIX DEFPUSHBUTTON "OK", IDOK, 218, 6, 50, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 218,24, 50, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 218, 56, 50, 14, WS_GROUP | WS_TABSTOP END #endif #define CTY_TIMEX 6 #define CTY_TIMEY 4 DLG_INTLTIME DIALOG 0, 98, 210, 90 CAPTION "International - Time Format" STYLE WS_VISIBLE | WS_POPUP | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN RADIOBUTTON "1&2 hour", TIME_12, CTY_TIMEX+4, CTY_TIMEY, 40, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "2&4 hour", TIME_24, CTY_TIMEX+4, CTY_TIMEY+14, 40, 12 LTEXT "00:00-11:59", TIME_MERIDIAN, CTY_TIMEX+44, CTY_TIMEY+2, 40, 8, SS_NOPREFIX EDITTEXT, TIME_AM, CTY_TIMEX+92, CTY_TIMEY, 40, 12, WS_GROUP | WS_TABSTOP LTEXT "12:00-23:59", TIME_MERIDIAN2, CTY_TIMEX+44, CTY_TIMEY+16, 40, 8, SS_NOPREFIX EDITTEXT, TIME_PM, CTY_TIMEX+92, CTY_TIMEY+14, 40, 12, WS_GROUP | WS_TABSTOP LTEXT "&Separator:", FOO, CTY_TIMEX+4, CTY_TIMEY+32, 40, 9 EDITTEXT, TIME_SEP, CTY_TIMEX+48, CTY_TIMEY+30, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "&Leading Zero:", FOO, CTY_TIMEX+4, CTY_TIMEY+48, 52, 9 RADIOBUTTON "9:15", TIME_NOHOUR0, CTY_TIMEX+58, CTY_TIMEY+46, 30, 12, WS_GROUP RADIOBUTTON "09:15", TIME_HOUR0, CTY_TIMEX+90, CTY_TIMEY+46, 30, 12 LTEXT "&Time Marker:", FOO, CTY_TIMEX+4, CTY_TIMEY+64, 46, 9 RADIOBUTTON "9:15 AM", TIME_SUFFIX, CTY_TIMEX+58, CTY_TIMEY+62, 45, 12, WS_GROUP RADIOBUTTON "AM 9:15", TIME_PREFIX, CTY_TIMEX+110, CTY_TIMEY+62, 45, 12 DEFPUSHBUTTON "OK", IDOK, 164, 4, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 164, 20, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 164, 40, 40, 14, WS_GROUP | WS_TABSTOP END #define CTY_NUMX 6 #define CTY_NUMY 4 DLG_INTLNUM DIALOG 0, 98, 215, 90 CAPTION "International - Number Format" STYLE WS_VISIBLE | WS_POPUP | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN /* GROUPBOX "Number Format", FOO, CTY_NUMX, CTY_NUMY, 150, 74 */ LTEXT "&Negative Format:", FOO, CTY_NUMX+4, CTY_NUMY+2, 85, 9 COMBOBOX NUM_NEG, CTY_NUMX+70, CTY_NUMY, 85, 46, CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "1000 &Separator:", FOO, CTY_NUMX+4, CTY_NUMY+16, 85, 9 EDITTEXT, NUM_1000SEP, CTY_NUMX+70, CTY_NUMY+14, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "&Decimal Separator:", FOO, CTY_NUMX+4, CTY_NUMY+30, 85, 9 EDITTEXT, NUM_DECSEP, CTY_NUMX+70, CTY_NUMY+28, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "D&ecimal Digits:", FOO, CTY_NUMX+4, CTY_NUMY+44, 85, 9 EDITTEXT, NUM_DECDIGITS, CTY_NUMX+70, CTY_NUMY+42, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "&Leading Zero:", FOO, CTY_NUMX+4, CTY_NUMY+62, 52, 9 RADIOBUTTON ".7", NUM_NOLEAD0, CTY_NUMX+58, CTY_NUMY+60, 30, 12, WS_GROUP | WS_TABSTOP RADIOBUTTON "0.7", NUM_LEAD0, CTY_NUMX+90, CTY_NUMY+60, 30, 12 DEFPUSHBUTTON "OK", IDOK, 169, 4, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 169, 20, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 169, 40, 40, 14, WS_GROUP | WS_TABSTOP END #define CTY_CURX 6 #define CTY_CURY 4 DLG_INTLCUR DIALOG 0, 98, 215, 100 CAPTION "International - Currency Format" STYLE WS_VISIBLE | WS_POPUP | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "&Positive Format:", FOO, CTY_CURX+4, CTY_CURY+2, 85, 9 COMBOBOX CUR_FORMAT1, CTY_CURX+70, CTY_CURY, 85, 46, CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "&Negative Format:", FOO, CTY_CURX+4, CTY_CURY+18, 85, 9 COMBOBOX CUR_NEG, CTY_CURX+70, CTY_CURY+16, 85, 46, CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP LTEXT "&Symbol:", FOO, CTY_CURX+4, CTY_CURY+34, 85, 9 EDITTEXT, CUR_SYMBOL, CTY_CURX+70, CTY_CURY+32, 24, 12, WS_GROUP | WS_TABSTOP LTEXT "1000 Sep&arator:", FOO, CTY_CURX+4, CTY_CURY+48, 85, 9 EDITTEXT, CUR_1000SEP, CTY_CURX+70, CTY_CURY+46, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "&Decimal Separator:", FOO, CTY_CURX+4, CTY_CURY+62, 85, 9 EDITTEXT, CUR_DECSEP, CTY_CURX+70, CTY_CURY+60, 10, 12, WS_GROUP | WS_TABSTOP LTEXT "D&ecimal Digits:", FOO, CTY_CURX+4, CTY_CURY+76, 85, 9 EDITTEXT, CUR_DECDIGITS, CTY_CURX+70, CTY_CURY+74, 10, 12, WS_GROUP | WS_TABSTOP DEFPUSHBUTTON "OK", IDOK, 169, 4, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 169, 20, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 169, 40, 40, 14, WS_GROUP | WS_TABSTOP END DLG_TRUETYPE DIALOG 10, 10, 250, 65 CAPTION "TrueType" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN /* GROUPBOX "TrueType Options", FOO, 4, 6, 196, 50 CHECKBOX "&Enable TrueType Fonts", FONT_TRUETYPE, 10, 20, 120, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP CHECKBOX "&Show Only TrueType Fonts in Applications", FONT_TRUETYPEONLY, 10, 35, 170, 12, BS_AUTOCHECKBOX */ AUTOCHECKBOX "&Show Only TrueType Fonts in Applications", FONT_TRUETYPEONLY, 10, 20, 170, 12 DEFPUSHBUTTON "OK", IDOK, 205, 6, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "Cancel", IDCANCEL, 205, 24, 40, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Help", IDD_HELP, 205, 44, 40, 14, WS_GROUP | WS_TABSTOP END DLG_RESTART DIALOG 10, 10, 225, 75 CAPTION "System Setting Change" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "", RESTART_TEXT, 35, 6, 178, 40 DEFPUSHBUTTON "&Don't Restart Now", IDCANCEL, 30, 45, 80, 14, WS_GROUP | WS_TABSTOP PUSHBUTTON "&Restart Now", IDOK, 115, 45, 80, 14, WS_GROUP | WS_TABSTOP ICON 32515, -1, 8, 14, 16, 21 END DLG_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 8, 14, 246, 206 CAPTION "Fonts" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "Installed &Fonts:", FOO, 4, 2, 74, 9 LISTBOX LBOX_INSTALLED, 4, 12, 181, 56, LBS_NOTIFY | LBS_DISABLENOSCROLL | LBS_SORT | WS_VSCROLL | WS_BORDER | WS_TABSTOP | LBS_EXTENDEDSEL LTEXT "&Sample", FOO, 4, 71, 66, 9 LISTBOX FONT_SAMPLE, 4, 82, 181, 56, WS_VSCROLL | LBS_DISABLENOSCROLL | WS_BORDER | LBS_OWNERDRAWVARIABLE | WS_TABSTOP DEFPUSHBUTTON "Cancel", IDOK, 190, 6, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Remove", DELFONT, 190, 26, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Add...", ADDFONT, 190, 43, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&TrueType...", FONT_TRUETYPE, 190, 60, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 190, 77, 50, 14, WS_TABSTOP | WS_GROUP #ifdef JAPAN LTEXT "", FONT_STATUS, 4, 142, 181, 44 #else CTEXT "", FONT_STATUS, 4, 142, 181, 44 #endif LTEXT "", FONT_DISKSPACE, 5, 190, 150, 10 END #ifdef JAPAN DLG_INST_FONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 10 , 10 , 180 , 80 CAPTION "Install font" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 10 "System" BEGIN LTEXT "" , ID_INST_FONT_DESCRIPTION , 5 , 5 , 120 , 55 , SS_NOPREFIX EDITTEXT ID_INST_FONT_INSTPATH , 5 , 60 , 120 , 12 , WS_TABSTOP | ES_AUTOHSCROLL | ES_OEMCONVERT DEFPUSHBUTTON "OK" ID_INST_FONT_OK , 130 , 5 , 40 , 12 , WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel" ID_INST_FONT_CANCEL , 130 , 20 , 40 , 12 , WS_TABSTOP | WS_GROUP PUSHBUTTON "&Browse..." ID_INST_FONT_BROWSE , 130 , 45 , 40 , 12 , WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help..." ID_INST_FONT_HELP , 130 , 60 , 40 , 12 , WS_TABSTOP | WS_GROUP END DLG_INST_FONT_BROWSE DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 264, 178 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Browse" FONT 10, "System" BEGIN // for disk description LTEXT "", ctlLast+1, 6, 16, 191, 68, SS_NOPREFIX // for directory selection LTEXT "&Directories:", -1, 6, 87, 92, 9, NOT WS_GROUP // direcroty text LTEXT "", stc1, 6, 97, 92, 9, NOT WS_GROUP | SS_NOPREFIX // directory list LISTBOX lst2, 6, 109, 92, 64, LBS_SORT | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP // for dirve selection LTEXT "Dri&ves:", -1, 105, 98, 92, 9, NOT WS_GROUP // drive combobox COMBOBOX cmb2, 105, 108, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP // Buttoms DEFPUSHBUTTON "OK", IDOK, 208, 6, 50, 14, WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 208, 24, 50, 14, WS_GROUP PUSHBUTTON "&Help", psh15, 208, 64, 50, 14, WS_GROUP PUSHBUTTON "Net&work...", psh14, 208, 82, 50, 14, WS_GROUP // Do not need // EDITTEXT edt1, 508, 97, 51, 12, ES_LOWERCASE | ES_AUTOHSCROLL | NOT WS_TABSTOP // COMBOBOX cmb1, 517, 111, 37, 26, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL END #endif // JAPAN DLG_FONT2 DIALOG 36, 24, 264, 178 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Add Fonts" FONT 8, "MS Shell Dlg" BEGIN LTEXT "List of &Fonts:", stc3, 6, 6, 76, 9, NOT WS_GROUP LISTBOX ctlLast+1, 6, 16, 191, 68, LBS_SORT | LBS_NOTIFY | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_CHILD | WS_BORDER | WS_TABSTOP | LBS_EXTENDEDSEL LISTBOX lst1, -100, -100, 10, 10 LTEXT "&Directories:", -1, 6, 87, 92, 9, NOT WS_GROUP LTEXT "", stc1, 6, 97, 92, 9, NOT WS_GROUP LISTBOX lst2, 6, 109, 92, 64, LBS_SORT | LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP LTEXT "Dri&ves:", -1, 105, 98, 92, 9, NOT WS_GROUP COMBOBOX cmb2, 105, 108, 92, 68, CBS_DROPDOWNLIST | CBS_OWNERDRAWFIXED | CBS_AUTOHSCROLL | CBS_SORT | CBS_HASSTRINGS | WS_BORDER | WS_VSCROLL | WS_TABSTOP DEFPUSHBUTTON "OK", IDOK, 208, 6, 50, 14, WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 208, 24, 50, 14, WS_GROUP PUSHBUTTON "&Select All", psh16, 208, 46, 50, 14, WS_GROUP PUSHBUTTON "&Help", psh15, 208, 64, 50, 14, WS_GROUP PUSHBUTTON "Net&work...", psh14, 208, 82, 50, 14, WS_GROUP CONTROL "&Copy Fonts to Windows Directory", chx2, "Button", BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP, 105, 161, 150, 12 LTEXT "", ctlLast+3, 105, 87, 98, 9, SS_NOPREFIX | SS_SIMPLE EDITTEXT edt1, 508, 97, 51, 12, ES_LOWERCASE | ES_AUTOHSCROLL | NOT WS_TABSTOP CONTROL "", chx1, "Button", BS_AUTOCHECKBOX, 526, 137, 16, 12 LTEXT "", stc2, 522, 132, 17, 9 COMBOBOX cmb1, 517, 111, 37, 26, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_BORDER | WS_VSCROLL END DLG_REMOVEFONT DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 28, 245, 65 CAPTION "Remove Font" FONT 8, "MS Shell Dlg" STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP BEGIN ICON 32515 -1, 8, 8, 21, 20 LTEXT "", FONT_REMOVEMSG, 35, 8, 190, 20 DEFPUSHBUTTON "&Yes", IDYES, 33, 47, 40, 14, WS_TABSTOP | WS_CHILD | WS_GROUP PUSHBUTTON "Yes to &All", IDD_YESALL, 79, 47, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "&No", IDNO, 125, 47, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "Cancel", IDCANCEL, 171, 47, 40, 14, WS_TABSTOP | WS_CHILD AUTOCHECKBOX "&Delete Font File From Disk", FONT_REMOVECHECK, 65, 29, 115, 12, WS_TABSTOP | WS_CHILD | WS_GROUP END DLG_INSTALL_PS DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 28, 245, 166 CAPTION "Install Type 1 Font" FONT 8, "MS Shell Dlg" STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP BEGIN // ICON TYPE1ICON -1, 8, 8, 0, 0 // ICON IDI_HAND -1, 8, 8, 0, 0 ICON 32516 -1, 8, 8, 0, 0 LTEXT "", FONT_INSTALLMSG, 35, 6, 195, 28 AUTOCHECKBOX "Con&vert Type 1 Font to TrueType", FONT_CONVERT_PS, 8, 35, 230, 12, WS_TABSTOP | WS_CHILD | WS_GROUP LTEXT "This selection allows the font to be used by all applications on the screen and on all printers. The TrueType conversion is covered by the Type 1 user license agreement.", -1, 20, 50, 218, 30 AUTOCHECKBOX "&Install Type 1 Font Files for use on a PostScript printer", FONT_INSTALL_PS, 8, 82, 230, 12, WS_TABSTOP | WS_CHILD | WS_GROUP LTEXT "This selection allows the font to be used on PostScript printers in its original format.", -1, 20, 97, 218, 22 AUTOCHECKBOX "&Copy Type 1 Font Files to Windows Directory", FONT_COPY_PS, 8, 122, 230, 12, WS_TABSTOP | WS_CHILD | WS_GROUP DEFPUSHBUTTON "&Yes", IDYES, 33, 146, 40, 14, WS_TABSTOP | WS_CHILD | WS_GROUP PUSHBUTTON "Yes to &All", IDD_YESALL, 79, 146, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "&No", IDNO, 125, 146, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "Cancel", IDCANCEL, 171, 146, 40, 14, WS_TABSTOP | WS_CHILD END #ifdef LATER DLG_REMOVEFONT_PS DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 28, 245, 65 CAPTION "Remove Font" FONT 8, "MS Shell Dlg" STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME | WS_POPUP BEGIN ICON 32515 -1, 8, 8, 21, 20 LTEXT "", FONT_REMOVEMSG, 35, 7, 190, 20 AUTOCHECKBOX "&Delete Font File From Disk", FONT_REMOVECHECK, 50, 16, 115, 12, WS_TABSTOP | WS_CHILD | WS_GROUP AUTOCHECKBOX "&Delete Companion Type 1 Font From Disk", FONT_REMOVE_PS, 50, 29, 165, 12, WS_TABSTOP | WS_CHILD | WS_GROUP DEFPUSHBUTTON "&Yes", IDYES, 33, 47, 40, 14, WS_TABSTOP | WS_CHILD | WS_GROUP PUSHBUTTON "Yes to &All", IDD_YESALL, 79, 47, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "&No", IDNO, 125, 47, 40, 14, WS_TABSTOP | WS_CHILD PUSHBUTTON "Cancel", IDCANCEL, 171, 47, 40, 14, WS_TABSTOP | WS_CHILD END #endif // LATER DLG_KEYBOARD DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 0, 170, 116 CAPTION "Keyboard" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN /* This is in International, Language section LTEXT "&Keyboard Type" FOO, 6, 6, 74, 9 COMBOBOX KSPEED_MODEL, 6, 18, 74, 78, CBS_DROPDOWNLIST | WS_VSCROLL | WS_GROUP | WS_TABSTOP */ GROUPBOX "Keyboard Speed", FOO, 6, 6, 120, 103 LTEXT "&Delay Before First Repeat", FOO, 10, 17, 100, 9, WS_GROUP LTEXT "Long", FOO, 10, 26, 50, 9 RTEXT "Short", FOO 73,26,50,9 CONTROL "", KDELAY_SCROLL, "scrollbar", SBS_HORZ | WS_TABSTOP, 10, 35, 112, 10 LTEXT "&Repeat Rate" FOO, 10, 50, 50, 9, WS_GROUP LTEXT "Slow" FOO, 10, 59, 50, 9 RTEXT "Fast" FOO, 72, 59, 50, 9 CONTROL "", KSPEED_SCROLL, "scrollbar", SBS_HORZ | WS_TABSTOP, 10, 68, 112, 10 LTEXT "&Test:", FOO, 10, 83, 50, 9, WS_GROUP CONTROL "", KSPEED_EDIT, "edit", WS_BORDER | WS_TABSTOP, 10, 93, 112, 12 DEFPUSHBUTTON "OK", IDOK, 130, 10, 36, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 130, 28, 36, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 130, 48, 36, 14, WS_TABSTOP | WS_GROUP END DLG_MOUSE DIALOG LOADONCALL MOVEABLE DISCARDABLE 10, 10, 200, 108 CAPTION "Mouse" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN GROUPBOX "&Mouse Tracking Speed", FOO, 4, 4, 96, 36 LTEXT "Slow", FOO, 6, 16, 44, 9 RTEXT "Fast", FOO, 54, 16, 44, 9 CONTROL "", MOUSE_SPEEDSCROLL, "scrollbar", SBS_HORZ | WS_GROUP | WS_TABSTOP, 6, 26, 92, 10 GROUPBOX "&Double Click Speed", FOO, 4, 44, 96, 60 LTEXT "Slow", FOO, 6, 56, 44, 9 RTEXT "Fast", FOO, 54, 56, 44, 9 CONTROL "", MOUSE_CLICKSCROLL, "scrollbar", SBS_HORZ | WS_GROUP | WS_TABSTOP | WS_CHILD, 6, 66, 92, 10 CONTROL "", MOUSE_DBLCLKFRAME, "static", SS_BLACKFRAME | WS_CHILD, 31, 80, 36, 16 CTEXT "TEST", FOO, 33, 84, 32, 9, SS_NOPREFIX CHECKBOX "&Swap Left/Right Buttons", MOUSE_SWAP, 104, 78, 158, 12, WS_TABSTOP | WS_GROUP CHECKBOX "Snap &To Default Button", MOUSE_SNAP, 104, 92, 158, 12, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX #ifdef MOUSETRAILS CHECKBOX "Mouse &Trails", MOUSE_TRAILS, 104, 92, 158, 12, WS_TABSTOP | WS_GROUP | BS_AUTOCHECKBOX #endif // MOUSETRAILS CONTROL "", MOUSE_OUTLINE, "static", SS_BLACKFRAME | WS_CHILD, 108, 21, 42, 50 CONTROL "", MOUSE_LBUTTON, "static", SS_BLACKFRAME | WS_CHILD, 108, 21, 21, 14 CONTROL "", MOUSE_RBUTTON, "static", SS_BLACKFRAME | WS_CHILD, 129, 21, 21, 14 CTEXT "L", MOUSE_LEFT, 109, 24, 19, 8, SS_NOPREFIX CTEXT "R", MOUSE_RIGHT, 130, 24, 19, 8, SS_NOPREFIX DEFPUSHBUTTON "OK", IDOK, 160, 4, 36, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 160, 20, 36, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 160, 40, 36, 14, WS_TABSTOP | WS_GROUP END /* DLG_PORTS DIALOG 20, 20, 150, 80 CAPTION "Ports" STYLE WS_BORDER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN DEFPUSHBUTTON "Cancel", IDOK, 95, 4, 45, 14, WS_GROUP PUSHBUTTON "&Settings...", PORT_SETTING, 95, 27, 45, 14, WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 95, 44, 45, 14, WS_GROUP CTEXT "COM&1:", PORT_COM1, 5, 30, 32, 8 CONTROL "", PORT_COM1RECT, "button", BS_OWNERDRAW | WS_TABSTOP, 5, 4, 32, 25 CTEXT "COM&2:", PORT_COM2, 50, 30, 32, 8 CONTROL "", PORT_COM2RECT, "button", BS_OWNERDRAW | WS_TABSTOP, 50, 4, 32, 25 CTEXT "COM&3:", PORT_COM3, 5, 67, 32, 8 CONTROL "", PORT_COM3RECT, "button", BS_OWNERDRAW | WS_TABSTOP, 5, 42, 32, 25 CTEXT "COM&4:", PORT_COM4, 50, 67, 32, 8 CONTROL "", PORT_COM4RECT, "button", BS_OWNERDRAW | WS_TABSTOP, 50, 42, 32, 25 END */ DLG_PORTS DIALOG 6, 18, 178, 106 STYLE WS_BORDER | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Ports" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Ports:", FOO, 5, 9, 20, 8 LISTBOX PORT_LB, 5, 19, 116, 78, LBS_DISABLENOSCROLL | WS_VSCROLL | WS_BORDER | WS_TABSTOP | LBS_NOTIFY LISTBOX SERIAL_DBASE, -100, -100, 10, 10 DEFPUSHBUTTON "Cancel", IDOK, 129, 6, 43, 16 PUSHBUTTON "&Settings...", PORT_SETTING, 129, 25, 43, 16 PUSHBUTTON "&Add...", PORT_ADD, 129, 44, 43, 16 PUSHBUTTON "&Delete...", PORT_DELETE, 129, 63, 43, 16 PUSHBUTTON "&Help", IDD_HELP, 129, 82, 43, 16 END DLG_PORTS2 DIALOG 10, 10, 192, 83 CAPTION "Ports - Settings" STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8 "MS Shell Dlg" BEGIN LTEXT "&Baud Rate:", FOO, 6, 7, 46, 9 CONTROL "", PORT_BAUDRATE, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 55, 5, 44, 54 LTEXT "&Data Bits:", FOO, 6, 22, 51, 8 CONTROL "", PORT_DATABITS, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 55, 20, 44, 54 LTEXT "&Parity:", FOO, 6, 37, 39, 8 CONTROL "", PORT_PARITY, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 55, 35, 44, 54 LTEXT "&Stop Bits:", FOO, 6, 53, 54, 8 CONTROL "", PORT_STOPBITS, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 55, 50, 44, 54 LTEXT "&Flow Control:", FOO, 6, 67, 54, 8 CONTROL "", PORT_FLOWCTL, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 55, 65, 65, 54 DEFPUSHBUTTON "OK", IDOK, 135, 6, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 135, 23, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Advanced...", PORT_ADVANCED, 135, 43, 50, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 135, 60, 50, 14, WS_TABSTOP | WS_GROUP END DLG_PORTS3 DIALOG 10, 10, 205, 80 STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN LTEXT "&COM Port Number:", FOO, 6, 6, 79, 8 CONTROL "", PORT_NUMBER, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 86, 4, 60, 54 LTEXT "&Base I/O Port Address:", FOO, 6, 24, 79, 8 CONTROL "", PORT_BASEIO, "combobox", CBS_DROPDOWN | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 86, 22, 60, 54 LTEXT "&Interrupt Request Line (IRQ):", FOO, 6, 42, 115, 8 CONTROL "", PORT_IRQ, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 86, 52, 60, 54 AUTOCHECKBOX "&FIFO Enabled", PORT_FIFO, 6, 63, 75, 10 DEFPUSHBUTTON "OK", IDOK, 156, 3, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 156, 21, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 156, 41, 40, 14, WS_TABSTOP | WS_GROUP END #ifdef OLD_PORT3 DLG_PORTS3 DIALOG 10, 10, 205, 61 STYLE WS_BORDER | DS_MODALFRAME | WS_CAPTION | WS_POPUP | WS_SYSMENU FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Base I/O Port Address:", FOO, 6, 6, 79, 8 CONTROL "", PORT_BASEIO, "combobox", CBS_DROPDOWN | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 86, 4, 60, 54 LTEXT "&Interrupt Request Line (IRQ):", FOO, 6, 24, 115, 8 CONTROL "", PORT_IRQ, "combobox", CBS_DROPDOWNLIST | WS_VSCROLL | WS_CHILD | WS_TABSTOP | WS_GROUP, 86, 34, 60, 54 AUTOCHECKBOX "FIFO Enabled", PORT_FIFO, 6, 47, 75, 10 DEFPUSHBUTTON "OK", IDOK, 156, 3, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "Cancel", IDCANCEL, 156, 21, 40, 14, WS_TABSTOP | WS_GROUP PUSHBUTTON "&Help", IDD_HELP, 156, 41, 40, 14, WS_TABSTOP | WS_GROUP END #endif // OLD_PORT3 DLG_SYSTEM DIALOG 4, 17, 248, 288 // <-- change this to 284 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "System" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Computer Name:", FOO, 7, 6, 56, 8 LTEXT "%NAME%", IDD_SYS_COMPUTERNAME, 67, 6, 100, 8, NOT WS_GROUP | SS_NOPREFIX GROUPBOX "Operating System", FOO, 7, 18, 164, 79, WS_GROUP LTEXT "&Startup:", FOO, 18, 42, 28, 8, NOT WS_GROUP COMBOBOX IDD_SYS_OS, 46, 40, 120, 45, CBS_DROPDOWNLIST | WS_TABSTOP | WS_VSCROLL #if defined(_MIPS_) || defined(_ALPHA_) || defined(_PPC_) CHECKBOX "Show list &for", IDD_SYS_ENABLECOUNTDOWN, 19, 64, 54, 12, NOT WS_GROUP EDITTEXT IDD_SYS_SECONDS, 73, 64, 17, 12, WS_TABSTOP | WS_GROUP CONTROL "", IDD_SYS_SECSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 90, 64, 7, 12 LTEXT "seconds", IDD_SL_TXT2, 100, 66, 30, 8, NOT WS_GROUP #else LTEXT "Show list &for", IDD_SL_TXT1, 19, 66, 45, 8, NOT WS_GROUP EDITTEXT IDD_SYS_SECONDS, 62, 64, 17, 12, WS_TABSTOP | WS_GROUP CONTROL "", IDD_SYS_SECSCROLL, "cpArrow", WS_GROUP | WS_CHILD, 79, 64, 7, 12 LTEXT "seconds", IDD_SL_TXT2, 89, 66, 30, 8, NOT WS_GROUP #endif LTEXT "System Environment Variables:", FOO, 7, 102, 103, 8 LISTBOX IDD_SYS_LB_SYSVARS, 7, 113, 232, 64, LBS_SORT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP | LBS_NOTIFY LTEXT "&User Environment Variables for %username%:", IDD_SYS_UVLABEL, 7, 177, 225, 8 LISTBOX IDD_SYS_LB_USERVARS, 7, 188, 232, 57, LBS_SORT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP | LBS_NOTIFY LTEXT "&Variable:", FOO, 7, 250, 31, 8 EDITTEXT IDD_SYS_VAR, 37, 249, 156, 12, ES_AUTOHSCROLL LTEXT "V&alue:", FOO, 7, 266, 23, 8 EDITTEXT IDD_SYS_VALUE, 37, 265, 156, 12, ES_AUTOHSCROLL PUSHBUTTON "S&et", IDD_SYS_SETUV, 199, 248, 40, 14 PUSHBUTTON "&Delete", IDD_SYS_DELUV, 199, 264, 40, 14 DEFPUSHBUTTON "OK", IDOK, 178, 4, 64, 15 PUSHBUTTON "Cancel", IDCANCEL, 178, 22, 64, 15 PUSHBUTTON "Virtual &Memory...", IDD_SYS_VMEM, 178, 40, 64, 15 PUSHBUTTON "&Recovery...", IDD_SYS_COREDUMP, 178, 58, 64, 15 PUSHBUTTON "&Tasking...", IDD_SYS_TASKING, 178, 76, 64, 15 PUSHBUTTON "&Help", IDD_HELP, 178, 94, 64, 15 END /* DLG_ADDOS DIALOG 108, 55, 209, 87 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Add New Operating System" FONT 8, "MS Shell Dlg" BEGIN LTEXT "System Name:", FOO, 8, 19, 52, 8 LTEXT "Location:", FOO, 8, 42, 43, 8 EDITTEXT IDD_SYS_ANS_NAME, 64, 17, 136, 12, ES_AUTOHSCROLL EDITTEXT IDD_SYS_ANS_LOCATION, 64, 39, 136, 12, ES_AUTOHSCROLL PUSHBUTTON "OK", IDOK, 56, 67, 40, 14 PUSHBUTTON "Cancel", IDCANCEL, 112, 67, 40, 14 END */ DLG_VIRTUALMEM DIALOG 5, 15, 234, 242 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Virtual Memory" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Drive [Volume Label]", NOSELECT, 6, 6, 71, 8 LTEXT "Paging File Size (MB)", NOSELECT, 108, 6, 70, 8 LISTBOX IDD_VM_VOLUMES, 6, 16, 172, 52, LBS_SORT | LBS_USETABSTOPS | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP GROUPBOX "Paging File Size for Selected Drive", NOSELECT, 6, 70, 172, 66 LTEXT "Drive:", NOSELECT, 14, 82, 20, 8 LTEXT "", IDD_VM_SF_DRIVE, 84, 82, 90, 8 LTEXT "Space Available:", NOSELECT, 14, 94, 56, 8 LTEXT "", IDD_VM_SF_SPACE, 84, 94, 52, 8 LTEXT "&Initial Size (MB):", IDD_VM_ST_INITSIZE, 14, 108, 54, 8 EDITTEXT IDD_VM_SF_SIZE, 84, 106, 30, 12, ES_AUTOHSCROLL LTEXT "Ma&ximum Size (MB):", IDD_VM_ST_MAXSIZE, 14, 122, 66, 8 EDITTEXT IDD_VM_SF_SIZEMAX, 84, 120, 30, 12, ES_AUTOHSCROLL PUSHBUTTON "&Set", IDD_VM_SF_SET, 132, 118, 40, 14 GROUPBOX "Total Paging File Size for All Drives", NOSELECT, 6, 142, 172, 48 LTEXT "Minimum Allowed:", NOSELECT, 14, 154, 58, 8 LTEXT "", IDD_VM_MIN, 84, 154, 52, 8 LTEXT "Recommended:", NOSELECT, 14, 166, 51, 8 LTEXT "", IDD_VM_RECOMMEND, 84, 166, 52, 8 LTEXT "Currently Allocated:", NOSELECT, 14, 178, 65, 8 LTEXT "", IDD_VM_ALLOCD, 84, 178, 82, 8 GROUPBOX "Registry Size", NOSELECT, 6, 196, 172, 40 LTEXT "Maximum &Registry Size (MB):", NOSELECT, 14, 222, 95, 8 EDITTEXT IDD_VM_REG_SIZE_LIM, 115, 220, 32, 12, ES_AUTOHSCROLL DEFPUSHBUTTON "OK", SAVERDESC, 184, 6, 44, 14, WS_GROUP PUSHBUTTON "Cancel", ZONE_INFO, 184, 23, 44, 14 PUSHBUTTON "&Help", IDD_HELP, 184, 40, 44, 14 LTEXT "Current Registry Size:", NOSELECT, 14, 208, 72, 8 LTEXT "", IDD_VM_RSL_ALLOCD, 115, 208, 51, 8 END DLG_COREDUMP DIALOG 6, 18, 234, 111 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Recovery" FONT 8, "MS Shell Dlg" BEGIN LTEXT "When a STOP error occurs, do the following:", -1, 6, 6, 174, 8 AUTOCHECKBOX "Write an event to the system &log", IDD_CDMP_LOG, 6, 18, 174, 10 AUTOCHECKBOX "&Send an administrative alert", IDD_CDMP_SEND, 6, 33, 174, 10 AUTOCHECKBOX "&Write debugging information to:", IDD_CDMP_WRITE, 6, 48, 174, 10 AUTOCHECKBOX "&Overwrite any existing file", IDD_CDMP_OVERWRITE, 18, 75, 96, 10 EDITTEXT IDD_CDMP_FILENAME, 18, 60, 120, 12, ES_AUTOHSCROLL AUTOCHECKBOX "&Automatically reboot", IDD_CDMP_AUTOREBOOT, 6, 93, 132, 10 DEFPUSHBUTTON "OK", IDOK, 186, 6, 42, 14 PUSHBUTTON "Cancel", IDCANCEL, 186, 24, 42, 14 PUSHBUTTON "&Help", IDD_HELP, 186, 42, 42, 14 /* PUSHBUTTON "&Browse", IDD_CDMP_BROWSE, 186, 90, 42, 14 */ END STRINGTABLE DISCARDABLE LOADONCALL BEGIN /* initialization strings */ INITS, "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory." INITS + 1, "Control Panel" /* for message box titles */ INITS + 2, "setup" /* Name of setup.exe program */ INITS + 5, "Cannot display cursor blinking rate;\r\rto display rate, close one or more Windows applications and try again" INITS + 6, "TEST" /* panel dbl click testpad */ INITS + 7, "None" /* default null port name */ INITS + 8, " on " /* separator printer/port in listboxes */ INITS + 9, "Close" /* for the printer dialog */ INITS + 10, "Continue" /* for the printer dialog during setup */ INITS + 11, "You do not have the proper privilege level to change the System Time." CLASS, "CtlPanelClass" /* Class Name, Not To Be Localized */ CLASS + 1, "CtlChildClass" /* Class Name, Not To Be Localized */ UTILS, "No printers installed" UTILS+1, "Cannot save new settings" UTILS+2, "SYSTEM.INI" UTILS+3, "boot" UTILS+4, "language.dll" UTILS+5, "keyboard" UTILS+6, "keyboard.dll" UTILS+7, "boot.description" ERRORS, "Invalid baud rate;\r\rthe baud rate must be a positive value." ERRORS + 1, "Could not install the ""%s"" font. Check the disk space, the source directory or your write privileges for the target directory." ERRORS + 2, "This printer is already installed on this port. Select another port." ERRORS + 3, "You are already using %s to adjust your network connections.\n\nChoose the OK button to switch to the dialog you were using." ERRORS + 4, "You are already using %s to install or configure a printer.\n\nChoose the OK button to switch to the dialog you were using." ERRORS + 5, "ERROR\t" ERRORS + 6, "The specified path points to a file that may not be available during later Windows sessions. Do you want to continue?" ERRORS + 7, "Windows did not make a copy of the font '%s'; do you want to delete the original font file?" ERRORS + 8, "The font could not be installed because the registry memory quota has been exceeded. Use the System applet to increase the registry quota and then more fonts can be installed." /* ERRORS+9 was missing from Win3.1. I made it what I thought it should be. [stevecat] */ ERRORS + 9, "%s font is a compressed file and cannot be used\nby Windows unless it is copied to your System directory.\nDo you want to continue?" /* copy utility for add font */ ERRORS + 10, "Cannot copy file to itself" ERRORS + 11, "Insufficient memory to copy file;\r\rclose one or more Windows applications to increase available memory." ERRORS + 12, "Insufficient disk space to copy %s;\r\rdelete one or more files to increase available disk space." ERRORS + 13, "Cannot create %s" ERRORS + 14, "Cannot copy to %s\nfrom %s" ERRORS + 15, "Unable to set the TimeZone" /* The constant CHILDNAMELENGTH must be greater than the length of each individual children's name string, e.g. 16 works in English */ CHILDREN, "&Color" CHILDREN + 1 "&Printers" CHILDREN + 2 "&Fonts" CHILDREN + 3 "&International" CHILDREN + 4 "P&orts" CHILDREN + 5 "&Keyboard" CHILDREN + 6 "&Mouse" CHILDREN + 7 "Date/&Time" CHILDREN + 8 "&Desktop" #ifdef SOUNDAPP CHILDREN + 9 "&Sound" #endif CHILDREN + 10 "&Network" CHILDREN + 11 "S&ystem" /* colors dialog */ COLOR+BACKGROUND, "Desktop" COLOR+MDIWINDOW, "Application Workspace" COLOR+CLIENT, "Window Background" COLOR+CLIENTTEXT, "Window Text" COLOR+MENUBAR, "Menu Bar" COLOR+MENUTEXT, "Menu Text" COLOR+MYCAPTION, "Active Title Bar" COLOR+CAPTION2, "Inactive Title Bar" COLOR+CAPTIONTEXT, "Active Title Bar Text" COLOR+BORDER, "Active Border" COLOR+BORDER2, "Inactive Border" COLOR+WINDOWFRAME, "Window Frame" COLOR+SCROLLBARS, "Scroll Bars" COLOR+BUTTONFACE, "Button Face" COLOR+BUTTONSHADOW, "Button Shadow" COLOR+BUTTONTEXT, "Button Text" COLOR+BUTTONHIGHLIGHT, "Button Highlight" COLOR+GRAYTEXT, "Disabled Text" COLOR+HIGHLIGHT, "Highlight" COLOR+HIGHLIGHTTEXT "Highlighted Text" COLOR+CAPTION2TEXT, "Inactive Title Bar Text" COLOR+ACTIVESTRING, "Active" COLOR+INACTIVESTRING, "Inactive" COLOR+MENUTEXTSTRING, "File Edit" COLOR+WINDOWTEXTSTRING, "Window Text" COLOR+GRAYTEXTSTRING, "Disabled" COLOR+HIGHLIGHTTEXTSTRING, "Highlighted" COLOR+COLORSCHEMES, "Windows Default" COLOR+COLORSCHEMES+1, "Cannot remove %s" COLOR+COLORSCHEMES+2, "Default" // Old Windows Default Color Scheme // COLOR+COLORSCHEMES+3, "C0C0C0,FFFFFF,FFFFFF,0,FFFFFF,0,800000,FFFFFF,FFFFFF,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080,0,C0C0C0,800000,FFFFFF,0,FFFFFF" // New Windows Default Color Scheme [stevecat] 1/4/93 COLOR+COLORSCHEMES+3, "808000,FFFFFF,FFFFFF,0,FFFFFF,0,800000,C0C0C0,FFFFFF,C0C0C0,C0C0C0,0,C0C0C0,C0C0C0,808080,0,808080,800000,FFFFFF,0,FFFFFF" COLOR+SCHEMEERR + 1, "Cannot change Windows Default." COLOR+SCHEMEERR + 2, "Scheme name cannot contain equals sign." COLOR+SCHEMEERR + 3, "Scheme name cannot contain left or right brace." COLOR+SCHEMEERR + 4, "Scheme name cannot be blank." COLOR+SCHEMEERR + 5, "OK" /* This is the sample OK button text */ MYFONT, "No fonts installed" /* del10 */ MYFONT + 1, "A sample is not available because the TrueType\noption is off. To use TrueType fonts, select Enable TrueType Fonts in the TrueType dialog." MYFONT + 2, "Font Sample" MYFONT + 3, "Insufficient memory to display all fonts" MYFONT + 4, "Unable to remove %s" MYFONT + 5, "Insufficient memory" MYFONT + 6, "Insufficient disk space" MYFONT + 7, "Unable to create file" MYFONT + 8, "Drive door open" MYFONT + 9, "Unable to copy %s" MYFONT + 10, "Font already installed" MYFONT + 11, "%s is an invalid font file" MYFONT + 12, "%s is an invalid TrueType font file" MYFONT + 13, "Size of Font on Disk: %d KB" MYFONT + 14, "The copyright holder ""%s"" of the ""%s"" font will not allow their font to be converted to TrueType. Please contact the font vendor for more information." MYFONT + 15, "The Type 1 version of the ""%s"" font is already installed. Continue installation of this font?" MYFONT + 16, "Unable to create %s, TrueType font not installed" MYFONT + 17, "The TrueType version of the ""%s"" font is already installed. Continue installation of this font?" MYFONT + 18, "Remove ""%s"" font?" MYFONT + 19, "Unable to install %s." MYFONT + 20, "Unable to install font" MYFONT + 21, "%s is already installed. Remove this font and re-install." MYFONT + 22, "TrueType is not currently enabled.\n\nYou must select the Enable TrueType Fonts option in the TrueType dialog and restart Windows before installing TrueType fonts." MYFONT + 23, "Retrieving font names: %02d%%" MYFONT + 24, "No fonts selected." MYFONT + 25, "More than one font is selected. Cannot display font sample. Select individual fonts to see a sample." MYFONT + 26, "There is a problem with the font file. Cannot display font sample." MYFONT + 27, "This is a scalable TrueType font which can be displayed on the screen and printed on your printer." MYFONT + 28, "This is a bitmap or vector font." MYFONT + 29, "No fonts found." #ifdef JAPAN MYFONT + 30, "Please insert %s or a disk that has updated %s into specific drive or directory." MYFONT + 31 "Fail to install bitmap fonts, Do you install only outline font ?" #endif // JAPAN MYFONT + 32, "Converting %s to TrueType." MYFONT + 33, "Screen font sample not available for this font." MYFONT + 34, "The ""%s"" font will be installed on your system for use as a screen font, printer font or both." MYFONT + 35, "This is a scalable TrueType font which can be displayed on the screen and printed on your printer. It also acts as the screen font for your scalable Type 1 font which can be printed on a PostScript printer." MYFONT + 36, "This is a scalable Type 1 font which can only be printed on a PostScript printer." MYFONT + 37, "The %s font is already installed as a PostScript printer font and cannot be converted to TrueType." MYFONT + 38, "The %s font cannot be installed to the %s registry location. This is usually because you do not have the correct security permissions." MYFONT + 39, "Installing font %d of %d..." MYFONT + 40, "Installing %s" // MYFONT + 41, "The copyright holder ""%s"" of the ""%s"" font is not in the approved conversion list. You should obtain the distributor's authorization before converting it to TrueType. Install and convert this font to TrueType anyway?" // MYFONT + 41, "The ""%s"" font from ""%s"" needs to be converted in order to be installed. You may not have the right to do that. Please check your license agreement and obtain the copyright holder's authorization before proceeding.\n //Select ""Yes"" to continue with installation or ""No"" to not install this font." MYFONT + 41, "The ""%s"" Type 1 font can be installed but you might not have the right to convert it to TrueType. Check your license agreement from ""%s"" and if necessary, contact them for permission to convert this font.\n To continue installing the font, with or without converting it, choose Yes. To install the font without converting it to TrueType, choose No.\n Do you want to install and convert the font at this time?" MYFONT + 42, "Copying %s files" MYFONT + 43, "Could not create ""%s"" file. The ""%s"" file format is not supported." MYFONT + 44, "Could not create ""%s"" file. The ""%s"" file is probably corrupt." MYFONT + 45, "Could not create ""%s"" file. Error reading input file ""%s"" or ""%s""" MYFONT + 46, "Could not create ""%s"" file. Check the disk space or your write privileges for the target directory." MYFONT + 47, "Could not create ""%s"" file. Conversion of the ""%s"" font failed." MYFONT + 48, "Fonts Applet" MYFONT + 49, "Cannot initialize Fonts Applet because Windows Fonts directory name is too long." MYFONT + 50, "The font(s) cannot be installed on the system because of the security permissions set on the fonts registry location." PRN, "A:\\" /* The default drive for printer drivers */ KBD, "This keyboard cannot change its speed." /* NOTE: KBD+1 is the default Language/Locale selection for INTL applet * if registry value does not match one of the .INF file options. * * NOTE: KBD+2 is the default Keyboard driver selection for INTL applet * if registry value does not match one of the .INF file options. */ #ifdef JAPAN KBD + 1, "00000411" KBD + 2, "00000411" #else KBD + 1, "00000409" KBD + 2, "00000409" #endif MEASUREMENTSYS, "Metric" MEASUREMENTSYS+1, "English" DATE, " " DATE+1, "Sun" DATE+2, "Sunday" DATE+3, "Mar" DATE+4, "March" DATE+5, "dddd" DATE+6, "MMMM" DATE+7, "yyyy" DATE+8, "Short Date Separator cannot be empty" DATE+9, "Press OK when the correct Date, Time and Time Zone are displayed." #ifdef JAPAN /* V-KeijiY June.30.1992 */ // LONG_DATE_FORMAT DATE+10, "日" DATE+11, "日曜日" #endif DATE+12, "The Time Zone information cannot be found in the registry." INSTALLIT, "Insert %s or a disk with the updated %s in" INSTALLIT + 1, "Insert the disk with %s in" #ifdef JAPAN INSTALLIT + 2, "フォントの組み込み" #endif DESKTOP, "(None)" DESKTOP+1, "Patterns" /* WinIni Sect, Not To Be Localized */ DESKTOP+2, "Invalid Grid Granularity entry. Specify a number between 0 and 49." // DESKTOP+3, "GridGranularity" /* WinIni Entry, Not To Be Localized */ DESKTOP+4, "WallPaper" /* WinIni Entry, Not To Be Localized */ DESKTOP+5, "TileWallPaper" /* WinIni Entry, Not To Be Localized */ DESKTOP+6, "*.BMP" /* File Ext., Not To Be Localized */ DESKTOP+7, "CursorBlinkRate" /* WinIni Entry, Not To Be Localized */ DESKTOP+8, "Invalid Border Width entry. Specify a number between 1 and 50." DESKTOP+9, "Unable to find wallpaper. Please make sure a valid file name has been entered." DESKTOP+10, "(Default)" /* Default wallpaper bitmap */ DESKTOP+11, "IconSpacing" /* WinIni Entry, Not To Be Localized */ DESKTOP+12, "Invalid Icon Spacing entry" DESKTOP+13, "Unlisted Pattern" DESKTOP+14, "Invalid Screen Saver Delay entry" DESKTOP+15, "*.SCR" /* Screen Saver Extension */ DESKTOP+16 "*.IW" /* IdleWild Extension */ DESKTOP+17 "SCRNSAVE.SCR " /* default screen saver, add IW saver to this */ DESKTOP+18 " (16-bit)" /* Postfix for 16-bit SS description string */ REMOVEMSG_COLOR, "Remove \042%s\042 color scheme?" REMOVEMSG_PRN, "Remove \042%s\042 printer?" REMOVEMSG_FONT, "Remove \042%s\042 font?" REMOVEMSG_PATTERN, "Remove \042%s\042 pattern?" MYPORT , "Default" /* For the next 3 strings, the first char is the separator * for items in a combobox (in case you want a separator other than ',') */ MYPORT + 1, ",Even,Odd,None,Mark,Space" MYPORT + 2, ",1,1.5,2" MYPORT + 3, ",Xon / Xoff,Hardware,None" MYPORT + 4, "New Port" // MYPORT + 5, "Settings for COM%d:" MYPORT + 5, "Settings for %s" MYPORT + 6, "Pressing OK will delete the selected COM port." MYPORT + 7, "To delete COM ports, you must be logged onto the Windows NT workstation as an Administrator." // MYPORT + 9, "Advanced Settings for COM%d:" MYPORT + 9, "Advanced Settings for %s" MYPORT + 11, "Invalid Base I/O Port Address." MYPORT + 12, "There are no Serial Ports which can be setup on this system." MYPORT + 13, "There are no user configurable Advanced I/O parameters for this COM port." MYPORT + 14, "To change the Advanced I/O settings, you must be logged onto the Windows NT workstation as an Administrator." MYPORT + 15, "To create new COM ports, you must be logged onto the Windows NT workstation as an Administrator." MYPORT + 16, "The system cannot support a COM port number greater than 256." MYPORT + 17, "To create new COM port I/O settings, you must be logged onto the Windows NT workstation as an Administrator." MYPORT + 18, "Could not save settings to Registry Serial Parameters area." DAYSOFWK, "Sunday" DAYSOFWK+1, "Monday" DAYSOFWK+2, "Tuesday" DAYSOFWK+3, "Wednesday" DAYSOFWK+4, "Thursday" DAYSOFWK+5, "Friday" DAYSOFWK+6, "Saturday" DAYSOFWK+7, "Sun" DAYSOFWK+8, "Mon" DAYSOFWK+9, "Tue" DAYSOFWK+10, "Wed" DAYSOFWK+11, "Thu" DAYSOFWK+12, "Fri" DAYSOFWK+13, "Sat" #ifdef JAPAN // LONG_DATE_FORMAT JaDAYSOFWK, "日曜日" JaDAYSOFWK+1, "月曜日" JaDAYSOFWK+2, "火曜日" JaDAYSOFWK+3, "水曜日" JaDAYSOFWK+4, "木曜日" JaDAYSOFWK+5, "金曜日" JaDAYSOFWK+6, "土曜日" JaDAYSOFWK+7, "日" JaDAYSOFWK+8, "月" JaDAYSOFWK+9, "火" JaDAYSOFWK+10,"水" JaDAYSOFWK+11,"木" JaDAYSOFWK+12,"金" JaDAYSOFWK+13,"土" JaEMPERORYEAR, "??" JaEMPERORYEAR+1, "明治" JaEMPERORYEAR+2, "大正" JaEMPERORYEAR+3, "昭和" JaEMPERORYEAR+4, "平成" #endif MON_OF_YR, "January" MON_OF_YR+1, "February" MON_OF_YR+2, "March" MON_OF_YR+3, "April" MON_OF_YR+4, "May" MON_OF_YR+5, "June" MON_OF_YR+6, "July" MON_OF_YR+7, "August" MON_OF_YR+8, "September" MON_OF_YR+9, "October" MON_OF_YR+10, "November" MON_OF_YR+11, "December" MON_OF_YR+12, "Jan" MON_OF_YR+13, "Feb" MON_OF_YR+14, "Mar" MON_OF_YR+15, "Apr" MON_OF_YR+16, "May" MON_OF_YR+17, "Jun" MON_OF_YR+18, "Jul" MON_OF_YR+19, "Aug" MON_OF_YR+20, "Sep" MON_OF_YR+21, "Oct" MON_OF_YR+22, "Nov" MON_OF_YR+23, "Dec" MOUSE, "There is no mouse installed.\n\nUse Windows NT Setup to install a mouse." SYSTEM, "Show list &for %d seconds" SYSTEM + 1, "&User Environment Variables for %s" SYSTEM + 2, "(dd an Unlisted OS)" SYSTEM + 3, "(None - Choose at Startup time)" SYSTEM + 4, "Invalid timeout entry" SYSTEM + 5, "New OS must have a location entry" SYSTEM + 6, "Error getting ComputerName." SYSTEM + 7, "Error getting UserName." SYSTEM + 8, "Cannot open USER Environment section in Registry.\nPossible registry corruption. " SYSTEM + 9, "Cannot save new Environment variables in Registry.\nPossible registry corruption. " SYSTEM + 10, "You must re-boot this system for the Virtual\nMemory Paging file changes to take effect." SYSTEM + 11, "You are not logged onto the Windows NT workstation as a member of the user group that has the right to view the workstation's Virtual Memory settings." SYSTEM + 12, "You must be logged onto this system as an Administrator to change the Virtual Memory settings." SYSTEM + 13, "Incorrect value. Enter an initial page file size between 2 and the free space available on the drive." SYSTEM + 14, "Incorrect value. Enter a maximum page file size that is greater than or equal to the initial page file size, and less than %d MB." SYSTEM + 15, "There is not enough space on this drive for the paging file size specified. Please enter a smaller number or free some disk space." SYSTEM + 16, "Drive %c: is too small for the maximum paging file size specified. Please enter a smaller number." SYSTEM + 17, "Could not read the current virtual memory settings." SYSTEM + 18, "MB" SYSTEM + 19, "Cannot change Boot.ini file. Operating System and Timeout changes will not be saved." SYSTEM + 20, "Drive %c: does not have enough free space for the maximum paging file size specified. If you continue with this setting, the paging file will only grow to the size of the available free space." SYSTEM + 21, "Cannot open SYSTEM Environment section in Registry.\nPossible registry corruption." SYSTEM + 22, "You are not logged onto the Windows NT workstation as a member of the user group that has the right to view the workstation's Recovery settings." SYSTEM + 23, "Could not read the current recovery settings." SYSTEM + 24, "An error occured while saving the changes. Some changes will not be remembered." SYSTEM + 25, "Another file exists with the filename ""%s"". Do you wish to overwrite the existing file with a page file?" SYSTEM + 26, "There is not enough space on this drive to create the page file size specified. At least %d Megabytes of free disk space must be left after the page file is created. Specify a smaller page file size or free some disk space." SYSTEM + 27, "There is not enough free space on the boot drive to enable crash recovery. At least %d Megabytes of free space on drive %c: are needed. Please free up some disk space and try again." SYSTEM + 28, "The Recovery options you chose require that the initial pagefile size on volume %c: be at least %d megabytes. Should the initial pagefile size be changed now?" SYSTEM + 29, "If the pagefile on volume %c: has an initial size of less than %d megabytes, then the system is unable to create a debugging information file if a STOP error occurs. This feature will be disabled now." SYSTEM + 30, "If you want to write debugging information to a file, you must enter a filename." SYSTEM + 31, "Debugging information can be written only to local, writable disk drives. Please specify a path on a local disk drive." SYSTEM + 32, "The debugging information file path may be invalid or is currently inaccessible. Do you wish to change it?" SYSTEM + 33, "The path for the debugging information file is too long. Please specify a path that is less than %ld characters." SYSTEM + 34, "The debugging information file path must be a fully qualified path such as c:\windir\memory.log" SYSTEM + 35, "To increase the registry size limit by the amount specified, a bigger paging file is needed. The paging file size will be increased." SYSTEM + 36, "There is not enough space on the drives to set the registry size limit specified. Specify a smaller registry size limit or free some disk space." SYSTEM + 37, "The registry size limit must be larger than the current size of the registry. Specify a larger registry size limit." SYSTEM + 38, "The Alerter service is not running.\n\nFor an administrative alert to be sent during a STOP error, the Alerter service must be running. Please start the Alerter service by using the Services option in the control panel." INFO, "Changes the Windows screen colors" INFO + 1, "Installs and removes printers, and sets printing options" INFO + 2, "Adds and removes fonts and sets TrueType options" INFO + 3, "Specifies international settings" INFO + 4, "Specifies communications settings for serial ports" INFO + 5, "Specifies the keyboard repeat rate and delay" INFO + 6, "Changes settings for your mouse" INFO + 7, "Changes the date, time and time zone of your computer's clock" INFO + 8, "Changes the look of your desktop" #ifdef SOUNDAPP INFO + 9, "Turns the Windows warning beep on or off" #endif INFO + 10, "Specifies settings for your network connections" INFO + 11, "Set Startup OS, virtual memory and edit environment variables" /* country dialog */ INTL, "Decimal separator cannot be empty or contain digits" INTL + 1, "Invalid decimal digit entry" INTL + 2, "Date separator cannot be empty" INTL + 3, "Currency symbol cannot be empty or contain digits" INTL + 4, "Invalid decimal entry" INTL + 5, "The required driver is already on the system. " INTL + 6, "Do you want to use the current driver or install a new driver?" INTL + 7, "International - Drivers" INTL + 8, "There was an error initializing the International dialog; ensure that you have valid language.inf and layout.inf files in your Windows NT system directory." INTL + 9, "This system lacks a properly setup/installed Locale entry for both the User and System default entries." INTL + 10, "This system lacks a properly setup/installed Keyboard Layout entry for both the User and System default entries." INTL + 11, "You must be logged onto this system as an Administrator to install a new option on the system." INTL + 12, "The new Language selection will change the date/time, number and currency selections to match the country associated with this Language. These can be changed by re-entering this dialog box." INTL + 13, "Invalid time separator entry" INTL + 14, "Thousand separator cannot contain digits" INTL + 15, "Invalid date separator entry" IDS_SYSSETCHANGE "System Setting Change" IDS_TRUETYPECHANGE "Your TrueType system setting has changed.\r\n\r\n" IDS_COMCHANGE "Your COM Port settings have changed.\r\n\r\n" IDS_RESTART "You will need to exit and restart Windows NT so that the new setting can take effect." /* The first entry is the default, the second entry is the default if TT * is disabled. Added *.inf to filter for Type1 fonts. */ IDS_ALLFONTSFILTER "Fonts (*.ttf,*.fon,*.pfm)#*.ttf;*.tt_;*.fon;*.fo_;*.pfm;*.inf#" IDS_NORMALFONTSFILTER "Fonts (*.fon,*.pfm)#*.fon;*.fo_;*.pfm;*.inf#" IDS_VIRTUALMEMCHANGE "Your Virtual Memory system settings have changed.\r\n\r\n" IDS_RECOVERDLGCHANGE "Your Crash Recovery system settings have changed.\r\n\r\n" IDS_VIRTANDRECCHANGE "Your Virtual Memory and Crash Recovery system settings have changed.\r\n" /* Control Panel used to have a whole bunch of International stuff here, but that's all been moved to SETUP.INF. So if you want to change things in Control Panel's International Dialog Country combobox, go there. For Windows NT this stuff is still maintained by setup group but it is in LANGUAGE.INF. The Country information is obtained from the NLS sections in the registry and strings are obtained from GetLocaleinfoW api [stevecat] July, 1992 */ #ifdef JAPAN ANSI_FONTSAMPLE "AaBbCcXxYyZz 123" SJ_FONTSAMPLE "ABCabcあいうえおアイウエオ亜井宇絵御" /* To Korean developer, re-write sample line as you need. */ /* Sep.26,1990 AkiraK */ HANGEUL_FONTSAMPLE "AaBbCcXxYyZz 123" /* To Taiwan developer, please enable follow defenitins and re-write.*/ /* Also, you need to enable defenitions in control.h, and write your */ /* codes for your character set in cpfont.c. */ /*CHINESE_FONTSAMPLE "AaBbCcXxYyZz 123"*/ OEM_FONTSAMPLE "AaBbCcXxYyZz 123" /* defenition of character set names */ FONT_NODRVINSTALLED, "フォント ドライバが組み込まれていません。フォント ドライバーを組み込めるように、[フォント ドライバの追加] ダイアログ ボックスが表示されます。" FONT_NODRVSEL, "フォント ドライバが選択されていません。" FONT_MULDRVSEL, "Windowsは一度に複数のフォント ドライバのフォントを表示することはできません。表示したいフォント ドライバを選択してください。" FONT_REMOVEDRV, "%s を削除しますか?" FONT_NODRVFOUND, "フォント ドライバがありません。" FONT_DRVSREAD, "取得するドライバ名: %02d%%" FONT_ILLEGALDRV, "%s は無効なフォント ドライバ ファイルです。" FONT_DRVALRDYINS, "%s はすでに組み込まれています。\n\n新しいバージョンを組み込むには、まず古いバージョンを削除してください。" #endif /* DBCS */ END #include "timezone.rc" #include #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Control Panel Main Applet" #define VER_INTERNALNAME_STR "Main\0" #define VER_ORIGINALFILENAME_STR "MAIN.CPL" #include "common.ver" #include "prictl.h" rcinclude prictl.dlg