mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
99dd292553
- Resize the window slightly when compiled with REMOVE_ADVANCED to avoid deadspace at the bottom of the window. - Skip over the non-printable characters by starting with character ' ' + 1. - Instead of iterating over every cell, simply compute the cell x and y using the CellSize. - Modify behaviour of charmap to allow large character render on mouse move, only hiding the larger character on double click. - Simplify math for moving window to be on desktop. Added FIXME to highlight this doesn't work well on multi-monitor setups. Changed xPos and yPos to LONG since negative numbers are valid on multi-monitor setups. - Do not draw invalid glyphs on the map (can happen when switching fonts or filtering existing font). - Do not allow mouse-over of invalid glyphs. - Fix bug that caused the Help button to remain enabled as it was being modified before it was even created. - Do a better job at finding the correct glyph under the mouse. - Ensure the active cell is cleared correctly. - Invalidate the rect around the previously active cell to ensure it gets redrawn as inactive. - Fix bug from CORE-10518 (initial active cell was not being invalidated on scroll). - Do not try to copy a character to the output if there is no active cell selected. - Populate the advanced portion of the screen with several built-in code pages (the list is hardcoded so that we don't enumerate everything). - Add functionality to filter the character map by a code page (called a character set in this program). - Some fonts list 0x0000 as drawable, even when it isn't, so ignore any valid glyphs that contain it.
63 lines
3.1 KiB
Text
63 lines
3.1 KiB
Text
/*
|
|
* PROJECT: ReactOS Character Map
|
|
* FILE: base/applications/charmap/lang/sv-SE.rc
|
|
* PURPOSE: Swedish resource file
|
|
* TRANSLATOR: Jaix Bly
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
IDD_CHARMAP DIALOGEX 6, 6, 293, 205 //233
|
|
FONT 8, "MS Shell Dlg", 0, 0
|
|
STYLE DS_SHELLFONT | WS_CHILD | WS_VISIBLE
|
|
BEGIN
|
|
LTEXT "Typsnitt:", IDC_STATIC, 6, 7, 24, 9
|
|
COMBOBOX IDC_FONTCOMBO, 36, 5, 210, 210, WS_CHILD | WS_VISIBLE |
|
|
WS_VSCROLL | CBS_DROPDOWNLIST | CBS_SORT | CBS_HASSTRINGS
|
|
PUSHBUTTON "Hjälp", IDC_CMHELP, 249, 5, 35, 13
|
|
CONTROL "", IDC_FONTMAP, "FontMapWnd", WS_CHILD | WS_VISIBLE | WS_TABSTOP |
|
|
WS_VSCROLL, 20, 22, 266, 156
|
|
LTEXT "Kopiera tecken:", IDC_STATIC, 6, 188, 66, 9
|
|
CONTROL "", IDC_TEXTBOX, RICHEDIT_CLASS, ES_AUTOHSCROLL | WS_BORDER |
|
|
WS_CHILD | WS_VISIBLE | WS_TABSTOP, 74, 186, 114, 13
|
|
DEFPUSHBUTTON "Välj", IDC_SELECT, 194, 186, 44, 13
|
|
PUSHBUTTON "Kopiera", IDC_COPY, 242, 186, 44, 13, WS_DISABLED
|
|
CONTROL "Avancerad visning",IDC_CHECK_ADVANCED, "Button", BS_AUTOCHECKBOX |
|
|
WS_TABSTOP, 8, 208, 95, 10
|
|
END
|
|
|
|
IDD_ADVANCED DIALOGEX 0, 0, 292, 64
|
|
STYLE DS_SHELLFONT | WS_CHILD
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Teckenuppsättning:", IDC_STATIC, 8, 8, 48, 8
|
|
COMBOBOX IDC_COMBO_CHARSET, 72, 4, 116, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Gruppera efter:", IDC_STATIC, 8, 28, 50, 8
|
|
COMBOBOX IDC_COMBO_GROUPBY, 72, 24, 116, 80, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "Sök", IDC_BUTTON_SEARCH, 200, 44, 50, 14
|
|
EDITTEXT IDC_EDIT_SEARCH, 72, 44, 116, 14, ES_AUTOHSCROLL
|
|
LTEXT "Sök efter:", IDC_STATIC, 8, 48, 42, 8
|
|
LTEXT "Unicode:", IDC_STATIC, 200, 8, 30, 8
|
|
EDITTEXT IDC_EDIT_UNICODE, 236, 4, 28, 12, ES_AUTOHSCROLL
|
|
END
|
|
|
|
IDD_ABOUTBOX DIALOGEX 22, 16, 210, 182
|
|
CAPTION "Om Teckenuppsättning"
|
|
FONT 8, "MS Shell Dlg", 0, 0
|
|
STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
|
|
BEGIN
|
|
LTEXT "Teckenuppsättning v0.1\nCopyright (C) 2007 Ged Murphy (gedmurphy@reactos.org)", IDC_STATIC, 48, 7, 150, 36
|
|
PUSHBUTTON "Stäng", IDOK, 75, 162, 44, 15
|
|
ICON IDI_ICON, IDC_STATIC, 10, 10, 7, 30
|
|
EDITTEXT IDC_LICENSE_EDIT, 8, 44, 194, 107, WS_VISIBLE | WS_VSCROLL |
|
|
WS_TABSTOP | ES_READONLY | ES_MULTILINE
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_LICENSE "Detta programmet är fri programvara; du kan distribuera det och/eller ändra det under villkoren enligt GNU General Public License som är utgivet av Free Software Foundation; version 2, eller (om du så önskar) alla senare versioner.\r\n\r\nDette programmet er utgivet i hopp om att det skall kunne användas, men DET FINNS INGA GARANTIER; även utan underförstådd garanti om SÄLJBARHET eller LÄMPLIGHET FÖR ETT VISST ÄNDAMÅL. Se på GNU General Public Licensen för mer detaljer.\r\n\r\nDu skall ha motagit en kopia av GNU General Public Licensen tillsammans med detta programmet; om du inte har fått det, skriv til Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
|
|
IDS_ABOUT "O&m..."
|
|
IDS_TITLE "Character Map"
|
|
IDS_UNICODE "Unicode"
|
|
IDS_ALL "All"
|
|
END
|