//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace LibCECTray.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LibCECTray.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to libCEC v{0} - client v{1}. /// internal static string about_libcec_version { get { return ResourceManager.GetString("about_libcec_version", resourceCulture); } } /// /// Looks up a localized string similar to Activating the source. /// internal static string action_activating_source { get { return ResourceManager.GetString("action_activating_source", resourceCulture); } } /// /// Looks up a localized string similar to Checking if {0} is present. /// internal static string action_check_device_present { get { return ResourceManager.GetString("action_check_device_present", resourceCulture); } } /// /// Looks up a localized string similar to Detecting AVR device. /// internal static string action_detecting_avr { get { return ResourceManager.GetString("action_detecting_avr", resourceCulture); } } /// /// Looks up a localized string similar to Detecting AVR vendor. /// internal static string action_detecting_avr_vendor { get { return ResourceManager.GetString("action_detecting_avr_vendor", resourceCulture); } } /// /// Looks up a localized string similar to Detecting TV vendor. /// internal static string action_detecting_tv_vendor { get { return ResourceManager.GetString("action_detecting_tv_vendor", resourceCulture); } } /// /// Looks up a localized string similar to Opening connection. /// internal static string action_opening_connection { get { return ResourceManager.GetString("action_opening_connection", resourceCulture); } } /// /// Looks up a localized string similar to Polling active devices. /// internal static string action_polling_active_devices { get { return ResourceManager.GetString("action_polling_active_devices", resourceCulture); } } /// /// Looks up a localized string similar to Reading device configuration. /// internal static string action_reading_device_configuration { get { return ResourceManager.GetString("action_reading_device_configuration", resourceCulture); } } /// /// Looks up a localized string similar to Refreshing device list. /// internal static string action_refreshing_device_list { get { return ResourceManager.GetString("action_refreshing_device_list", resourceCulture); } } /// /// Looks up a localized string similar to Requesting active source state. /// internal static string action_requesting_active_source_state { get { return ResourceManager.GetString("action_requesting_active_source_state", resourceCulture); } } /// /// Looks up a localized string similar to Requesting CEC version. /// internal static string action_requesting_cec_version { get { return ResourceManager.GetString("action_requesting_cec_version", resourceCulture); } } /// /// Looks up a localized string similar to Requesting menu language. /// internal static string action_requesting_menu_language { get { return ResourceManager.GetString("action_requesting_menu_language", resourceCulture); } } /// /// Looks up a localized string similar to Requesting OSD name. /// internal static string action_requesting_osd_name { get { return ResourceManager.GetString("action_requesting_osd_name", resourceCulture); } } /// /// Looks up a localized string similar to Requesting physical address. /// internal static string action_requesting_physical_address { get { return ResourceManager.GetString("action_requesting_physical_address", resourceCulture); } } /// /// Looks up a localized string similar to Requesting power status. /// internal static string action_requesting_power_status { get { return ResourceManager.GetString("action_requesting_power_status", resourceCulture); } } /// /// Looks up a localized string similar to Requesting the vendor ID. /// internal static string action_requesting_vendor_id { get { return ResourceManager.GetString("action_requesting_vendor_id", resourceCulture); } } /// /// Looks up a localized string similar to Sending the '{0}' command to {1}. /// internal static string action_sending_command_to { get { return ResourceManager.GetString("action_sending_command_to", resourceCulture); } } /// /// Looks up a localized string similar to Sending power on commands. /// internal static string action_sending_power_on { get { return ResourceManager.GetString("action_sending_power_on", resourceCulture); } } /// /// Looks up a localized string similar to Setting the new configuration. /// internal static string action_setting_new_libcec_configuration { get { return ResourceManager.GetString("action_setting_new_libcec_configuration", resourceCulture); } } /// /// Looks up a localized string similar to Showing device information. /// internal static string action_showing_device_information { get { return ResourceManager.GetString("action_showing_device_information", resourceCulture); } } /// /// Looks up a localized string similar to close CECTray. /// internal static string action_type_close_controller_application { get { return ResourceManager.GetString("action_type_close_controller_application", resourceCulture); } } /// /// Looks up a localized string similar to generic. /// internal static string action_type_generic { get { return ResourceManager.GetString("action_type_generic", resourceCulture); } } /// /// Looks up a localized string similar to send key. /// internal static string action_type_sendkey { get { return ResourceManager.GetString("action_type_sendkey", resourceCulture); } } /// /// Looks up a localized string similar to start application. /// internal static string action_type_start_application { get { return ResourceManager.GetString("action_type_start_application", resourceCulture); } } /// /// Looks up a localized string similar to Add new application. /// internal static string add_new_application { get { return ResourceManager.GetString("add_new_application", resourceCulture); } } /// /// Looks up a localized string similar to The connection to the adapter was lost, probably because the device got unplugged.. /// internal static string alert_connection_lost { get { return ResourceManager.GetString("alert_connection_lost", resourceCulture); } } /// /// Looks up a localized string similar to No permission from the OS to access the adapter. Please check your permissions.. /// internal static string alert_permission_error { get { return ResourceManager.GetString("alert_permission_error", resourceCulture); } } /// /// Looks up a localized string similar to The physical address that is assigned to the adapter is already being used. Please check your settings.. /// internal static string alert_physical_address_error { get { return ResourceManager.GetString("alert_physical_address_error", resourceCulture); } } /// /// Looks up a localized string similar to The device is being used by another program.. /// internal static string alert_port_busy { get { return ResourceManager.GetString("alert_port_busy", resourceCulture); } } /// /// Looks up a localized string similar to The device needs servicing. Please download and run the latest firmware upgrade from http://packages.pulse-eight.net/. /// internal static string alert_service_device { get { return ResourceManager.GetString("alert_service_device", resourceCulture); } } /// /// Looks up a localized string similar to The TV does not respond to CEC polls. This is caused by one of the following: ///a) the TV does not support CEC; ///b) CEC has been disabled in the TV's settings; ///c) the HDMI cable between the TV and adapter is faulty. /// ///CEC will not work (properly) if the TV does not support CEC, or has CEC disabled in it's settings.. /// internal static string alert_tv_poll_failed { get { return ResourceManager.GetString("alert_tv_poll_failed", resourceCulture); } } /// /// Looks up a localized string similar to Send 'inactive source' when shutting down the application. /// internal static string app_inactive_source { get { return ResourceManager.GetString("app_inactive_source", resourceCulture); } } /// /// Looks up a localized string similar to Pulse-Eight USB-CEC Adapter - libCECTray. /// internal static string app_name { get { return ResourceManager.GetString("app_name", resourceCulture); } } /// /// Looks up a localized string similar to Pause playback when switching to another source. /// internal static string app_pause_playback_on_deactivate { get { return ResourceManager.GetString("app_pause_playback_on_deactivate", resourceCulture); } } /// /// Looks up a localized string similar to Send inactive source message when stopping the application. /// internal static string app_send_inactive_source { get { return ResourceManager.GetString("app_send_inactive_source", resourceCulture); } } /// /// Looks up a localized string similar to Put this PC in standby mode when the TV is switched off. /// internal static string app_standby_on_tv_standby { get { return ResourceManager.GetString("app_standby_on_tv_standby", resourceCulture); } } /// /// Looks up a localized string similar to Put devices in standby mode when activating screensaver. /// internal static string app_standby_screensaver { get { return ResourceManager.GetString("app_standby_screensaver", resourceCulture); } } /// /// Looks up a localized string similar to Use the TV's language setting. /// internal static string app_use_tv_language { get { return ResourceManager.GetString("app_use_tv_language", resourceCulture); } } /// /// Looks up a localized string similar to Windows Media Center. /// internal static string application_windows_media_center { get { return ResourceManager.GetString("application_windows_media_center", resourceCulture); } } /// /// Looks up a localized string similar to XBMC. /// internal static string application_xbmc { get { return ResourceManager.GetString("application_xbmc", resourceCulture); } } /// /// Looks up a localized string similar to - autodetect -. /// internal static string autodetect { get { return ResourceManager.GetString("autodetect", resourceCulture); } } /// /// Looks up a localized string similar to Cannot open file '{0}'. /// internal static string cannot_open_file { get { return ResourceManager.GetString("cannot_open_file", resourceCulture); } } /// /// Looks up a localized string similar to Cannot open '{0}' for writing. /// internal static string cannot_open_for_writing { get { return ResourceManager.GetString("cannot_open_for_writing", resourceCulture); } } /// /// Looks up a localized string similar to Warning from libCEC. /// internal static string cec_alert { get { return ResourceManager.GetString("cec_alert", resourceCulture); } } /// /// Looks up a localized string similar to cec-log.txt. /// internal static string cec_log_filename { get { return ResourceManager.GetString("cec_log_filename", resourceCulture); } } /// /// Looks up a localized string similar to txt files (*.txt)|*.txt|All files (*.*)|*.*. /// internal static string cec_log_filter { get { return ResourceManager.GetString("cec_log_filter", resourceCulture); } } /// /// Looks up a localized string similar to The command '{0}' was not acked.. /// internal static string command_not_acked { get { return ResourceManager.GetString("command_not_acked", resourceCulture); } } /// /// Looks up a localized string similar to Command sent successfully.. /// internal static string command_sent_successfully { get { return ResourceManager.GetString("command_sent_successfully", resourceCulture); } } /// /// Looks up a localized string similar to Mapped to. /// internal static string config_button_mapped_to { get { return ResourceManager.GetString("config_button_mapped_to", resourceCulture); } } /// /// Looks up a localized string similar to CEC Button. /// internal static string config_cec_button { get { return ResourceManager.GetString("config_cec_button", resourceCulture); } } /// /// Looks up a localized string similar to Configure '{0}'. /// internal static string configure_application { get { return ResourceManager.GetString("configure_application", resourceCulture); } } /// /// Looks up a localized string similar to Could not detect to any CEC adapter. Please check your configuration. Do you want to try again?. /// internal static string could_not_connect_try_again { get { return ResourceManager.GetString("could_not_connect_try_again", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create directory '{0}'. /// internal static string could_not_create_directory { get { return ResourceManager.GetString("could_not_create_directory", resourceCulture); } } /// /// Looks up a localized string similar to AVR. /// internal static string device_audiosystem { get { return ResourceManager.GetString("device_audiosystem", resourceCulture); } } /// /// Looks up a localized string similar to Broadcast. /// internal static string device_broadcast { get { return ResourceManager.GetString("device_broadcast", resourceCulture); } } /// /// Looks up a localized string similar to Free Use. /// internal static string device_free_use { get { return ResourceManager.GetString("device_free_use", resourceCulture); } } /// /// Looks up a localized string similar to Player. /// internal static string device_playbackdevice { get { return ResourceManager.GetString("device_playbackdevice", resourceCulture); } } /// /// Looks up a localized string similar to Recorder. /// internal static string device_recorder { get { return ResourceManager.GetString("device_recorder", resourceCulture); } } /// /// Looks up a localized string similar to Reserved. /// internal static string device_reserved { get { return ResourceManager.GetString("device_reserved", resourceCulture); } } /// /// Looks up a localized string similar to Tuner. /// internal static string device_tuner { get { return ResourceManager.GetString("device_tuner", resourceCulture); } } /// /// Looks up a localized string similar to TV. /// internal static string device_tv { get { return ResourceManager.GetString("device_tv", resourceCulture); } } /// /// Looks up a localized string similar to You have changed the device type. Persist the configuration, and restart the application to use the new setting.. /// internal static string device_type_changed { get { return ResourceManager.GetString("device_type_changed", resourceCulture); } } /// /// Looks up a localized string similar to Error. /// internal static string error { get { return ResourceManager.GetString("error", resourceCulture); } } /// /// Looks up a localized string similar to Executables (*.exe)|*.exe|All files (*.*)|*.*. /// internal static string exe_file_filter { get { return ResourceManager.GetString("exe_file_filter", resourceCulture); } } /// /// Looks up a localized string similar to Make the media player the active source when starting. /// internal static string global_activate_source { get { return ResourceManager.GetString("global_activate_source", resourceCulture); } } /// /// Looks up a localized string similar to Advanced mode. /// internal static string global_advanced_mode { get { return ResourceManager.GetString("global_advanced_mode", resourceCulture); } } /// /// Looks up a localized string similar to Connected to HDMI device. /// internal static string global_connected_to_hdmi_device { get { return ResourceManager.GetString("global_connected_to_hdmi_device", resourceCulture); } } /// /// Looks up a localized string similar to Device type. /// internal static string global_device_type { get { return ResourceManager.GetString("global_device_type", resourceCulture); } } /// /// Looks up a localized string similar to Override physical address. /// internal static string global_override_physical_address { get { return ResourceManager.GetString("global_override_physical_address", resourceCulture); } } /// /// Looks up a localized string similar to Override TV vendor. /// internal static string global_override_tv_vendor { get { return ResourceManager.GetString("global_override_tv_vendor", resourceCulture); } } /// /// Looks up a localized string similar to Physical address. /// internal static string global_physical_address { get { return ResourceManager.GetString("global_physical_address", resourceCulture); } } /// /// Looks up a localized string similar to Standby when stopping. /// internal static string global_standby_devices { get { return ResourceManager.GetString("global_standby_devices", resourceCulture); } } /// /// Looks up a localized string similar to Minimise after connecting to the adapter. /// internal static string global_start_hidden { get { return ResourceManager.GetString("global_start_hidden", resourceCulture); } } /// /// Looks up a localized string similar to TV vendor. /// internal static string global_tv_vendor { get { return ResourceManager.GetString("global_tv_vendor", resourceCulture); } } /// /// Looks up a localized string similar to Wake on startup. /// internal static string global_wake_devices { get { return ResourceManager.GetString("global_wake_devices", resourceCulture); } } /// /// Looks up a localized string similar to Hide. /// internal static string hide { get { return ResourceManager.GetString("hide", resourceCulture); } } /// /// Looks up a localized string similar to The log file was stored as '{0}'.. /// internal static string log_stored_as { get { return ResourceManager.GetString("log_stored_as", resourceCulture); } } /// /// Looks up a localized string similar to no. /// internal static string no { get { return ResourceManager.GetString("no", resourceCulture); } } /// /// Looks up a localized string similar to Ready. /// internal static string ready { get { return ResourceManager.GetString("ready", resourceCulture); } } /// /// Looks up a localized string similar to Please select the file to be executed. /// internal static string select_exe_file { get { return ResourceManager.GetString("select_exe_file", resourceCulture); } } /// /// Looks up a localized string similar to Settings were stored. /// internal static string settings_stored { get { return ResourceManager.GetString("settings_stored", resourceCulture); } } /// /// Looks up a localized string similar to Show. /// internal static string show { get { return ResourceManager.GetString("show", resourceCulture); } } /// /// Looks up a localized string similar to Starting XBMC will exit this application, as only one program can be using the adapter at a time. Are you sure you want to proceed?. /// internal static string start_xbmc_exit_tray { get { return ResourceManager.GetString("start_xbmc_exit_tray", resourceCulture); } } /// /// Looks up a localized string similar to Where do you want to store the settings file?. /// internal static string store_settings_where { get { return ResourceManager.GetString("store_settings_where", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to proceed?. /// internal static string title_are_you_sure { get { return ResourceManager.GetString("title_are_you_sure", resourceCulture); } } /// /// Looks up a localized string similar to unknown. /// internal static string unknown { get { return ResourceManager.GetString("unknown", resourceCulture); } } /// /// Looks up a localized string similar to IME accept. /// internal static string VK_ACCEPT { get { return ResourceManager.GetString("VK_ACCEPT", resourceCulture); } } /// /// Looks up a localized string similar to applications. /// internal static string VK_APPS { get { return ResourceManager.GetString("VK_APPS", resourceCulture); } } /// /// Looks up a localized string similar to backspace. /// internal static string VK_BACK { get { return ResourceManager.GetString("VK_BACK", resourceCulture); } } /// /// Looks up a localized string similar to control+break. /// internal static string VK_CANCEL { get { return ResourceManager.GetString("VK_CANCEL", resourceCulture); } } /// /// Looks up a localized string similar to caps lock. /// internal static string VK_CAPITAL { get { return ResourceManager.GetString("VK_CAPITAL", resourceCulture); } } /// /// Looks up a localized string similar to ctrl. /// internal static string VK_CONTROL { get { return ResourceManager.GetString("VK_CONTROL", resourceCulture); } } /// /// Looks up a localized string similar to IME convert. /// internal static string VK_CONVERT { get { return ResourceManager.GetString("VK_CONVERT", resourceCulture); } } /// /// Looks up a localized string similar to del. /// internal static string VK_DELETE { get { return ResourceManager.GetString("VK_DELETE", resourceCulture); } } /// /// Looks up a localized string similar to down arrow. /// internal static string VK_DOWN { get { return ResourceManager.GetString("VK_DOWN", resourceCulture); } } /// /// Looks up a localized string similar to ESC. /// internal static string VK_ESCAPE { get { return ResourceManager.GetString("VK_ESCAPE", resourceCulture); } } /// /// Looks up a localized string similar to IME final mode. /// internal static string VK_FINAL { get { return ResourceManager.GetString("VK_FINAL", resourceCulture); } } /// /// Looks up a localized string similar to IME Hanguel mode. /// internal static string VK_HANGUEL { get { return ResourceManager.GetString("VK_HANGUEL", resourceCulture); } } /// /// Looks up a localized string similar to IME Hangul mode. /// internal static string VK_HANGUL { get { return ResourceManager.GetString("VK_HANGUL", resourceCulture); } } /// /// Looks up a localized string similar to IME Hanja mode. /// internal static string VK_HANJA { get { return ResourceManager.GetString("VK_HANJA", resourceCulture); } } /// /// Looks up a localized string similar to ins. /// internal static string VK_INSERT { get { return ResourceManager.GetString("VK_INSERT", resourceCulture); } } /// /// Looks up a localized string similar to IME Junja mode. /// internal static string VK_JUNJA { get { return ResourceManager.GetString("VK_JUNJA", resourceCulture); } } /// /// Looks up a localized string similar to IME Kana mode. /// internal static string VK_KANA { get { return ResourceManager.GetString("VK_KANA", resourceCulture); } } /// /// Looks up a localized string similar to IME Kanji mode. /// internal static string VK_KANJI { get { return ResourceManager.GetString("VK_KANJI", resourceCulture); } } /// /// Looks up a localized string similar to start application 1. /// internal static string VK_LAUNCH_APP1 { get { return ResourceManager.GetString("VK_LAUNCH_APP1", resourceCulture); } } /// /// Looks up a localized string similar to start application 2. /// internal static string VK_LAUNCH_APP2 { get { return ResourceManager.GetString("VK_LAUNCH_APP2", resourceCulture); } } /// /// Looks up a localized string similar to start mail. /// internal static string VK_LAUNCH_MAIL { get { return ResourceManager.GetString("VK_LAUNCH_MAIL", resourceCulture); } } /// /// Looks up a localized string similar to select media. /// internal static string VK_LAUNCH_MEDIA_SELECT { get { return ResourceManager.GetString("VK_LAUNCH_MEDIA_SELECT", resourceCulture); } } /// /// Looks up a localized string similar to left mouse button. /// internal static string VK_LBUTTON { get { return ResourceManager.GetString("VK_LBUTTON", resourceCulture); } } /// /// Looks up a localized string similar to left control. /// internal static string VK_LCONTROL { get { return ResourceManager.GetString("VK_LCONTROL", resourceCulture); } } /// /// Looks up a localized string similar to left arrow. /// internal static string VK_LEFT { get { return ResourceManager.GetString("VK_LEFT", resourceCulture); } } /// /// Looks up a localized string similar to left menu. /// internal static string VK_LMENU { get { return ResourceManager.GetString("VK_LMENU", resourceCulture); } } /// /// Looks up a localized string similar to left shift. /// internal static string VK_LSHIFT { get { return ResourceManager.GetString("VK_LSHIFT", resourceCulture); } } /// /// Looks up a localized string similar to left Windows. /// internal static string VK_LWIN { get { return ResourceManager.GetString("VK_LWIN", resourceCulture); } } /// /// Looks up a localized string similar to middle mouse button. /// internal static string VK_MBUTTON { get { return ResourceManager.GetString("VK_MBUTTON", resourceCulture); } } /// /// Looks up a localized string similar to next track. /// internal static string VK_MEDIA_NEXT_TRACK { get { return ResourceManager.GetString("VK_MEDIA_NEXT_TRACK", resourceCulture); } } /// /// Looks up a localized string similar to play/pause media. /// internal static string VK_MEDIA_PLAY_PAUSE { get { return ResourceManager.GetString("VK_MEDIA_PLAY_PAUSE", resourceCulture); } } /// /// Looks up a localized string similar to previous track. /// internal static string VK_MEDIA_PREV_TRACK { get { return ResourceManager.GetString("VK_MEDIA_PREV_TRACK", resourceCulture); } } /// /// Looks up a localized string similar to stop media. /// internal static string VK_MEDIA_STOP { get { return ResourceManager.GetString("VK_MEDIA_STOP", resourceCulture); } } /// /// Looks up a localized string similar to alt. /// internal static string VK_MENU { get { return ResourceManager.GetString("VK_MENU", resourceCulture); } } /// /// Looks up a localized string similar to IME mode change request. /// internal static string VK_MODECHANGE { get { return ResourceManager.GetString("VK_MODECHANGE", resourceCulture); } } /// /// Looks up a localized string similar to page down. /// internal static string VK_NEXT { get { return ResourceManager.GetString("VK_NEXT", resourceCulture); } } /// /// Looks up a localized string similar to IME nonconvert. /// internal static string VK_NONCONVERT { get { return ResourceManager.GetString("VK_NONCONVERT", resourceCulture); } } /// /// Looks up a localized string similar to num lock. /// internal static string VK_NUMLOCK { get { return ResourceManager.GetString("VK_NUMLOCK", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 0. /// internal static string VK_NUMPAD0 { get { return ResourceManager.GetString("VK_NUMPAD0", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 1. /// internal static string VK_NUMPAD1 { get { return ResourceManager.GetString("VK_NUMPAD1", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 2. /// internal static string VK_NUMPAD2 { get { return ResourceManager.GetString("VK_NUMPAD2", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 3. /// internal static string VK_NUMPAD3 { get { return ResourceManager.GetString("VK_NUMPAD3", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 4. /// internal static string VK_NUMPAD4 { get { return ResourceManager.GetString("VK_NUMPAD4", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 5. /// internal static string VK_NUMPAD5 { get { return ResourceManager.GetString("VK_NUMPAD5", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 6. /// internal static string VK_NUMPAD6 { get { return ResourceManager.GetString("VK_NUMPAD6", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 7. /// internal static string VK_NUMPAD7 { get { return ResourceManager.GetString("VK_NUMPAD7", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 8. /// internal static string VK_NUMPAD8 { get { return ResourceManager.GetString("VK_NUMPAD8", resourceCulture); } } /// /// Looks up a localized string similar to numeric keypad 9. /// internal static string VK_NUMPAD9 { get { return ResourceManager.GetString("VK_NUMPAD9", resourceCulture); } } /// /// Looks up a localized string similar to :; key. /// internal static string VK_OEM_1 { get { return ResourceManager.GetString("VK_OEM_1", resourceCulture); } } /// /// Looks up a localized string similar to /? key. /// internal static string VK_OEM_2 { get { return ResourceManager.GetString("VK_OEM_2", resourceCulture); } } /// /// Looks up a localized string similar to `~ key. /// internal static string VK_OEM_3 { get { return ResourceManager.GetString("VK_OEM_3", resourceCulture); } } /// /// Looks up a localized string similar to [{ key. /// internal static string VK_OEM_4 { get { return ResourceManager.GetString("VK_OEM_4", resourceCulture); } } /// /// Looks up a localized string similar to \| key. /// internal static string VK_OEM_5 { get { return ResourceManager.GetString("VK_OEM_5", resourceCulture); } } /// /// Looks up a localized string similar to ]} key. /// internal static string VK_OEM_6 { get { return ResourceManager.GetString("VK_OEM_6", resourceCulture); } } /// /// Looks up a localized string similar to '"" key. /// internal static string VK_OEM_7 { get { return ResourceManager.GetString("VK_OEM_7", resourceCulture); } } /// /// Looks up a localized string similar to clear. /// internal static string VK_OEM_CLEAR { get { return ResourceManager.GetString("VK_OEM_CLEAR", resourceCulture); } } /// /// Looks up a localized string similar to , key. /// internal static string VK_OEM_COMMA { get { return ResourceManager.GetString("VK_OEM_COMMA", resourceCulture); } } /// /// Looks up a localized string similar to - key. /// internal static string VK_OEM_MINUS { get { return ResourceManager.GetString("VK_OEM_MINUS", resourceCulture); } } /// /// Looks up a localized string similar to . key. /// internal static string VK_OEM_PERIOD { get { return ResourceManager.GetString("VK_OEM_PERIOD", resourceCulture); } } /// /// Looks up a localized string similar to + key. /// internal static string VK_OEM_PLUS { get { return ResourceManager.GetString("VK_OEM_PLUS", resourceCulture); } } /// /// Looks up a localized string similar to unicode packet. /// internal static string VK_PACKET { get { return ResourceManager.GetString("VK_PACKET", resourceCulture); } } /// /// Looks up a localized string similar to page up. /// internal static string VK_PRIOR { get { return ResourceManager.GetString("VK_PRIOR", resourceCulture); } } /// /// Looks up a localized string similar to IME PROCESS. /// internal static string VK_PROCESSKEY { get { return ResourceManager.GetString("VK_PROCESSKEY", resourceCulture); } } /// /// Looks up a localized string similar to right mouse button. /// internal static string VK_RBUTTON { get { return ResourceManager.GetString("VK_RBUTTON", resourceCulture); } } /// /// Looks up a localized string similar to right control. /// internal static string VK_RCONTROL { get { return ResourceManager.GetString("VK_RCONTROL", resourceCulture); } } /// /// Looks up a localized string similar to enter. /// internal static string VK_RETURN { get { return ResourceManager.GetString("VK_RETURN", resourceCulture); } } /// /// Looks up a localized string similar to right arrow. /// internal static string VK_RIGHT { get { return ResourceManager.GetString("VK_RIGHT", resourceCulture); } } /// /// Looks up a localized string similar to right menu. /// internal static string VK_RMENU { get { return ResourceManager.GetString("VK_RMENU", resourceCulture); } } /// /// Looks up a localized string similar to right shift. /// internal static string VK_RSHIFT { get { return ResourceManager.GetString("VK_RSHIFT", resourceCulture); } } /// /// Looks up a localized string similar to right Windows. /// internal static string VK_RWIN { get { return ResourceManager.GetString("VK_RWIN", resourceCulture); } } /// /// Looks up a localized string similar to scroll lock. /// internal static string VK_SCROLL { get { return ResourceManager.GetString("VK_SCROLL", resourceCulture); } } /// /// Looks up a localized string similar to print screen. /// internal static string VK_SNAPSHOT { get { return ResourceManager.GetString("VK_SNAPSHOT", resourceCulture); } } /// /// Looks up a localized string similar to spacebar. /// internal static string VK_SPACE { get { return ResourceManager.GetString("VK_SPACE", resourceCulture); } } /// /// Looks up a localized string similar to up arrow. /// internal static string VK_UP { get { return ResourceManager.GetString("VK_UP", resourceCulture); } } /// /// Looks up a localized string similar to X1 mouse button. /// internal static string VK_XBUTTON1 { get { return ResourceManager.GetString("VK_XBUTTON1", resourceCulture); } } /// /// Looks up a localized string similar to X2 mouse button. /// internal static string VK_XBUTTON2 { get { return ResourceManager.GetString("VK_XBUTTON2", resourceCulture); } } /// /// Looks up a localized string similar to Where do you want to store the log file?. /// internal static string where_do_you_want_to_store_the_log { get { return ResourceManager.GetString("where_do_you_want_to_store_the_log", resourceCulture); } } /// /// Looks up a localized string similar to xml files (*.xml)|*.xml|All files (*.*)|*.*. /// internal static string xml_file_filter { get { return ResourceManager.GetString("xml_file_filter", resourceCulture); } } /// /// Looks up a localized string similar to yes. /// internal static string yes { get { return ResourceManager.GetString("yes", resourceCulture); } } } }