Use the same dialog everywhere

This commit is contained in:
Whindmar Saksit 2023-10-24 23:22:28 +02:00
parent 2177e456a4
commit e962b67f40
36 changed files with 500 additions and 500 deletions

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Изпълняване като"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "От чия потребителска сметка искате да изпълните приложението?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Сегашен потребител %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Защита на компютъра и данните от неупълномощена дейност на приложенията", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Този избор може да попречи на вирусите да повредят компютъра или данните ви, но може и да попречи на редовната работа на приложението.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Следният потребител:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Потребител:", -1, 20, 115, 60, 10
COMBOBOX IDC_RUNAS_NAME, 70, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Парола:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "Добре", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Отказ", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -361,23 +361,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Spustit jako"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Jaký uživatelský účet chcete použít ke spuštění tohoto programu?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Současný uživatel: %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Chránit počítač a data před nedovolenou aktivitou programu", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Tato volba může zabránit počítačovým virům v poškození vašeho počítače nebo osobních dat, ale její vybrání může způsobit nesprávné fungování programu.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Následující uživatel:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Uživatelské jméno:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Heslo:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Storno", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -361,23 +361,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ausführen als"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Welches Benutzerkonto wollen Sie zum Starten dieser Anwendung verwenden?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Aktueller Benutzer %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Computer vor unautorisierten Programmaktivitäten schützen", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Diese Einstellung kann Computerviren daran hindern, ihrem Computer oder Ihren persönlichen Daten zu schaden, aber es kann auch Programme daran hindern, ordnungsgemäß zu arbeiten.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Folgender Benutzer:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Benutzername:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Passwort:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Abbrechen", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Εκτέλεση ώς"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Επιλέξτε ποιός λογαριασμός χρήστη θέλετε να τρέξει αυτό το πρόγραμμα", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Τρέχον χρήστης %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Προστασία του υπολογιστή απο μη εξουσιοδοτημένες ενέργειες προγραμμάτων", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Αυτή η επιλογή μπορεί να αποτρέψει ιούς να βλάψουν τον υπολογιστή σας αλλά επιλέγοντάς το μπορεί να κάνει κάποια προγράμματα να μην λειτουργούν σωστά.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Ο παρακάτω χρήστης:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Όνομα χρήστη:", -1, 20, 115, 60, 10
COMBOBOX IDC_RUNAS_NAME, 70, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 10, WS_TABSTOP
LTEXT "Κωδικός πρόσβασης:", -1, 20, 140, 60, 10
EDITTEXT IDC_RUNAS_PASS, 70, 140, 100, 10, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 70, 170, 60, 15, WS_TABSTOP
PUSHBUTTON "Άκυρο", IDCANCEL, 140, 170, 60, 15, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -364,23 +364,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ejecutar como"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "¿Qué cuenta de usuario desea usar para ejecutar este programa?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Usuario actual %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Proteger mi equipo y mis datos contra la actividad de programas sin autorización", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Esta opción puede impedir que virus informáticos dañen su equipo o sus datos personales, pero si la selecciona es posible que el programa no funcione correctamente.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "El siguiente usuario:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Usuario:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Contraseña:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "Aceptar", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancelar", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -362,23 +362,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Käivita teise kasutajana"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Millise kasutajakonto abil soovite selle programmi käivitada?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Praegune kasutaja %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Kaitse minu arvutit ja andmeid volitamata programmitegevuse eest", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "See suvand võib takistada arvutiviirusi Sinu arvutit või andmeid kahjustamast, kuid selle valimine võib põhjustada programmi valesti töötamist.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Järgmine kasutaja:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Kasutajanimi:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Parool:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Loobu", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -362,23 +362,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Exekutatu honela..."
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Zein erabiltzaile-kontu erabili nahi duzu programa hau exekutatzeko?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "&Uneko erabiltzailea %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "&Babestu ordenagailua baimendu gabeko programa-jardueren kontra.", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Aukera honek birusek ordenagailuari edo datu pertsonalei kalte egitea eragotziko du, baina agian programak ez du ondo funtzionatuko.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "&Erabiltzaile hau:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Erabiltzaile:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Pasahitza:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "Ados", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Utzi", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Exécuter en tant que"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Quel compte d'utilisateur désirez-vous utiliser pour lancer ce programme?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Utilisateur actuel %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Protéger mon ordinateur et mes données des activités des programmes non autorisés", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Cette option peut empêcher les virus d'ordinateur d'endommager votre ordinateur ou vos données personnelles, néanmoins sélectionner cette option pourrait empêcher le programme de fonctionner correctement.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "L'utilisateur suivant :", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Nom d'utilisateur :", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Mot de passe :", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Annuler", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -357,23 +357,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "הפעל בתור-"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "באיזה חשבון משתמש ברצונך להשתמש כדי להפעיל תוכנית זו?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "המשתמש הנוכחי %s", IDC_RUNAS_THIS, 10, 45, 150, 10
LTEXT "Protect my computer and data from unauthorized program activity", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "This option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "המשתמש הבא:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "שם משתמש:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 180, 115, 30, 14, WS_TABSTOP
LTEXT "סיסמה:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "אישור", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "ביטול", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -362,23 +362,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "रन ऐज़"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "इस प्रोग्राम को चलाने के लिए आप किस उपयोगकर्ता यूज़र का उपयोग करना चाहते हैं?", -1, 10, 20, 220, 20
CHECKBOX "मौजूदा यूज़र %s", 14000, 10, 45, 150, 10
LTEXT "अनधिकृत प्रोग्राम गतिविधि से अपने कंप्यूटर और डेटा को सुरक्षित रखें", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "यह विकल्प कंप्यूटर वायरस को आपके कंप्यूटर या व्यक्तिगत डेटा को नुकसान पहुंचाने से रोक सकता है, लेकिन इसे चुनने से प्रोग्राम अनुचित तरीके से कार्य कर सकता है।", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
CHECKBOX "निम्नलिखित यूज़र :", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "यूज़र नेम:", -1, 20, 118, 54, 10
COMBOBOX 14003, 75, 115, 100, 15, CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "पासवर्ड:", -1, 20, 143, 53, 10
EDITTEXT 14005, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "ओके", 14007, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "रद्द करें", 14008, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Futtatás mint"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Melyik felhasználói fiók használatával akarja futtatni ezt a programot?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Jelenlegi felhasználó %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "A számítógép és az adatok védelme jogosulatlan programtevékenységek ellen.", -1, 25, 50, 200, 16, WS_DISABLED
CHECKBOX "Ez a beállítás meg tudja akadályozni hogy számítógépes vírusok kárt tegyenek a számítógépében vagy a személyes adataiban, de ezt választva lehet hogy a program nem fog megfelelően működni.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "A következő felhasználó:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Felhasználónév:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Jelszó:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Mégse", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Jalankan Sebagai"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Akun pengguna mana yang ingin anda gunakan untuk menjalankan program ini?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Pengguna Saat Ini %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Lindungi komputer dan data dari aktivitas program tanpa izin", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Opsi ini dapat mencegah virus komputer yang dapat membahayakan komputer atau data pribadi Anda, tetapi memilihnya dapat menyebabkan program berfungsi tidak semestinya.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Pengguna berikut:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Nama pengguna:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Kata Sandi:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Batal", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Esegui come"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Quale utente volete utilizzare per l'esecuzione di questo programma?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Utente attuale %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Proteggere il computer e i dati da attività del programma non autorizzate", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Questa opzione può prevenire i danni causati da virus del computer ma potrebbe impedire il corretto funzionamento del programma.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "L'utente seguente:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Utente:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Annulla", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 9, "MS UI Gothic", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "別のユーザーとして実行"
FONT 9, "MS UI Gothic", 0, 0, 0x0
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "このプログラムを実行するユーザーアカウントを選択してください", -1, 10, 20, 220, 20
AUTORADIOBUTTON "現在のユーザー (%s)", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "許可されていないプログラムの活動からコンピュータとデータを保護する", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "このオプションはコンピュータや個人データに危害をもたらすコンピュータウイルスを未然に防止することができます。ただし、このオプションを選択するとプログラムが正常に機能しなくなる可能性があります。", 14001, 25, 68, 210, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "次のユーザー:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "ユーザー名:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "パスワード:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "キャンセル", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -362,23 +362,23 @@ FONT 9, "굴림", 0, 0, 0x1
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "다음 계정으로 실행"
FONT 9, "굴림", 0, 0, 0x1
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Kjør som"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Hvilken brukerkonto vil du bruke for å kjøre dette programmet?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Følgende bruker %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Beskytt min datamaskin og data fra uautorisert program aktivitet", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Dette valget kan forebygge data virus fra å uskadeliggjøre din datamaskin eller personlige data, men utvelging det skulle kanskje forårsake program til funksjon formatfeil.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Følgende bruker:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Brukernavn:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Passord:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Avbryt", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -361,23 +361,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Uruchom jako"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Które konto użytkownika chcesz użyć do uruchomienia tego programu?", -1, 10, 15, 220, 16
AUTORADIOBUTTON "Bieżący użytkownik %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Zabezpiecz mój komputer i dane przed nieautoryzowanym działaniem programów.", -1, 25, 52, 200, 16, WS_DISABLED
CHECKBOX "Ta opcja może zabezpieczyć twój komputer lub dane na nim przed szkodliwymi programami, ale użycie jej może spowodować nieprawidłowe działanie programów.", 14001, 25, 69, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Następujący użytkownik:", IDC_RUNAS_OTHER, 10, 101, 97, 10
LTEXT "Nazwa użytkownika:", -1, 20, 119, 74, 10
COMBOBOX IDC_RUNAS_NAME, 95, 116, 80, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 116, 30, 14, WS_TABSTOP
LTEXT "Hasło:", -1, 20, 144, 53, 10
EDITTEXT IDC_RUNAS_PASS, 95, 141, 80, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Anuluj", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Executar Como"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Qual conta de usuário você deseja usar para executar este programa?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Usuário Atual %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Proteger meu computador e dados de atividade de programas não autorizados", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Esta opção pode previnir vírus de computador de prejudicar o seu computador ou dados pessoais, mas selecionando esta opção pode causar mal funcionamento do programa.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "O seguinte usuário:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Nome do usuário:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Senha:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancelar", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Executar como"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Que conta de utilizador quer utilizar para executar este programa?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Utilizador actual %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Proteger o meu computador e dados de actividade de programas não autoridados.", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Esta opção pode prevenir a acção de virus no computador, mas seleccionando-a pode levar a que alguns programas funcionem incorrectamente.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "O seguinte utilizador:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Nome do utilizador:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Palavra-passe:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancelar", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -358,23 +358,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Executare ca"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Ce cont de utilizator este folosit pentru a executa?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Utilizator curent: %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Protejare calculator de activiăți neautorizate", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Această opțiune vă poate proteja calculatorul de activități care pot fi dăunătoare dar poate de asemenea duce la funcționarea incorectă a programului.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Următorul utilizator:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Nume utilizator:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "…", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Parolă:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "Con&firmă", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "A&nulează", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -362,23 +362,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Запустить от другого пользователя"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "От имени какого пользователя вы хотите запустить программу?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Текущий пользователь %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Защитить мой компьютер и данные от несанкционированной деятельности программ.", -1, 25, 57, 210, 10, WS_DISABLED /* FIXME Не влезает в рамки */
CHECKBOX "Данная опция может защитить ваш компьютер и данные от вирусов, но программа может работать неправильно", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Запустить от указанного пользователя:", IDC_RUNAS_OTHER, 10, 100, 175, 10
LTEXT "Пользователь:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Пароль:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Отмена", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Spustiť ako"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Ktoré používateľské konto chcete použiť k spusteniu tohto programu?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Aktuálny používateľ %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Chrániť počítač a údaje pred neoprávnenými aktivitami programu", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Táto možnosť môže zabrániť počítačovým vírusom aby poškodili počítač alebo osobné údaje, ale jej zvolenie môže spôsobiť, že program nebude správne fungovať.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Nasledujúci používateľ:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Meno používateľa:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Heslo:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Zrušiť", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
ICON IDI_SHELL_SECURITY, -1, 8, 8, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 35, 14, 200, 15
AUTORADIOBUTTON "&Current User %s", IDC_RUNAS_THIS, 8, 35, 150, 10, WS_GROUP
AUTOCHECKBOX "Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 47, 205, 50, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 8, 100, 90, 10
LTEXT "User name:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 110, 42, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 190, 115, 20, 14, WS_TABSTOP
LTEXT "Password:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 110, 14, ES_LEFT | ES_PASSWORD | WS_BORDER
DEFPUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -359,23 +359,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Ekzekuto Si"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Cila llogari përdoruese doni të përdorni për të ekzekutuar këtë program?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Përdoruesi tanishme %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Mbroni kompjuterin tim dhe të dhëna nga aktiviteti i paautorizuar i programit", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Ky opsion mund të parandaloi viruset kompjuterike që dëmtojnë kompjuterin tuaj personal ose të dhënat, por zgjedhja e programit mund të shkaktojë funksionim në mënyrë të paligjshme.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Përdorues në vijim:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Përdoruesi:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Fjalëkalimi:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Anulo", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Kör som"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Vilket användarkonto vill du använda för att köra det här programmet?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Nuvarande användare %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Skydda min dator från otillåten programaktivitet", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Det här alternativet kan hindra virus från att skada din dator eller personliga data, men kan orsaka att programmet inte fungerar korrekt.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Följande användare:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Användarnamn:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Lösenord:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Avbryt", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -357,23 +357,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Farklı Çalıştır"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Bu programı çalıştırmak için hangi kullanıcı hesabını kullanmak istiyorsunuz?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Şi&mdiki Kullanıcı (%s)", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "&Bilgisayarımı ve verimi yetkilendirilmemiş program etkinliğinden koru", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Bu seçenek, bilgisayar virüslerinin bilgisayarınıza ya da kişisel verilerinize zarar vermesini önleyebilir ancak onu seçmek programın düzgün çalışmamasına neden olabilir.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Aşağıdaki kullanıcı:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Kullanıcı adı:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Parola:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "Tamam", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "İptal", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -355,23 +355,23 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Запуск від імені іншого користувача"
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Чий обліковий запис використовувати для запуску цієї програми?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "Поточний користувач %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "Захистити мій комп'ютер і мої дані від несанкціонованої діяльності програм", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "Цей режим може захистити ваш комп'ютер і дані від вірусів, але програма може працювати неправильно.", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "Указаний користувач:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "Ім'я користувача:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "Пароль:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "OK", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "Скасувати", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -365,23 +365,23 @@ FONT 9, "宋体", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "运行方式"
FONT 9, "宋体", 0, 0, 0x0
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "您想使用哪个用户帐户运行这个程序?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "当前用户 %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "保护我的计算机和数据不受未授权程序的活动影响", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "这个选项可以保护您的计算机或个人数据不受病毒损害,但选择该选项可能会导致程序工作不正确。", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "下列用户:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "用户名:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "密码:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "确定", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "取消", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -363,23 +363,23 @@ FONT 9, "新細明體", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "執行身分"
FONT 9, "新細明體", 0, 0, 0x0
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "您要使用哪個使用者帳户來執行這個程式?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "目前的使用者為 %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "保護我的電腦和數據不受未經授權程式的破壞", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "這個選項可以防止電腦病毒損害您的電腦或個人數據,但可能會導致程式無法正常執行。", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "以下使用者:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "使用者名稱:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "密碼:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "確定", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "取消", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190

