diff options
author | Oleksii Kovalov <OleksiiKovalov@users.noreply.github.com> | 2013-02-11 16:04:02 +0000 |
---|---|---|
committer | Oleksii Kovalov <OleksiiKovalov@users.noreply.github.com> | 2013-02-11 16:04:02 +0000 |
commit | 735f5f63ff7dfbb0c33841f7c4990a88a7b502f0 (patch) | |
tree | fb6b35b2d7d3925a2cba6c2c26a33a9de7470bfe | |
parent | de7cdc8caa1fefd5d51132efd341c8868c0708df (diff) | |
download | expressprofiler-735f5f63ff7dfbb0c33841f7c4990a88a7b502f0.zip expressprofiler-735f5f63ff7dfbb0c33841f7c4990a88a7b502f0.tar.gz expressprofiler-735f5f63ff7dfbb0c33841f7c4990a88a7b502f0.tar.bz2 |
[*] removed xtra break in menu
-rw-r--r-- | ExpressProfiler/ExpressProfiler/MainForm.Designer.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ExpressProfiler/ExpressProfiler/MainForm.Designer.cs b/ExpressProfiler/ExpressProfiler/MainForm.Designer.cs index ad78213..e0c3a61 100644 --- a/ExpressProfiler/ExpressProfiler/MainForm.Designer.cs +++ b/ExpressProfiler/ExpressProfiler/MainForm.Designer.cs @@ -56,7 +56,6 @@ this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.mnBatchStarting = new System.Windows.Forms.ToolStripMenuItem();
this.mnBatchCompleted = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.reTextData = new System.Windows.Forms.RichTextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
@@ -222,8 +221,7 @@ this.mnRPCCompleted,
this.toolStripMenuItem2,
this.mnBatchStarting,
- this.mnBatchCompleted,
- this.toolStripMenuItem3});
+ this.mnBatchCompleted});
this.cbSelectEvents.Image = ((System.Drawing.Image)(resources.GetObject("cbSelectEvents.Image")));
this.cbSelectEvents.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cbSelectEvents.Name = "cbSelectEvents";
@@ -286,11 +284,6 @@ this.mnBatchCompleted.Text = "Batch:Completed";
this.mnBatchCompleted.Click += new System.EventHandler(this.existingConnectionsToolStripMenuItem_Click);
//
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(168, 6);
- //
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -398,7 +391,6 @@ private System.Windows.Forms.ToolStripMenuItem mnBatchCompleted;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripComboBox tbAuth;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|