namespace sharpcapture
{
partial class MainWindow
{
///
/// 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(MainWindow));
this.btnWindow = new System.Windows.Forms.ToolStripButton();
this.btnDesktop = new System.Windows.Forms.ToolStripButton();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.btnSelection = new System.Windows.Forms.ToolStripButton();
this.toolStrip.SuspendLayout();
this.SuspendLayout();
//
// btnWindow
//
this.btnWindow.CheckOnClick = true;
this.btnWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnWindow.Image = global::sharpcapture.Properties.Resources.window_16;
this.btnWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnWindow.Name = "btnWindow";
this.btnWindow.Size = new System.Drawing.Size(23, 22);
this.btnWindow.Text = "Capture window";
this.btnWindow.Click += new System.EventHandler(this.toolStripButton_Click);
//
// btnDesktop
//
this.btnDesktop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnDesktop.Image = global::sharpcapture.Properties.Resources.screen_16;
this.btnDesktop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnDesktop.Name = "btnDesktop";
this.btnDesktop.Size = new System.Drawing.Size(23, 22);
this.btnDesktop.Text = "Capture desktop";
this.btnDesktop.Click += new System.EventHandler(this.toolStripButton_Click);
//
// toolStrip
//
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnSelection,
this.btnWindow,
this.btnDesktop});
this.toolStrip.Location = new System.Drawing.Point(0, 0);
this.toolStrip.Name = "toolStrip";
this.toolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip.Size = new System.Drawing.Size(399, 25);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = "toolStrip2";
//
// btnSelection
//
this.btnSelection.CheckOnClick = true;
this.btnSelection.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnSelection.Image = global::sharpcapture.Properties.Resources.selection_rect_16;
this.btnSelection.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnSelection.Name = "btnSelection";
this.btnSelection.Size = new System.Drawing.Size(23, 22);
this.btnSelection.Text = "Capture selection";
this.btnSelection.Click += new System.EventHandler(this.toolStripButton_Click);
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.LightGray;
this.ClientSize = new System.Drawing.Size(399, 25);
this.Controls.Add(this.toolStrip);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MainWindow";
this.Text = "sharpcapture";
this.TopMost = true;
this.Load += new System.EventHandler(this.MainWindow_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainWindow_KeyDown);
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton btnWindow;
private System.Windows.Forms.ToolStripButton btnDesktop;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton btnSelection;
}
}