diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index e6171682e..3d154e308 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -46,698 +46,698 @@ namespace Greenshot { /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); - this.textbox_storagelocation = new GreenshotPlugin.Controls.GreenshotTextBox(); - this.label_storagelocation = new GreenshotPlugin.Controls.GreenshotLabel(); - this.settings_cancel = new GreenshotPlugin.Controls.GreenshotButton(); - this.settings_confirm = new GreenshotPlugin.Controls.GreenshotButton(); - this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); - this.browse = new System.Windows.Forms.Button(); - this.label_screenshotname = new GreenshotPlugin.Controls.GreenshotLabel(); - this.textbox_screenshotname = new GreenshotPlugin.Controls.GreenshotTextBox(); - this.label_language = new GreenshotPlugin.Controls.GreenshotLabel(); - this.combobox_language = new System.Windows.Forms.ComboBox(); - this.combobox_primaryimageformat = new GreenshotPlugin.Controls.GreenshotComboBox(); - this.label_primaryimageformat = new GreenshotPlugin.Controls.GreenshotLabel(); - this.groupbox_preferredfilesettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.btnPatternHelp = new System.Windows.Forms.Button(); - this.checkbox_copypathtoclipboard = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_zoomer = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.groupbox_applicationsettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_autostartshortcut = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.groupbox_qualitysettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_reducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_alwaysshowqualitydialog = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.label_jpegquality = new GreenshotPlugin.Controls.GreenshotLabel(); - this.textBoxJpegQuality = new System.Windows.Forms.TextBox(); - this.trackBarJpegQuality = new System.Windows.Forms.TrackBar(); - this.groupbox_destination = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_picker = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.listview_destinations = new System.Windows.Forms.ListView(); - this.destination = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.tabcontrol = new System.Windows.Forms.TabControl(); - this.tab_general = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.groupbox_network = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.numericUpDown_daysbetweencheck = new System.Windows.Forms.NumericUpDown(); - this.label_checkperiod = new GreenshotPlugin.Controls.GreenshotLabel(); - this.checkbox_usedefaultproxy = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.groupbox_hotkeys = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.label_lastregion_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); - this.lastregion_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); - this.label_ie_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); - this.ie_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); - this.label_region_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); - this.label_window_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); - this.label_fullscreen_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); - this.region_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); - this.window_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); - this.fullscreen_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); - this.tab_capture = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.groupbox_editor = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_editor_match_capture_size = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.groupbox_iecapture = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_ie_capture = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.groupbox_windowscapture = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.colorButton_window_background = new Greenshot.Controls.ColorButton(); - this.radiobuttonWindowCapture = new GreenshotPlugin.Controls.GreenshotRadioButton(); - this.radiobuttonInteractiveCapture = new GreenshotPlugin.Controls.GreenshotRadioButton(); - this.combobox_window_capture_mode = new System.Windows.Forms.ComboBox(); - this.groupbox_capture = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_notifications = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_playsound = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_capture_mousepointer = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.numericUpDownWaitTime = new System.Windows.Forms.NumericUpDown(); - this.label_waittime = new GreenshotPlugin.Controls.GreenshotLabel(); - this.tab_output = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.tab_destinations = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.tab_printer = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.groupBoxColors = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkboxPrintInverted = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.radioBtnColorPrint = new GreenshotPlugin.Controls.GreenshotRadioButton(); - this.radioBtnGrayScale = new GreenshotPlugin.Controls.GreenshotRadioButton(); - this.radioBtnMonochrome = new GreenshotPlugin.Controls.GreenshotRadioButton(); - this.groupBoxPrintLayout = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkboxDateTime = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkboxAllowShrink = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkboxAllowEnlarge = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkboxAllowRotate = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkboxAllowCenter = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_alwaysshowprintoptionsdialog = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.tab_plugins = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.groupbox_plugins = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.listview_plugins = new System.Windows.Forms.ListView(); - this.button_pluginconfigure = new GreenshotPlugin.Controls.GreenshotButton(); - this.tab_expert = new GreenshotPlugin.Controls.GreenshotTabPage(); - this.groupbox_expert = new GreenshotPlugin.Controls.GreenshotGroupBox(); - this.checkbox_reuseeditor = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_minimizememoryfootprint = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_checkunstableupdates = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_suppresssavedialogatclose = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.label_counter = new GreenshotPlugin.Controls.GreenshotLabel(); - this.textbox_counter = new GreenshotPlugin.Controls.GreenshotTextBox(); - this.label_footerpattern = new GreenshotPlugin.Controls.GreenshotLabel(); - this.textbox_footerpattern = new GreenshotPlugin.Controls.GreenshotTextBox(); - this.checkbox_thumbnailpreview = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_optimizeforrdp = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.checkbox_autoreducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.label_clipboardformats = new GreenshotPlugin.Controls.GreenshotLabel(); - this.checkbox_enableexpert = new GreenshotPlugin.Controls.GreenshotCheckBox(); - this.listview_clipboardformats = new System.Windows.Forms.ListView(); - this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); - this.groupbox_preferredfilesettings.SuspendLayout(); - this.groupbox_applicationsettings.SuspendLayout(); - this.groupbox_qualitysettings.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.trackBarJpegQuality)).BeginInit(); - this.groupbox_destination.SuspendLayout(); - this.tabcontrol.SuspendLayout(); - this.tab_general.SuspendLayout(); - this.groupbox_network.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_daysbetweencheck)).BeginInit(); - this.groupbox_hotkeys.SuspendLayout(); - this.tab_capture.SuspendLayout(); - this.groupbox_editor.SuspendLayout(); - this.groupbox_iecapture.SuspendLayout(); - this.groupbox_windowscapture.SuspendLayout(); - this.groupbox_capture.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWaitTime)).BeginInit(); - this.tab_output.SuspendLayout(); - this.tab_destinations.SuspendLayout(); - this.tab_printer.SuspendLayout(); - this.groupBoxColors.SuspendLayout(); - this.groupBoxPrintLayout.SuspendLayout(); - this.tab_plugins.SuspendLayout(); - this.groupbox_plugins.SuspendLayout(); - this.tab_expert.SuspendLayout(); - this.groupbox_expert.SuspendLayout(); - this.SuspendLayout(); - // - // textbox_storagelocation - // - this.textbox_storagelocation.Location = new System.Drawing.Point(138, 18); - this.textbox_storagelocation.Name = "textbox_storagelocation"; - this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20); - this.textbox_storagelocation.TabIndex = 12; - this.textbox_storagelocation.TextChanged += new System.EventHandler(this.StorageLocationChanged); - // - // label_storagelocation - // - this.label_storagelocation.LanguageKey = "settings_storagelocation"; - this.label_storagelocation.Location = new System.Drawing.Point(6, 21); - this.label_storagelocation.Name = "label_storagelocation"; - this.label_storagelocation.Size = new System.Drawing.Size(126, 23); - this.label_storagelocation.TabIndex = 11; - // - // settings_cancel - // - this.settings_cancel.LanguageKey = "CANCEL"; - this.settings_cancel.Location = new System.Drawing.Point(364, 396); - this.settings_cancel.Name = "settings_cancel"; - this.settings_cancel.Size = new System.Drawing.Size(75, 23); - this.settings_cancel.TabIndex = 7; - this.settings_cancel.UseVisualStyleBackColor = true; - this.settings_cancel.Click += new System.EventHandler(this.Settings_cancelClick); - // - // settings_confirm - // - this.settings_confirm.LanguageKey = "OK"; - this.settings_confirm.Location = new System.Drawing.Point(283, 396); - this.settings_confirm.Name = "settings_confirm"; - this.settings_confirm.Size = new System.Drawing.Size(75, 23); - this.settings_confirm.TabIndex = 6; - this.settings_confirm.UseVisualStyleBackColor = true; - this.settings_confirm.Click += new System.EventHandler(this.Settings_okayClick); - // - // browse - // - this.browse.Location = new System.Drawing.Point(371, 17); - this.browse.Name = "browse"; - this.browse.Size = new System.Drawing.Size(35, 23); - this.browse.TabIndex = 1; - this.browse.Text = "..."; - this.browse.UseVisualStyleBackColor = true; - this.browse.Click += new System.EventHandler(this.BrowseClick); - // - // label_screenshotname - // - this.label_screenshotname.LanguageKey = "settings_filenamepattern"; - this.label_screenshotname.Location = new System.Drawing.Point(6, 44); - this.label_screenshotname.Name = "label_screenshotname"; - this.label_screenshotname.Size = new System.Drawing.Size(126, 23); - this.label_screenshotname.TabIndex = 9; - // - // textbox_screenshotname - // - this.textbox_screenshotname.Location = new System.Drawing.Point(138, 41); - this.textbox_screenshotname.Name = "textbox_screenshotname"; - this.textbox_screenshotname.PropertyName = "OutputFileFilenamePattern"; - this.textbox_screenshotname.Size = new System.Drawing.Size(233, 20); - this.textbox_screenshotname.TabIndex = 2; - // - // label_language - // - this.label_language.LanguageKey = "settings_language"; - this.label_language.Location = new System.Drawing.Point(6, 20); - this.label_language.Name = "label_language"; - this.label_language.Size = new System.Drawing.Size(181, 23); - this.label_language.TabIndex = 10; - // - // combobox_language - // - this.combobox_language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.combobox_language.FormattingEnabled = true; - this.combobox_language.Location = new System.Drawing.Point(193, 17); - this.combobox_language.MaxDropDownItems = 15; - this.combobox_language.Name = "combobox_language"; - this.combobox_language.Size = new System.Drawing.Size(213, 21); - this.combobox_language.TabIndex = 0; - // - // combobox_primaryimageformat - // - this.combobox_primaryimageformat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.combobox_primaryimageformat.FormattingEnabled = true; - this.combobox_primaryimageformat.Location = new System.Drawing.Point(138, 64); - this.combobox_primaryimageformat.Name = "combobox_primaryimageformat"; - this.combobox_primaryimageformat.PropertyName = "OutputFileFormat"; - this.combobox_primaryimageformat.Size = new System.Drawing.Size(268, 21); - this.combobox_primaryimageformat.TabIndex = 4; - // - // label_primaryimageformat - // - this.label_primaryimageformat.LanguageKey = "settings_primaryimageformat"; - this.label_primaryimageformat.Location = new System.Drawing.Point(6, 67); - this.label_primaryimageformat.Name = "label_primaryimageformat"; - this.label_primaryimageformat.Size = new System.Drawing.Size(126, 19); - this.label_primaryimageformat.TabIndex = 8; - // - // groupbox_preferredfilesettings - // - this.groupbox_preferredfilesettings.Controls.Add(this.btnPatternHelp); - this.groupbox_preferredfilesettings.Controls.Add(this.checkbox_copypathtoclipboard); - this.groupbox_preferredfilesettings.Controls.Add(this.combobox_primaryimageformat); - this.groupbox_preferredfilesettings.Controls.Add(this.label_primaryimageformat); - this.groupbox_preferredfilesettings.Controls.Add(this.label_storagelocation); - this.groupbox_preferredfilesettings.Controls.Add(this.browse); - this.groupbox_preferredfilesettings.Controls.Add(this.textbox_storagelocation); - this.groupbox_preferredfilesettings.Controls.Add(this.textbox_screenshotname); - this.groupbox_preferredfilesettings.Controls.Add(this.label_screenshotname); - this.groupbox_preferredfilesettings.LanguageKey = "settings_preferredfilesettings"; - this.groupbox_preferredfilesettings.Location = new System.Drawing.Point(2, 6); - this.groupbox_preferredfilesettings.Name = "groupbox_preferredfilesettings"; - this.groupbox_preferredfilesettings.Size = new System.Drawing.Size(412, 122); - this.groupbox_preferredfilesettings.TabIndex = 13; - this.groupbox_preferredfilesettings.TabStop = false; - // - // btnPatternHelp - // - this.btnPatternHelp.Location = new System.Drawing.Point(371, 39); - this.btnPatternHelp.Name = "btnPatternHelp"; - this.btnPatternHelp.Size = new System.Drawing.Size(35, 23); - this.btnPatternHelp.TabIndex = 19; - this.btnPatternHelp.Text = "?"; - this.btnPatternHelp.UseVisualStyleBackColor = true; - this.btnPatternHelp.Click += new System.EventHandler(this.BtnPatternHelpClick); - // - // checkbox_copypathtoclipboard - // - this.checkbox_copypathtoclipboard.LanguageKey = "settings_copypathtoclipboard"; - this.checkbox_copypathtoclipboard.Location = new System.Drawing.Point(12, 89); - this.checkbox_copypathtoclipboard.Name = "checkbox_copypathtoclipboard"; - this.checkbox_copypathtoclipboard.PropertyName = "OutputFileCopyPathToClipboard"; - this.checkbox_copypathtoclipboard.Size = new System.Drawing.Size(394, 24); - this.checkbox_copypathtoclipboard.TabIndex = 18; - this.checkbox_copypathtoclipboard.UseVisualStyleBackColor = true; - // + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); + this.textbox_storagelocation = new GreenshotPlugin.Controls.GreenshotTextBox(); + this.label_storagelocation = new GreenshotPlugin.Controls.GreenshotLabel(); + this.settings_cancel = new GreenshotPlugin.Controls.GreenshotButton(); + this.settings_confirm = new GreenshotPlugin.Controls.GreenshotButton(); + this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); + this.browse = new System.Windows.Forms.Button(); + this.label_screenshotname = new GreenshotPlugin.Controls.GreenshotLabel(); + this.textbox_screenshotname = new GreenshotPlugin.Controls.GreenshotTextBox(); + this.label_language = new GreenshotPlugin.Controls.GreenshotLabel(); + this.combobox_language = new System.Windows.Forms.ComboBox(); + this.combobox_primaryimageformat = new GreenshotPlugin.Controls.GreenshotComboBox(); + this.label_primaryimageformat = new GreenshotPlugin.Controls.GreenshotLabel(); + this.groupbox_preferredfilesettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.btnPatternHelp = new System.Windows.Forms.Button(); + this.checkbox_copypathtoclipboard = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_zoomer = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.groupbox_applicationsettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_autostartshortcut = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.groupbox_qualitysettings = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_reducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_alwaysshowqualitydialog = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.label_jpegquality = new GreenshotPlugin.Controls.GreenshotLabel(); + this.textBoxJpegQuality = new System.Windows.Forms.TextBox(); + this.trackBarJpegQuality = new System.Windows.Forms.TrackBar(); + this.groupbox_destination = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_picker = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.listview_destinations = new System.Windows.Forms.ListView(); + this.destination = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.tabcontrol = new System.Windows.Forms.TabControl(); + this.tab_general = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.groupbox_network = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.numericUpDown_daysbetweencheck = new System.Windows.Forms.NumericUpDown(); + this.label_checkperiod = new GreenshotPlugin.Controls.GreenshotLabel(); + this.checkbox_usedefaultproxy = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.groupbox_hotkeys = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.label_lastregion_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); + this.lastregion_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); + this.label_ie_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); + this.ie_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); + this.label_region_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); + this.label_window_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); + this.label_fullscreen_hotkey = new GreenshotPlugin.Controls.GreenshotLabel(); + this.region_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); + this.window_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); + this.fullscreen_hotkeyControl = new GreenshotPlugin.Controls.HotkeyControl(); + this.tab_capture = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.groupbox_editor = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_editor_match_capture_size = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.groupbox_iecapture = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_ie_capture = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.groupbox_windowscapture = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.colorButton_window_background = new Greenshot.Controls.ColorButton(); + this.radiobuttonWindowCapture = new GreenshotPlugin.Controls.GreenshotRadioButton(); + this.radiobuttonInteractiveCapture = new GreenshotPlugin.Controls.GreenshotRadioButton(); + this.combobox_window_capture_mode = new System.Windows.Forms.ComboBox(); + this.groupbox_capture = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_notifications = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_playsound = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_capture_mousepointer = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.numericUpDownWaitTime = new System.Windows.Forms.NumericUpDown(); + this.label_waittime = new GreenshotPlugin.Controls.GreenshotLabel(); + this.tab_output = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.tab_destinations = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.tab_printer = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.groupBoxColors = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkboxPrintInverted = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.radioBtnColorPrint = new GreenshotPlugin.Controls.GreenshotRadioButton(); + this.radioBtnGrayScale = new GreenshotPlugin.Controls.GreenshotRadioButton(); + this.radioBtnMonochrome = new GreenshotPlugin.Controls.GreenshotRadioButton(); + this.groupBoxPrintLayout = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkboxDateTime = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkboxAllowShrink = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkboxAllowEnlarge = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkboxAllowRotate = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkboxAllowCenter = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_alwaysshowprintoptionsdialog = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.tab_plugins = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.groupbox_plugins = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.listview_plugins = new System.Windows.Forms.ListView(); + this.button_pluginconfigure = new GreenshotPlugin.Controls.GreenshotButton(); + this.tab_expert = new GreenshotPlugin.Controls.GreenshotTabPage(); + this.groupbox_expert = new GreenshotPlugin.Controls.GreenshotGroupBox(); + this.checkbox_reuseeditor = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_minimizememoryfootprint = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_checkunstableupdates = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_suppresssavedialogatclose = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.label_counter = new GreenshotPlugin.Controls.GreenshotLabel(); + this.textbox_counter = new GreenshotPlugin.Controls.GreenshotTextBox(); + this.label_footerpattern = new GreenshotPlugin.Controls.GreenshotLabel(); + this.textbox_footerpattern = new GreenshotPlugin.Controls.GreenshotTextBox(); + this.checkbox_thumbnailpreview = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_optimizeforrdp = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.checkbox_autoreducecolors = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.label_clipboardformats = new GreenshotPlugin.Controls.GreenshotLabel(); + this.checkbox_enableexpert = new GreenshotPlugin.Controls.GreenshotCheckBox(); + this.listview_clipboardformats = new System.Windows.Forms.ListView(); + this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); + this.groupbox_preferredfilesettings.SuspendLayout(); + this.groupbox_applicationsettings.SuspendLayout(); + this.groupbox_qualitysettings.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBarJpegQuality)).BeginInit(); + this.groupbox_destination.SuspendLayout(); + this.tabcontrol.SuspendLayout(); + this.tab_general.SuspendLayout(); + this.groupbox_network.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_daysbetweencheck)).BeginInit(); + this.groupbox_hotkeys.SuspendLayout(); + this.tab_capture.SuspendLayout(); + this.groupbox_editor.SuspendLayout(); + this.groupbox_iecapture.SuspendLayout(); + this.groupbox_windowscapture.SuspendLayout(); + this.groupbox_capture.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWaitTime)).BeginInit(); + this.tab_output.SuspendLayout(); + this.tab_destinations.SuspendLayout(); + this.tab_printer.SuspendLayout(); + this.groupBoxColors.SuspendLayout(); + this.groupBoxPrintLayout.SuspendLayout(); + this.tab_plugins.SuspendLayout(); + this.groupbox_plugins.SuspendLayout(); + this.tab_expert.SuspendLayout(); + this.groupbox_expert.SuspendLayout(); + this.SuspendLayout(); + // + // textbox_storagelocation + // + this.textbox_storagelocation.Location = new System.Drawing.Point(138, 18); + this.textbox_storagelocation.Name = "textbox_storagelocation"; + this.textbox_storagelocation.Size = new System.Drawing.Size(233, 20); + this.textbox_storagelocation.TabIndex = 1; + this.textbox_storagelocation.TextChanged += new System.EventHandler(this.StorageLocationChanged); + // + // label_storagelocation + // + this.label_storagelocation.LanguageKey = "settings_storagelocation"; + this.label_storagelocation.Location = new System.Drawing.Point(6, 21); + this.label_storagelocation.Name = "label_storagelocation"; + this.label_storagelocation.Size = new System.Drawing.Size(126, 23); + this.label_storagelocation.TabIndex = 11; + // + // settings_cancel + // + this.settings_cancel.LanguageKey = "CANCEL"; + this.settings_cancel.Location = new System.Drawing.Point(364, 396); + this.settings_cancel.Name = "settings_cancel"; + this.settings_cancel.Size = new System.Drawing.Size(75, 23); + this.settings_cancel.TabIndex = 21; + this.settings_cancel.UseVisualStyleBackColor = true; + this.settings_cancel.Click += new System.EventHandler(this.Settings_cancelClick); + // + // settings_confirm + // + this.settings_confirm.LanguageKey = "OK"; + this.settings_confirm.Location = new System.Drawing.Point(283, 396); + this.settings_confirm.Name = "settings_confirm"; + this.settings_confirm.Size = new System.Drawing.Size(75, 23); + this.settings_confirm.TabIndex = 20; + this.settings_confirm.UseVisualStyleBackColor = true; + this.settings_confirm.Click += new System.EventHandler(this.Settings_okayClick); + // + // browse + // + this.browse.Location = new System.Drawing.Point(371, 17); + this.browse.Name = "browse"; + this.browse.Size = new System.Drawing.Size(35, 23); + this.browse.TabIndex = 2; + this.browse.Text = "..."; + this.browse.UseVisualStyleBackColor = true; + this.browse.Click += new System.EventHandler(this.BrowseClick); + // + // label_screenshotname + // + this.label_screenshotname.LanguageKey = "settings_filenamepattern"; + this.label_screenshotname.Location = new System.Drawing.Point(6, 44); + this.label_screenshotname.Name = "label_screenshotname"; + this.label_screenshotname.Size = new System.Drawing.Size(126, 23); + this.label_screenshotname.TabIndex = 9; + // + // textbox_screenshotname + // + this.textbox_screenshotname.Location = new System.Drawing.Point(138, 41); + this.textbox_screenshotname.Name = "textbox_screenshotname"; + this.textbox_screenshotname.PropertyName = "OutputFileFilenamePattern"; + this.textbox_screenshotname.Size = new System.Drawing.Size(233, 20); + this.textbox_screenshotname.TabIndex = 3; + // + // label_language + // + this.label_language.LanguageKey = "settings_language"; + this.label_language.Location = new System.Drawing.Point(6, 20); + this.label_language.Name = "label_language"; + this.label_language.Size = new System.Drawing.Size(181, 23); + this.label_language.TabIndex = 10; + // + // combobox_language + // + this.combobox_language.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.combobox_language.FormattingEnabled = true; + this.combobox_language.Location = new System.Drawing.Point(193, 17); + this.combobox_language.MaxDropDownItems = 15; + this.combobox_language.Name = "combobox_language"; + this.combobox_language.Size = new System.Drawing.Size(213, 21); + this.combobox_language.TabIndex = 0; + // + // combobox_primaryimageformat + // + this.combobox_primaryimageformat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.combobox_primaryimageformat.FormattingEnabled = true; + this.combobox_primaryimageformat.Location = new System.Drawing.Point(138, 64); + this.combobox_primaryimageformat.Name = "combobox_primaryimageformat"; + this.combobox_primaryimageformat.PropertyName = "OutputFileFormat"; + this.combobox_primaryimageformat.Size = new System.Drawing.Size(268, 21); + this.combobox_primaryimageformat.TabIndex = 5; + // + // label_primaryimageformat + // + this.label_primaryimageformat.LanguageKey = "settings_primaryimageformat"; + this.label_primaryimageformat.Location = new System.Drawing.Point(6, 67); + this.label_primaryimageformat.Name = "label_primaryimageformat"; + this.label_primaryimageformat.Size = new System.Drawing.Size(126, 19); + this.label_primaryimageformat.TabIndex = 8; + // + // groupbox_preferredfilesettings + // + this.groupbox_preferredfilesettings.Controls.Add(this.btnPatternHelp); + this.groupbox_preferredfilesettings.Controls.Add(this.checkbox_copypathtoclipboard); + this.groupbox_preferredfilesettings.Controls.Add(this.combobox_primaryimageformat); + this.groupbox_preferredfilesettings.Controls.Add(this.label_primaryimageformat); + this.groupbox_preferredfilesettings.Controls.Add(this.label_storagelocation); + this.groupbox_preferredfilesettings.Controls.Add(this.browse); + this.groupbox_preferredfilesettings.Controls.Add(this.textbox_storagelocation); + this.groupbox_preferredfilesettings.Controls.Add(this.textbox_screenshotname); + this.groupbox_preferredfilesettings.Controls.Add(this.label_screenshotname); + this.groupbox_preferredfilesettings.LanguageKey = "settings_preferredfilesettings"; + this.groupbox_preferredfilesettings.Location = new System.Drawing.Point(2, 6); + this.groupbox_preferredfilesettings.Name = "groupbox_preferredfilesettings"; + this.groupbox_preferredfilesettings.Size = new System.Drawing.Size(412, 122); + this.groupbox_preferredfilesettings.TabIndex = 13; + this.groupbox_preferredfilesettings.TabStop = false; + // + // btnPatternHelp + // + this.btnPatternHelp.Location = new System.Drawing.Point(371, 39); + this.btnPatternHelp.Name = "btnPatternHelp"; + this.btnPatternHelp.Size = new System.Drawing.Size(35, 23); + this.btnPatternHelp.TabIndex = 4; + this.btnPatternHelp.Text = "?"; + this.btnPatternHelp.UseVisualStyleBackColor = true; + this.btnPatternHelp.Click += new System.EventHandler(this.BtnPatternHelpClick); + // + // checkbox_copypathtoclipboard + // + this.checkbox_copypathtoclipboard.LanguageKey = "settings_copypathtoclipboard"; + this.checkbox_copypathtoclipboard.Location = new System.Drawing.Point(12, 89); + this.checkbox_copypathtoclipboard.Name = "checkbox_copypathtoclipboard"; + this.checkbox_copypathtoclipboard.PropertyName = "OutputFileCopyPathToClipboard"; + this.checkbox_copypathtoclipboard.Size = new System.Drawing.Size(394, 24); + this.checkbox_copypathtoclipboard.TabIndex = 6; + this.checkbox_copypathtoclipboard.UseVisualStyleBackColor = true; + // // groupbox_applicationsettings - // - this.groupbox_applicationsettings.Controls.Add(this.checkbox_autostartshortcut); - this.groupbox_applicationsettings.Controls.Add(this.label_language); - this.groupbox_applicationsettings.Controls.Add(this.combobox_language); - this.groupbox_applicationsettings.LanguageKey = "settings_applicationsettings"; - this.groupbox_applicationsettings.Location = new System.Drawing.Point(2, 6); - this.groupbox_applicationsettings.Name = "groupbox_applicationsettings"; - this.groupbox_applicationsettings.Size = new System.Drawing.Size(412, 68); - this.groupbox_applicationsettings.TabIndex = 14; - this.groupbox_applicationsettings.TabStop = false; - // - // checkbox_autostartshortcut - // - this.checkbox_autostartshortcut.LanguageKey = "settings_autostartshortcut"; - this.checkbox_autostartshortcut.Location = new System.Drawing.Point(8, 39); - this.checkbox_autostartshortcut.Name = "checkbox_autostartshortcut"; - this.checkbox_autostartshortcut.Size = new System.Drawing.Size(397, 25); - this.checkbox_autostartshortcut.TabIndex = 15; - this.checkbox_autostartshortcut.UseVisualStyleBackColor = true; - // - // groupbox_qualitysettings - // - this.groupbox_qualitysettings.Controls.Add(this.checkbox_reducecolors); - this.groupbox_qualitysettings.Controls.Add(this.checkbox_alwaysshowqualitydialog); - this.groupbox_qualitysettings.Controls.Add(this.label_jpegquality); - this.groupbox_qualitysettings.Controls.Add(this.textBoxJpegQuality); - this.groupbox_qualitysettings.Controls.Add(this.trackBarJpegQuality); - this.groupbox_qualitysettings.LanguageKey = "settings_qualitysettings"; - this.groupbox_qualitysettings.Location = new System.Drawing.Point(2, 156); - this.groupbox_qualitysettings.Name = "groupbox_qualitysettings"; - this.groupbox_qualitysettings.Size = new System.Drawing.Size(412, 106); - this.groupbox_qualitysettings.TabIndex = 14; - this.groupbox_qualitysettings.TabStop = false; - // - // checkbox_reducecolors - // - this.checkbox_reducecolors.LanguageKey = "settings_reducecolors"; - this.checkbox_reducecolors.Location = new System.Drawing.Point(12, 72); - this.checkbox_reducecolors.Name = "checkbox_reducecolors"; - this.checkbox_reducecolors.PropertyName = "OutputFileReduceColors"; - this.checkbox_reducecolors.Size = new System.Drawing.Size(394, 25); - this.checkbox_reducecolors.TabIndex = 17; - this.checkbox_reducecolors.UseVisualStyleBackColor = true; - // - // checkbox_alwaysshowqualitydialog - // - this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowqualitydialog"; - this.checkbox_alwaysshowqualitydialog.Location = new System.Drawing.Point(12, 50); - this.checkbox_alwaysshowqualitydialog.Name = "checkbox_alwaysshowqualitydialog"; - this.checkbox_alwaysshowqualitydialog.PropertyName = "OutputFilePromptQuality"; - this.checkbox_alwaysshowqualitydialog.Size = new System.Drawing.Size(394, 25); - this.checkbox_alwaysshowqualitydialog.TabIndex = 16; - this.checkbox_alwaysshowqualitydialog.UseVisualStyleBackColor = true; - // - // label_jpegquality - // - this.label_jpegquality.LanguageKey = "settings_jpegquality"; - this.label_jpegquality.Location = new System.Drawing.Point(6, 24); - this.label_jpegquality.Name = "label_jpegquality"; - this.label_jpegquality.Size = new System.Drawing.Size(116, 23); - this.label_jpegquality.TabIndex = 13; - // - // textBoxJpegQuality - // - this.textBoxJpegQuality.Location = new System.Drawing.Point(371, 21); - this.textBoxJpegQuality.Name = "textBoxJpegQuality"; - this.textBoxJpegQuality.ReadOnly = true; - this.textBoxJpegQuality.Size = new System.Drawing.Size(35, 20); - this.textBoxJpegQuality.TabIndex = 13; - this.textBoxJpegQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; - // - // trackBarJpegQuality - // - this.trackBarJpegQuality.LargeChange = 10; - this.trackBarJpegQuality.Location = new System.Drawing.Point(138, 21); - this.trackBarJpegQuality.Maximum = 100; - this.trackBarJpegQuality.Name = "trackBarJpegQuality"; - this.trackBarJpegQuality.Size = new System.Drawing.Size(233, 45); - this.trackBarJpegQuality.TabIndex = 0; - this.trackBarJpegQuality.TickFrequency = 10; - this.trackBarJpegQuality.Scroll += new System.EventHandler(this.TrackBarJpegQualityScroll); - // - // groupbox_destination - // - this.groupbox_destination.Controls.Add(this.checkbox_picker); - this.groupbox_destination.Controls.Add(this.listview_destinations); - this.groupbox_destination.LanguageKey = "settings_destination"; - this.groupbox_destination.Location = new System.Drawing.Point(2, 6); - this.groupbox_destination.Name = "groupbox_destination"; - this.groupbox_destination.Size = new System.Drawing.Size(412, 311); - this.groupbox_destination.TabIndex = 16; - this.groupbox_destination.TabStop = false; - // - // checkbox_picker - // - this.checkbox_picker.LanguageKey = "settings_destination_picker"; - this.checkbox_picker.Location = new System.Drawing.Point(6, 14); - this.checkbox_picker.Name = "checkbox_picker"; - this.checkbox_picker.Size = new System.Drawing.Size(394, 24); - this.checkbox_picker.TabIndex = 19; - this.checkbox_picker.UseVisualStyleBackColor = true; - this.checkbox_picker.CheckStateChanged += new System.EventHandler(this.DestinationsCheckStateChanged); - // - // listview_destinations - // - this.listview_destinations.Alignment = System.Windows.Forms.ListViewAlignment.Left; - this.listview_destinations.AutoArrange = false; - this.listview_destinations.CheckBoxes = true; - this.listview_destinations.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + // + this.groupbox_applicationsettings.Controls.Add(this.checkbox_autostartshortcut); + this.groupbox_applicationsettings.Controls.Add(this.label_language); + this.groupbox_applicationsettings.Controls.Add(this.combobox_language); + this.groupbox_applicationsettings.LanguageKey = "settings_applicationsettings"; + this.groupbox_applicationsettings.Location = new System.Drawing.Point(2, 6); + this.groupbox_applicationsettings.Name = "groupbox_applicationsettings"; + this.groupbox_applicationsettings.Size = new System.Drawing.Size(412, 68); + this.groupbox_applicationsettings.TabIndex = 14; + this.groupbox_applicationsettings.TabStop = false; + // + // checkbox_autostartshortcut + // + this.checkbox_autostartshortcut.LanguageKey = "settings_autostartshortcut"; + this.checkbox_autostartshortcut.Location = new System.Drawing.Point(8, 39); + this.checkbox_autostartshortcut.Name = "checkbox_autostartshortcut"; + this.checkbox_autostartshortcut.Size = new System.Drawing.Size(397, 25); + this.checkbox_autostartshortcut.TabIndex = 1; + this.checkbox_autostartshortcut.UseVisualStyleBackColor = true; + // + // groupbox_qualitysettings + // + this.groupbox_qualitysettings.Controls.Add(this.checkbox_reducecolors); + this.groupbox_qualitysettings.Controls.Add(this.checkbox_alwaysshowqualitydialog); + this.groupbox_qualitysettings.Controls.Add(this.label_jpegquality); + this.groupbox_qualitysettings.Controls.Add(this.textBoxJpegQuality); + this.groupbox_qualitysettings.Controls.Add(this.trackBarJpegQuality); + this.groupbox_qualitysettings.LanguageKey = "settings_qualitysettings"; + this.groupbox_qualitysettings.Location = new System.Drawing.Point(2, 156); + this.groupbox_qualitysettings.Name = "groupbox_qualitysettings"; + this.groupbox_qualitysettings.Size = new System.Drawing.Size(412, 106); + this.groupbox_qualitysettings.TabIndex = 14; + this.groupbox_qualitysettings.TabStop = false; + // + // checkbox_reducecolors + // + this.checkbox_reducecolors.LanguageKey = "settings_reducecolors"; + this.checkbox_reducecolors.Location = new System.Drawing.Point(12, 72); + this.checkbox_reducecolors.Name = "checkbox_reducecolors"; + this.checkbox_reducecolors.PropertyName = "OutputFileReduceColors"; + this.checkbox_reducecolors.Size = new System.Drawing.Size(394, 25); + this.checkbox_reducecolors.TabIndex = 9; + this.checkbox_reducecolors.UseVisualStyleBackColor = true; + // + // checkbox_alwaysshowqualitydialog + // + this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowqualitydialog"; + this.checkbox_alwaysshowqualitydialog.Location = new System.Drawing.Point(12, 50); + this.checkbox_alwaysshowqualitydialog.Name = "checkbox_alwaysshowqualitydialog"; + this.checkbox_alwaysshowqualitydialog.PropertyName = "OutputFilePromptQuality"; + this.checkbox_alwaysshowqualitydialog.Size = new System.Drawing.Size(394, 25); + this.checkbox_alwaysshowqualitydialog.TabIndex = 8; + this.checkbox_alwaysshowqualitydialog.UseVisualStyleBackColor = true; + // + // label_jpegquality + // + this.label_jpegquality.LanguageKey = "settings_jpegquality"; + this.label_jpegquality.Location = new System.Drawing.Point(6, 24); + this.label_jpegquality.Name = "label_jpegquality"; + this.label_jpegquality.Size = new System.Drawing.Size(116, 23); + this.label_jpegquality.TabIndex = 13; + // + // textBoxJpegQuality + // + this.textBoxJpegQuality.Location = new System.Drawing.Point(371, 21); + this.textBoxJpegQuality.Name = "textBoxJpegQuality"; + this.textBoxJpegQuality.ReadOnly = true; + this.textBoxJpegQuality.Size = new System.Drawing.Size(35, 20); + this.textBoxJpegQuality.TabIndex = 13; + this.textBoxJpegQuality.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; + // + // trackBarJpegQuality + // + this.trackBarJpegQuality.LargeChange = 10; + this.trackBarJpegQuality.Location = new System.Drawing.Point(138, 21); + this.trackBarJpegQuality.Maximum = 100; + this.trackBarJpegQuality.Name = "trackBarJpegQuality"; + this.trackBarJpegQuality.Size = new System.Drawing.Size(233, 45); + this.trackBarJpegQuality.TabIndex = 7; + this.trackBarJpegQuality.TickFrequency = 10; + this.trackBarJpegQuality.Scroll += new System.EventHandler(this.TrackBarJpegQualityScroll); + // + // groupbox_destination + // + this.groupbox_destination.Controls.Add(this.checkbox_picker); + this.groupbox_destination.Controls.Add(this.listview_destinations); + this.groupbox_destination.LanguageKey = "settings_destination"; + this.groupbox_destination.Location = new System.Drawing.Point(2, 6); + this.groupbox_destination.Name = "groupbox_destination"; + this.groupbox_destination.Size = new System.Drawing.Size(412, 311); + this.groupbox_destination.TabIndex = 16; + this.groupbox_destination.TabStop = false; + // + // checkbox_picker + // + this.checkbox_picker.LanguageKey = "settings_destination_picker"; + this.checkbox_picker.Location = new System.Drawing.Point(6, 14); + this.checkbox_picker.Name = "checkbox_picker"; + this.checkbox_picker.Size = new System.Drawing.Size(394, 24); + this.checkbox_picker.TabIndex = 1; + this.checkbox_picker.UseVisualStyleBackColor = true; + this.checkbox_picker.CheckStateChanged += new System.EventHandler(this.DestinationsCheckStateChanged); + // + // listview_destinations + // + this.listview_destinations.Alignment = System.Windows.Forms.ListViewAlignment.Left; + this.listview_destinations.AutoArrange = false; + this.listview_destinations.CheckBoxes = true; + this.listview_destinations.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.destination}); - this.listview_destinations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listview_destinations.LabelWrap = false; - this.listview_destinations.Location = new System.Drawing.Point(6, 38); - this.listview_destinations.Name = "listview_destinations"; - this.listview_destinations.ShowGroups = false; - this.listview_destinations.Size = new System.Drawing.Size(401, 267); - this.listview_destinations.Sorting = System.Windows.Forms.SortOrder.Ascending; - this.listview_destinations.TabIndex = 0; - this.listview_destinations.UseCompatibleStateImageBehavior = false; - this.listview_destinations.View = System.Windows.Forms.View.Details; - // - // destination - // - this.destination.Text = "Destination"; - this.destination.Width = 380; - // - // tabcontrol - // - this.tabcontrol.Controls.Add(this.tab_general); - this.tabcontrol.Controls.Add(this.tab_capture); - this.tabcontrol.Controls.Add(this.tab_output); - this.tabcontrol.Controls.Add(this.tab_destinations); - this.tabcontrol.Controls.Add(this.tab_printer); - this.tabcontrol.Controls.Add(this.tab_plugins); - this.tabcontrol.Controls.Add(this.tab_expert); - this.tabcontrol.Location = new System.Drawing.Point(12, 13); - this.tabcontrol.Name = "tabcontrol"; - this.tabcontrol.SelectedIndex = 0; - this.tabcontrol.Size = new System.Drawing.Size(431, 377); - this.tabcontrol.TabIndex = 17; - // - // tab_general - // - this.tab_general.BackColor = System.Drawing.Color.Transparent; - this.tab_general.Controls.Add(this.groupbox_network); - this.tab_general.Controls.Add(this.groupbox_hotkeys); - this.tab_general.Controls.Add(this.groupbox_applicationsettings); - this.tab_general.LanguageKey = "settings_general"; - this.tab_general.Location = new System.Drawing.Point(4, 22); - this.tab_general.Name = "tab_general"; - this.tab_general.Padding = new System.Windows.Forms.Padding(3); - this.tab_general.Size = new System.Drawing.Size(423, 351); - this.tab_general.TabIndex = 0; - this.tab_general.UseVisualStyleBackColor = true; - // - // groupbox_network - // - this.groupbox_network.Controls.Add(this.numericUpDown_daysbetweencheck); - this.groupbox_network.Controls.Add(this.label_checkperiod); - this.groupbox_network.Controls.Add(this.checkbox_usedefaultproxy); - this.groupbox_network.LanguageKey = "settings_network"; - this.groupbox_network.Location = new System.Drawing.Point(3, 232); - this.groupbox_network.Name = "groupbox_network"; - this.groupbox_network.Size = new System.Drawing.Size(412, 72); - this.groupbox_network.TabIndex = 54; - this.groupbox_network.TabStop = false; - // - // numericUpDown_daysbetweencheck - // - this.numericUpDown_daysbetweencheck.Location = new System.Drawing.Point(345, 37); - this.numericUpDown_daysbetweencheck.Name = "numericUpDown_daysbetweencheck"; - this.numericUpDown_daysbetweencheck.Size = new System.Drawing.Size(57, 20); - this.numericUpDown_daysbetweencheck.TabIndex = 25; - this.numericUpDown_daysbetweencheck.ThousandsSeparator = true; - // - // label_checkperiod - // - this.label_checkperiod.LanguageKey = "settings_checkperiod"; - this.label_checkperiod.Location = new System.Drawing.Point(5, 39); - this.label_checkperiod.Name = "label_checkperiod"; - this.label_checkperiod.Size = new System.Drawing.Size(334, 23); - this.label_checkperiod.TabIndex = 19; - // - // checkbox_usedefaultproxy - // - this.checkbox_usedefaultproxy.LanguageKey = "settings_usedefaultproxy"; - this.checkbox_usedefaultproxy.Location = new System.Drawing.Point(7, 11); - this.checkbox_usedefaultproxy.Name = "checkbox_usedefaultproxy"; - this.checkbox_usedefaultproxy.PropertyName = "UseProxy"; - this.checkbox_usedefaultproxy.Size = new System.Drawing.Size(397, 25); - this.checkbox_usedefaultproxy.TabIndex = 17; - this.checkbox_usedefaultproxy.UseVisualStyleBackColor = true; - // - // groupbox_hotkeys - // - this.groupbox_hotkeys.Controls.Add(this.label_lastregion_hotkey); - this.groupbox_hotkeys.Controls.Add(this.lastregion_hotkeyControl); - this.groupbox_hotkeys.Controls.Add(this.label_ie_hotkey); - this.groupbox_hotkeys.Controls.Add(this.ie_hotkeyControl); - this.groupbox_hotkeys.Controls.Add(this.label_region_hotkey); - this.groupbox_hotkeys.Controls.Add(this.label_window_hotkey); - this.groupbox_hotkeys.Controls.Add(this.label_fullscreen_hotkey); - this.groupbox_hotkeys.Controls.Add(this.region_hotkeyControl); - this.groupbox_hotkeys.Controls.Add(this.window_hotkeyControl); - this.groupbox_hotkeys.Controls.Add(this.fullscreen_hotkeyControl); - this.groupbox_hotkeys.LanguageKey = "hotkeys"; - this.groupbox_hotkeys.Location = new System.Drawing.Point(2, 77); - this.groupbox_hotkeys.Name = "groupbox_hotkeys"; - this.groupbox_hotkeys.Size = new System.Drawing.Size(412, 152); - this.groupbox_hotkeys.TabIndex = 15; - this.groupbox_hotkeys.TabStop = false; - // - // label_lastregion_hotkey - // - this.label_lastregion_hotkey.LanguageKey = "contextmenu_capturelastregion"; - this.label_lastregion_hotkey.Location = new System.Drawing.Point(6, 94); - this.label_lastregion_hotkey.Name = "label_lastregion_hotkey"; - this.label_lastregion_hotkey.Size = new System.Drawing.Size(212, 20); - this.label_lastregion_hotkey.TabIndex = 53; - // - // lastregion_hotkeyControl - // - this.lastregion_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; - this.lastregion_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; - this.lastregion_hotkeyControl.Location = new System.Drawing.Point(224, 94); - this.lastregion_hotkeyControl.Name = "lastregion_hotkeyControl"; - this.lastregion_hotkeyControl.PropertyName = "LastregionHotkey"; - this.lastregion_hotkeyControl.Size = new System.Drawing.Size(179, 20); - this.lastregion_hotkeyControl.TabIndex = 52; - // - // label_ie_hotkey - // - this.label_ie_hotkey.LanguageKey = "contextmenu_captureie"; - this.label_ie_hotkey.Location = new System.Drawing.Point(6, 120); - this.label_ie_hotkey.Name = "label_ie_hotkey"; - this.label_ie_hotkey.Size = new System.Drawing.Size(212, 20); - this.label_ie_hotkey.TabIndex = 51; - // - // ie_hotkeyControl - // - this.ie_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; - this.ie_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; - this.ie_hotkeyControl.Location = new System.Drawing.Point(224, 120); - this.ie_hotkeyControl.Name = "ie_hotkeyControl"; - this.ie_hotkeyControl.PropertyName = "IEHotkey"; - this.ie_hotkeyControl.Size = new System.Drawing.Size(179, 20); - this.ie_hotkeyControl.TabIndex = 50; - // - // label_region_hotkey - // - this.label_region_hotkey.LanguageKey = "contextmenu_capturearea"; - this.label_region_hotkey.Location = new System.Drawing.Point(6, 68); - this.label_region_hotkey.Name = "label_region_hotkey"; - this.label_region_hotkey.Size = new System.Drawing.Size(212, 20); - this.label_region_hotkey.TabIndex = 49; - // - // label_window_hotkey - // - this.label_window_hotkey.LanguageKey = "contextmenu_capturewindow"; - this.label_window_hotkey.Location = new System.Drawing.Point(6, 42); - this.label_window_hotkey.Name = "label_window_hotkey"; - this.label_window_hotkey.Size = new System.Drawing.Size(212, 23); - this.label_window_hotkey.TabIndex = 48; - // - // label_fullscreen_hotkey - // - this.label_fullscreen_hotkey.LanguageKey = "contextmenu_capturefullscreen"; - this.label_fullscreen_hotkey.Location = new System.Drawing.Point(6, 16); - this.label_fullscreen_hotkey.Name = "label_fullscreen_hotkey"; - this.label_fullscreen_hotkey.Size = new System.Drawing.Size(212, 23); - this.label_fullscreen_hotkey.TabIndex = 47; - // - // region_hotkeyControl - // - this.region_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; - this.region_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; - this.region_hotkeyControl.Location = new System.Drawing.Point(224, 68); - this.region_hotkeyControl.Name = "region_hotkeyControl"; - this.region_hotkeyControl.PropertyName = "RegionHotkey"; - this.region_hotkeyControl.Size = new System.Drawing.Size(179, 20); - this.region_hotkeyControl.TabIndex = 46; - // - // window_hotkeyControl - // - this.window_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; - this.window_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; - this.window_hotkeyControl.Location = new System.Drawing.Point(224, 42); - this.window_hotkeyControl.Name = "window_hotkeyControl"; - this.window_hotkeyControl.PropertyName = "WindowHotkey"; - this.window_hotkeyControl.Size = new System.Drawing.Size(179, 20); - this.window_hotkeyControl.TabIndex = 45; - // - // fullscreen_hotkeyControl - // - this.fullscreen_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; - this.fullscreen_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; - this.fullscreen_hotkeyControl.Location = new System.Drawing.Point(224, 16); - this.fullscreen_hotkeyControl.Name = "fullscreen_hotkeyControl"; - this.fullscreen_hotkeyControl.PropertyName = "FullscreenHotkey"; - this.fullscreen_hotkeyControl.Size = new System.Drawing.Size(179, 20); - this.fullscreen_hotkeyControl.TabIndex = 44; - // - // tab_capture - // - this.tab_capture.Controls.Add(this.groupbox_editor); - this.tab_capture.Controls.Add(this.groupbox_iecapture); - this.tab_capture.Controls.Add(this.groupbox_windowscapture); - this.tab_capture.Controls.Add(this.groupbox_capture); - this.tab_capture.LanguageKey = "settings_capture"; - this.tab_capture.Location = new System.Drawing.Point(4, 22); - this.tab_capture.Name = "tab_capture"; - this.tab_capture.Size = new System.Drawing.Size(423, 351); - this.tab_capture.TabIndex = 3; - this.tab_capture.UseVisualStyleBackColor = true; - // - // groupbox_editor - // - this.groupbox_editor.Controls.Add(this.checkbox_editor_match_capture_size); - this.groupbox_editor.LanguageKey = "settings_editor"; - this.groupbox_editor.Location = new System.Drawing.Point(4, 277); - this.groupbox_editor.Name = "groupbox_editor"; - this.groupbox_editor.Size = new System.Drawing.Size(416, 50); - this.groupbox_editor.TabIndex = 27; - this.groupbox_editor.TabStop = false; - // - // checkbox_editor_match_capture_size - // - this.checkbox_editor_match_capture_size.LanguageKey = "editor_match_capture_size"; - this.checkbox_editor_match_capture_size.Location = new System.Drawing.Point(6, 19); - this.checkbox_editor_match_capture_size.Name = "checkbox_editor_match_capture_size"; - this.checkbox_editor_match_capture_size.PropertyName = "MatchSizeToCapture"; - this.checkbox_editor_match_capture_size.SectionName = "Editor"; - this.checkbox_editor_match_capture_size.Size = new System.Drawing.Size(397, 24); - this.checkbox_editor_match_capture_size.TabIndex = 26; - this.checkbox_editor_match_capture_size.UseVisualStyleBackColor = true; - // - // groupbox_iecapture - // - this.groupbox_iecapture.Controls.Add(this.checkbox_ie_capture); - this.groupbox_iecapture.LanguageKey = "settings_iecapture"; - this.groupbox_iecapture.Location = new System.Drawing.Point(4, 224); - this.groupbox_iecapture.Name = "groupbox_iecapture"; - this.groupbox_iecapture.Size = new System.Drawing.Size(416, 50); - this.groupbox_iecapture.TabIndex = 2; - this.groupbox_iecapture.TabStop = false; - // - // checkbox_ie_capture - // - this.checkbox_ie_capture.LanguageKey = "settings_iecapture"; - this.checkbox_ie_capture.Location = new System.Drawing.Point(6, 19); - this.checkbox_ie_capture.Name = "checkbox_ie_capture"; - this.checkbox_ie_capture.PropertyName = "IECapture"; - this.checkbox_ie_capture.Size = new System.Drawing.Size(404, 24); - this.checkbox_ie_capture.TabIndex = 26; - this.checkbox_ie_capture.UseVisualStyleBackColor = true; - // - // groupbox_windowscapture - // - this.groupbox_windowscapture.Controls.Add(this.colorButton_window_background); - this.groupbox_windowscapture.Controls.Add(this.radiobuttonWindowCapture); - this.groupbox_windowscapture.Controls.Add(this.radiobuttonInteractiveCapture); - this.groupbox_windowscapture.Controls.Add(this.combobox_window_capture_mode); - this.groupbox_windowscapture.LanguageKey = "settings_windowscapture"; - this.groupbox_windowscapture.Location = new System.Drawing.Point(4, 141); - this.groupbox_windowscapture.Name = "groupbox_windowscapture"; - this.groupbox_windowscapture.Size = new System.Drawing.Size(416, 80); - this.groupbox_windowscapture.TabIndex = 1; - this.groupbox_windowscapture.TabStop = false; - // - // colorButton_window_background - // - this.colorButton_window_background.AutoSize = true; - this.colorButton_window_background.Image = ((System.Drawing.Image)(resources.GetObject("colorButton_window_background.Image"))); - this.colorButton_window_background.Location = new System.Drawing.Point(374, 37); - this.colorButton_window_background.Name = "colorButton_window_background"; - this.colorButton_window_background.SelectedColor = System.Drawing.Color.White; - this.colorButton_window_background.Size = new System.Drawing.Size(29, 30); - this.colorButton_window_background.TabIndex = 45; - this.colorButton_window_background.UseVisualStyleBackColor = true; - // - // - // radiobuttonWindowCapture - // - this.radiobuttonWindowCapture.AutoSize = true; - this.radiobuttonWindowCapture.LanguageKey = "settings_window_capture_mode"; - this.radiobuttonWindowCapture.Location = new System.Drawing.Point(11, 44); - this.radiobuttonWindowCapture.Name = "radiobuttonWindowCapture"; - this.radiobuttonWindowCapture.Size = new System.Drawing.Size(132, 17); - this.radiobuttonWindowCapture.TabIndex = 47; - this.radiobuttonWindowCapture.TabStop = true; - this.radiobuttonWindowCapture.UseVisualStyleBackColor = true; - // - // radiobuttonInteractiveCapture - // - this.radiobuttonInteractiveCapture.AutoSize = true; - this.radiobuttonInteractiveCapture.LanguageKey = "settings_capture_windows_interactive"; - this.radiobuttonInteractiveCapture.Location = new System.Drawing.Point(11, 20); - this.radiobuttonInteractiveCapture.Name = "radiobuttonInteractiveCapture"; - this.radiobuttonInteractiveCapture.PropertyName = "CaptureWindowsInteractive"; - this.radiobuttonInteractiveCapture.Size = new System.Drawing.Size(203, 17); - this.radiobuttonInteractiveCapture.TabIndex = 46; - this.radiobuttonInteractiveCapture.TabStop = true; - this.radiobuttonInteractiveCapture.UseVisualStyleBackColor = true; - this.radiobuttonInteractiveCapture.CheckedChanged += new System.EventHandler(this.radiobutton_CheckedChanged); - // combobox_window_capture_mode - // - this.combobox_window_capture_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.combobox_window_capture_mode.FormattingEnabled = true; - this.combobox_window_capture_mode.Location = new System.Drawing.Point(217, 43); - this.combobox_window_capture_mode.MaxDropDownItems = 15; - this.combobox_window_capture_mode.Name = "combobox_window_capture_mode"; - this.combobox_window_capture_mode.Size = new System.Drawing.Size(151, 21); - this.combobox_window_capture_mode.TabIndex = 27; - this.combobox_window_capture_mode.SelectedIndexChanged += new System.EventHandler(this.Combobox_window_capture_modeSelectedIndexChanged); - // - // groupbox_capture - // - this.groupbox_capture.Controls.Add(this.checkbox_notifications); - this.groupbox_capture.Controls.Add(this.checkbox_playsound); - this.groupbox_capture.Controls.Add(this.checkbox_capture_mousepointer); - this.groupbox_capture.Controls.Add(this.numericUpDownWaitTime); - this.groupbox_capture.Controls.Add(this.label_waittime); - this.groupbox_capture.Controls.Add(this.checkbox_zoomer); - this.groupbox_capture.LanguageKey = "settings_capture"; - this.groupbox_capture.Location = new System.Drawing.Point(4, 4); - this.groupbox_capture.Name = "groupbox_capture"; - this.groupbox_capture.Size = new System.Drawing.Size(416, 134); - this.groupbox_capture.TabIndex = 0; - this.groupbox_capture.TabStop = false; - // + this.listview_destinations.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.listview_destinations.LabelWrap = false; + this.listview_destinations.Location = new System.Drawing.Point(6, 38); + this.listview_destinations.Name = "listview_destinations"; + this.listview_destinations.ShowGroups = false; + this.listview_destinations.Size = new System.Drawing.Size(401, 267); + this.listview_destinations.Sorting = System.Windows.Forms.SortOrder.Ascending; + this.listview_destinations.TabIndex = 2; + this.listview_destinations.UseCompatibleStateImageBehavior = false; + this.listview_destinations.View = System.Windows.Forms.View.Details; + // + // destination + // + this.destination.Text = "Destination"; + this.destination.Width = 380; + // + // tabcontrol + // + this.tabcontrol.Controls.Add(this.tab_general); + this.tabcontrol.Controls.Add(this.tab_capture); + this.tabcontrol.Controls.Add(this.tab_output); + this.tabcontrol.Controls.Add(this.tab_destinations); + this.tabcontrol.Controls.Add(this.tab_printer); + this.tabcontrol.Controls.Add(this.tab_plugins); + this.tabcontrol.Controls.Add(this.tab_expert); + this.tabcontrol.Location = new System.Drawing.Point(12, 13); + this.tabcontrol.Name = "tabcontrol"; + this.tabcontrol.SelectedIndex = 0; + this.tabcontrol.Size = new System.Drawing.Size(431, 377); + this.tabcontrol.TabIndex = 0; + // + // tab_general + // + this.tab_general.BackColor = System.Drawing.Color.Transparent; + this.tab_general.Controls.Add(this.groupbox_network); + this.tab_general.Controls.Add(this.groupbox_hotkeys); + this.tab_general.Controls.Add(this.groupbox_applicationsettings); + this.tab_general.LanguageKey = "settings_general"; + this.tab_general.Location = new System.Drawing.Point(4, 22); + this.tab_general.Name = "tab_general"; + this.tab_general.Padding = new System.Windows.Forms.Padding(3); + this.tab_general.Size = new System.Drawing.Size(423, 351); + this.tab_general.TabIndex = 0; + this.tab_general.UseVisualStyleBackColor = true; + // + // groupbox_network + // + this.groupbox_network.Controls.Add(this.numericUpDown_daysbetweencheck); + this.groupbox_network.Controls.Add(this.label_checkperiod); + this.groupbox_network.Controls.Add(this.checkbox_usedefaultproxy); + this.groupbox_network.LanguageKey = "settings_network"; + this.groupbox_network.Location = new System.Drawing.Point(3, 232); + this.groupbox_network.Name = "groupbox_network"; + this.groupbox_network.Size = new System.Drawing.Size(412, 72); + this.groupbox_network.TabIndex = 54; + this.groupbox_network.TabStop = false; + // + // numericUpDown_daysbetweencheck + // + this.numericUpDown_daysbetweencheck.Location = new System.Drawing.Point(345, 37); + this.numericUpDown_daysbetweencheck.Name = "numericUpDown_daysbetweencheck"; + this.numericUpDown_daysbetweencheck.Size = new System.Drawing.Size(57, 20); + this.numericUpDown_daysbetweencheck.TabIndex = 8; + this.numericUpDown_daysbetweencheck.ThousandsSeparator = true; + // + // label_checkperiod + // + this.label_checkperiod.LanguageKey = "settings_checkperiod"; + this.label_checkperiod.Location = new System.Drawing.Point(5, 39); + this.label_checkperiod.Name = "label_checkperiod"; + this.label_checkperiod.Size = new System.Drawing.Size(334, 23); + this.label_checkperiod.TabIndex = 19; + // + // checkbox_usedefaultproxy + // + this.checkbox_usedefaultproxy.LanguageKey = "settings_usedefaultproxy"; + this.checkbox_usedefaultproxy.Location = new System.Drawing.Point(7, 11); + this.checkbox_usedefaultproxy.Name = "checkbox_usedefaultproxy"; + this.checkbox_usedefaultproxy.PropertyName = "UseProxy"; + this.checkbox_usedefaultproxy.Size = new System.Drawing.Size(397, 25); + this.checkbox_usedefaultproxy.TabIndex = 7; + this.checkbox_usedefaultproxy.UseVisualStyleBackColor = true; + // + // groupbox_hotkeys + // + this.groupbox_hotkeys.Controls.Add(this.label_lastregion_hotkey); + this.groupbox_hotkeys.Controls.Add(this.lastregion_hotkeyControl); + this.groupbox_hotkeys.Controls.Add(this.label_ie_hotkey); + this.groupbox_hotkeys.Controls.Add(this.ie_hotkeyControl); + this.groupbox_hotkeys.Controls.Add(this.label_region_hotkey); + this.groupbox_hotkeys.Controls.Add(this.label_window_hotkey); + this.groupbox_hotkeys.Controls.Add(this.label_fullscreen_hotkey); + this.groupbox_hotkeys.Controls.Add(this.region_hotkeyControl); + this.groupbox_hotkeys.Controls.Add(this.window_hotkeyControl); + this.groupbox_hotkeys.Controls.Add(this.fullscreen_hotkeyControl); + this.groupbox_hotkeys.LanguageKey = "hotkeys"; + this.groupbox_hotkeys.Location = new System.Drawing.Point(2, 77); + this.groupbox_hotkeys.Name = "groupbox_hotkeys"; + this.groupbox_hotkeys.Size = new System.Drawing.Size(412, 152); + this.groupbox_hotkeys.TabIndex = 15; + this.groupbox_hotkeys.TabStop = false; + // + // label_lastregion_hotkey + // + this.label_lastregion_hotkey.LanguageKey = "contextmenu_capturelastregion"; + this.label_lastregion_hotkey.Location = new System.Drawing.Point(6, 94); + this.label_lastregion_hotkey.Name = "label_lastregion_hotkey"; + this.label_lastregion_hotkey.Size = new System.Drawing.Size(212, 20); + this.label_lastregion_hotkey.TabIndex = 53; + // + // lastregion_hotkeyControl + // + this.lastregion_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; + this.lastregion_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; + this.lastregion_hotkeyControl.Location = new System.Drawing.Point(224, 94); + this.lastregion_hotkeyControl.Name = "lastregion_hotkeyControl"; + this.lastregion_hotkeyControl.PropertyName = "LastregionHotkey"; + this.lastregion_hotkeyControl.Size = new System.Drawing.Size(179, 20); + this.lastregion_hotkeyControl.TabIndex = 5; + // + // label_ie_hotkey + // + this.label_ie_hotkey.LanguageKey = "contextmenu_captureie"; + this.label_ie_hotkey.Location = new System.Drawing.Point(6, 120); + this.label_ie_hotkey.Name = "label_ie_hotkey"; + this.label_ie_hotkey.Size = new System.Drawing.Size(212, 20); + this.label_ie_hotkey.TabIndex = 51; + // + // ie_hotkeyControl + // + this.ie_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; + this.ie_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; + this.ie_hotkeyControl.Location = new System.Drawing.Point(224, 120); + this.ie_hotkeyControl.Name = "ie_hotkeyControl"; + this.ie_hotkeyControl.PropertyName = "IEHotkey"; + this.ie_hotkeyControl.Size = new System.Drawing.Size(179, 20); + this.ie_hotkeyControl.TabIndex = 6; + // + // label_region_hotkey + // + this.label_region_hotkey.LanguageKey = "contextmenu_capturearea"; + this.label_region_hotkey.Location = new System.Drawing.Point(6, 68); + this.label_region_hotkey.Name = "label_region_hotkey"; + this.label_region_hotkey.Size = new System.Drawing.Size(212, 20); + this.label_region_hotkey.TabIndex = 49; + // + // label_window_hotkey + // + this.label_window_hotkey.LanguageKey = "contextmenu_capturewindow"; + this.label_window_hotkey.Location = new System.Drawing.Point(6, 42); + this.label_window_hotkey.Name = "label_window_hotkey"; + this.label_window_hotkey.Size = new System.Drawing.Size(212, 23); + this.label_window_hotkey.TabIndex = 48; + // + // label_fullscreen_hotkey + // + this.label_fullscreen_hotkey.LanguageKey = "contextmenu_capturefullscreen"; + this.label_fullscreen_hotkey.Location = new System.Drawing.Point(6, 16); + this.label_fullscreen_hotkey.Name = "label_fullscreen_hotkey"; + this.label_fullscreen_hotkey.Size = new System.Drawing.Size(212, 23); + this.label_fullscreen_hotkey.TabIndex = 47; + // + // region_hotkeyControl + // + this.region_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; + this.region_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; + this.region_hotkeyControl.Location = new System.Drawing.Point(224, 68); + this.region_hotkeyControl.Name = "region_hotkeyControl"; + this.region_hotkeyControl.PropertyName = "RegionHotkey"; + this.region_hotkeyControl.Size = new System.Drawing.Size(179, 20); + this.region_hotkeyControl.TabIndex = 4; + // + // window_hotkeyControl + // + this.window_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; + this.window_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; + this.window_hotkeyControl.Location = new System.Drawing.Point(224, 42); + this.window_hotkeyControl.Name = "window_hotkeyControl"; + this.window_hotkeyControl.PropertyName = "WindowHotkey"; + this.window_hotkeyControl.Size = new System.Drawing.Size(179, 20); + this.window_hotkeyControl.TabIndex = 3; + // + // fullscreen_hotkeyControl + // + this.fullscreen_hotkeyControl.Hotkey = System.Windows.Forms.Keys.None; + this.fullscreen_hotkeyControl.HotkeyModifiers = System.Windows.Forms.Keys.None; + this.fullscreen_hotkeyControl.Location = new System.Drawing.Point(224, 16); + this.fullscreen_hotkeyControl.Name = "fullscreen_hotkeyControl"; + this.fullscreen_hotkeyControl.PropertyName = "FullscreenHotkey"; + this.fullscreen_hotkeyControl.Size = new System.Drawing.Size(179, 20); + this.fullscreen_hotkeyControl.TabIndex = 2; + // + // tab_capture + // + this.tab_capture.Controls.Add(this.groupbox_editor); + this.tab_capture.Controls.Add(this.groupbox_iecapture); + this.tab_capture.Controls.Add(this.groupbox_windowscapture); + this.tab_capture.Controls.Add(this.groupbox_capture); + this.tab_capture.LanguageKey = "settings_capture"; + this.tab_capture.Location = new System.Drawing.Point(4, 22); + this.tab_capture.Name = "tab_capture"; + this.tab_capture.Size = new System.Drawing.Size(423, 351); + this.tab_capture.TabIndex = 3; + this.tab_capture.UseVisualStyleBackColor = true; + // + // groupbox_editor + // + this.groupbox_editor.Controls.Add(this.checkbox_editor_match_capture_size); + this.groupbox_editor.LanguageKey = "settings_editor"; + this.groupbox_editor.Location = new System.Drawing.Point(4, 277); + this.groupbox_editor.Name = "groupbox_editor"; + this.groupbox_editor.Size = new System.Drawing.Size(416, 50); + this.groupbox_editor.TabIndex = 27; + this.groupbox_editor.TabStop = false; + // + // checkbox_editor_match_capture_size + // + this.checkbox_editor_match_capture_size.LanguageKey = "editor_match_capture_size"; + this.checkbox_editor_match_capture_size.Location = new System.Drawing.Point(6, 19); + this.checkbox_editor_match_capture_size.Name = "checkbox_editor_match_capture_size"; + this.checkbox_editor_match_capture_size.PropertyName = "MatchSizeToCapture"; + this.checkbox_editor_match_capture_size.SectionName = "Editor"; + this.checkbox_editor_match_capture_size.Size = new System.Drawing.Size(397, 24); + this.checkbox_editor_match_capture_size.TabIndex = 11; + this.checkbox_editor_match_capture_size.UseVisualStyleBackColor = true; + // + // groupbox_iecapture + // + this.groupbox_iecapture.Controls.Add(this.checkbox_ie_capture); + this.groupbox_iecapture.LanguageKey = "settings_iecapture"; + this.groupbox_iecapture.Location = new System.Drawing.Point(4, 224); + this.groupbox_iecapture.Name = "groupbox_iecapture"; + this.groupbox_iecapture.Size = new System.Drawing.Size(416, 50); + this.groupbox_iecapture.TabIndex = 2; + this.groupbox_iecapture.TabStop = false; + // + // checkbox_ie_capture + // + this.checkbox_ie_capture.LanguageKey = "settings_iecapture"; + this.checkbox_ie_capture.Location = new System.Drawing.Point(6, 19); + this.checkbox_ie_capture.Name = "checkbox_ie_capture"; + this.checkbox_ie_capture.PropertyName = "IECapture"; + this.checkbox_ie_capture.Size = new System.Drawing.Size(404, 24); + this.checkbox_ie_capture.TabIndex = 10; + this.checkbox_ie_capture.UseVisualStyleBackColor = true; + // + // groupbox_windowscapture + // + this.groupbox_windowscapture.Controls.Add(this.colorButton_window_background); + this.groupbox_windowscapture.Controls.Add(this.radiobuttonWindowCapture); + this.groupbox_windowscapture.Controls.Add(this.radiobuttonInteractiveCapture); + this.groupbox_windowscapture.Controls.Add(this.combobox_window_capture_mode); + this.groupbox_windowscapture.LanguageKey = "settings_windowscapture"; + this.groupbox_windowscapture.Location = new System.Drawing.Point(4, 141); + this.groupbox_windowscapture.Name = "groupbox_windowscapture"; + this.groupbox_windowscapture.Size = new System.Drawing.Size(416, 80); + this.groupbox_windowscapture.TabIndex = 1; + this.groupbox_windowscapture.TabStop = false; + // + // colorButton_window_background + // + this.colorButton_window_background.AutoSize = true; + this.colorButton_window_background.Image = ((System.Drawing.Image)(resources.GetObject("colorButton_window_background.Image"))); + this.colorButton_window_background.Location = new System.Drawing.Point(374, 37); + this.colorButton_window_background.Name = "colorButton_window_background"; + this.colorButton_window_background.SelectedColor = System.Drawing.Color.White; + this.colorButton_window_background.Size = new System.Drawing.Size(29, 30); + this.colorButton_window_background.TabIndex = 9; + this.colorButton_window_background.UseVisualStyleBackColor = true; + // + // radiobuttonWindowCapture + // + this.radiobuttonWindowCapture.AutoSize = true; + this.radiobuttonWindowCapture.LanguageKey = "settings_window_capture_mode"; + this.radiobuttonWindowCapture.Location = new System.Drawing.Point(11, 44); + this.radiobuttonWindowCapture.Name = "radiobuttonWindowCapture"; + this.radiobuttonWindowCapture.Size = new System.Drawing.Size(132, 17); + this.radiobuttonWindowCapture.TabIndex = 7; + this.radiobuttonWindowCapture.TabStop = true; + this.radiobuttonWindowCapture.UseVisualStyleBackColor = true; + // + // radiobuttonInteractiveCapture + // + this.radiobuttonInteractiveCapture.AutoSize = true; + this.radiobuttonInteractiveCapture.LanguageKey = "settings_capture_windows_interactive"; + this.radiobuttonInteractiveCapture.Location = new System.Drawing.Point(11, 20); + this.radiobuttonInteractiveCapture.Name = "radiobuttonInteractiveCapture"; + this.radiobuttonInteractiveCapture.PropertyName = "CaptureWindowsInteractive"; + this.radiobuttonInteractiveCapture.Size = new System.Drawing.Size(203, 17); + this.radiobuttonInteractiveCapture.TabIndex = 6; + this.radiobuttonInteractiveCapture.TabStop = true; + this.radiobuttonInteractiveCapture.UseVisualStyleBackColor = true; + this.radiobuttonInteractiveCapture.CheckedChanged += new System.EventHandler(this.radiobutton_CheckedChanged); + // + // combobox_window_capture_mode + // + this.combobox_window_capture_mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.combobox_window_capture_mode.FormattingEnabled = true; + this.combobox_window_capture_mode.Location = new System.Drawing.Point(217, 43); + this.combobox_window_capture_mode.MaxDropDownItems = 15; + this.combobox_window_capture_mode.Name = "combobox_window_capture_mode"; + this.combobox_window_capture_mode.Size = new System.Drawing.Size(151, 21); + this.combobox_window_capture_mode.TabIndex = 8; + this.combobox_window_capture_mode.SelectedIndexChanged += new System.EventHandler(this.Combobox_window_capture_modeSelectedIndexChanged); + // + // groupbox_capture + // + this.groupbox_capture.Controls.Add(this.checkbox_notifications); + this.groupbox_capture.Controls.Add(this.checkbox_playsound); + this.groupbox_capture.Controls.Add(this.checkbox_capture_mousepointer); + this.groupbox_capture.Controls.Add(this.numericUpDownWaitTime); + this.groupbox_capture.Controls.Add(this.label_waittime); + this.groupbox_capture.Controls.Add(this.checkbox_zoomer); + this.groupbox_capture.LanguageKey = "settings_capture"; + this.groupbox_capture.Location = new System.Drawing.Point(4, 4); + this.groupbox_capture.Name = "groupbox_capture"; + this.groupbox_capture.Size = new System.Drawing.Size(416, 134); + this.groupbox_capture.TabIndex = 0; + this.groupbox_capture.TabStop = false; + // // checkbox_zoomer // this.checkbox_zoomer.LanguageKey = "settings_zoom"; @@ -749,550 +749,550 @@ namespace Greenshot { this.checkbox_zoomer.UseVisualStyleBackColor = true; // // checkbox_notifications - // - this.checkbox_notifications.LanguageKey = "settings_shownotify"; - this.checkbox_notifications.Location = new System.Drawing.Point(11, 59); - this.checkbox_notifications.Name = "checkbox_notifications"; - this.checkbox_notifications.PropertyName = "ShowTrayNotification"; - this.checkbox_notifications.Size = new System.Drawing.Size(399, 24); - this.checkbox_notifications.TabIndex = 26; - this.checkbox_notifications.UseVisualStyleBackColor = true; - // - // checkbox_playsound - // - this.checkbox_playsound.LanguageKey = "settings_playsound"; - this.checkbox_playsound.Location = new System.Drawing.Point(11, 39); - this.checkbox_playsound.Name = "checkbox_playsound"; - this.checkbox_playsound.PropertyName = "PlayCameraSound"; - this.checkbox_playsound.Size = new System.Drawing.Size(399, 24); - this.checkbox_playsound.TabIndex = 18; - this.checkbox_playsound.UseVisualStyleBackColor = true; - // - // checkbox_capture_mousepointer - // - this.checkbox_capture_mousepointer.LanguageKey = "settings_capture_mousepointer"; - this.checkbox_capture_mousepointer.Location = new System.Drawing.Point(11, 19); - this.checkbox_capture_mousepointer.Name = "checkbox_capture_mousepointer"; - this.checkbox_capture_mousepointer.PropertyName = "CaptureMousepointer"; - this.checkbox_capture_mousepointer.Size = new System.Drawing.Size(394, 24); - this.checkbox_capture_mousepointer.TabIndex = 17; - this.checkbox_capture_mousepointer.UseVisualStyleBackColor = true; - // - // numericUpDownWaitTime - // - this.numericUpDownWaitTime.Increment = new decimal(new int[] { + // + this.checkbox_notifications.LanguageKey = "settings_shownotify"; + this.checkbox_notifications.Location = new System.Drawing.Point(11, 59); + this.checkbox_notifications.Name = "checkbox_notifications"; + this.checkbox_notifications.PropertyName = "ShowTrayNotification"; + this.checkbox_notifications.Size = new System.Drawing.Size(399, 24); + this.checkbox_notifications.TabIndex = 3; + this.checkbox_notifications.UseVisualStyleBackColor = true; + // + // checkbox_playsound + // + this.checkbox_playsound.LanguageKey = "settings_playsound"; + this.checkbox_playsound.Location = new System.Drawing.Point(11, 39); + this.checkbox_playsound.Name = "checkbox_playsound"; + this.checkbox_playsound.PropertyName = "PlayCameraSound"; + this.checkbox_playsound.Size = new System.Drawing.Size(399, 24); + this.checkbox_playsound.TabIndex = 2; + this.checkbox_playsound.UseVisualStyleBackColor = true; + // + // checkbox_capture_mousepointer + // + this.checkbox_capture_mousepointer.LanguageKey = "settings_capture_mousepointer"; + this.checkbox_capture_mousepointer.Location = new System.Drawing.Point(11, 19); + this.checkbox_capture_mousepointer.Name = "checkbox_capture_mousepointer"; + this.checkbox_capture_mousepointer.PropertyName = "CaptureMousepointer"; + this.checkbox_capture_mousepointer.Size = new System.Drawing.Size(394, 24); + this.checkbox_capture_mousepointer.TabIndex = 1; + this.checkbox_capture_mousepointer.UseVisualStyleBackColor = true; + // + // numericUpDownWaitTime + // + this.numericUpDownWaitTime.Increment = new decimal(new int[] { 100, 0, 0, 0}); - this.numericUpDownWaitTime.Location = new System.Drawing.Point(9, 103); - this.numericUpDownWaitTime.Maximum = new decimal(new int[] { + this.numericUpDownWaitTime.Location = new System.Drawing.Point(9, 103); + this.numericUpDownWaitTime.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); - this.numericUpDownWaitTime.Name = "numericUpDownWaitTime"; - this.numericUpDownWaitTime.Size = new System.Drawing.Size(57, 20); - this.numericUpDownWaitTime.TabIndex = 24; - this.numericUpDownWaitTime.ThousandsSeparator = true; - // - // label_waittime - // - this.label_waittime.LanguageKey = "settings_waittime"; - this.label_waittime.Location = new System.Drawing.Point(72, 106); - this.label_waittime.Name = "label_waittime"; - this.label_waittime.Size = new System.Drawing.Size(331, 16); - this.label_waittime.TabIndex = 25; - // - // tab_output - // - this.tab_output.BackColor = System.Drawing.Color.Transparent; - this.tab_output.Controls.Add(this.groupbox_preferredfilesettings); - this.tab_output.Controls.Add(this.groupbox_qualitysettings); - this.tab_output.LanguageKey = "settings_output"; - this.tab_output.Location = new System.Drawing.Point(4, 22); - this.tab_output.Name = "tab_output"; - this.tab_output.Padding = new System.Windows.Forms.Padding(3); - this.tab_output.Size = new System.Drawing.Size(423, 351); - this.tab_output.TabIndex = 1; - this.tab_output.UseVisualStyleBackColor = true; - // - // tab_destinations - // - this.tab_destinations.Controls.Add(this.groupbox_destination); - this.tab_destinations.LanguageKey = "settings_destination"; - this.tab_destinations.Location = new System.Drawing.Point(4, 22); - this.tab_destinations.Name = "tab_destinations"; - this.tab_destinations.Size = new System.Drawing.Size(423, 351); - this.tab_destinations.TabIndex = 4; - this.tab_destinations.UseVisualStyleBackColor = true; - // - // tab_printer - // - this.tab_printer.Controls.Add(this.groupBoxColors); - this.tab_printer.Controls.Add(this.groupBoxPrintLayout); - this.tab_printer.Controls.Add(this.checkbox_alwaysshowprintoptionsdialog); - this.tab_printer.LanguageKey = "settings_printer"; - this.tab_printer.Location = new System.Drawing.Point(4, 22); - this.tab_printer.Name = "tab_printer"; - this.tab_printer.Padding = new System.Windows.Forms.Padding(3); - this.tab_printer.Size = new System.Drawing.Size(423, 351); - this.tab_printer.TabIndex = 2; - this.tab_printer.UseVisualStyleBackColor = true; - // - // groupBoxColors - // - this.groupBoxColors.AutoSize = true; - this.groupBoxColors.Controls.Add(this.checkboxPrintInverted); - this.groupBoxColors.Controls.Add(this.radioBtnColorPrint); - this.groupBoxColors.Controls.Add(this.radioBtnGrayScale); - this.groupBoxColors.Controls.Add(this.radioBtnMonochrome); - this.groupBoxColors.LanguageKey = "printoptions_colors"; - this.groupBoxColors.Location = new System.Drawing.Point(6, 163); - this.groupBoxColors.Name = "groupBoxColors"; - this.groupBoxColors.Size = new System.Drawing.Size(331, 124); - this.groupBoxColors.TabIndex = 34; - this.groupBoxColors.TabStop = false; - // - // checkboxPrintInverted - // - this.checkboxPrintInverted.AutoSize = true; - this.checkboxPrintInverted.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxPrintInverted.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxPrintInverted.LanguageKey = "printoptions_inverted"; - this.checkboxPrintInverted.Location = new System.Drawing.Point(13, 88); - this.checkboxPrintInverted.Name = "checkboxPrintInverted"; - this.checkboxPrintInverted.PropertyName = "OutputPrintInverted"; - this.checkboxPrintInverted.Size = new System.Drawing.Size(141, 17); - this.checkboxPrintInverted.TabIndex = 28; - this.checkboxPrintInverted.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxPrintInverted.UseVisualStyleBackColor = true; - // - // radioBtnColorPrint - // - this.radioBtnColorPrint.AutoSize = true; - this.radioBtnColorPrint.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnColorPrint.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnColorPrint.LanguageKey = "printoptions_printcolor"; - this.radioBtnColorPrint.Location = new System.Drawing.Point(13, 19); - this.radioBtnColorPrint.Name = "radioBtnColorPrint"; - this.radioBtnColorPrint.PropertyName = "OutputPrintColor"; - this.radioBtnColorPrint.Size = new System.Drawing.Size(90, 17); - this.radioBtnColorPrint.TabIndex = 29; - this.radioBtnColorPrint.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnColorPrint.UseVisualStyleBackColor = true; - // - // radioBtnGrayScale - // - this.radioBtnGrayScale.AutoSize = true; - this.radioBtnGrayScale.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnGrayScale.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnGrayScale.LanguageKey = "printoptions_printgrayscale"; - this.radioBtnGrayScale.Location = new System.Drawing.Point(13, 42); - this.radioBtnGrayScale.Name = "radioBtnGrayScale"; - this.radioBtnGrayScale.PropertyName = "OutputPrintGrayscale"; - this.radioBtnGrayScale.Size = new System.Drawing.Size(137, 17); - this.radioBtnGrayScale.TabIndex = 29; - this.radioBtnGrayScale.Text = "Force grayscale printing"; - this.radioBtnGrayScale.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnGrayScale.UseVisualStyleBackColor = true; - // - // radioBtnMonochrome - // - this.radioBtnMonochrome.AutoSize = true; - this.radioBtnMonochrome.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnMonochrome.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnMonochrome.LanguageKey = "printoptions_printmonochrome"; - this.radioBtnMonochrome.Location = new System.Drawing.Point(13, 65); - this.radioBtnMonochrome.Name = "radioBtnMonochrome"; - this.radioBtnMonochrome.PropertyName = "OutputPrintMonochrome"; - this.radioBtnMonochrome.Size = new System.Drawing.Size(148, 17); - this.radioBtnMonochrome.TabIndex = 30; - this.radioBtnMonochrome.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.radioBtnMonochrome.UseVisualStyleBackColor = true; - // - // groupBoxPrintLayout - // - this.groupBoxPrintLayout.AutoSize = true; - this.groupBoxPrintLayout.Controls.Add(this.checkboxDateTime); - this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowShrink); - this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowEnlarge); - this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowRotate); - this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowCenter); - this.groupBoxPrintLayout.LanguageKey = "printoptions_layout"; - this.groupBoxPrintLayout.Location = new System.Drawing.Point(6, 6); - this.groupBoxPrintLayout.Name = "groupBoxPrintLayout"; - this.groupBoxPrintLayout.Size = new System.Drawing.Size(331, 151); - this.groupBoxPrintLayout.TabIndex = 33; - this.groupBoxPrintLayout.TabStop = false; - // - // checkboxDateTime - // - this.checkboxDateTime.AutoSize = true; - this.checkboxDateTime.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxDateTime.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxDateTime.LanguageKey = "printoptions_timestamp"; - this.checkboxDateTime.Location = new System.Drawing.Point(13, 115); - this.checkboxDateTime.Name = "checkboxDateTime"; - this.checkboxDateTime.PropertyName = "OutputPrintFooter"; - this.checkboxDateTime.Size = new System.Drawing.Size(187, 17); - this.checkboxDateTime.TabIndex = 26; - this.checkboxDateTime.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxDateTime.UseVisualStyleBackColor = true; - // - // checkboxAllowShrink - // - this.checkboxAllowShrink.AutoSize = true; - this.checkboxAllowShrink.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowShrink.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowShrink.LanguageKey = "printoptions_allowshrink"; - this.checkboxAllowShrink.Location = new System.Drawing.Point(13, 23); - this.checkboxAllowShrink.Name = "checkboxAllowShrink"; - this.checkboxAllowShrink.PropertyName = "OutputPrintAllowShrink"; - this.checkboxAllowShrink.Size = new System.Drawing.Size(168, 17); - this.checkboxAllowShrink.TabIndex = 21; - this.checkboxAllowShrink.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowShrink.UseVisualStyleBackColor = true; - // - // checkboxAllowEnlarge - // - this.checkboxAllowEnlarge.AutoSize = true; - this.checkboxAllowEnlarge.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowEnlarge.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowEnlarge.LanguageKey = "printoptions_allowenlarge"; - this.checkboxAllowEnlarge.Location = new System.Drawing.Point(13, 46); - this.checkboxAllowEnlarge.Name = "checkboxAllowEnlarge"; - this.checkboxAllowEnlarge.PropertyName = "OutputPrintAllowEnlarge"; - this.checkboxAllowEnlarge.Size = new System.Drawing.Size(174, 17); - this.checkboxAllowEnlarge.TabIndex = 22; - this.checkboxAllowEnlarge.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowEnlarge.UseVisualStyleBackColor = true; - // - // checkboxAllowRotate - // - this.checkboxAllowRotate.AutoSize = true; - this.checkboxAllowRotate.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowRotate.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowRotate.LanguageKey = "printoptions_allowrotate"; - this.checkboxAllowRotate.Location = new System.Drawing.Point(13, 69); - this.checkboxAllowRotate.Name = "checkboxAllowRotate"; - this.checkboxAllowRotate.PropertyName = "OutputPrintAllowRotate"; - this.checkboxAllowRotate.Size = new System.Drawing.Size(187, 17); - this.checkboxAllowRotate.TabIndex = 23; - this.checkboxAllowRotate.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowRotate.UseVisualStyleBackColor = true; - // - // checkboxAllowCenter - // - this.checkboxAllowCenter.AutoSize = true; - this.checkboxAllowCenter.CheckAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowCenter.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowCenter.LanguageKey = "printoptions_allowcenter"; - this.checkboxAllowCenter.Location = new System.Drawing.Point(13, 92); - this.checkboxAllowCenter.Name = "checkboxAllowCenter"; - this.checkboxAllowCenter.PropertyName = "OutputPrintCenter"; - this.checkboxAllowCenter.Size = new System.Drawing.Size(137, 17); - this.checkboxAllowCenter.TabIndex = 24; - this.checkboxAllowCenter.TextAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkboxAllowCenter.UseVisualStyleBackColor = true; - // - // checkbox_alwaysshowprintoptionsdialog - // - this.checkbox_alwaysshowprintoptionsdialog.LanguageKey = "settings_alwaysshowprintoptionsdialog"; - this.checkbox_alwaysshowprintoptionsdialog.Location = new System.Drawing.Point(19, 293); - this.checkbox_alwaysshowprintoptionsdialog.Name = "checkbox_alwaysshowprintoptionsdialog"; - this.checkbox_alwaysshowprintoptionsdialog.PropertyName = "OutputPrintPromptOptions"; - this.checkbox_alwaysshowprintoptionsdialog.Size = new System.Drawing.Size(394, 20); - this.checkbox_alwaysshowprintoptionsdialog.TabIndex = 17; - this.checkbox_alwaysshowprintoptionsdialog.Text = "Show print options dialog every time an image is printed"; - this.checkbox_alwaysshowprintoptionsdialog.UseVisualStyleBackColor = true; - // - // tab_plugins - // - this.tab_plugins.Controls.Add(this.groupbox_plugins); - this.tab_plugins.LanguageKey = "settings_plugins"; - this.tab_plugins.Location = new System.Drawing.Point(4, 22); - this.tab_plugins.Name = "tab_plugins"; - this.tab_plugins.Size = new System.Drawing.Size(423, 351); - this.tab_plugins.TabIndex = 2; - this.tab_plugins.UseVisualStyleBackColor = true; - // - // groupbox_plugins - // - this.groupbox_plugins.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + this.numericUpDownWaitTime.Name = "numericUpDownWaitTime"; + this.numericUpDownWaitTime.Size = new System.Drawing.Size(57, 20); + this.numericUpDownWaitTime.TabIndex = 5; + this.numericUpDownWaitTime.ThousandsSeparator = true; + // + // label_waittime + // + this.label_waittime.LanguageKey = "settings_waittime"; + this.label_waittime.Location = new System.Drawing.Point(72, 106); + this.label_waittime.Name = "label_waittime"; + this.label_waittime.Size = new System.Drawing.Size(331, 16); + this.label_waittime.TabIndex = 5; + // + // tab_output + // + this.tab_output.BackColor = System.Drawing.Color.Transparent; + this.tab_output.Controls.Add(this.groupbox_preferredfilesettings); + this.tab_output.Controls.Add(this.groupbox_qualitysettings); + this.tab_output.LanguageKey = "settings_output"; + this.tab_output.Location = new System.Drawing.Point(4, 22); + this.tab_output.Name = "tab_output"; + this.tab_output.Padding = new System.Windows.Forms.Padding(3); + this.tab_output.Size = new System.Drawing.Size(423, 351); + this.tab_output.TabIndex = 1; + this.tab_output.UseVisualStyleBackColor = true; + // + // tab_destinations + // + this.tab_destinations.Controls.Add(this.groupbox_destination); + this.tab_destinations.LanguageKey = "settings_destination"; + this.tab_destinations.Location = new System.Drawing.Point(4, 22); + this.tab_destinations.Name = "tab_destinations"; + this.tab_destinations.Size = new System.Drawing.Size(423, 351); + this.tab_destinations.TabIndex = 4; + this.tab_destinations.UseVisualStyleBackColor = true; + // + // tab_printer + // + this.tab_printer.Controls.Add(this.groupBoxColors); + this.tab_printer.Controls.Add(this.groupBoxPrintLayout); + this.tab_printer.Controls.Add(this.checkbox_alwaysshowprintoptionsdialog); + this.tab_printer.LanguageKey = "settings_printer"; + this.tab_printer.Location = new System.Drawing.Point(4, 22); + this.tab_printer.Name = "tab_printer"; + this.tab_printer.Padding = new System.Windows.Forms.Padding(3); + this.tab_printer.Size = new System.Drawing.Size(423, 351); + this.tab_printer.TabIndex = 2; + this.tab_printer.UseVisualStyleBackColor = true; + // + // groupBoxColors + // + this.groupBoxColors.AutoSize = true; + this.groupBoxColors.Controls.Add(this.checkboxPrintInverted); + this.groupBoxColors.Controls.Add(this.radioBtnColorPrint); + this.groupBoxColors.Controls.Add(this.radioBtnGrayScale); + this.groupBoxColors.Controls.Add(this.radioBtnMonochrome); + this.groupBoxColors.LanguageKey = "printoptions_colors"; + this.groupBoxColors.Location = new System.Drawing.Point(6, 163); + this.groupBoxColors.Name = "groupBoxColors"; + this.groupBoxColors.Size = new System.Drawing.Size(331, 124); + this.groupBoxColors.TabIndex = 34; + this.groupBoxColors.TabStop = false; + // + // checkboxPrintInverted + // + this.checkboxPrintInverted.AutoSize = true; + this.checkboxPrintInverted.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxPrintInverted.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxPrintInverted.LanguageKey = "printoptions_inverted"; + this.checkboxPrintInverted.Location = new System.Drawing.Point(13, 88); + this.checkboxPrintInverted.Name = "checkboxPrintInverted"; + this.checkboxPrintInverted.PropertyName = "OutputPrintInverted"; + this.checkboxPrintInverted.Size = new System.Drawing.Size(141, 17); + this.checkboxPrintInverted.TabIndex = 9; + this.checkboxPrintInverted.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxPrintInverted.UseVisualStyleBackColor = true; + // + // radioBtnColorPrint + // + this.radioBtnColorPrint.AutoSize = true; + this.radioBtnColorPrint.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnColorPrint.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnColorPrint.LanguageKey = "printoptions_printcolor"; + this.radioBtnColorPrint.Location = new System.Drawing.Point(13, 19); + this.radioBtnColorPrint.Name = "radioBtnColorPrint"; + this.radioBtnColorPrint.PropertyName = "OutputPrintColor"; + this.radioBtnColorPrint.Size = new System.Drawing.Size(90, 17); + this.radioBtnColorPrint.TabIndex = 6; + this.radioBtnColorPrint.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnColorPrint.UseVisualStyleBackColor = true; + // + // radioBtnGrayScale + // + this.radioBtnGrayScale.AutoSize = true; + this.radioBtnGrayScale.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnGrayScale.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnGrayScale.LanguageKey = "printoptions_printgrayscale"; + this.radioBtnGrayScale.Location = new System.Drawing.Point(13, 42); + this.radioBtnGrayScale.Name = "radioBtnGrayScale"; + this.radioBtnGrayScale.PropertyName = "OutputPrintGrayscale"; + this.radioBtnGrayScale.Size = new System.Drawing.Size(137, 17); + this.radioBtnGrayScale.TabIndex = 7; + this.radioBtnGrayScale.Text = "Force grayscale printing"; + this.radioBtnGrayScale.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnGrayScale.UseVisualStyleBackColor = true; + // + // radioBtnMonochrome + // + this.radioBtnMonochrome.AutoSize = true; + this.radioBtnMonochrome.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnMonochrome.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnMonochrome.LanguageKey = "printoptions_printmonochrome"; + this.radioBtnMonochrome.Location = new System.Drawing.Point(13, 65); + this.radioBtnMonochrome.Name = "radioBtnMonochrome"; + this.radioBtnMonochrome.PropertyName = "OutputPrintMonochrome"; + this.radioBtnMonochrome.Size = new System.Drawing.Size(148, 17); + this.radioBtnMonochrome.TabIndex = 8; + this.radioBtnMonochrome.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.radioBtnMonochrome.UseVisualStyleBackColor = true; + // + // groupBoxPrintLayout + // + this.groupBoxPrintLayout.AutoSize = true; + this.groupBoxPrintLayout.Controls.Add(this.checkboxDateTime); + this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowShrink); + this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowEnlarge); + this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowRotate); + this.groupBoxPrintLayout.Controls.Add(this.checkboxAllowCenter); + this.groupBoxPrintLayout.LanguageKey = "printoptions_layout"; + this.groupBoxPrintLayout.Location = new System.Drawing.Point(6, 6); + this.groupBoxPrintLayout.Name = "groupBoxPrintLayout"; + this.groupBoxPrintLayout.Size = new System.Drawing.Size(331, 151); + this.groupBoxPrintLayout.TabIndex = 33; + this.groupBoxPrintLayout.TabStop = false; + // + // checkboxDateTime + // + this.checkboxDateTime.AutoSize = true; + this.checkboxDateTime.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxDateTime.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxDateTime.LanguageKey = "printoptions_timestamp"; + this.checkboxDateTime.Location = new System.Drawing.Point(13, 115); + this.checkboxDateTime.Name = "checkboxDateTime"; + this.checkboxDateTime.PropertyName = "OutputPrintFooter"; + this.checkboxDateTime.Size = new System.Drawing.Size(187, 17); + this.checkboxDateTime.TabIndex = 5; + this.checkboxDateTime.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxDateTime.UseVisualStyleBackColor = true; + // + // checkboxAllowShrink + // + this.checkboxAllowShrink.AutoSize = true; + this.checkboxAllowShrink.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowShrink.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowShrink.LanguageKey = "printoptions_allowshrink"; + this.checkboxAllowShrink.Location = new System.Drawing.Point(13, 23); + this.checkboxAllowShrink.Name = "checkboxAllowShrink"; + this.checkboxAllowShrink.PropertyName = "OutputPrintAllowShrink"; + this.checkboxAllowShrink.Size = new System.Drawing.Size(168, 17); + this.checkboxAllowShrink.TabIndex = 1; + this.checkboxAllowShrink.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowShrink.UseVisualStyleBackColor = true; + // + // checkboxAllowEnlarge + // + this.checkboxAllowEnlarge.AutoSize = true; + this.checkboxAllowEnlarge.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowEnlarge.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowEnlarge.LanguageKey = "printoptions_allowenlarge"; + this.checkboxAllowEnlarge.Location = new System.Drawing.Point(13, 46); + this.checkboxAllowEnlarge.Name = "checkboxAllowEnlarge"; + this.checkboxAllowEnlarge.PropertyName = "OutputPrintAllowEnlarge"; + this.checkboxAllowEnlarge.Size = new System.Drawing.Size(174, 17); + this.checkboxAllowEnlarge.TabIndex = 2; + this.checkboxAllowEnlarge.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowEnlarge.UseVisualStyleBackColor = true; + // + // checkboxAllowRotate + // + this.checkboxAllowRotate.AutoSize = true; + this.checkboxAllowRotate.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowRotate.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowRotate.LanguageKey = "printoptions_allowrotate"; + this.checkboxAllowRotate.Location = new System.Drawing.Point(13, 69); + this.checkboxAllowRotate.Name = "checkboxAllowRotate"; + this.checkboxAllowRotate.PropertyName = "OutputPrintAllowRotate"; + this.checkboxAllowRotate.Size = new System.Drawing.Size(187, 17); + this.checkboxAllowRotate.TabIndex = 3; + this.checkboxAllowRotate.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowRotate.UseVisualStyleBackColor = true; + // + // checkboxAllowCenter + // + this.checkboxAllowCenter.AutoSize = true; + this.checkboxAllowCenter.CheckAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowCenter.ImageAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowCenter.LanguageKey = "printoptions_allowcenter"; + this.checkboxAllowCenter.Location = new System.Drawing.Point(13, 92); + this.checkboxAllowCenter.Name = "checkboxAllowCenter"; + this.checkboxAllowCenter.PropertyName = "OutputPrintCenter"; + this.checkboxAllowCenter.Size = new System.Drawing.Size(137, 17); + this.checkboxAllowCenter.TabIndex = 4; + this.checkboxAllowCenter.TextAlign = System.Drawing.ContentAlignment.TopLeft; + this.checkboxAllowCenter.UseVisualStyleBackColor = true; + // + // checkbox_alwaysshowprintoptionsdialog + // + this.checkbox_alwaysshowprintoptionsdialog.LanguageKey = "settings_alwaysshowprintoptionsdialog"; + this.checkbox_alwaysshowprintoptionsdialog.Location = new System.Drawing.Point(19, 293); + this.checkbox_alwaysshowprintoptionsdialog.Name = "checkbox_alwaysshowprintoptionsdialog"; + this.checkbox_alwaysshowprintoptionsdialog.PropertyName = "OutputPrintPromptOptions"; + this.checkbox_alwaysshowprintoptionsdialog.Size = new System.Drawing.Size(394, 20); + this.checkbox_alwaysshowprintoptionsdialog.TabIndex = 10; + this.checkbox_alwaysshowprintoptionsdialog.Text = "Show print options dialog every time an image is printed"; + this.checkbox_alwaysshowprintoptionsdialog.UseVisualStyleBackColor = true; + // + // tab_plugins + // + this.tab_plugins.Controls.Add(this.groupbox_plugins); + this.tab_plugins.LanguageKey = "settings_plugins"; + this.tab_plugins.Location = new System.Drawing.Point(4, 22); + this.tab_plugins.Name = "tab_plugins"; + this.tab_plugins.Size = new System.Drawing.Size(423, 351); + this.tab_plugins.TabIndex = 2; + this.tab_plugins.UseVisualStyleBackColor = true; + // + // groupbox_plugins + // + this.groupbox_plugins.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.groupbox_plugins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.groupbox_plugins.Controls.Add(this.listview_plugins); - this.groupbox_plugins.Controls.Add(this.button_pluginconfigure); - this.groupbox_plugins.LanguageKey = "settings_plugins"; - this.groupbox_plugins.Location = new System.Drawing.Point(0, 0); - this.groupbox_plugins.Name = "groupbox_plugins"; - this.groupbox_plugins.Size = new System.Drawing.Size(423, 314); - this.groupbox_plugins.TabIndex = 0; - this.groupbox_plugins.TabStop = false; - this.groupbox_plugins.Text = "Plugins"; - // - // listview_plugins - // - this.listview_plugins.Dock = System.Windows.Forms.DockStyle.Top; - this.listview_plugins.FullRowSelect = true; - this.listview_plugins.Location = new System.Drawing.Point(3, 16); - this.listview_plugins.Name = "listview_plugins"; - this.listview_plugins.Size = new System.Drawing.Size(417, 263); - this.listview_plugins.TabIndex = 2; - this.listview_plugins.UseCompatibleStateImageBehavior = false; - this.listview_plugins.View = System.Windows.Forms.View.Details; - this.listview_plugins.SelectedIndexChanged += new System.EventHandler(this.Listview_pluginsSelectedIndexChanged); - this.listview_plugins.Click += new System.EventHandler(this.Listview_pluginsSelectedIndexChanged); - // - // button_pluginconfigure - // - this.button_pluginconfigure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.button_pluginconfigure.AutoSize = true; - this.button_pluginconfigure.Enabled = false; - this.button_pluginconfigure.LanguageKey = "settings_configureplugin"; - this.button_pluginconfigure.Location = new System.Drawing.Point(6, 285); - this.button_pluginconfigure.Name = "button_pluginconfigure"; - this.button_pluginconfigure.Size = new System.Drawing.Size(75, 23); - this.button_pluginconfigure.TabIndex = 1; - this.button_pluginconfigure.UseVisualStyleBackColor = true; - this.button_pluginconfigure.Click += new System.EventHandler(this.Button_pluginconfigureClick); - // - // tab_expert - // - this.tab_expert.Controls.Add(this.groupbox_expert); - this.tab_expert.LanguageKey = "expertsettings"; - this.tab_expert.Location = new System.Drawing.Point(4, 22); - this.tab_expert.Name = "tab_expert"; - this.tab_expert.Size = new System.Drawing.Size(423, 351); - this.tab_expert.TabIndex = 5; - this.tab_expert.Text = "Expert"; - this.tab_expert.UseVisualStyleBackColor = true; - // - // groupbox_expert - // - this.groupbox_expert.Controls.Add(this.checkbox_reuseeditor); - this.groupbox_expert.Controls.Add(this.checkbox_minimizememoryfootprint); - this.groupbox_expert.Controls.Add(this.checkbox_checkunstableupdates); - this.groupbox_expert.Controls.Add(this.checkbox_suppresssavedialogatclose); - this.groupbox_expert.Controls.Add(this.label_counter); - this.groupbox_expert.Controls.Add(this.textbox_counter); - this.groupbox_expert.Controls.Add(this.label_footerpattern); - this.groupbox_expert.Controls.Add(this.textbox_footerpattern); - this.groupbox_expert.Controls.Add(this.checkbox_thumbnailpreview); - this.groupbox_expert.Controls.Add(this.checkbox_optimizeforrdp); - this.groupbox_expert.Controls.Add(this.checkbox_autoreducecolors); - this.groupbox_expert.Controls.Add(this.label_clipboardformats); - this.groupbox_expert.Controls.Add(this.checkbox_enableexpert); - this.groupbox_expert.Controls.Add(this.listview_clipboardformats); - this.groupbox_expert.LanguageKey = "expertsettings"; - this.groupbox_expert.Location = new System.Drawing.Point(5, 5); - this.groupbox_expert.Name = "groupbox_expert"; - this.groupbox_expert.Size = new System.Drawing.Size(412, 311); - this.groupbox_expert.TabIndex = 17; - this.groupbox_expert.TabStop = false; - this.groupbox_expert.Text = "Expert"; - // - // checkbox_reuseeditor - // - this.checkbox_reuseeditor.LanguageKey = "expertsettings_reuseeditorifpossible"; - this.checkbox_reuseeditor.Location = new System.Drawing.Point(10, 225); - this.checkbox_reuseeditor.Name = "checkbox_reuseeditor"; - this.checkbox_reuseeditor.PropertyName = "ReuseEditor"; - this.checkbox_reuseeditor.SectionName = "Editor"; - this.checkbox_reuseeditor.Size = new System.Drawing.Size(394, 24); - this.checkbox_reuseeditor.TabIndex = 31; - this.checkbox_reuseeditor.UseVisualStyleBackColor = true; - // - // checkbox_minimizememoryfootprint - // - this.checkbox_minimizememoryfootprint.LanguageKey = "expertsettings_minimizememoryfootprint"; - this.checkbox_minimizememoryfootprint.Location = new System.Drawing.Point(10, 206); - this.checkbox_minimizememoryfootprint.Name = "checkbox_minimizememoryfootprint"; - this.checkbox_minimizememoryfootprint.PropertyName = "MinimizeWorkingSetSize"; - this.checkbox_minimizememoryfootprint.Size = new System.Drawing.Size(394, 24); - this.checkbox_minimizememoryfootprint.TabIndex = 30; - this.checkbox_minimizememoryfootprint.UseVisualStyleBackColor = true; - // - // checkbox_checkunstableupdates - // - this.checkbox_checkunstableupdates.LanguageKey = "expertsettings_checkunstableupdates"; - this.checkbox_checkunstableupdates.Location = new System.Drawing.Point(10, 187); - this.checkbox_checkunstableupdates.Name = "checkbox_checkunstableupdates"; - this.checkbox_checkunstableupdates.PropertyName = "CheckForUnstable"; - this.checkbox_checkunstableupdates.Size = new System.Drawing.Size(394, 24); - this.checkbox_checkunstableupdates.TabIndex = 29; - this.checkbox_checkunstableupdates.UseVisualStyleBackColor = true; - // - // checkbox_suppresssavedialogatclose - // - this.checkbox_suppresssavedialogatclose.LanguageKey = "expertsettings_suppresssavedialogatclose"; - this.checkbox_suppresssavedialogatclose.Location = new System.Drawing.Point(10, 168); - this.checkbox_suppresssavedialogatclose.Name = "checkbox_suppresssavedialogatclose"; - this.checkbox_suppresssavedialogatclose.PropertyName = "SuppressSaveDialogAtClose"; - this.checkbox_suppresssavedialogatclose.SectionName = "Editor"; - this.checkbox_suppresssavedialogatclose.Size = new System.Drawing.Size(394, 24); - this.checkbox_suppresssavedialogatclose.TabIndex = 28; - this.checkbox_suppresssavedialogatclose.UseVisualStyleBackColor = true; - // - // label_counter - // - this.label_counter.AutoSize = true; - this.label_counter.LanguageKey = "expertsettings_counter"; - this.label_counter.Location = new System.Drawing.Point(7, 285); - this.label_counter.Name = "label_counter"; - this.label_counter.Size = new System.Drawing.Size(246, 13); - this.label_counter.TabIndex = 27; - // - // textbox_counter - // - this.textbox_counter.Location = new System.Drawing.Point(259, 282); - this.textbox_counter.Name = "textbox_counter"; - this.textbox_counter.PropertyName = "OutputFileIncrementingNumber"; - this.textbox_counter.Size = new System.Drawing.Size(141, 20); - this.textbox_counter.TabIndex = 26; - // - // label_footerpattern - // - this.label_footerpattern.AutoSize = true; - this.label_footerpattern.LanguageKey = "expertsettings_footerpattern"; - this.label_footerpattern.Location = new System.Drawing.Point(7, 259); - this.label_footerpattern.Name = "label_footerpattern"; - this.label_footerpattern.Size = new System.Drawing.Size(103, 13); - this.label_footerpattern.TabIndex = 25; - this.label_footerpattern.Text = "Printer footer pattern"; - // - // textbox_footerpattern - // - this.textbox_footerpattern.Location = new System.Drawing.Point(138, 256); - this.textbox_footerpattern.Name = "textbox_footerpattern"; - this.textbox_footerpattern.PropertyName = "OutputPrintFooterPattern"; - this.textbox_footerpattern.Size = new System.Drawing.Size(262, 20); - this.textbox_footerpattern.TabIndex = 24; - // - // checkbox_thumbnailpreview - // - this.checkbox_thumbnailpreview.LanguageKey = "expertsettings_thumbnailpreview"; - this.checkbox_thumbnailpreview.Location = new System.Drawing.Point(10, 149); - this.checkbox_thumbnailpreview.Name = "checkbox_thumbnailpreview"; - this.checkbox_thumbnailpreview.PropertyName = "ThumnailPreview"; - this.checkbox_thumbnailpreview.Size = new System.Drawing.Size(394, 24); - this.checkbox_thumbnailpreview.TabIndex = 23; - this.checkbox_thumbnailpreview.UseVisualStyleBackColor = true; - // - // checkbox_optimizeforrdp - // - this.checkbox_optimizeforrdp.LanguageKey = "expertsettings_optimizeforrdp"; - this.checkbox_optimizeforrdp.Location = new System.Drawing.Point(10, 130); - this.checkbox_optimizeforrdp.Name = "checkbox_optimizeforrdp"; - this.checkbox_optimizeforrdp.PropertyName = "OptimizeForRDP"; - this.checkbox_optimizeforrdp.Size = new System.Drawing.Size(394, 24); - this.checkbox_optimizeforrdp.TabIndex = 22; - this.checkbox_optimizeforrdp.UseVisualStyleBackColor = true; - // - // checkbox_autoreducecolors - // - this.checkbox_autoreducecolors.LanguageKey = "expertsettings_autoreducecolors"; - this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 111); - this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors"; - this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors"; - this.checkbox_autoreducecolors.Size = new System.Drawing.Size(408, 24); - this.checkbox_autoreducecolors.TabIndex = 21; - this.checkbox_autoreducecolors.UseVisualStyleBackColor = true; - // - // label_clipboardformats - // - this.label_clipboardformats.AutoSize = true; - this.label_clipboardformats.LanguageKey = "expertsettings_clipboardformats"; - this.label_clipboardformats.Location = new System.Drawing.Point(7, 39); - this.label_clipboardformats.Name = "label_clipboardformats"; - this.label_clipboardformats.Size = new System.Drawing.Size(88, 13); - this.label_clipboardformats.TabIndex = 20; - // - // checkbox_enableexpert - // - this.checkbox_enableexpert.LanguageKey = "expertsettings_enableexpert"; - this.checkbox_enableexpert.Location = new System.Drawing.Point(6, 14); - this.checkbox_enableexpert.Name = "checkbox_enableexpert"; - this.checkbox_enableexpert.Size = new System.Drawing.Size(394, 24); - this.checkbox_enableexpert.TabIndex = 19; - this.checkbox_enableexpert.UseVisualStyleBackColor = true; - this.checkbox_enableexpert.CheckedChanged += new System.EventHandler(this.checkbox_enableexpert_CheckedChanged); - // - // listview_clipboardformats - // - this.listview_clipboardformats.Alignment = System.Windows.Forms.ListViewAlignment.Left; - this.listview_clipboardformats.AutoArrange = false; - this.listview_clipboardformats.CheckBoxes = true; - this.listview_clipboardformats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { + this.groupbox_plugins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.groupbox_plugins.Controls.Add(this.listview_plugins); + this.groupbox_plugins.Controls.Add(this.button_pluginconfigure); + this.groupbox_plugins.LanguageKey = "settings_plugins"; + this.groupbox_plugins.Location = new System.Drawing.Point(0, 0); + this.groupbox_plugins.Name = "groupbox_plugins"; + this.groupbox_plugins.Size = new System.Drawing.Size(423, 314); + this.groupbox_plugins.TabIndex = 0; + this.groupbox_plugins.TabStop = false; + this.groupbox_plugins.Text = "Plugins"; + // + // listview_plugins + // + this.listview_plugins.Dock = System.Windows.Forms.DockStyle.Top; + this.listview_plugins.FullRowSelect = true; + this.listview_plugins.Location = new System.Drawing.Point(3, 16); + this.listview_plugins.Name = "listview_plugins"; + this.listview_plugins.Size = new System.Drawing.Size(417, 263); + this.listview_plugins.TabIndex = 1; + this.listview_plugins.UseCompatibleStateImageBehavior = false; + this.listview_plugins.View = System.Windows.Forms.View.Details; + this.listview_plugins.SelectedIndexChanged += new System.EventHandler(this.Listview_pluginsSelectedIndexChanged); + this.listview_plugins.Click += new System.EventHandler(this.Listview_pluginsSelectedIndexChanged); + // + // button_pluginconfigure + // + this.button_pluginconfigure.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.button_pluginconfigure.AutoSize = true; + this.button_pluginconfigure.Enabled = false; + this.button_pluginconfigure.LanguageKey = "settings_configureplugin"; + this.button_pluginconfigure.Location = new System.Drawing.Point(6, 285); + this.button_pluginconfigure.Name = "button_pluginconfigure"; + this.button_pluginconfigure.Size = new System.Drawing.Size(75, 23); + this.button_pluginconfigure.TabIndex = 2; + this.button_pluginconfigure.UseVisualStyleBackColor = true; + this.button_pluginconfigure.Click += new System.EventHandler(this.Button_pluginconfigureClick); + // + // tab_expert + // + this.tab_expert.Controls.Add(this.groupbox_expert); + this.tab_expert.LanguageKey = "expertsettings"; + this.tab_expert.Location = new System.Drawing.Point(4, 22); + this.tab_expert.Name = "tab_expert"; + this.tab_expert.Size = new System.Drawing.Size(423, 351); + this.tab_expert.TabIndex = 5; + this.tab_expert.Text = "Expert"; + this.tab_expert.UseVisualStyleBackColor = true; + // + // groupbox_expert + // + this.groupbox_expert.Controls.Add(this.checkbox_reuseeditor); + this.groupbox_expert.Controls.Add(this.checkbox_minimizememoryfootprint); + this.groupbox_expert.Controls.Add(this.checkbox_checkunstableupdates); + this.groupbox_expert.Controls.Add(this.checkbox_suppresssavedialogatclose); + this.groupbox_expert.Controls.Add(this.label_counter); + this.groupbox_expert.Controls.Add(this.textbox_counter); + this.groupbox_expert.Controls.Add(this.label_footerpattern); + this.groupbox_expert.Controls.Add(this.textbox_footerpattern); + this.groupbox_expert.Controls.Add(this.checkbox_thumbnailpreview); + this.groupbox_expert.Controls.Add(this.checkbox_optimizeforrdp); + this.groupbox_expert.Controls.Add(this.checkbox_autoreducecolors); + this.groupbox_expert.Controls.Add(this.label_clipboardformats); + this.groupbox_expert.Controls.Add(this.checkbox_enableexpert); + this.groupbox_expert.Controls.Add(this.listview_clipboardformats); + this.groupbox_expert.LanguageKey = "expertsettings"; + this.groupbox_expert.Location = new System.Drawing.Point(5, 5); + this.groupbox_expert.Name = "groupbox_expert"; + this.groupbox_expert.Size = new System.Drawing.Size(412, 311); + this.groupbox_expert.TabIndex = 17; + this.groupbox_expert.TabStop = false; + this.groupbox_expert.Text = "Expert"; + // + // checkbox_reuseeditor + // + this.checkbox_reuseeditor.LanguageKey = "expertsettings_reuseeditorifpossible"; + this.checkbox_reuseeditor.Location = new System.Drawing.Point(10, 225); + this.checkbox_reuseeditor.Name = "checkbox_reuseeditor"; + this.checkbox_reuseeditor.PropertyName = "ReuseEditor"; + this.checkbox_reuseeditor.SectionName = "Editor"; + this.checkbox_reuseeditor.Size = new System.Drawing.Size(394, 24); + this.checkbox_reuseeditor.TabIndex = 9; + this.checkbox_reuseeditor.UseVisualStyleBackColor = true; + // + // checkbox_minimizememoryfootprint + // + this.checkbox_minimizememoryfootprint.LanguageKey = "expertsettings_minimizememoryfootprint"; + this.checkbox_minimizememoryfootprint.Location = new System.Drawing.Point(10, 206); + this.checkbox_minimizememoryfootprint.Name = "checkbox_minimizememoryfootprint"; + this.checkbox_minimizememoryfootprint.PropertyName = "MinimizeWorkingSetSize"; + this.checkbox_minimizememoryfootprint.Size = new System.Drawing.Size(394, 24); + this.checkbox_minimizememoryfootprint.TabIndex = 8; + this.checkbox_minimizememoryfootprint.UseVisualStyleBackColor = true; + // + // checkbox_checkunstableupdates + // + this.checkbox_checkunstableupdates.LanguageKey = "expertsettings_checkunstableupdates"; + this.checkbox_checkunstableupdates.Location = new System.Drawing.Point(10, 187); + this.checkbox_checkunstableupdates.Name = "checkbox_checkunstableupdates"; + this.checkbox_checkunstableupdates.PropertyName = "CheckForUnstable"; + this.checkbox_checkunstableupdates.Size = new System.Drawing.Size(394, 24); + this.checkbox_checkunstableupdates.TabIndex = 7; + this.checkbox_checkunstableupdates.UseVisualStyleBackColor = true; + // + // checkbox_suppresssavedialogatclose + // + this.checkbox_suppresssavedialogatclose.LanguageKey = "expertsettings_suppresssavedialogatclose"; + this.checkbox_suppresssavedialogatclose.Location = new System.Drawing.Point(10, 168); + this.checkbox_suppresssavedialogatclose.Name = "checkbox_suppresssavedialogatclose"; + this.checkbox_suppresssavedialogatclose.PropertyName = "SuppressSaveDialogAtClose"; + this.checkbox_suppresssavedialogatclose.SectionName = "Editor"; + this.checkbox_suppresssavedialogatclose.Size = new System.Drawing.Size(394, 24); + this.checkbox_suppresssavedialogatclose.TabIndex = 6; + this.checkbox_suppresssavedialogatclose.UseVisualStyleBackColor = true; + // + // label_counter + // + this.label_counter.AutoSize = true; + this.label_counter.LanguageKey = "expertsettings_counter"; + this.label_counter.Location = new System.Drawing.Point(7, 285); + this.label_counter.Name = "label_counter"; + this.label_counter.Size = new System.Drawing.Size(246, 13); + this.label_counter.TabIndex = 27; + // + // textbox_counter + // + this.textbox_counter.Location = new System.Drawing.Point(259, 282); + this.textbox_counter.Name = "textbox_counter"; + this.textbox_counter.PropertyName = "OutputFileIncrementingNumber"; + this.textbox_counter.Size = new System.Drawing.Size(141, 20); + this.textbox_counter.TabIndex = 11; + // + // label_footerpattern + // + this.label_footerpattern.AutoSize = true; + this.label_footerpattern.LanguageKey = "expertsettings_footerpattern"; + this.label_footerpattern.Location = new System.Drawing.Point(7, 259); + this.label_footerpattern.Name = "label_footerpattern"; + this.label_footerpattern.Size = new System.Drawing.Size(103, 13); + this.label_footerpattern.TabIndex = 25; + this.label_footerpattern.Text = "Printer footer pattern"; + // + // textbox_footerpattern + // + this.textbox_footerpattern.Location = new System.Drawing.Point(138, 256); + this.textbox_footerpattern.Name = "textbox_footerpattern"; + this.textbox_footerpattern.PropertyName = "OutputPrintFooterPattern"; + this.textbox_footerpattern.Size = new System.Drawing.Size(262, 20); + this.textbox_footerpattern.TabIndex = 10; + // + // checkbox_thumbnailpreview + // + this.checkbox_thumbnailpreview.LanguageKey = "expertsettings_thumbnailpreview"; + this.checkbox_thumbnailpreview.Location = new System.Drawing.Point(10, 149); + this.checkbox_thumbnailpreview.Name = "checkbox_thumbnailpreview"; + this.checkbox_thumbnailpreview.PropertyName = "ThumnailPreview"; + this.checkbox_thumbnailpreview.Size = new System.Drawing.Size(394, 24); + this.checkbox_thumbnailpreview.TabIndex = 5; + this.checkbox_thumbnailpreview.UseVisualStyleBackColor = true; + // + // checkbox_optimizeforrdp + // + this.checkbox_optimizeforrdp.LanguageKey = "expertsettings_optimizeforrdp"; + this.checkbox_optimizeforrdp.Location = new System.Drawing.Point(10, 130); + this.checkbox_optimizeforrdp.Name = "checkbox_optimizeforrdp"; + this.checkbox_optimizeforrdp.PropertyName = "OptimizeForRDP"; + this.checkbox_optimizeforrdp.Size = new System.Drawing.Size(394, 24); + this.checkbox_optimizeforrdp.TabIndex = 4; + this.checkbox_optimizeforrdp.UseVisualStyleBackColor = true; + // + // checkbox_autoreducecolors + // + this.checkbox_autoreducecolors.LanguageKey = "expertsettings_autoreducecolors"; + this.checkbox_autoreducecolors.Location = new System.Drawing.Point(10, 111); + this.checkbox_autoreducecolors.Name = "checkbox_autoreducecolors"; + this.checkbox_autoreducecolors.PropertyName = "OutputFileAutoReduceColors"; + this.checkbox_autoreducecolors.Size = new System.Drawing.Size(408, 24); + this.checkbox_autoreducecolors.TabIndex = 3; + this.checkbox_autoreducecolors.UseVisualStyleBackColor = true; + // + // label_clipboardformats + // + this.label_clipboardformats.AutoSize = true; + this.label_clipboardformats.LanguageKey = "expertsettings_clipboardformats"; + this.label_clipboardformats.Location = new System.Drawing.Point(7, 39); + this.label_clipboardformats.Name = "label_clipboardformats"; + this.label_clipboardformats.Size = new System.Drawing.Size(88, 13); + this.label_clipboardformats.TabIndex = 20; + // + // checkbox_enableexpert + // + this.checkbox_enableexpert.LanguageKey = "expertsettings_enableexpert"; + this.checkbox_enableexpert.Location = new System.Drawing.Point(6, 14); + this.checkbox_enableexpert.Name = "checkbox_enableexpert"; + this.checkbox_enableexpert.Size = new System.Drawing.Size(394, 24); + this.checkbox_enableexpert.TabIndex = 1; + this.checkbox_enableexpert.UseVisualStyleBackColor = true; + this.checkbox_enableexpert.CheckedChanged += new System.EventHandler(this.checkbox_enableexpert_CheckedChanged); + // + // listview_clipboardformats + // + this.listview_clipboardformats.Alignment = System.Windows.Forms.ListViewAlignment.Left; + this.listview_clipboardformats.AutoArrange = false; + this.listview_clipboardformats.CheckBoxes = true; + this.listview_clipboardformats.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); - this.listview_clipboardformats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; - this.listview_clipboardformats.LabelWrap = false; - this.listview_clipboardformats.Location = new System.Drawing.Point(170, 38); - this.listview_clipboardformats.Name = "listview_clipboardformats"; - this.listview_clipboardformats.ShowGroups = false; - this.listview_clipboardformats.Size = new System.Drawing.Size(230, 72); - this.listview_clipboardformats.Sorting = System.Windows.Forms.SortOrder.Ascending; - this.listview_clipboardformats.TabIndex = 0; - this.listview_clipboardformats.UseCompatibleStateImageBehavior = false; - this.listview_clipboardformats.View = System.Windows.Forms.View.Details; - // - // columnHeader1 - // - this.columnHeader1.Text = "Destination"; - this.columnHeader1.Width = 225; - // - // SettingsForm - // - this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; - this.AutoSize = true; - this.ClientSize = new System.Drawing.Size(451, 431); - this.Controls.Add(this.tabcontrol); - this.Controls.Add(this.settings_confirm); - this.Controls.Add(this.settings_cancel); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; - this.LanguageKey = "settings_title"; - this.MaximizeBox = false; - this.MinimizeBox = false; - this.Name = "SettingsForm"; - this.Text = "Settings"; - this.groupbox_preferredfilesettings.ResumeLayout(false); - this.groupbox_preferredfilesettings.PerformLayout(); - this.groupbox_applicationsettings.ResumeLayout(false); - this.groupbox_qualitysettings.ResumeLayout(false); - this.groupbox_qualitysettings.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.trackBarJpegQuality)).EndInit(); - this.groupbox_destination.ResumeLayout(false); - this.tabcontrol.ResumeLayout(false); - this.tab_general.ResumeLayout(false); - this.groupbox_network.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_daysbetweencheck)).EndInit(); - this.groupbox_hotkeys.ResumeLayout(false); - this.groupbox_hotkeys.PerformLayout(); - this.tab_capture.ResumeLayout(false); - this.groupbox_editor.ResumeLayout(false); - this.groupbox_iecapture.ResumeLayout(false); - this.groupbox_windowscapture.ResumeLayout(false); - this.groupbox_windowscapture.PerformLayout(); - this.groupbox_capture.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWaitTime)).EndInit(); - this.tab_output.ResumeLayout(false); - this.tab_destinations.ResumeLayout(false); - this.tab_printer.ResumeLayout(false); - this.tab_printer.PerformLayout(); - this.groupBoxColors.ResumeLayout(false); - this.groupBoxColors.PerformLayout(); - this.groupBoxPrintLayout.ResumeLayout(false); - this.groupBoxPrintLayout.PerformLayout(); - this.tab_plugins.ResumeLayout(false); - this.groupbox_plugins.ResumeLayout(false); - this.groupbox_plugins.PerformLayout(); - this.tab_expert.ResumeLayout(false); - this.groupbox_expert.ResumeLayout(false); - this.groupbox_expert.PerformLayout(); - this.ResumeLayout(false); + this.listview_clipboardformats.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; + this.listview_clipboardformats.LabelWrap = false; + this.listview_clipboardformats.Location = new System.Drawing.Point(170, 38); + this.listview_clipboardformats.Name = "listview_clipboardformats"; + this.listview_clipboardformats.ShowGroups = false; + this.listview_clipboardformats.Size = new System.Drawing.Size(230, 72); + this.listview_clipboardformats.Sorting = System.Windows.Forms.SortOrder.Ascending; + this.listview_clipboardformats.TabIndex = 2; + this.listview_clipboardformats.UseCompatibleStateImageBehavior = false; + this.listview_clipboardformats.View = System.Windows.Forms.View.Details; + // + // columnHeader1 + // + this.columnHeader1.Text = "Destination"; + this.columnHeader1.Width = 225; + // + // SettingsForm + // + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.AutoSize = true; + this.ClientSize = new System.Drawing.Size(451, 431); + this.Controls.Add(this.tabcontrol); + this.Controls.Add(this.settings_confirm); + this.Controls.Add(this.settings_cancel); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.LanguageKey = "settings_title"; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "SettingsForm"; + this.Text = "Settings"; + this.groupbox_preferredfilesettings.ResumeLayout(false); + this.groupbox_preferredfilesettings.PerformLayout(); + this.groupbox_applicationsettings.ResumeLayout(false); + this.groupbox_qualitysettings.ResumeLayout(false); + this.groupbox_qualitysettings.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.trackBarJpegQuality)).EndInit(); + this.groupbox_destination.ResumeLayout(false); + this.tabcontrol.ResumeLayout(false); + this.tab_general.ResumeLayout(false); + this.groupbox_network.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_daysbetweencheck)).EndInit(); + this.groupbox_hotkeys.ResumeLayout(false); + this.groupbox_hotkeys.PerformLayout(); + this.tab_capture.ResumeLayout(false); + this.groupbox_editor.ResumeLayout(false); + this.groupbox_iecapture.ResumeLayout(false); + this.groupbox_windowscapture.ResumeLayout(false); + this.groupbox_windowscapture.PerformLayout(); + this.groupbox_capture.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownWaitTime)).EndInit(); + this.tab_output.ResumeLayout(false); + this.tab_destinations.ResumeLayout(false); + this.tab_printer.ResumeLayout(false); + this.tab_printer.PerformLayout(); + this.groupBoxColors.ResumeLayout(false); + this.groupBoxColors.PerformLayout(); + this.groupBoxPrintLayout.ResumeLayout(false); + this.groupBoxPrintLayout.PerformLayout(); + this.tab_plugins.ResumeLayout(false); + this.groupbox_plugins.ResumeLayout(false); + this.groupbox_plugins.PerformLayout(); + this.tab_expert.ResumeLayout(false); + this.groupbox_expert.ResumeLayout(false); + this.groupbox_expert.PerformLayout(); + this.ResumeLayout(false); } private GreenshotPlugin.Controls.GreenshotCheckBox checkbox_notifications; diff --git a/Greenshot/Languages/help-de-DE.html b/Greenshot/Languages/help-de-DE.html index 73b900940..8491ba3f2 100644 --- a/Greenshot/Languages/help-de-DE.html +++ b/Greenshot/Languages/help-de-DE.html @@ -254,12 +254,12 @@

