soundbeam

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/SoundBeam/Form1.Designer.cs
@@ -49,7 +49,7 @@
this.aboutToolStripMenuItem,
this.quitToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(117, 126);
this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148);
//
// sendToolStripMenuItem
//
@@ -57,12 +57,13 @@
this.sendToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sendToolStripComboBox});
this.sendToolStripMenuItem.Name = "sendToolStripMenuItem";
this.sendToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.sendToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.sendToolStripMenuItem.Text = "Send";
this.sendToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnSendToolStripMenuItemCheckedChanged);
//
// sendToolStripComboBox
//
this.sendToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.sendToolStripComboBox.Name = "sendToolStripComboBox";
this.sendToolStripComboBox.Size = new System.Drawing.Size(121, 23);
//
@@ -70,7 +71,7 @@
//
this.receiveToolStripMenuItem.CheckOnClick = true;
this.receiveToolStripMenuItem.Name = "receiveToolStripMenuItem";
this.receiveToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.receiveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.receiveToolStripMenuItem.Text = "Receive";
this.receiveToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnReceiveToolStripMenuItemCheckedChanged);
//
@@ -77,7 +78,7 @@
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(113, 6);
this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
//
// settingsToolStripMenuItem
//
@@ -84,7 +85,7 @@
this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.startOnBootToolStripMenuItem});
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.settingsToolStripMenuItem.Text = "Settings";
//
// startOnBootToolStripMenuItem
@@ -96,18 +97,18 @@
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.aboutToolStripMenuItem.Text = "About...";
//
// quitToolStripMenuItem
//
this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
this.quitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.quitToolStripMenuItem.Text = "Quit";
this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnQuitToolStripMenuItemClick);
//
@@ -119,7 +120,6 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.OnFormLoad);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);