ShareX/ShareX.ScreenCaptureLib/Forms/RegionCaptureMenuForm.Designer.cs
2016-09-30 19:11:59 +03:00

284 lines
16 KiB
C#

namespace ShareX.ScreenCaptureLib
{
partial class RegionCaptureMenuForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.tsTools = new System.Windows.Forms.ToolStrip();
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tsbRegionRectangle = new System.Windows.Forms.ToolStripButton();
this.tsbRegionRoundedRectangle = new System.Windows.Forms.ToolStripButton();
this.tsbRegionEllipse = new System.Windows.Forms.ToolStripButton();
this.tsbRegionFreehand = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingRectangle = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingRoundedRectangle = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingEllipse = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingFreehand = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingLine = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingArrow = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingText = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingSpeechBalloon = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingStep = new System.Windows.Forms.ToolStripButton();
this.tsbDrawingImage = new System.Windows.Forms.ToolStripButton();
this.tsbEffectBlur = new System.Windows.Forms.ToolStripButton();
this.tsbEffectPixelate = new System.Windows.Forms.ToolStripButton();
this.tsbEffectHighlight = new System.Windows.Forms.ToolStripButton();
this.tsTools.SuspendLayout();
this.SuspendLayout();
//
// tsTools
//
this.tsTools.AutoSize = false;
this.tsTools.CanOverflow = false;
this.tsTools.Dock = System.Windows.Forms.DockStyle.None;
this.tsTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.tsbRegionRectangle,
this.tsbRegionRoundedRectangle,
this.tsbRegionEllipse,
this.tsbRegionFreehand,
this.tsbDrawingRectangle,
this.tsbDrawingRoundedRectangle,
this.tsbDrawingEllipse,
this.tsbDrawingFreehand,
this.tsbDrawingLine,
this.tsbDrawingArrow,
this.tsbDrawingText,
this.tsbDrawingSpeechBalloon,
this.tsbDrawingStep,
this.tsbDrawingImage,
this.tsbEffectBlur,
this.tsbEffectPixelate,
this.tsbEffectHighlight});
this.tsTools.Location = new System.Drawing.Point(0, 0);
this.tsTools.Name = "tsTools";
this.tsTools.Padding = new System.Windows.Forms.Padding(0);
this.tsTools.Size = new System.Drawing.Size(552, 28);
this.tsTools.TabIndex = 0;
this.tsTools.Text = "toolStrip1";
//
// toolStripLabel1
//
this.toolStripLabel1.Margin = new System.Windows.Forms.Padding(0, 1, 2, 2);
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(35, 25);
this.toolStripLabel1.Text = "Tools";
//
// tsbRegionRectangle
//
this.tsbRegionRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRegionRectangle.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_region;
this.tsbRegionRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRegionRectangle.Name = "tsbRegionRectangle";
this.tsbRegionRectangle.Size = new System.Drawing.Size(23, 25);
this.tsbRegionRectangle.Text = "Region: Rectangle";
//
// tsbRegionRoundedRectangle
//
this.tsbRegionRoundedRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRegionRoundedRectangle.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_round_region;
this.tsbRegionRoundedRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRegionRoundedRectangle.Name = "tsbRegionRoundedRectangle";
this.tsbRegionRoundedRectangle.Size = new System.Drawing.Size(23, 25);
this.tsbRegionRoundedRectangle.Text = "Region: Rounded rectangle";
//
// tsbRegionEllipse
//
this.tsbRegionEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRegionEllipse.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_ellipse_region;
this.tsbRegionEllipse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRegionEllipse.Name = "tsbRegionEllipse";
this.tsbRegionEllipse.Size = new System.Drawing.Size(23, 25);
this.tsbRegionEllipse.Text = "Region: Ellipse";
//
// tsbRegionFreehand
//
this.tsbRegionFreehand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbRegionFreehand.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_polygon;
this.tsbRegionFreehand.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbRegionFreehand.Name = "tsbRegionFreehand";
this.tsbRegionFreehand.Size = new System.Drawing.Size(23, 25);
this.tsbRegionFreehand.Text = "Region: Freehand";
//
// tsbDrawingRectangle
//
this.tsbDrawingRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingRectangle.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape;
this.tsbDrawingRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingRectangle.Name = "tsbDrawingRectangle";
this.tsbDrawingRectangle.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingRectangle.Text = "Drawing: Rectangle";
//
// tsbDrawingRoundedRectangle
//
this.tsbDrawingRoundedRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingRoundedRectangle.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_round;
this.tsbDrawingRoundedRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingRoundedRectangle.Name = "tsbDrawingRoundedRectangle";
this.tsbDrawingRoundedRectangle.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingRoundedRectangle.Text = "Drawing: Rounded rectangle";
//
// tsbDrawingEllipse
//
this.tsbDrawingEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingEllipse.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_ellipse;
this.tsbDrawingEllipse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingEllipse.Name = "tsbDrawingEllipse";
this.tsbDrawingEllipse.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingEllipse.Text = "Drawing: Ellipse";
//
// tsbDrawingFreehand
//
this.tsbDrawingFreehand.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingFreehand.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_curve;
this.tsbDrawingFreehand.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingFreehand.Name = "tsbDrawingFreehand";
this.tsbDrawingFreehand.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingFreehand.Text = "Drawing: Freehand";
//
// tsbDrawingLine
//
this.tsbDrawingLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingLine.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_line;
this.tsbDrawingLine.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingLine.Name = "tsbDrawingLine";
this.tsbDrawingLine.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingLine.Text = "Drawing: Line";
//
// tsbDrawingArrow
//
this.tsbDrawingArrow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingArrow.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_arrow;
this.tsbDrawingArrow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingArrow.Name = "tsbDrawingArrow";
this.tsbDrawingArrow.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingArrow.Text = "Drawing: Arrow";
//
// tsbDrawingText
//
this.tsbDrawingText.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingText.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shape_text;
this.tsbDrawingText.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingText.Name = "tsbDrawingText";
this.tsbDrawingText.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingText.Text = "Drawing: Text";
//
// tsbDrawingSpeechBalloon
//
this.tsbDrawingSpeechBalloon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingSpeechBalloon.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.balloon_box_left;
this.tsbDrawingSpeechBalloon.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingSpeechBalloon.Name = "tsbDrawingSpeechBalloon";
this.tsbDrawingSpeechBalloon.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingSpeechBalloon.Text = "Drawing: Speech balloon";
//
// tsbDrawingStep
//
this.tsbDrawingStep.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingStep.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.counter_reset;
this.tsbDrawingStep.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingStep.Name = "tsbDrawingStep";
this.tsbDrawingStep.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingStep.Text = "Drawing: Step";
//
// tsbDrawingImage
//
this.tsbDrawingImage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbDrawingImage.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.image;
this.tsbDrawingImage.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDrawingImage.Name = "tsbDrawingImage";
this.tsbDrawingImage.Size = new System.Drawing.Size(23, 25);
this.tsbDrawingImage.Text = "Drawing: Image";
//
// tsbEffectBlur
//
this.tsbEffectBlur.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEffectBlur.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.layer_shade;
this.tsbEffectBlur.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEffectBlur.Name = "tsbEffectBlur";
this.tsbEffectBlur.Size = new System.Drawing.Size(23, 25);
this.tsbEffectBlur.Text = "Effect: Blur";
//
// tsbEffectPixelate
//
this.tsbEffectPixelate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEffectPixelate.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.grid;
this.tsbEffectPixelate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEffectPixelate.Name = "tsbEffectPixelate";
this.tsbEffectPixelate.Size = new System.Drawing.Size(23, 25);
this.tsbEffectPixelate.Text = "Effect: Pixelate";
//
// tsbEffectHighlight
//
this.tsbEffectHighlight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbEffectHighlight.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.highlighter_text;
this.tsbEffectHighlight.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEffectHighlight.Name = "tsbEffectHighlight";
this.tsbEffectHighlight.Size = new System.Drawing.Size(23, 25);
this.tsbEffectHighlight.Text = "Effect: Highlight";
//
// RegionCaptureMenuForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(759, 509);
this.Controls.Add(this.tsTools);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "RegionCaptureMenuForm";
this.ShowInTaskbar = false;
this.Text = "RegionCaptureFormMenu";
this.tsTools.ResumeLayout(false);
this.tsTools.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip tsTools;
private System.Windows.Forms.ToolStripButton tsbRegionRectangle;
private System.Windows.Forms.ToolStripButton tsbRegionRoundedRectangle;
private System.Windows.Forms.ToolStripButton tsbRegionEllipse;
private System.Windows.Forms.ToolStripButton tsbDrawingRectangle;
private System.Windows.Forms.ToolStripButton tsbDrawingRoundedRectangle;
private System.Windows.Forms.ToolStripButton tsbRegionFreehand;
private System.Windows.Forms.ToolStripButton tsbDrawingEllipse;
private System.Windows.Forms.ToolStripButton tsbDrawingFreehand;
private System.Windows.Forms.ToolStripButton tsbDrawingLine;
private System.Windows.Forms.ToolStripButton tsbDrawingArrow;
private System.Windows.Forms.ToolStripButton tsbDrawingText;
private System.Windows.Forms.ToolStripButton tsbDrawingSpeechBalloon;
private System.Windows.Forms.ToolStripButton tsbDrawingStep;
private System.Windows.Forms.ToolStripButton tsbDrawingImage;
private System.Windows.Forms.ToolStripButton tsbEffectBlur;
private System.Windows.Forms.ToolStripButton tsbEffectPixelate;
private System.Windows.Forms.ToolStripButton tsbEffectHighlight;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
}
}