-

Adding graphics to a screenshot

+

Grafische Elemente in ein Screenshot einfügen

- You can simply add graphics or images to your screenshot by dragging and dropping an image - file into the editor window. You can also insert screenshots of other windows by selecting - Insert window from the Edit menu. A list of all open windows appears, - allowing you to select one for insertion. + Ziehen Sie einfach mit der Maus die Grafikdatei in den Editor um sie einzufügen.Sie können auch + Screenshots von anderen Fenstern einfügen, durch Auswahl von + Fenster einfügen im Bearbeiten Menü. Wählen Sie zum Einfügen aus der angezeigten + Liste der geöffneten Fenster aus.

diff --git a/Greenshot/releases/additional_files/readme.txt.template b/Greenshot/releases/additional_files/readme.txt.template index cd096058c..6b075a417 100644 --- a/Greenshot/releases/additional_files/readme.txt.template +++ b/Greenshot/releases/additional_files/readme.txt.template @@ -20,7 +20,7 @@ Bugs resolved: * BUG-1559, BUG-1643: Repeating hotkeys are now prevented. * BUG-1610: Image editor: 'Obfuscate' and 'Highlight' and more, now should rotate / resize correctly. * BUG-1619: Image editor: Autocrop now also considers the elements. -* BUG-1653: Editor menu entry "File" can't be activated/used via the keyboard +* BUG-1653: Accessibility issues: Editor "File" menu entry can't be activated and missing translations Changes: * We cleaned up the dynamic destination context-menu: if an entry (e.g export to the editor) has child items (export to open editors) the parent is still selectable, we also no longer repeat the parent in the children. diff --git a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj index 3a615f4c0..57a002359 100644 --- a/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj +++ b/GreenshotBoxPlugin/GreenshotBoxPlugin.csproj @@ -56,7 +56,7 @@ - + diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-cs-CZ.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-cs-CZ.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-cs-CZ.xml diff --git a/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml new file mode 100644 index 000000000..d5af2431c --- /dev/null +++ b/GreenshotBoxPlugin/Languages/language_boxplugin-de-DE.xml @@ -0,0 +1,32 @@ + + + + + Link in der Zwischenablage + + + Anschliessend + + + Box konfigurieren + + + Zu Box hochladen + + + Box Einstellungen + + + Hochladen zu Box war erfolgreich ! + + + Fehler beim Hochladen zu Box: + + + Grafikformat + + + Übermittle Daten zu Box. Bitte warten... + + + diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-en-US.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-en-US.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-en-US.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-fr-FR.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-fr-FR.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-fr-FR.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-id-ID.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-id-ID.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-id-ID.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-it-IT.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-it-IT.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-it-IT.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-pl-PL.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-pl-PL.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-pl-PL.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-ru-RU.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-ru-RU.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-ru-RU.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-sr-RS.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-sr-RS.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-sr-RS.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-sv-SE.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-sv-SE.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-sv-SE.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-uk-UA.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-uk-UA.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-uk-UA.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-zh-CN.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-zh-CN.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-zh-CN.xml diff --git a/GreenshotBoxPlugin/Languages/language_Boxplugin-zh-TW.xml b/GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml similarity index 100% rename from GreenshotBoxPlugin/Languages/language_Boxplugin-zh-TW.xml rename to GreenshotBoxPlugin/Languages/language_boxplugin-zh-TW.xml diff --git a/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml b/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml new file mode 100644 index 000000000..de00eaf6c --- /dev/null +++ b/GreenshotDropboxPlugin/Languages/language_dropboxplugin-de-DE.xml @@ -0,0 +1,34 @@ + + + + + Link in der Zwischenablage + + + Historie öffnen + + Anschliessend + + + Dropbox Einstellungen + + + Zu Dropbox hochladen + + + Dropbox Einstellungen + + + Image erfolgreich zu Dropbox hochgeladen! + + + Beim Hochladen ist ein Fehler aufgetreten : + + + Grafikformat + + + Übermittle Daten zu Dropbox. Bitte warten... + + + diff --git a/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml b/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml new file mode 100644 index 000000000..d2a0bea7f --- /dev/null +++ b/GreenshotExternalCommandPlugin/Languages/language_externalcommandplugin-de-DE.xml @@ -0,0 +1,35 @@ + + + + + Externen Befehl konfigurieren + + + Einstellungen externer Befehl + + + Befehl konfigurieren + + + Neu + + + Löschen + + + Bearbeiten + + + Name + + + Befehl + + + Arguments + + + {0} ist der Dateiname des Screenshots + + + diff --git a/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml b/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml new file mode 100644 index 000000000..10b92c669 --- /dev/null +++ b/GreenshotFlickrPlugin/Languages/language_flickrplugin-de-DE.xml @@ -0,0 +1,47 @@ + + + + + Versteckte Suchmaske + + + Sicherheits Level + + + Link in der Zwischenablage + + + Anschliessend + + + Flickr konfigurieren + + + Hochladen zu Flickr + + + Flickr Einstellungen + + + Erfolgreich zu Flickr hochgeladen! + + + Fehler beim hochladen zu Flickr: + + + Grafikformat + + + Übermittle Daten zu Flickr. Bitte warten... + + + Öffentlich + + + Familie + + + Freunde + + + diff --git a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj index 6665af439..67beb0e1b 100644 --- a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj +++ b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj @@ -61,11 +61,11 @@ - - - - - + + + + + if exist "$(ProjectDir)PicasaCredentials.orig.cs" ( diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-cs-CZ.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-cs-CZ.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-cs-CZ.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-cs-CZ.xml diff --git a/GreenshotPicasaPlugin/Languages/language_picasaplugin-de-DE.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-de-DE.xml new file mode 100644 index 000000000..6b30f0214 --- /dev/null +++ b/GreenshotPicasaPlugin/Languages/language_picasaplugin-de-DE.xml @@ -0,0 +1,32 @@ + + + + + Link in der Zwischenablage + + + Anschliessend + + + Picasa konfigurieren + + + Hochladen zu Picasa + + + Picasa Einstellungen + + + Hochladen zu Picasa war erfolgreich ! + + + Fehler beim Hochladen zu Picasa: + + + Grafikformat + + + Übermittle Daten zu Picasa. Bitte warten... + + + diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-en-US.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-en-US.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-en-US.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-en-US.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-fr-FR.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-fr-FR.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-fr-FR.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-fr-FR.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-id-ID.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-id-ID.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-id-ID.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-id-ID.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-it-IT.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-it-IT.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-it-IT.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-it-IT.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-pl-PL.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-pl-PL.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-pl-PL.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-pl-PL.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-ru-RU.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-ru-RU.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-ru-RU.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-ru-RU.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-sr-RS.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-sr-RS.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-sr-RS.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-sr-RS.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-sv-SE.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-sv-SE.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-sv-SE.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-sv-SE.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-uk-UA.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-uk-UA.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-uk-UA.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-uk-UA.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-zh-CN.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-zh-CN.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-zh-CN.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-zh-CN.xml diff --git a/GreenshotPicasaPlugin/Languages/language_Picasaplugin-zh-TW.xml b/GreenshotPicasaPlugin/Languages/language_picasaplugin-zh-TW.xml similarity index 100% rename from GreenshotPicasaPlugin/Languages/language_Picasaplugin-zh-TW.xml rename to GreenshotPicasaPlugin/Languages/language_picasaplugin-zh-TW.xml