fix every last warning in every last file (non-html at least)
This commit is contained in:
parent
dc5d26d13e
commit
f7eef416d9
14 changed files with 154 additions and 189 deletions
8
WebBrowser/frmBrowser.Designer.cs
generated
8
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -4,9 +4,9 @@ using Bunifu.UI.WinForms;
|
|||
using CefSharp.WinForms;
|
||||
using BunifuImageButton = Bunifu.UI.WinForms.BunifuImageButton;
|
||||
|
||||
namespace WebBrowser
|
||||
namespace XeroBrowser
|
||||
{
|
||||
partial class frmBrowser
|
||||
partial class FrmBrowser
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
|
@ -35,7 +35,7 @@ namespace WebBrowser
|
|||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBrowser));
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBrowser));
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties5 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties6 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
Bunifu.UI.WinForms.BunifuTextBox.StateProperties stateProperties7 = new Bunifu.UI.WinForms.BunifuTextBox.StateProperties();
|
||||
|
@ -564,7 +564,7 @@ namespace WebBrowser
|
|||
this.Controls.Add(this.bunifuCards1);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "frmBrowser";
|
||||
this.Name = "FrmBrowser";
|
||||
this.Text = "frmBrowser";
|
||||
this.bunifuCards1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
|
Reference in a new issue