mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Sync to trunk head (r42241)
svn path=/branches/ros-amd64-bringup/; revision=42244
This commit is contained in:
commit
250d69afc8
1000 changed files with 53656 additions and 30215 deletions
|
@ -7,74 +7,38 @@
|
|||
</xi:fallback>
|
||||
</xi:include>
|
||||
|
||||
<xi:include href="baseaddress.rbuild" />
|
||||
|
||||
<define name="__REACTOS__" />
|
||||
<xi:include href="ReactOS-generic.rbuild" />
|
||||
|
||||
<!-- <define name="_M_ARM" /> Already defined by toolchain -->
|
||||
<define name="_ARM_" />
|
||||
<define name="__arm__" />
|
||||
<define name="TARGET_arm" host="true" />
|
||||
|
||||
<if property="DBG" value="1">
|
||||
<define name="DBG">1</define>
|
||||
<define name="_SEH_ENABLE_TRACE" />
|
||||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
<if property="DBG" value="0">
|
||||
<define name="DBG">0</define>
|
||||
</if>
|
||||
|
||||
<if property="KDBG" value="1">
|
||||
<define name="KDBG">1</define>
|
||||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
|
||||
<include>.</include>
|
||||
<include>include</include>
|
||||
<include root="intermediate">include</include>
|
||||
<include>include/psdk</include>
|
||||
<include root="intermediate">include/psdk</include>
|
||||
<include>include/dxsdk</include>
|
||||
<include root="intermediate">include/dxsdk</include>
|
||||
<include>include/crt</include>
|
||||
<include>include/crt/mingw32</include>
|
||||
<include>include/ddk</include>
|
||||
<include>include/GL</include>
|
||||
<include>include/ndk</include>
|
||||
<include>include/reactos</include>
|
||||
<include root="intermediate">include/reactos</include>
|
||||
<include root="intermediate">include/reactos/mc</include>
|
||||
<include>include/reactos/libs</include>
|
||||
<include>include/reactos/arm</include>
|
||||
|
||||
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
|
||||
<property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
|
||||
|
||||
<define name="USE_COMPILER_EXCEPTIONS" />
|
||||
|
||||
<property name="NTOSKRNL_SHARED" value="-file-alignment=0x1000 -section-alignment=0x1000 -shared"/>
|
||||
<property name="WINEBUILD_FLAGS" value="--kill-at"/>
|
||||
|
||||
<include>include/reactos/arm</include>
|
||||
|
||||
<if property="SARCH" value="versatile">
|
||||
<define name="BOARD_CONFIG_VERSATILE"/>
|
||||
</if>
|
||||
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<compilerflag>-O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<compilerflag>-O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>-O3</compilerflag>
|
||||
</if>
|
||||
<group compilerset="gcc">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
</if>
|
||||
<compilerflag>-Wno-attributes</compilerflag>
|
||||
</group>
|
||||
|
||||
<define name="__MSVCRT__"/>
|
||||
<compilerflag>-Wno-attributes</compilerflag>
|
||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<linkerflag>--strip-debug</linkerflag>
|
||||
<linkerflag>-static</linkerflag>
|
||||
|
||||
<define name="__MSVCRT__"/> <!-- DUBIOUS -->
|
||||
|
||||
<group linkerset="ld">
|
||||
<linkerflag>--strip-debug</linkerflag> <!-- INVESTIGATE -->
|
||||
<linkerflag>-static</linkerflag> <!-- INVESTIGATE -->
|
||||
</group>
|
||||
|
||||
<directory name="media">
|
||||
<directory name="nls">
|
||||
|
@ -193,6 +157,4 @@
|
|||
</directory>
|
||||
</directory>
|
||||
</directory>
|
||||
|
||||
<define name="_USE_32BIT_TIME_T" />
|
||||
</project>
|
||||
|
|
|
@ -86,47 +86,74 @@
|
|||
<include host="true">include/reactos</include>
|
||||
<include host="true">include/reactos/wine</include>
|
||||
|
||||
<directory name="base">
|
||||
<xi:include href="base/base.rbuild" />
|
||||
</directory>
|
||||
<directory name="boot">
|
||||
<xi:include href="boot/boot.rbuild" />
|
||||
</directory>
|
||||
<directory name="dll">
|
||||
<xi:include href="dll/dll.rbuild" />
|
||||
</directory>
|
||||
<directory name="drivers">
|
||||
<xi:include href="drivers/drivers.rbuild" />
|
||||
</directory>
|
||||
<directory name="hal">
|
||||
<xi:include href="hal/hal.rbuild" />
|
||||
</directory>
|
||||
<directory name="include">
|
||||
<xi:include href="include/directory.rbuild" />
|
||||
</directory>
|
||||
<directory name="lib">
|
||||
<xi:include href="lib/lib.rbuild" />
|
||||
</directory>
|
||||
<directory name="media">
|
||||
<xi:include href="media/media.rbuild" />
|
||||
</directory>
|
||||
<directory name="modules">
|
||||
<xi:include href="modules/directory.rbuild" />
|
||||
</directory>
|
||||
<directory name="ntoskrnl">
|
||||
<xi:include href="ntoskrnl/ntoskrnl.rbuild" />
|
||||
<if property="BUILD_MP" value="1">
|
||||
<xi:include href="ntoskrnl/ntkrnlmp.rbuild" />
|
||||
<group compilerset="gcc">
|
||||
<compilerflag>-Wall</compilerflag>
|
||||
<compilerflag compiler="cxx">-Wno-non-virtual-dtor</compilerflag>
|
||||
<compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
|
||||
<compilerflag compiler="as">-gstabs+</compilerflag>
|
||||
</group>
|
||||
|
||||
<group compilerset="msc">
|
||||
<define name="inline" compiler="cc">__inline</define>
|
||||
<compilerflag>/Zl</compilerflag>
|
||||
<compilerflag>/Zi</compilerflag>
|
||||
<compilerflag>/W1</compilerflag>
|
||||
</group>
|
||||
|
||||
<group compilerset="gcc">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<compilerflag>-O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<compilerflag>-O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>-O3</compilerflag>
|
||||
</if>
|
||||
</directory>
|
||||
<directory name="subsystems">
|
||||
<xi:include href="subsystems/subsystems.rbuild" />
|
||||
</directory>
|
||||
<directory name="tools">
|
||||
<xi:include href="tools/tools.rbuild" />
|
||||
</directory>
|
||||
|
||||
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
|
||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<compilerflag>-Wno-multichar</compilerflag>
|
||||
<!--
|
||||
<compilerflag>-Wno-error=uninitialized</compilerflag>
|
||||
<compilerflag>-Wno-error=unused-function</compilerflag>
|
||||
<compilerflag>-Wno-error=write-strings</compilerflag>
|
||||
-->
|
||||
<!-- compilerflag>-H</compilerflag> enable this for header traces -->
|
||||
</group>
|
||||
|
||||
<compilerflag compilerset="msc">/wd4711</compilerflag>
|
||||
<group compilerset="msc">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>/O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>/O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Ot</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Os</compilerflag>
|
||||
<compilerflag>/Ob2</compilerflag>
|
||||
<compilerflag>/GF</compilerflag>
|
||||
<compilerflag>/Gy</compilerflag>
|
||||
</if>
|
||||
|
||||
<compilerflag>/GS-</compilerflag>
|
||||
</group>
|
||||
|
||||
<define name="_USE_32BIT_TIME_T" />
|
||||
</group>
|
||||
|
|
|
@ -21,63 +21,53 @@
|
|||
|
||||
<group compilerset="gcc">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>-Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<compilerflag>-O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<compilerflag>-O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>-O3</compilerflag>
|
||||
</if>
|
||||
|
||||
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
||||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<compilerflag>-Wno-multichar</compilerflag>
|
||||
<!-- compilerflag>-H</compilerflag> enable this for header traces -->
|
||||
</group>
|
||||
|
||||
<group compilerset="msc">
|
||||
<if property="OPTIMIZE" value="1">
|
||||
<compilerflag>/O1</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="2">
|
||||
<compilerflag>/O2</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="3">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Ot</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="4">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Os</compilerflag>
|
||||
</if>
|
||||
<if property="OPTIMIZE" value="5">
|
||||
<compilerflag>/Ox /GS-</compilerflag>
|
||||
<compilerflag>/Os</compilerflag>
|
||||
<compilerflag>/Ob2</compilerflag>
|
||||
<compilerflag>/GF</compilerflag>
|
||||
<compilerflag>/Gy</compilerflag>
|
||||
</if>
|
||||
|
||||
<compilerflag>/GS-</compilerflag>
|
||||
<compilerflag>/Zl</compilerflag>
|
||||
<compilerflag>/Zi</compilerflag>
|
||||
<compilerflag>/Wall</compilerflag>
|
||||
</group>
|
||||
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
|
||||
</group>
|
||||
|
||||
<group linkerset="ld">
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
</group>
|
||||
|
||||
<define name="_USE_32BIT_TIME_T" />
|
||||
|
||||
<directory name="base">
|
||||
<xi:include href="base/base.rbuild" />
|
||||
</directory>
|
||||
<directory name="boot">
|
||||
<xi:include href="boot/boot.rbuild" />
|
||||
</directory>
|
||||
<directory name="dll">
|
||||
<xi:include href="dll/dll.rbuild" />
|
||||
</directory>
|
||||
<directory name="drivers">
|
||||
<xi:include href="drivers/drivers.rbuild" />
|
||||
</directory>
|
||||
<directory name="hal">
|
||||
<xi:include href="hal/hal.rbuild" />
|
||||
</directory>
|
||||
<directory name="include">
|
||||
<xi:include href="include/directory.rbuild" />
|
||||
</directory>
|
||||
<directory name="lib">
|
||||
<xi:include href="lib/lib.rbuild" />
|
||||
</directory>
|
||||
<directory name="media">
|
||||
<xi:include href="media/media.rbuild" />
|
||||
</directory>
|
||||
<directory name="modules">
|
||||
<xi:include href="modules/directory.rbuild" />
|
||||
</directory>
|
||||
<directory name="ntoskrnl">
|
||||
<xi:include href="ntoskrnl/ntoskrnl.rbuild" />
|
||||
<if property="BUILD_MP" value="1">
|
||||
<xi:include href="ntoskrnl/ntkrnlmp.rbuild" />
|
||||
</if>
|
||||
</directory>
|
||||
<directory name="subsystems">
|
||||
<xi:include href="subsystems/subsystems.rbuild" />
|
||||
</directory>
|
||||
<directory name="tools">
|
||||
<xi:include href="tools/tools.rbuild" />
|
||||
</directory>
|
||||
</project>
|
||||
|
|
|
@ -20,4 +20,6 @@
|
|||
<compilerflag>-meabi</compilerflag>
|
||||
<compilerflag>-O2</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag compiler="cc,cxx">-gstabs+</compilerflag>
|
||||
<compilerflag compiler="as">-gstabs+</compilerflag>
|
||||
</project>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
// Dialog
|
||||
|
||||
IDD_DIALOG_SCIENTIFIC DIALOGEX 0, 0, 316, 161
|
||||
|
@ -122,7 +124,7 @@ BEGIN
|
|||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "E",IDC_BUTTON_E,262,140,24,17,BS_CENTER | BS_VCENTER |
|
||||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "Şi",IDC_BUTTON_AND,288,64,24,17,BS_CENTER | BS_VCENTER |
|
||||
PUSHBUTTON "Şi",IDC_BUTTON_AND,288,64,24,17,BS_CENTER | BS_VCENTER |
|
||||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "Xor",IDC_BUTTON_XOR,288,83,24,17,BS_CENTER | BS_VCENTER |
|
||||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
|
@ -151,7 +153,7 @@ BEGIN
|
|||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "CE",IDC_BUTTON_CE,228,40,40,17,BS_CENTER | BS_VCENTER |
|
||||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "Înapoi",IDC_BUTTON_BACK,184,40,40,17,BS_CENTER |
|
||||
PUSHBUTTON "Înapoi",IDC_BUTTON_BACK,184,40,40,17,BS_CENTER |
|
||||
BS_VCENTER | BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
RTEXT "",IDC_TEXT_OUTPUT,4,4,308,12,SS_CENTERIMAGE,
|
||||
WS_EX_CLIENTEDGE
|
||||
|
@ -168,7 +170,7 @@ BEGIN
|
|||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "CE",IDC_BUTTON_CE,84,24,40,17,BS_CENTER | BS_VCENTER |
|
||||
BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
PUSHBUTTON "Înapoi",IDC_BUTTON_BACK,40,24,40,17,BS_CENTER |
|
||||
PUSHBUTTON "Înapoi",IDC_BUTTON_BACK,40,24,40,17,BS_CENTER |
|
||||
BS_VCENTER | BS_NOTIFY | BS_OWNERDRAW | WS_TABSTOP
|
||||
RTEXT "",IDC_TEXT_OUTPUT,4,4,164,12,SS_CENTERIMAGE,
|
||||
WS_EX_CLIENTEDGE
|
||||
|
@ -245,7 +247,7 @@ BEGIN
|
|||
BS_VCENTER | BS_NOTIFY | WS_TABSTOP,276,24,40,17
|
||||
CONTROL "CE",IDC_BUTTON_CE,"Button",BS_OWNERDRAW | BS_CENTER |
|
||||
BS_VCENTER | BS_NOTIFY | WS_TABSTOP,232,24,40,17
|
||||
CONTROL "Înapoi",IDC_BUTTON_BACK,"Button",BS_OWNERDRAW |
|
||||
CONTROL "Înapoi",IDC_BUTTON_BACK,"Button",BS_OWNERDRAW |
|
||||
BS_CENTER | BS_VCENTER | BS_NOTIFY | WS_TABSTOP,188,24,
|
||||
40,17
|
||||
RTEXT "",IDC_TEXT_OUTPUT,4,4,312,12,SS_CENTERIMAGE,
|
||||
|
@ -349,7 +351,7 @@ BEGIN
|
|||
POPUP "Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Standard", IDM_VIEW_STANDARD, CHECKED
|
||||
MENUITEM "Ştiinţific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Ştiințific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Conversie", IDM_VIEW_CONVERSION
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Hex\tF5", IDM_VIEW_HEX, CHECKED
|
||||
|
@ -381,7 +383,7 @@ BEGIN
|
|||
POPUP "Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Standard", IDM_VIEW_STANDARD, CHECKED
|
||||
MENUITEM "Ştiinţific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Ştiințific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Conversie", IDM_VIEW_CONVERSION
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Hex\tF5", IDM_VIEW_HEX, CHECKED
|
||||
|
@ -414,7 +416,7 @@ BEGIN
|
|||
POPUP "Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Standard", IDM_VIEW_STANDARD, CHECKED
|
||||
MENUITEM "Ştiinţific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Ştiințific", IDM_VIEW_SCIENTIFIC, CHECKED
|
||||
MENUITEM "Conversie", IDM_VIEW_CONVERSION
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Grupare cifre", IDM_VIEW_GROUP, CHECKED
|
||||
|
@ -431,7 +433,7 @@ END
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_STRING_LICENSE "ReactOS Calc este software liber sub licenţa GNU GPL. \r\n\r\nGăsiţi o copie a acestei licenţe aici:\r\nhttp://www.gnu.org/licenses/gpl.html\r\n\r\nDe asemenea găsiţi traduceri ale aceste licenţe aici:\r\nhttp://www.gnu.org/licenses/translations.html\r\nTraducerea în limba română de Petru Dimitriu."
|
||||
IDS_STRING_LICENSE "ReactOS Calc este software liber sub licența GNU GPL. \r\n\r\nGăsiți o copie a acestei licențe aici:\r\nhttp://www.gnu.org/licenses/gpl.html\r\n\r\nDe asemenea găsiți traduceri ale aceste licențe aici:\r\nhttp://www.gnu.org/licenses/translations.html\r\nTraducerea în limba română de Petru Dimitriu."
|
||||
IDS_MATH_ERROR "Eroare"
|
||||
IDS_QUICKHELP "Ajutor rapid"
|
||||
END
|
||||
|
@ -440,18 +442,18 @@ END
|
|||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CONV_ANGLE "Unghi"
|
||||
IDS_CONV_AREA "Suprafaţă"
|
||||
IDS_CONV_AREA "Suprafață"
|
||||
IDS_CONV_CONSUMPTION "Consum (motoare)"
|
||||
IDS_CONV_CURRENCY "Valută"
|
||||
IDS_CONV_CURRENCY "Valută"
|
||||
IDS_CONV_ENERGY "Energie"
|
||||
IDS_CONV_LENGTH "Lungimi"
|
||||
IDS_CONV_POWER "Putere"
|
||||
IDS_CONV_PRESSURE "Presiune"
|
||||
IDS_CONV_TEMPERATURE "Temperatură"
|
||||
IDS_CONV_TEMPERATURE "Temperatură"
|
||||
IDS_CONV_TIME "Timp"
|
||||
IDS_CONV_VELOCITY "Velocitate"
|
||||
IDS_CONV_VOLUME "Volum"
|
||||
IDS_CONV_WEIGHT "Masă"
|
||||
IDS_CONV_WEIGHT "Masă"
|
||||
END
|
||||
|
||||
// TYPES OF ANGLES
|
||||
|
@ -467,7 +469,7 @@ STRINGTABLE DISCARDABLE
|
|||
BEGIN
|
||||
IDS_AREA_ACRES "Acri"
|
||||
IDS_AREA_ACRES_BRAZIL "Acri (Brazilia)"
|
||||
IDS_AREA_ACRES_FRANCE "Acri (Franţa)"
|
||||
IDS_AREA_ACRES_FRANCE "Acri (Franța)"
|
||||
IDS_AREA_ACRES_SCOTS "Acri (Scots)"
|
||||
IDS_AREA_ACRES_US "Acri (SUA)"
|
||||
IDS_AREA_ARES "Ares"
|
||||
|
@ -482,21 +484,21 @@ BEGIN
|
|||
IDS_AREA_PYEONGBANGJA "Pyeongbangja"
|
||||
IDS_AREA_RAI "Rai"
|
||||
IDS_AREA_SE "Se"
|
||||
IDS_AREA_SQUARE_CENTIMETERS "Centimetri pătraţi"
|
||||
IDS_AREA_SQUARE_CHR "Chr pătraţi"
|
||||
IDS_AREA_SQUARE_FATHOMS "Fathomi pătraţi"
|
||||
IDS_AREA_SQUARE_FATHOMS_HUNGARY "Fathomi pătraţi (Ungaria)"
|
||||
IDS_AREA_SQUARE_FEET "Picioare pătrate"
|
||||
IDS_AREA_SQUARE_INCHES "Ţoli pătraţi"
|
||||
IDS_AREA_SQUARE_KILOMETERS "Kilometri pătraţi"
|
||||
IDS_AREA_SQUARE_LAR "Lar pătraţi"
|
||||
IDS_AREA_SQUARE_METER "Metri pătraţi"
|
||||
IDS_AREA_SQUARE_MILES "Mile pătrate"
|
||||
IDS_AREA_SQUARE_MILLIMETERS "Milimetri pătraţi"
|
||||
IDS_AREA_SQUARE_SHAKU "Shaku pătraţi"
|
||||
IDS_AREA_SQUARE_TSUEN "Tsuen pătraţi"
|
||||
IDS_AREA_SQUARE_VA "Va pătraţi"
|
||||
IDS_AREA_SQUARE_YARD "Yarzi pătraţi"
|
||||
IDS_AREA_SQUARE_CENTIMETERS "Centimetri pătrați"
|
||||
IDS_AREA_SQUARE_CHR "Chr pătrați"
|
||||
IDS_AREA_SQUARE_FATHOMS "Fathomi pătrați"
|
||||
IDS_AREA_SQUARE_FATHOMS_HUNGARY "Fathomi pătrați (Ungaria)"
|
||||
IDS_AREA_SQUARE_FEET "Picioare pătrate"
|
||||
IDS_AREA_SQUARE_INCHES "țoli pătrați"
|
||||
IDS_AREA_SQUARE_KILOMETERS "Kilometri pătrați"
|
||||
IDS_AREA_SQUARE_LAR "Lar pătrați"
|
||||
IDS_AREA_SQUARE_METER "Metri pătrați"
|
||||
IDS_AREA_SQUARE_MILES "Mile pătrate"
|
||||
IDS_AREA_SQUARE_MILLIMETERS "Milimetri pătrați"
|
||||
IDS_AREA_SQUARE_SHAKU "Shaku pătrați"
|
||||
IDS_AREA_SQUARE_TSUEN "Tsuen pătrați"
|
||||
IDS_AREA_SQUARE_VA "Va pătrați"
|
||||
IDS_AREA_SQUARE_YARD "Yarzi pătrați"
|
||||
IDS_AREA_TAN "Tan"
|
||||
IDS_AREA_TSUBO "Tsubo"
|
||||
END
|
||||
|
@ -513,48 +515,48 @@ END
|
|||
// TYPES OF CURRENCIES
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_CURRENCY_AUSTRIAN_SCHILLING "Şiling autriac"
|
||||
IDS_CURRENCY_AUSTRIAN_SCHILLING "Şiling autriac"
|
||||
IDS_CURRENCY_BELGIAN_FRANC "Franc belgian"
|
||||
IDS_CURRENCY_CYPRIOT_POUND "Liră cipriotă"
|
||||
IDS_CURRENCY_CZECH_KORUNA "Coroană cehă"
|
||||
IDS_CURRENCY_DEUTSCHE_MARK "Marcă nemţească"
|
||||
IDS_CURRENCY_CYPRIOT_POUND "Liră cipriotă"
|
||||
IDS_CURRENCY_CZECH_KORUNA "Coroană cehă"
|
||||
IDS_CURRENCY_DEUTSCHE_MARK "Marcă nemțească"
|
||||
IDS_CURRENCY_DUTCH_GUILDER "Guilder olandez"
|
||||
IDS_CURRENCY_EURO "Euro"
|
||||
IDS_CURRENCY_FINNISH_MARKKA "Marcă finlandeză"
|
||||
IDS_CURRENCY_FINNISH_MARKKA "Marcă finlandeză"
|
||||
IDS_CURRENCY_FRENCH_FRANC "Franc framcez"
|
||||
IDS_CURRENCY_GREEK_DRACHMA "Drahmă grecească"
|
||||
IDS_CURRENCY_IRISH_POUND "Liră irlandeză"
|
||||
IDS_CURRENCY_ITALIAN_LIRA "Liră italiană"
|
||||
IDS_CURRENCY_GREEK_DRACHMA "Drahmă grecească"
|
||||
IDS_CURRENCY_IRISH_POUND "Liră irlandeză"
|
||||
IDS_CURRENCY_ITALIAN_LIRA "Liră italiană"
|
||||
IDS_CURRENCY_LUXEMBOURG_FRANC "Franc luxemburghez"
|
||||
IDS_CURRENCY_MALTESE_LIRA "Litră malteză"
|
||||
IDS_CURRENCY_MALTESE_LIRA "Litră malteză"
|
||||
IDS_CURRENCY_PORTOGUESE_ESCUDO "Escudo portughez"
|
||||
IDS_CURRENCY_SLOVAK_KORUNA "Coroană slovacă"
|
||||
IDS_CURRENCY_SLOVAK_KORUNA "Coroană slovacă"
|
||||
IDS_CURRENCY_SLOVENIAN_TOLAR "Tolar sloven"
|
||||
IDS_CURRENCY_SPANISH_PESETA "Peseta spaniolă"
|
||||
IDS_CURRENCY_SPANISH_PESETA "Peseta spaniolă"
|
||||
END
|
||||
|
||||
// TYPES OF ENERGIES
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_ENERGY_15_C_CALORIES "Calorii 15 °C"
|
||||
IDS_ENERGY_BTUS "Unităţi termale britanice"
|
||||
IDS_ENERGY_15_C_CALORIES "Calorii 15 °C"
|
||||
IDS_ENERGY_BTUS "Unități termale britanice"
|
||||
IDS_ENERGY_ERGS "Ergs"
|
||||
IDS_ENERGY_EVS "Electron-Volţi"
|
||||
IDS_ENERGY_FOOT_POUNDS "Picioare-Livră"
|
||||
IDS_ENERGY_IT_CALORIES "Calorii Tabel Internaţional"
|
||||
IDS_ENERGY_IT_KILOCALORIES "Kilocalorii Tabel Internaţional"
|
||||
IDS_ENERGY_EVS "Electron-Volți"
|
||||
IDS_ENERGY_FOOT_POUNDS "Picioare-Livră"
|
||||
IDS_ENERGY_IT_CALORIES "Calorii Tabel Internațional"
|
||||
IDS_ENERGY_IT_KILOCALORIES "Kilocalorii Tabel Internațional"
|
||||
IDS_ENERGY_JOULES "Jouli"
|
||||
IDS_ENERGY_KILOJOULES "KiloJouli"
|
||||
IDS_ENERGY_KILOWATT_HOURS "Kilowatt ore"
|
||||
IDS_ENERGY_NUTRITION_CALORIES "Calorii nutriţie"
|
||||
IDS_ENERGY_TH_CALORIES "Calorie termochimică"
|
||||
IDS_ENERGY_NUTRITION_CALORIES "Calorii nutriție"
|
||||
IDS_ENERGY_TH_CALORIES "Calorie termochimică"
|
||||
END
|
||||
|
||||
// TYPES OF LENGTHS
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_LENGTH_ANGSTROMS "Angströms"
|
||||
IDS_LENGTH_ASTRONOMICAL_UNITS "Unităţi astronomice"
|
||||
IDS_LENGTH_ANGSTROMS "Ångströms"
|
||||
IDS_LENGTH_ASTRONOMICAL_UNITS "Unități astronomice"
|
||||
IDS_LENGTH_BARLEYCORNS "Barleycorns"
|
||||
IDS_LENGTH_CENTIMETERS "Centimetri"
|
||||
IDS_LENGTH_CHAINS_UK "Chains (Marea Britanie)"
|
||||
|
@ -569,7 +571,7 @@ BEGIN
|
|||
IDS_LENGTH_GAN "Gan"
|
||||
IDS_LENGTH_HANDS "Hands"
|
||||
IDS_LENGTH_HUNH "Hunh"
|
||||
IDS_LENGTH_INCHES "Incii (Ţoli)"
|
||||
IDS_LENGTH_INCHES "Incii (țoli)"
|
||||
IDS_LENGTH_JA "Ja"
|
||||
IDS_LENGTH_JEONG "Jeong"
|
||||
IDS_LENGTH_KABIET "Kabiet"
|
||||
|
@ -577,7 +579,7 @@ BEGIN
|
|||
IDS_LENGTH_KEUB "Keub"
|
||||
IDS_LENGTH_KILOMETERS "Kilometeri"
|
||||
IDS_LENGTH_LAR "Lar"
|
||||
IDS_LENGTH_LIGHT_YEARS "Ani lumină"
|
||||
IDS_LENGTH_LIGHT_YEARS "Ani lumină"
|
||||
IDS_LENGTH_LINKS_UK "Links (Marea Britanie)"
|
||||
IDS_LENGTH_METERS "Metri"
|
||||
IDS_LENGTH_MICRONS "Microni"
|
||||
|
@ -605,12 +607,12 @@ END
|
|||
// TYPES OF POWERS
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_POWER_BTUS_PER_MINUTE "Unităţi termice britanice pe minut"
|
||||
IDS_POWER_BTUS_PER_MINUTE "Unități termice britanice pe minut"
|
||||
IDS_POWER_FPS_PER_MINUTE "Picior-livre pe minut"
|
||||
IDS_POWER_HORSEPOWER "Cai putere"
|
||||
IDS_POWER_KILOWATTS "Kilowaţi"
|
||||
IDS_POWER_MEGAWATTS "Megawaţi"
|
||||
IDS_POWER_WATTS "Waţi"
|
||||
IDS_POWER_KILOWATTS "Kilowați"
|
||||
IDS_POWER_MEGAWATTS "Megawați"
|
||||
IDS_POWER_WATTS "Wați"
|
||||
END
|
||||
|
||||
// TYPE OF PRESSURES
|
||||
|
@ -620,9 +622,9 @@ BEGIN
|
|||
IDS_PRESSURE_BARS "Bari"
|
||||
IDS_PRESSURE_HECTOPASCALS "Hectopascali"
|
||||
IDS_PRESSURE_KILOPASCALS "Kilopascali"
|
||||
IDS_PRESSURE_MM_OF_MERCURY "Milimetri coloană de mercur"
|
||||
IDS_PRESSURE_MM_OF_MERCURY "Milimetri coloană de mercur"
|
||||
IDS_PRESSURE_PASCALS "Pascali"
|
||||
IDS_PRESSURE_PSI "Livre-forţă pe ţol pătrat"
|
||||
IDS_PRESSURE_PSI "Livre-forță pe țol pătrat"
|
||||
END
|
||||
|
||||
// TYPES OF TEMPERATURES
|
||||
|
@ -643,21 +645,21 @@ BEGIN
|
|||
IDS_TIME_MILLISECONDS "Milisecunde"
|
||||
IDS_TIME_MINUTES "Minute"
|
||||
IDS_TIME_SECONDS "Secunde"
|
||||
IDS_TIME_WEEKS "Săptămâni"
|
||||
IDS_TIME_WEEKS "Săptămâni"
|
||||
IDS_TIME_YEARS "Ani"
|
||||
END
|
||||
|
||||
// TYPES OF VELOCITIES
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_VELOCITY_CMS_SECOND "Centimetri/oră"
|
||||
IDS_VELOCITY_FEET_HOUR "Picioare/oră"
|
||||
IDS_VELOCITY_FEET_SECOND "Picioare/secundă"
|
||||
IDS_VELOCITY_CMS_SECOND "Centimetri/oră"
|
||||
IDS_VELOCITY_FEET_HOUR "Picioare/oră"
|
||||
IDS_VELOCITY_FEET_SECOND "Picioare/secundă"
|
||||
IDS_VELOCITY_KILOMETERS_HOUR "Kilometri/ore"
|
||||
IDS_VELOCITY_KNOTS "Nod"
|
||||
IDS_VELOCITY_MACH "Mach"
|
||||
IDS_VELOCITY_METERS_SECOND "Metri/secundă"
|
||||
IDS_VELOCITY_MILES_HOUR "Mile/oră"
|
||||
IDS_VELOCITY_METERS_SECOND "Metri/secundă"
|
||||
IDS_VELOCITY_MILES_HOUR "Mile/oră"
|
||||
END
|
||||
|
||||
// TYPES OF VOLUMES
|
||||
|
@ -670,7 +672,7 @@ BEGIN
|
|||
IDS_VOLUME_BUSHELS_US "Bushels (SUA)"
|
||||
IDS_VOLUME_CUBIC_CENTIMETERS "Centrimetri cubi"
|
||||
IDS_VOLUME_CUBIC_FEET "Picioare^3"
|
||||
IDS_VOLUME_CUBIC_INCHES "Ţoli cubi"
|
||||
IDS_VOLUME_CUBIC_INCHES "țoli cubi"
|
||||
IDS_VOLUME_CUBIC_METERS "Metri cubi"
|
||||
IDS_VOLUME_CUBIC_YARDS "Yarzi cubi"
|
||||
IDS_VOLUME_DOE "Doe"
|
||||
|
@ -729,3 +731,5 @@ BEGIN
|
|||
IDS_WEIGHT_TONS_UK "Tone (Marea Britanie)"
|
||||
IDS_WEIGHT_TONS_US "Tone (SUA)"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -21,9 +21,9 @@ void prepare_rpn_result_2(calc_number_t *rpn, TCHAR *buffer, int size, int base)
|
|||
/* calculate the width of integer number */
|
||||
width = (rpn->f==0) ? 1 : (int)log10(fabs(rpn->f))+1;
|
||||
if (calc.sci_out == TRUE || width > MAX_LD_WIDTH || width < -MAX_LD_WIDTH)
|
||||
ptr = buffer + _stprintf(buffer, TEXT("%#le"), rpn->f);
|
||||
ptr = buffer + _stprintf(buffer, TEXT("%#e"), rpn->f);
|
||||
else {
|
||||
ptr = buffer + _stprintf(buffer, TEXT("%#*.*lf"), width, ((MAX_LD_WIDTH-width-1)>=0) ? MAX_LD_WIDTH-width-1 : 0, rpn->f);
|
||||
ptr = buffer + _stprintf(buffer, TEXT("%#*.*f"), width, ((MAX_LD_WIDTH-width-1)>=0) ? MAX_LD_WIDTH-width-1 : 0, rpn->f);
|
||||
dst = _tcschr(buffer, TEXT('.'));
|
||||
while (--ptr > dst)
|
||||
if (*ptr != TEXT('0'))
|
||||
|
|
|
@ -35,6 +35,7 @@ int _tmain(int argc, TCHAR ** argv)
|
|||
{
|
||||
char psBuffer[128];
|
||||
char psBuffer2[128];
|
||||
char *nlptr2;
|
||||
char cmd[255];
|
||||
char test[300];
|
||||
FILE *pPipe;
|
||||
|
@ -60,7 +61,7 @@ int _tmain(int argc, TCHAR ** argv)
|
|||
{
|
||||
while(fgets(psBuffer2, 128, pPipe2))
|
||||
{
|
||||
char *nlptr2 = strchr(psBuffer2, '\n');
|
||||
nlptr2 = strchr(psBuffer2, '\n');
|
||||
if (nlptr2)
|
||||
*nlptr2 = '\0';
|
||||
puts(psBuffer2);
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
/*
|
||||
* XCOPY - Wine-compatible xcopy program
|
||||
* English language support
|
||||
*
|
||||
* Copyright (C) 2007 J. Edmeades
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
|
||||
LANGUAGE LANG_BULGARIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
STRING_INVPARMS, "Грешен брой ключове - ИзползвайтеUse xcopy /? за помощ\n"
|
||||
STRING_INVPARM, "Грешен ключ '%s' - ИзползвайтеUse xcopy /? за помощ\n"
|
||||
STRING_PAUSE, "Натиснете <enter> за начало на презаписа\n"
|
||||
STRING_SIMCOPY, "%d файл(а) щяха да бъдат презаписани\n"
|
||||
STRING_COPY, "%d файл(а) бяха презаписани\n"
|
||||
STRING_QISDIR, "'%s' файлово име ли е или целевата\n" \
|
||||
"папка?\n" \
|
||||
"(F - файл, D - папка)\n"
|
||||
STRING_SRCPROMPT,"%s? (Y-да|N-не)\n"
|
||||
STRING_OVERWRITE,"Замяна %s? (Y-да|N-не|A-всички)\n"
|
||||
STRING_COPYFAIL, "презаписът на '%s' в '%s' не успя с r/c %d\n"
|
||||
STRING_OPENFAIL, "Неуспешно отваряне на '%s'\n"
|
||||
STRING_READFAIL, "Неуспех при четене от '%s'\n"
|
||||
STRING_YES_CHAR, "Y"
|
||||
STRING_NO_CHAR, "N"
|
||||
STRING_ALL_CHAR, "A"
|
||||
STRING_FILE_CHAR,"F"
|
||||
STRING_DIR_CHAR, "D"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - презаписва файлове или папкови дървета в указана цел\n\
|
||||
\n\
|
||||
Написване:\n\
|
||||
XCOPY източник [цел] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
където:\n\
|
||||
\n\
|
||||
[/I] Приемане за папка, ако целта не съществува и при \n\
|
||||
\tпрезапис на два или повече файла\n\
|
||||
[/S] Презапис на папките и подпапките\n\
|
||||
[/E] Презапис на папките и подпапките, включително и празните\n\
|
||||
[/Q] Без изписване на имената по време на презаписа, т.е. тихо.\n\
|
||||
[/F] Показване на пълните изходни и целеви имена при презаписа\n\
|
||||
[/L] Симулиране на действието, с показване на имената, които биха били презаписани\n\
|
||||
[/W] Запитване преди започване на презаписа\n\
|
||||
[/T] Създаване на празна структура от папки, но без да запис файловете\n\
|
||||
[/Y] Замяна на файловете без питане\n\
|
||||
[/-Y] Замяна на файловете с питане\n\
|
||||
[/P] Питане преди презаписа на всеки файл\n\
|
||||
[/N] Използване на кратки имена при презаписа\n\
|
||||
[/U] Презапис само на файловете, които съществуват в целта\n\
|
||||
[/R] Замяна на всички файлове, които са само за четене\n\
|
||||
[/H] Презапис и на скритите и системни файове\n\
|
||||
[/C] Продължаване, дори и при грешка по време на презаписа\n\
|
||||
[/A] Презапис само на файловете с указан признак „архив”\n\
|
||||
[/M] Презапис само на файловете с указан признак „архив” и\n\
|
||||
\tпремахване на признака „архив”\n\
|
||||
[/D | /D:m-d-y] Презапис на новите файлове или на тези, променени след указаната дата.\n\
|
||||
\t\tАко не е указана дата, се презаписва само, ако целевата дата е по- стара от тази на\n\
|
||||
\t\tна източника\n\n"
|
||||
|
||||
END
|
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
||||
|
||||
|
@ -27,16 +30,16 @@ STRINGTABLE
|
|||
{
|
||||
STRING_INVPARMS, "Falsche Parameteranzahl - xcopy /? zeigt Hilfe an\n"
|
||||
STRING_INVPARM, "Unbekannter Parameter '%s' - xcopy /? zeigt Hilfe an\n"
|
||||
STRING_PAUSE, "Eingabetaste betätigen, um mit dem Kopieren zu beginnen\n"
|
||||
STRING_SIMCOPY, "%d Datei(en) würden kopiert\n"
|
||||
STRING_PAUSE, "Eingabetaste betätigen, um mit dem Kopieren zu beginnen\n"
|
||||
STRING_SIMCOPY, "%d Datei(en) würden kopiert\n"
|
||||
STRING_COPY, "%d Datei(en) kopiert\n"
|
||||
STRING_QISDIR, "Ist '%s' eine Datei oder ein Verzeichnis\n" \
|
||||
"am Zielsort?\n" \
|
||||
"(D - Datei, V - Verzeichnis)\n"
|
||||
STRING_SRCPROMPT,"%s? (Ja|Nein)\n"
|
||||
STRING_OVERWRITE,"%s überschreiben? (Ja|Nein|Alle)\n"
|
||||
STRING_OVERWRITE,"%s überschreiben? (Ja|Nein|Alle)\n"
|
||||
STRING_COPYFAIL, "Kopieren von '%s' nach '%s' fehlgeschlagen. Fehlernummer: %d\n"
|
||||
STRING_OPENFAIL, "Fehler beim Öffnen von '%s'\n"
|
||||
STRING_OPENFAIL, "Fehler beim Öffnen von '%s'\n"
|
||||
STRING_READFAIL, "Fehler beim Lesen von '%s'\n"
|
||||
STRING_YES_CHAR, "J"
|
||||
STRING_NO_CHAR, "N"
|
||||
|
@ -58,20 +61,20 @@ Mit:\n\
|
|||
[/S] Kopiere Verzeichnisse und Unterverzeichnisse\n\
|
||||
[/E] Kopiere Verzeichnisse und Unterverzeichnisse, auch leere\n\
|
||||
[/Q] Zeige die Dateinamen beim Kopieren nicht an\n\
|
||||
[/F] Zeige vollständige Dateinamen von Quelle und Ziel an\n\
|
||||
[/L] Simulation: Zeige die Namen der Datein, die kopiert würden\n\
|
||||
[/W] Wartet vor Beginn des Kopierens auf Bestätigung\n\
|
||||
[/F] Zeige vollständige Dateinamen von Quelle und Ziel an\n\
|
||||
[/L] Simulation: Zeige die Namen der Datein, die kopiert würden\n\
|
||||
[/W] Wartet vor Beginn des Kopierens auf Bestätigung\n\
|
||||
[/T] Erzeuge eine leere Verzeichnisstruktur, ohne Dateien zu kopieren\n\
|
||||
[/Y] Keine Nachfrage vor dem Überschreiben von Dateien\n\
|
||||
[/-Y] Nachrage vor dem Überschreiben von Dateien\n\
|
||||
[/P] Fragt für jede Quelldatei, ob sie kopiert werden soll\n\
|
||||
[/Y] Keine Nachfrage vor dem Überschreiben von Dateien\n\
|
||||
[/-Y] Nachrage vor dem Überschreiben von Dateien\n\
|
||||
[/P] Fragt für jede Quelldatei, ob sie kopiert werden soll\n\
|
||||
[/N] Kopiert die Dateien unter ihrem Kurznamen\n\
|
||||
[/U] Kopiert nur Dateien, die am Ziel bereits existieren\n\
|
||||
[/R] Überschreibt schreibgeschützte Dateien\n\
|
||||
[/R] Überschreibt schreibgeschützte Dateien\n\
|
||||
[/H] Kopiere auch versteckte und Systemdateien\n\
|
||||
[/C] Nach Fehlern den Kopiervorgang fortsetzen\n\
|
||||
[/A] Nur Dateien mit Archivbit kopieren\n\
|
||||
[/M] Nur Dateien mit Archivbit kopieren, danach Archivbit löschen\n\
|
||||
[/M] Nur Dateien mit Archivbit kopieren, danach Archivbit löschen\n\
|
||||
[/D | /D:m-d-y] Kopiere neue Dateien und Dateien, die neuer als das\n\
|
||||
\t\tangegebene Datum sind. Wird kein Datum angegegebn, werden nur\n\
|
||||
\t\tQuelldateien kopiert, die neuer sind als die Zieldatei\n\n"
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
/*
|
||||
* XCOPY - Wine-compatible xcopy program
|
||||
* English language support
|
||||
*
|
||||
* Copyright (C) 2007 J. Edmeades
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
|
||||
LANGUAGE LANG_GREEK, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
STRING_INVPARMS, "Μη έγκυρος αριθμός παραμέτρων - Χρησιμοποιείστε το xcopy /? για βοήθεια\n"
|
||||
STRING_INVPARM, "Μη έγκυρη παράμετρος '%s' - Χρησιμοποιείστε xcopy /? για βοήθεια\n"
|
||||
STRING_PAUSE, "Πατήστε <enter> για να ξεκινήσει η αντιγραφή\n"
|
||||
STRING_SIMCOPY, "%d αρχείο(α) θα αντιγραφούν\n"
|
||||
STRING_COPY, "%d αρχείο(α) αντιγράφηκαν\n"
|
||||
STRING_QISDIR, "Το '%s' είναι αρχείο ή κατάλογος\n" \
|
||||
"στον προορισμό;\n" \
|
||||
"(F - Αρχείο, D - Κατάλογος)\n"
|
||||
STRING_SRCPROMPT,"%s? ((Υ)Ναι|(Ν)Όχι)\n"
|
||||
STRING_OVERWRITE,"Επικάλυψη %s? ((Υ)Ναι|(Ν)Όχι|(Α)Όλα)\n"
|
||||
STRING_COPYFAIL, "Η αντιογραφή του '%s' στο '%s' απέτυχε με r/c %d\n"
|
||||
STRING_OPENFAIL, "Δεν ήταν δυνατό το άνοιγμα του '%s'\n"
|
||||
STRING_READFAIL, "Αποτυχία κατά την ανάγνωση του '%s'\n"
|
||||
STRING_YES_CHAR, "Y"
|
||||
STRING_NO_CHAR, "N"
|
||||
STRING_ALL_CHAR, "A"
|
||||
STRING_FILE_CHAR,"F"
|
||||
STRING_DIR_CHAR, "D"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - Αντιγράφει αρχεία ή δέντρα καταλόγων σε έναν προορισμό\n\
|
||||
\n\
|
||||
Σύνταξη:\n\
|
||||
XCOPY πηγή [προορισμός] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
Όπου:\n\
|
||||
\n\
|
||||
[/I] Assume directory if destination does not exist and copying 2 or \n\
|
||||
\tmore files\n\
|
||||
[/S] Αντιγραφή καταλόγων και υποκαταλόγων\n\
|
||||
[/E] Αντιγραφή καταλόγων και υποκαταλόγων, συμπεριλαμβανομένων και των άδειων\n\
|
||||
[/Q] Απόκρυψη εμφάνισης λίστας ονομάτων κατά την αντιγραφή, δηλαδή σιωπηλή αντιγραφή.\n\
|
||||
[/F] Εμφάνιση πλήρους μονοπατιού πηγής και προορισμού κατά την αντιγραφή\n\
|
||||
[/L] Εμφάνιση απλά των ονομάτων που θα αντιγραφούν\n\
|
||||
[/W] Προτροπή πριν την εκκίνηση αντιγραφής\n\
|
||||
[/T] Δημιουργία άδειας δομής καταλόγων χωρίς αντιγραφή αρχείων\n\
|
||||
[/Y] Αγνόηση προτρποπής κατά την επικάλυψη αρχείων\n\
|
||||
[/-Y] Προτροπή κατά την επικάλυψη αρχείων\n\
|
||||
[/P] Προτροπή για κάθε αρχείο προς αντιγραφή\n\
|
||||
[/N] Αντιγραφή με χρήση μικρών ονομάτων\n\
|
||||
[/U] Αντιγραφή μόνο των αρχείων που υπάρχουν στον προορισμό\n\
|
||||
[/R] Επικάλυψη κάθε αρχείου προς ανάγνωση μόνο\n\
|
||||
[/H] Να συμπεριληφθούν κρυφά αρχεία και αρχεία συστήματος στην αντιγραφή\n\
|
||||
[/C] Συνέχιση της διαδικασίας ακόμα κι αν προκύψει λάθος στο ενδιάμεσο\n\
|
||||
[/A] Αντιγραφή μόνο αρχείων με archive attribute set\n\
|
||||
[/M] Αντιγραφή μόνο αρχείων με archive attribute set, removes \n\
|
||||
\tarchive attribute\n\
|
||||
[/D | /D:m-d-y] Αντιγραφή νέων αρχείων ή αυτών που τροποποιήθηκαν μετά τη συγκεκριμένη ημερομηνία.\n\
|
||||
\t\tΑΝ δεν έχει ορισθεί ημερομηνία, να γίνει αντιγραφή μόνο αν ο προορισμός είναι παλαιότερος\n\
|
||||
\t\tαπό την πηγή\n\n"
|
||||
|
||||
END
|
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
|
||||
|
@ -30,12 +33,12 @@ STRINGTABLE
|
|||
STRING_PAUSE, "Appuyez sur ENTRÉE pour démarrer la copie\n"
|
||||
STRING_SIMCOPY, "%d fichier(s) seront copiés\n"
|
||||
STRING_COPY, "%d fichier(s) copiés\n"
|
||||
STRING_QISDIR, "Est-ce que « %s » est un fichier ou un répertoire\n" \
|
||||
STRING_QISDIR, "« %s » est-il un fichier ou un répertoire\n" \
|
||||
"dans la destination ?\n" \
|
||||
"(F - Fichier, R - Répertoire)\n"
|
||||
STRING_SRCPROMPT,"%s ? (Oui|Non)\n"
|
||||
STRING_OVERWRITE,"Écraser %s ? (Oui|Non|Tous)\n"
|
||||
STRING_COPYFAIL, "La copie de « %s » vers « %s » a échoué avec le c/r %d\n"
|
||||
STRING_COPYFAIL, "La copie de « %s » vers « %s » a échoué avec le code de retour %d\n"
|
||||
STRING_OPENFAIL, "Impossible d'ouvrir « %s »\n"
|
||||
STRING_READFAIL, "Impossible de lire « %s »\n"
|
||||
STRING_YES_CHAR, "O"
|
||||
|
@ -45,38 +48,36 @@ STRINGTABLE
|
|||
STRING_DIR_CHAR, "R"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - Copie les fichiers ou répertoires source vers une destination\n\
|
||||
"XCOPY - Copie les fichiers ou répertoires sources vers une destination\n\
|
||||
\n\
|
||||
Syntaxe :\n\
|
||||
XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
|
||||
XCOPY source [destination] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
Où :\n\
|
||||
où :\n\
|
||||
\n\
|
||||
[/I] Suppose que la destination est un répertoire si elle n'existe pas et que l'on copie plus\n\
|
||||
\td'un fichier\n\
|
||||
[/S] Copie les répertoires et sous-répertoires\n\
|
||||
[/E] Copie les répertoires et sous-répertoires, y compris ceux qui sont vides\n\
|
||||
[/Q] Ne pas afficher la liste des fichiers copiés (mode silencieux)\n\
|
||||
[/F] Afficher la source et la destination complète lors de la copie\n\
|
||||
[/L] Simuler l'opération, en montrant le nom des fichiers qui auraient été copiés\n\
|
||||
[/F] Afficher les source et destination complètes lors de la copie\n\
|
||||
[/L] Simuler la copie, en montrant le nom des fichiers qui seraient copiés\n\
|
||||
[/W] Demande avant de démarrer la copie\n\
|
||||
[/T] Créer une structure de répertoires vides, mais ne copie pas les fichiers\n\
|
||||
[/T] Créer une structure de répertoires vides, mais ne pas copier les fichiers\n\
|
||||
[/Y] Ne demande pas de confirmation lors de l'écrasement des fichiers\n\
|
||||
[/-Y] Demande une confirmation lors de l'écrasement des fichiers\n\
|
||||
[/P] Demande avant de copier chaque fichier source\n\
|
||||
[/N] Copie en utilisant des noms courts\n\
|
||||
[/P] Interroge l'utilisateur avant de copier chaque fichier source\n\
|
||||
[/N] Copie en utilisant les noms courts\n\
|
||||
[/U] Copie uniquement les fichiers qui existent déjà dans la destination\n\
|
||||
[/R] Écrase même les fichiers en lecture seule\n\
|
||||
[/H] Inclure les fichiers cachés et système dans la copie\n\
|
||||
[/C] Continue même si une erreur survient pendant la copie\n\
|
||||
[/A] Copie uniquement les fichiers qui ont l'attribut archive défini\n\
|
||||
[/M] Copie uniquement les fichiers qui ont l'attribut archive défini, supprime\n\
|
||||
[/M] Copie uniquement les fichiers qui ont l'attribut archive défini ; supprime\n\
|
||||
\tensuite l'attribut\n\
|
||||
[/D | /D:m-d-y] Copie uniquement les fichiers nouveaux ou ceux modifiés après la date spécifiée.\n\
|
||||
\t\tSi aucune date n'est spécifiée, copie uniquement lorsque le fichier de destination est plus vieux\n\
|
||||
[/D | /D:m-d-y] Copie uniquement les nouveaux fichiers, ou ceux modifiés après la date spécifiée.\n\
|
||||
\t\tSi aucune date n'est spécifiée, copie uniquement lorsque le fichier de destination est plus ancien\n\
|
||||
\t\tque le fichier source\n\n"
|
||||
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -1,79 +0,0 @@
|
|||
/*
|
||||
* XCOPY - Wine-compatible xcopy program
|
||||
* English language support
|
||||
*
|
||||
* Copyright (C) 2007 J. Edmeades
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
STRING_INVPARMS, "Numero di parametri non valido - Usare xcopy /? per l'aiuto\n"
|
||||
STRING_INVPARM, "Parametro non valido '%s' - Usare xcopy /? per l'aiuto\n"
|
||||
STRING_PAUSE, "Premeress <invio> per iniziare la copia\n"
|
||||
STRING_SIMCOPY, "%d file(s) saranno copiati\n"
|
||||
STRING_COPY, "%d file(s) copiati\n"
|
||||
STRING_QISDIR, "'%s' è un file o una cartella ?\n" \
|
||||
"sulla destinazione?\n" \
|
||||
"(F - File, C - Cartella)\n"
|
||||
STRING_SRCPROMPT,"%s? (Si|No)\n"
|
||||
STRING_OVERWRITE,"Sovrascrivere %s? (Si|No|Tutti)\n"
|
||||
STRING_COPYFAIL, "Copia di '%s' su '%s' fallitocon r/c %d\n"
|
||||
STRING_OPENFAIL, "Impossibile aprire '%s'\n"
|
||||
STRING_READFAIL, "Impossibile leggre '%s'\n"
|
||||
STRING_YES_CHAR, "S"
|
||||
STRING_NO_CHAR, "N"
|
||||
STRING_ALL_CHAR, "T"
|
||||
STRING_FILE_CHAR,"F"
|
||||
STRING_DIR_CHAR, "C"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - Copia i file sorgenti o un albero di cartelle su una destinazione\n\
|
||||
\n\
|
||||
Sintassi:\n\
|
||||
XCOPY sorgente [destinazione] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
Dove:\n\
|
||||
\n\
|
||||
[/I] Assumere che sia una cartella se la destinazione non esiste e vengono \n\
|
||||
\t\tcopiati due o più file\n\
|
||||
[/S] Copiare cartelle e sottocartelle\n\
|
||||
[/E] Copiare cartelle e sottocartelle, comprese quelle vuote\n\
|
||||
[/Q] Non elencare i nomi dei file durante la copia.\n\
|
||||
[/F] Mostrare il percorso completo di sorgente e destinazione durante la copia\n\
|
||||
[/L] Simulare l'operazione, mostrare i nomi dei file che sarebbero copiati\n\
|
||||
[/W] Chidere conferma prima di iniziare la copia\n\
|
||||
[/T] Creare una strutture di cartelle vuota senza copiare i file\n\
|
||||
[/Y] Supprimere la richiesta di conferma per la sovrascrittura dei file\n\
|
||||
[/-Y] Abilitare la richiesta di conferma per la sovrascrittura dei file\n\
|
||||
[/P] Chiedere conferma prima della copia di ogni file\n\
|
||||
[/N] Copiare usando i nomi corti\n\
|
||||
[/U] Copiare solo i file che esistono già nella destinazione\n\
|
||||
[/R] Sovrascrivere i file in sola lettura\n\
|
||||
[/H] Includere nella copia i file nascosti e quelli di sistema\n\
|
||||
[/C] Continuare nella copia anche se si verificano errori\n\
|
||||
[/A] Copiare solo i file con l'attributo di archivio attivo\n\
|
||||
[/M] Copiare solo i file con l'attributo di archivio attivo e poi \n\
|
||||
\t\tlo disattiva\n\
|
||||
[/D | /D:m-d-y] Copiare i file nuovi o modificati dopo la data indicata.\n\
|
||||
\t\tSe non è indicata una data copiare solo se la destinazione e meno recente\n\
|
||||
\t\tdella sorgente\n\n"
|
||||
|
||||
}
|
|
@ -20,6 +20,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
||||
|
||||
|
|
83
reactos/base/applications/cmdutils/xcopy/Lt.rc
Normal file
83
reactos/base/applications/cmdutils/xcopy/Lt.rc
Normal file
|
@ -0,0 +1,83 @@
|
|||
/*
|
||||
* XCOPY - Wine-compatible xcopy program
|
||||
* Lithuanian language support
|
||||
*
|
||||
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
STRING_INVPARMS, "Neteisingas parametrų skaičius - pagalba: xcopy /?\n"
|
||||
STRING_INVPARM, "Neteisingas parametras '%s' - pagalba: xcopy /?\n"
|
||||
STRING_PAUSE, "Spauskite <enter> kopijavimui pradėti\n"
|
||||
STRING_SIMCOPY, "bus nukopijuota failų: %d\n"
|
||||
STRING_COPY, "nukopijuota failų: %d\n"
|
||||
STRING_QISDIR, "Ar '%s' yra failas, ar katalogas,\n" \
|
||||
"ar paskirtis?\n" \
|
||||
"(F - failas, K - katalogas)\n"
|
||||
STRING_SRCPROMPT,"%s? (Taip|Ne)\n"
|
||||
STRING_OVERWRITE,"Perrašyti %s? (Taip|Ne|Visus)\n"
|
||||
STRING_COPYFAIL, "'%s' kopijavimas į '%s' nepavyko su r/c %d\n"
|
||||
STRING_OPENFAIL, "Nepavyko atverti '%s'\n"
|
||||
STRING_READFAIL, "Klaida skaitant '%s'\n"
|
||||
STRING_YES_CHAR, "T"
|
||||
STRING_NO_CHAR, "N"
|
||||
STRING_ALL_CHAR, "V"
|
||||
STRING_FILE_CHAR,"F"
|
||||
STRING_DIR_CHAR, "K"
|
||||
|
||||
STRING_HELP,
|
||||
"XCOPY - Kopijuoja šaltinio failus ir katalogų medžius į paskirties vietą\n\
|
||||
\n\
|
||||
Sintaksė:\n\
|
||||
XCOPY šaltinis [paskirtis] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
|
||||
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
|
||||
\n\
|
||||
Kur:\n\
|
||||
\n\
|
||||
[/I] Tarti, kad katalogas, jei paskirtis neegzistuoja ir kopijuojami\n\
|
||||
\t2 ar daugiau failų\n\
|
||||
[/S] Kopijuoti katalogus ir pakatalogius\n\
|
||||
[/E] Kopijuoti katalogus ir pakatalogius, taip pat ir tuščius\n\
|
||||
[/Q] Kopijuojant nerodyti vardų, kopijuoti tyliai.\n\
|
||||
[/F] Kopijuojant rodyti pilnus šaltinio ir paskirties vardus\n\
|
||||
[/L] Modeliuoti veikimą rodant failus, kurie būtų kopijuojami\n\
|
||||
[/W] Raginti prieš pradedant kopijavimo operaciją\n\
|
||||
[/T] Sukuria tuščią katalogų struktūrą, bet nekopijuoja jokių failų\n\
|
||||
[/Y] Nerodyti raginimų, kai perrašomi failai\n\
|
||||
[/-Y] Įjungti raginimus, kai perrašomi failai\n\
|
||||
[/P] Ragina prieš kopijuojant kiekvieną šaltinio failą\n\
|
||||
[/N] Kopijuoti naudojant trumpus vardus\n\
|
||||
[/U] Kopijuoti tik tuos failus, kurie jau egzistuoja paskirties vietoje\n\
|
||||
[/R] Perrašyti visus nekeičiamus failus\n\
|
||||
[/H] Kopijuoti paslėptus ir sisteminius failus\n\
|
||||
[/C] Tęsti, net jei įvyksta klaida kopijuojant\n\
|
||||
[/A] Kopijuoti tik failus su nustatytu archyvavimo požymiu\n\
|
||||
[/M] Kopijuoti tik failus su nustatytu archyvavimo požymiu, pašalinti\n\
|
||||
\tarchyvavimo požymį\n\
|
||||
[/D | /D:m-d-y] Kopijuoti naujus failus arba modifikuotos po nurodytos datos.\n\
|
||||
\t\tJei data nenurodyta, kopijuoti tik jei paskirties failas yra\n\
|
||||
\t\tsenesnis už šaltinio failą\n\n"
|
||||
|
||||
}
|
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NORWEGIAN_BOKMAL
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_PORTUGUESE, SUBLANG_NEUTRAL
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "xcopy.h"
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
LANGUAGE LANG_SLOVENIAN, SUBLANG_DEFAULT
|
||||
|
@ -78,5 +80,3 @@ Where:\n\
|
|||
\t\tod izvora\n\n"
|
||||
|
||||
}
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <windef.h>
|
||||
|
||||
/* Local #defines */
|
||||
#define RC_OK 0
|
||||
#define RC_NOFILES 1
|
||||
|
|
|
@ -3,10 +3,21 @@
|
|||
<module name="xcopy" type="win32cui" installbase="system32" installname="xcopy.exe" unicode="true">
|
||||
<include base="xcopy">.</include>
|
||||
<library>wine</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>shell32</library>
|
||||
<library>user32</library>
|
||||
<library>kernel32</library>
|
||||
<file>xcopy.c</file>
|
||||
<file>xcopy.rc</file>
|
||||
<file>Da.rc</file>
|
||||
<file>De.rc</file>
|
||||
<file>En.rc</file>
|
||||
<file>Fr.rc</file>
|
||||
<file>Ko.rc</file>
|
||||
<file>Lt.rc</file>
|
||||
<file>Nl.rc</file>
|
||||
<file>No.rc</file>
|
||||
<file>Pl.rc</file>
|
||||
<file>Pt.rc</file>
|
||||
<file>Ru.rc</file>
|
||||
<file>Si.rc</file>
|
||||
<metadata description="xcopy command-line tool" />
|
||||
</module>
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "xcopy command\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "xcopy\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "xcopy.exe\0"
|
||||
#include <reactos/version.rc>
|
||||
|
||||
#include "rsrc.rc"
|
||||
|
||||
|
|
@ -8,11 +8,11 @@
|
|||
<location>http://releases.mozilla.org/pub/mozilla.org/firefox/releases/2.0.0.20/win32/en-US/Firefox%20Setup%202.0.0.20.exe</location>
|
||||
</application>
|
||||
<application name="Firefox 3.0">
|
||||
<regname>Mozilla Firefox (3.0.9)</regname>
|
||||
<regname>Mozilla Firefox (3.0.11)</regname>
|
||||
<licence>MPL/GPL/LGPL</licence>
|
||||
<version>3.0.9</version>
|
||||
<version>3.0.11</version>
|
||||
<description>The most popular and one of the best free Web Browsers out there.</description>
|
||||
<location>http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.9/win32/en-US/Firefox%20Setup%203.0.9.exe</location>
|
||||
<location>http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0.11/win32/en-US/Firefox%20Setup%203.0.11.exe</location>
|
||||
</application>
|
||||
<application name="Opera">
|
||||
<regname>Opera</regname>
|
||||
|
@ -21,6 +21,13 @@
|
|||
<description>The popular Opera Browser with many advanced features and including a Mail and BitTorrent client.</description>
|
||||
<location>http://ftp.opera.com/pub/opera/win/963/en/Opera_963_classic_Setup.exe</location>
|
||||
</application>
|
||||
<application name="Abyss Web server X1 2.6">
|
||||
<regname>AbyssX1 2.6</regname>
|
||||
<licence>Freeware</licence>
|
||||
<version>2.6</version>
|
||||
<description>Abyss Web Server enables you to host your Web sites on your computer. It supports secure SSL/TLS connections (HTTPS) as well as a wide range of Web technologies. It can also run advanced PHP, Perl, Python, ASP, ASP.NET, and Ruby on Rails Web applications, which can be backed by databases such as MySQL, SQLite, MS SQL Server, MS Access, or Oracle</description>
|
||||
<location>http://www.aprelium.com/data/abwsx1.exe</location>
|
||||
</application>
|
||||
<application name="Thunderbird 2.0">
|
||||
<regname>Mozilla Thunderbird (2.0.0.19)</regname>
|
||||
<licence>MPL/GPL/LGPL</licence>
|
||||
|
@ -71,6 +78,20 @@
|
|||
<description>Word processor.</description>
|
||||
<location>http://www.abiword.org/downloads/abiword/2.6.4/Windows/abiword-setup-2.6.4.exe</location>
|
||||
</application>
|
||||
<application name="SoftMaker Office 2008">
|
||||
<regname>SoftMakerOff08</regname>
|
||||
<version>2008</version>
|
||||
<licence>Shareware</licence>
|
||||
<description>SoftMaker Office 2008 comes with the following applications: TextMaker 2008: Reads and writes all Microsoft Word files without a hitch. PlanMaker 2008, the fully Excel-compatible spreadsheet. SoftMaker Presentations 2008, fully compatible with Microsoft PowerPoint.</description>
|
||||
<location>http://www.softmaker.net/down/ofw08ev.exe</location>
|
||||
</application>
|
||||
<application name="TextMaker Viewer 2009">
|
||||
<regname>TextMaker Viewer 2009</regname>
|
||||
<version>TMViewer09</version>
|
||||
<licence>Freeware</licence>
|
||||
<description>A light viewer which lets you open, view, and print documents created with Microsoft Word 6.0 to 2007, TextMaker as well as OpenDocument and other common office file formats.</description>
|
||||
<location>http://www.softmaker.net/down/TMViewerSetup.exe</location>
|
||||
</application>
|
||||
<application name="OpenOffice 2.4">
|
||||
<regname>OpenOffice.org 2.4.2</regname>
|
||||
<version>2.4.2</version>
|
||||
|
@ -122,42 +143,36 @@
|
|||
<description>MFC 4 is needed by some applications</description>
|
||||
<location>http://download.microsoft.com/download/ole/ole2v/3.5/w351/en-us/ole2v.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Basic 5 Runtime">
|
||||
<regname>vb5run</regname>
|
||||
<version>5.0</version>
|
||||
<description>Visual Basic 5 Runtime</description>
|
||||
<location>http://download.microsoft.com/download/vb50pro/utility/1/win98/en-us/msvbvm50.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Basic 6 Runtime">
|
||||
<regname>vb6run</regname>
|
||||
<version>6.0</version>
|
||||
<description>Visual Basic 6 Runtime</description>
|
||||
<location>http://download.microsoft.com/download/vb60pro/install/6/win98me/en-us/vbrun60.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Studio 6 Runtime">
|
||||
<regname>vc6run</regname>
|
||||
<version>6.0</version>
|
||||
<description>Visual Studio 6 Runtime</description>
|
||||
<location>http://download.microsoft.com/download/vc60pro/update/1/w9xnt4/en-us/vc6redistsetup_enu.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Studio 2005 Runtime">
|
||||
<regname>vc2005run</regname>
|
||||
<version>7.0</version>
|
||||
<description>Visual Studio 2005 Runtime</description>
|
||||
<location>http://download.microsoft.com/download/d/3/4/d342efa6-3266-4157-a2ec-5174867be706/vcredist_x86.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Studio 2005 Runtime SP1">
|
||||
<regname>vc2005sp1run</regname>
|
||||
<version>7.1</version>
|
||||
<description>Visual Studio 2005 Runtime SP1</description>
|
||||
<location>http://download.microsoft.com/download/e/1/c/e1c773de-73ba-494a-a5ba-f24906ecf088/vcredist_x86.exe</location>
|
||||
</application>
|
||||
|
||||
<application name="Visual Studio 2008 Runtime">
|
||||
<regname>vc2008run</regname>
|
||||
<version>8.0</version>
|
||||
|
@ -172,13 +187,20 @@
|
|||
<description>SMPlayer</description>
|
||||
<location>http://dfn.dl.sourceforge.net/sourceforge/smplayer/smplayer_0.6.7_setup.exe</location>
|
||||
</application>
|
||||
<application name="VLC Media Player 0.8.0">
|
||||
<regname>vlc0.8.0</regname>
|
||||
<licence>GPL</licence>
|
||||
<version>0.8.0</version>
|
||||
<description>VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols.</description>
|
||||
<location>http://download.videolan.org/pub/videolan/vlc/0.8.0/win32/vlc-0.8.0-win32.exe</location>
|
||||
</application>
|
||||
</category>
|
||||
<category name="Development" icon="5">
|
||||
<application name="ReactOS Build Environment">
|
||||
<regname>ReactOS Build Environment 1.2</regname>
|
||||
<version>1.2</version>
|
||||
<regname>ReactOS Build Environment 1.4.4</regname>
|
||||
<version>1.4.4</version>
|
||||
<description>Allows you to build the ReactOS Source. For more instructions see ReactOS wiki.</description>
|
||||
<location>http://ovh.dl.sourceforge.net/sourceforge/reactos/RosBE-1.2.exe</location>
|
||||
<location>http://ovh.dl.sourceforge.net/sourceforge/reactos/RosBE-1.4.4.exe</location>
|
||||
</application>
|
||||
<application name="MinGW">
|
||||
<regname>MinGW 5.1.3</regname>
|
||||
|
@ -186,6 +208,13 @@
|
|||
<description>A Port of the GNU toolchain with GCC, GDB, GNU make, etc.</description>
|
||||
<location>http://ovh.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe</location>
|
||||
</application>
|
||||
<application name="SciTE 1.78">
|
||||
<regname>SciTE 1.78</regname>
|
||||
<version>1.78</version>
|
||||
<licence>GPL</licence>
|
||||
<description>SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs.</description>
|
||||
<location>http://fastbull.dl.sourceforge.net/sourceforge/scintilla/Sc178.exe</location>
|
||||
</application>
|
||||
<application name="FreeBASIC">
|
||||
<regname>FreeBASIC 0.18.4b</regname>
|
||||
<version>0.18.4b</version>
|
||||
|
@ -213,10 +242,10 @@
|
|||
<location>http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-1.3.0-win32-CCLP2.exe</location>
|
||||
</application>
|
||||
<application name="OpenTTD">
|
||||
<regname>OpenTTD 0.6.0</regname>
|
||||
<version>0.6.0</version>
|
||||
<description>Open Source clone of the "Transport Tycoon Deluxe" game engine. You need a copy of Transport Tycoon.</description>
|
||||
<location>http://ovh.dl.sourceforge.net/sourceforge/openttd/openttd-0.6.0-win32.exe</location>
|
||||
<regname>OpenTTD 0.7.1</regname>
|
||||
<version>0.7.1</version>
|
||||
<description>Open Source clone of the "Transport Tycoon Deluxe" game engine. You either need a copy of Transport Tycoon or have to manually download and set up the OpenGFX files.</description>
|
||||
<location>http://binaries.openttd.org/releases/0.7.1/openttd-0.7.1-windows-win32.exe</location>
|
||||
</application>
|
||||
<application name="LBreakout2">
|
||||
<regname>LBreakout2 2.4.1</regname>
|
||||
|
|
|
@ -33,10 +33,10 @@ BEGIN
|
|||
IDS_NO_APP_TITLE "アプリケーションが選択されていません"
|
||||
IDS_NO_APP "ダウンロードボタンをクリックする前にアプリケーションを選択してください ヘルプが必要な場合、一番右上の?マークボタンをクリックしてください。"
|
||||
IDS_UPDATE_TITLE "アップデート"
|
||||
IDS_UPDATE "申し訳ありません。この機能は未実装です。"
|
||||
IDS_UPDATE "申\し訳ありません。この機能\は未実装です。"
|
||||
IDS_HELP_TITLE "ヘルプ"
|
||||
IDS_HELP "左側からカテゴリを選択し、アプリケーションを選択してダウンロードボタンをクリックしてください。 アプリケーションの情報をアップデートするにはヘルプボタン隣のボタンをクリックしてください。"
|
||||
IDS_NO_APPS "申し訳ありません。このカテゴリにはアプリケーションがまだありません。 手伝って、もっとアプリケーションを追加できます。"
|
||||
IDS_NO_APPS "申\し訳ありません。このカテゴリにはアプリケーションがまだありません。 手伝って、もっとアプリケーションを追加できます。"
|
||||
IDS_CHOOSE_APP "アプリケーションを選択してください。"
|
||||
IDS_CHOOSE_SUB "サブカテゴリを選択してください。"
|
||||
IDS_CHOOSE_CATEGORY "カテゴリを選択してください。"
|
||||
|
|
|
@ -34,8 +34,8 @@ END
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_WINDOW_TITLE "Œci¹gnij ! - Mened¿er pobierania dla ReactOS"
|
||||
IDS_WELCOME_TITLE "Witamy w Œci¹gnij dla ReactOS"
|
||||
IDS_WINDOW_TITLE "Download! - Mened¿er pobierania dla ReactOS"
|
||||
IDS_WELCOME_TITLE "Witamy w Download! dla ReactOS"
|
||||
IDS_WELCOME "Proszę wybrać kategorię po lewej. Wersja programu: 1.1."
|
||||
IDS_NO_APP_TITLE "Nie wybrano programu"
|
||||
IDS_NO_APP "Proszę wybrać program, przed kliknięciem w przycisk Ściągnij. W razie problemów kliknij w znak zapytania, w prawym górnym rogu okna."
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_QUIT, "Ieşire"
|
||||
IDS_QUIT, "Ieșire"
|
||||
IDS_PRINT, "Imprimare"
|
||||
IDS_STRING, "Profesoara mea de chimie scrie multe poezii frumoase. 1234567890"
|
||||
IDS_ERROR, "Eroare"
|
||||
IDS_ERROR_NOMEM, "Nu e destulă memorie pentru a încheia operaţia."
|
||||
IDS_ERROR_NOFONT, "Fişierul %1 este un fişier font deteriorat."
|
||||
IDS_ERROR_NOCLASS, "Nu s-a putut iniţializa clasa de ferestre."
|
||||
IDS_ERROR_BADCMD, "Niciun font specificat.\nSintaxă:\n fontview.exe <fişier font>"
|
||||
IDS_ERROR_NOMEM, "Nu e destulă memorie pentru a încheia operaţia."
|
||||
IDS_ERROR_NOFONT, "Fișierul %1 este un fișier font deteriorat."
|
||||
IDS_ERROR_NOCLASS, "Nu s-a putut iniţializa clasa de ferestre."
|
||||
IDS_ERROR_BADCMD, "Niciun font specificat.\nSintaxă:\n fontview.exe <fișier font>"
|
||||
END
|
||||
|
||||
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -9,19 +9,21 @@
|
|||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
/* Dialogs */
|
||||
|
||||
IDD_OPTIONS DIALOGEX DISCARDABLE 0, 0, 186, 118
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_SHELLFONT
|
||||
CAPTION "Opþiuni"
|
||||
CAPTION "Opțiuni"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "Cãrþi", -1, 7, 7, 65, 40
|
||||
GROUPBOX "Cărți", -1, 7, 7, 65, 40
|
||||
AUTORADIOBUTTON "Desenare &una", IDC_OPT_DRAWONE, 14, 19, 52, 10, WS_GROUP | WS_TABSTOP
|
||||
AUTORADIOBUTTON "Desenare &trei", IDC_OPT_DRAWTHREE, 14, 32, 52, 10
|
||||
|
||||
AUTOCHECKBOX "&Afiºare timp", IDC_OPT_SHOWTIME, 7 ,51 ,65 ,10, WS_TABSTOP | WS_DISABLED
|
||||
AUTOCHECKBOX "B&arã de stare", IDC_OPT_STATUSBAR, 7, 66, 64, 10, WS_TABSTOP
|
||||
AUTOCHECKBOX "&Afișare timp", IDC_OPT_SHOWTIME, 7 ,51 ,65 ,10, WS_TABSTOP | WS_DISABLED
|
||||
AUTOCHECKBOX "B&ară de stare", IDC_OPT_STATUSBAR, 7, 66, 64, 10, WS_TABSTOP
|
||||
|
||||
DEFPUSHBUTTON "OK", IDOK, 35, 97, 50, 14
|
||||
PUSHBUTTON "Anulare", IDCANCEL, 101, 97, 50, 14
|
||||
|
@ -29,7 +31,7 @@ END
|
|||
|
||||
|
||||
IDD_CARDBACK DIALOGEX 6, 6, 221, 96
|
||||
CAPTION "Alegeþi setul de cãrþi"
|
||||
CAPTION "Alegeți setul de cărți"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_SHELLFONT
|
||||
BEGIN
|
||||
|
@ -48,9 +50,9 @@ STRINGTABLE
|
|||
BEGIN
|
||||
IDS_SOL_NAME "Solitaire"
|
||||
IDS_SOL_ABOUT "Solitaire de J Brown\nTradus de Petru Dimitriu\nCardLib versiunea 1.0."
|
||||
IDS_SOL_QUIT "Pãrãsiþi jocul curent?"
|
||||
IDS_SOL_WIN "Felicitãri, aþi câºtigat!"
|
||||
IDS_SOL_DEAL "Jucaþi din nou?"
|
||||
IDS_SOL_QUIT "Părăsiți jocul curent?"
|
||||
IDS_SOL_WIN "Felicitări, ați câștigat!"
|
||||
IDS_SOL_DEAL "Jucați din nou?"
|
||||
END
|
||||
|
||||
|
||||
|
@ -63,13 +65,13 @@ BEGIN
|
|||
MENUITEM "&Joc\tF2", IDM_GAME_NEW
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Set&...", IDM_GAME_DECK
|
||||
MENUITEM "&Opþiuni...", IDM_GAME_OPTIONS
|
||||
MENUITEM "&Opțiuni...", IDM_GAME_OPTIONS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Ieºire", IDM_GAME_EXIT
|
||||
MENUITEM "&Ieșire", IDM_GAME_EXIT
|
||||
END
|
||||
POPUP "&Ajutor"
|
||||
BEGIN
|
||||
MENUITEM "&Conþinut\tF1", IDM_HELP_CONTENTS
|
||||
MENUITEM "&Conținut\tF1", IDM_HELP_CONTENTS
|
||||
MENUITEM "&Despre", IDM_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
@ -83,3 +85,5 @@ BEGIN
|
|||
VK_F1, IDM_HELP_CONTENTS, VIRTKEY, NOINVERT
|
||||
VK_F2, IDM_GAME_NEW, VIRTKEY, NOINVERT
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
IDC_MAGNIFIER MENU
|
||||
BEGIN
|
||||
POPUP "&Fiºier"
|
||||
POPUP "&Fișier"
|
||||
BEGIN
|
||||
MENUITEM "Ieºire", IDM_EXIT
|
||||
MENUITEM "&Opþiuni", IDM_OPTIONS
|
||||
MENUITEM "Ieșire", IDM_EXIT
|
||||
MENUITEM "&Opțiuni", IDM_OPTIONS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Despre ...", IDM_ABOUT
|
||||
END
|
||||
|
@ -30,21 +32,21 @@ END
|
|||
|
||||
IDD_DIALOGOPTIONS DIALOGEX 0, 0, 153, 182
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Setãri Lupã"
|
||||
CAPTION "Setări Lupă"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Ieºire",IDOK,96,161,50,14
|
||||
DEFPUSHBUTTON "Ieșire",IDOK,96,161,50,14
|
||||
PUSHBUTTON "Ajutor",IDC_BUTTON_HELP,38,161,50,14
|
||||
LTEXT "Nivel mãrire:",IDC_STATIC,6,8,68,8
|
||||
LTEXT "Nivel mărire:",IDC_STATIC,6,8,68,8
|
||||
COMBOBOX IDC_ZOOM,72,6,63,66,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
GROUPBOX "Urmãrire",IDC_STATIC,7,25,139,59
|
||||
GROUPBOX "Urmărire",IDC_STATIC,7,25,139,59
|
||||
GROUPBOX "Presentare",IDC_STATIC,7,87,139,57
|
||||
CONTROL "Urmãrire cursor maus",IDC_FOLLOWMOUSECHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,42,114,10
|
||||
CONTROL "Urmãrire focalizare tastaturã",IDC_FOLLOWKEYBOARDCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,54,114,10
|
||||
CONTROL "Urmãrire editare text",IDC_FOLLOWTEXTEDITINGCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,66,114,10
|
||||
CONTROL "Urmărire cursor maus",IDC_FOLLOWMOUSECHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,42,114,10
|
||||
CONTROL "Urmărire focalizare tastatură",IDC_FOLLOWKEYBOARDCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,54,114,10
|
||||
CONTROL "Urmărire editare text",IDC_FOLLOWTEXTEDITINGCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,66,114,10
|
||||
CONTROL "Inversare culori",IDC_INVERTCOLORSCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,102,114,10
|
||||
CONTROL "Pornire minimizat",IDC_STARTMINIMIZEDCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,114,114,10
|
||||
CONTROL "Afiºare lupã",IDC_SHOWMAGNIFIERCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,126,114,10
|
||||
CONTROL "Afișare lupă",IDC_SHOWMAGNIFIERCHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,126,114,10
|
||||
END
|
||||
|
||||
IDD_WARNINGDIALOG DIALOGEX 0, 0, 250, 97
|
||||
|
@ -54,11 +56,13 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,193,76,50,14
|
||||
ICON IDI_ICON,IDC_STATIC,7,17,20,20
|
||||
LTEXT "Acest instrument este destinat celor cu deficienþe vizuale minore. Pentru rezultate mai bune, folosiþi un instrument mai sofisticat.",IDC_STATIC,36,7,207,33
|
||||
CONTROL "Nu mai afiºa acest mesaj",IDC_SHOWWARNINGCHECK, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,43,80,137,10
|
||||
LTEXT "Acest instrument este destinat celor cu deficiențe vizuale minore. Pentru rezultate mai bune, folosiți un instrument mai sofisticat.",IDC_STATIC,36,7,207,33
|
||||
CONTROL "Nu mai afișa acest mesaj",IDC_SHOWWARNINGCHECK, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,43,80,137,10
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_APP_TITLE "Lupã"
|
||||
IDS_APP_TITLE "Lupă"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -641,9 +641,12 @@ MainWndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
|
||||
case IDM_ABOUT:
|
||||
ShellAbout(hwnd, szAppTitle, 0, 0);
|
||||
{
|
||||
HICON mplayIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_MAIN));
|
||||
ShellAbout(hwnd, szAppTitle, 0, mplayIcon);
|
||||
DeleteObject(mplayIcon);
|
||||
break;
|
||||
|
||||
}
|
||||
case IDM_EXIT:
|
||||
PostMessage(hwnd, WM_CLOSE, 0, 0);
|
||||
return 0;
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<library>comdlg32</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>winmm</library>
|
||||
<library>shell32</library>
|
||||
<file>mplay32.c</file>
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
IDR_MAINMENU MENU
|
||||
BEGIN
|
||||
POPUP "&Fişier"
|
||||
POPUP "&Fișier"
|
||||
BEGIN
|
||||
MENUITEM "Export...", ID_EXPORT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "I&eşire", ID_EXIT
|
||||
MENUITEM "I&eșire", ID_EXIT
|
||||
END
|
||||
POPUP "Acţiuni"
|
||||
POPUP "Acțiuni"
|
||||
BEGIN
|
||||
MENUITEM "Conectare la...", ID_CONNECT, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
|
@ -18,19 +20,19 @@ BEGIN
|
|||
MENUITEM "Reluare", ID_RESUME, GRAYED
|
||||
MENUITEM "Repornire", ID_RESTART, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Reîmprospătare", ID_REFRESH
|
||||
MENUITEM "Reîmprospătare", ID_REFRESH
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Editare...", ID_EDIT, GRAYED
|
||||
MENUITEM "Creare...", ID_CREATE, GRAYED
|
||||
MENUITEM "Ştergere...", ID_DELETE, GRAYED
|
||||
MENUITEM "Ștergere...", ID_DELETE, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Proprietăţi...", ID_PROP, GRAYED
|
||||
MENUITEM "Proprietăți...", ID_PROP, GRAYED
|
||||
END
|
||||
POPUP "Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Pictograme mari", ID_VIEW_LARGE
|
||||
MENUITEM "Pictograme mici", ID_VIEW_SMALL
|
||||
MENUITEM "Listă", ID_VIEW_LIST
|
||||
MENUITEM "Listă", ID_VIEW_LIST
|
||||
MENUITEM "Detalii", ID_VIEW_DETAILS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Particularizare...",ID_VIEW_CUST, GRAYED
|
||||
|
@ -52,12 +54,12 @@ BEGIN
|
|||
MENUITEM "Reluare", ID_RESUME, GRAYED
|
||||
MENUITEM "Repornire", ID_RESTART, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Reîmprospătare", ID_REFRESH
|
||||
MENUITEM "Reîmprospătare", ID_REFRESH
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Editare...", ID_EDIT, GRAYED
|
||||
MENUITEM "Ştergere...", ID_DELETE, GRAYED
|
||||
MENUITEM "Ștergere...", ID_DELETE, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Proprietăţi...", ID_PROP, GRAYED
|
||||
MENUITEM "Proprietăți...", ID_PROP, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Ajutor...", ID_HELP
|
||||
END
|
||||
|
@ -69,7 +71,7 @@ FONT 8, "MS Shell Dlg",0,0
|
|||
STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | WS_SYSMENU | DS_MODALFRAME
|
||||
BEGIN
|
||||
LTEXT "Gestionar de servicii v0.8\nDrept de autor (C) 2005-2007\nde Ged Murphy (gedmurphy@reactos.org)", IDC_STATIC, 48, 7, 135, 30
|
||||
PUSHBUTTON "Închidere", IDOK, 75, 162, 44, 15
|
||||
PUSHBUTTON "Închidere", IDOK, 75, 162, 44, 15
|
||||
ICON IDI_SM_ICON, IDC_STATIC, 10, 10, 7, 30
|
||||
EDITTEXT IDC_LICENSE_EDIT, 8, 44, 174, 107, WS_VISIBLE | WS_VSCROLL | WS_TABSTOP | ES_READONLY | ES_MULTILINE
|
||||
END
|
||||
|
@ -89,27 +91,27 @@ BEGIN
|
|||
PUSHBUTTON "Suspendare", IDC_PAUSE , 130, 155, 54, 15, WS_DISABLED
|
||||
PUSHBUTTON "Reluare", IDC_RESUME, 192, 155, 54, 15, WS_DISABLED
|
||||
LTEXT "Nume serviciu:", IDC_STATIC, 4, 11, 53, 11
|
||||
LTEXT "Nume de afişare:", IDC_STATIC, 4, 29, 53, 11
|
||||
LTEXT "Nume de afișare:", IDC_STATIC, 4, 29, 53, 11
|
||||
LTEXT "Descriere:", IDC_STATIC, 4, 51, 53, 11
|
||||
LTEXT "Cale la executabil:", IDC_STATIC, 6, 73, 82, 9
|
||||
LTEXT "Tip pornire:", IDC_STATIC, 6, 108, 53, 11
|
||||
LTEXT "Stare serviciu:", IDC_STATIC, 4, 138, 53, 11
|
||||
LTEXT "", IDC_SERV_STATUS, 70, 138, 176, 11, WS_CHILD | WS_VISIBLE
|
||||
LTEXT "Puteţi specifica parametrii de pornire care se aplică la pornirea serviciului de aici.",IDC_STATIC, 6,177,240,15
|
||||
LTEXT "Puteți specifica parametrii de pornire care se aplică la pornirea serviciului de aici.",IDC_STATIC, 6,177,240,15
|
||||
LTEXT "Parametri de pornire:", IDC_STATIC, 6, 200, 58, 11
|
||||
EDITTEXT IDC_START_PARAM, 68, 199, 178, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
PUSHBUTTON "Editare", IDC_EDIT, 192, 215, 54, 15, WS_DISABLED
|
||||
END
|
||||
|
||||
IDD_DLG_DEPEND DIALOGEX 6,6,253,225
|
||||
CAPTION "Dependenţe"
|
||||
CAPTION "Dependențe"
|
||||
FONT 8, "MS Shell Dlg",0,0
|
||||
STYLE DS_SHELLFONT | WS_BORDER | WS_VISIBLE | WS_DLGFRAME | WS_SYSMENU | WS_THICKFRAME | WS_GROUP | WS_TABSTOP
|
||||
BEGIN
|
||||
CONTROL "", IDC_DEPEND_TREE1, "SysTreeView32" ,0x50010007, 8, 70, 236, 68, 0x00000200
|
||||
CONTROL "", IDC_DEPEND_TREE2, "SysTreeView32", 0x50010007, 8, 151, 234, 67, 0x00000200
|
||||
LTEXT "Unele servicii depind de alte servicii sau drivere de sistem şi încarcă alte grupuri. Dacă o componentă de sistem a oprit un astfel de serviciu sau dacă acesta nu funcţionează corect, serviciile care depind de el pot avea probleme.", IDC_STATIC,8, 7, 238, 26
|
||||
LTEXT "Acest serviciu depinde de următoarele componente:", IDC_STATIC, 8, 57, 236, 9
|
||||
LTEXT "Unele servicii depind de alte servicii sau drivere de sistem și încarcă alte grupuri. Dacă o componentă de sistem a oprit un astfel de serviciu sau dacă acesta nu funcționează corect, serviciile care depind de el pot avea probleme.", IDC_STATIC,8, 7, 238, 26
|
||||
LTEXT "Acest serviciu depinde de următoarele componente:", IDC_STATIC, 8, 57, 236, 9
|
||||
LTEXT "", IDC_DEPEND_SERVICE, 8, 38, 236, 13
|
||||
END
|
||||
|
||||
|
@ -124,12 +126,12 @@ BEGIN
|
|||
EDITTEXT IDC_CREATE_DESC, 10, 97, 210, 48, WS_CHILD | WS_VISIBLE
|
||||
EDITTEXT IDC_CREATE_OPTIONS, 10, 162, 210, 13, WS_CHILD | WS_VISIBLE
|
||||
LTEXT "*Nume serviciu :", IDC_STATIC, 12, 12, 54, 9
|
||||
LTEXT "*Nume pentru afişare :", IDC_STATIC, 12, 33, 54, 9
|
||||
LTEXT "*Nume pentru afișare :", IDC_STATIC, 12, 33, 54, 9
|
||||
LTEXT "*Cale la executabil :", IDC_STATIC, 10, 51, 68, 9
|
||||
LTEXT "Descriere :", IDC_STATIC, 12, 86, 44, 9
|
||||
PUSHBUTTON "OK", IDOK, 126, 192, 44, 13
|
||||
PUSHBUTTON "Anulare", IDCANCEL, 176, 192, 46, 13
|
||||
LTEXT "Alte opţiuni (clic pe Ajutor pt. detalii)", IDC_STATIC, 10, 151, 134, 9
|
||||
LTEXT "Alte opțiuni (clic pe Ajutor pt. detalii)", IDC_STATIC, 10, 151, 134, 9
|
||||
PUSHBUTTON "Ajutor", ID_CREATE_HELP, 10, 192, 44, 13
|
||||
END
|
||||
|
||||
|
@ -139,7 +141,7 @@ FONT 8, "MS Shell Dlg",0,0
|
|||
STYLE DS_SHELLFONT | WS_BORDER | WS_DLGFRAME | DS_MODALFRAME
|
||||
BEGIN
|
||||
ICON IDI_WARNING, IDC_STATIC, 10, 8, 24, 22
|
||||
LTEXT "Sigur vreţi să ştergeţi acest serviciu? Această operaţie nu poate fi anulată!", IDC_STATIC, 50, 6, 125, 25
|
||||
LTEXT "Sigur vreți să ștergeți acest serviciu? Această operație nu poate fi anulată!", IDC_STATIC, 50, 6, 125, 25
|
||||
LTEXT "Nume serviciu:",IDC_STATIC, 6, 40, 80, 9
|
||||
LTEXT "", IDC_DEL_NAME, 15, 53, 160, 15
|
||||
EDITTEXT IDC_DEL_DESC, 6, 73, 174, 48, WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_EX_STATICEDGE | ES_MULTILINE | ES_READONLY
|
||||
|
@ -155,13 +157,13 @@ BEGIN
|
|||
ICON IDI_WARNING, IDC_STATIC, 10, 8, 24, 22
|
||||
LTEXT "", IDC_STOP_DEPENDS, 40, 8, 170, 25
|
||||
LISTBOX IDC_STOP_DEPENDS_LB, 15, 40, 210, 70, WS_CHILD | WS_VISIBLE | WS_EX_STATICEDGE | LBS_NOSEL
|
||||
LTEXT "Vreţi să opriţi aceste servicii?",IDC_STATIC, 15, 110, 150, 10
|
||||
LTEXT "Vreți să opriți aceste servicii?",IDC_STATIC, 15, 110, 150, 10
|
||||
DEFPUSHBUTTON "Da", IDOK, 60, 129, 54, 14
|
||||
PUSHBUTTON "Nu", IDCANCEL, 120, 129, 54, 14
|
||||
END
|
||||
|
||||
IDD_DLG_HELP_OPTIONS DIALOGEX 6,6,200,150
|
||||
CAPTION "Opţiuni"
|
||||
CAPTION "Opțiuni"
|
||||
FONT 8, "MS Shell Dlg",0,0
|
||||
STYLE 0x10CF0000
|
||||
BEGIN
|
||||
|
@ -178,7 +180,7 @@ BEGIN
|
|||
CONTROL "", IDC_SERVCON_PROGRESS, "msctls_progress32", 0x50000000, 8, 46, 238, 13
|
||||
LTEXT "", IDC_SERVCON_INFO, 8, 5, 236, 11
|
||||
LTEXT "", IDC_SERVCON_NAME, 8, 25, 66, 11
|
||||
PUSHBUTTON "&Închidere", IDOK, 100, 70, 54, 13
|
||||
PUSHBUTTON "&Închidere", IDOK, 100, 70, 54, 13
|
||||
END
|
||||
|
||||
|
||||
|
@ -204,34 +206,34 @@ END
|
|||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_NUM_SERVICES "Num. servicii: %d"
|
||||
IDS_STOP_DEPENDS "Dacă %s se opreşte aceste procese se vor opri de asemenea."
|
||||
IDS_NO_DEPENDS "<Fără dependenţe>"
|
||||
IDS_LICENSE "Tradus în limba română de Petru Dimitriu.\r\nAcest program este software liber; puteţi redistribui sau modifica programul sub termenii licenţei publice GNU aşa cum este publicată de Free Software Foundation - fie versiunea 2 a licenţei, sau (la alegerea dvs.) oricare versiune ulterioară.\r\n\r\nAcest program este distribuit în speranţa că va fi de folos, dar FĂRĂ NICIO GARANŢIE, nici măcar garanţia VANDABILITĂŢII sau a POTRIVIRII PENTRU UN SCOP ANUME. Vedeţi Licenţa GNU GPL pentru detalii.\r\n\r\nDvs. ar trebui să fi primit o copie a licenţei împreună cu acest program; dacă nu, scrieţi la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
|
||||
IDS_STOP_DEPENDS "Dacă %s se oprește aceste procese se vor opri de asemenea."
|
||||
IDS_NO_DEPENDS "<Fără dependențe>"
|
||||
IDS_LICENSE "Tradus în limba română de Petru Dimitriu.\r\nAcest program este software liber; puteți redistribui sau modifica programul sub termenii licenței publice GNU așa cum este publicată de Free Software Foundation - fie versiunea 2 a licenței, sau (la alegerea dvs.) oricare versiune ulterioară.\r\n\r\nAcest program este distribuit în speranța că va fi de folos, dar FĂRĂ NICIO GARANțIE, nici măcar garanția VANDABILITĂțII sau a POTRIVIRII PENTRU UN SCOP ANUME. Vedeți Licența GNU GPL pentru detalii.\r\n\r\nDvs. ar trebui să fi primit o copie a licenței împreună cu acest program; dacă nu, scrieți la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_TOOLTIP_PROP "Proprietăţi"
|
||||
IDS_TOOLTIP_REFRESH "Reîmprospătare"
|
||||
IDS_TOOLTIP_EXPORT "Listă de export"
|
||||
IDS_TOOLTIP_CREATE "Creează un serviciu nou"
|
||||
IDS_TOOLTIP_DELETE "Elimină un serviciu existent"
|
||||
IDS_TOOLTIP_START "Porneşte serviciul"
|
||||
IDS_TOOLTIP_STOP "Opreşte serviciul"
|
||||
IDS_TOOLTIP_PAUSE "Suspendă serviciul"
|
||||
IDS_TOOLTIP_RESTART "Reporneşte serviciul"
|
||||
IDS_TOOLTIP_PROP "Proprietăți"
|
||||
IDS_TOOLTIP_REFRESH "Reîmprospătare"
|
||||
IDS_TOOLTIP_EXPORT "Listă de export"
|
||||
IDS_TOOLTIP_CREATE "Creează un serviciu nou"
|
||||
IDS_TOOLTIP_DELETE "Elimină un serviciu existent"
|
||||
IDS_TOOLTIP_START "Pornește serviciul"
|
||||
IDS_TOOLTIP_STOP "Oprește serviciul"
|
||||
IDS_TOOLTIP_PAUSE "Suspendă serviciul"
|
||||
IDS_TOOLTIP_RESTART "Repornește serviciul"
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_PROGRESS_INFO_START "ReactOS încearcă să pornească următorul serviciu"
|
||||
IDS_PROGRESS_INFO_STOP "ReactOS încearcă să oprească următorul serviciu"
|
||||
IDS_PROGRESS_INFO_PAUSE "ReactOS încearcă să suspende următorul serviciu"
|
||||
IDS_PROGRESS_INFO_RESUME "ReactOS încearcă să reia următorul serviciu"
|
||||
IDS_PROGRESS_INFO_START "ReactOS încearcă să pornească următorul serviciu"
|
||||
IDS_PROGRESS_INFO_STOP "ReactOS încearcă să oprească următorul serviciu"
|
||||
IDS_PROGRESS_INFO_PAUSE "ReactOS încearcă să suspende următorul serviciu"
|
||||
IDS_PROGRESS_INFO_RESUME "ReactOS încearcă să reia următorul serviciu"
|
||||
IDS_CREATE_SUCCESS "Serviciu creat cu succes"
|
||||
IDS_DELETE_SUCCESS "Serviciu eliminat cu succes"
|
||||
IDS_CREATE_REQ "Câmpurile cu\nasterisc sunt obligatorii"
|
||||
IDS_DELETE_STOP "Trebuie să opriţi serviciul manual înaintea eliminării!"
|
||||
IDS_CREATE_REQ "Câmpurile cu\nasterisc sunt obligatorii"
|
||||
IDS_DELETE_STOP "Trebuie să opriți serviciul manual înaintea eliminării!"
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
|
@ -243,36 +245,36 @@ END
|
|||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_HINT_BLANK " "
|
||||
IDS_HINT_EXPORT " Exportă lista curentă într-un fişier."
|
||||
IDS_HINT_EXIT " Părăseşte programul."
|
||||
IDS_HINT_EXPORT " Exportă lista curentă într-un fișier."
|
||||
IDS_HINT_EXIT " Părăsește programul."
|
||||
|
||||
IDS_HINT_CONNECT " Gestionează un alt computer."
|
||||
IDS_HINT_START " Porneşte serviciul selectat."
|
||||
IDS_HINT_STOP " Opreşte serviciul selectat."
|
||||
IDS_HINT_PAUSE " Suspendă serviciul selectat."
|
||||
IDS_HINT_CONNECT " Gestionează un alt computer."
|
||||
IDS_HINT_START " Pornește serviciul selectat."
|
||||
IDS_HINT_STOP " Oprește serviciul selectat."
|
||||
IDS_HINT_PAUSE " Suspendă serviciul selectat."
|
||||
IDS_HINT_RESUME " Reia serviciul selectat."
|
||||
IDS_HINT_RESTART " Opreşte şi porneşte serviciul selectat."
|
||||
IDS_HINT_REFRESH " Reîmprospătează lista de servicii."
|
||||
IDS_HINT_EDIT " Editează proprietăţile serviciului selectat."
|
||||
IDS_HINT_CREATE " Creează un nou serviciu."
|
||||
IDS_HINT_DELETE " Elimină serviciul selectat."
|
||||
IDS_HINT_PROP " Deschide fila de proprietăţi pentru selecţia curentă."
|
||||
IDS_HINT_RESTART " Oprește și pornește serviciul selectat."
|
||||
IDS_HINT_REFRESH " Reîmprospătează lista de servicii."
|
||||
IDS_HINT_EDIT " Editează proprietățile serviciului selectat."
|
||||
IDS_HINT_CREATE " Creează un nou serviciu."
|
||||
IDS_HINT_DELETE " Elimină serviciul selectat."
|
||||
IDS_HINT_PROP " Deschide fila de proprietăți pentru selecția curentă."
|
||||
|
||||
IDS_HINT_LARGE " Afişează elementele folosind pictograme mari."
|
||||
IDS_HINT_SMALL " Afişează elementele folosind pictograme mici."
|
||||
IDS_HINT_LIST " Afişează elementele în listă."
|
||||
IDS_HINT_DETAILS " Afişează informaţii despre fiecare element într-o fereastră."
|
||||
IDS_HINT_CUST " Particularizează afişajul."
|
||||
IDS_HINT_LARGE " Afișează elementele folosind pictograme mari."
|
||||
IDS_HINT_SMALL " Afișează elementele folosind pictograme mici."
|
||||
IDS_HINT_LIST " Afișează elementele în listă."
|
||||
IDS_HINT_DETAILS " Afișează informații despre fiecare element într-o fereastră."
|
||||
IDS_HINT_CUST " Particularizează afișajul."
|
||||
|
||||
IDS_HINT_HELP " Afişează fereastra de ajutor."
|
||||
IDS_HINT_HELP " Afișează fereastra de ajutor."
|
||||
IDS_HINT_ABOUT " Despre Gestionarul de servicii ReactOS."
|
||||
|
||||
IDS_HINT_SYS_RESTORE " Restabileşte fereastra la mărimea originală."
|
||||
IDS_HINT_SYS_MOVE " Mută fereastra."
|
||||
IDS_HINT_SYS_SIZE " Redimensionează fereastra."
|
||||
IDS_HINT_SYS_MINIMIZE " Reduce fereastra la o pictogramă."
|
||||
IDS_HINT_SYS_MAXIMIZE " Mărşete fereastra astfel încât aceasta să acopere tot ecranul."
|
||||
IDS_HINT_SYS_CLOSE " Închide fereastra."
|
||||
IDS_HINT_SYS_RESTORE " Restabilește fereastra la mărimea originală."
|
||||
IDS_HINT_SYS_MOVE " Mută fereastra."
|
||||
IDS_HINT_SYS_SIZE " Redimensionează fereastra."
|
||||
IDS_HINT_SYS_MINIMIZE " Reduce fereastra la o pictogramă."
|
||||
IDS_HINT_SYS_MAXIMIZE " Mărșete fereastra astfel încât aceasta să acopere tot ecranul."
|
||||
IDS_HINT_SYS_CLOSE " Închide fereastra."
|
||||
END
|
||||
|
||||
/* Application title */
|
||||
|
@ -280,3 +282,5 @@ STRINGTABLE DISCARDABLE
|
|||
BEGIN
|
||||
IDS_APPNAME "Gestionarul de servicii ReactOS"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -515,6 +515,7 @@ VOID Release(LPTSTR Index)
|
|||
{
|
||||
IP_ADAPTER_INDEX_MAP AdapterInfo;
|
||||
DWORD ret;
|
||||
DWORD i;
|
||||
|
||||
/* if interface is not given, query GetInterfaceInfo */
|
||||
if (Index == NULL)
|
||||
|
@ -530,8 +531,19 @@ VOID Release(LPTSTR Index)
|
|||
|
||||
if (GetInterfaceInfo(pInfo, &ulOutBufLen) == NO_ERROR )
|
||||
{
|
||||
CopyMemory(&AdapterInfo, &pInfo->Adapter[0], sizeof(IP_ADAPTER_INDEX_MAP));
|
||||
_tprintf(_T("name - %S\n"), pInfo->Adapter[0].Name);
|
||||
for (i = 0; i < pInfo->NumAdapters; i++)
|
||||
{
|
||||
CopyMemory(&AdapterInfo, &pInfo->Adapter[i], sizeof(IP_ADAPTER_INDEX_MAP));
|
||||
_tprintf(_T("name - %S\n"), pInfo->Adapter[i].Name);
|
||||
|
||||
/* Call IpReleaseAddress to release the IP address on the specified adapter. */
|
||||
if ((ret = IpReleaseAddress(&AdapterInfo)) != NO_ERROR)
|
||||
{
|
||||
_tprintf(_T("\nAn error occured while releasing interface %S : \n"), AdapterInfo.Name);
|
||||
DoFormatMessage(ret);
|
||||
}
|
||||
}
|
||||
|
||||
HeapFree(ProcessHeap, 0, pInfo);
|
||||
}
|
||||
else
|
||||
|
@ -556,15 +568,6 @@ VOID Release(LPTSTR Index)
|
|||
* ipconfig /release *con* will release all cards with 'con' in their name
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
/* Call IpReleaseAddress to release the IP address on the specified adapter. */
|
||||
if ((ret = IpReleaseAddress(&AdapterInfo)) != NO_ERROR)
|
||||
{
|
||||
_tprintf(_T("\nAn error occured while releasing interface %S : \n"), AdapterInfo.Name);
|
||||
DoFormatMessage(ret);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -573,6 +576,7 @@ VOID Release(LPTSTR Index)
|
|||
VOID Renew(LPTSTR Index)
|
||||
{
|
||||
IP_ADAPTER_INDEX_MAP AdapterInfo;
|
||||
DWORD i;
|
||||
|
||||
/* if interface is not given, query GetInterfaceInfo */
|
||||
if (Index == NULL)
|
||||
|
@ -603,8 +607,19 @@ VOID Renew(LPTSTR Index)
|
|||
/* Make a second call to GetInterfaceInfo to get the actual data we want */
|
||||
if (GetInterfaceInfo(pInfo, &ulOutBufLen) == NO_ERROR )
|
||||
{
|
||||
CopyMemory(&AdapterInfo, &pInfo->Adapter[0], sizeof(IP_ADAPTER_INDEX_MAP));
|
||||
_tprintf(_T("name - %S\n"), pInfo->Adapter[0].Name);
|
||||
for (i = 0; i < pInfo->NumAdapters; i++)
|
||||
{
|
||||
CopyMemory(&AdapterInfo, &pInfo->Adapter[i], sizeof(IP_ADAPTER_INDEX_MAP));
|
||||
_tprintf(_T("name - %S\n"), pInfo->Adapter[i].Name);
|
||||
|
||||
|
||||
/* Call IpRenewAddress to renew the IP address on the specified adapter. */
|
||||
if (IpRenewAddress(&AdapterInfo) != NO_ERROR)
|
||||
{
|
||||
_tprintf(_T("\nAn error occured while renew interface %s : "), _T("*name*"));
|
||||
DoFormatMessage(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -623,14 +638,6 @@ VOID Renew(LPTSTR Index)
|
|||
* ipconfig /renew *con* will renew all cards with 'con' in their name
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
/* Call IpRenewAddress to renew the IP address on the specified adapter. */
|
||||
if (IpRenewAddress(&AdapterInfo) != NO_ERROR)
|
||||
{
|
||||
_tprintf(_T("\nAn error occured while renew interface %s : "), _T("*name*"));
|
||||
DoFormatMessage(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
ID_ACCEL ACCELERATORS
|
||||
BEGIN
|
||||
"^A", CMD_SELECT_ALL
|
||||
|
@ -40,18 +42,18 @@ END
|
|||
|
||||
MAIN_MENU MENU
|
||||
BEGIN
|
||||
POPUP "&Fişier"
|
||||
POPUP "&Fișier"
|
||||
BEGIN
|
||||
MENUITEM "&Nou\tCtrl+N", CMD_NEW
|
||||
MENUITEM "&Deschidere...\tCtrl+O", CMD_OPEN
|
||||
MENUITEM "&Salvare\tCtrl+S", CMD_SAVE
|
||||
MENUITEM "Salvare &ca...", CMD_SAVE_AS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Iniţializare pag&ină...", CMD_PAGE_SETUP
|
||||
MENUITEM "Inițializare pag&ină...", CMD_PAGE_SETUP
|
||||
MENUITEM "&Imprimare\tCtrl+P", CMD_PRINT
|
||||
MENUITEM "Setare i&mprimantă...", CMD_PRINTER_SETUP
|
||||
MENUITEM "Setare i&mprimantă...", CMD_PRINTER_SETUP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "I&eşire", CMD_EXIT
|
||||
MENUITEM "I&eșire", CMD_EXIT
|
||||
END
|
||||
POPUP "&Editare"
|
||||
BEGIN
|
||||
|
@ -60,29 +62,29 @@ BEGIN
|
|||
MENUITEM "Decupare\tCtrl+X", CMD_CUT
|
||||
MENUITEM "&Copiere\tCtrl+C", CMD_COPY
|
||||
MENUITEM "&Lipire\tCtrl+V", CMD_PASTE
|
||||
MENUITEM "&Ştergere\tDel", CMD_DELETE
|
||||
MENUITEM "&Ștergere\tDel", CMD_DELETE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Găsire...\tCtrl+F", CMD_SEARCH
|
||||
MENUITEM "Găsire &următorul\tF3", CMD_SEARCH_NEXT
|
||||
MENUITEM "Înlocuire\tCtrl+H", CMD_REPLACE
|
||||
MENUITEM "&Găsire...\tCtrl+F", CMD_SEARCH
|
||||
MENUITEM "Găsire &următorul\tF3", CMD_SEARCH_NEXT
|
||||
MENUITEM "Înlocuire\tCtrl+H", CMD_REPLACE
|
||||
MENUITEM "Mergere la...\tCtrl+G", CMD_GOTO
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Selectare &totală\tCtrl+A", CMD_SELECT_ALL
|
||||
MENUITEM "&Oră/dată\tF5", CMD_TIME_DATE
|
||||
MENUITEM "Selectare &totală\tCtrl+A", CMD_SELECT_ALL
|
||||
MENUITEM "&Oră/dată\tF5", CMD_TIME_DATE
|
||||
END
|
||||
POPUP "F&ormatare"
|
||||
BEGIN
|
||||
MENUITEM "&Împărţire linii lungi", CMD_WRAP
|
||||
MENUITEM "&Împărțire linii lungi", CMD_WRAP
|
||||
MENUITEM "&Font...", CMD_FONT
|
||||
END
|
||||
POPUP "&Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Bară de &stare", CMD_STATUSBAR
|
||||
MENUITEM "Bară de &stare", CMD_STATUSBAR
|
||||
END
|
||||
POPUP "&Ajutor"
|
||||
BEGIN
|
||||
MENUITEM "&Conţinut", CMD_HELP_CONTENTS
|
||||
MENUITEM "&Căutare...", CMD_HELP_SEARCH
|
||||
MENUITEM "&Conținut", CMD_HELP_CONTENTS
|
||||
MENUITEM "&Căutare...", CMD_HELP_SEARCH
|
||||
MENUITEM "&Ajutor despre ajutor", CMD_HELP_ON_HELP
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Despre" CMD_ABOUT
|
||||
|
@ -95,7 +97,7 @@ END
|
|||
DIALOG_PAGESETUP DIALOGEX 0, 0, 225, 95
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
CAPTION "Iniţializare pagină"
|
||||
CAPTION "Inițializare pagină"
|
||||
BEGIN
|
||||
LTEXT "&Antet:", 0x140, 10, 07, 40, 15
|
||||
EDITTEXT 0x141, 60, 05,110, 12, WS_BORDER | WS_TABSTOP
|
||||
|
@ -103,7 +105,7 @@ LTEXT "&Subsol:", 0x142, 10, 24, 40, 15
|
|||
EDITTEXT 0x143, 60, 22,110, 12, WS_BORDER | WS_TABSTOP
|
||||
|
||||
GROUPBOX "&Margini:", 0x144, 10, 43,160, 45
|
||||
LTEXT "&Stânga:", 0x145, 20, 55, 30, 10, WS_CHILD
|
||||
LTEXT "&Stânga:", 0x145, 20, 55, 30, 10, WS_CHILD
|
||||
EDITTEXT /*STRING_PAGESETUP_LEFTVALUE,*/ 0x147, 50, 55, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
|
||||
LTEXT "&Sus:", 0x148, 20, 73, 30, 10, WS_CHILD
|
||||
EDITTEXT /*STRING_PAGESETUP_TOPVALUE,*/ 0x14A, 50, 73, 35, 11, WS_CHILD | WS_BORDER | WS_TABSTOP
|
||||
|
@ -127,7 +129,7 @@ BEGIN
|
|||
COMBOBOX ID_ENCODING,54,0,156,80,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
LTEXT "Codificare:",0x155,5,2,41,12
|
||||
COMBOBOX ID_EOLN,54,18,156,80,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
LTEXT "Sfârşit:",0x156,5,20,41,12
|
||||
LTEXT "Sfârșit:",0x156,5,20,41,12
|
||||
END
|
||||
|
||||
/* Dialog 'Go To' */
|
||||
|
@ -137,21 +139,21 @@ FONT 8, "MS Shell Dlg"
|
|||
CAPTION "Mergere la linie"
|
||||
BEGIN
|
||||
EDITTEXT ID_LINENUMBER,54,10,106,12,WS_CHILD | WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Număr linie:",0x155,5,12,41,12,WS_CHILD | WS_TABSTOP | ES_NUMBER
|
||||
LTEXT "Număr linie:",0x155,5,12,41,12,WS_CHILD | WS_TABSTOP | ES_NUMBER
|
||||
DEFPUSHBUTTON "OK", IDOK, 75, 30, 40, 15, WS_CHILD | WS_TABSTOP
|
||||
PUSHBUTTON "Anulare", IDCANCEL, 120, 30, 40, 15, WS_CHILD | WS_TABSTOP
|
||||
END
|
||||
|
||||
IDD_ABOUTBOX DIALOGEX DISCARDABLE 22,16,284,170
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Despre Carneţelul ReactOS"
|
||||
CAPTION "Despre Carnețelul ReactOS"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "Carneţelul ReactOS v1.0\r\nDrept de autor 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\n",
|
||||
CONTROL "Carnețelul ReactOS v1.0\r\nDrept de autor 1997,98 Marcel Baur <mbaur@g26.ethz.ch>\r\nCopyright 2000 Mike McCormack <Mike_McCormack@looksmart.com.au>\r\nCopyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>\r\nCopyright 2002 Andriy Palamarchuk\r\n",
|
||||
-1,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,46,7,232,39
|
||||
CONTROL " ",
|
||||
-1,"Static",0x50000000,8,48,272,11
|
||||
DEFPUSHBUTTON "Închidere",IDOK,114,149,44,15,WS_GROUP
|
||||
DEFPUSHBUTTON "Închidere",IDOK,114,149,44,15,WS_GROUP
|
||||
ICON IDI_NPICON,-1,12,9,20,30
|
||||
EDITTEXT IDC_LICENSE,8,64,272,81,ES_MULTILINE |
|
||||
ES_READONLY | WS_VSCROLL
|
||||
|
@ -159,40 +161,40 @@ END
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
STRING_LICENSE, "Tradus în limba română de Petru Dimitriu.\r\nAcest program este software liber; puteţi redistribui sau modifica programul sub termenii licenţei publice GNU aşa cum este publicată de Free Software Foundation - fie versiunea 2 a licenţei, sau (la alegerea dvs.) oricare versiune ulterioară.\r\n\r\nAcest program este distribuit în speranţa că va fi de folos, dar FĂRĂ NICIO GARANŢIE, nici măcar garanţia VANDABILITĂŢII sau a POTRIVIRII PENTRU UN SCOP ANUME. Vedeţi Licenţa GNU GPL pentru detalii.\r\n\r\nDvs. ar trebui să fi primit o copie a licenţei împreună cu acest program; dacă nu, scrieţi la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
|
||||
STRING_LICENSE, "Tradus în limba română de Petru Dimitriu.\r\nAcest program este software liber; puteți redistribui sau modifica programul sub termenii licenței publice GNU așa cum este publicată de Free Software Foundation - fie versiunea 2 a licenței, sau (la alegerea dvs.) oricare versiune ulterioară.\r\n\r\nAcest program este distribuit în speranța că va fi de folos, dar FĂRĂ NICIO GARANȚIE, nici măcar garanția VANDABILITĂȚII sau a POTRIVIRII PENTRU UN SCOP ANUME. Vedeți Licența GNU GPL pentru detalii.\r\n\r\nDvs. ar trebui să fi primit o copie a licenței împreună cu acest program; dacă nu, scrieți la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
STRING_PAGESETUP_HEADERVALUE, "&n" /* FIXME */
|
||||
STRING_PAGESETUP_FOOTERVALUE, "Pagină &s" /* FIXME */
|
||||
STRING_PAGESETUP_FOOTERVALUE, "Pagină &s" /* FIXME */
|
||||
STRING_PAGESETUP_LEFTVALUE, "20 mm" /* FIXME */
|
||||
STRING_PAGESETUP_RIGHTVALUE, "20 mm" /* FIXME */
|
||||
STRING_PAGESETUP_TOPVALUE, "25 mm" /* FIXME */
|
||||
STRING_PAGESETUP_BOTTOMVALUE, "25 mm" /* FIXME */
|
||||
|
||||
STRING_NOTEPAD, "Carneţel"
|
||||
STRING_NOTEPAD, "Carnețel"
|
||||
STRING_ERROR, "EROARE"
|
||||
STRING_WARNING, "ATENŢIONARE"
|
||||
STRING_INFO, "Informaţie"
|
||||
STRING_WARNING, "ATENŢIONARE"
|
||||
STRING_INFO, "Informație"
|
||||
|
||||
STRING_UNTITLED, "(neintitulat)"
|
||||
|
||||
STRING_ALL_FILES, "Toate fişierele (*.*)"
|
||||
STRING_TEXT_FILES_TXT, "Fişiere text (*.txt)"
|
||||
STRING_ALL_FILES, "Toate fișierele (*.*)"
|
||||
STRING_TEXT_FILES_TXT, "Fișiere text (*.txt)"
|
||||
|
||||
STRING_TOOLARGE, "Fişierul '%s' este prea mare.\n \
|
||||
Încercaţi un alt editor."
|
||||
STRING_NOTEXT, "Nu aţi scris nimic. \
|
||||
\nVă rugăm scrieţi ceva şi încercaţi din nou."
|
||||
STRING_DOESNOTEXIST, "Fişierul '%s'\nnu există.\n\n \
|
||||
Creaţi un nou fişier ?"
|
||||
STRING_NOTSAVED, "Fişierul '%s'\na fost modificat\n\n \
|
||||
Salvaţi schimbările efectuate?"
|
||||
STRING_NOTFOUND, "'%s' nu poate fi găsit."
|
||||
STRING_OUT_OF_MEMORY, "Nu există suficientă memorie pentru a se încheia această operaţie. \
|
||||
\nÎnchideţi una sau mai multe aplicaţii pentru a mări memoria liberă."
|
||||
STRING_CANNOTFIND "Nu se poate găsi '%s'"
|
||||
STRING_TOOLARGE, "Fișierul '%s' este prea mare.\n \
|
||||
Încercați un alt editor."
|
||||
STRING_NOTEXT, "Nu ați scris nimic. \
|
||||
\nVă rugăm scrieți ceva și încercați din nou."
|
||||
STRING_DOESNOTEXIST, "Fișierul '%s'\nnu există.\n\n \
|
||||
Creați un nou fișier ?"
|
||||
STRING_NOTSAVED, "Fișierul '%s'\na fost modificat\n\n \
|
||||
Salvați schimbările efectuate?"
|
||||
STRING_NOTFOUND, "'%s' nu poate fi găsit."
|
||||
STRING_OUT_OF_MEMORY, "Nu există suficientă memorie pentru a se încheia această operație. \
|
||||
\nÎnchideți una sau mai multe aplicații pentru a mări memoria liberă."
|
||||
STRING_CANNOTFIND "Nu se poate găsi '%s'"
|
||||
STRING_ANSI, "ANSI"
|
||||
STRING_UNICODE, "Unicode"
|
||||
STRING_UNICODE_BE, "Unicode (big endian)"
|
||||
|
@ -200,5 +202,7 @@ STRING_UTF8, "UTF-8"
|
|||
STRING_CRLF, "Windows"
|
||||
STRING_LF, "Unix"
|
||||
STRING_CR, "Mac"
|
||||
STRING_LINE_COLUMN, "Linie %d, coloană %d"
|
||||
STRING_LINE_COLUMN, "Linie %d, coloană %d"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
#define IDM_VIEWZOOM400 239
|
||||
#define IDM_VIEWZOOM800 240
|
||||
#define IDM_VIEWFULLSCREEN 241
|
||||
#define IDM_VIEWSHOWGRID 242
|
||||
#define IDM_VIEWSHOWMINIATURE 243
|
||||
|
||||
#define IDM_IMAGEROTATEMIRROR 250
|
||||
#define IDM_IMAGECHANGESIZE 251
|
||||
|
@ -140,6 +142,7 @@
|
|||
#define IDS_INFOTEXT 903
|
||||
#define IDS_SAVEPROMPTTEXT 904
|
||||
#define IDS_DEFAULTFILENAME 905
|
||||
#define IDS_MINIATURETITLE 906
|
||||
#define IDS_TOOLTIP1 910
|
||||
#define IDS_TOOLTIP2 911
|
||||
#define IDS_TOOLTIP3 912
|
||||
|
|
|
@ -20,13 +20,13 @@ void Line(HDC hdc, short x1, short y1, short x2, short y2, int color, int thickn
|
|||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Rect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled)
|
||||
void Rect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style)
|
||||
{
|
||||
HBRUSH oldBrush;
|
||||
LOGBRUSH logbrush;
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, thickness, fg));
|
||||
if (filled) logbrush.lbStyle = BS_SOLID; else logbrush.lbStyle = BS_HOLLOW;
|
||||
logbrush.lbColor = bg;
|
||||
if (style==0) logbrush.lbStyle = BS_HOLLOW; else logbrush.lbStyle = BS_SOLID;
|
||||
if (style==2) logbrush.lbColor = fg; else logbrush.lbColor = bg;
|
||||
logbrush.lbHatch = 0;
|
||||
oldBrush = SelectObject(hdc, CreateBrushIndirect(&logbrush));
|
||||
Rectangle(hdc, x1, y1, x2, y2);
|
||||
|
@ -34,13 +34,13 @@ void Rect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int t
|
|||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Ellp(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled)
|
||||
void Ellp(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style)
|
||||
{
|
||||
HBRUSH oldBrush;
|
||||
LOGBRUSH logbrush;
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, thickness, fg));
|
||||
if (filled) logbrush.lbStyle = BS_SOLID; else logbrush.lbStyle = BS_HOLLOW;
|
||||
logbrush.lbColor = bg;
|
||||
if (style==0) logbrush.lbStyle = BS_HOLLOW; else logbrush.lbStyle = BS_SOLID;
|
||||
if (style==2) logbrush.lbColor = fg; else logbrush.lbColor = bg;
|
||||
logbrush.lbHatch = 0;
|
||||
oldBrush = SelectObject(hdc, CreateBrushIndirect(&logbrush));
|
||||
Ellipse(hdc, x1, y1, x2, y2);
|
||||
|
@ -48,13 +48,13 @@ void Ellp(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int t
|
|||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void RRect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled)
|
||||
void RRect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style)
|
||||
{
|
||||
LOGBRUSH logbrush;
|
||||
HBRUSH oldBrush;
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, thickness, fg));
|
||||
if (filled) logbrush.lbStyle = BS_SOLID; else logbrush.lbStyle = BS_HOLLOW;
|
||||
logbrush.lbColor = bg;
|
||||
if (style==0) logbrush.lbStyle = BS_HOLLOW; else logbrush.lbStyle = BS_SOLID;
|
||||
if (style==2) logbrush.lbColor = fg; else logbrush.lbColor = bg;
|
||||
logbrush.lbHatch = 0;
|
||||
oldBrush = SelectObject(hdc, CreateBrushIndirect(&logbrush));
|
||||
RoundRect(hdc, x1, y1, x2, y2, 16, 16);
|
||||
|
@ -62,6 +62,35 @@ void RRect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int
|
|||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Poly(HDC hdc, POINT *lpPoints, int nCount, int fg, int bg, int thickness, int style, BOOL closed)
|
||||
{
|
||||
LOGBRUSH logbrush;
|
||||
HBRUSH oldBrush;
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, thickness, fg));
|
||||
if (style==0) logbrush.lbStyle = BS_HOLLOW; else logbrush.lbStyle = BS_SOLID;
|
||||
if (style==2) logbrush.lbColor = fg; else logbrush.lbColor = bg;
|
||||
logbrush.lbHatch = 0;
|
||||
oldBrush = SelectObject(hdc, CreateBrushIndirect(&logbrush));
|
||||
if (closed)
|
||||
Polygon(hdc, lpPoints, nCount);
|
||||
else
|
||||
Polyline(hdc, lpPoints, nCount);
|
||||
DeleteObject(SelectObject(hdc, oldBrush));
|
||||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Bezier(HDC hdc, POINT p1, POINT p2, POINT p3, POINT p4, int color, int thickness)
|
||||
{
|
||||
POINT fourPoints[4];
|
||||
fourPoints[0] = p1;
|
||||
fourPoints[1] = p2;
|
||||
fourPoints[2] = p3;
|
||||
fourPoints[3] = p4;
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, thickness, color));
|
||||
PolyBezier(hdc, fourPoints, 4);
|
||||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Fill(HDC hdc, int x, int y, int color)
|
||||
{
|
||||
HBRUSH oldBrush = SelectObject(hdc, CreateSolidBrush(color));
|
||||
|
@ -81,6 +110,15 @@ void Erase(HDC hdc, short x1, short y1, short x2, short y2, int color, int radiu
|
|||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
|
||||
void Replace(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int radius)
|
||||
{
|
||||
short a, x, y;
|
||||
for (a=0; a<=100; a++)
|
||||
for (y=(y1*(100-a)+y2*a)/100-radius+1; y<(y1*(100-a)+y2*a)/100+radius+1; y++)
|
||||
for (x=(x1*(100-a)+x2*a)/100-radius+1; x<(x1*(100-a)+x2*a)/100+radius+1; x++)
|
||||
if (GetPixel(hdc, x, y)==fg) SetPixel(hdc, x, y, bg);
|
||||
}
|
||||
|
||||
void Airbrush(HDC hdc, short x, short y, int color, int r)
|
||||
{
|
||||
short a;
|
||||
|
|
|
@ -8,16 +8,22 @@
|
|||
|
||||
void Line(HDC hdc, short x1, short y1, short x2, short y2, int color, int thickness);
|
||||
|
||||
void Rect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled);
|
||||
void Rect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style);
|
||||
|
||||
void Ellp(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled);
|
||||
void Ellp(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style);
|
||||
|
||||
void RRect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, BOOL filled);
|
||||
void RRect(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int thickness, int style);
|
||||
|
||||
void Poly(HDC hdc, POINT *lpPoints, int nCount, int fg, int bg, int thickness, int style, BOOL closed);
|
||||
|
||||
void Bezier(HDC hdc, POINT p1, POINT p2, POINT p3, POINT p4, int color, int thickness);
|
||||
|
||||
void Fill(HDC hdc, int x, int y, int color);
|
||||
|
||||
void Erase(HDC hdc, short x1, short y1, short x2, short y2, int color, int radius);
|
||||
|
||||
void Replace(HDC hdc, short x1, short y1, short x2, short y2, int fg, int bg, int radius);
|
||||
|
||||
void Airbrush(HDC hdc, short x, short y, int color, int r);
|
||||
|
||||
void Brush(HDC hdc, short x1, short y1, short x2, short y2, int color, int style);
|
||||
|
|
|
@ -71,3 +71,22 @@ extern HINSTANCE hProgInstance;
|
|||
extern TCHAR filename[256];
|
||||
extern TCHAR filepathname[1000];
|
||||
extern BOOL isAFile;
|
||||
|
||||
extern BOOL showGrid;
|
||||
extern BOOL showMiniature;
|
||||
|
||||
extern HWND hwndMiniature;
|
||||
|
||||
extern HWND hSizeboxLeftTop;
|
||||
extern HWND hSizeboxCenterTop;
|
||||
extern HWND hSizeboxRightTop;
|
||||
extern HWND hSizeboxLeftCenter;
|
||||
extern HWND hSizeboxRightCenter;
|
||||
extern HWND hSizeboxLeftBottom;
|
||||
extern HWND hSizeboxCenterBottom;
|
||||
extern HWND hSizeboxRightBottom;
|
||||
|
||||
/* VARIABLES declared in mouse.c *************************************/
|
||||
|
||||
extern POINT pointStack[256];
|
||||
extern short pointSP;
|
||||
|
|
674
reactos/base/applications/paint/gpl.txt
Normal file
674
reactos/base/applications/paint/gpl.txt
Normal file
|
@ -0,0 +1,674 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
|
@ -91,27 +91,30 @@ void insertReversible(HBITMAP hbm)
|
|||
setImgXYRes(GetDIBWidth(hBms[currInd]), GetDIBHeight(hBms[currInd]));
|
||||
}
|
||||
|
||||
void cropReversible(int x, int y)//FIXME: This function is broken
|
||||
void cropReversible(int width, int height, int xOffset, int yOffset)
|
||||
{
|
||||
HBITMAP oldBitmap;
|
||||
HDC hdc;
|
||||
HPEN oldPen;
|
||||
HBRUSH oldBrush;
|
||||
|
||||
SelectObject(hDrawingDC, hBms[currInd]);
|
||||
DeleteObject(hBms[(currInd+1)%4]);
|
||||
hBms[(currInd+1)%4] = CreateDIBWithProperties(x, y);
|
||||
hBms[(currInd+1)%4] = CreateDIBWithProperties(width, height);
|
||||
currInd = (currInd+1)%4;
|
||||
if (undoSteps<3) undoSteps++;
|
||||
redoSteps = 0;
|
||||
|
||||
oldBitmap = SelectObject(hSelDC, hBms[currInd]);
|
||||
oldPen = SelectObject(hSelDC, CreatePen(PS_SOLID, 1, bgColor));
|
||||
oldBrush = SelectObject(hSelDC, CreateSolidBrush(bgColor));
|
||||
Rectangle(hSelDC, 0, 0, x, y);
|
||||
DeleteObject(SelectObject(hSelDC, oldBrush));
|
||||
DeleteObject(SelectObject(hSelDC, oldPen));
|
||||
BitBlt(hDrawingDC, 0, 0, imgXRes, imgYRes, hSelDC, 0, 0, SRCCOPY);
|
||||
SelectObject(hDrawingDC, SelectObject(hSelDC, oldBitmap));
|
||||
hdc = CreateCompatibleDC(hDrawingDC);
|
||||
SelectObject(hdc, hBms[currInd]);
|
||||
|
||||
setImgXYRes(x, y);
|
||||
oldPen = SelectObject(hdc, CreatePen(PS_SOLID, 1, bgColor));
|
||||
oldBrush = SelectObject(hdc, CreateSolidBrush(bgColor));
|
||||
Rectangle(hdc, 0, 0, width, height);
|
||||
BitBlt(hdc, -xOffset, -yOffset, imgXRes, imgYRes, hDrawingDC, 0, 0, SRCCOPY);
|
||||
DeleteObject(SelectObject(hdc, oldBrush));
|
||||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
DeleteDC(hdc);
|
||||
SelectObject(hDrawingDC, hBms[currInd]);
|
||||
|
||||
setImgXYRes(width, height);
|
||||
}
|
||||
|
|
|
@ -18,4 +18,4 @@ void clearHistory();
|
|||
|
||||
void insertReversible();
|
||||
|
||||
void cropReversible(int x, int y);
|
||||
void cropReversible(int width, int height, int xOffset, int yOffset);
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Lupa"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Celá obrazovka\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "ReactOS Malování je dostupné pod licencí GNU Lesser General Public License (LGPL) verze 3 (viz. www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Chcete uložit provedené zmìny v %s?"
|
||||
IDS_DEFAULTFILENAME, "Bez názvu.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Volný výbìr"
|
||||
IDS_TOOLTIP2, "Výbìr"
|
||||
IDS_TOOLTIP3, "Guma"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "Benutzerdefiniert"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Raster anzeigen", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Miniaturansicht anzeigen", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Gesamtbild\tStrg+G", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint für ReactOS steht unter der GNU Lesser General Public License (LGPL) Version 3. (siehe www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Möchten Sie die Änderungen an %s speichern?"
|
||||
IDS_DEFAULTFILENAME, "Unbenannt.bmp"
|
||||
IDS_MINIATURETITLE, "Miniaturansicht"
|
||||
IDS_TOOLTIP1, "Freie Auswahl"
|
||||
IDS_TOOLTIP2, "Auswahl"
|
||||
IDS_TOOLTIP3, "Radierer"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid\tCtrl+G", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Full screen\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -95,6 +101,7 @@ BEGIN
|
|||
"^A", IDM_EDITSELECTALL
|
||||
"^T", IDM_VIEWTOOLBOX
|
||||
"^L", IDM_VIEWCOLORPALETTE
|
||||
"^G", IDM_VIEWSHOWGRID
|
||||
"^F", IDM_VIEWFULLSCREEN
|
||||
"^R", IDM_IMAGEROTATEMIRROR
|
||||
"^W", IDM_IMAGECHANGESIZE
|
||||
|
@ -172,6 +179,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Do you want to save the changes to %s?"
|
||||
IDS_DEFAULTFILENAME, "Unnamed.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Free selection"
|
||||
IDS_TOOLTIP2, "Selection"
|
||||
IDS_TOOLTIP3, "Rubber"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid\tCtrl+G", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Full screen\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -95,6 +101,7 @@ BEGIN
|
|||
"^A", IDM_EDITSELECTALL
|
||||
"^T", IDM_VIEWTOOLBOX
|
||||
"^L", IDM_VIEWCOLORPALETTE
|
||||
"^G", IDM_VIEWSHOWGRID
|
||||
"^F", IDM_VIEWFULLSCREEN
|
||||
"^R", IDM_IMAGEROTATEMIRROR
|
||||
"^W", IDM_IMAGECHANGESIZE
|
||||
|
@ -172,6 +179,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Do you want to save the changes to %s?"
|
||||
IDS_DEFAULTFILENAME, "Unnamed.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Free selection"
|
||||
IDS_TOOLTIP2, "Selection"
|
||||
IDS_TOOLTIP3, "Rubber"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Ver en pantalla completa\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Do you want to save the changes to %s?"
|
||||
IDS_DEFAULTFILENAME, "Unnamed.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Free selection"
|
||||
IDS_TOOLTIP2, "Selection"
|
||||
IDS_TOOLTIP3, "Rubber"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Plein écran\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint pour ReactOS est mise à disposition sous la Licence publique générale limitée GNU (LGPL) version 3 (voir www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Voulez-vous enregistrer les modifications de %s?"
|
||||
IDS_DEFAULTFILENAME, "Sans titre.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Sélection libre"
|
||||
IDS_TOOLTIP2, "Sélection"
|
||||
IDS_TOOLTIP3, "Gomme"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Visualizza a schermo intero\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint per ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Volete salvare le modifiche a %s?"
|
||||
IDS_DEFAULTFILENAME, "SenzaNome.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Selezione libera"
|
||||
IDS_TOOLTIP2, "Selezione"
|
||||
IDS_TOOLTIP3, "Gomma"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "In-/uitzoomen"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Volledig scherm\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Wilt u de wijzigingen die zijn aangebracht in %s opslaan?"
|
||||
IDS_DEFAULTFILENAME, "Naamloos.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Vrij selecteren"
|
||||
IDS_TOOLTIP2, "Selecteren"
|
||||
IDS_TOOLTIP3, "Gum"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Forstørre"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "Egendefinert"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Vis rutenett", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Vis miniatyr", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Full skjerm\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS er nå tilgjengelig under GNU Lesser General Public License (LGPL) versjon 3 (se http://www.gnu.org/home.nb.html)"
|
||||
IDS_SAVEPROMPTTEXT, "Vil du lagre endringene til %s?"
|
||||
IDS_DEFAULTFILENAME, "Utennavn.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Frihåndmerking"
|
||||
IDS_TOOLTIP2, "Merk"
|
||||
IDS_TOOLTIP3, "Viskelær"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Powiększenie"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Pełny ekran\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint dla ReactOS jest dostępny na licencji GNU Lesser General Public License (LGPL) wersja 3 (www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Czy chcesz zapisać zmiany do %s?"
|
||||
IDS_DEFAULTFILENAME, "Nienazwany.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Zaznaczenie dowolne"
|
||||
IDS_TOOLTIP2, "Zaznaczenie"
|
||||
IDS_TOOLTIP3, "Gumka"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "&Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "E&xibir bitmap\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint para ReactOS está disponível sob a licença GNU Lesser General Public License (LGPL) versão 3 (visite www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Salvar as alterações em %s?"
|
||||
IDS_DEFAULTFILENAME, "Imagem.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Selecionar forma livre"
|
||||
IDS_TOOLTIP2, "Selecionar"
|
||||
IDS_TOOLTIP3, "Apagador/Apagador de cor"
|
||||
|
|
|
@ -46,13 +46,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "&Zoom"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "&Ver mapa de bits\tCtrl+B", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -172,6 +178,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint para ReactOS está disponível sob a licença GNU Lesser General Public License (LGPL) versão 3 (visite www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Pretende guardar as alterações a %s?"
|
||||
IDS_DEFAULTFILENAME, "Imagem.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Selecionar forma livre"
|
||||
IDS_TOOLTIP2, "Selecionar"
|
||||
IDS_TOOLTIP3, "Borracha/Apagar cor"
|
||||
|
|
|
@ -5,20 +5,22 @@
|
|||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
ID_MENU MENU
|
||||
BEGIN
|
||||
POPUP "&Fiºier"
|
||||
POPUP "&Fișier"
|
||||
BEGIN
|
||||
MENUITEM "Nou\tCtrl+N", IDM_FILENEW
|
||||
MENUITEM "Deschidere...\tCtrl+O", IDM_FILEOPEN
|
||||
MENUITEM "Salvare\tCtrl+S", IDM_FILESAVE
|
||||
MENUITEM "Salvare ca...", IDM_FILESAVEAS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Setare ca fundal (în carou)", IDM_FILEASWALLPAPERPLANE
|
||||
MENUITEM "Setare ca fundal (în carou)", IDM_FILEASWALLPAPERPLANE
|
||||
MENUITEM "Setare ca fundal (centrat)", IDM_FILEASWALLPAPERCENTERED
|
||||
MENUITEM "Setare ca fundal (întins)", IDM_FILEASWALLPAPERSTRETCHED
|
||||
MENUITEM "Setare ca fundal (întins)", IDM_FILEASWALLPAPERSTRETCHED
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Ieºire\tAlt+F4", IDM_FILEEXIT
|
||||
MENUITEM "Ieșire\tAlt+F4", IDM_FILEEXIT
|
||||
END
|
||||
|
||||
POPUP "&Editare"
|
||||
|
@ -29,30 +31,36 @@ BEGIN
|
|||
MENUITEM "Decupare\tCtrl+X", IDM_EDITCUT
|
||||
MENUITEM "Copiere\tCtrl+C", IDM_EDITCOPY
|
||||
MENUITEM "Lipire\tCtrl+V", IDM_EDITPASTE
|
||||
MENUITEM "ªtergere selecþie\tDel", IDM_EDITDELETESELECTION
|
||||
MENUITEM "Inversare selecþie", IDM_EDITINVERTSELECTION
|
||||
MENUITEM "Selectare totalã\tCtrl+A", IDM_EDITSELECTALL
|
||||
MENUITEM "Ștergere selecție\tDel", IDM_EDITDELETESELECTION
|
||||
MENUITEM "Inversare selecție", IDM_EDITINVERTSELECTION
|
||||
MENUITEM "Selectare totală\tCtrl+A", IDM_EDITSELECTALL
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Copiere în...", IDM_EDITCOPYTO
|
||||
MENUITEM "Copiere în...", IDM_EDITCOPYTO
|
||||
MENUITEM "Lipire din...", IDM_EDITPASTEFROM
|
||||
END
|
||||
|
||||
POPUP "&Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "Instrumente\tCtrl+T", IDM_VIEWTOOLBOX, CHECKED
|
||||
MENUITEM "Paletã de culori\tCtrl+L", IDM_VIEWCOLORPALETTE, CHECKED
|
||||
MENUITEM "Barã de stare", IDM_VIEWSTATUSBAR, CHECKED
|
||||
MENUITEM "Barã de instrumente text", IDM_FORMATICONBAR, CHECKED, GRAYED
|
||||
MENUITEM "Paletă de culori\tCtrl+L", IDM_VIEWCOLORPALETTE, CHECKED
|
||||
MENUITEM "Bară de stare", IDM_VIEWSTATUSBAR, CHECKED
|
||||
MENUITEM "Bară de instrumente text", IDM_FORMATICONBAR, CHECKED, GRAYED
|
||||
MENUITEM SEPARATOR
|
||||
POPUP "Panoramare"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "Definită de utilizator"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Afișare grilă", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Afișare miniatură", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Pe tot ecranul\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -61,16 +69,16 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "Rotire/Oglindire...\tCtrl+R", IDM_IMAGEROTATEMIRROR
|
||||
MENUITEM "Redimensionare...\tCtrl+W", IDM_IMAGECHANGESIZE
|
||||
MENUITEM "Tãiere", IDM_IMAGECROP
|
||||
MENUITEM "Tăiere", IDM_IMAGECROP
|
||||
MENUITEM "Inversare culori\tCtrl+I", IDM_IMAGEINVERTCOLORS
|
||||
MENUITEM "Atribute...\tCtrl+E", IDM_IMAGEATTRIBUTES
|
||||
MENUITEM "ªtergere imagine", IDM_IMAGEDELETEIMAGE
|
||||
MENUITEM "Desenare opacã", IDM_IMAGEDRAWOPAQUE
|
||||
MENUITEM "Ștergere imagine", IDM_IMAGEDELETEIMAGE
|
||||
MENUITEM "Desenare opacă", IDM_IMAGEDRAWOPAQUE
|
||||
END
|
||||
|
||||
POPUP "&Culori"
|
||||
BEGIN
|
||||
MENUITEM "Editare paletã...", IDM_COLORSEDITPALETTE
|
||||
MENUITEM "Editare paletă...", IDM_COLORSEDITPALETTE
|
||||
END
|
||||
|
||||
POPUP "&Ajutor"
|
||||
|
@ -95,6 +103,7 @@ BEGIN
|
|||
"^A", IDM_EDITSELECTALL
|
||||
"^T", IDM_VIEWTOOLBOX
|
||||
"^L", IDM_VIEWCOLORPALETTE
|
||||
"^G", IDM_VIEWSHOWGRID
|
||||
"^F", IDM_VIEWFULLSCREEN
|
||||
"^R", IDM_IMAGEROTATEMIRROR
|
||||
"^W", IDM_IMAGECHANGESIZE
|
||||
|
@ -106,15 +115,15 @@ END
|
|||
IDD_MIRRORROTATE DIALOGEX 100, 100, 180, 100
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
CAPTION "Rotire ºi oglindire imagine"
|
||||
CAPTION "Rotire și oglindire imagine"
|
||||
BEGIN
|
||||
GROUPBOX "Rotire sau oglindire", IDD_MIRRORROTATEGROUP, 6, 6, 112, 86
|
||||
AUTORADIOBUTTON "Oglindire orizontalã", IDD_MIRRORROTATERB1, 12, 18, 100, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "Oglindire verticalã", IDD_MIRRORROTATERB2, 12, 30, 100, 10
|
||||
AUTORADIOBUTTON "Oglindire orizontală", IDD_MIRRORROTATERB1, 12, 18, 100, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "Oglindire verticală", IDD_MIRRORROTATERB2, 12, 30, 100, 10
|
||||
AUTORADIOBUTTON "Rotire la un unghi de:", IDD_MIRRORROTATERB3, 12, 42, 100, 10
|
||||
AUTORADIOBUTTON "90°", IDD_MIRRORROTATERB4, 42, 54, 50, 10, WS_GROUP | WS_DISABLED
|
||||
AUTORADIOBUTTON "180°", IDD_MIRRORROTATERB5, 42, 66, 50, 10, WS_DISABLED
|
||||
AUTORADIOBUTTON "270°", IDD_MIRRORROTATERB6, 42, 78, 50, 10, WS_DISABLED
|
||||
AUTORADIOBUTTON "90°", IDD_MIRRORROTATERB4, 42, 54, 50, 10, WS_GROUP | WS_DISABLED
|
||||
AUTORADIOBUTTON "180°", IDD_MIRRORROTATERB5, 42, 66, 50, 10, WS_DISABLED
|
||||
AUTORADIOBUTTON "270°", IDD_MIRRORROTATERB6, 42, 78, 50, 10, WS_DISABLED
|
||||
DEFPUSHBUTTON "OK", IDOK, 125, 8, 48, 14
|
||||
PUSHBUTTON "Anulare", IDCANCEL, 125, 24, 48, 14
|
||||
END
|
||||
|
@ -126,20 +135,20 @@ CAPTION "Atribute"
|
|||
BEGIN
|
||||
EDITTEXT IDD_ATTRIBUTESEDIT1, 40, 40, 35, 12
|
||||
EDITTEXT IDD_ATTRIBUTESEDIT2, 110, 40, 35, 12
|
||||
LTEXT "Lãþime:", IDD_ATTRIBUTESTEXT1, 10, 40, 30, 10
|
||||
LTEXT "Înãlþime:", IDD_ATTRIBUTESTEXT2, 80, 40, 30, 10
|
||||
LTEXT "Datã:", IDD_ATTRIBUTESTEXT3, 10, 5, 60, 10
|
||||
LTEXT "Mãrime:", IDD_ATTRIBUTESTEXT4, 10, 15, 60, 10
|
||||
LTEXT "Rezoluþie:", IDD_ATTRIBUTESTEXT5, 10, 25, 60, 10
|
||||
LTEXT "Lățime:", IDD_ATTRIBUTESTEXT1, 10, 40, 30, 10
|
||||
LTEXT "Înălțime:", IDD_ATTRIBUTESTEXT2, 80, 40, 30, 10
|
||||
LTEXT "Dată:", IDD_ATTRIBUTESTEXT3, 10, 5, 60, 10
|
||||
LTEXT "Mărime:", IDD_ATTRIBUTESTEXT4, 10, 15, 60, 10
|
||||
LTEXT "Rezoluție:", IDD_ATTRIBUTESTEXT5, 10, 25, 60, 10
|
||||
LTEXT "Indisponibil", IDD_ATTRIBUTESTEXT6, 70, 5, 60, 10
|
||||
LTEXT "Indisponibil", IDD_ATTRIBUTESTEXT7, 70, 15, 60, 10
|
||||
LTEXT "Indisponibil", IDD_ATTRIBUTESTEXT8, 70, 25, 60, 10
|
||||
GROUPBOX "Unitate", IDD_ATTRIBUTESGROUP1, 6, 57, 139, 27
|
||||
AUTORADIOBUTTON "Þoli", IDD_ATTRIBUTESRB1, 12, 69, 35, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "țoli", IDD_ATTRIBUTESRB1, 12, 69, 35, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "cm", IDD_ATTRIBUTESRB2, 52, 69, 35, 10
|
||||
AUTORADIOBUTTON "Pixeli", IDD_ATTRIBUTESRB3, 92, 69, 35, 10
|
||||
GROUPBOX "Culori", IDD_ATTRIBUTESGROUP2, 6, 88, 139, 27
|
||||
AUTORADIOBUTTON "Alb ºi negru", IDD_ATTRIBUTESRB4, 12, 100, 70, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "Alb și negru", IDD_ATTRIBUTESRB4, 12, 100, 70, 10, WS_GROUP
|
||||
AUTORADIOBUTTON "Color", IDD_ATTRIBUTESRB5, 92, 100, 35, 10
|
||||
DEFPUSHBUTTON "OK", IDOK, 155, 8, 48, 14
|
||||
PUSHBUTTON "Anulare", IDCANCEL, 155, 24, 48, 14
|
||||
|
@ -169,25 +178,28 @@ BEGIN
|
|||
IDS_PROGRAMNAME, "Paint"
|
||||
IDS_WINDOWTITLE, "%s - Paint"
|
||||
IDS_INFOTITLE, "Paint pentru ReactOS"
|
||||
IDS_INFOTEXT, "Paint pentru ReactOS este disponibil sub licenþa GNU Lesser General Public versiunea 3 (vedeþi www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Vreþi sã salvaþi schimbãrile la %s?"
|
||||
IDS_DEFAULTFILENAME, "FãrãNume.bmp"
|
||||
IDS_TOOLTIP1, "Golire selecþie"
|
||||
IDS_TOOLTIP2, "Selecþie"
|
||||
IDS_TOOLTIP3, "Radierã"
|
||||
IDS_INFOTEXT, "Paint pentru ReactOS este disponibil sub licența GNU Lesser General Public versiunea 3 (vedeți www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Vreți să salvați schimbările la %s?"
|
||||
IDS_DEFAULTFILENAME, "FărăNume.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Golire selecție"
|
||||
IDS_TOOLTIP2, "Selecție"
|
||||
IDS_TOOLTIP3, "Radieră"
|
||||
IDS_TOOLTIP4, "Umplere cu culoare"
|
||||
IDS_TOOLTIP5, "Selectare culoare"
|
||||
IDS_TOOLTIP6, "Panoramare"
|
||||
IDS_TOOLTIP7, "Creion"
|
||||
IDS_TOOLTIP8, "Pensulã"
|
||||
IDS_TOOLTIP8, "Pensulă"
|
||||
IDS_TOOLTIP9, "Pulverizator"
|
||||
IDS_TOOLTIP10, "Text"
|
||||
IDS_TOOLTIP11, "Linie"
|
||||
IDS_TOOLTIP12, "Curbã bezier"
|
||||
IDS_TOOLTIP12, "Curbă bezier"
|
||||
IDS_TOOLTIP13, "Dreptunghi"
|
||||
IDS_TOOLTIP14, "Poligon"
|
||||
IDS_TOOLTIP15, "Oval"
|
||||
IDS_TOOLTIP16, "Dreptunghi rotunjit"
|
||||
IDS_OPENFILTER, "Fiºiere bitmap (*.bmp;*.dib)\1*.bmp;*.dib\1All files (*.*)\1*.*\1"
|
||||
IDS_SAVEFILTER, "Bitmap pe 24 biþi (*.bmp;*.dib)\1*.bmp;*.dib\1"
|
||||
IDS_OPENFILTER, "Fișiere bitmap (*.bmp;*.dib)\1*.bmp;*.dib\1All files (*.*)\1*.*\1"
|
||||
IDS_SAVEFILTER, "Bitmap pe 24 biți (*.bmp;*.dib)\1*.bmp;*.dib\1"
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -41,13 +41,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Мас&штаб"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "Âûáðàòü"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Ïîêàçàòü ñåòêó", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Ïîêàçàòü ýñêèç", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Полный экран\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -167,6 +173,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint для ReactOS распространяется под лицензией GNU Lesser General Public License (LGPL) версии 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Сохранить изменения в %s?"
|
||||
IDS_DEFAULTFILENAME, "Без_имени.bmp"
|
||||
IDS_MINIATURETITLE, "Ýñêèç"
|
||||
IDS_TOOLTIP1, "Выделение произвольной области"
|
||||
IDS_TOOLTIP2, "Выделение"
|
||||
IDS_TOOLTIP3, "Ластик"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Slovak Language resource file
|
||||
* Translated by: Mário Kaèmár /Mario Kacmar/ aka Kario
|
||||
* Last changed: 27-05-2009
|
||||
* Translated by: Mário Kaèmár /Mario Kacmar/ aka Kario (kario@szm.sk)
|
||||
* Last changed: 02-07-2009
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
|
||||
|
@ -47,13 +47,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Lupa" //Zoom
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "Vlastné zväèšenie" //Používate¾om definované
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Zobrazi<7A> mriežku\tCtrl+G", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Zobrazi<7A> miniatúru", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Celá obrazovka\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -96,6 +102,7 @@ BEGIN
|
|||
"^A", IDM_EDITSELECTALL
|
||||
"^T", IDM_VIEWTOOLBOX
|
||||
"^L", IDM_VIEWCOLORPALETTE
|
||||
"^G", IDM_VIEWSHOWGRID
|
||||
"^F", IDM_VIEWFULLSCREEN
|
||||
"^R", IDM_IMAGEROTATEMIRROR
|
||||
"^W", IDM_IMAGECHANGESIZE
|
||||
|
@ -173,6 +180,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Skicár systému ReactOS je dostupný za podmienok GNU Lesser General Public License (LGPL) verzia 3 (viï www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Chcete uloži<C5BE> vykonané zmeny do %s?"
|
||||
IDS_DEFAULTFILENAME, "Bez názvu.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Vo¾ný výber"
|
||||
IDS_TOOLTIP2, "Výber"
|
||||
IDS_TOOLTIP3, "Guma"
|
||||
|
|
|
@ -47,13 +47,19 @@ BEGIN
|
|||
MENUITEM SEPARATOR
|
||||
POPUP "Ìàñøòàá"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
POPUP "User defined"
|
||||
BEGIN
|
||||
MENUITEM "12,5%", IDM_VIEWZOOM125
|
||||
MENUITEM "25%", IDM_VIEWZOOM25
|
||||
MENUITEM "50%", IDM_VIEWZOOM50
|
||||
MENUITEM "100%", IDM_VIEWZOOM100
|
||||
MENUITEM "200%", IDM_VIEWZOOM200
|
||||
MENUITEM "400%", IDM_VIEWZOOM400
|
||||
MENUITEM "800%", IDM_VIEWZOOM800
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Show grid", IDM_VIEWSHOWGRID
|
||||
MENUITEM "Show miniature", IDM_VIEWSHOWMINIATURE
|
||||
END
|
||||
MENUITEM "Íà âåñü åêðàí\tCtrl+F", IDM_VIEWFULLSCREEN
|
||||
END
|
||||
|
@ -173,6 +179,7 @@ BEGIN
|
|||
IDS_INFOTEXT, "Paint for ReactOS is available under the GNU Lesser General Public License (LGPL) version 3 (see www.gnu.org)"
|
||||
IDS_SAVEPROMPTTEXT, "Çáåðåãòè çì³íè äî %s?"
|
||||
IDS_DEFAULTFILENAME, "Áåç_³ìåí³.bmp"
|
||||
IDS_MINIATURETITLE, "Miniature"
|
||||
IDS_TOOLTIP1, "Âèä³ëåííÿ äîâ³ëüíî¿ îáëàñò³"
|
||||
IDS_TOOLTIP2, "Âèä³ëåííÿ"
|
||||
IDS_TOOLTIP3, "Ëàñòèê"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
|
@ -10,7 +10,7 @@
|
|||
the terms and conditions of version 3 of the GNU General Public
|
||||
License, supplemented by the additional permissions listed below.
|
||||
|
||||
0. Additional Definitions.
|
||||
0. Additional Definitions.
|
||||
|
||||
As used herein, "this License" refers to version 3 of the GNU Lesser
|
||||
General Public License, and the "GNU GPL" refers to version 3 of the GNU
|
||||
|
@ -111,7 +111,7 @@ the following:
|
|||
a copy of the Library already present on the user's computer
|
||||
system, and (b) will operate properly with a modified version
|
||||
of the Library that is interface-compatible with the Linked
|
||||
Version.
|
||||
Version.
|
||||
|
||||
e) Provide Installation Information, but only if you would otherwise
|
||||
be required to provide such information under section 6 of the
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "palette.h"
|
||||
#include "toolsettings.h"
|
||||
#include "selection.h"
|
||||
#include "sizebox.h"
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
|
@ -102,6 +103,20 @@ TCHAR filename[256];
|
|||
TCHAR filepathname[1000];
|
||||
BOOL isAFile = FALSE;
|
||||
|
||||
BOOL showGrid = FALSE;
|
||||
BOOL showMiniature = FALSE;
|
||||
|
||||
HWND hwndMiniature;
|
||||
|
||||
HWND hSizeboxLeftTop;
|
||||
HWND hSizeboxCenterTop;
|
||||
HWND hSizeboxRightTop;
|
||||
HWND hSizeboxLeftCenter;
|
||||
HWND hSizeboxRightCenter;
|
||||
HWND hSizeboxLeftBottom;
|
||||
HWND hSizeboxCenterBottom;
|
||||
HWND hSizeboxRightBottom;
|
||||
|
||||
int WINAPI _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR lpszArgument, int nFunsterStil)
|
||||
{
|
||||
HWND hwnd; /* This is the handle for our window */
|
||||
|
@ -127,6 +142,7 @@ int WINAPI _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR l
|
|||
TCHAR ofnFilename[1000];
|
||||
TCHAR ofnFiletitle[256];
|
||||
TCHAR ofnFilter[1000];
|
||||
TCHAR miniaturetitle[100];
|
||||
int custColors[16] =
|
||||
{0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff,
|
||||
0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff, 0xffffff};
|
||||
|
@ -211,15 +227,31 @@ int WINAPI _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR l
|
|||
wclSelection.hbrBackground = NULL;//GetSysColorBrush(COLOR_BTNFACE);
|
||||
RegisterClassEx (&wclSelection);
|
||||
|
||||
/* initializing and registering the window class for the size boxes */
|
||||
wclSettings.hInstance = hThisInstance;
|
||||
wclSettings.lpszClassName = _T("Sizebox");
|
||||
wclSettings.lpfnWndProc = SizeboxWinProc;
|
||||
wclSettings.style = CS_DBLCLKS;
|
||||
wclSettings.cbSize = sizeof (WNDCLASSEX);
|
||||
wclSettings.hIcon = NULL;
|
||||
wclSettings.hIconSm = NULL;
|
||||
wclSettings.hCursor = LoadCursor (NULL, IDC_ARROW);
|
||||
wclSettings.lpszMenuName = NULL;
|
||||
wclSettings.cbClsExtra = 0;
|
||||
wclSettings.cbWndExtra = 0;
|
||||
wclSettings.hbrBackground = GetSysColorBrush(COLOR_HIGHLIGHT);
|
||||
RegisterClassEx (&wclSettings);
|
||||
|
||||
LoadString(hThisInstance, IDS_DEFAULTFILENAME, filename, SIZEOF(filename));
|
||||
LoadString(hThisInstance, IDS_WINDOWTITLE, resstr, SIZEOF(resstr));
|
||||
_stprintf(progtitle, resstr, filename);
|
||||
|
||||
LoadString(hThisInstance, IDS_MINIATURETITLE, miniaturetitle, SIZEOF(miniaturetitle));
|
||||
|
||||
/* create main window */
|
||||
hwnd = CreateWindowEx (0, _T("WindowsApp"), progtitle, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, 544, 375, HWND_DESKTOP, NULL, hThisInstance, NULL);
|
||||
|
||||
hMainWnd = hwnd;
|
||||
hwndMiniature = CreateWindowEx(WS_EX_PALETTEWINDOW, _T("WindowsApp"), miniaturetitle, WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME, 180, 200, 120, 100, hwnd, NULL, hThisInstance, NULL);
|
||||
|
||||
/* loading and setting the window menu from resource */
|
||||
menu = LoadMenu(hThisInstance, MAKEINTRESOURCE(ID_MENU));
|
||||
|
@ -341,6 +373,15 @@ int WINAPI _tWinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPTSTR l
|
|||
sfn.nMaxFileTitle = SIZEOF(sfnFiletitle);
|
||||
sfn.Flags = OFN_OVERWRITEPROMPT | OFN_HIDEREADONLY;
|
||||
|
||||
hSizeboxLeftTop = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxCenterTop = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxRightTop = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxLeftCenter = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxRightCenter = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxLeftBottom = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxCenterBottom= CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
hSizeboxRightBottom = CreateWindowEx(0, _T("Sizebox"), _T(""), WS_CHILD | WS_VISIBLE, 0, 0, 3, 3, hScrlClient, NULL, hThisInstance, NULL);
|
||||
SendMessage(hImageArea, WM_SIZE, 0, 0);
|
||||
|
||||
/* by moving the window, the things in WM_SIZE are done */
|
||||
MoveWindow(hwnd, 100, 100, 600, 450, TRUE);
|
||||
|
|
|
@ -23,37 +23,70 @@ void placeSelWin()
|
|||
//SendMessage(hSelection, WM_PAINT, 0, 0);
|
||||
}
|
||||
|
||||
void startPainting(HDC hdc, short x, short y, int fg, int bg)
|
||||
POINT pointStack[256];
|
||||
short pointSP;
|
||||
|
||||
void startPaintingL(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
startX = x;
|
||||
startY = y;
|
||||
lastX = x;
|
||||
lastY = y;
|
||||
if ((activeTool!=5)&&(activeTool!=6)) newReversible();
|
||||
switch (activeTool)
|
||||
{
|
||||
case 1:
|
||||
case 10:
|
||||
case 11:
|
||||
case 15:
|
||||
case 16:
|
||||
newReversible();
|
||||
case 2:
|
||||
newReversible();
|
||||
ShowWindow(hSelection, SW_HIDE);
|
||||
break;
|
||||
case 3:
|
||||
newReversible();
|
||||
Erase(hdc, x, y, x, y, bg, rubberRadius);
|
||||
break;
|
||||
case 4:
|
||||
newReversible();
|
||||
Fill(hdc, x, y, fg);
|
||||
break;
|
||||
case 7:
|
||||
newReversible();
|
||||
SetPixel(hdc, x, y, fg);
|
||||
break;
|
||||
case 8:
|
||||
newReversible();
|
||||
Brush(hdc, x, y, x, y, fg, brushStyle);
|
||||
break;
|
||||
case 9:
|
||||
newReversible();
|
||||
Airbrush(hdc, x, y, fg, airBrushWidth);
|
||||
break;
|
||||
case 12:
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP==0)
|
||||
{
|
||||
newReversible();
|
||||
pointSP++;
|
||||
}
|
||||
break;
|
||||
case 14:
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP+1>=2) Poly(hdc, pointStack, pointSP+1, fg, bg, lineWidth, shapeStyle, FALSE);
|
||||
if (pointSP==0)
|
||||
{
|
||||
newReversible();
|
||||
pointSP++;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void whilePainting(HDC hdc, short x, short y, int fg, int bg)
|
||||
void whilePaintingL(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
switch (activeTool)
|
||||
{
|
||||
|
@ -87,50 +120,34 @@ void whilePainting(HDC hdc, short x, short y, int fg, int bg)
|
|||
resetToU1();
|
||||
Line(hdc, startX, startY, x, y, fg, lineWidth);
|
||||
break;
|
||||
case 12:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
switch (pointSP)
|
||||
{
|
||||
case 1: Line(hdc, pointStack[0].x, pointStack[0].y, pointStack[1].x, pointStack[1].y, fg, lineWidth); break;
|
||||
case 2: Bezier(hdc, pointStack[0], pointStack[2], pointStack[2], pointStack[1], fg, lineWidth); break;
|
||||
case 3: Bezier(hdc, pointStack[0], pointStack[2], pointStack[3], pointStack[1], fg, lineWidth); break;
|
||||
}
|
||||
break;
|
||||
case 13:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
{
|
||||
case 0:
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
Rect(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
}
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 14:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP+1>=2) Poly(hdc, pointStack, pointSP+1, fg, bg, lineWidth, shapeStyle, FALSE);
|
||||
break;
|
||||
case 15:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
{
|
||||
case 0:
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
Ellp(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
}
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 16:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
{
|
||||
case 0:
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
RRect(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
}
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -138,7 +155,7 @@ void whilePainting(HDC hdc, short x, short y, int fg, int bg)
|
|||
lastY = y;
|
||||
}
|
||||
|
||||
void endPainting(HDC hdc, short x, short y, int fg, int bg)
|
||||
void endPaintingL(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
switch (activeTool)
|
||||
{
|
||||
|
@ -163,50 +180,204 @@ void endPainting(HDC hdc, short x, short y, int fg, int bg)
|
|||
resetToU1();
|
||||
Line(hdc, startX, startY, x, y, fg, lineWidth);
|
||||
break;
|
||||
case 12:
|
||||
pointSP++;
|
||||
if (pointSP==4) pointSP = 0;
|
||||
break;
|
||||
case 13:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 14:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
pointSP++;
|
||||
if (pointSP>=2)
|
||||
{
|
||||
case 0:
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
Rect(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
Rect(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
if ( (pointStack[0].x-x)*(pointStack[0].x-x) + (pointStack[0].y-y)*(pointStack[0].y-y) <= lineWidth*lineWidth+1)
|
||||
{
|
||||
Poly(hdc, pointStack, pointSP, fg, bg, lineWidth, shapeStyle, TRUE);
|
||||
pointSP = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
Poly(hdc, pointStack, pointSP, fg, bg, lineWidth, shapeStyle, FALSE);
|
||||
}
|
||||
}
|
||||
if (pointSP==255) pointSP--;
|
||||
break;
|
||||
case 15:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
{
|
||||
case 0:
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
Ellp(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
}
|
||||
Ellp(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 16:
|
||||
resetToU1();
|
||||
switch (shapeStyle)
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, shapeStyle);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void startPaintingR(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
startX = x;
|
||||
startY = y;
|
||||
lastX = x;
|
||||
lastY = y;
|
||||
switch (activeTool)
|
||||
{
|
||||
case 1:
|
||||
case 10:
|
||||
case 11:
|
||||
case 15:
|
||||
case 16:
|
||||
newReversible();
|
||||
case 3:
|
||||
newReversible();
|
||||
Replace(hdc, x, y, x, y, fg, bg, rubberRadius);
|
||||
break;
|
||||
case 4:
|
||||
newReversible();
|
||||
Fill(hdc, x, y, bg);
|
||||
break;
|
||||
case 7:
|
||||
newReversible();
|
||||
SetPixel(hdc, x, y, bg);
|
||||
break;
|
||||
case 8:
|
||||
newReversible();
|
||||
Brush(hdc, x, y, x, y, bg, brushStyle);
|
||||
break;
|
||||
case 9:
|
||||
newReversible();
|
||||
Airbrush(hdc, x, y, bg, airBrushWidth);
|
||||
break;
|
||||
case 12:
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP==0)
|
||||
{
|
||||
case 0:
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, FALSE);
|
||||
break;
|
||||
case 1:
|
||||
RRect(hdc, startX, startY, x, y, fg, bg, lineWidth, TRUE);
|
||||
break;
|
||||
case 2:
|
||||
RRect(hdc, startX, startY, x, y, fg, fg, lineWidth, TRUE);
|
||||
break;
|
||||
newReversible();
|
||||
pointSP++;
|
||||
}
|
||||
break;
|
||||
case 14:
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP+1>=2) Poly(hdc, pointStack, pointSP+1, bg, fg, lineWidth, shapeStyle, FALSE);
|
||||
if (pointSP==0)
|
||||
{
|
||||
newReversible();
|
||||
pointSP++;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
void whilePaintingR(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
switch (activeTool)
|
||||
{
|
||||
case 3:
|
||||
Replace(hdc, lastX, lastY, x, y, fg, bg, rubberRadius);
|
||||
break;
|
||||
case 7:
|
||||
Line(hdc, lastX, lastY, x, y, bg, 1);
|
||||
break;
|
||||
case 8:
|
||||
Brush(hdc, lastX, lastY, x, y, bg, brushStyle);
|
||||
break;
|
||||
case 9:
|
||||
Airbrush(hdc, x, y, bg, airBrushWidth);
|
||||
break;
|
||||
case 11:
|
||||
resetToU1();
|
||||
Line(hdc, startX, startY, x, y, bg, lineWidth);
|
||||
break;
|
||||
case 12:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
switch (pointSP)
|
||||
{
|
||||
case 1: Line(hdc, pointStack[0].x, pointStack[0].y, pointStack[1].x, pointStack[1].y, bg, lineWidth); break;
|
||||
case 2: Bezier(hdc, pointStack[0], pointStack[2], pointStack[2], pointStack[1], bg, lineWidth); break;
|
||||
case 3: Bezier(hdc, pointStack[0], pointStack[2], pointStack[3], pointStack[1], bg, lineWidth); break;
|
||||
}
|
||||
break;
|
||||
case 13:
|
||||
resetToU1();
|
||||
Rect(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 14:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
if (pointSP+1>=2) Poly(hdc, pointStack, pointSP+1, bg, fg, lineWidth, shapeStyle, FALSE);
|
||||
break;
|
||||
case 15:
|
||||
resetToU1();
|
||||
Ellp(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 16:
|
||||
resetToU1();
|
||||
RRect(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
}
|
||||
|
||||
lastX = x;
|
||||
lastY = y;
|
||||
}
|
||||
|
||||
void endPaintingR(HDC hdc, short x, short y, int fg, int bg)
|
||||
{
|
||||
switch (activeTool)
|
||||
{
|
||||
case 3:
|
||||
Replace(hdc, lastX, lastY, x, y, fg, bg, rubberRadius);
|
||||
break;
|
||||
case 7:
|
||||
Line(hdc, lastX, lastY, x, y, bg, 1);
|
||||
SetPixel(hdc, x, y, bg);
|
||||
break;
|
||||
case 11:
|
||||
resetToU1();
|
||||
Line(hdc, startX, startY, x, y, bg, lineWidth);
|
||||
break;
|
||||
case 12:
|
||||
pointSP++;
|
||||
if (pointSP==4) pointSP = 0;
|
||||
break;
|
||||
case 13:
|
||||
resetToU1();
|
||||
Rect(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 14:
|
||||
resetToU1();
|
||||
pointStack[pointSP].x = x;
|
||||
pointStack[pointSP].y = y;
|
||||
pointSP++;
|
||||
if (pointSP>=2)
|
||||
{
|
||||
if ( (pointStack[0].x-x)*(pointStack[0].x-x) + (pointStack[0].y-y)*(pointStack[0].y-y) <= lineWidth*lineWidth+1)
|
||||
{
|
||||
Poly(hdc, pointStack, pointSP, bg, fg, lineWidth, shapeStyle, TRUE);
|
||||
pointSP = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
Poly(hdc, pointStack, pointSP, bg, fg, lineWidth, shapeStyle, FALSE);
|
||||
}
|
||||
}
|
||||
if (pointSP==255) pointSP--;
|
||||
break;
|
||||
case 15:
|
||||
resetToU1();
|
||||
Ellp(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
case 16:
|
||||
resetToU1();
|
||||
RRect(hdc, startX, startY, x, y, bg, fg, lineWidth, shapeStyle);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,8 +8,14 @@
|
|||
|
||||
void placeSelWin();
|
||||
|
||||
void startPainting(HDC hdc, short x, short y, int fg, int bg);
|
||||
void startPaintingL(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
||||
void whilePainting(HDC hdc, short x, short y, int fg, int bg);
|
||||
void whilePaintingL(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
||||
void endPainting(HDC hdc, short x, short y, int fg, int bg);
|
||||
void endPaintingL(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
||||
void startPaintingR(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
||||
void whilePaintingR(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
||||
void endPaintingR(HDC hdc, short x, short y, int fg, int bg);
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<file>palette.c</file>
|
||||
<file>registry.c</file>
|
||||
<file>selection.c</file>
|
||||
<file>sizebox.c</file>
|
||||
<file>toolsettings.c</file>
|
||||
<file>winproc.c</file>
|
||||
<file>rsrc.rc</file>
|
||||
|
|
|
@ -57,7 +57,7 @@ LRESULT CALLBACK PalWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lPar
|
|||
DrawEdge(hDC, &rc, BDR_SUNKENOUTER, BF_RECT);
|
||||
oldPen = SelectObject(hDC, CreatePen(PS_NULL, 0, 0));
|
||||
oldBrush = SelectObject(hDC, CreateSolidBrush(palColors[i]));
|
||||
Rectangle(hDC, rc.left + 2,rc.top + 2,rc.right + 1, rc.bottom - 1);
|
||||
Rectangle(hDC, rc.left + 2,rc.top + 2,rc.right - 1, rc.bottom - 1);
|
||||
DeleteObject(SelectObject(hDC, oldBrush));
|
||||
DeleteObject(SelectObject(hDC, oldPen));
|
||||
}
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "lang/ru-RU.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
|
||||
|
||||
//
|
||||
// SUPPORT FOR WINDOWS XP THEMES:
|
||||
// THIS WILL MAKE THE PROGRAM USE THE COMMON CONTROLS
|
||||
|
|
106
reactos/base/applications/paint/sizebox.c
Normal file
106
reactos/base/applications/paint/sizebox.c
Normal file
|
@ -0,0 +1,106 @@
|
|||
/*
|
||||
* PROJECT: PAINT for ReactOS
|
||||
* LICENSE: LGPL
|
||||
* FILE: sizebox.c
|
||||
* PURPOSE: Window procedure of the size boxes
|
||||
* PROGRAMMERS: Benedikt Freisen
|
||||
*/
|
||||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
#include "globalvar.h"
|
||||
#include "history.h"
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
BOOL resizing = FALSE;
|
||||
short xOrig;
|
||||
short yOrig;
|
||||
|
||||
LRESULT CALLBACK SizeboxWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
switch (message)
|
||||
{
|
||||
case WM_SETCURSOR:
|
||||
{
|
||||
if ((hwnd==hSizeboxLeftTop)||(hwnd==hSizeboxRightBottom))
|
||||
SetCursor(LoadCursor(NULL, IDC_SIZENWSE));
|
||||
if ((hwnd==hSizeboxLeftBottom)||(hwnd==hSizeboxRightTop))
|
||||
SetCursor(LoadCursor(NULL, IDC_SIZENESW));
|
||||
if ((hwnd==hSizeboxLeftCenter)||(hwnd==hSizeboxRightCenter))
|
||||
SetCursor(LoadCursor(NULL, IDC_SIZEWE));
|
||||
if ((hwnd==hSizeboxCenterTop)||(hwnd==hSizeboxCenterBottom))
|
||||
SetCursor(LoadCursor(NULL, IDC_SIZENS));
|
||||
}
|
||||
break;
|
||||
case WM_LBUTTONDOWN:
|
||||
resizing = TRUE;
|
||||
xOrig = LOWORD(lParam);
|
||||
yOrig = HIWORD(lParam);
|
||||
SetCapture(hwnd);
|
||||
break;
|
||||
case WM_MOUSEMOVE:
|
||||
if (resizing)
|
||||
{
|
||||
TCHAR sizeStr[100];
|
||||
short xRel;
|
||||
short yRel;
|
||||
xRel = ((short)LOWORD(lParam)-xOrig)*1000/zoom;
|
||||
yRel = ((short)HIWORD(lParam)-yOrig)*1000/zoom;
|
||||
if (hwnd==hSizeboxLeftTop)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes-xRel, imgYRes-yRel);
|
||||
if (hwnd==hSizeboxCenterTop)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes, imgYRes-yRel);
|
||||
if (hwnd==hSizeboxRightTop)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes+xRel, imgYRes-yRel);
|
||||
if (hwnd==hSizeboxLeftCenter)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes-xRel, imgYRes);
|
||||
if (hwnd==hSizeboxRightCenter)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes+xRel, imgYRes);
|
||||
if (hwnd==hSizeboxLeftBottom)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes-xRel, imgYRes+yRel);
|
||||
if (hwnd==hSizeboxCenterBottom)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes, imgYRes+yRel);
|
||||
if (hwnd==hSizeboxRightBottom)
|
||||
_stprintf(sizeStr, _T("%d x %d"), imgXRes+xRel, imgYRes+yRel);
|
||||
SendMessage(hStatusBar, SB_SETTEXT, 2, (LPARAM)sizeStr);
|
||||
}
|
||||
break;
|
||||
case WM_LBUTTONUP:
|
||||
if (resizing)
|
||||
{
|
||||
short xRel;
|
||||
short yRel;
|
||||
ReleaseCapture();
|
||||
resizing = FALSE;
|
||||
xRel = ((short)LOWORD(lParam)-xOrig)*1000/zoom;
|
||||
yRel = ((short)HIWORD(lParam)-yOrig)*1000/zoom;
|
||||
if (hwnd==hSizeboxLeftTop)
|
||||
cropReversible(imgXRes-xRel, imgYRes-yRel, xRel, yRel);
|
||||
if (hwnd==hSizeboxCenterTop)
|
||||
cropReversible(imgXRes, imgYRes-yRel, 0, yRel);
|
||||
if (hwnd==hSizeboxRightTop)
|
||||
cropReversible(imgXRes+xRel, imgYRes-yRel, 0, yRel);
|
||||
if (hwnd==hSizeboxLeftCenter)
|
||||
cropReversible(imgXRes-xRel, imgYRes, xRel, 0);
|
||||
if (hwnd==hSizeboxRightCenter)
|
||||
cropReversible(imgXRes+xRel, imgYRes, 0, 0);
|
||||
if (hwnd==hSizeboxLeftBottom)
|
||||
cropReversible(imgXRes-xRel, imgYRes+yRel, xRel, 0);
|
||||
if (hwnd==hSizeboxCenterBottom)
|
||||
cropReversible(imgXRes, imgYRes+yRel, 0, 0);
|
||||
if (hwnd==hSizeboxRightBottom)
|
||||
cropReversible(imgXRes+xRel, imgYRes+yRel, 0, 0);
|
||||
SendMessage(hStatusBar, SB_SETTEXT, 2, (LPARAM)_T(""));
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
return DefWindowProc (hwnd, message, wParam, lParam);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
9
reactos/base/applications/paint/sizebox.h
Normal file
9
reactos/base/applications/paint/sizebox.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* PROJECT: PAINT for ReactOS
|
||||
* LICENSE: LGPL
|
||||
* FILE: sizebox.h
|
||||
* PURPOSE: Window procedure of the size boxes
|
||||
* PROGRAMMERS: Benedikt Freisen
|
||||
*/
|
||||
|
||||
LRESULT CALLBACK SizeboxWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
|
|
@ -148,14 +148,14 @@ LRESULT CALLBACK SettingsWinProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
}
|
||||
}
|
||||
if (shapeStyle==0)
|
||||
Rect(hdc, 5, 6, 37, 16, GetSysColor(COLOR_HIGHLIGHTTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, FALSE);
|
||||
Rect(hdc, 5, 6, 37, 16, GetSysColor(COLOR_HIGHLIGHTTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, 0);
|
||||
else
|
||||
Rect(hdc, 5, 6, 37, 16, GetSysColor(COLOR_WINDOWTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, FALSE);
|
||||
Rect(hdc, 5, 6, 37, 16, GetSysColor(COLOR_WINDOWTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, 0);
|
||||
if (shapeStyle==1)
|
||||
Rect(hdc, 5, 26, 37, 36, GetSysColor(COLOR_HIGHLIGHTTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, TRUE);
|
||||
Rect(hdc, 5, 26, 37, 36, GetSysColor(COLOR_HIGHLIGHTTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, 1);
|
||||
else
|
||||
Rect(hdc, 5, 26, 37, 36, GetSysColor(COLOR_WINDOWTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, TRUE);
|
||||
Rect(hdc, 5, 46, 37, 56, GetSysColor(COLOR_APPWORKSPACE), GetSysColor(COLOR_APPWORKSPACE), 1, TRUE);
|
||||
Rect(hdc, 5, 26, 37, 36, GetSysColor(COLOR_WINDOWTEXT), GetSysColor(COLOR_APPWORKSPACE), 1, 1);
|
||||
Rect(hdc, 5, 46, 37, 56, GetSysColor(COLOR_APPWORKSPACE), GetSysColor(COLOR_APPWORKSPACE), 1, 1);
|
||||
for (i=0; i<5; i++)
|
||||
{
|
||||
if (lineWidth==i+1)
|
||||
|
|
|
@ -29,6 +29,7 @@ void selectTool(int tool)
|
|||
{
|
||||
ShowWindow(hSelection, SW_HIDE);
|
||||
activeTool = tool;
|
||||
pointSP = 0; // resets the point-buffer of the polygon and bezier functions
|
||||
SendMessage(hToolSettings, WM_PAINT, 0, 0);
|
||||
}
|
||||
|
||||
|
@ -60,6 +61,12 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
PostQuitMessage (0); /* send a WM_QUIT to the message queue */
|
||||
break;
|
||||
case WM_CLOSE:
|
||||
if (hwnd==hwndMiniature)
|
||||
{
|
||||
ShowWindow(hwndMiniature, SW_HIDE);
|
||||
showMiniature = FALSE;
|
||||
break;
|
||||
}
|
||||
if (undoSteps>0)
|
||||
{
|
||||
TCHAR programname[20];
|
||||
|
@ -144,6 +151,44 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
CheckMenuItem(GetMenu(hMainWnd), IDM_IMAGEDRAWOPAQUE, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
break;
|
||||
}
|
||||
if (showGrid)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWSHOWGRID, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWSHOWGRID, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (showMiniature)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWSHOWMINIATURE, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWSHOWMINIATURE, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
|
||||
if (zoom==125)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM125, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM125, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==250)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM25, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM25, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==500)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM50, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM50, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==1000)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM100, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM100, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==2000)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM200, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM200, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==4000)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM400, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM400, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
if (zoom==8000)
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM800, MF_CHECKED | MF_BYCOMMAND);
|
||||
else
|
||||
CheckMenuItem(GetMenu(hMainWnd), IDM_VIEWZOOM800, MF_UNCHECKED | MF_BYCOMMAND);
|
||||
|
||||
break;
|
||||
case WM_SIZE:
|
||||
if (hwnd==hMainWnd)
|
||||
|
@ -154,6 +199,33 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
MoveWindow(hScrollbox, 56, 49,LOWORD(lParam)-56, HIWORD(lParam)-72, TRUE);
|
||||
//InvalidateRect(hwnd, NULL, TRUE);
|
||||
}
|
||||
if (hwnd==hImageArea)
|
||||
{
|
||||
MoveWindow(hSizeboxLeftTop,
|
||||
0,
|
||||
0, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxCenterTop,
|
||||
imgXRes*zoom/2000+3*3/4,
|
||||
0, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxRightTop,
|
||||
imgXRes*zoom/1000+3,
|
||||
0, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxLeftCenter,
|
||||
0,
|
||||
imgYRes*zoom/2000+3*3/4, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxRightCenter,
|
||||
imgXRes*zoom/1000+3,
|
||||
imgYRes*zoom/2000+3*3/4, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxLeftBottom,
|
||||
0,
|
||||
imgYRes*zoom/1000+3, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxCenterBottom,
|
||||
imgXRes*zoom/2000+3*3/4,
|
||||
imgYRes*zoom/1000+3, 3, 3, TRUE);
|
||||
MoveWindow(hSizeboxRightBottom,
|
||||
imgXRes*zoom/1000+3,
|
||||
imgYRes*zoom/1000+3, 3, 3, TRUE);
|
||||
}
|
||||
if ((hwnd==hImageArea)||(hwnd==hScrollbox))
|
||||
{
|
||||
long clientRectScrollbox[4];
|
||||
|
@ -218,8 +290,34 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
HDC hdc = GetDC(hImageArea);
|
||||
StretchBlt(hdc, 0, 0, imgXRes*zoom/1000, imgYRes*zoom/1000, hDrawingDC, 0, 0, imgXRes, imgYRes, SRCCOPY);
|
||||
if (showGrid && (zoom>=4000))
|
||||
{
|
||||
HPEN oldPen = SelectObject(hdc, CreatePen(PS_SOLID, 1, 0x00a0a0a0));
|
||||
int counter;
|
||||
for (counter = 0; counter <= imgYRes; counter++)
|
||||
{
|
||||
MoveToEx(hdc, 0, counter*zoom/1000, NULL);
|
||||
LineTo(hdc, imgXRes*zoom/1000, counter*zoom/1000);
|
||||
}
|
||||
for (counter = 0; counter <= imgXRes; counter++)
|
||||
{
|
||||
MoveToEx(hdc, counter*zoom/1000, 0, NULL);
|
||||
LineTo(hdc, counter*zoom/1000, imgYRes*zoom/1000);
|
||||
}
|
||||
DeleteObject(SelectObject(hdc, oldPen));
|
||||
}
|
||||
ReleaseDC(hImageArea, hdc);
|
||||
SendMessage(hSelection, WM_PAINT, 0, 0);
|
||||
SendMessage(hwndMiniature, WM_PAINT, 0, 0);
|
||||
}else
|
||||
if (hwnd==hwndMiniature)
|
||||
{
|
||||
long mclient[4];
|
||||
GetClientRect(hwndMiniature, (LPRECT)&mclient);
|
||||
HDC hdc = GetDC(hwndMiniature);
|
||||
BitBlt(hdc, -min(imgXRes*GetScrollPos(hScrollbox, SB_HORZ)/10000, imgXRes-mclient[2]),
|
||||
-min(imgYRes*GetScrollPos(hScrollbox, SB_VERT)/10000, imgYRes-mclient[3]), imgXRes, imgYRes, hDrawingDC, 0, 0, SRCCOPY);
|
||||
ReleaseDC(hwndMiniature, hdc);
|
||||
}
|
||||
break;
|
||||
|
||||
|
@ -257,7 +355,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
SetCapture(hImageArea);
|
||||
drawing = TRUE;
|
||||
startPainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
startPaintingL(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
}else
|
||||
{
|
||||
SendMessage(hwnd, WM_LBUTTONUP, wParam, lParam);
|
||||
|
@ -274,7 +372,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
SetCapture(hImageArea);
|
||||
drawing = TRUE;
|
||||
startPainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, bgColor, fgColor);
|
||||
startPaintingR(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
}else
|
||||
{
|
||||
SendMessage(hwnd, WM_RBUTTONUP, wParam, lParam);
|
||||
|
@ -289,7 +387,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
ReleaseCapture();
|
||||
drawing = FALSE;
|
||||
endPainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
endPaintingL(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
SendMessage(hImageArea, WM_PAINT, 0, 0);
|
||||
if (activeTool==5)
|
||||
{
|
||||
|
@ -305,7 +403,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
ReleaseCapture();
|
||||
drawing = FALSE;
|
||||
endPainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, bgColor, fgColor);
|
||||
endPaintingR(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
SendMessage(hImageArea, WM_PAINT, 0, 0);
|
||||
if (activeTool==5)
|
||||
{
|
||||
|
@ -329,7 +427,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
{
|
||||
if ((wParam&MK_LBUTTON)!=0)
|
||||
{
|
||||
whilePainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
whilePaintingL(hDrawingDC, (short)LOWORD(lParam)*1000/zoom, (short)HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
SendMessage(hImageArea, WM_PAINT, 0, 0);
|
||||
if ((activeTool>=10)||(activeTool==2))
|
||||
{
|
||||
|
@ -340,7 +438,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
}
|
||||
if ((wParam&MK_RBUTTON)!=0)
|
||||
{
|
||||
whilePainting(hDrawingDC, LOWORD(lParam)*1000/zoom, HIWORD(lParam)*1000/zoom, bgColor, fgColor);
|
||||
whilePaintingR(hDrawingDC, (short)LOWORD(lParam)*1000/zoom, (short)HIWORD(lParam)*1000/zoom, fgColor, bgColor);
|
||||
SendMessage(hImageArea, WM_PAINT, 0, 0);
|
||||
if (activeTool>=10)
|
||||
{
|
||||
|
@ -467,9 +565,9 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
case IDM_EDITSELECTALL:
|
||||
if (activeTool==2)
|
||||
{
|
||||
startPainting(hDrawingDC, 0, 0, fgColor, bgColor);
|
||||
whilePainting(hDrawingDC, imgXRes, imgYRes, fgColor, bgColor);
|
||||
endPainting(hDrawingDC, imgXRes, imgYRes, fgColor, bgColor);
|
||||
startPaintingL(hDrawingDC, 0, 0, fgColor, bgColor);
|
||||
whilePaintingL(hDrawingDC, imgXRes, imgYRes, fgColor, bgColor);
|
||||
endPaintingL(hDrawingDC, imgXRes, imgYRes, fgColor, bgColor);
|
||||
}
|
||||
break;
|
||||
case IDM_EDITCOPYTO:
|
||||
|
@ -521,9 +619,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
int retVal = attributesDlg();
|
||||
if ((LOWORD(retVal)!=0)&&(HIWORD(retVal)!=0))
|
||||
{
|
||||
// cropReversible broken, dirty hack:
|
||||
// insertReversible(CopyImage(hBms[currInd], IMAGE_BITMAP, LOWORD(retVal), HIWORD(retVal), 0));
|
||||
cropReversible(LOWORD(retVal), HIWORD(retVal));
|
||||
cropReversible(LOWORD(retVal), HIWORD(retVal), 0, 0);
|
||||
updateCanvasAndScrollbars();
|
||||
}
|
||||
}
|
||||
|
@ -546,6 +642,17 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM
|
|||
insertReversible(CopyImage(hSelBm, IMAGE_BITMAP, 0, 0, LR_COPYRETURNORG));
|
||||
updateCanvasAndScrollbars();
|
||||
break;
|
||||
|
||||
case IDM_VIEWSHOWGRID:
|
||||
showGrid = !showGrid;
|
||||
break;
|
||||
case IDM_VIEWSHOWMINIATURE:
|
||||
showMiniature = !showMiniature;
|
||||
if (showMiniature)
|
||||
ShowWindow(hwndMiniature, SW_SHOW);
|
||||
else
|
||||
ShowWindow(hwndMiniature, SW_HIDE);
|
||||
break;
|
||||
|
||||
case IDM_VIEWZOOM125:
|
||||
ZoomTo(125);
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
#pragma code_page(65001)
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_DESCRIPTION "Economizor Siglã"
|
||||
IDS_TEXT "Acest economizor nu are opþiuni."
|
||||
IDS_DESCRIPTION "Ecran de veghe Siglă"
|
||||
IDS_TEXT "Acest ecran de veghe nu are opțiuni."
|
||||
END
|
||||
|
||||
#pragma code_page(default)
|
||||
|
|
|
@ -40,24 +40,15 @@ static INT_PTR CALLBACK AffinityDialogWndProc(HWND hDlg, UINT message, WPARAM wP
|
|||
|
||||
void ProcessPage_OnSetAffinity(void)
|
||||
{
|
||||
LV_ITEM lvitem;
|
||||
ULONG Index;
|
||||
DWORD dwProcessId;
|
||||
WCHAR strErrorText[260];
|
||||
WCHAR szTitle[256];
|
||||
|
||||
for (Index=0; Index<(ULONG)ListView_GetItemCount(hProcessPageListCtrl); Index++) {
|
||||
memset(&lvitem, 0, sizeof(LV_ITEM));
|
||||
lvitem.mask = LVIF_STATE;
|
||||
lvitem.stateMask = LVIS_SELECTED;
|
||||
lvitem.iItem = Index;
|
||||
(void)ListView_GetItem(hProcessPageListCtrl, &lvitem);
|
||||
if (lvitem.state & LVIS_SELECTED)
|
||||
break;
|
||||
}
|
||||
dwProcessId = PerfDataGetProcessId(Index);
|
||||
if ((ListView_GetSelectedCount(hProcessPageListCtrl) != 1) || (dwProcessId == 0))
|
||||
dwProcessId = GetSelectedProcessId();
|
||||
|
||||
if (dwProcessId == 0)
|
||||
return;
|
||||
|
||||
hProcessAffinityHandle = OpenProcess(PROCESS_QUERY_INFORMATION|PROCESS_SET_INFORMATION, FALSE, dwProcessId);
|
||||
if (!hProcessAffinityHandle) {
|
||||
GetLastErrorText(strErrorText, sizeof(strErrorText) / sizeof(WCHAR));
|
||||
|
|
|
@ -42,33 +42,6 @@ BOOL DebugChannelsAreSupported(void)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
static DWORD get_selected_pid(void)
|
||||
{
|
||||
LVITEM lvitem;
|
||||
ULONG Index;
|
||||
DWORD dwProcessId;
|
||||
|
||||
for (Index=0; Index<(ULONG)ListView_GetItemCount(hProcessPageListCtrl); Index++)
|
||||
{
|
||||
memset(&lvitem, 0, sizeof(LVITEM));
|
||||
|
||||
lvitem.mask = LVIF_STATE;
|
||||
lvitem.stateMask = LVIS_SELECTED;
|
||||
lvitem.iItem = Index;
|
||||
|
||||
(void)ListView_GetItem(hProcessPageListCtrl, &lvitem);
|
||||
|
||||
if (lvitem.state & LVIS_SELECTED)
|
||||
break;
|
||||
}
|
||||
|
||||
dwProcessId = PerfDataGetProcessId(Index);
|
||||
|
||||
if ((ListView_GetSelectedCount(hProcessPageListCtrl) != 1) || (dwProcessId == 0))
|
||||
return 0;
|
||||
return dwProcessId;
|
||||
}
|
||||
|
||||
static int list_channel_CB(HANDLE hProcess, void* addr, WCHAR* buffer, void* user)
|
||||
{
|
||||
int j;
|
||||
|
@ -290,7 +263,7 @@ static void DebugChannels_FillList(HWND hChannelLV)
|
|||
|
||||
(void)ListView_DeleteAllItems(hChannelLV);
|
||||
|
||||
hProcess = OpenProcess(PROCESS_VM_OPERATION | PROCESS_VM_READ, FALSE, get_selected_pid());
|
||||
hProcess = OpenProcess(PROCESS_VM_OPERATION | PROCESS_VM_READ, FALSE, GetSelectedProcessId());
|
||||
if (!hProcess) return; /* FIXME messagebox */
|
||||
SendMessageW(hChannelLV, WM_SETREDRAW, FALSE, 0);
|
||||
enum_channel(hProcess, list_channel_CB, (void*)hChannelLV, TRUE);
|
||||
|
@ -350,7 +323,7 @@ static void DebugChannels_OnNotify(HWND hDlg, LPARAM lParam)
|
|||
HANDLE hProcess;
|
||||
NMITEMACTIVATE* nmia = (NMITEMACTIVATE*)lParam;
|
||||
|
||||
hProcess = OpenProcess(PROCESS_VM_OPERATION | PROCESS_VM_READ | PROCESS_VM_WRITE, FALSE, get_selected_pid());
|
||||
hProcess = OpenProcess(PROCESS_VM_OPERATION | PROCESS_VM_READ | PROCESS_VM_WRITE, FALSE, GetSelectedProcessId());
|
||||
if (!hProcess) return; /* FIXME message box */
|
||||
lhti.pt = nmia->ptAction;
|
||||
hChannelLV = GetDlgItem(hDlg, IDC_DEBUG_CHANNELS_LIST);
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
|
||||
void ProcessPage_OnDebug(void)
|
||||
{
|
||||
LVITEM lvitem;
|
||||
ULONG Index;
|
||||
DWORD dwProcessId;
|
||||
WCHAR strErrorText[260];
|
||||
HKEY hKey;
|
||||
|
@ -39,24 +37,9 @@ void ProcessPage_OnDebug(void)
|
|||
WCHAR szTemp[256];
|
||||
WCHAR szTempA[256];
|
||||
|
||||
dwProcessId = GetSelectedProcessId();
|
||||
|
||||
for (Index=0; Index<(ULONG)ListView_GetItemCount(hProcessPageListCtrl); Index++)
|
||||
{
|
||||
memset(&lvitem, 0, sizeof(LVITEM));
|
||||
|
||||
lvitem.mask = LVIF_STATE;
|
||||
lvitem.stateMask = LVIS_SELECTED;
|
||||
lvitem.iItem = Index;
|
||||
|
||||
(void)ListView_GetItem(hProcessPageListCtrl, &lvitem);
|
||||
|
||||
if (lvitem.state & LVIS_SELECTED)
|
||||
break;
|
||||
}
|
||||
|
||||
dwProcessId = PerfDataGetProcessId(Index);
|
||||
|
||||
if ((ListView_GetSelectedCount(hProcessPageListCtrl) != 1) || (dwProcessId == 0))
|
||||
if (dwProcessId == 0)
|
||||
return;
|
||||
|
||||
LoadStringW(hInst, IDS_MSG_WARNINGDEBUG, szTemp, 256);
|
||||
|
|
|
@ -25,30 +25,14 @@
|
|||
|
||||
void ProcessPage_OnEndProcess(void)
|
||||
{
|
||||
LVITEM lvitem;
|
||||
ULONG Index;
|
||||
DWORD dwProcessId;
|
||||
HANDLE hProcess;
|
||||
WCHAR szTitle[256];
|
||||
WCHAR strErrorText[260];
|
||||
|
||||
for (Index=0; Index<(ULONG)ListView_GetItemCount(hProcessPageListCtrl); Index++)
|
||||
{
|
||||
memset(&lvitem, 0, sizeof(LVITEM));
|
||||
dwProcessId = GetSelectedProcessId();
|
||||
|
||||
lvitem.mask = LVIF_STATE;
|
||||
lvitem.stateMask = LVIS_SELECTED;
|
||||
lvitem.iItem = Index;
|
||||
|
||||
(void)ListView_GetItem(hProcessPageListCtrl, &lvitem);
|
||||
|
||||
if (lvitem.state & LVIS_SELECTED)
|
||||
break;
|
||||
}
|
||||
|
||||
dwProcessId = PerfDataGetProcessId(Index);
|
||||
|
||||
if ((ListView_GetSelectedCount(hProcessPageListCtrl) != 1) || (dwProcessId == 0))
|
||||
if (dwProcessId == 0)
|
||||
return;
|
||||
|
||||
LoadStringW(hInst, IDS_MSG_WARNINGTERMINATING, strErrorText, 256);
|
||||
|
@ -78,30 +62,14 @@ void ProcessPage_OnEndProcess(void)
|
|||
|
||||
void ProcessPage_OnEndProcessTree(void)
|
||||
{
|
||||
LVITEM lvitem;
|
||||
ULONG Index;
|
||||
DWORD dwProcessId;
|
||||
HANDLE hProcess;
|
||||
WCHAR szTitle[256];
|
||||
WCHAR strErrorText[260];
|
||||
|
||||
for (Index=0; Index<(ULONG)ListView_GetItemCount(hProcessPageListCtrl); Index++)
|
||||
{
|
||||
memset(&lvitem, 0, sizeof(LVITEM));
|
||||
dwProcessId = GetSelectedProcessId();
|
||||
|
||||
lvitem.mask = LVIF_STATE;
|
||||
lvitem.stateMask = LVIS_SELECTED;
|
||||
lvitem.iItem = Index;
|
||||
|
||||
(void)ListView_GetItem(hProcessPageListCtrl, &lvitem);
|
||||
|
||||
if (lvitem.state & LVIS_SELECTED)
|
||||
break;
|
||||
}
|
||||
|
||||
dwProcessId = PerfDataGetProcessId(Index);
|
||||
|
||||
if ((ListView_GetSelectedCount(hProcessPageListCtrl) != 1) || (dwProcessId == 0))
|
||||
if (dwProcessId == 0)
|
||||
return;
|
||||
|
||||
LoadStringW(hInst, IDS_MSG_WARNINGTERMINATING, strErrorText, 256);
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Прекратяване на задачата",IDC_ENDPROCESS,144,203,100,14
|
||||
CONTROL "&Показване на действията на всички потребители",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Ukonèit proces",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Zobrazit procesy všech uživatelù",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -187,7 +187,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Afslut Proces",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Vis Processor fra alle brugere",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -190,7 +190,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Prozess beenden",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "Prozesse aller &Benutzer anzeigen",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&End Process",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Show processes from all users",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&End Process",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Show processes from all users",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -208,7 +208,7 @@ FONT 8, "MS Shell Dlg"
|
|||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT
|
||||
|
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Finalizar Proceso",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Mostrar Procesos de todos los usuario",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Terminer le processus",IDC_ENDPROCESS,171,189,71,14
|
||||
CONTROL "Aff&icher les processus de tous les utilisateurs",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -189,7 +189,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Folyamat befejezése",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "Minden felhasználó folya&matait jelenítse meg",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -187,7 +187,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&End Process",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Show processes from all users",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Termina Processo",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Mostra i processi di tutti gli utenti",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 9, "MS UI Gothic"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "プロセスの終了(&E)",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "全ユーザーのプロセスを表\示する(&S)",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -190,7 +190,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "작업 끝내기(&E)",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "모든 유저의 프로세스 보이기(&S)",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Proces beëindigen",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "Processen van &alle gebruikers weergeven",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "Liste2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Avslutt prosess",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Vis prosesser fra alle brukere",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -193,7 +193,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Zakoñcz proces",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "Po&ka¿ procesy wszystkich u¿ytkowników",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Finalizar processo",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Mostrar processos de todos os usuários",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
#pragma code_page(1250)
|
||||
#pragma code_page(65001)
|
||||
#endif //_WIN32
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -14,33 +14,33 @@ LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|||
|
||||
IDR_TASKMANAGER MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "&Fişier"
|
||||
POPUP "&Fișier"
|
||||
BEGIN
|
||||
MENUITEM "&Program nou (Executare...)", ID_FILE_NEW
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "I&eşire", ID_FILE_EXIT
|
||||
MENUITEM "I&eșire", ID_FILE_EXIT
|
||||
END
|
||||
POPUP "&Opţiuni"
|
||||
POPUP "&Opțiuni"
|
||||
BEGIN
|
||||
MENUITEM "&Mereu deasupra", ID_OPTIONS_ALWAYSONTOP
|
||||
, CHECKED
|
||||
MENUITEM "&Minimizare când se face Salt", ID_OPTIONS_MINIMIZEONUSE
|
||||
MENUITEM "&Minimizare când se face Salt", ID_OPTIONS_MINIMIZEONUSE
|
||||
, CHECKED
|
||||
MENUITEM "&Ascundere la minimizare", ID_OPTIONS_HIDEWHENMINIMIZED
|
||||
, CHECKED
|
||||
MENUITEM "&Afişare programe pe 16 biţi", ID_OPTIONS_SHOW16BITTASKS
|
||||
MENUITEM "&Afișare programe pe 16 biți", ID_OPTIONS_SHOW16BITTASKS
|
||||
, CHECKED
|
||||
END
|
||||
POPUP "&Vizualizare"
|
||||
BEGIN
|
||||
MENUITEM "&Reîmprospătare", ID_VIEW_REFRESH
|
||||
POPUP "&Viteză de reîmprospătare"
|
||||
MENUITEM "&Reîmprospătare", ID_VIEW_REFRESH
|
||||
POPUP "&Viteză de reîmprospătare"
|
||||
BEGIN
|
||||
MENUITEM "&Ridicată", ID_VIEW_UPDATESPEED_HIGH
|
||||
MENUITEM "&Normală", ID_VIEW_UPDATESPEED_NORMAL
|
||||
MENUITEM "&Ridicată", ID_VIEW_UPDATESPEED_HIGH
|
||||
MENUITEM "&Normală", ID_VIEW_UPDATESPEED_NORMAL
|
||||
, CHECKED
|
||||
MENUITEM "&Mică", ID_VIEW_UPDATESPEED_LOW
|
||||
MENUITEM "&Stagnantă", ID_VIEW_UPDATESPEED_PAUSED
|
||||
MENUITEM "&Mică", ID_VIEW_UPDATESPEED_LOW
|
||||
MENUITEM "&Stagnantă", ID_VIEW_UPDATESPEED_PAUSED
|
||||
|
||||
END
|
||||
MENUITEM SEPARATOR
|
||||
|
@ -52,36 +52,36 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "&Un grafic pentru toate procesoarele", ID_VIEW_CPUHISTORY_ONEGRAPHALL
|
||||
|
||||
MENUITEM "Câte un grafic pentru fiecare procesor", ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU
|
||||
MENUITEM "Câte un grafic pentru fiecare procesor", ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU
|
||||
, CHECKED
|
||||
END
|
||||
MENUITEM "&Afişare timpi kernel", ID_VIEW_SHOWKERNELTIMES
|
||||
MENUITEM "&Afișare timpi kernel", ID_VIEW_SHOWKERNELTIMES
|
||||
END
|
||||
POPUP "&Ferestre"
|
||||
BEGIN
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "&Minimizare", ID_WINDOWS_MINIMIZE
|
||||
MENUITEM "Ma&ximizare", ID_WINDOWS_MAXIMIZE
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM "&Aducere în prim plan", ID_WINDOWS_BRINGTOFRONT
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM "&Aducere în prim plan", ID_WINDOWS_BRINGTOFRONT
|
||||
END
|
||||
POPUP "&Ajutor"
|
||||
BEGIN
|
||||
MENUITEM "Topici de ajutor", ID_HELP_TOPICS
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Despre Gestionarul de Activităţi", ID_HELP_ABOUT
|
||||
MENUITEM "&Despre Gestionarul de Activități", ID_HELP_ABOUT
|
||||
END
|
||||
END
|
||||
|
||||
IDR_WINDOWSMENU MENU DISCARDABLE
|
||||
BEGIN
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "&Minimizare", ID_WINDOWS_MINIMIZE
|
||||
MENUITEM "Ma&ximizare", ID_WINDOWS_MAXIMIZE
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM "&Aducere în prim plan", ID_WINDOWS_BRINGTOFRONT
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM "&Aducere în prim plan", ID_WINDOWS_BRINGTOFRONT
|
||||
END
|
||||
|
||||
IDR_APPLICATION_PAGE_CONTEXT1 MENU DISCARDABLE
|
||||
|
@ -101,13 +101,13 @@ BEGIN
|
|||
POPUP "DUMMY"
|
||||
BEGIN
|
||||
MENUITEM "&Salt la", ID_APPLICATION_PAGE_SWITCHTO
|
||||
MENUITEM "&Aducere în prin plan", ID_WINDOWS_BRINGTOFRONT
|
||||
MENUITEM "&Aducere în prin plan", ID_WINDOWS_BRINGTOFRONT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "Aranjare orizontală", ID_WINDOWS_TILEHORIZONTALLY
|
||||
MENUITEM "Aranjare verticală", ID_WINDOWS_TILEVERTICALLY
|
||||
MENUITEM "&Minimizare", ID_WINDOWS_MINIMIZE
|
||||
MENUITEM "Ma&ximizare", ID_WINDOWS_MAXIMIZE
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM "&În cascadă", ID_WINDOWS_CASCADE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Oprire program", ID_APPLICATION_PAGE_ENDTASK
|
||||
MENUITEM "&Indicare proces", ID_APPLICATION_PAGE_GOTOPROCESS
|
||||
|
@ -120,7 +120,7 @@ BEGIN
|
|||
POPUP "DUMMY"
|
||||
BEGIN
|
||||
MENUITEM "&Restabilire", ID_RESTORE
|
||||
MENUITEM "&Închidere", ID_FILE_EXIT
|
||||
MENUITEM "&Închidere", ID_FILE_EXIT
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Mereu deasupra", ID_OPTIONS_ALWAYSONTOP
|
||||
END
|
||||
|
@ -141,13 +141,13 @@ BEGIN
|
|||
|
||||
MENUITEM "&Mare", ID_PROCESS_PAGE_SETPRIORITY_HIGH
|
||||
|
||||
MENUITEM "&NormalăSpreMare", ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
|
||||
MENUITEM "&NormalăSpreMare", ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
|
||||
|
||||
MENUITEM "&Normală", ID_PROCESS_PAGE_SETPRIORITY_NORMAL
|
||||
MENUITEM "&Normală", ID_PROCESS_PAGE_SETPRIORITY_NORMAL
|
||||
|
||||
MENUITEM "&NormalăSpreMică", ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
|
||||
MENUITEM "&NormalăSpreMică", ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
|
||||
|
||||
MENUITEM "&Mică", ID_PROCESS_PAGE_SETPRIORITY_LOW
|
||||
MENUITEM "&Mică", ID_PROCESS_PAGE_SETPRIORITY_LOW
|
||||
|
||||
END
|
||||
MENUITEM "Setare &afinitate", ID_PROCESS_PAGE_SETAFFINITY
|
||||
|
@ -165,7 +165,7 @@ IDD_TASKMGR_DIALOG DIALOGEX DISCARDABLE 0, 0, 264, 246
|
|||
STYLE DS_SHELLFONT | DS_CENTER | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP |
|
||||
WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU |
|
||||
WS_THICKFRAME
|
||||
CAPTION "Gestionarul de activităţi ReactOS"
|
||||
CAPTION "Gestionarul de activități ReactOS"
|
||||
MENU IDR_TASKMANAGER
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
|
@ -180,7 +180,7 @@ BEGIN
|
|||
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Program nou",IDC_NEWTASK,187,189,53,14
|
||||
PUSHBUTTON "&Salt la",IDC_SWITCHTO,131,189,53,14,WS_DISABLED
|
||||
PUSHBUTTON "&Încheiere execuţie",IDC_ENDTASK,75,189,53,14,WS_DISABLED
|
||||
PUSHBUTTON "&Încheiere execuție",IDC_ENDTASK,75,189,53,14,WS_DISABLED
|
||||
END
|
||||
|
||||
IDD_PROCESS_PAGE DIALOGEX DISCARDABLE 0, 0, 247, 210
|
||||
|
@ -188,10 +188,10 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Oprire proces",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Afişare procese de la toţi utilizatorii",IDC_SHOWALLPROCESSES,
|
||||
CONTROL "&Afișare procese de la toți utilizatorii",IDC_SHOWALLPROCESSES,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,191,111,10
|
||||
END
|
||||
|
||||
|
@ -201,10 +201,10 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
GROUPBOX "Uz proc.",IDC_CPU_USAGE_FRAME,5,5,60,54,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Uz mem.",IDC_MEM_USAGE_FRAME,5,63,60,54,BS_LEFTTEXT, WS_EX_TRANSPARENT
|
||||
GROUPBOX "Uz mem.",IDC_MEM_USAGE_FRAME,5,63,60,54,BS_LEFTTEXT,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Total",IDC_TOTALS_FRAME,5,122,111,39,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Lucru (K)",IDC_COMMIT_CHARGE_FRAME,5,166,111,39,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Memorie fizică(K)",IDC_PHYSICAL_MEMORY_FRAME,131,122,111,39,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Memorie fizică(K)",IDC_PHYSICAL_MEMORY_FRAME,131,122,111,39,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Memorie kernel (K)",IDC_KERNEL_MEMORY_FRAME,131,166,111,39,0,WS_EX_TRANSPARENT
|
||||
LTEXT "Handles",IDS_TOTALS_HANDLE_COUNT,12,131,27,8
|
||||
LTEXT "Threads",IDS_TOTALS_THREAD_COUNT,12,140,27,8
|
||||
|
@ -216,8 +216,8 @@ BEGIN
|
|||
EDITTEXT IDC_TOTALS_PROCESS_COUNT,65,149,45,8,ES_RIGHT |
|
||||
ES_READONLY | ES_NUMBER | NOT WS_BORDER | NOT WS_TABSTOP
|
||||
LTEXT "Total",IDS_COMMIT_CHARGE_TOTAL,12,175,27,8
|
||||
LTEXT "Limită",IDS_COMMIT_CHARGE_LIMIT,12,184,15,8,NOT WS_BORDER
|
||||
LTEXT "Vârf",IDS_COMMIT_CHARGE_PEAK,12,193,34,8
|
||||
LTEXT "Limită",IDS_COMMIT_CHARGE_LIMIT,12,184,15,8,NOT WS_BORDER
|
||||
LTEXT "Vârf",IDS_COMMIT_CHARGE_PEAK,12,193,34,8
|
||||
EDITTEXT IDC_COMMIT_CHARGE_TOTAL,65,174,45,8,ES_RIGHT |
|
||||
ES_READONLY | ES_NUMBER | NOT WS_BORDER | NOT WS_TABSTOP
|
||||
EDITTEXT IDC_COMMIT_CHARGE_LIMIT,65,184,45,8,ES_RIGHT |
|
||||
|
@ -233,7 +233,7 @@ BEGIN
|
|||
ES_READONLY | ES_NUMBER | NOT WS_BORDER | NOT WS_TABSTOP
|
||||
EDITTEXT IDC_PHYSICAL_MEMORY_SYSTEM_CACHE,185,149,48,8,ES_RIGHT |
|
||||
ES_READONLY | ES_NUMBER | NOT WS_BORDER | NOT WS_TABSTOP
|
||||
LTEXT "Totală",IDS_KERNEL_MEMORY_TOTAL,137,174,27,8
|
||||
LTEXT "Totală",IDS_KERNEL_MEMORY_TOTAL,137,174,27,8
|
||||
LTEXT "Paged",IDS_KERNEL_MEMORY_PAGED,137,184,21,8
|
||||
LTEXT "Nonpaged",IDS_KERNEL_MEMORY_NONPAGED,137,193,34,8
|
||||
EDITTEXT IDC_KERNEL_MEMORY_TOTAL,185,174,48,8,ES_RIGHT |
|
||||
|
@ -244,10 +244,8 @@ BEGIN
|
|||
ES_READONLY | ES_NUMBER | NOT WS_BORDER | NOT WS_TABSTOP
|
||||
GROUPBOX "Istoric uz procesor",IDC_CPU_USAGE_HISTORY_FRAME,74,5,168,54,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Istoric uz memorie",IDC_MEMORY_USAGE_HISTORY_FRAME,74,63,168,54,0,WS_EX_TRANSPARENT
|
||||
PUSHBUTTON "Afişaj uz procesor",IDC_CPU_USAGE_GRAPH,12,17,47,37,NOT WS_TABSTOP,
|
||||
WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Afişaj uz memorie",IDC_MEM_USAGE_GRAPH,12,75,47,37,NOT WS_TABSTOP,
|
||||
WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Afișaj uz procesor",IDC_CPU_USAGE_GRAPH,12,17,47,37,NOT WS_TABSTOP,WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Afișaj uz memorie",IDC_MEM_USAGE_GRAPH,12,75,47,37,NOT WS_TABSTOP,WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Istoric uz procesor",IDC_CPU_USAGE_HISTORY_GRAPH,81,17,
|
||||
153,37,NOT WS_TABSTOP,WS_EX_CLIENTEDGE
|
||||
PUSHBUTTON "Istoric uz memorie",IDC_MEM_USAGE_HISTORY_GRAPH,81,75,
|
||||
|
@ -262,7 +260,7 @@ BEGIN
|
|||
CONTROL "List2",IDC_DEBUG_CHANNELS_LIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP |
|
||||
LVS_SORTASCENDING,7,7,233,177
|
||||
PUSHBUTTON "Închidere",IDOK,171,189,69,14
|
||||
PUSHBUTTON "Închidere",IDOK,171,189,69,14
|
||||
END
|
||||
|
||||
IDD_AFFINITY_DIALOG DIALOGEX DISCARDABLE 0, 0, 231, 154
|
||||
|
@ -272,7 +270,7 @@ FONT 8, "MS Shell Dlg"
|
|||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,120,133,50,14
|
||||
PUSHBUTTON "Anulare",IDCANCEL,174,133,50,14
|
||||
LTEXT "Această setare controlează repartiţia calculelor efectuate de fiecare procesor în parte.",
|
||||
LTEXT "Această setare controlează repartiția calculelor efectuate de fiecare procesor în parte.",
|
||||
IDC_STATIC,5,5,220,16
|
||||
CONTROL "CPU 0",IDC_CPU0,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
|
||||
11,28,37,10
|
||||
|
@ -342,62 +340,62 @@ END
|
|||
|
||||
IDD_COLUMNS_DIALOG DIALOGEX DISCARDABLE 0, 0, 195, 199
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Alegeţi coloanele"
|
||||
CAPTION "Alegeți coloanele"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,84,178,50,14
|
||||
PUSHBUTTON "Anulare",IDCANCEL,138,178,50,14
|
||||
LTEXT "Alegeţi coloanele care vor apărea în fila Procese din Gestionarul de activităţi.",
|
||||
LTEXT "Alegeți coloanele care vor apărea în fila Procese din Gestionarul de activități.",
|
||||
IDC_STATIC,7,7,181,17
|
||||
CONTROL "&Nume imagine",IDC_IMAGENAME,"Button",BS_AUTOCHECKBOX |
|
||||
WS_DISABLED | WS_TABSTOP,7,28,56,10
|
||||
CONTROL "&PID (Identificator proces)",IDC_PID,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,7,39,88,10
|
||||
CONTROL "&Uz procesor",IDC_CPUUSAGE,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Utilizare CPU",IDC_CPUUSAGE,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,50,53,10
|
||||
CONTROL "T&imp procesor",IDC_CPUTIME,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "T&imp CPU",IDC_CPUTIME,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,61,48,10
|
||||
CONTROL "&Uz memorie",IDC_MEMORYUSAGE,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Utilizare memorie",IDC_MEMORYUSAGE,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,72,63,10
|
||||
CONTROL "&Delta uz memorie",IDC_MEMORYUSAGEDELTA,"Button",
|
||||
CONTROL "&Delta utilizare memorie",IDC_MEMORYUSAGEDELTA,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,7,83,82,10
|
||||
CONTROL "V&ârf uz memorie",IDC_PEAKMEMORYUSAGE,"Button",
|
||||
CONTROL "V&ârf utilizare memorie",IDC_PEAKMEMORYUSAGE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,7,94,82,10
|
||||
CONTROL "&Greşeli paginare",IDC_PAGEFAULTS,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Erori pagină",IDC_PAGEFAULTS,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,105,53,10
|
||||
CONTROL "&Obiecte USER",IDC_USEROBJECTS,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Obiecte utilizator",IDC_USEROBJECTS,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,116,62,10
|
||||
CONTROL "Citiri I/O",IDC_IOREADS,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,127,49,10
|
||||
CONTROL "Octeţi citiri I/O",IDC_IOREADBYTES,"Button",
|
||||
CONTROL "Octeți citire I/O",IDC_IOREADBYTES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,7,138,65,10
|
||||
CONTROL "&ID sesiune",IDC_SESSIONID,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,149,50,10
|
||||
CONTROL "Nume utilizator",IDC_USERNAME,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,7,160,51,10
|
||||
CONTROL "Delta g&reşeli paginare",IDC_PAGEFAULTSDELTA,"Button",
|
||||
CONTROL "Delta erori pagină",IDC_PAGEFAULTSDELTA,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,28,72,10
|
||||
CONTROL "&Mărime memorie virtuală",IDC_VIRTUALMEMORYSIZE,"Button",
|
||||
CONTROL "&Mărime memorie virtuală",IDC_VIRTUALMEMORYSIZE,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,39,77,10
|
||||
CONTROL "Pool paginat",IDC_PAGEDPOOL,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "Rezervă paginată",IDC_PAGEDPOOL,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,50,53,10
|
||||
CONTROL "Pool nepaginat",IDC_NONPAGEDPOOL,"Button",
|
||||
CONTROL "Rezervă nepaginată",IDC_NONPAGEDPOOL,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,61,67,10
|
||||
CONTROL "Prioritate de bază",IDC_BASEPRIORITY,"Button",
|
||||
CONTROL "Prioritate de bază",IDC_BASEPRIORITY,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,72,55,10
|
||||
CONTROL "&Număr handle-uri",IDC_HANDLECOUNT,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Număr identificatori",IDC_HANDLECOUNT,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,83,59,10
|
||||
CONTROL "&Număr subprocese",IDC_THREADCOUNT,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "&Număr subprocese",IDC_THREADCOUNT,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,94,59,10
|
||||
CONTROL "Obiecte GDI",IDC_GDIOBJECTS,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,105,55,10
|
||||
CONTROL "Scrieri I/O",IDC_IOWRITES,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,116,49,10
|
||||
CONTROL "Octeţi scrieri I/O",IDC_IOWRITEBYTES,"Button",
|
||||
CONTROL "Octeți scriere I/O",IDC_IOWRITEBYTES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,127,65,10
|
||||
CONTROL "Altele I/O",IDC_IOOTHER,"Button",BS_AUTOCHECKBOX |
|
||||
CONTROL "Alte I/O",IDC_IOOTHER,"Button",BS_AUTOCHECKBOX |
|
||||
WS_TABSTOP,107,138,46,10
|
||||
CONTROL "Octeţi alte I/O",IDC_IOOTHERBYTES,"Button",
|
||||
CONTROL "Octeți alte I/O",IDC_IOOTHERBYTES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,107,149,65,10
|
||||
END
|
||||
|
||||
|
@ -522,109 +520,109 @@ END
|
|||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_APP_TITLE "Gestionar de activităţi"
|
||||
IDC_TASKMGR "Gestoinar de activităţi"
|
||||
IDS_APP_TITLE "Gestionar de activități"
|
||||
IDC_TASKMGR "Gestoinar de activități"
|
||||
IDS_IDLE_PROCESS "Proces sistem inactiv"
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
ID_FILE_NEW "Porneşte un nou program"
|
||||
ID_OPTIONS_ALWAYSONTOP "Gestionarul rămâne deasupra celorlaltor ferestre până când e minimizat."
|
||||
ID_FILE_NEW "Pornește un nou program"
|
||||
ID_OPTIONS_ALWAYSONTOP "Gestionarul rămâne deasupra celorlaltor ferestre până când e minimizat."
|
||||
ID_OPTIONS_MINIMIZEONUSE
|
||||
"Gestionarul se minimizează automat când se face un salt la o aplicaţie."
|
||||
ID_OPTIONS_HIDEWHENMINIMIZED "Ascunde permanent Gestionarul când acesta se minimizează."
|
||||
ID_VIEW_REFRESH "Forţează Gestionarul să se actualizeze acum, indiferent de setările de viteză."
|
||||
ID_VIEW_LARGE "Afişează aplicaţii folosind pictograme mari"
|
||||
ID_VIEW_SMALL "Afişează aplicaţii folosind pictograme mici"
|
||||
ID_VIEW_DETAILS "Afişează informaţii despre fiecare aplicaţie"
|
||||
ID_VIEW_UPDATESPEED_HIGH "Actualizează fereastra de două ori pe secundă"
|
||||
ID_VIEW_UPDATESPEED_NORMAL "Actualizează fereastra o dată la două secunde"
|
||||
ID_VIEW_UPDATESPEED_LOW "Actualizează fereastra o dată la patru secunde"
|
||||
"Gestionarul se minimizează automat când se face un salt la o aplicație."
|
||||
ID_OPTIONS_HIDEWHENMINIMIZED "Ascunde permanent Gestionarul când acesta se minimizează."
|
||||
ID_VIEW_REFRESH "Forțează Gestionarul să se actualizeze acum, indiferent de setările de viteză."
|
||||
ID_VIEW_LARGE "Afișează aplicații folosind pictograme mari"
|
||||
ID_VIEW_SMALL "Afișează aplicații folosind pictograme mici"
|
||||
ID_VIEW_DETAILS "Afișează informații despre fiecare aplicație"
|
||||
ID_VIEW_UPDATESPEED_HIGH "Actualizează fereastra de două ori pe secundă"
|
||||
ID_VIEW_UPDATESPEED_NORMAL "Actualizează fereastra o dată la două secunde"
|
||||
ID_VIEW_UPDATESPEED_LOW "Actualizează fereastra o dată la patru secunde"
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
ID_VIEW_UPDATESPEED_PAUSED "Nu actualizează automat"
|
||||
ID_VIEW_UPDATESPEED_PAUSED "Nu actualizează automat"
|
||||
ID_WINDOWS_TILEHORIZONTALLY
|
||||
"Aranjează ferestrele orizontal pe ecran"
|
||||
ID_WINDOWS_TILEVERTICALLY "Aranjează ferestrele vertical pe ecran"
|
||||
ID_WINDOWS_MINIMIZE "Minimizază ferestrele"
|
||||
ID_WINDOWS_MAXIMIZE "Maximizează ferestrele"
|
||||
ID_WINDOWS_CASCADE "Aranjează ferestrele astfel încât barele de titlu sunt în cascadă"
|
||||
ID_WINDOWS_BRINGTOFRONT "Aduce fereastra în prin plan, fără a o activa"
|
||||
ID_HELP_TOPICS "Afişează topicile de ajutor ale Gestionarului"
|
||||
ID_HELP_ABOUT "Afişează informaţii despre program, versiune şi drepturi de autor."
|
||||
ID_FILE_EXIT "Închide Gestionarul de aplicaţii"
|
||||
"Aranjează ferestrele orizontal pe ecran"
|
||||
ID_WINDOWS_TILEVERTICALLY "Aranjează ferestrele vertical pe ecran"
|
||||
ID_WINDOWS_MINIMIZE "Minimizază ferestrele"
|
||||
ID_WINDOWS_MAXIMIZE "Maximizează ferestrele"
|
||||
ID_WINDOWS_CASCADE "Aranjează ferestrele astfel încât barele de titlu sunt în cascadă"
|
||||
ID_WINDOWS_BRINGTOFRONT "Aduce fereastra în prin plan, fără a o activa"
|
||||
ID_HELP_TOPICS "Afișează topicile de ajutor ale Gestionarului"
|
||||
ID_HELP_ABOUT "Afișează informații despre program, versiune și drepturi de autor."
|
||||
ID_FILE_EXIT "Închide Gestionarul de aplicații"
|
||||
ID_OPTIONS_SHOW16BITTASKS
|
||||
"Afişează aplicaţiile pe 16 biţi care rulează sub mediul ntvdm.exe"
|
||||
ID_VIEW_SELECTCOLUMNS "Vă permite să selectaţi coloanele ce vor fi afişate în fila Procese"
|
||||
ID_VIEW_SHOWKERNELTIMES "Afişează timpi kernel în graficele de performanţă"
|
||||
"Afișează aplicațiile pe 16 biți care rulează sub mediul ntvdm.exe"
|
||||
ID_VIEW_SELECTCOLUMNS "Vă permite să selectați coloanele ce vor fi afișate în fila Procese"
|
||||
ID_VIEW_SHOWKERNELTIMES "Afișează timpi kernel în graficele de performanță"
|
||||
ID_VIEW_CPUHISTORY_ONEGRAPHALL
|
||||
"Foloseşte un singur grafic pentru toate procesoarele"
|
||||
ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU "Foloseşte câte un grafic pentru fiecare procesor"
|
||||
"Folosește un singur grafic pentru toate procesoarele"
|
||||
ID_VIEW_CPUHISTORY_ONEGRAPHPERCPU "Folosește câte un grafic pentru fiecare procesor"
|
||||
ID_APPLICATION_PAGE_SWITCHTO
|
||||
"Aduce o fereastra unei aplicaţii în prin plan, activând-o."
|
||||
"Aduce o fereastra unei aplicații în prin plan, activând-o."
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
ID_ENDTASK "Anunţă aplicaţia să să se închidă."
|
||||
ID_GOTOPROCESS "Arată procesul aplicaţiei selectate."
|
||||
ID_RESTORE "Restabileşte Gestionarul din starea ascunsă."
|
||||
ID_PROCESS_PAGE_ENDPROCESS "Elimină procesul din sistem."
|
||||
ID_ENDTASK "Anunță aplicația să să se închidă."
|
||||
ID_GOTOPROCESS "Arată procesul aplicației selectate."
|
||||
ID_RESTORE "Restabilește Gestionarul din starea ascunsă."
|
||||
ID_PROCESS_PAGE_ENDPROCESS "Elimină procesul din sistem."
|
||||
ID_PROCESS_PAGE_ENDPROCESSTREE
|
||||
"Elimină procesul şi toate procesele pornite de acesta."
|
||||
ID_PROCESS_PAGE_DEBUG "Ataşează aplicaţia de deparare de acest proces."
|
||||
"Elimină procesul și toate procesele pornite de acesta."
|
||||
ID_PROCESS_PAGE_DEBUG "Atașează aplicația de deparare de acest proces."
|
||||
ID_PROCESS_PAGE_SETAFFINITY
|
||||
"Controlează pe ce procesoare va putea rula acest proces."
|
||||
"Controlează pe ce procesoare va putea rula acest proces."
|
||||
ID_PROCESS_PAGE_SETPRIORITY_REALTIME
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_HIGH "Setează prioritatea"
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_HIGH "Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_ABOVENORMAL
|
||||
"Setează prioritatea"
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_NORMAL
|
||||
"Setează prioritatea"
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_BELOWNORMAL
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_LOW "Setează prioritatea"
|
||||
"Setează prioritatea"
|
||||
ID_PROCESS_PAGE_SETPRIORITY_LOW "Setează prioritatea"
|
||||
END
|
||||
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_TAB_APPS "Aplicaţii"
|
||||
IDS_TAB_APPS "Aplicații"
|
||||
IDS_TAB_PROCESSES "Procese"
|
||||
IDS_TAB_PERFORMANCE "Performanţă"
|
||||
IDS_TAB_TASK "Aplicaţie"
|
||||
IDS_TAB_STATUS "Staare"
|
||||
IDS_TAB_PERFORMANCE "Performanță"
|
||||
IDS_TAB_TASK "Aplicație"
|
||||
IDS_TAB_STATUS "Stare"
|
||||
IDS_TAB_IMAGENAME "Nume imagine"
|
||||
IDS_TAB_PID "PID"
|
||||
IDS_TAB_USERNAME "Nume utilizator"
|
||||
IDS_TAB_SESSIONID "ID sesiune"
|
||||
IDS_TAB_CPU "CPU"
|
||||
IDS_TAB_CPUTIME "Timp CPU"
|
||||
IDS_TAB_MEMUSAGE "Uz mem"
|
||||
IDS_TAB_PEAKMEMUSAGE "Vârf uz mem"
|
||||
IDS_TAB_MEMDELTA "Delta mem"
|
||||
IDS_TAB_PAGEFAULT "PF"
|
||||
IDS_TAB_PFDELTA "Delta PF"
|
||||
IDS_TAB_VMSIZE "Mărime VM"
|
||||
IDS_TAB_PAGEDPOOL "Pool paginat"
|
||||
IDS_TAB_NPPOOL "Pool nepaginat"
|
||||
IDS_TAB_MEMUSAGE "Utilizare memorie"
|
||||
IDS_TAB_PEAKMEMUSAGE "Vârf utilizare memorie"
|
||||
IDS_TAB_MEMDELTA "Delta memorie"
|
||||
IDS_TAB_PAGEFAULT "FP"
|
||||
IDS_TAB_PFDELTA "Delta FP"
|
||||
IDS_TAB_VMSIZE "Mărime VM"
|
||||
IDS_TAB_PAGEDPOOL "Rezervă paginată"
|
||||
IDS_TAB_NPPOOL "Rezervă nepaginată"
|
||||
IDS_TAB_BASEPRI "Prioritate"
|
||||
IDS_TAB_HANDLES "Handles"
|
||||
IDS_TAB_THREADS "Threads"
|
||||
IDS_TAB_USERPBJECTS "Obiecte USER"
|
||||
IDS_TAB_GDIOBJECTS "Obiect GDI"
|
||||
IDS_TAB_HANDLES "Identificatoare"
|
||||
IDS_TAB_THREADS "Subprocese"
|
||||
IDS_TAB_USERPBJECTS "Obiecte utilizator"
|
||||
IDS_TAB_GDIOBJECTS "Obiecte GDI"
|
||||
IDS_TAB_IOREADS "Citiri I/O"
|
||||
IDS_TAB_IOWRITES "Scrieri I/O"
|
||||
IDS_TAB_IOOTHER "Alte I/O"
|
||||
IDS_TAB_IOREADBYTES "Octeţi I/O citiţi"
|
||||
IDS_TAB_IOWRITESBYTES "Octeţi I/O scrişi"
|
||||
IDS_TAB_IOOTHERBYTES "Octeţi I/O (altele)"
|
||||
IDS_TAB_IOREADBYTES "Octeți I/O citiți"
|
||||
IDS_TAB_IOWRITESBYTES "Octeți I/O scriși"
|
||||
IDS_TAB_IOOTHERBYTES "Octeți I/O (altele)"
|
||||
IDS_MENU_SELECTCOLUMNS "&Alegere coloane..."
|
||||
IDS_MENU_16BITTASK "&Afişare aplicaţii 16-biţi"
|
||||
IDS_MENU_16BITTASK "&Afișare aplicații 16-biți"
|
||||
IDS_MENU_WINDOWS "&Ferestre"
|
||||
IDS_MENU_LARGEICONS "Pictograme mari"
|
||||
IDS_MENU_SMALLICONS "Pictograme mici"
|
||||
|
@ -632,25 +630,25 @@ BEGIN
|
|||
IDS_MENU_ONEGRAPHALLCPUS "&Un grafic pt toate procesoarele"
|
||||
IDS_MENU_ONEGRAPHPERCPU "Un grafic pe procesor"
|
||||
IDS_MENU_CPUHISTORY "&Istoric CPU"
|
||||
IDS_MENU_SHOWKERNELTIMES "&Afişare timpi kernel"
|
||||
IDS_CREATENEWTASK "Creare activitate nouă"
|
||||
IDS_CREATENEWTASK_DESC "Scrieţi numele unui program, dosar, document sau pagină de web iar Gestionarul o va deschide imediat."
|
||||
IDS_MENU_SHOWKERNELTIMES "&Afișare timpi kernel"
|
||||
IDS_CREATENEWTASK "Creare activitate nouă"
|
||||
IDS_CREATENEWTASK_DESC "Scrieți numele unui program, dosar, document sau pagină de web iar Gestionarul o va deschide imediat."
|
||||
IDS_MSG_ACCESSPROCESSAFF "Nu se poate seta sau accesa afinitatea."
|
||||
IDS_MSG_PROCESSONEPRO "Procesul trebuie să aibă o afinitate de cel puţin un procesor."
|
||||
IDS_MSG_INVALIDOPTION "Opţiune invalidă"
|
||||
IDS_MSG_PROCESSONEPRO "Procesul trebuie să aibă o afinitate de cel puțin un procesor."
|
||||
IDS_MSG_INVALIDOPTION "Opțiune invalidă"
|
||||
IDS_MSG_UNABLEDEBUGPROCESS "Nu se poate depana procesul"
|
||||
IDS_MSG_WARNINGDEBUG "AVERTISMENT: Procesul de depanare poate duce la pierderi de date.\nSigur vreţi să ataşaţi aplicaţia de depanare?"
|
||||
IDS_MSG_TASKMGRWARNING "Avertisemnt Gestionar de Activităţi"
|
||||
IDS_MSG_WARNINGTERMINATING "AVERTISMENT: Oprirea forţată a unui proces poate duce la pierderi\nde date sau la instabilitatea sistemului. \nProcesului nu îi va fi permis să îşi salveze starea\nsau datele înainte să fie oprit. Sigur vreţi să \ndistrugeţi procesul?"
|
||||
IDS_MSG_WARNINGDEBUG "AVERTISMENT: Procesul de depanare poate duce la pierderi de date.\nSigur vreți să atașați aplicația de depanare?"
|
||||
IDS_MSG_TASKMGRWARNING "Avertisemnt Gestionar de Activități"
|
||||
IDS_MSG_WARNINGTERMINATING "AVERTISMENT: Oprirea forțată a unui proces poate duce la pierderi\nde date sau la instabilitatea sistemului. \nProcesului nu îi va fi permis să își salveze starea\nsau datele înainte să fie oprit. Sigur vreți să \ndistrugeți procesul?"
|
||||
IDS_MSG_UNABLETERMINATEPRO "Nu se poate opri procesul"
|
||||
IDS_MSG_UNABLECHANGEPRIORITY "Nu se poate schimba prioritatea"
|
||||
IDS_MSG_WARNINGCHANGEPRIORITY "AVERTISMENT: Schimbarea priorităţii poate duce la efecte precum\ninstabilitatea sistemului. Sigur\n vreţi să schimbaţi prioritatea procesului?"
|
||||
IDS_MSG_TRAYICONCPUUSAGE "Uz procesor: %d%%"
|
||||
IDS_STATUS_MEMUSAGE "Uz mem: %dK / %dK"
|
||||
IDS_STATUS_CPUUSAGE "Uz CPU: %3d%%"
|
||||
IDS_MSG_WARNINGCHANGEPRIORITY "AVERTISMENT: Schimbarea priorității poate duce la efecte precum\ninstabilitatea sistemului. Sigur\n vreți să schimbați prioritatea procesului?"
|
||||
IDS_MSG_TRAYICONCPUUSAGE "Utilizare procesor: %d%%"
|
||||
IDS_STATUS_MEMUSAGE "Utilizare memorie: %dK / %dK"
|
||||
IDS_STATUS_CPUUSAGE "Utilizare CPU: %3d%%"
|
||||
IDS_STATUS_PROCESSES "Procese: %d"
|
||||
IDS_Not_Responding "Nu Răspunde"
|
||||
IDS_Running "Rulează"
|
||||
IDS_Not_Responding "Nu Răspunde"
|
||||
IDS_Running "Rulează"
|
||||
END
|
||||
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Çàâåðøèòü ïðîöåññ",IDC_ENDPROCESS,162,189,79,14
|
||||
CONTROL "&Ïðîöåññû âñåõ ïîëüçîâàòåëåé",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -187,7 +187,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Ukonèi<C3A8> proces",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Zobrazi<7A> procesy všetkých používate¾ov",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -205,7 +205,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "&Avsluta process",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&Visa processer från alla användare",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -188,7 +188,7 @@ STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "Çí&ÿòè çàâäàííÿ",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "&³äîáðàæàòè ïðîöåñè âñ³õ êîðèñòóâà÷³â",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -196,7 +196,7 @@ STYLE DS_CONTROL | WS_CHILD | WS_CLIPCHILDREN
|
|||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "List2",IDC_PROCESSLIST,"SysListView32",LVS_REPORT |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_OWNERDATA |
|
||||
LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
||||
WS_BORDER | WS_TABSTOP,7,7,233,177
|
||||
PUSHBUTTON "结束进程(&E)",IDC_ENDPROCESS,171,189,69,14
|
||||
CONTROL "显示所有用户的进程(&S)",IDC_SHOWALLPROCESSES,
|
||||
|
|
|
@ -901,3 +901,18 @@ ULONG PerfDataGetTotalThreadCount(void)
|
|||
|
||||
return ThreadCount;
|
||||
}
|
||||
|
||||
BOOL PerfDataGet(ULONG Index, PPERFDATA *lppData)
|
||||
{
|
||||
BOOL bSuccessful = FALSE;
|
||||
|
||||
EnterCriticalSection(&PerfDataCriticalSection);
|
||||
if (Index < ProcessCount)
|
||||
{
|
||||
*lppData = pPerfData + Index;
|
||||
bSuccessful = TRUE;
|
||||
}
|
||||
LeaveCriticalSection(&PerfDataCriticalSection);
|
||||
return bSuccessful;
|
||||
}
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ BOOL PerfDataInitialize(void);
|
|||
void PerfDataUninitialize(void);
|
||||
void PerfDataRefresh(void);
|
||||
|
||||
BOOL PerfDataGet(ULONG Index, PPERFDATA *lppData);
|
||||
ULONG PerfDataGetProcessCount(void);
|
||||
ULONG PerfDataGetProcessorUsage(void);
|
||||
ULONG PerfDataGetProcessorSystemUsage(void);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue