namespace sharpcapture { partial class ScreenshotWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScreenshotWindow)); this.btnSelection = new System.Windows.Forms.ToolStripButton(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.btnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btnLine = new System.Windows.Forms.ToolStripButton(); this.btnPath = new System.Windows.Forms.ToolStripButton(); this.btnRect = new System.Windows.Forms.ToolStripButton(); this.btnEllipse = new System.Windows.Forms.ToolStripButton(); this.btnFilledRect = new System.Windows.Forms.ToolStripButton(); this.btnFilledEllipse = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.btnPicker = new System.Windows.Forms.ToolStripButton(); this.btnZoomMore = new System.Windows.Forms.ToolStripButton(); this.btnZoomLess = new System.Windows.Forms.ToolStripButton(); this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox(); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.toolStripContainer = new System.Windows.Forms.ToolStripContainer(); this.toolStrip.SuspendLayout(); this.toolStripContainer.TopToolStripPanel.SuspendLayout(); this.toolStripContainer.SuspendLayout(); this.SuspendLayout(); // // btnSelection // this.btnSelection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSelection.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSelection.Name = "btnSelection"; this.btnSelection.Size = new System.Drawing.Size(23, 22); this.btnSelection.Text = "Selection rectangle"; this.btnSelection.Click += new System.EventHandler(this.toolStripButton_Click); // // btnSave // this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSave.Image = global::sharpcapture.Properties.Resources.save_16; this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(23, 22); this.btnSave.Text = "Save"; this.btnSave.Click += new System.EventHandler(this.saveButton_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); // // btnLine // this.btnLine.Checked = true; this.btnLine.CheckOnClick = true; this.btnLine.CheckState = System.Windows.Forms.CheckState.Checked; this.btnLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnLine.Image = global::sharpcapture.Properties.Resources.line_16; this.btnLine.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnLine.Name = "btnLine"; this.btnLine.Size = new System.Drawing.Size(23, 22); this.btnLine.Text = "Line"; this.btnLine.Click += new System.EventHandler(this.toolStripButton_Click); // // btnPath // this.btnPath.CheckOnClick = true; this.btnPath.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPath.Image = global::sharpcapture.Properties.Resources.path_16; this.btnPath.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnPath.Name = "btnPath"; this.btnPath.Size = new System.Drawing.Size(23, 22); this.btnPath.Text = "Path"; this.btnPath.Click += new System.EventHandler(this.toolStripButton_Click); // // btnRect // this.btnRect.CheckOnClick = true; this.btnRect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnRect.Image = global::sharpcapture.Properties.Resources.rect_16; this.btnRect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnRect.Name = "btnRect"; this.btnRect.Size = new System.Drawing.Size(23, 22); this.btnRect.Text = "Rectangle"; this.btnRect.Click += new System.EventHandler(this.toolStripButton_Click); // // btnEllipse // this.btnEllipse.CheckOnClick = true; this.btnEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnEllipse.Image = global::sharpcapture.Properties.Resources.ellipse_16; this.btnEllipse.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnEllipse.Name = "btnEllipse"; this.btnEllipse.Size = new System.Drawing.Size(23, 22); this.btnEllipse.Text = "Ellipse"; this.btnEllipse.Click += new System.EventHandler(this.toolStripButton_Click); // // btnFilledRect // this.btnFilledRect.CheckOnClick = true; this.btnFilledRect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFilledRect.Image = global::sharpcapture.Properties.Resources.filled_rect_16; this.btnFilledRect.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnFilledRect.Name = "btnFilledRect"; this.btnFilledRect.Size = new System.Drawing.Size(23, 22); this.btnFilledRect.Text = "Filled rectangle"; this.btnFilledRect.Click += new System.EventHandler(this.toolStripButton_Click); // // btnFilledEllipse // this.btnFilledEllipse.CheckOnClick = true; this.btnFilledEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFilledEllipse.Image = global::sharpcapture.Properties.Resources.filled_ellipse_16; this.btnFilledEllipse.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnFilledEllipse.Name = "btnFilledEllipse"; this.btnFilledEllipse.Size = new System.Drawing.Size(23, 22); this.btnFilledEllipse.Text = "Filled ellipse"; this.btnFilledEllipse.Click += new System.EventHandler(this.toolStripButton_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); // // btnPicker // this.btnPicker.BackColor = System.Drawing.Color.Red; this.btnPicker.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPicker.Image = global::sharpcapture.Properties.Resources.picker_16; this.btnPicker.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnPicker.Name = "btnPicker"; this.btnPicker.Size = new System.Drawing.Size(23, 22); this.btnPicker.Text = "Color picker"; this.btnPicker.Click += new System.EventHandler(this.toolStripButton_Click); // // btnZoomMore // this.btnZoomMore.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomMore.Image = global::sharpcapture.Properties.Resources.zoom_more_16; this.btnZoomMore.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnZoomMore.Name = "btnZoomMore"; this.btnZoomMore.Size = new System.Drawing.Size(23, 22); this.btnZoomMore.Text = "Zoom in"; this.btnZoomMore.Click += new System.EventHandler(this.toolStripButton_Click); // // btnZoomLess // this.btnZoomLess.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomLess.Image = global::sharpcapture.Properties.Resources.zoom_less_16; this.btnZoomLess.ImageTransparentColor = System.Drawing.Color.Magenta; this.btnZoomLess.Name = "btnZoomLess"; this.btnZoomLess.Size = new System.Drawing.Size(23, 22); this.btnZoomLess.Text = "Zoom out"; this.btnZoomLess.Click += new System.EventHandler(this.toolStripButton_Click); // // toolStripComboBox1 // this.toolStripComboBox1.Items.AddRange(new object[] { "25 %", "50 %", "75 %", "100 %", "150 %", "200 %", "300 %", "400 %", "500 %"}); this.toolStripComboBox1.Name = "toolStripComboBox1"; this.toolStripComboBox1.Size = new System.Drawing.Size(75, 25); this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.zoomComboBox_SelectedIndexChanged); // // toolStrip // this.toolStrip.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnSave, this.toolStripSeparator2, this.btnLine, this.btnPath, this.btnRect, this.btnEllipse, this.btnFilledRect, this.btnFilledEllipse, this.toolStripSeparator3, this.btnPicker, this.btnZoomMore, this.btnZoomLess, this.toolStripComboBox1}); this.toolStrip.Location = new System.Drawing.Point(3, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip.Size = new System.Drawing.Size(331, 25); this.toolStrip.TabIndex = 1; this.toolStrip.Text = "toolStrip2"; // // toolStripContainer // // // toolStripContainer.ContentPanel // this.toolStripContainer.ContentPanel.Size = new System.Drawing.Size(399, 387); this.toolStripContainer.ContentPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ScreenshotWindow_MouseDown); this.toolStripContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer.Location = new System.Drawing.Point(0, 0); this.toolStripContainer.Name = "toolStripContainer"; this.toolStripContainer.Size = new System.Drawing.Size(399, 412); this.toolStripContainer.TabIndex = 3; this.toolStripContainer.Text = "toolStripContainer1"; // // toolStripContainer.TopToolStripPanel // this.toolStripContainer.TopToolStripPanel.Controls.Add(this.toolStrip); this.toolStripContainer.TopToolStripPanel.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; // // ScreenshotWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(399, 412); this.Controls.Add(this.toolStripContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ScreenshotWindow"; this.Text = "sharpcapture"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ScreenshotWindow_MouseDown); this.Resize += new System.EventHandler(this.MainWindow_Resize); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ScreenshotWindow_MouseMove); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainWindow_KeyDown); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.toolStripContainer.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer.TopToolStripPanel.PerformLayout(); this.toolStripContainer.ResumeLayout(false); this.toolStripContainer.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ColorDialog colorDialog; private System.Windows.Forms.ToolStripButton btnSelection; private System.Windows.Forms.ToolStripButton btnSave; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton btnLine; private System.Windows.Forms.ToolStripButton btnPath; private System.Windows.Forms.ToolStripButton btnRect; private System.Windows.Forms.ToolStripButton btnEllipse; private System.Windows.Forms.ToolStripButton btnFilledRect; private System.Windows.Forms.ToolStripButton btnFilledEllipse; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripButton btnPicker; private System.Windows.Forms.ToolStripButton btnZoomMore; private System.Windows.Forms.ToolStripButton btnZoomLess; private System.Windows.Forms.ToolStripComboBox toolStripComboBox1; private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripContainer toolStripContainer; } }