From 6894046831c826bb1d0935efaf4390721d067d8b Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 9 Jun 2022 16:09:47 +0400 Subject: [PATCH] autogenerate VB --- VB/WPFGrid_ColumnChooser.sln | 25 ++++++++++++ VB/WPFGrid_ColumnChooser/App.xaml | 9 +++++ VB/WPFGrid_ColumnChooser/App.xaml.vb | 10 +++++ VB/WPFGrid_ColumnChooser/AssemblyInfo.vb | 6 +++ VB/WPFGrid_ColumnChooser/MainWindow.xaml | 27 +++++++++++++ VB/WPFGrid_ColumnChooser/MainWindow.xaml.vb | 38 +++++++++++++++++++ .../WPFGrid_ColumnChooser.vbproj | 16 ++++++++ 7 files changed, 131 insertions(+) create mode 100644 VB/WPFGrid_ColumnChooser.sln create mode 100644 VB/WPFGrid_ColumnChooser/App.xaml create mode 100644 VB/WPFGrid_ColumnChooser/App.xaml.vb create mode 100644 VB/WPFGrid_ColumnChooser/AssemblyInfo.vb create mode 100644 VB/WPFGrid_ColumnChooser/MainWindow.xaml create mode 100644 VB/WPFGrid_ColumnChooser/MainWindow.xaml.vb create mode 100644 VB/WPFGrid_ColumnChooser/WPFGrid_ColumnChooser.vbproj diff --git a/VB/WPFGrid_ColumnChooser.sln b/VB/WPFGrid_ColumnChooser.sln new file mode 100644 index 0000000..1178486 --- /dev/null +++ b/VB/WPFGrid_ColumnChooser.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32421.90 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WPFGrid_ColumnChooser", "WPFGrid_ColumnChooser\WPFGrid_ColumnChooser.vbproj", "{3070DF24-C291-4248-BDBA-E235F21D9626}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3070DF24-C291-4248-BDBA-E235F21D9626}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3070DF24-C291-4248-BDBA-E235F21D9626}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3070DF24-C291-4248-BDBA-E235F21D9626}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3070DF24-C291-4248-BDBA-E235F21D9626}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {745E24C6-3160-40E9-9C9B-7E4C4285A710} + EndGlobalSection +EndGlobal diff --git a/VB/WPFGrid_ColumnChooser/App.xaml b/VB/WPFGrid_ColumnChooser/App.xaml new file mode 100644 index 0000000..19c0617 --- /dev/null +++ b/VB/WPFGrid_ColumnChooser/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/VB/WPFGrid_ColumnChooser/App.xaml.vb b/VB/WPFGrid_ColumnChooser/App.xaml.vb new file mode 100644 index 0000000..54dface --- /dev/null +++ b/VB/WPFGrid_ColumnChooser/App.xaml.vb @@ -0,0 +1,10 @@ +Namespace WPFGrid_ColumnChooser + + ''' + ''' Interaction logic for App.xaml + ''' + Public Partial Class App + Inherits Application + + End Class +End Namespace diff --git a/VB/WPFGrid_ColumnChooser/AssemblyInfo.vb b/VB/WPFGrid_ColumnChooser/AssemblyInfo.vb new file mode 100644 index 0000000..62d5e4d --- /dev/null +++ b/VB/WPFGrid_ColumnChooser/AssemblyInfo.vb @@ -0,0 +1,6 @@ +'(used if a resource is not found in the page, +' or application resource dictionaries) +'(used if a resource is not found in the page, +' app, or any theme specific resource dictionaries) + 'where theme specific resource dictionaries are located +'where the generic resource dictionary is located diff --git a/VB/WPFGrid_ColumnChooser/MainWindow.xaml b/VB/WPFGrid_ColumnChooser/MainWindow.xaml new file mode 100644 index 0000000..0e37608 --- /dev/null +++ b/VB/WPFGrid_ColumnChooser/MainWindow.xaml @@ -0,0 +1,27 @@ + + + + + +