View file

@ -364,23 +364,23 @@ FONT 9, "新細明體", 0, 0, 0x0
BEGIN
END
IDD_RUN_AS DIALOGEX 0, 0, 240, 190
IDD_RUN_AS DIALOGEX 0, 0, 240, 182
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "執行身分"
FONT 9, "新細明體", 0, 0, 0x0
CAPTION "Run As"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "您要使用哪個使用者帳戶來執行這個程式?", -1, 10, 20, 220, 20
AUTORADIOBUTTON "目前使用者為 %s", IDC_RUNAS_THIS, 10, 45, 150, 10, WS_GROUP
LTEXT "保護我的電腦和數據不受未經授權程式的破壞", -1, 25, 57, 200, 10, WS_DISABLED
CHECKBOX "這個選項可以防止電腦病毒損害您的電腦或個人數據,但選擇它可能會導致程式無法正常執行。", 14001, 25, 68, 200, 30, WS_DISABLED | BS_MULTILINE
AUTORADIOBUTTON "以下使用者:", IDC_RUNAS_OTHER, 10, 100, 90, 10
LTEXT "使用者名稱:", -1, 20, 118, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 115, 100, 15, CBS_DROPDOWN | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", 14004, 180, 115, 30, 14, WS_TABSTOP
LTEXT "密碼:", -1, 20, 143, 53, 10
EDITTEXT IDC_RUNAS_PASS, 74, 140, 100, 14, ES_LEFT | WS_BORDER | WS_GROUP
PUSHBUTTON "確定", IDOK, 57, 170, 60, 14, WS_TABSTOP
PUSHBUTTON "取消", IDCANCEL, 122, 170, 60, 14, WS_TABSTOP
ICON IDI_SHELL_SECURITY, -1, 7, 7, 21, 20
LTEXT "Which user account do you want to use to run this program?", -1, 32, 12, 200, 16
AUTORADIOBUTTON "&Current user %s", IDC_RUNAS_THIS, 7, 35, 226, 10, WS_GROUP
AUTOCHECKBOX "&Protect my computer and data from unauthorized program activity\n\nThis option can prevent computer viruses from harming your computer or personal data, but selecting it might cause the program to function improperly.", IDC_RUNAS_SAFER, 18, 50, 210, 62, WS_DISABLED | WS_TABSTOP | BS_MULTILINE | BS_TOP
AUTORADIOBUTTON "The &following user:", IDC_RUNAS_OTHER, 7, 110, 226, 10
LTEXT "&User name:", -1, 18, 124, 54, 10
COMBOBOX IDC_RUNAS_NAME, 75, 122, 134, 40, CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
PUSHBUTTON "...", IDC_RUNAS_BROWSE, 213, 122, 20, 14, WS_TABSTOP
LTEXT "&Password:", -1, 18, 142, 53, 10
EDITTEXT IDC_RUNAS_PASS, 75, 140, 134, 14, ES_LEFT | ES_PASSWORD | WS_BORDER | WS_TABSTOP
DEFPUSHBUTTON "OK", IDOK, 129, 161, 50, 14, WS_TABSTOP
PUSHBUTTON "Cancel", IDCANCEL, 183, 161, 50, 14, WS_TABSTOP
END
IDD_RECYCLE_BIN_PROPERTIES DIALOGEX 0, 0, 240, 190