From 3d63ce11e76dff294aa865a5fb38f8d436df9e45 Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Thu, 4 Apr 2024 17:22:45 +0300 Subject: [PATCH 1/4] SEO-181471-WF-HTTP-TO-HTTPS --- WindowsForms/ComboBox/Localization.md | 4 ++-- WindowsForms/DataGrid/Filtering.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WindowsForms/ComboBox/Localization.md b/WindowsForms/ComboBox/Localization.md index 48a67183a..b27c9a9d3 100644 --- a/WindowsForms/ComboBox/Localization.md +++ b/WindowsForms/ComboBox/Localization.md @@ -16,7 +16,7 @@ Localization is a process of translating the application resources into differen To localize the SfComboBox based on the `CurrentUICulture` by using the resource files, follow the steps: 1. Create a new folder and name it as Resources in your application. -2. Add the default resource file of the SfListView into Resources folder. You can download the `Syncfusion. SfListView.WinForms.resx` [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291). +2. Add the default resource file of the SfListView into Resources folder. You can download the `Syncfusion. SfListView.WinForms.resx` [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291). ![Folder in which the resource file to be added](Localization_images/Localization_img1.png) 3. Right click on the Resources folder, select Add then NewItem. @@ -54,7 +54,7 @@ End Sub ## Editing default resource file -The default resource file can be edited by adding it to the Resources folder of the application where SfComboBox reads the static texts here. The default resource file can be downloaded [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291). +The default resource file can be edited by adding it to the Resources folder of the application where SfComboBox reads the static texts here. The default resource file can be downloaded [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/ResourceFile1283641291). ![Default resource file](Localization_images/Localization_img6.png) diff --git a/WindowsForms/DataGrid/Filtering.md b/WindowsForms/DataGrid/Filtering.md index 1e6717f1a..6823f999a 100644 --- a/WindowsForms/DataGrid/Filtering.md +++ b/WindowsForms/DataGrid/Filtering.md @@ -906,7 +906,7 @@ End Sub ![Retain the frozen row data in the view by managing the FilterPredicates event](Filtering_images/Filtering_img24.png) -Download [Sample location](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample1392776176). +Download [Sample location](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample1392776176). ## Appearance From 15bdc8e63bb0363fabfb3f55dd2af6803274c24e Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Tue, 9 Apr 2024 12:30:33 +0300 Subject: [PATCH 2/4] SEO-181471-Windows-Forms-Issues --- WindowsForms/Button/Appearance.md | 26 +++++++++--------- ...windows-forms-button-animating-image.jpeg} | Bin ....jpeg => windows-forms-button-border.jpeg} | Bin ...s-forms-button-change-image-in-hover.jpeg} | Bin ...button-gradient-backcolor-fore-color.jpeg} | Bin ...dows-forms-button-gradient-backcolor.jpeg} | Bin ...rms-button-gradient-background-image.jpeg} | Bin ...2.jpeg => windows-forms-button-image.jpeg} | Bin ...> windows-forms-button-office16-black.jpg} | Bin ...indows-forms-button-office16-colorful.jpg} | Bin ...indows-forms-button-office16-darkgray.jpg} | Bin ...> windows-forms-button-office16-white.jpg} | Bin ...ndows-forms-button-rounded-rectangle.jpeg} | Bin ...ws-forms-button-show-focus-rectangle.jpeg} | Bin 14 files changed, 13 insertions(+), 13 deletions(-) rename WindowsForms/Button/SfButton_images/{SfButton_img15.jpeg => windows-forms-button-animating-image.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img14.jpeg => windows-forms-button-border.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img13.jpeg => windows-forms-button-change-image-in-hover.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img11.jpeg => windows-forms-button-gradient-backcolor-fore-color.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img9.jpeg => windows-forms-button-gradient-backcolor.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img10.jpeg => windows-forms-button-gradient-background-image.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img12.jpeg => windows-forms-button-image.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_o16_black.jpg => windows-forms-button-office16-black.jpg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_o16_colorful.jpg => windows-forms-button-office16-colorful.jpg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_o16_darkGray.jpg => windows-forms-button-office16-darkgray.jpg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_o16_white.jpg => windows-forms-button-office16-white.jpg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img17.jpeg => windows-forms-button-rounded-rectangle.jpeg} (100%) rename WindowsForms/Button/SfButton_images/{SfButton_img16.jpeg => windows-forms-button-show-focus-rectangle.jpeg} (100%) diff --git a/WindowsForms/Button/Appearance.md b/WindowsForms/Button/Appearance.md index b74e86d89..69a4711ab 100644 --- a/WindowsForms/Button/Appearance.md +++ b/WindowsForms/Button/Appearance.md @@ -39,7 +39,7 @@ sfButton1.Style.GradientBrush = new BrushInfo(GradientStyle.ForwardDiagonal, Col {% endhighlight %} {% endtabs %} -![SfButton_img9](SfButton_images/SfButton_img9.jpeg) +![Windows Forms Button gradient backcolor](SfButton_images/windows-forms-button-gradient-backcolor.jpeg) ### Background Image @@ -57,7 +57,7 @@ this.sfButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; {% endhighlight %} {% endtabs %} -![SfButton_img10](SfButton_images/SfButton_img10.jpeg) +![Windows Forms Button background image](SfButton_images/windows-forms-button-gradient-background-image.jpeg) ## Customizing Appearance based on Button State @@ -90,7 +90,7 @@ sfButton1.Style.FocusedForeColor = Color.Black; {% endhighlight %} {% endtabs %} -![SfButton_img11](SfButton_images/SfButton_img11.jpeg) +![Windows Forms Button backcolor and fore color](SfButton_images/windows-forms-button-gradient-backcolor-fore-color.jpeg) ### Image @@ -116,9 +116,9 @@ sfButton1.Style.DisabledImage = Image.FromFile(@"..\..\Data\DisabledImage.png"); {% endhighlight %} {% endtabs %} -![SfButton_img12](SfButton_images/SfButton_img12.jpeg) +![Image in Windows Forms Button](SfButton_images/windows-forms-button-image.jpeg) -![SfButton_img13](SfButton_images/SfButton_img13.jpeg) +![Windows Forms Button change image in hover](SfButton_images/windows-forms-button-change-image-in-hover.jpeg) ### Border @@ -131,7 +131,7 @@ sfButton6.Style.HoverBorder = new Pen(Color.DarkGray, 2); {% endhighlight %} {% endtabs %} -![SfButton_img14](SfButton_images/SfButton_img14.jpeg) +![Windows Forms Button border](SfButton_images/windows-forms-button-border.jpeg) ## Animating the Image @@ -149,7 +149,7 @@ sfButton1.Style.Image = Image.FromFile(@"..\..\Data\animationImage.gif"); {% endtabs %} -![SfButton_img15](SfButton_images/SfButton_img15.jpeg) +![Windows Forms Button animating the image](SfButton_images/windows-forms-button-animating-image.jpeg) **Note**: The SfButton does not allow you to animate the image, if the animated image set as FocusedImage, HoverImage, or PressedImage so, to show the animation image inside the button, initialize the animation image (gif image) using the Image property. @@ -166,7 +166,7 @@ sfButton1.FocusRectangleVisible = true; {% endtabs %} -![SfButton_img16](SfButton_images/SfButton_img16.jpeg) +![Windows Forms Button show or focus rectangle](SfButton_images/windows-forms-button-show-focus-rectangle.jpeg) ## Rounded Rectangle Button @@ -209,7 +209,7 @@ private void sfButton1_Paint(object sender, PaintEventArgs e) {% endcapture %} {{ codesnippet2 | OrderList_Indent_Level_1 }} -![SfButton_img17](SfButton_images/SfButton_img17.jpeg) +![Windows Forms Button rounded rectangle](SfButton_images/windows-forms-button-rounded-rectangle.jpeg) Refer to the following sample shows how to implement the rounded rectangle in the SfButton control. @@ -308,7 +308,7 @@ Me.sfButton.ThemeName = "Office2016Colorful" {% endtabs %} -![SfButton_o16_colorful](SfButton_images/SfButton_o16_colorful.jpg) +![Windows Forms Button office16 colorful](SfButton_images/windows-forms-button-office16-colorful.jpg) #### Office2016White @@ -334,7 +334,7 @@ Me.sfButton.ThemeName = "Office2016White" {% endtabs %} -![SfButton_o16_white](SfButton_images/SfButton_o16_white.jpg) +![Windows Forms Button office16 white](SfButton_images/windows-forms-button-office16-white.jpg) #### Office2016DarkGray @@ -360,7 +360,7 @@ Me.sfButton.ThemeName = "Office2016DarkGray" {% endtabs %} -![SfButton_o16_darkGray](SfButton_images/SfButton_o16_darkGray.jpg) +![Windows Forms Button office16 darkgray](SfButton_images/windows-forms-button-office16-darkgray.jpg) #### Office2016Black @@ -386,4 +386,4 @@ Me.sfButton.ThemeName = "Office2016Black" {% endtabs %} -![SfButton_o16_black](SfButton_images/SfButton_o16_black.jpg) +![Windows Forms Button office16 black](SfButton_images/windows-forms-button-office16-black.jpg) diff --git a/WindowsForms/Button/SfButton_images/SfButton_img15.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-animating-image.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img15.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-animating-image.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img14.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-border.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img14.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-border.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img13.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-change-image-in-hover.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img13.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-change-image-in-hover.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img11.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-gradient-backcolor-fore-color.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img11.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-gradient-backcolor-fore-color.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img9.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-gradient-backcolor.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img9.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-gradient-backcolor.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img10.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-gradient-background-image.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img10.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-gradient-background-image.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img12.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-image.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img12.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-image.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_o16_black.jpg b/WindowsForms/Button/SfButton_images/windows-forms-button-office16-black.jpg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_o16_black.jpg rename to WindowsForms/Button/SfButton_images/windows-forms-button-office16-black.jpg diff --git a/WindowsForms/Button/SfButton_images/SfButton_o16_colorful.jpg b/WindowsForms/Button/SfButton_images/windows-forms-button-office16-colorful.jpg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_o16_colorful.jpg rename to WindowsForms/Button/SfButton_images/windows-forms-button-office16-colorful.jpg diff --git a/WindowsForms/Button/SfButton_images/SfButton_o16_darkGray.jpg b/WindowsForms/Button/SfButton_images/windows-forms-button-office16-darkgray.jpg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_o16_darkGray.jpg rename to WindowsForms/Button/SfButton_images/windows-forms-button-office16-darkgray.jpg diff --git a/WindowsForms/Button/SfButton_images/SfButton_o16_white.jpg b/WindowsForms/Button/SfButton_images/windows-forms-button-office16-white.jpg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_o16_white.jpg rename to WindowsForms/Button/SfButton_images/windows-forms-button-office16-white.jpg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img17.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-rounded-rectangle.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img17.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-rounded-rectangle.jpeg diff --git a/WindowsForms/Button/SfButton_images/SfButton_img16.jpeg b/WindowsForms/Button/SfButton_images/windows-forms-button-show-focus-rectangle.jpeg similarity index 100% rename from WindowsForms/Button/SfButton_images/SfButton_img16.jpeg rename to WindowsForms/Button/SfButton_images/windows-forms-button-show-focus-rectangle.jpeg From b2be60174242c3b4011c720efa28e9d6d0ff4d6d Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Tue, 9 Apr 2024 12:48:44 +0300 Subject: [PATCH 3/4] Update Appearance.md --- WindowsForms/Button/Appearance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsForms/Button/Appearance.md b/WindowsForms/Button/Appearance.md index 69a4711ab..fce187e1c 100644 --- a/WindowsForms/Button/Appearance.md +++ b/WindowsForms/Button/Appearance.md @@ -2,7 +2,7 @@ layout: post title: Appearance in Windows Forms Button control | Syncfusion description: Learn about Appearance support in Syncfusion Windows Forms Button (SfButton) control and more details. -platform: WindowsForms +platform: windowsforms control: SfButton documentation: ug --- From b47cdf9e2e718ef09a87a77843f8e395fa966009 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 22 Apr 2024 16:15:44 +0530 Subject: [PATCH 4/4] Added the release notes MD file and corresponding node entry in the TOC.html file --- WindowsForms-toc.html | 2 +- WindowsForms/Release-notes/v25.1.41.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 WindowsForms/Release-notes/v25.1.41.md diff --git a/WindowsForms-toc.html b/WindowsForms-toc.html index 8101a676b..9a89e920a 100644 --- a/WindowsForms-toc.html +++ b/WindowsForms-toc.html @@ -6169,7 +6169,7 @@
  • Release Notes -