Skip to content

Commit ebe8424

Browse files
committed
Setup gui databinding
1 parent 1a354ad commit ebe8424

File tree

4 files changed

+81
-1
lines changed

4 files changed

+81
-1
lines changed

EF Sqlite/EF Sqlite.vbproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<Generator>MyApplicationCodeGenerator</Generator>
137137
<LastGenOutput>Application.Designer.vb</LastGenOutput>
138138
</None>
139+
<None Include="My Project\DataSources\Contact.datasource" />
139140
<None Include="My Project\Settings.settings">
140141
<Generator>SettingsSingleFileGenerator</Generator>
141142
<CustomToolNamespace>My</CustomToolNamespace>

EF Sqlite/Form1.Designer.vb

Lines changed: 67 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EF Sqlite/Form1.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,7 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120+
<metadata name="ContactBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121+
<value>17, 17</value>
122+
</metadata>
120123
</root>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
This file is automatically generated by Visual Studio .Net. It is
4+
used to store generic object data source configuration information.
5+
Renaming the file extension or editing the content of this file may
6+
cause the file to be unrecognizable by the program.
7+
-->
8+
<GenericObjectDataSource DisplayName="Contact" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
9+
<TypeInfo>EF_Sqlite.Contact, EF Sqlite, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
10+
</GenericObjectDataSource>

0 commit comments

Comments
 (0)