diff --git a/Plugins/MsCrmTools.SampleTool/CompanionTool.Designer.cs b/Plugins/MsCrmTools.SampleTool/CompanionTool.Designer.cs
index 26103f575..edee8eaf6 100644
--- a/Plugins/MsCrmTools.SampleTool/CompanionTool.Designer.cs
+++ b/Plugins/MsCrmTools.SampleTool/CompanionTool.Designer.cs
@@ -203,8 +203,8 @@ private void InitializeComponent()
//
// CompanionTool
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.button1);
this.Controls.Add(this.btnDoSomethingWrong);
this.Controls.Add(this.btnCheckMultiSample);
diff --git a/Plugins/MsCrmTools.SampleTool/SampleTool.Designer.cs b/Plugins/MsCrmTools.SampleTool/SampleTool.Designer.cs
index fe4919cb6..21baa598c 100644
--- a/Plugins/MsCrmTools.SampleTool/SampleTool.Designer.cs
+++ b/Plugins/MsCrmTools.SampleTool/SampleTool.Designer.cs
@@ -203,8 +203,8 @@ private void InitializeComponent()
//
// SampleTool
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.button1);
this.Controls.Add(this.btnDoSomethingWrong);
this.Controls.Add(this.btnCheckMultiSample);
diff --git a/Plugins/MsCrmTools.SampleTool/SampleToolMulti.Designer.cs b/Plugins/MsCrmTools.SampleTool/SampleToolMulti.Designer.cs
index da12f70c3..faa41508f 100644
--- a/Plugins/MsCrmTools.SampleTool/SampleToolMulti.Designer.cs
+++ b/Plugins/MsCrmTools.SampleTool/SampleToolMulti.Designer.cs
@@ -139,8 +139,8 @@ private void InitializeComponent()
//
// SampleToolMulti
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.listView1);
this.Controls.Add(this.toolStripMenu);
this.Name = "SampleToolMulti";
diff --git a/XrmToolBox.AutoUpdater/AutoUpdater.Designer.cs b/XrmToolBox.AutoUpdater/AutoUpdater.Designer.cs
index cd0dac073..6e281bfd1 100644
--- a/XrmToolBox.AutoUpdater/AutoUpdater.Designer.cs
+++ b/XrmToolBox.AutoUpdater/AutoUpdater.Designer.cs
@@ -75,8 +75,8 @@ private void InitializeComponent()
//
// AutoUpdater
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(578, 51);
this.Controls.Add(this.btnLaunchXrmToolBox);
this.Controls.Add(this.lblEndInstructions);
diff --git a/XrmToolBox.Extensibility/Forms/CurrencySelectionDialog.Designer.cs b/XrmToolBox.Extensibility/Forms/CurrencySelectionDialog.Designer.cs
index 483de7622..822c04af6 100644
--- a/XrmToolBox.Extensibility/Forms/CurrencySelectionDialog.Designer.cs
+++ b/XrmToolBox.Extensibility/Forms/CurrencySelectionDialog.Designer.cs
@@ -119,8 +119,8 @@ private void InitializeComponent()
//
// CurrencySelectionDialog
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(655, 201);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.lblHeader);
diff --git a/XrmToolBox.Extensibility/Forms/ErrorDetail.designer.cs b/XrmToolBox.Extensibility/Forms/ErrorDetail.designer.cs
index 914d02e93..b8d8a9689 100644
--- a/XrmToolBox.Extensibility/Forms/ErrorDetail.designer.cs
+++ b/XrmToolBox.Extensibility/Forms/ErrorDetail.designer.cs
@@ -344,8 +344,8 @@ private void InitializeComponent()
// ErrorDetail
//
this.AcceptButton = this.btnClose;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Window;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(1027, 772);
diff --git a/XrmToolBox.Extensibility/UserControls/NotificationArea.Designer.cs b/XrmToolBox.Extensibility/UserControls/NotificationArea.Designer.cs
index e7a854fd3..814858266 100644
--- a/XrmToolBox.Extensibility/UserControls/NotificationArea.Designer.cs
+++ b/XrmToolBox.Extensibility/UserControls/NotificationArea.Designer.cs
@@ -94,8 +94,8 @@ private void InitializeComponent()
//
// NotificationArea
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Info;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.lblMessage);
diff --git a/XrmToolBox.PluginsStore/LicenseAcceptanceForm.Designer.cs b/XrmToolBox.PluginsStore/LicenseAcceptanceForm.Designer.cs
index b134caf7d..04a769733 100644
--- a/XrmToolBox.PluginsStore/LicenseAcceptanceForm.Designer.cs
+++ b/XrmToolBox.PluginsStore/LicenseAcceptanceForm.Designer.cs
@@ -131,8 +131,8 @@ private void InitializeComponent()
//
// LicenseAcceptanceForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(376, 452);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlBottom);
diff --git a/XrmToolBox.PluginsStore/PluginLicense.Designer.cs b/XrmToolBox.PluginsStore/PluginLicense.Designer.cs
index 9cefa6ca1..83e33d0a8 100644
--- a/XrmToolBox.PluginsStore/PluginLicense.Designer.cs
+++ b/XrmToolBox.PluginsStore/PluginLicense.Designer.cs
@@ -93,8 +93,8 @@ private void InitializeComponent()
//
// PluginLicense
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
diff --git a/XrmToolBox.PluginsStore/StoreFormFromPortal.Designer.cs b/XrmToolBox.PluginsStore/StoreFormFromPortal.Designer.cs
index 249648fb0..4aac100f1 100644
--- a/XrmToolBox.PluginsStore/StoreFormFromPortal.Designer.cs
+++ b/XrmToolBox.PluginsStore/StoreFormFromPortal.Designer.cs
@@ -950,8 +950,8 @@ private void InitializeComponent()
//
// StoreFormFromPortal
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1669, 832);
this.Controls.Add(this.splitContainerMain);
this.Controls.Add(this.statusStrip1);
diff --git a/XrmToolBox.ToolLibrary/Forms/LicenseAcceptanceForm.Designer.cs b/XrmToolBox.ToolLibrary/Forms/LicenseAcceptanceForm.Designer.cs
index 32f21de70..719400120 100644
--- a/XrmToolBox.ToolLibrary/Forms/LicenseAcceptanceForm.Designer.cs
+++ b/XrmToolBox.ToolLibrary/Forms/LicenseAcceptanceForm.Designer.cs
@@ -131,8 +131,8 @@ private void InitializeComponent()
//
// LicenseAcceptanceForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(376, 452);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlBottom);
diff --git a/XrmToolBox.ToolLibrary/Forms/ToolLibraryForm.designer.cs b/XrmToolBox.ToolLibrary/Forms/ToolLibraryForm.designer.cs
index c3d6ade9e..0db62312b 100644
--- a/XrmToolBox.ToolLibrary/Forms/ToolLibraryForm.designer.cs
+++ b/XrmToolBox.ToolLibrary/Forms/ToolLibraryForm.designer.cs
@@ -701,8 +701,8 @@ private void InitializeComponent()
//
// ToolLibraryForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(2375, 1422);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlBottom);
diff --git a/XrmToolBox.ToolLibrary/UserControls/InstallProgressControl.Designer.cs b/XrmToolBox.ToolLibrary/UserControls/InstallProgressControl.Designer.cs
index e333b5d32..bd0e1b456 100644
--- a/XrmToolBox.ToolLibrary/UserControls/InstallProgressControl.Designer.cs
+++ b/XrmToolBox.ToolLibrary/UserControls/InstallProgressControl.Designer.cs
@@ -120,8 +120,8 @@ private void InitializeComponent()
//
// InstallProgressControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.pnlMain);
diff --git a/XrmToolBox.ToolLibrary/UserControls/PluginLicense.Designer.cs b/XrmToolBox.ToolLibrary/UserControls/PluginLicense.Designer.cs
index 0d4c6303e..e60f7bb6e 100644
--- a/XrmToolBox.ToolLibrary/UserControls/PluginLicense.Designer.cs
+++ b/XrmToolBox.ToolLibrary/UserControls/PluginLicense.Designer.cs
@@ -93,8 +93,8 @@ private void InitializeComponent()
//
// PluginLicense
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
diff --git a/XrmToolBox.ToolLibrary/UserControls/ProgressStepControl.Designer.cs b/XrmToolBox.ToolLibrary/UserControls/ProgressStepControl.Designer.cs
index ae5c0b195..a3de8ccbe 100644
--- a/XrmToolBox.ToolLibrary/UserControls/ProgressStepControl.Designer.cs
+++ b/XrmToolBox.ToolLibrary/UserControls/ProgressStepControl.Designer.cs
@@ -95,8 +95,8 @@ private void InitializeComponent()
//
// ProgressStepControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pnlState);
this.Controls.Add(this.lblAction);
this.Controls.Add(this.pnlAction);
diff --git a/XrmToolBox.ToolLibrary/UserControls/ToolPackageProperties.designer.cs b/XrmToolBox.ToolLibrary/UserControls/ToolPackageProperties.designer.cs
index dfeca7ce8..3c9b27a13 100644
--- a/XrmToolBox.ToolLibrary/UserControls/ToolPackageProperties.designer.cs
+++ b/XrmToolBox.ToolLibrary/UserControls/ToolPackageProperties.designer.cs
@@ -482,8 +482,8 @@ private void InitializeComponent()
//
// ToolPackageCtrl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlTop);
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
diff --git a/XrmToolBox/Announcement/AnnouncementDialog.Designer.cs b/XrmToolBox/Announcement/AnnouncementDialog.Designer.cs
index 0c375083b..a7a4a95bf 100644
--- a/XrmToolBox/Announcement/AnnouncementDialog.Designer.cs
+++ b/XrmToolBox/Announcement/AnnouncementDialog.Designer.cs
@@ -83,8 +83,8 @@ private void InitializeComponent()
//
// AnnouncementDialog
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.pbImage);
this.Controls.Add(this.pnlFooter);
diff --git a/XrmToolBox/Controls/ConnectingCdsControl.designer.cs b/XrmToolBox/Controls/ConnectingCdsControl.designer.cs
index 3f77cbb60..78ea10e26 100644
--- a/XrmToolBox/Controls/ConnectingCdsControl.designer.cs
+++ b/XrmToolBox/Controls/ConnectingCdsControl.designer.cs
@@ -68,8 +68,8 @@ private void InitializeComponent()
//
// ConnectingCdsControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Gainsboro;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.lblConnecting);
diff --git a/XrmToolBox/Controls/ConnectingControl.Designer.cs b/XrmToolBox/Controls/ConnectingControl.Designer.cs
index e3546d040..25038dd6b 100644
--- a/XrmToolBox/Controls/ConnectingControl.Designer.cs
+++ b/XrmToolBox/Controls/ConnectingControl.Designer.cs
@@ -62,8 +62,8 @@ private void InitializeComponent()
//
// ConnectingControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.AliceBlue;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.lblConnecting);
diff --git a/XrmToolBox/Forms/DonationIntroForm.Designer.cs b/XrmToolBox/Forms/DonationIntroForm.Designer.cs
index 0c47888e4..9a2cff8f7 100644
--- a/XrmToolBox/Forms/DonationIntroForm.Designer.cs
+++ b/XrmToolBox/Forms/DonationIntroForm.Designer.cs
@@ -250,8 +250,8 @@ private void InitializeComponent()
//
// DonationIntroForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1029, 705);
this.Controls.Add(this.pnlMain);
diff --git a/XrmToolBox/Forms/HiddenPluginsDialog.Designer.cs b/XrmToolBox/Forms/HiddenPluginsDialog.Designer.cs
index 2fa6a99b7..bc2cc8172 100644
--- a/XrmToolBox/Forms/HiddenPluginsDialog.Designer.cs
+++ b/XrmToolBox/Forms/HiddenPluginsDialog.Designer.cs
@@ -130,8 +130,8 @@ private void InitializeComponent()
//
// HiddenPluginsDialog
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlFooter);
diff --git a/XrmToolBox/Forms/NewConnectionVersion.Designer.cs b/XrmToolBox/Forms/NewConnectionVersion.Designer.cs
index c944811b8..2d63f0372 100644
--- a/XrmToolBox/Forms/NewConnectionVersion.Designer.cs
+++ b/XrmToolBox/Forms/NewConnectionVersion.Designer.cs
@@ -238,8 +238,8 @@ private void InitializeComponent()
//
// NewConnectionVersion
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(960, 878);
this.Controls.Add(this.panel1);
diff --git a/XrmToolBox/Forms/NewPluginVersion.Designer.cs b/XrmToolBox/Forms/NewPluginVersion.Designer.cs
index 6441b10d9..360aa141a 100644
--- a/XrmToolBox/Forms/NewPluginVersion.Designer.cs
+++ b/XrmToolBox/Forms/NewPluginVersion.Designer.cs
@@ -233,8 +233,8 @@ private void InitializeComponent()
//
// NewPluginVersion
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1280, 1097);
this.Controls.Add(this.panel1);
diff --git a/XrmToolBox/Forms/NewVersionForm.Designer.cs b/XrmToolBox/Forms/NewVersionForm.Designer.cs
index 44e6728b6..30bc7453d 100644
--- a/XrmToolBox/Forms/NewVersionForm.Designer.cs
+++ b/XrmToolBox/Forms/NewVersionForm.Designer.cs
@@ -129,8 +129,8 @@ private void InitializeComponent()
//
// NewVersionForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(700, 775);
this.Controls.Add(this.btnDownload);
diff --git a/XrmToolBox/Forms/OptionsDialog.Designer.cs b/XrmToolBox/Forms/OptionsDialog.Designer.cs
index cf80d210f..6c933d78f 100644
--- a/XrmToolBox/Forms/OptionsDialog.Designer.cs
+++ b/XrmToolBox/Forms/OptionsDialog.Designer.cs
@@ -653,8 +653,8 @@ private void InitializeComponent()
// OptionsDialog
//
this.AcceptButton = this.btnOk;
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(876, 824);
this.Controls.Add(this.tabControl1);
diff --git a/XrmToolBox/Forms/TabConnectionUpdater.Designer.cs b/XrmToolBox/Forms/TabConnectionUpdater.Designer.cs
index 4c7627546..fb964a988 100644
--- a/XrmToolBox/Forms/TabConnectionUpdater.Designer.cs
+++ b/XrmToolBox/Forms/TabConnectionUpdater.Designer.cs
@@ -144,8 +144,8 @@ private void InitializeComponent()
// TabConnectionUpdater
//
this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(1071, 482);
this.Controls.Add(this.btnAll);
diff --git a/XrmToolBox/Forms/UserSelectionDialog.Designer.cs b/XrmToolBox/Forms/UserSelectionDialog.Designer.cs
index 23c704047..f42c40ec8 100644
--- a/XrmToolBox/Forms/UserSelectionDialog.Designer.cs
+++ b/XrmToolBox/Forms/UserSelectionDialog.Designer.cs
@@ -182,8 +182,8 @@ private void InitializeComponent()
//
// UserSelectionDialog
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 685);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlHeader);
diff --git a/XrmToolBox/Forms/WelcomeDialog.Designer.cs b/XrmToolBox/Forms/WelcomeDialog.Designer.cs
index d0b98bdee..c3bb30249 100644
--- a/XrmToolBox/Forms/WelcomeDialog.Designer.cs
+++ b/XrmToolBox/Forms/WelcomeDialog.Designer.cs
@@ -165,8 +165,8 @@ private void InitializeComponent()
//
// WelcomeDialog
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.Black;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.CancelButton = this.linkClose;
diff --git a/XrmToolBox/New/FavoriteControl.Designer.cs b/XrmToolBox/New/FavoriteControl.Designer.cs
index 1198d35f0..51fbb60a6 100644
--- a/XrmToolBox/New/FavoriteControl.Designer.cs
+++ b/XrmToolBox/New/FavoriteControl.Designer.cs
@@ -117,8 +117,8 @@ private void InitializeComponent()
//
// FavoriteControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ContextMenuStrip = this.cmsMru;
this.Controls.Add(this.lblConnectionName);
diff --git a/XrmToolBox/New/InvalidPluginsForm.Designer.cs b/XrmToolBox/New/InvalidPluginsForm.Designer.cs
index d437a6451..cd10918b0 100644
--- a/XrmToolBox/New/InvalidPluginsForm.Designer.cs
+++ b/XrmToolBox/New/InvalidPluginsForm.Designer.cs
@@ -163,8 +163,8 @@ private void InitializeComponent()
//
// InvalidPluginsForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(753, 657);
this.Controls.Add(this.splitContainer);
diff --git a/XrmToolBox/New/InvalidPluginsInfo.Designer.cs b/XrmToolBox/New/InvalidPluginsInfo.Designer.cs
index 7f0167d08..a73f30395 100644
--- a/XrmToolBox/New/InvalidPluginsInfo.Designer.cs
+++ b/XrmToolBox/New/InvalidPluginsInfo.Designer.cs
@@ -70,8 +70,8 @@ private void InitializeComponent()
//
// InvalidPluginsInfo
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pnlSecurityInfo);
this.Name = "InvalidPluginsInfo";
this.Size = new System.Drawing.Size(800, 40);
diff --git a/XrmToolBox/New/MostRecentlyUsedItemControl.Designer.cs b/XrmToolBox/New/MostRecentlyUsedItemControl.Designer.cs
index 6891a8b3f..f2a8c3d89 100644
--- a/XrmToolBox/New/MostRecentlyUsedItemControl.Designer.cs
+++ b/XrmToolBox/New/MostRecentlyUsedItemControl.Designer.cs
@@ -117,8 +117,8 @@ private void InitializeComponent()
//
// MostRecentlyUsedItemControl
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ContextMenuStrip = this.cmsMru;
this.Controls.Add(this.lblConnectionName);
diff --git a/XrmToolBox/New/NewForm.Designer.cs b/XrmToolBox/New/NewForm.Designer.cs
index 33b7a248c..6f04427e0 100644
--- a/XrmToolBox/New/NewForm.Designer.cs
+++ b/XrmToolBox/New/NewForm.Designer.cs
@@ -899,8 +899,8 @@ private void InitializeComponent()
//
// NewForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1606, 785);
this.Controls.Add(this.pnlConnectLoading);
diff --git a/XrmToolBox/New/NewVersionForm.Designer.cs b/XrmToolBox/New/NewVersionForm.Designer.cs
index 0a9773429..4e8fe179a 100644
--- a/XrmToolBox/New/NewVersionForm.Designer.cs
+++ b/XrmToolBox/New/NewVersionForm.Designer.cs
@@ -84,8 +84,8 @@ private void InitializeComponent()
//
// NewVersionForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(776, 618);
this.Controls.Add(this.webView21);
this.Controls.Add(this.panel1);
diff --git a/XrmToolBox/New/PluginForm.Designer.cs b/XrmToolBox/New/PluginForm.Designer.cs
index fe8eab4ff..ef11b8b35 100644
--- a/XrmToolBox/New/PluginForm.Designer.cs
+++ b/XrmToolBox/New/PluginForm.Designer.cs
@@ -208,8 +208,8 @@ private void InitializeComponent()
//
// PluginForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(938, 517);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.lblEnvInfo);
diff --git a/XrmToolBox/New/PluginsFilterInfo.Designer.cs b/XrmToolBox/New/PluginsFilterInfo.Designer.cs
index 069b1c42f..1e2f099e0 100644
--- a/XrmToolBox/New/PluginsFilterInfo.Designer.cs
+++ b/XrmToolBox/New/PluginsFilterInfo.Designer.cs
@@ -70,8 +70,8 @@ private void InitializeComponent()
//
// PluginsFilterInfo
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.pnlSecurityInfo);
this.Name = "PluginsFilterInfo";
this.Size = new System.Drawing.Size(800, 40);
diff --git a/XrmToolBox/New/PluginsForm.Designer.cs b/XrmToolBox/New/PluginsForm.Designer.cs
index 09ae5e239..8dd151637 100644
--- a/XrmToolBox/New/PluginsForm.Designer.cs
+++ b/XrmToolBox/New/PluginsForm.Designer.cs
@@ -361,8 +361,8 @@ private void InitializeComponent()
//
// PluginsForm
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1071, 762);
this.CloseButton = false;
this.CloseButtonVisible = false;
diff --git a/XrmToolBox/New/StartPage.Designer.cs b/XrmToolBox/New/StartPage.Designer.cs
index ca21b6254..efc42c97b 100644
--- a/XrmToolBox/New/StartPage.Designer.cs
+++ b/XrmToolBox/New/StartPage.Designer.cs
@@ -462,8 +462,8 @@ private void InitializeComponent()
//
// StartPage
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(1776, 1018);
this.Controls.Add(this.chkDoNotShowAtStartup);
this.Controls.Add(this.pnlMain);
diff --git a/XrmToolBox/Properties/Resources.Designer.cs b/XrmToolBox/Properties/Resources.Designer.cs
index d43560c32..26f00a472 100644
--- a/XrmToolBox/Properties/Resources.Designer.cs
+++ b/XrmToolBox/Properties/Resources.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
-// le code est régénéré.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -13,13 +13,13 @@ namespace XrmToolBox.Properties {
///
- /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
+ /// A strongly-typed resource class, for looking up localized strings, etc.
///
- // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder
- // à l'aide d'un outil, tel que ResGen ou Visual Studio.
- // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
- // avec l'option /str ou régénérez votre projet VS.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -33,7 +33,7 @@ internal Resources() {
}
///
- /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
+ /// Returns the cached ResourceManager instance used by this class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ internal Resources() {
}
///
- /// Remplace la propriété CurrentUICulture du thread actuel pour toutes
- /// les recherches de ressources à l'aide de cette classe de ressource fortement typée.
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
@@ -61,7 +61,7 @@ internal Resources() {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap _3 {
get {
@@ -71,7 +71,7 @@ internal static System.Drawing.Bitmap _3 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Clear_16 {
get {
@@ -81,7 +81,7 @@ internal static System.Drawing.Bitmap Clear_16 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap close {
get {
@@ -91,7 +91,7 @@ internal static System.Drawing.Bitmap close {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap close1 {
get {
@@ -101,7 +101,7 @@ internal static System.Drawing.Bitmap close1 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Connect16 {
get {
@@ -111,7 +111,7 @@ internal static System.Drawing.Bitmap Connect16 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Connect32 {
get {
@@ -121,7 +121,7 @@ internal static System.Drawing.Bitmap Connect32 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap ConnectingDataverse {
get {
@@ -131,7 +131,7 @@ internal static System.Drawing.Bitmap ConnectingDataverse {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Dataverse_16x16 {
get {
@@ -141,7 +141,7 @@ internal static System.Drawing.Bitmap Dataverse_16x16 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Gitter32 {
get {
@@ -151,7 +151,7 @@ internal static System.Drawing.Bitmap Gitter32 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap hide_detail {
get {
@@ -161,7 +161,7 @@ internal static System.Drawing.Bitmap hide_detail {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap lightning {
get {
@@ -171,7 +171,7 @@ internal static System.Drawing.Bitmap lightning {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap loading_dv0 {
get {
@@ -181,7 +181,7 @@ internal static System.Drawing.Bitmap loading_dv0 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap loading_dv1 {
get {
@@ -191,7 +191,7 @@ internal static System.Drawing.Bitmap loading_dv1 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap loading_dv2 {
get {
@@ -201,7 +201,7 @@ internal static System.Drawing.Bitmap loading_dv2 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap loading_dv3 {
get {
@@ -211,7 +211,7 @@ internal static System.Drawing.Bitmap loading_dv3 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap loading_dv4 {
get {
@@ -221,7 +221,7 @@ internal static System.Drawing.Bitmap loading_dv4 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap LoadingConnection {
get {
@@ -231,7 +231,7 @@ internal static System.Drawing.Bitmap LoadingConnection {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap logo_0016 {
get {
@@ -241,7 +241,7 @@ internal static System.Drawing.Bitmap logo_0016 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap logo_0032 {
get {
@@ -251,7 +251,7 @@ internal static System.Drawing.Bitmap logo_0032 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap logo_0400 {
get {
@@ -261,7 +261,7 @@ internal static System.Drawing.Bitmap logo_0400 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap LogoDyn365 {
get {
@@ -271,7 +271,7 @@ internal static System.Drawing.Bitmap LogoDyn365 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap mask {
get {
@@ -281,7 +281,7 @@ internal static System.Drawing.Bitmap mask {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap money_dollar {
get {
@@ -291,7 +291,7 @@ internal static System.Drawing.Bitmap money_dollar {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap money_euro {
get {
@@ -301,7 +301,7 @@ internal static System.Drawing.Bitmap money_euro {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap money_pound {
get {
@@ -311,7 +311,7 @@ internal static System.Drawing.Bitmap money_pound {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap OpenToolsLibrary {
get {
@@ -321,7 +321,7 @@ internal static System.Drawing.Bitmap OpenToolsLibrary {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap paypal {
get {
@@ -331,7 +331,7 @@ internal static System.Drawing.Bitmap paypal {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap PluginsStore64 {
get {
@@ -341,7 +341,7 @@ internal static System.Drawing.Bitmap PluginsStore64 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap PowerApps_scalable {
get {
@@ -351,7 +351,7 @@ internal static System.Drawing.Bitmap PowerApps_scalable {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap powerapps16 {
get {
@@ -361,7 +361,7 @@ internal static System.Drawing.Bitmap powerapps16 {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap shortcut {
get {
@@ -371,7 +371,7 @@ internal static System.Drawing.Bitmap shortcut {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap star {
get {
@@ -381,7 +381,7 @@ internal static System.Drawing.Bitmap star {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap twitter {
get {
@@ -391,7 +391,7 @@ internal static System.Drawing.Bitmap twitter {
}
///
- /// Recherche une ressource localisée de type System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap www_page {
get {
diff --git a/XrmToolBox/XrmToolBox.csproj b/XrmToolBox/XrmToolBox.csproj
index eab3e6380..371621e89 100644
--- a/XrmToolBox/XrmToolBox.csproj
+++ b/XrmToolBox/XrmToolBox.csproj
@@ -10,7 +10,7 @@
Properties
XrmToolBox
XrmToolBox
- v4.6.2
+ v4.8
512
SAK
SAK
@@ -88,7 +88,7 @@
..\packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
- ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.46\lib\net462\Microsoft.Crm.Sdk.Proxy.dll
+ ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.48\lib\net462\Microsoft.Crm.Sdk.Proxy.dll
..\packages\Microsoft.IdentityModel.7.0.0\lib\net35\microsoft.identitymodel.dll
@@ -97,7 +97,7 @@
..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.5.3.0\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.dll
- ..\packages\Microsoft.Rest.ClientRuntime.2.3.24\lib\net461\Microsoft.Rest.ClientRuntime.dll
+ ..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.9.1.1.32\lib\net462\Microsoft.Rest.ClientRuntime.dll
..\packages\Microsoft.Web.WebView2.1.0.1518.46\lib\net45\Microsoft.Web.WebView2.Core.dll
@@ -112,25 +112,25 @@
..\packages\Microsoft.Web.Xdt.3.1.0\lib\net40\Microsoft.Web.XmlTransform.dll
- ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.46\lib\net462\Microsoft.Xrm.Sdk.dll
+ ..\packages\Microsoft.CrmSdk.CoreAssemblies.9.0.2.48\lib\net462\Microsoft.Xrm.Sdk.dll
..\packages\Microsoft.CrmSdk.Deployment.9.0.2.34\lib\net462\Microsoft.Xrm.Sdk.Deployment.dll
- ..\packages\Microsoft.CrmSdk.Workflow.9.0.2.46\lib\net462\Microsoft.Xrm.Sdk.Workflow.dll
+ ..\packages\Microsoft.CrmSdk.Workflow.9.0.2.48\lib\net462\Microsoft.Xrm.Sdk.Workflow.dll
- ..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.9.1.1.1\lib\net462\Microsoft.Xrm.Tooling.Connector.dll
+ ..\packages\Microsoft.CrmSdk.XrmTooling.CoreAssembly.9.1.1.32\lib\net462\Microsoft.Xrm.Tooling.Connector.dll
- ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.1\lib\net462\Microsoft.Xrm.Tooling.CrmConnectControl.dll
+ ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.32\lib\net462\Microsoft.Xrm.Tooling.CrmConnectControl.dll
- ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.1\lib\net462\Microsoft.Xrm.Tooling.Ui.Styles.dll
+ ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.32\lib\net462\Microsoft.Xrm.Tooling.Ui.Styles.dll
- ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.1\lib\net462\Microsoft.Xrm.Tooling.WebResourceUtility.dll
+ ..\packages\Microsoft.CrmSdk.XrmTooling.WpfControls.9.1.1.32\lib\net462\Microsoft.Xrm.Tooling.WebResourceUtility.dll
..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll
@@ -157,8 +157,6 @@
..\packages\System.IO.4.3.0\lib\net462\System.IO.dll
- True
- True
@@ -183,8 +181,8 @@
-
- ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll
+
+ ..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net463\System.Security.Cryptography.Algorithms.dll
..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll
@@ -208,7 +206,7 @@
..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll
- ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll
+ ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
@@ -621,7 +619,7 @@
- Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
diff --git a/XrmToolBox/app.config b/XrmToolBox/app.config
index c2ce92fdd..ef803ad5b 100644
--- a/XrmToolBox/app.config
+++ b/XrmToolBox/app.config
@@ -1,118 +1,121 @@
-
+
-
+
+
+
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
@@ -124,11 +127,11 @@
Warning: includes Error, Warning levels
Error: includes Error level
-->
-
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/XrmToolBox/app.manifest b/XrmToolBox/app.manifest
index e5f58f10c..79b3209b0 100644
--- a/XrmToolBox/app.manifest
+++ b/XrmToolBox/app.manifest
@@ -44,17 +44,6 @@
-
-
-
-
- Per-monitor
-
-
-