Files
libremetaverse/Programs/SecondGlance/frmSecondGlance.Designer.cs
John Hurliman 660db80eb5 Moved programs into the Programs folder
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1958 52acb1d6-8a22-11de-b505-999d5b087335
2008-07-22 23:00:32 +00:00

233 lines
11 KiB
C#

namespace SecondGlance
{
partial class frmSecondGlance
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cboToLog = new System.Windows.Forms.ComboBox();
this.cmdAddLogger = new System.Windows.Forms.Button();
this.cmdDontLog = new System.Windows.Forms.Button();
this.cboLogged = new System.Windows.Forms.ComboBox();
this.lstPackets = new System.Windows.Forms.ListBox();
this.panel1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.splitContainer1);
this.panel1.Location = new System.Drawing.Point(29, 100);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(664, 333);
this.panel1.TabIndex = 0;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.lstPackets);
this.splitContainer1.Size = new System.Drawing.Size(664, 333);
this.splitContainer1.SplitterDistance = 294;
this.splitContainer1.TabIndex = 0;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.aboutToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(705, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.openToolStripMenuItem,
this.toolStripMenuItem1,
this.saveToolStripMenuItem,
this.toolStripMenuItem2,
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.newToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.newToolStripMenuItem.Text = "New Session";
//
// openToolStripMenuItem
//
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
this.openToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.openToolStripMenuItem.Text = "Open Session";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
//
// saveToolStripMenuItem
//
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.saveToolStripMenuItem.Text = "Save Session";
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(185, 6);
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
this.exitToolStripMenuItem.Text = "Exit";
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
this.aboutToolStripMenuItem.Text = "About";
//
// cboToLog
//
this.cboToLog.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboToLog.FormattingEnabled = true;
this.cboToLog.Location = new System.Drawing.Point(12, 27);
this.cboToLog.Name = "cboToLog";
this.cboToLog.Size = new System.Drawing.Size(150, 21);
this.cboToLog.TabIndex = 4;
//
// cmdAddLogger
//
this.cmdAddLogger.Location = new System.Drawing.Point(168, 25);
this.cmdAddLogger.Name = "cmdAddLogger";
this.cmdAddLogger.Size = new System.Drawing.Size(75, 23);
this.cmdAddLogger.TabIndex = 5;
this.cmdAddLogger.Text = "Log";
this.cmdAddLogger.UseVisualStyleBackColor = true;
this.cmdAddLogger.Click += new System.EventHandler(this.cmdAddLogger_Click);
//
// cmdDontLog
//
this.cmdDontLog.Location = new System.Drawing.Point(430, 25);
this.cmdDontLog.Name = "cmdDontLog";
this.cmdDontLog.Size = new System.Drawing.Size(75, 23);
this.cmdDontLog.TabIndex = 7;
this.cmdDontLog.Text = "Don\'t Log";
this.cmdDontLog.UseVisualStyleBackColor = true;
this.cmdDontLog.Click += new System.EventHandler(this.cmdDontLog_Click);
//
// cboLogged
//
this.cboLogged.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboLogged.FormattingEnabled = true;
this.cboLogged.Location = new System.Drawing.Point(274, 27);
this.cboLogged.Name = "cboLogged";
this.cboLogged.Size = new System.Drawing.Size(150, 21);
this.cboLogged.TabIndex = 6;
//
// lstPackets
//
this.lstPackets.FormattingEnabled = true;
this.lstPackets.Location = new System.Drawing.Point(26, 40);
this.lstPackets.Name = "lstPackets";
this.lstPackets.Size = new System.Drawing.Size(243, 277);
this.lstPackets.TabIndex = 1;
//
// frmSecondGlance
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(705, 498);
this.Controls.Add(this.cmdDontLog);
this.Controls.Add(this.cboLogged);
this.Controls.Add(this.cmdAddLogger);
this.Controls.Add(this.cboToLog);
this.Controls.Add(this.panel1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmSecondGlance";
this.Text = "Second Glance";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSecondGlance_FormClosing);
this.panel1.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ComboBox cboToLog;
private System.Windows.Forms.Button cmdAddLogger;
private System.Windows.Forms.Button cmdDontLog;
private System.Windows.Forms.ComboBox cboLogged;
private System.Windows.Forms.ListBox lstPackets;
}
}