soundbeam – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 47... Line 47...
47 this.settingsToolStripMenuItem, 47 this.settingsToolStripMenuItem,
48 this.toolStripSeparator1, 48 this.toolStripSeparator1,
49 this.aboutToolStripMenuItem, 49 this.aboutToolStripMenuItem,
50 this.quitToolStripMenuItem}); 50 this.quitToolStripMenuItem});
51 this.contextMenuStrip1.Name = "contextMenuStrip1"; 51 this.contextMenuStrip1.Name = "contextMenuStrip1";
52 this.contextMenuStrip1.Size = new System.Drawing.Size(181, 148); 52 this.contextMenuStrip1.Size = new System.Drawing.Size(117, 126);
53 // 53 //
54 // sendToolStripMenuItem 54 // sendToolStripMenuItem
55 // 55 //
56 this.sendToolStripMenuItem.CheckOnClick = true; 56 this.sendToolStripMenuItem.CheckOnClick = true;
57 this.sendToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 57 this.sendToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
58 this.sendToolStripComboBox}); 58 this.sendToolStripComboBox});
59 this.sendToolStripMenuItem.Name = "sendToolStripMenuItem"; 59 this.sendToolStripMenuItem.Name = "sendToolStripMenuItem";
60 this.sendToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 60 this.sendToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
61 this.sendToolStripMenuItem.Text = "Send"; 61 this.sendToolStripMenuItem.Text = "Send";
62 this.sendToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnSendToolStripMenuItemCheckedChanged); 62 this.sendToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnSendToolStripMenuItemCheckedChanged);
63 // 63 //
64 // sendToolStripComboBox 64 // sendToolStripComboBox
65 // 65 //
66 this.sendToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; -  
67 this.sendToolStripComboBox.Name = "sendToolStripComboBox"; 66 this.sendToolStripComboBox.Name = "sendToolStripComboBox";
68 this.sendToolStripComboBox.Size = new System.Drawing.Size(121, 23); 67 this.sendToolStripComboBox.Size = new System.Drawing.Size(121, 23);
69 // 68 //
70 // receiveToolStripMenuItem 69 // receiveToolStripMenuItem
71 // 70 //
72 this.receiveToolStripMenuItem.CheckOnClick = true; 71 this.receiveToolStripMenuItem.CheckOnClick = true;
73 this.receiveToolStripMenuItem.Name = "receiveToolStripMenuItem"; 72 this.receiveToolStripMenuItem.Name = "receiveToolStripMenuItem";
74 this.receiveToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 73 this.receiveToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
75 this.receiveToolStripMenuItem.Text = "Receive"; 74 this.receiveToolStripMenuItem.Text = "Receive";
76 this.receiveToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnReceiveToolStripMenuItemCheckedChanged); 75 this.receiveToolStripMenuItem.CheckedChanged += new System.EventHandler(this.OnReceiveToolStripMenuItemCheckedChanged);
77 // 76 //
78 // toolStripSeparator2 77 // toolStripSeparator2
79 // 78 //
80 this.toolStripSeparator2.Name = "toolStripSeparator2"; 79 this.toolStripSeparator2.Name = "toolStripSeparator2";
81 this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); 80 this.toolStripSeparator2.Size = new System.Drawing.Size(113, 6);
82 // 81 //
83 // settingsToolStripMenuItem 82 // settingsToolStripMenuItem
84 // 83 //
85 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 84 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
86 this.startOnBootToolStripMenuItem}); 85 this.startOnBootToolStripMenuItem});
87 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; 86 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
88 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 87 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
89 this.settingsToolStripMenuItem.Text = "Settings"; 88 this.settingsToolStripMenuItem.Text = "Settings";
90 // 89 //
91 // startOnBootToolStripMenuItem 90 // startOnBootToolStripMenuItem
92 // 91 //
93 this.startOnBootToolStripMenuItem.Name = "startOnBootToolStripMenuItem"; 92 this.startOnBootToolStripMenuItem.Name = "startOnBootToolStripMenuItem";
Line 95... Line 94...
95 this.startOnBootToolStripMenuItem.Text = "Start On Boot"; 94 this.startOnBootToolStripMenuItem.Text = "Start On Boot";
96 // 95 //
97 // toolStripSeparator1 96 // toolStripSeparator1
98 // 97 //
99 this.toolStripSeparator1.Name = "toolStripSeparator1"; 98 this.toolStripSeparator1.Name = "toolStripSeparator1";
100 this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); 99 this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
101 // 100 //
102 // aboutToolStripMenuItem 101 // aboutToolStripMenuItem
103 // 102 //
104 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; 103 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
105 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 104 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
106 this.aboutToolStripMenuItem.Text = "About..."; 105 this.aboutToolStripMenuItem.Text = "About...";
107 // 106 //
108 // quitToolStripMenuItem 107 // quitToolStripMenuItem
109 // 108 //
110 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; 109 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
111 this.quitToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 110 this.quitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
112 this.quitToolStripMenuItem.Text = "Quit"; 111 this.quitToolStripMenuItem.Text = "Quit";
113 this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnQuitToolStripMenuItemClick); 112 this.quitToolStripMenuItem.Click += new System.EventHandler(this.OnQuitToolStripMenuItemClick);
114 // 113 //
115 // Form1 114 // Form1
116 // 115 //
Line 118... Line 117...
118 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 117 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
119 this.ClientSize = new System.Drawing.Size(800, 450); 118 this.ClientSize = new System.Drawing.Size(800, 450);
120 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 119 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
121 this.Name = "Form1"; 120 this.Name = "Form1";
122 this.Text = "Form1"; 121 this.Text = "Form1";
-   122 this.Load += new System.EventHandler(this.OnFormLoad);
123 this.contextMenuStrip1.ResumeLayout(false); 123 this.contextMenuStrip1.ResumeLayout(false);
124 this.ResumeLayout(false); 124 this.ResumeLayout(false);
Line 125... Line 125...
125   125