OK... Background Color needs to be called Text Color and vice versa

svn path=/trunk/tools/RosBE-Windows/; revision=337
This commit is contained in:
Daniel Reimer 2007-07-27 15:32:12 +00:00
parent 5b013941a9
commit 104ac086dd
3 changed files with 6 additions and 6 deletions

View File

@ -7,9 +7,9 @@ FONT 8, "MS Shell Dlg"
{
// x, pos_hight, width, hight
LTEXT "Reactos Build Environment Einstellungen", 0x0, 10, 10, 140, 13
LTEXT "Schriftfarbe", 0x0, 10, 35, 60, 12
LTEXT "Hintergrundfarbe", 0x0, 10, 35, 60, 12
COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "Hintergrundfarbe", 0x0, 10, 60, 60, 12
LTEXT "Schriftfarbe", 0x0, 10, 60, 60, 12
COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
CONTROL "Kompilierdauer anzeigen", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
CONTROL "Logs speichern", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21

View File

@ -7,9 +7,9 @@ FONT 8, "MS Shell Dlg"
{
// x, pos_hight, width, hight
LTEXT "Reactos Build Environment Settings", 0x0, 10, 10, 140, 13
LTEXT "Font Color", 0x0, 10, 35, 60, 12
LTEXT "Background Color", 0x0, 10, 35, 60, 12
COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "Background Color", 0x0, 10, 60, 60, 12
LTEXT "Font Color", 0x0, 10, 60, 60, 12
COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
CONTROL "Show Build Time", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
CONTROL "Save Logs", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21

View File

@ -7,9 +7,9 @@ FONT 8, "MS Shell Dlg"
{
// x, pos_hight, width, hight
LTEXT "Óñòàíîâêè ïåðåìåííûõ êîìïèëÿòîðà ÐåàêòÎÑ", 0x0, 10, 10, 140, 13
LTEXT "Φβες Ψπθτςΰ", 0x0, 10, 35, 60, 12
LTEXT "Φβες Τξνΰ", 0x0, 10, 35, 60, 12
COMBOBOX IDC_FONT, 100, 35, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
LTEXT "Φβες Τξνΰ", 0x0, 10, 60, 60, 12
LTEXT "Φβες Ψπθτςΰ", 0x0, 10, 60, 60, 12
COMBOBOX IDC_BACK, 100, 60, 110, 100, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
CONTROL "Ïîêàçûâàòü Âðåìÿ", ID_SHOWBUILDTIME, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 10, 85, 90, 21
CONTROL "Âåñòè Ëîãè", ID_SAVELOGS, "button", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 115, 85, 60, 21