namespace bundleboiler.ui
{
partial class MainForm
{
///
/// 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(MainForm));
msMain = new MenuStrip();
fileToolStripMenuItem = new ToolStripMenuItem();
editToolStripMenuItem = new ToolStripMenuItem();
viewToolStripMenuItem = new ToolStripMenuItem();
toolsToolStripMenuItem = new ToolStripMenuItem();
windowToolStripMenuItem = new ToolStripMenuItem();
tsCommon = new ToolStrip();
toolStripDropDownButton1 = new ToolStripDropDownButton();
toolStripDropDownButton2 = new ToolStripDropDownButton();
toolStripTextBox1 = new ToolStripTextBox();
toolStripButton1 = new ToolStripButton();
toolStripButton2 = new ToolStripButton();
toolStripSeparator1 = new ToolStripSeparator();
toolStripLabel1 = new ToolStripLabel();
toolStripSeparator2 = new ToolStripSeparator();
toolStripLabel2 = new ToolStripLabel();
ssCommon = new StatusStrip();
lvMain = new ListView();
msMain.SuspendLayout();
tsCommon.SuspendLayout();
SuspendLayout();
//
// msMain
//
msMain.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, viewToolStripMenuItem, toolsToolStripMenuItem, windowToolStripMenuItem });
msMain.Location = new Point(0, 0);
msMain.Name = "msMain";
msMain.Size = new Size(800, 24);
msMain.TabIndex = 0;
msMain.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
fileToolStripMenuItem.Size = new Size(37, 20);
fileToolStripMenuItem.Text = "&File";
//
// editToolStripMenuItem
//
editToolStripMenuItem.Name = "editToolStripMenuItem";
editToolStripMenuItem.Size = new Size(39, 20);
editToolStripMenuItem.Text = "&Edit";
//
// viewToolStripMenuItem
//
viewToolStripMenuItem.Name = "viewToolStripMenuItem";
viewToolStripMenuItem.Size = new Size(44, 20);
viewToolStripMenuItem.Text = "&View";
//
// toolsToolStripMenuItem
//
toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
toolsToolStripMenuItem.Size = new Size(46, 20);
toolsToolStripMenuItem.Text = "&Tools";
//
// windowToolStripMenuItem
//
windowToolStripMenuItem.Name = "windowToolStripMenuItem";
windowToolStripMenuItem.Size = new Size(63, 20);
windowToolStripMenuItem.Text = "&Window";
//
// tsCommon
//
tsCommon.Items.AddRange(new ToolStripItem[] { toolStripDropDownButton1, toolStripDropDownButton2, toolStripTextBox1, toolStripButton1, toolStripButton2, toolStripSeparator1, toolStripLabel1, toolStripSeparator2, toolStripLabel2 });
tsCommon.Location = new Point(0, 24);
tsCommon.Name = "tsCommon";
tsCommon.Size = new Size(800, 25);
tsCommon.TabIndex = 1;
tsCommon.Text = "toolStrip1";
//
// toolStripDropDownButton1
//
toolStripDropDownButton1.Image = (Image)resources.GetObject("toolStripDropDownButton1.Image");
toolStripDropDownButton1.ImageTransparentColor = Color.Magenta;
toolStripDropDownButton1.Name = "toolStripDropDownButton1";
toolStripDropDownButton1.Size = new Size(64, 22);
toolStripDropDownButton1.Text = "Forks";
//
// toolStripDropDownButton2
//
toolStripDropDownButton2.Image = (Image)resources.GetObject("toolStripDropDownButton2.Image");
toolStripDropDownButton2.ImageTransparentColor = Color.Magenta;
toolStripDropDownButton2.Name = "toolStripDropDownButton2";
toolStripDropDownButton2.Size = new Size(109, 22);
toolStripDropDownButton2.Text = "Environments";
//
// toolStripTextBox1
//
toolStripTextBox1.Name = "toolStripTextBox1";
toolStripTextBox1.Size = new Size(100, 25);
//
// toolStripButton1
//
toolStripButton1.Image = (Image)resources.GetObject("toolStripButton1.Image");
toolStripButton1.ImageTransparentColor = Color.Magenta;
toolStripButton1.Name = "toolStripButton1";
toolStripButton1.Size = new Size(54, 22);
toolStripButton1.Text = "Clear";
//
// toolStripButton2
//
toolStripButton2.Image = (Image)resources.GetObject("toolStripButton2.Image");
toolStripButton2.ImageTransparentColor = Color.Magenta;
toolStripButton2.Name = "toolStripButton2";
toolStripButton2.Size = new Size(66, 22);
toolStripButton2.Text = "Refresh";
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new Size(6, 25);
//
// toolStripLabel1
//
toolStripLabel1.Name = "toolStripLabel1";
toolStripLabel1.Size = new Size(76, 22);
toolStripLabel1.Text = "Context filter";
//
// toolStripSeparator2
//
toolStripSeparator2.Name = "toolStripSeparator2";
toolStripSeparator2.Size = new Size(6, 25);
//
// toolStripLabel2
//
toolStripLabel2.Name = "toolStripLabel2";
toolStripLabel2.Size = new Size(89, 22);
toolStripLabel2.Text = "ContextActions";
//
// ssCommon
//
ssCommon.Location = new Point(0, 428);
ssCommon.Name = "ssCommon";
ssCommon.Size = new Size(800, 22);
ssCommon.TabIndex = 2;
ssCommon.Text = "statusStrip1";
//
// lvMain
//
lvMain.Dock = DockStyle.Fill;
lvMain.GridLines = true;
lvMain.Location = new Point(0, 49);
lvMain.Name = "lvMain";
lvMain.Size = new Size(800, 379);
lvMain.TabIndex = 3;
lvMain.UseCompatibleStateImageBehavior = false;
lvMain.View = View.Details;
//
// MainForm
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(lvMain);
Controls.Add(ssCommon);
Controls.Add(tsCommon);
Controls.Add(msMain);
Icon = (Icon)resources.GetObject("$this.Icon");
MainMenuStrip = msMain;
Name = "MainForm";
Text = "Forks";
msMain.ResumeLayout(false);
msMain.PerformLayout();
tsCommon.ResumeLayout(false);
tsCommon.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private MenuStrip msMain;
private ToolStripMenuItem fileToolStripMenuItem;
private ToolStripMenuItem editToolStripMenuItem;
private ToolStripMenuItem viewToolStripMenuItem;
private ToolStripMenuItem toolsToolStripMenuItem;
private ToolStripMenuItem windowToolStripMenuItem;
private ToolStrip tsCommon;
private ToolStripDropDownButton toolStripDropDownButton1;
private ToolStripDropDownButton toolStripDropDownButton2;
private ToolStripTextBox toolStripTextBox1;
private ToolStripButton toolStripButton1;
private ToolStripButton toolStripButton2;
private ToolStripSeparator toolStripSeparator1;
private ToolStripLabel toolStripLabel1;
private ToolStripSeparator toolStripSeparator2;
private ToolStripLabel toolStripLabel2;
private StatusStrip ssCommon;
private ListView lvMain;
}
}