Author: gedmurphy Date: Sat Aug 9 08:08:21 2008 New Revision: 35226
URL: http://svn.reactos.org/svn/reactos?rev=35226&view=rev Log: kill the warnings
Modified: trunk/tools/reactosdbg/DbgHelp/filemap.cs trunk/tools/reactosdbg/RosDBG/DirectoryChooser.Designer.cs trunk/tools/reactosdbg/RosDBG/Settings.Designer.cs trunk/tools/reactosdbg/RosDBG/TCPTargetSelect.Designer.cs
Modified: trunk/tools/reactosdbg/DbgHelp/filemap.cs URL: http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/DbgHelp/filemap.cs... ============================================================================== --- trunk/tools/reactosdbg/DbgHelp/filemap.cs [iso-8859-1] (original) +++ trunk/tools/reactosdbg/DbgHelp/filemap.cs [iso-8859-1] Sat Aug 9 08:08:21 2008 @@ -52,7 +52,7 @@ Scan(dir); directoriesScanned.Add(dir); } - catch (Exception e) + catch (Exception) { }
@@ -87,7 +87,7 @@ { Scan(dir); } - catch (Exception e) + catch (Exception) { } }
Modified: trunk/tools/reactosdbg/RosDBG/DirectoryChooser.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/DirectoryCh... ============================================================================== --- trunk/tools/reactosdbg/RosDBG/DirectoryChooser.Designer.cs [iso-8859-1] (original) +++ trunk/tools/reactosdbg/RosDBG/DirectoryChooser.Designer.cs [iso-8859-1] Sat Aug 9 08:08:21 2008 @@ -30,8 +30,8 @@ { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.DirectoryTree = new System.Windows.Forms.TreeView(); - this.OKButton = new System.Windows.Forms.Button(); - this.CancelButton = new System.Windows.Forms.Button(); + this.OKBtn = new System.Windows.Forms.Button(); + this.CancelBtn = new System.Windows.Forms.Button(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -52,8 +52,8 @@ // // splitContainer1.Panel2 // - this.splitContainer1.Panel2.Controls.Add(this.OKButton); - this.splitContainer1.Panel2.Controls.Add(this.CancelButton); + this.splitContainer1.Panel2.Controls.Add(this.OKBtn); + this.splitContainer1.Panel2.Controls.Add(this.CancelBtn); this.splitContainer1.Size = new System.Drawing.Size(292, 269); this.splitContainer1.SplitterDistance = 235; this.splitContainer1.TabIndex = 0; @@ -68,27 +68,27 @@ this.DirectoryTree.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.DirectoryTree_AfterCollapse); this.DirectoryTree.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.DirectoryTree_AfterExpand); // - // OKButton + // OKBtn // - this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OKButton.Location = new System.Drawing.Point(133, 3); - this.OKButton.Name = "OKButton"; - this.OKButton.Size = new System.Drawing.Size(75, 23); - this.OKButton.TabIndex = 1; - this.OKButton.Text = "OK"; - this.OKButton.UseVisualStyleBackColor = true; - this.OKButton.Click += new System.EventHandler(this.OKButton_Click); + this.OKBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OKBtn.Location = new System.Drawing.Point(133, 3); + this.OKBtn.Name = "OKBtn"; + this.OKBtn.Size = new System.Drawing.Size(75, 23); + this.OKBtn.TabIndex = 1; + this.OKBtn.Text = "OK"; + this.OKBtn.UseVisualStyleBackColor = true; + this.OKBtn.Click += new System.EventHandler(this.OKButton_Click); // - // CancelButton + // CancelBtn // - this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.CancelButton.Location = new System.Drawing.Point(214, 3); - this.CancelButton.Name = "CancelButton"; - this.CancelButton.Size = new System.Drawing.Size(75, 23); - this.CancelButton.TabIndex = 0; - this.CancelButton.Text = "Cancel"; - this.CancelButton.UseVisualStyleBackColor = true; - this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click); + this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.CancelBtn.Location = new System.Drawing.Point(214, 3); + this.CancelBtn.Name = "CancelBtn"; + this.CancelBtn.Size = new System.Drawing.Size(75, 23); + this.CancelBtn.TabIndex = 0; + this.CancelBtn.Text = "Cancel"; + this.CancelBtn.UseVisualStyleBackColor = true; + this.CancelBtn.Click += new System.EventHandler(this.CancelButton_Click); // // DirectoryChooser // @@ -109,7 +109,7 @@
private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView DirectoryTree; - private System.Windows.Forms.Button OKButton; - private System.Windows.Forms.Button CancelButton; + private System.Windows.Forms.Button OKBtn; + private System.Windows.Forms.Button CancelBtn; } }
Modified: trunk/tools/reactosdbg/RosDBG/Settings.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/Settings.De... ============================================================================== --- trunk/tools/reactosdbg/RosDBG/Settings.Designer.cs [iso-8859-1] (original) +++ trunk/tools/reactosdbg/RosDBG/Settings.Designer.cs [iso-8859-1] Sat Aug 9 08:08:21 2008 @@ -30,8 +30,8 @@ { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.SettingsGrid = new System.Windows.Forms.PropertyGrid(); - this.OKButton = new System.Windows.Forms.Button(); - this.CancelButton = new System.Windows.Forms.Button(); + this.OKBtn = new System.Windows.Forms.Button(); + this.CancelBtn = new System.Windows.Forms.Button(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); @@ -52,8 +52,8 @@ // // splitContainer1.Panel2 // - this.splitContainer1.Panel2.Controls.Add(this.OKButton); - this.splitContainer1.Panel2.Controls.Add(this.CancelButton); + this.splitContainer1.Panel2.Controls.Add(this.OKBtn); + this.splitContainer1.Panel2.Controls.Add(this.CancelBtn); this.splitContainer1.Size = new System.Drawing.Size(415, 317); this.splitContainer1.SplitterDistance = 284; this.splitContainer1.TabIndex = 0; @@ -66,27 +66,27 @@ this.SettingsGrid.Size = new System.Drawing.Size(415, 284); this.SettingsGrid.TabIndex = 0; // - // OKButton + // OKBtn // - this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OKButton.Location = new System.Drawing.Point(256, 3); - this.OKButton.Name = "OKButton"; - this.OKButton.Size = new System.Drawing.Size(75, 23); - this.OKButton.TabIndex = 1; - this.OKButton.Text = "OK"; - this.OKButton.UseVisualStyleBackColor = true; - this.OKButton.Click += new System.EventHandler(this.OKButton_Click); + this.OKBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OKBtn.Location = new System.Drawing.Point(256, 3); + this.OKBtn.Name = "OKBtn"; + this.OKBtn.Size = new System.Drawing.Size(75, 23); + this.OKBtn.TabIndex = 1; + this.OKBtn.Text = "OK"; + this.OKBtn.UseVisualStyleBackColor = true; + this.OKBtn.Click += new System.EventHandler(this.OKButton_Click); // - // CancelButton + // CancelBtn // - this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.CancelButton.Location = new System.Drawing.Point(337, 3); - this.CancelButton.Name = "CancelButton"; - this.CancelButton.Size = new System.Drawing.Size(75, 23); - this.CancelButton.TabIndex = 0; - this.CancelButton.Text = "Cancel"; - this.CancelButton.UseVisualStyleBackColor = true; - this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click); + this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.CancelBtn.Location = new System.Drawing.Point(337, 3); + this.CancelBtn.Name = "CancelBtn"; + this.CancelBtn.Size = new System.Drawing.Size(75, 23); + this.CancelBtn.TabIndex = 0; + this.CancelBtn.Text = "Cancel"; + this.CancelBtn.UseVisualStyleBackColor = true; + this.CancelBtn.Click += new System.EventHandler(this.CancelButton_Click); // // Settings // @@ -107,8 +107,8 @@
private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.PropertyGrid SettingsGrid; - private System.Windows.Forms.Button OKButton; - private System.Windows.Forms.Button CancelButton; + private System.Windows.Forms.Button OKBtn; + private System.Windows.Forms.Button CancelBtn;
} }
Modified: trunk/tools/reactosdbg/RosDBG/TCPTargetSelect.Designer.cs URL: http://svn.reactos.org/svn/reactos/trunk/tools/reactosdbg/RosDBG/TCPTargetSe... ============================================================================== --- trunk/tools/reactosdbg/RosDBG/TCPTargetSelect.Designer.cs [iso-8859-1] (original) +++ trunk/tools/reactosdbg/RosDBG/TCPTargetSelect.Designer.cs [iso-8859-1] Sat Aug 9 08:08:21 2008 @@ -32,8 +32,8 @@ this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.PortNumber = new System.Windows.Forms.NumericUpDown(); - this.CancelButton = new System.Windows.Forms.Button(); - this.OKButton = new System.Windows.Forms.Button(); + this.CancelBtn = new System.Windows.Forms.Button(); + this.OKBtn = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.PortNumber)).BeginInit(); this.SuspendLayout(); // @@ -86,35 +86,35 @@ 0, 0}); // - // CancelButton + // CancelBtn // - this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.CancelButton.Location = new System.Drawing.Point(150, 90); - this.CancelButton.Name = "CancelButton"; - this.CancelButton.Size = new System.Drawing.Size(75, 23); - this.CancelButton.TabIndex = 4; - this.CancelButton.Text = "Cancel"; - this.CancelButton.UseVisualStyleBackColor = true; - this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click); + this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.CancelBtn.Location = new System.Drawing.Point(150, 90); + this.CancelBtn.Name = "CancelBtn"; + this.CancelBtn.Size = new System.Drawing.Size(75, 23); + this.CancelBtn.TabIndex = 4; + this.CancelBtn.Text = "Cancel"; + this.CancelBtn.UseVisualStyleBackColor = true; + this.CancelBtn.Click += new System.EventHandler(this.CancelButton_Click); // - // OKButton + // OKBtn // - this.OKButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.OKButton.Location = new System.Drawing.Point(69, 90); - this.OKButton.Name = "OKButton"; - this.OKButton.Size = new System.Drawing.Size(75, 23); - this.OKButton.TabIndex = 5; - this.OKButton.Text = "OK"; - this.OKButton.UseVisualStyleBackColor = true; - this.OKButton.Click += new System.EventHandler(this.OKButton_Click); + this.OKBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.OKBtn.Location = new System.Drawing.Point(69, 90); + this.OKBtn.Name = "OKBtn"; + this.OKBtn.Size = new System.Drawing.Size(75, 23); + this.OKBtn.TabIndex = 5; + this.OKBtn.Text = "OK"; + this.OKBtn.UseVisualStyleBackColor = true; + this.OKBtn.Click += new System.EventHandler(this.OKButton_Click); // // TCPTargetSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(237, 125); - this.Controls.Add(this.OKButton); - this.Controls.Add(this.CancelButton); + this.Controls.Add(this.OKBtn); + this.Controls.Add(this.CancelBtn); this.Controls.Add(this.PortNumber); this.Controls.Add(this.label2); this.Controls.Add(this.label1); @@ -135,7 +135,7 @@ private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown PortNumber; - private System.Windows.Forms.Button CancelButton; - private System.Windows.Forms.Button OKButton; + private System.Windows.Forms.Button CancelBtn; + private System.Windows.Forms.Button OKBtn; } }