Update settings tab design
This commit is contained in:
parent
8c06dfbca8
commit
556f519413
7 changed files with 2321 additions and 1462 deletions
2
WebBrowser/frmBrowser.Designer.cs
generated
2
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -280,6 +280,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton2.WaitOnLoad = false;
|
||||
this.bunifuImageButton2.Zoom = 20;
|
||||
this.bunifuImageButton2.ZoomSpeed = 10;
|
||||
this.bunifuImageButton2.Click += new System.EventHandler(this.bunifuImageButton2_Click);
|
||||
//
|
||||
// bunifuImageButton1
|
||||
//
|
||||
|
@ -396,6 +397,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.WaitOnLoad = false;
|
||||
this.bunifuImageButton3.Zoom = 20;
|
||||
this.bunifuImageButton3.ZoomSpeed = 10;
|
||||
this.bunifuImageButton3.Click += new System.EventHandler(this.bunifuImageButton3_Click);
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
|
|
Reference in a new issue