Update design
This commit is contained in:
parent
44df5aeecb
commit
a25cb98af4
3 changed files with 284 additions and 12 deletions
16
WebBrowser/frmBrowser.Designer.cs
generated
16
WebBrowser/frmBrowser.Designer.cs
generated
|
@ -187,7 +187,7 @@ namespace XeroBrowser
|
|||
this.btnForward.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnForward.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnForward.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnForward.InitialImage")));
|
||||
this.btnForward.Location = new System.Drawing.Point(209, 8);
|
||||
this.btnForward.Location = new System.Drawing.Point(35, 8);
|
||||
this.btnForward.Name = "btnForward";
|
||||
this.btnForward.Rotation = 0;
|
||||
this.btnForward.ShowActiveImage = true;
|
||||
|
@ -226,7 +226,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton2.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton2.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton2.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.InitialImage")));
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(279, 8);
|
||||
this.bunifuImageButton2.Location = new System.Drawing.Point(105, 8);
|
||||
this.bunifuImageButton2.Name = "bunifuImageButton2";
|
||||
this.bunifuImageButton2.Rotation = 0;
|
||||
this.bunifuImageButton2.ShowActiveImage = true;
|
||||
|
@ -266,7 +266,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton1.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton1.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton1.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.InitialImage")));
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1056, 8);
|
||||
this.bunifuImageButton1.Location = new System.Drawing.Point(1257, 8);
|
||||
this.bunifuImageButton1.Name = "bunifuImageButton1";
|
||||
this.bunifuImageButton1.Rotation = 0;
|
||||
this.bunifuImageButton1.ShowActiveImage = true;
|
||||
|
@ -306,7 +306,7 @@ namespace XeroBrowser
|
|||
this.btnSettings.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnSettings.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnSettings.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnSettings.InitialImage")));
|
||||
this.btnSettings.Location = new System.Drawing.Point(1092, 8);
|
||||
this.btnSettings.Location = new System.Drawing.Point(1293, 8);
|
||||
this.btnSettings.Name = "btnSettings";
|
||||
this.btnSettings.Rotation = 0;
|
||||
this.btnSettings.ShowActiveImage = true;
|
||||
|
@ -346,7 +346,7 @@ namespace XeroBrowser
|
|||
this.bunifuImageButton3.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.bunifuImageButton3.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.bunifuImageButton3.InitialImage = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton3.InitialImage")));
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1018, 8);
|
||||
this.bunifuImageButton3.Location = new System.Drawing.Point(1219, 8);
|
||||
this.bunifuImageButton3.Name = "bunifuImageButton3";
|
||||
this.bunifuImageButton3.Rotation = 0;
|
||||
this.bunifuImageButton3.ShowActiveImage = true;
|
||||
|
@ -387,7 +387,7 @@ namespace XeroBrowser
|
|||
this.btnBack.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnBack.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.btnBack.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnBack.InitialImage")));
|
||||
this.btnBack.Location = new System.Drawing.Point(179, 8);
|
||||
this.btnBack.Location = new System.Drawing.Point(5, 8);
|
||||
this.btnBack.Name = "btnBack";
|
||||
this.btnBack.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.btnBack.Rotation = 0;
|
||||
|
@ -427,7 +427,7 @@ namespace XeroBrowser
|
|||
this.btnRefresh.ImageSize = new System.Drawing.Size(20, 20);
|
||||
this.btnRefresh.ImageZoomSize = new System.Drawing.Size(40, 40);
|
||||
this.btnRefresh.InitialImage = ((System.Drawing.Image)(resources.GetObject("btnRefresh.InitialImage")));
|
||||
this.btnRefresh.Location = new System.Drawing.Point(245, 8);
|
||||
this.btnRefresh.Location = new System.Drawing.Point(71, 8);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Rotation = 0;
|
||||
this.btnRefresh.ShowActiveImage = true;
|
||||
|
@ -456,7 +456,7 @@ namespace XeroBrowser
|
|||
this.loadingIndicator.DashWidth = 0.5F;
|
||||
this.loadingIndicator.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.loadingIndicator.Image = null;
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(255, 19);
|
||||
this.loadingIndicator.Location = new System.Drawing.Point(81, 19);
|
||||
this.loadingIndicator.Name = "loadingIndicator";
|
||||
this.loadingIndicator.NoRounding = false;
|
||||
this.loadingIndicator.Preset = Bunifu.UI.WinForms.BunifuLoader.StylePresets.Solid;
|
||||
|
|
Reference in a new issue