/* * Greenshot - a free and open source screenshot tool * Copyright (C) 2007-2015 Thomas Braun, Jens Klingen, Robin Krom * * For more information see: http://getgreenshot.org/ * The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ using Greenshot.Controls; using GreenshotPlugin.Controls; namespace Greenshot { partial class ImageEditorForm { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageEditorForm)); this.topToolStripContainer = new System.Windows.Forms.ToolStripContainer(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new GreenshotPlugin.Controls.NonJumpingPanel(); this.toolsToolStrip = new Greenshot.Controls.ToolStripEx(); this.btnCursor = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnRect = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnEllipse = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnLine = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnArrow = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnFreehand = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnText = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnSpeechBubble = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnStepLabel = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator(); this.btnHighlight = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnObfuscate = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.toolStripSplitButton1 = new GreenshotPlugin.Controls.GreenshotToolStripDropDownButton(); this.addBorderToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.addDropshadowToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.tornEdgesToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.grayscaleToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.invertToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator(); this.btnCrop = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.rotateCwToolstripButton = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.rotateCcwToolstripButton = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnResize = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.propertiesToolStrip = new Greenshot.Controls.ToolStripEx(); this.tsbSaveClose = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); this.tsbCancelTasks = new System.Windows.Forms.ToolStripButton(); this.tssTaskButtons = new System.Windows.Forms.ToolStripSeparator(); this.tsbSaveImage = new System.Windows.Forms.ToolStripButton(); this.tsbSaveImageAs = new System.Windows.Forms.ToolStripButton(); this.tsbCopyImage = new System.Windows.Forms.ToolStripButton(); this.tsbUploadImage = new System.Windows.Forms.ToolStripButton(); this.tsbPrintImage = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btnUndo = new System.Windows.Forms.ToolStripButton(); this.btnRedo = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btnCut = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnCopy = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnPaste = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.btnDelete = new GreenshotPlugin.Controls.GreenshotToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.menuStrip1 = new System.Windows.Forms.ToolStripDropDownButton(); this.tsmiSaveImage = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiSaveImageAs = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiCopyImage = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiUploadImage = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiPrintImage = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator(); this.cutToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.copyToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.pasteToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.removeObjectToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.duplicateToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.selectAllToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.arrangeToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.upToTopToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.upOneLevelToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.downOneLevelToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.downToBottomToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.saveElementsToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.loadElementsToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.autoCropToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator(); this.tsmiAbout = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.obfuscateModeButton = new Greenshot.Controls.BindableToolStripDropDownButton(); this.pixelizeToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.blurToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.highlightModeButton = new Greenshot.Controls.BindableToolStripDropDownButton(); this.textHighlightMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.areaHighlightMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.grayscaleHighlightMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.magnifyMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.btnFillColor = new Greenshot.Controls.ToolStripColorButton(); this.btnLineColor = new Greenshot.Controls.ToolStripColorButton(); this.lineThicknessLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.lineThicknessUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.fontFamilyComboBox = new Greenshot.Controls.FontFamilyComboBox(); this.fontSizeLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.fontSizeUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.fontBoldButton = new Greenshot.Controls.BindableToolStripButton(); this.fontItalicButton = new Greenshot.Controls.BindableToolStripButton(); this.textHorizontalAlignmentButton = new Greenshot.Controls.BindableToolStripDropDownButton(); this.alignLeftToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.alignCenterToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.alignRightToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.textVerticalAlignmentButton = new Greenshot.Controls.BindableToolStripDropDownButton(); this.alignTopToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.alignMiddleToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.alignBottomToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.blurRadiusLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.blurRadiusUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.brightnessLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.brightnessUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.previewQualityLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.previewQualityUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.magnificationFactorLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.magnificationFactorUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.pixelSizeLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.pixelSizeUpDown = new Greenshot.Controls.ToolStripNumericUpDown(); this.arrowHeadsLabel = new GreenshotPlugin.Controls.GreenshotToolStripLabel(); this.arrowHeadsDropDownButton = new GreenshotPlugin.Controls.GreenshotToolStripDropDownButton(); this.arrowHeadStartMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.arrowHeadEndMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.arrowHeadBothMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.arrowHeadNoneMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.shadowButton = new Greenshot.Controls.BindableToolStripButton(); this.btnConfirm = new Greenshot.Controls.BindableToolStripButton(); this.btnCancel = new Greenshot.Controls.BindableToolStripButton(); this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator(); this.closeToolStripMenuItem = new GreenshotPlugin.Controls.GreenshotToolStripMenuItem(); this.tsmiSettings = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); this.topToolStripContainer.ContentPanel.SuspendLayout(); this.topToolStripContainer.LeftToolStripPanel.SuspendLayout(); this.topToolStripContainer.TopToolStripPanel.SuspendLayout(); this.topToolStripContainer.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.toolsToolStrip.SuspendLayout(); this.propertiesToolStrip.SuspendLayout(); this.SuspendLayout(); // // topToolStripContainer // this.topToolStripContainer.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.topToolStripContainer.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; // // topToolStripContainer.ContentPanel // this.topToolStripContainer.ContentPanel.AutoScroll = true; this.topToolStripContainer.ContentPanel.Controls.Add(this.tableLayoutPanel1); this.topToolStripContainer.ContentPanel.Size = new System.Drawing.Size(756, 454); this.topToolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; // // topToolStripContainer.LeftToolStripPanel // this.topToolStripContainer.LeftToolStripPanel.Controls.Add(this.toolsToolStrip); this.topToolStripContainer.Location = new System.Drawing.Point(0, 0); this.topToolStripContainer.Name = "topToolStripContainer"; this.topToolStripContainer.Size = new System.Drawing.Size(785, 485); this.topToolStripContainer.TabIndex = 2; this.topToolStripContainer.Text = "topToolStripContainer"; // // topToolStripContainer.TopToolStripPanel // this.topToolStripContainer.TopToolStripPanel.Controls.Add(this.propertiesToolStrip); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.SystemColors.Control; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 1; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 458F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(756, 454); this.tableLayoutPanel1.TabIndex = 3; // // panel1 // this.panel1.AutoScroll = true; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(750, 452); this.panel1.TabIndex = 2; // // toolsToolStrip // this.toolsToolStrip.ImageScalingSize = GreenshotForm.coreConfiguration.IconSize; this.toolsToolStrip.ClickThrough = true; this.toolsToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.toolsToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolsToolStrip.Renderer = new CustomToolStripProfessionalRenderer(); this.toolsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnCursor, this.toolStripSeparator1, this.btnRect, this.btnEllipse, this.btnLine, this.btnArrow, this.btnFreehand, this.btnText, this.btnSpeechBubble, this.btnStepLabel, this.toolStripSeparator14, this.btnHighlight, this.btnObfuscate, this.toolStripSplitButton1, this.toolStripSeparator13, this.btnCrop, this.rotateCwToolstripButton, this.rotateCcwToolstripButton, this.btnResize}); //check this.toolsToolStrip.Location = new System.Drawing.Point(0, 0); this.toolsToolStrip.Name = "toolsToolStrip"; this.toolsToolStrip.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.toolsToolStrip.Stretch = true; this.toolsToolStrip.TabIndex = 0; this.toolsToolStrip.BackColor = System.Drawing.SystemColors.Control; this.toolsToolStrip.OverflowButton.DropDown.BackColor = System.Drawing.SystemColors.Control; // // btnCursor // this.btnCursor.CheckOnClick = true; this.btnCursor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCursor.Image = ((System.Drawing.Image)(resources.GetObject("btnCursor.Image"))); this.btnCursor.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCursor.LanguageKey = "editor_cursortool"; this.btnCursor.Name = "btnCursor"; this.btnCursor.Text = "Selection Tool (ESC)"; this.btnCursor.Click += new System.EventHandler(this.BtnCursorClick); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; // // btnRect // this.btnRect.CheckOnClick = true; this.btnRect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnRect.Image = ((System.Drawing.Image)(resources.GetObject("btnRect.Image"))); this.btnRect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRect.LanguageKey = "editor_drawrectangle"; this.btnRect.Name = "btnRect"; this.btnRect.Text = "Draw rectangle (R)"; this.btnRect.Click += new System.EventHandler(this.BtnRectClick); // // btnEllipse // this.btnEllipse.CheckOnClick = true; this.btnEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEllipse.Image = ((System.Drawing.Image)(resources.GetObject("btnEllipse.Image"))); this.btnEllipse.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEllipse.LanguageKey = "editor_drawellipse"; this.btnEllipse.Name = "btnEllipse"; this.btnEllipse.Text = "Draw ellipse (E)"; this.btnEllipse.Click += new System.EventHandler(this.BtnEllipseClick); // // btnLine // this.btnLine.CheckOnClick = true; this.btnLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnLine.Image = ((System.Drawing.Image)(resources.GetObject("btnLine.Image"))); this.btnLine.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnLine.LanguageKey = "editor_drawline"; this.btnLine.Name = "btnLine"; this.btnLine.Text = "Draw line (L)"; this.btnLine.Click += new System.EventHandler(this.BtnLineClick); // // btnArrow // this.btnArrow.CheckOnClick = true; this.btnArrow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnArrow.Image = ((System.Drawing.Image)(resources.GetObject("btnArrow.Image"))); this.btnArrow.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnArrow.LanguageKey = "editor_drawarrow"; this.btnArrow.Name = "btnArrow"; this.btnArrow.Text = "Draw arrow (A)"; this.btnArrow.Click += new System.EventHandler(this.BtnArrowClick); // // btnFreehand // this.btnFreehand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFreehand.Image = ((System.Drawing.Image)(resources.GetObject("btnFreehand.Image"))); this.btnFreehand.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnFreehand.LanguageKey = "editor_drawfreehand"; this.btnFreehand.Name = "btnFreehand"; this.btnFreehand.Text = "Draw freehand (F)"; this.btnFreehand.Click += new System.EventHandler(this.BtnFreehandClick); // // btnText // this.btnText.CheckOnClick = true; this.btnText.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnText.Image = ((System.Drawing.Image)(resources.GetObject("btnText.Image"))); this.btnText.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnText.LanguageKey = "editor_drawtextbox"; this.btnText.Name = "btnText"; this.btnText.Text = "Add textbox (T)"; this.btnText.Click += new System.EventHandler(this.BtnTextClick); // // btnSpeechBubble // this.btnSpeechBubble.CheckOnClick = true; this.btnSpeechBubble.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSpeechBubble.Image = ((System.Drawing.Image)(resources.GetObject("btnSpeechBubble.Image"))); this.btnSpeechBubble.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSpeechBubble.Name = "btnSpeechBubble"; this.btnSpeechBubble.Text = "Add speech bubble (S)"; this.btnSpeechBubble.Click += new System.EventHandler(this.BtnSpeechBubbleClick); // // btnStepLabel // this.btnStepLabel.CheckOnClick = true; this.btnStepLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnStepLabel.Image = global::Greenshot.Properties.Resources.notification_counter_01; this.btnStepLabel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnStepLabel.Name = "btnStepLabel"; this.btnStepLabel.Text = "Add step label (I)"; this.btnStepLabel.Click += new System.EventHandler(this.BtnStepLabelClick); // // toolStripSeparator14 // this.toolStripSeparator14.Name = "toolStripSeparator14"; // // btnHighlight // this.btnHighlight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnHighlight.Image = ((System.Drawing.Image)(resources.GetObject("btnHighlight.Image"))); this.btnHighlight.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnHighlight.LanguageKey = "editor_drawhighlighter"; this.btnHighlight.Name = "btnHighlight"; this.btnHighlight.Text = "Highlight (H)"; this.btnHighlight.Click += new System.EventHandler(this.BtnHighlightClick); // // btnObfuscate // this.btnObfuscate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnObfuscate.Image = ((System.Drawing.Image)(resources.GetObject("btnObfuscate.Image"))); this.btnObfuscate.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnObfuscate.LanguageKey = "editor_obfuscate"; this.btnObfuscate.Name = "btnObfuscate"; this.btnObfuscate.Text = "Obfuscate (O)"; this.btnObfuscate.Click += new System.EventHandler(this.BtnObfuscateClick); // // toolStripSplitButton1 // this.toolStripSplitButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.addBorderToolStripMenuItem, this.addDropshadowToolStripMenuItem, this.tornEdgesToolStripMenuItem, this.grayscaleToolStripMenuItem, this.invertToolStripMenuItem}); this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image"))); this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSplitButton1.LanguageKey = "editor_effects"; this.toolStripSplitButton1.Name = "toolStripSplitButton1"; this.toolStripSplitButton1.ShowDropDownArrow = false; this.toolStripSplitButton1.Text = "Effects"; // // addBorderToolStripMenuItem // this.addBorderToolStripMenuItem.LanguageKey = "editor_border"; this.addBorderToolStripMenuItem.Name = "addBorderToolStripMenuItem"; this.addBorderToolStripMenuItem.Text = "Border"; this.addBorderToolStripMenuItem.Click += new System.EventHandler(this.AddBorderToolStripMenuItemClick); // // addDropshadowToolStripMenuItem // this.addDropshadowToolStripMenuItem.LanguageKey = "editor_image_shadow"; this.addDropshadowToolStripMenuItem.Name = "addDropshadowToolStripMenuItem"; this.addDropshadowToolStripMenuItem.Text = "Drop shadow"; this.addDropshadowToolStripMenuItem.Click += new System.EventHandler(this.AddDropshadowToolStripMenuItemClick); // // tornEdgesToolStripMenuItem // this.tornEdgesToolStripMenuItem.LanguageKey = "editor_torn_edge"; this.tornEdgesToolStripMenuItem.Name = "tornEdgesToolStripMenuItem"; this.tornEdgesToolStripMenuItem.Text = "Torn edge"; this.tornEdgesToolStripMenuItem.Click += new System.EventHandler(this.TornEdgesToolStripMenuItemClick); // // grayscaleToolStripMenuItem // this.grayscaleToolStripMenuItem.LanguageKey = "editor_grayscale"; this.grayscaleToolStripMenuItem.Name = "grayscaleToolStripMenuItem"; this.grayscaleToolStripMenuItem.Text = "Grayscale"; this.grayscaleToolStripMenuItem.Click += new System.EventHandler(this.GrayscaleToolStripMenuItemClick); // // invertToolStripMenuItem // this.invertToolStripMenuItem.LanguageKey = "editor_invert"; this.invertToolStripMenuItem.Name = "invertToolStripMenuItem"; this.invertToolStripMenuItem.Text = "Invert"; this.invertToolStripMenuItem.Click += new System.EventHandler(this.InvertToolStripMenuItemClick); // // toolStripSeparator13 // this.toolStripSeparator13.Name = "toolStripSeparator13"; // // btnCrop // this.btnCrop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCrop.Image = ((System.Drawing.Image)(resources.GetObject("btnCrop.Image"))); this.btnCrop.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCrop.LanguageKey = "editor_crop"; this.btnCrop.Name = "btnCrop"; this.btnCrop.Text = "Crop (C)"; this.btnCrop.Click += new System.EventHandler(this.BtnCropClick); // // rotateCwToolstripButton // this.rotateCwToolstripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.rotateCwToolstripButton.Image = ((System.Drawing.Image)(resources.GetObject("rotateCwToolstripButton.Image"))); this.rotateCwToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.rotateCwToolstripButton.LanguageKey = "editor_rotatecw"; this.rotateCwToolstripButton.Name = "rotateCwToolstripButton"; this.rotateCwToolstripButton.Text = "Rotate clockwise (Control + .)"; this.rotateCwToolstripButton.Click += new System.EventHandler(this.RotateCwToolstripButtonClick); // // rotateCcwToolstripButton // this.rotateCcwToolstripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.rotateCcwToolstripButton.Image = ((System.Drawing.Image)(resources.GetObject("rotateCcwToolstripButton.Image"))); this.rotateCcwToolstripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.rotateCcwToolstripButton.LanguageKey = "editor_rotateccw"; this.rotateCcwToolstripButton.Name = "rotateCcwToolstripButton"; this.rotateCcwToolstripButton.Text = "Rotate counter clockwise (Control + ,)"; this.rotateCcwToolstripButton.Click += new System.EventHandler(this.RotateCcwToolstripButtonClick); // // btnResize // this.btnResize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnResize.Image = ((System.Drawing.Image)(resources.GetObject("btnResize.Image"))); this.btnResize.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnResize.Name = "btnResize"; this.btnResize.Text = "Resize"; this.btnResize.Click += new System.EventHandler(this.BtnResizeClick); // // propertiesToolStrip // this.propertiesToolStrip.AutoSize = false; this.propertiesToolStrip.ClickThrough = true; this.propertiesToolStrip.ImageScalingSize = GreenshotForm.coreConfiguration.IconSize; this.propertiesToolStrip.Dock = System.Windows.Forms.DockStyle.Fill; this.propertiesToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.propertiesToolStrip.MinimumSize = new System.Drawing.Size(150, GreenshotForm.coreConfiguration.IconSize.Height + 10); this.propertiesToolStrip.Name = "propertiesToolStrip"; this.propertiesToolStrip.Padding = new System.Windows.Forms.Padding(3, 3, 3, 0); this.propertiesToolStrip.Stretch = true; this.propertiesToolStrip.TabIndex = 0; this.propertiesToolStrip.Location = new System.Drawing.Point(0, 0); this.propertiesToolStrip.Renderer = new CustomToolStripProfessionalRenderer(); this.propertiesToolStrip.BackColor = System.Drawing.SystemColors.Control; this.propertiesToolStrip.OverflowButton.DropDown.BackColor = System.Drawing.SystemColors.Control; this.propertiesToolStrip.Paint += PropertiesToolStrip_Paint; this.propertiesToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbSaveClose, this.tsbClose, this.tsbCancelTasks, this.tssTaskButtons, this.tsbSaveImage, this.tsbSaveImageAs, this.tsbCopyImage, this.tsbUploadImage, this.tsbPrintImage, this.toolStripSeparator2, this.btnUndo, this.btnRedo, this.toolStripSeparator3, this.btnCut, this.btnCopy, this.btnPaste, this.btnDelete, this.toolStripSeparator6, this.menuStrip1, this.toolStripSeparator5, this.obfuscateModeButton, this.highlightModeButton, this.btnFillColor, this.btnLineColor, this.lineThicknessLabel, this.lineThicknessUpDown, this.fontFamilyComboBox, this.fontSizeLabel, this.fontSizeUpDown, this.fontBoldButton, this.fontItalicButton, this.textHorizontalAlignmentButton, this.textVerticalAlignmentButton, this.blurRadiusLabel, this.blurRadiusUpDown, this.brightnessLabel, this.brightnessUpDown, this.previewQualityLabel, this.previewQualityUpDown, this.magnificationFactorLabel, this.magnificationFactorUpDown, this.pixelSizeLabel, this.pixelSizeUpDown, this.arrowHeadsLabel, this.arrowHeadsDropDownButton, this.shadowButton, this.btnConfirm, this.btnCancel}); // // tsbSaveClose // this.tsbSaveClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSaveClose.Image = global::Greenshot.Properties.Resources.tick; this.tsbSaveClose.Name = "tsbSaveClose"; this.tsbSaveClose.Text = "Save and close (Alt+S)"; this.tsbSaveClose.Click += new System.EventHandler(this.btnSaveClose_Click); // // tsbClose // this.tsbClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbClose.Image = global::Greenshot.Properties.Resources.slash; this.tsbClose.Name = "tsbClose"; this.tsbClose.Text = "Close (Alt+W)"; this.tsbClose.Click += new System.EventHandler(this.btnClose_Click); // // tsbCancelTasks // this.tsbCancelTasks.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCancelTasks.Image = global::Greenshot.Properties.Resources.minus_circle; this.tsbCancelTasks.Name = "tsbCancelTasks"; this.tsbCancelTasks.Text = "Close and cancel tasks (Alt+C)"; this.tsbCancelTasks.Click += new System.EventHandler(this.btnCancelTasks_Click); // // tssTaskButtons // this.tssTaskButtons.Name = "tssTaskButtons"; // // tsbSaveImage // this.tsbSaveImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSaveImage.Image = global::Greenshot.Properties.Resources.disk_black; this.tsbSaveImage.Name = "tsbSaveImage"; this.tsbSaveImage.Text = "Save image"; this.tsbSaveImage.Click += new System.EventHandler(this.btnSave_Click); // // tsbSaveImageAs // this.tsbSaveImageAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbSaveImageAs.Image = global::Greenshot.Properties.Resources.disks_black; this.tsbSaveImageAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbSaveImageAs.Name = "tsbSaveImageAs"; this.tsbSaveImageAs.Text = "Save image as..."; this.tsbSaveImageAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // tsbCopyImage // this.tsbCopyImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbCopyImage.Image = global::Greenshot.Properties.Resources.clipboard; this.tsbCopyImage.Name = "tsbCopyImage"; this.tsbCopyImage.Text = "Copy image to clipboard"; this.tsbCopyImage.Click += new System.EventHandler(this.btnClipboardCopy_Click); // // tsbUploadImage // this.tsbUploadImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbUploadImage.Image = global::Greenshot.Properties.Resources.drive_globe; this.tsbUploadImage.Name = "tsbUploadImage"; this.tsbUploadImage.Text = "Upload image"; this.tsbUploadImage.Click += new System.EventHandler(this.btnUploadImage_Click); // // tsbPrintImage // this.tsbPrintImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbPrintImage.Image = global::Greenshot.Properties.Resources.printer; this.tsbPrintImage.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbPrintImage.Name = "tsbPrintImage"; this.tsbPrintImage.Text = "Print image"; this.tsbPrintImage.Click += new System.EventHandler(this.tsbPrintImage_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; // // btnUndo // this.btnUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnUndo.Enabled = false; this.btnUndo.Image = global::Greenshot.Properties.Resources.undo; this.btnUndo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnUndo.Name = "btnUndo"; this.btnUndo.Click += new System.EventHandler(this.UndoToolStripMenuItemClick); // // btnRedo // this.btnRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnRedo.Enabled = false; this.btnRedo.Image = global::Greenshot.Properties.Resources.redo; this.btnRedo.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRedo.Name = "btnRedo"; this.btnRedo.Click += new System.EventHandler(this.RedoToolStripMenuItemClick); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; // // btnCut // this.btnCut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCut.Enabled = false; this.btnCut.Image = global::Greenshot.Properties.Resources.scissors; this.btnCut.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCut.LanguageKey = "editor_cuttoclipboard"; this.btnCut.Name = "btnCut"; this.btnCut.Text = "Cut"; this.btnCut.Click += new System.EventHandler(this.CutToolStripMenuItemClick); // // btnCopy // this.btnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCopy.Enabled = false; this.btnCopy.Image = global::Greenshot.Properties.Resources.images; this.btnCopy.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCopy.LanguageKey = "editor_copytoclipboard"; this.btnCopy.Name = "btnCopy"; this.btnCopy.Text = "Copy"; this.btnCopy.Click += new System.EventHandler(this.CopyToolStripMenuItemClick); // // btnPaste // this.btnPaste.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPaste.Enabled = false; this.btnPaste.Image = global::Greenshot.Properties.Resources.clipboard_paste_image; this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnPaste.LanguageKey = "editor_pastefromclipboard"; this.btnPaste.Name = "btnPaste"; this.btnPaste.Text = "Paste"; this.btnPaste.Click += new System.EventHandler(this.PasteToolStripMenuItemClick); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnDelete.Enabled = false; this.btnDelete.Image = global::Greenshot.Properties.Resources.cross; this.btnDelete.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnDelete.LanguageKey = "editor_deleteelement"; this.btnDelete.Name = "btnDelete"; this.btnDelete.Text = "Delete"; this.btnDelete.Click += new System.EventHandler(this.RemoveObjectToolStripMenuItemClick); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; // // menuStrip1 // this.menuStrip1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.menuStrip1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiSaveImage, this.tsmiSaveImageAs, this.tsmiCopyImage, this.tsmiUploadImage, this.tsmiPrintImage, this.toolStripSeparator7, this.undoToolStripMenuItem, this.redoToolStripMenuItem, this.toolStripSeparator15, this.cutToolStripMenuItem, this.copyToolStripMenuItem, this.pasteToolStripMenuItem, this.removeObjectToolStripMenuItem, this.toolStripSeparator4, this.duplicateToolStripMenuItem, this.selectAllToolStripMenuItem, this.clearToolStripMenuItem, this.arrangeToolStripMenuItem, this.autoCropToolStripMenuItem, this.toolStripSeparator8, this.saveElementsToolStripMenuItem, this.loadElementsToolStripMenuItem, this.toolStripSeparator9, this.tsmiSettings, this.toolStripSeparator10, this.tsmiAbout}); this.menuStrip1.Image = global::Greenshot.Properties.Resources.gear; this.menuStrip1.ImageTransparentColor = System.Drawing.Color.Magenta; this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Text = "Menu"; this.menuStrip1.Click += new System.EventHandler(this.menuStrip1_Click); // // tsmiSaveImage // this.tsmiSaveImage.Image = global::Greenshot.Properties.Resources.disk_black; this.tsmiSaveImage.Name = "tsmiSaveImage"; this.tsmiSaveImage.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this.tsmiSaveImage.Text = "Save image"; this.tsmiSaveImage.Click += new System.EventHandler(this.btnSave_Click); // // tsmiSaveImageAs // this.tsmiSaveImageAs.Image = global::Greenshot.Properties.Resources.disks_black; this.tsmiSaveImageAs.Name = "tsmiSaveImageAs"; this.tsmiSaveImageAs.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.S))); this.tsmiSaveImageAs.Text = "Save image as..."; this.tsmiSaveImageAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // tsmiCopyImage // this.tsmiCopyImage.Image = global::Greenshot.Properties.Resources.clipboard; this.tsmiCopyImage.Name = "tsmiCopyImage"; this.tsmiCopyImage.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.C))); this.tsmiCopyImage.Text = "Copy image to clipboard"; this.tsmiCopyImage.Click += new System.EventHandler(this.btnClipboardCopy_Click); // // tsmiUploadImage // this.tsmiUploadImage.Image = global::Greenshot.Properties.Resources.drive_globe; this.tsmiUploadImage.Name = "tsmiUploadImage"; this.tsmiUploadImage.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U))); this.tsmiUploadImage.Text = "Upload image"; this.tsmiUploadImage.Click += new System.EventHandler(this.btnUploadImage_Click); // // tsmiPrintImage // this.tsmiPrintImage.Image = global::Greenshot.Properties.Resources.printer; this.tsmiPrintImage.Name = "tsmiPrintImage"; this.tsmiPrintImage.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P))); this.tsmiPrintImage.Text = "Print image"; this.tsmiPrintImage.Click += new System.EventHandler(this.tsbPrintImage_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; // // undoToolStripMenuItem // this.undoToolStripMenuItem.Enabled = false; this.undoToolStripMenuItem.Image = global::Greenshot.Properties.Resources.undo; this.undoToolStripMenuItem.Name = "undoToolStripMenuItem"; this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z))); this.undoToolStripMenuItem.Text = "Undo"; this.undoToolStripMenuItem.Click += new System.EventHandler(this.UndoToolStripMenuItemClick); // // redoToolStripMenuItem // this.redoToolStripMenuItem.Enabled = false; this.redoToolStripMenuItem.Image = global::Greenshot.Properties.Resources.redo; this.redoToolStripMenuItem.Name = "redoToolStripMenuItem"; this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y))); this.redoToolStripMenuItem.Text = "Redo"; this.redoToolStripMenuItem.Click += new System.EventHandler(this.RedoToolStripMenuItemClick); // // toolStripSeparator15 // this.toolStripSeparator15.Name = "toolStripSeparator15"; // // cutToolStripMenuItem // this.cutToolStripMenuItem.Enabled = false; this.cutToolStripMenuItem.Image = global::Greenshot.Properties.Resources.scissors; this.cutToolStripMenuItem.LanguageKey = "editor_cuttoclipboard"; this.cutToolStripMenuItem.Name = "cutToolStripMenuItem"; this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); this.cutToolStripMenuItem.Text = "Cut"; this.cutToolStripMenuItem.Click += new System.EventHandler(this.CutToolStripMenuItemClick); // // copyToolStripMenuItem // this.copyToolStripMenuItem.Enabled = false; this.copyToolStripMenuItem.Image = global::Greenshot.Properties.Resources.images; this.copyToolStripMenuItem.LanguageKey = "editor_copytoclipboard"; this.copyToolStripMenuItem.Name = "copyToolStripMenuItem"; this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.copyToolStripMenuItem.Text = "Copy"; this.copyToolStripMenuItem.Click += new System.EventHandler(this.CopyToolStripMenuItemClick); // // pasteToolStripMenuItem // this.pasteToolStripMenuItem.Enabled = false; this.pasteToolStripMenuItem.Image = global::Greenshot.Properties.Resources.clipboard_paste_image; this.pasteToolStripMenuItem.LanguageKey = "editor_pastefromclipboard"; this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem"; this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); this.pasteToolStripMenuItem.Text = "Paste"; this.pasteToolStripMenuItem.Click += new System.EventHandler(this.PasteToolStripMenuItemClick); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; // // duplicateToolStripMenuItem // this.duplicateToolStripMenuItem.Enabled = false; this.duplicateToolStripMenuItem.LanguageKey = "editor_duplicate"; this.duplicateToolStripMenuItem.Name = "duplicateToolStripMenuItem"; this.duplicateToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D))); this.duplicateToolStripMenuItem.Text = "Duplicate selected element"; this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.DuplicateToolStripMenuItemClick); // // selectAllToolStripMenuItem // this.selectAllToolStripMenuItem.LanguageKey = "editor_selectall"; this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem"; this.selectAllToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.selectAllToolStripMenuItem.Text = "Select all"; this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.SelectAllToolStripMenuItemClick); // // removeObjectToolStripMenuItem // this.removeObjectToolStripMenuItem.Enabled = false; this.removeObjectToolStripMenuItem.Image = global::Greenshot.Properties.Resources.cross; this.removeObjectToolStripMenuItem.LanguageKey = "editor_deleteelement"; this.removeObjectToolStripMenuItem.Name = "removeObjectToolStripMenuItem"; this.removeObjectToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.removeObjectToolStripMenuItem.Text = "Delete"; this.removeObjectToolStripMenuItem.Click += new System.EventHandler(this.RemoveObjectToolStripMenuItemClick); // // clearToolStripMenuItem // this.clearToolStripMenuItem.Name = "clearToolStripMenuItem"; this.clearToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) | System.Windows.Forms.Keys.Delete))); this.clearToolStripMenuItem.Text = "Delete all"; this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click); // // arrangeToolStripMenuItem // this.arrangeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.upToTopToolStripMenuItem, this.upOneLevelToolStripMenuItem, this.downOneLevelToolStripMenuItem, this.downToBottomToolStripMenuItem}); this.arrangeToolStripMenuItem.Enabled = false; this.arrangeToolStripMenuItem.LanguageKey = "editor_arrange"; this.arrangeToolStripMenuItem.Name = "arrangeToolStripMenuItem"; this.arrangeToolStripMenuItem.Text = "Arrange"; // // upToTopToolStripMenuItem // this.upToTopToolStripMenuItem.Enabled = false; this.upToTopToolStripMenuItem.LanguageKey = "editor_uptotop"; this.upToTopToolStripMenuItem.Name = "upToTopToolStripMenuItem"; this.upToTopToolStripMenuItem.ShortcutKeyDisplayString = "Home"; this.upToTopToolStripMenuItem.Text = "Up to top"; this.upToTopToolStripMenuItem.Click += new System.EventHandler(this.UpToTopToolStripMenuItemClick); // // upOneLevelToolStripMenuItem // this.upOneLevelToolStripMenuItem.Enabled = false; this.upOneLevelToolStripMenuItem.LanguageKey = "editor_uponelevel"; this.upOneLevelToolStripMenuItem.Name = "upOneLevelToolStripMenuItem"; this.upOneLevelToolStripMenuItem.ShortcutKeyDisplayString = "PgUp"; this.upOneLevelToolStripMenuItem.Text = "Up one level"; this.upOneLevelToolStripMenuItem.Click += new System.EventHandler(this.UpOneLevelToolStripMenuItemClick); // // downOneLevelToolStripMenuItem // this.downOneLevelToolStripMenuItem.Enabled = false; this.downOneLevelToolStripMenuItem.LanguageKey = "editor_downonelevel"; this.downOneLevelToolStripMenuItem.Name = "downOneLevelToolStripMenuItem"; this.downOneLevelToolStripMenuItem.ShortcutKeyDisplayString = "PgDn"; this.downOneLevelToolStripMenuItem.Text = "Down one level"; this.downOneLevelToolStripMenuItem.Click += new System.EventHandler(this.DownOneLevelToolStripMenuItemClick); // // downToBottomToolStripMenuItem // this.downToBottomToolStripMenuItem.Enabled = false; this.downToBottomToolStripMenuItem.LanguageKey = "editor_downtobottom"; this.downToBottomToolStripMenuItem.Name = "downToBottomToolStripMenuItem"; this.downToBottomToolStripMenuItem.ShortcutKeyDisplayString = "End"; this.downToBottomToolStripMenuItem.Text = "Down to bottom"; this.downToBottomToolStripMenuItem.Click += new System.EventHandler(this.DownToBottomToolStripMenuItemClick); // // saveElementsToolStripMenuItem // this.saveElementsToolStripMenuItem.LanguageKey = "editor_save_objects"; this.saveElementsToolStripMenuItem.Name = "saveElementsToolStripMenuItem"; this.saveElementsToolStripMenuItem.Text = "Save objects to file..."; this.saveElementsToolStripMenuItem.Click += new System.EventHandler(this.SaveElementsToolStripMenuItemClick); // // loadElementsToolStripMenuItem // this.loadElementsToolStripMenuItem.LanguageKey = "editor_load_objects"; this.loadElementsToolStripMenuItem.Name = "loadElementsToolStripMenuItem"; this.loadElementsToolStripMenuItem.Text = "Load objects from file..."; this.loadElementsToolStripMenuItem.Click += new System.EventHandler(this.LoadElementsToolStripMenuItemClick); // // autoCropToolStripMenuItem // this.autoCropToolStripMenuItem.LanguageKey = "editor_autocrop"; this.autoCropToolStripMenuItem.Name = "autoCropToolStripMenuItem"; this.autoCropToolStripMenuItem.Text = "Auto crop"; this.autoCropToolStripMenuItem.Click += new System.EventHandler(this.AutoCropToolStripMenuItemClick); // // toolStripSeparator8 // this.toolStripSeparator8.Name = "toolStripSeparator8"; // // tsmiAbout // this.tsmiAbout.Name = "tsmiAbout"; this.tsmiAbout.Text = "About..."; this.tsmiAbout.Click += new System.EventHandler(this.tsmiAbout_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; // // obfuscateModeButton // this.obfuscateModeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.obfuscateModeButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pixelizeToolStripMenuItem, this.blurToolStripMenuItem}); this.obfuscateModeButton.Image = ((System.Drawing.Image)(resources.GetObject("obfuscateModeButton.Image"))); this.obfuscateModeButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.obfuscateModeButton.LanguageKey = "editor_obfuscate_mode"; this.obfuscateModeButton.Name = "obfuscateModeButton"; this.obfuscateModeButton.SelectedTag = Greenshot.Drawing.FilterContainer.PreparedFilter.BLUR; this.obfuscateModeButton.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.BLUR; this.obfuscateModeButton.Text = "Obfuscation mode"; // // pixelizeToolStripMenuItem // this.pixelizeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pixelizeToolStripMenuItem.Image"))); this.pixelizeToolStripMenuItem.LanguageKey = "editor_obfuscate_pixelize"; this.pixelizeToolStripMenuItem.Name = "pixelizeToolStripMenuItem"; this.pixelizeToolStripMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.PIXELIZE; this.pixelizeToolStripMenuItem.Text = "Pixelize"; // // blurToolStripMenuItem // this.blurToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("blurToolStripMenuItem.Image"))); this.blurToolStripMenuItem.LanguageKey = "editor_obfuscate_blur"; this.blurToolStripMenuItem.Name = "blurToolStripMenuItem"; this.blurToolStripMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.BLUR; this.blurToolStripMenuItem.Text = "Blur"; // // highlightModeButton // this.highlightModeButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.highlightModeButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.textHighlightMenuItem, this.areaHighlightMenuItem, this.grayscaleHighlightMenuItem, this.magnifyMenuItem}); this.highlightModeButton.Image = ((System.Drawing.Image)(resources.GetObject("highlightModeButton.Image"))); this.highlightModeButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.highlightModeButton.LanguageKey = "editor_highlight_mode"; this.highlightModeButton.Name = "highlightModeButton"; this.highlightModeButton.SelectedTag = Greenshot.Drawing.FilterContainer.PreparedFilter.TEXT_HIGHTLIGHT; this.highlightModeButton.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.TEXT_HIGHTLIGHT; this.highlightModeButton.Text = "Highlight mode"; // // textHighlightMenuItem // this.textHighlightMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("textHighlightMenuItem.Image"))); this.textHighlightMenuItem.LanguageKey = "editor_highlight_text"; this.textHighlightMenuItem.Name = "textHighlightMenuItem"; this.textHighlightMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.TEXT_HIGHTLIGHT; this.textHighlightMenuItem.Text = "Highlight text"; // // areaHighlightMenuItem // this.areaHighlightMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("areaHighlightMenuItem.Image"))); this.areaHighlightMenuItem.LanguageKey = "editor_highlight_area"; this.areaHighlightMenuItem.Name = "areaHighlightMenuItem"; this.areaHighlightMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.AREA_HIGHLIGHT; this.areaHighlightMenuItem.Text = "Highlight area"; // // grayscaleHighlightMenuItem // this.grayscaleHighlightMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("grayscaleHighlightMenuItem.Image"))); this.grayscaleHighlightMenuItem.LanguageKey = "editor_highlight_grayscale"; this.grayscaleHighlightMenuItem.Name = "grayscaleHighlightMenuItem"; this.grayscaleHighlightMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.GRAYSCALE; this.grayscaleHighlightMenuItem.Text = "Grayscale"; // // magnifyMenuItem // this.magnifyMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("magnifyMenuItem.Image"))); this.magnifyMenuItem.LanguageKey = "editor_highlight_magnify"; this.magnifyMenuItem.Name = "magnifyMenuItem"; this.magnifyMenuItem.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.MAGNIFICATION; this.magnifyMenuItem.Text = "Magnify"; // // btnFillColor // this.btnFillColor.BackColor = System.Drawing.Color.Transparent; this.btnFillColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFillColor.Image = ((System.Drawing.Image)(resources.GetObject("btnFillColor.Image"))); this.btnFillColor.LanguageKey = "editor_backcolor"; this.btnFillColor.Name = "btnFillColor"; this.btnFillColor.SelectedColor = System.Drawing.Color.Transparent; this.btnFillColor.Text = "Fill color"; // // btnLineColor // this.btnLineColor.BackColor = System.Drawing.Color.Transparent; this.btnLineColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnLineColor.Image = ((System.Drawing.Image)(resources.GetObject("btnLineColor.Image"))); this.btnLineColor.LanguageKey = "editor_forecolor"; this.btnLineColor.Name = "btnLineColor"; this.btnLineColor.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(222)))), ((int)(((byte)(250))))); this.btnLineColor.Text = "Line color"; // // lineThicknessLabel // this.lineThicknessLabel.LanguageKey = "editor_thickness"; this.lineThicknessLabel.Name = "lineThicknessLabel"; this.lineThicknessLabel.Text = "Line thickness"; // // lineThicknessUpDown // this.lineThicknessUpDown.DecimalPlaces = 0; this.lineThicknessUpDown.Increment = new decimal(new int[] { 1, 0, 0, 0}); this.lineThicknessUpDown.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.lineThicknessUpDown.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.lineThicknessUpDown.Name = "lineThicknessUpDown"; this.lineThicknessUpDown.Text = "0"; this.lineThicknessUpDown.Value = new decimal(new int[] { 0, 0, 0, 0}); this.lineThicknessUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.lineThicknessUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // fontFamilyComboBox // this.fontFamilyComboBox.AutoSize = false; this.fontFamilyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fontFamilyComboBox.MaxDropDownItems = 20; this.fontFamilyComboBox.Name = "fontFamilyComboBox"; this.fontFamilyComboBox.Padding = new System.Windows.Forms.Padding(2, 0, 0, 2); this.fontFamilyComboBox.Text = "Agency FB"; this.fontFamilyComboBox.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.fontFamilyComboBox.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // fontSizeLabel // this.fontSizeLabel.LanguageKey = "editor_fontsize"; this.fontSizeLabel.Name = "fontSizeLabel"; this.fontSizeLabel.Text = "Size"; // // fontSizeUpDown // this.fontSizeUpDown.DecimalPlaces = 0; this.fontSizeUpDown.Increment = new decimal(new int[] { 1, 0, 0, 0}); this.fontSizeUpDown.Maximum = new decimal(new int[] { 500, 0, 0, 0}); this.fontSizeUpDown.Minimum = new decimal(new int[] { 7, 0, 0, 0}); this.fontSizeUpDown.Name = "fontSizeUpDown"; this.fontSizeUpDown.Text = "12"; this.fontSizeUpDown.Value = new decimal(new int[] { 12, 0, 0, 0}); this.fontSizeUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.fontSizeUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // fontBoldButton // this.fontBoldButton.CheckOnClick = true; this.fontBoldButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.fontBoldButton.Image = ((System.Drawing.Image)(resources.GetObject("fontBoldButton.Image"))); this.fontBoldButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.fontBoldButton.LanguageKey = "editor_bold"; this.fontBoldButton.Name = "fontBoldButton"; this.fontBoldButton.Text = "Bold"; this.fontBoldButton.Click += new System.EventHandler(this.FontBoldButtonClick); // // fontItalicButton // this.fontItalicButton.CheckOnClick = true; this.fontItalicButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.fontItalicButton.Image = ((System.Drawing.Image)(resources.GetObject("fontItalicButton.Image"))); this.fontItalicButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.fontItalicButton.LanguageKey = "editor_italic"; this.fontItalicButton.Name = "fontItalicButton"; this.fontItalicButton.Text = "Italic"; this.fontItalicButton.Click += new System.EventHandler(this.FontItalicButtonClick); // // textHorizontalAlignmentButton // this.textHorizontalAlignmentButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.textHorizontalAlignmentButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.alignLeftToolStripMenuItem, this.alignCenterToolStripMenuItem, this.alignRightToolStripMenuItem}); this.textHorizontalAlignmentButton.Image = ((System.Drawing.Image)(resources.GetObject("textHorizontalAlignmentButton.Image"))); this.textHorizontalAlignmentButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.textHorizontalAlignmentButton.LanguageKey = "editor_align_horizontal"; this.textHorizontalAlignmentButton.Name = "textHorizontalAlignmentButton"; this.textHorizontalAlignmentButton.SelectedTag = System.Drawing.StringAlignment.Center; this.textHorizontalAlignmentButton.Tag = System.Drawing.StringAlignment.Center; this.textHorizontalAlignmentButton.Text = "Horizontal alignment"; // // alignLeftToolStripMenuItem // this.alignLeftToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignLeftToolStripMenuItem.Image"))); this.alignLeftToolStripMenuItem.LanguageKey = "editor_align_left"; this.alignLeftToolStripMenuItem.Name = "alignLeftToolStripMenuItem"; this.alignLeftToolStripMenuItem.Tag = System.Drawing.StringAlignment.Near; this.alignLeftToolStripMenuItem.Text = "Left"; // // alignCenterToolStripMenuItem // this.alignCenterToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignCenterToolStripMenuItem.Image"))); this.alignCenterToolStripMenuItem.LanguageKey = "editor_align_center"; this.alignCenterToolStripMenuItem.Name = "alignCenterToolStripMenuItem"; this.alignCenterToolStripMenuItem.Tag = System.Drawing.StringAlignment.Center; this.alignCenterToolStripMenuItem.Text = "Center"; // // alignRightToolStripMenuItem // this.alignRightToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignRightToolStripMenuItem.Image"))); this.alignRightToolStripMenuItem.LanguageKey = "editor_align_right"; this.alignRightToolStripMenuItem.Name = "alignRightToolStripMenuItem"; this.alignRightToolStripMenuItem.Tag = System.Drawing.StringAlignment.Far; this.alignRightToolStripMenuItem.Text = "Right"; // // textVerticalAlignmentButton // this.textVerticalAlignmentButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.textVerticalAlignmentButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.alignTopToolStripMenuItem, this.alignMiddleToolStripMenuItem, this.alignBottomToolStripMenuItem}); this.textVerticalAlignmentButton.Image = ((System.Drawing.Image)(resources.GetObject("textVerticalAlignmentButton.Image"))); this.textVerticalAlignmentButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.textVerticalAlignmentButton.LanguageKey = "editor_align_vertical"; this.textVerticalAlignmentButton.Name = "textVerticalAlignmentButton"; this.textVerticalAlignmentButton.SelectedTag = System.Drawing.StringAlignment.Center; this.textVerticalAlignmentButton.Tag = System.Drawing.StringAlignment.Center; this.textVerticalAlignmentButton.Text = "Vertical alignment"; // // alignTopToolStripMenuItem // this.alignTopToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignTopToolStripMenuItem.Image"))); this.alignTopToolStripMenuItem.LanguageKey = "editor_align_top"; this.alignTopToolStripMenuItem.Name = "alignTopToolStripMenuItem"; this.alignTopToolStripMenuItem.Tag = System.Drawing.StringAlignment.Near; this.alignTopToolStripMenuItem.Text = "Top"; // // alignMiddleToolStripMenuItem // this.alignMiddleToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignMiddleToolStripMenuItem.Image"))); this.alignMiddleToolStripMenuItem.LanguageKey = "editor_align_middle"; this.alignMiddleToolStripMenuItem.Name = "alignMiddleToolStripMenuItem"; this.alignMiddleToolStripMenuItem.Tag = System.Drawing.StringAlignment.Center; this.alignMiddleToolStripMenuItem.Text = "Middle"; // // alignBottomToolStripMenuItem // this.alignBottomToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("alignBottomToolStripMenuItem.Image"))); this.alignBottomToolStripMenuItem.LanguageKey = "editor_align_bottom"; this.alignBottomToolStripMenuItem.Name = "alignBottomToolStripMenuItem"; this.alignBottomToolStripMenuItem.Tag = System.Drawing.StringAlignment.Far; this.alignBottomToolStripMenuItem.Text = "Bottom"; // // blurRadiusLabel // this.blurRadiusLabel.LanguageKey = "editor_blur_radius"; this.blurRadiusLabel.Name = "blurRadiusLabel"; this.blurRadiusLabel.Text = "Blur radius"; // // blurRadiusUpDown // this.blurRadiusUpDown.DecimalPlaces = 0; this.blurRadiusUpDown.Increment = new decimal(new int[] { 1, 0, 0, 0}); this.blurRadiusUpDown.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.blurRadiusUpDown.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.blurRadiusUpDown.Name = "blurRadiusUpDown"; this.blurRadiusUpDown.Text = "1"; this.blurRadiusUpDown.Value = new decimal(new int[] { 1, 0, 0, 0}); this.blurRadiusUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.blurRadiusUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // brightnessLabel // this.brightnessLabel.LanguageKey = "editor_brightness"; this.brightnessLabel.Name = "brightnessLabel"; this.brightnessLabel.Text = "Brightness"; // // brightnessUpDown // this.brightnessUpDown.DecimalPlaces = 0; this.brightnessUpDown.Increment = new decimal(new int[] { 5, 0, 0, 0}); this.brightnessUpDown.Maximum = new decimal(new int[] { 200, 0, 0, 0}); this.brightnessUpDown.Minimum = new decimal(new int[] { 0, 0, 0, 0}); this.brightnessUpDown.Name = "brightnessUpDown"; this.brightnessUpDown.Text = "100"; this.brightnessUpDown.Value = new decimal(new int[] { 100, 0, 0, 0}); this.brightnessUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.brightnessUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // previewQualityLabel // this.previewQualityLabel.LanguageKey = "editor_preview_quality"; this.previewQualityLabel.Name = "previewQualityLabel"; this.previewQualityLabel.Text = "Preview quality"; // // previewQualityUpDown // this.previewQualityUpDown.DecimalPlaces = 0; this.previewQualityUpDown.Increment = new decimal(new int[] { 10, 0, 0, 0}); this.previewQualityUpDown.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.previewQualityUpDown.Minimum = new decimal(new int[] { 10, 0, 0, 0}); this.previewQualityUpDown.Name = "previewQualityUpDown"; this.previewQualityUpDown.Text = "50"; this.previewQualityUpDown.Value = new decimal(new int[] { 50, 0, 0, 0}); this.previewQualityUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.previewQualityUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // magnificationFactorLabel // this.magnificationFactorLabel.LanguageKey = "editor_magnification_factor"; this.magnificationFactorLabel.Name = "magnificationFactorLabel"; this.magnificationFactorLabel.Tag = Greenshot.Drawing.FilterContainer.PreparedFilter.MAGNIFICATION; this.magnificationFactorLabel.Text = "Magnification factor"; // // magnificationFactorUpDown // this.magnificationFactorUpDown.DecimalPlaces = 0; this.magnificationFactorUpDown.Increment = new decimal(new int[] { 2, 0, 0, 0}); this.magnificationFactorUpDown.Maximum = new decimal(new int[] { 8, 0, 0, 0}); this.magnificationFactorUpDown.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.magnificationFactorUpDown.Name = "magnificationFactorUpDown"; this.magnificationFactorUpDown.Text = "2"; this.magnificationFactorUpDown.Value = new decimal(new int[] { 2, 0, 0, 0}); this.magnificationFactorUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.magnificationFactorUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // pixelSizeLabel // this.pixelSizeLabel.LanguageKey = "editor_pixel_size"; this.pixelSizeLabel.Name = "pixelSizeLabel"; this.pixelSizeLabel.Text = "Pixel size"; // // pixelSizeUpDown // this.pixelSizeUpDown.DecimalPlaces = 0; this.pixelSizeUpDown.Increment = new decimal(new int[] { 1, 0, 0, 0}); this.pixelSizeUpDown.Maximum = new decimal(new int[] { 100, 0, 0, 0}); this.pixelSizeUpDown.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.pixelSizeUpDown.Name = "pixelSizeUpDown"; this.pixelSizeUpDown.Text = "5"; this.pixelSizeUpDown.Value = new decimal(new int[] { 5, 0, 0, 0}); this.pixelSizeUpDown.GotFocus += new System.EventHandler(this.ToolBarFocusableElementGotFocus); this.pixelSizeUpDown.LostFocus += new System.EventHandler(this.ToolBarFocusableElementLostFocus); // // arrowHeadsLabel // this.arrowHeadsLabel.LanguageKey = "editor_pixel_size"; this.arrowHeadsLabel.Name = "arrowHeadsLabel"; this.arrowHeadsLabel.Text = "Arrow heads"; // // arrowHeadsDropDownButton // this.arrowHeadsDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.arrowHeadsDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.arrowHeadStartMenuItem, this.arrowHeadEndMenuItem, this.arrowHeadBothMenuItem, this.arrowHeadNoneMenuItem}); this.arrowHeadsDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("arrowHeadsDropDownButton.Image"))); this.arrowHeadsDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.arrowHeadsDropDownButton.LanguageKey = "editor_arrowheads"; this.arrowHeadsDropDownButton.Name = "arrowHeadsDropDownButton"; this.arrowHeadsDropDownButton.Text = "Arrow heads"; // // arrowHeadStartMenuItem // this.arrowHeadStartMenuItem.LanguageKey = "editor_arrowheads_start"; this.arrowHeadStartMenuItem.Name = "arrowHeadStartMenuItem"; this.arrowHeadStartMenuItem.Tag = Greenshot.Drawing.ArrowContainer.ArrowHeadCombination.START_POINT; this.arrowHeadStartMenuItem.Text = "Start point"; this.arrowHeadStartMenuItem.Click += new System.EventHandler(this.ArrowHeadsToolStripMenuItemClick); // // arrowHeadEndMenuItem // this.arrowHeadEndMenuItem.LanguageKey = "editor_arrowheads_end"; this.arrowHeadEndMenuItem.Name = "arrowHeadEndMenuItem"; this.arrowHeadEndMenuItem.Tag = Greenshot.Drawing.ArrowContainer.ArrowHeadCombination.END_POINT; this.arrowHeadEndMenuItem.Text = "End point"; this.arrowHeadEndMenuItem.Click += new System.EventHandler(this.ArrowHeadsToolStripMenuItemClick); // // arrowHeadBothMenuItem // this.arrowHeadBothMenuItem.LanguageKey = "editor_arrowheads_both"; this.arrowHeadBothMenuItem.Name = "arrowHeadBothMenuItem"; this.arrowHeadBothMenuItem.Tag = Greenshot.Drawing.ArrowContainer.ArrowHeadCombination.BOTH; this.arrowHeadBothMenuItem.Text = "Both"; this.arrowHeadBothMenuItem.Click += new System.EventHandler(this.ArrowHeadsToolStripMenuItemClick); // // arrowHeadNoneMenuItem // this.arrowHeadNoneMenuItem.LanguageKey = "editor_arrowheads_none"; this.arrowHeadNoneMenuItem.Name = "arrowHeadNoneMenuItem"; this.arrowHeadNoneMenuItem.Tag = Greenshot.Drawing.ArrowContainer.ArrowHeadCombination.NONE; this.arrowHeadNoneMenuItem.Text = "None"; this.arrowHeadNoneMenuItem.Click += new System.EventHandler(this.ArrowHeadsToolStripMenuItemClick); // // shadowButton // this.shadowButton.CheckOnClick = true; this.shadowButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.shadowButton.Image = ((System.Drawing.Image)(resources.GetObject("shadowButton.Image"))); this.shadowButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.shadowButton.LanguageKey = "editor_shadow"; this.shadowButton.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2); this.shadowButton.Name = "shadowButton"; this.shadowButton.Text = "Drop shadow"; // // btnConfirm // this.btnConfirm.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnConfirm.Image = global::Greenshot.Properties.Resources.tick; this.btnConfirm.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnConfirm.LanguageKey = "editor_confirm"; this.btnConfirm.Name = "btnConfirm"; this.btnConfirm.Text = "Confirm"; this.btnConfirm.Click += new System.EventHandler(this.BtnConfirmClick); // // btnCancel // this.btnCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnCancel.Image = global::Greenshot.Properties.Resources.slash; this.btnCancel.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnCancel.LanguageKey = "editor_cancel"; this.btnCancel.Name = "btnCancel"; this.btnCancel.Text = "Cancel"; this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick); // // toolStripSeparator9 // this.toolStripSeparator9.Name = "toolStripSeparator9"; // // closeToolStripMenuItem // this.closeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("closeToolStripMenuItem.Image"))); this.closeToolStripMenuItem.LanguageKey = "editor_close"; this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4))); this.closeToolStripMenuItem.Text = "Close"; // // tsmiSettings // this.tsmiSettings.Image = global::Greenshot.Properties.Resources.gear; this.tsmiSettings.Name = "tsmiSettings"; this.tsmiSettings.Size = new System.Drawing.Size(279, 22); this.tsmiSettings.Text = "Settings..."; this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click); // // toolStripSeparator10 // this.toolStripSeparator10.Name = "toolStripSeparator10"; this.toolStripSeparator10.Size = new System.Drawing.Size(276, 6); // // ImageEditorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(785, 485); this.Controls.Add(this.topToolStripContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.LanguageKey = "editor_title"; this.Name = "ImageEditorForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Greenshot image editor"; this.Activated += new System.EventHandler(this.ImageEditorFormActivated); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageEditorFormFormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageEditorFormKeyDown); this.Resize += new System.EventHandler(this.ImageEditorFormResize); this.topToolStripContainer.ContentPanel.ResumeLayout(false); this.topToolStripContainer.LeftToolStripPanel.ResumeLayout(false); this.topToolStripContainer.LeftToolStripPanel.PerformLayout(); this.topToolStripContainer.TopToolStripPanel.ResumeLayout(false); this.topToolStripContainer.TopToolStripPanel.PerformLayout(); this.topToolStripContainer.ResumeLayout(false); this.topToolStripContainer.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.toolsToolStrip.ResumeLayout(false); this.toolsToolStrip.PerformLayout(); this.propertiesToolStrip.ResumeLayout(false); this.propertiesToolStrip.PerformLayout(); this.ResumeLayout(false); } private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignRightToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignCenterToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignLeftToolStripMenuItem; private Greenshot.Controls.BindableToolStripDropDownButton textHorizontalAlignmentButton; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignMiddleToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignBottomToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem alignTopToolStripMenuItem; private Greenshot.Controls.BindableToolStripDropDownButton textVerticalAlignmentButton; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem invertToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem grayscaleToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripButton rotateCcwToolstripButton; private GreenshotPlugin.Controls.GreenshotToolStripButton rotateCwToolstripButton; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem addBorderToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem tornEdgesToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem addDropshadowToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripDropDownButton toolStripSplitButton1; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem grayscaleHighlightMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem areaHighlightMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem textHighlightMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem magnifyMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem arrowHeadStartMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem arrowHeadEndMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem arrowHeadBothMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem arrowHeadNoneMenuItem; private Greenshot.Controls.BindableToolStripButton btnCancel; private Greenshot.Controls.BindableToolStripButton btnConfirm; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem selectAllToolStripMenuItem; private Greenshot.Controls.BindableToolStripDropDownButton highlightModeButton; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem pixelizeToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem blurToolStripMenuItem; private Greenshot.Controls.BindableToolStripDropDownButton obfuscateModeButton; private GreenshotPlugin.Controls.GreenshotToolStripButton btnHighlight; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem loadElementsToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem saveElementsToolStripMenuItem; private Greenshot.Controls.FontFamilyComboBox fontFamilyComboBox; private Greenshot.Controls.BindableToolStripButton shadowButton; private Greenshot.Controls.BindableToolStripButton fontItalicButton; private Greenshot.Controls.BindableToolStripButton fontBoldButton; private Greenshot.Controls.ToolStripNumericUpDown fontSizeUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel fontSizeLabel; private Greenshot.Controls.ToolStripNumericUpDown brightnessUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel brightnessLabel; private GreenshotPlugin.Controls.GreenshotToolStripDropDownButton arrowHeadsDropDownButton; private GreenshotPlugin.Controls.GreenshotToolStripLabel arrowHeadsLabel; private Greenshot.Controls.ToolStripNumericUpDown pixelSizeUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel pixelSizeLabel; private Greenshot.Controls.ToolStripNumericUpDown magnificationFactorUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel magnificationFactorLabel; private Greenshot.Controls.ToolStripNumericUpDown previewQualityUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel previewQualityLabel; private Greenshot.Controls.ToolStripNumericUpDown blurRadiusUpDown; private GreenshotPlugin.Controls.GreenshotToolStripLabel blurRadiusLabel; private GreenshotPlugin.Controls.GreenshotToolStripLabel lineThicknessLabel; private Greenshot.Controls.ToolStripNumericUpDown lineThicknessUpDown; private System.Windows.Forms.ToolStripSeparator toolStripSeparator14; private System.Windows.Forms.ToolStripSeparator toolStripSeparator15; private GreenshotPlugin.Controls.GreenshotToolStripButton btnFreehand; private GreenshotPlugin.Controls.GreenshotToolStripButton btnObfuscate; private System.Windows.Forms.ToolStripSeparator toolStripSeparator13; private GreenshotPlugin.Controls.GreenshotToolStripButton btnCrop; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem downToBottomToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem upToTopToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem downOneLevelToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem upOneLevelToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem arrangeToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripButton btnCursor; private Greenshot.Controls.ToolStripEx toolsToolStrip; private GreenshotPlugin.Controls.GreenshotToolStripButton btnArrow; private GreenshotPlugin.Controls.GreenshotToolStripButton btnText; private GreenshotPlugin.Controls.GreenshotToolStripButton btnLine; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem closeToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator9; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem duplicateToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem removeObjectToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem redoToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem pasteToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem copyToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem cutToolStripMenuItem; private GreenshotPlugin.Controls.GreenshotToolStripButton btnCut; private GreenshotPlugin.Controls.GreenshotToolStripButton btnCopy; private GreenshotPlugin.Controls.GreenshotToolStripButton btnPaste; private System.Windows.Forms.ToolStripButton btnUndo; private System.Windows.Forms.ToolStripButton btnRedo; private GreenshotPlugin.Controls.GreenshotToolStripButton btnDelete; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private GreenshotPlugin.Controls.GreenshotToolStripButton btnEllipse; private GreenshotPlugin.Controls.GreenshotToolStripButton btnRect; private System.Windows.Forms.ToolStripContainer topToolStripContainer; private Greenshot.Controls.ToolStripEx propertiesToolStrip; private GreenshotPlugin.Controls.NonJumpingPanel panel1; private Greenshot.Controls.ToolStripColorButton btnFillColor; private Greenshot.Controls.ToolStripColorButton btnLineColor; private GreenshotPlugin.Controls.GreenshotToolStripMenuItem autoCropToolStripMenuItem; private System.Windows.Forms.ToolStripButton tsbSaveClose; private System.Windows.Forms.ToolStripButton tsbClose; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator tssTaskButtons; private System.Windows.Forms.ToolStripButton tsbCopyImage; private System.Windows.Forms.ToolStripButton tsbUploadImage; private System.Windows.Forms.ToolStripButton tsbSaveImageAs; private System.Windows.Forms.ToolStripButton tsbCancelTasks; private System.Windows.Forms.ToolStripButton tsbSaveImage; private GreenshotPlugin.Controls.GreenshotToolStripButton btnSpeechBubble; private GreenshotPlugin.Controls.GreenshotToolStripButton btnStepLabel; private System.Windows.Forms.ToolStripDropDownButton menuStrip1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripButton tsbPrintImage; private System.Windows.Forms.ToolStripMenuItem tsmiSaveImage; private System.Windows.Forms.ToolStripMenuItem tsmiSaveImageAs; private System.Windows.Forms.ToolStripMenuItem tsmiCopyImage; private System.Windows.Forms.ToolStripMenuItem tsmiUploadImage; private System.Windows.Forms.ToolStripMenuItem tsmiPrintImage; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripSeparator toolStripSeparator8; private System.Windows.Forms.ToolStripMenuItem tsmiAbout; private GreenshotPlugin.Controls.GreenshotToolStripButton btnResize; private System.Windows.Forms.ToolStripMenuItem tsmiSettings; private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; } }