root/trunk/BazaZamowien/zamowieniaDataSet.xsd @ 910

Wersja 710, 247.8 KB (wprowadzona przez dorota, 18 years temu)

baza zamowien i premii 1.0.0.1

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xs:schema id="zamowieniaDataSet" targetNamespace="http://tempuri.org/zamowieniaDataSet.xsd" xmlns:mstns="http://tempuri.org/zamowieniaDataSet.xsd" xmlns="http://tempuri.org/zamowieniaDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
3  <xs:annotation>
4    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
5      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
6        <Connections>
7          <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="zamowieniaConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="zamowieniaConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.BazaZamowien.Properties.Settings.GlobalReference.Default.zamowieniaConnectionString" Provider="System.Data.SqlClient">
8          </Connection>
9        </Connections>
10        <Tables>
11          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DecyzjeTableAdapter" GeneratorDataComponentClassName="DecyzjeTableAdapter" Name="Decyzje" UserDataComponentName="DecyzjeTableAdapter">
12            <MainSource>
13              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Decyzje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
14                <InsertCommand>
15                  <DbCommand CommandType="Text" ModifiedByUser="False">
16                    <CommandText>INSERT INTO [dbo].[Decyzje] ([IDE], [Decyzja], [Opis]) VALUES (@IDE, @Decyzja, @Opis)</CommandText>
17                    <Parameters>
18                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
19                      </Parameter>
20                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Decyzja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Decyzja" SourceColumnNullMapping="False" SourceVersion="Current">
21                      </Parameter>
22                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
23                      </Parameter>
24                    </Parameters>
25                  </DbCommand>
26                </InsertCommand>
27                <SelectCommand>
28                  <DbCommand CommandType="Text" ModifiedByUser="False">
29                    <CommandText>SELECT IDE, Decyzja, Opis FROM dbo.Decyzje</CommandText>
30                    <Parameters>
31                    </Parameters>
32                  </DbCommand>
33                </SelectCommand>
34              </DbSource>
35            </MainSource>
36            <Mappings>
37              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
38              <Mapping SourceColumn="Decyzja" DataSetColumn="Decyzja" />
39              <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
40            </Mappings>
41            <Sources>
42            </Sources>
43          </TableAdapter>
44          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DyrFinansowiTableAdapter" GeneratorDataComponentClassName="DyrFinansowiTableAdapter" Name="DyrFinansowi" UserDataComponentName="DyrFinansowiTableAdapter">
45            <MainSource>
46              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.DyrFinansowi" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
47                <InsertCommand>
48                  <DbCommand CommandType="Text" ModifiedByUser="False">
49                    <CommandText>INSERT INTO [dbo].[DyrFinansowi] ([IDE], [IDEUser], [Tytul]) VALUES (@IDE, @IDEUser, @Tytul)</CommandText>
50                    <Parameters>
51                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
52                      </Parameter>
53                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
54                      </Parameter>
55                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tytul" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Tytul" SourceColumnNullMapping="False" SourceVersion="Current">
56                      </Parameter>
57                    </Parameters>
58                  </DbCommand>
59                </InsertCommand>
60                <SelectCommand>
61                  <DbCommand CommandType="Text" ModifiedByUser="False">
62                    <CommandText>SELECT IDE, IDEUser, Tytul FROM dbo.DyrFinansowi</CommandText>
63                    <Parameters>
64                    </Parameters>
65                  </DbCommand>
66                </SelectCommand>
67              </DbSource>
68            </MainSource>
69            <Mappings>
70              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
71              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
72              <Mapping SourceColumn="Tytul" DataSetColumn="Tytul" />
73            </Mappings>
74            <Sources>
75            </Sources>
76          </TableAdapter>
77          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DyrNaczelniTableAdapter" GeneratorDataComponentClassName="DyrNaczelniTableAdapter" Name="DyrNaczelni" UserDataComponentName="DyrNaczelniTableAdapter">
78            <MainSource>
79              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.DyrNaczelni" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
80                <InsertCommand>
81                  <DbCommand CommandType="Text" ModifiedByUser="False">
82                    <CommandText>INSERT INTO [dbo].[DyrNaczelni] ([IDE], [IDEUser], [Tytul]) VALUES (@IDE, @IDEUser, @Tytul)</CommandText>
83                    <Parameters>
84                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
85                      </Parameter>
86                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
87                      </Parameter>
88                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tytul" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Tytul" SourceColumnNullMapping="False" SourceVersion="Current">
89                      </Parameter>
90                    </Parameters>
91                  </DbCommand>
92                </InsertCommand>
93                <SelectCommand>
94                  <DbCommand CommandType="Text" ModifiedByUser="False">
95                    <CommandText>SELECT IDE, IDEUser, Tytul FROM dbo.DyrNaczelni</CommandText>
96                    <Parameters>
97                    </Parameters>
98                  </DbCommand>
99                </SelectCommand>
100              </DbSource>
101            </MainSource>
102            <Mappings>
103              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
104              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
105              <Mapping SourceColumn="Tytul" DataSetColumn="Tytul" />
106            </Mappings>
107            <Sources>
108            </Sources>
109          </TableAdapter>
110          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="DzialyTableAdapter" GeneratorDataComponentClassName="DzialyTableAdapter" Name="Dzialy" UserDataComponentName="DzialyTableAdapter">
111            <MainSource>
112              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Dzialy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
113                <DeleteCommand>
114                  <DbCommand CommandType="Text" ModifiedByUser="False">
115                    <CommandText>DELETE FROM [Dzialy] WHERE (([IDE] = @Original_IDE))</CommandText>
116                    <Parameters>
117                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
118                      </Parameter>
119                    </Parameters>
120                  </DbCommand>
121                </DeleteCommand>
122                <InsertCommand>
123                  <DbCommand CommandType="Text" ModifiedByUser="False">
124                    <CommandText>INSERT INTO [Dzialy] ([Symbol], [Roz], [Opis]) VALUES (@Symbol, @Roz, @Opis);
125SELECT IDE, Symbol, Roz, Opis FROM Dzialy WHERE (IDE = SCOPE_IDENTITY())</CommandText>
126                    <Parameters>
127                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
128                      </Parameter>
129                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Roz" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Roz" SourceColumnNullMapping="False" SourceVersion="Current">
130                      </Parameter>
131                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
132                      </Parameter>
133                    </Parameters>
134                  </DbCommand>
135                </InsertCommand>
136                <SelectCommand>
137                  <DbCommand CommandType="Text" ModifiedByUser="True">
138                    <CommandText>SELECT        IDE, Symbol, Roz, Opis
139FROM            Dzialy</CommandText>
140                    <Parameters>
141                    </Parameters>
142                  </DbCommand>
143                </SelectCommand>
144                <UpdateCommand>
145                  <DbCommand CommandType="Text" ModifiedByUser="False">
146                    <CommandText>UPDATE [Dzialy] SET [Symbol] = @Symbol, [Roz] = @Roz, [Opis] = @Opis WHERE (([IDE] = @Original_IDE));
147SELECT IDE, Symbol, Roz, Opis FROM Dzialy WHERE (IDE = @IDE)</CommandText>
148                    <Parameters>
149                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
150                      </Parameter>
151                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Roz" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Roz" SourceColumnNullMapping="False" SourceVersion="Current">
152                      </Parameter>
153                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
154                      </Parameter>
155                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
156                      </Parameter>
157                      <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="zamowienia.dbo.Dzialy" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
158                      </Parameter>
159                    </Parameters>
160                  </DbCommand>
161                </UpdateCommand>
162              </DbSource>
163            </MainSource>
164            <Mappings>
165              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
166              <Mapping SourceColumn="Symbol" DataSetColumn="Symbol" />
167              <Mapping SourceColumn="Roz" DataSetColumn="Roz" />
168              <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
169            </Mappings>
170            <Sources>
171              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Dzialy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByAll" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByAll" GeneratorSourceName="FillByAll" GetMethodModifier="Public" GetMethodName="GetDataByAll" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByAll" UserSourceName="FillByAll">
172                <SelectCommand>
173                  <DbCommand CommandType="Text" ModifiedByUser="True">
174                    <CommandText>SELECT IDE, Opis, Roz, Symbol FROM Dzialy ORDER BY Symbol</CommandText>
175                    <Parameters>
176                    </Parameters>
177                  </DbCommand>
178                </SelectCommand>
179              </DbSource>
180              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Dzialy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDE" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDE" GeneratorSourceName="FillByIDE" GetMethodModifier="Public" GetMethodName="GetDataByIDE" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDE" UserSourceName="FillByIDE">
181                <SelectCommand>
182                  <DbCommand CommandType="Text" ModifiedByUser="True">
183                    <CommandText>SELECT        IDE, Symbol, Roz, Opis
184FROM            Dzialy where IDE=@param</CommandText>
185                    <Parameters>
186                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDE" DataSourceName="zamowienia.dbo.Dzialy" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
187                      </Parameter>
188                    </Parameters>
189                  </DbCommand>
190                </SelectCommand>
191              </DbSource>
192              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Dzialy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDEUser" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDEUser" GeneratorSourceName="FillByIDEUser" GetMethodModifier="Public" GetMethodName="GetDataByIDEUser" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDEUser" UserSourceName="FillByIDEUser">
193                <SelectCommand>
194                  <DbCommand CommandType="Text" ModifiedByUser="True">
195                    <CommandText>SELECT Dzialy.IDE, Dzialy.Opis, Dzialy.Roz, Dzialy.Symbol FROM Dzialy LEFT OUTER JOIN UsersDzialy ON Dzialy.IDE = UsersDzialy.IDEDzial WHERE (UsersDzialy.IDEUser = @param) ORDER BY Dzialy.Symbol</CommandText>
196                    <Parameters>
197                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDEUser" DataSourceName="zamowienia.dbo.UsersDzialy" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
198                      </Parameter>
199                    </Parameters>
200                  </DbCommand>
201                </SelectCommand>
202              </DbSource>
203            </Sources>
204          </TableAdapter>
205          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FiltryTableAdapter" GeneratorDataComponentClassName="FiltryTableAdapter" Name="Filtry" UserDataComponentName="FiltryTableAdapter">
206            <MainSource>
207              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Filtry" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
208                <InsertCommand>
209                  <DbCommand CommandType="Text" ModifiedByUser="False">
210                    <CommandText>INSERT INTO [dbo].[Filtry] ([IDE], [Symbol], [QueryString]) VALUES (@IDE, @Symbol, @QueryString)</CommandText>
211                    <Parameters>
212                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
213                      </Parameter>
214                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
215                      </Parameter>
216                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@QueryString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="QueryString" SourceColumnNullMapping="False" SourceVersion="Current">
217                      </Parameter>
218                    </Parameters>
219                  </DbCommand>
220                </InsertCommand>
221                <SelectCommand>
222                  <DbCommand CommandType="Text" ModifiedByUser="False">
223                    <CommandText>SELECT IDE, Symbol, QueryString FROM dbo.Filtry</CommandText>
224                    <Parameters>
225                    </Parameters>
226                  </DbCommand>
227                </SelectCommand>
228              </DbSource>
229            </MainSource>
230            <Mappings>
231              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
232              <Mapping SourceColumn="Symbol" DataSetColumn="Symbol" />
233              <Mapping SourceColumn="QueryString" DataSetColumn="QueryString" />
234            </Mappings>
235            <Sources>
236            </Sources>
237          </TableAdapter>
238          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GlowniKsiegowiTableAdapter" GeneratorDataComponentClassName="GlowniKsiegowiTableAdapter" Name="GlowniKsiegowi" UserDataComponentName="GlowniKsiegowiTableAdapter">
239            <MainSource>
240              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.GlowniKsiegowi" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
241                <InsertCommand>
242                  <DbCommand CommandType="Text" ModifiedByUser="False">
243                    <CommandText>INSERT INTO [dbo].[GlowniKsiegowi] ([IDE], [IDEUser], [Tytul]) VALUES (@IDE, @IDEUser, @Tytul)</CommandText>
244                    <Parameters>
245                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
246                      </Parameter>
247                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
248                      </Parameter>
249                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tytul" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Tytul" SourceColumnNullMapping="False" SourceVersion="Current">
250                      </Parameter>
251                    </Parameters>
252                  </DbCommand>
253                </InsertCommand>
254                <SelectCommand>
255                  <DbCommand CommandType="Text" ModifiedByUser="False">
256                    <CommandText>SELECT IDE, IDEUser, Tytul FROM dbo.GlowniKsiegowi</CommandText>
257                    <Parameters>
258                    </Parameters>
259                  </DbCommand>
260                </SelectCommand>
261              </DbSource>
262            </MainSource>
263            <Mappings>
264              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
265              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
266              <Mapping SourceColumn="Tytul" DataSetColumn="Tytul" />
267            </Mappings>
268            <Sources>
269            </Sources>
270          </TableAdapter>
271          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="GrupyRoboczeTableAdapter" GeneratorDataComponentClassName="GrupyRoboczeTableAdapter" Name="GrupyRobocze" UserDataComponentName="GrupyRoboczeTableAdapter">
272            <MainSource>
273              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.GrupyRobocze" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
274                <InsertCommand>
275                  <DbCommand CommandType="Text" ModifiedByUser="False">
276                    <CommandText>INSERT INTO [dbo].[GrupyRobocze] ([IDE], [Grupa]) VALUES (@IDE, @Grupa)</CommandText>
277                    <Parameters>
278                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
279                      </Parameter>
280                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Grupa" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Grupa" SourceColumnNullMapping="False" SourceVersion="Current">
281                      </Parameter>
282                    </Parameters>
283                  </DbCommand>
284                </InsertCommand>
285                <SelectCommand>
286                  <DbCommand CommandType="Text" ModifiedByUser="False">
287                    <CommandText>SELECT IDE, Grupa FROM dbo.GrupyRobocze</CommandText>
288                    <Parameters>
289                    </Parameters>
290                  </DbCommand>
291                </SelectCommand>
292              </DbSource>
293            </MainSource>
294            <Mappings>
295              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
296              <Mapping SourceColumn="Grupa" DataSetColumn="Grupa" />
297            </Mappings>
298            <Sources>
299            </Sources>
300          </TableAdapter>
301          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KategorieTableAdapter" GeneratorDataComponentClassName="KategorieTableAdapter" Name="Kategorie" UserDataComponentName="KategorieTableAdapter">
302            <MainSource>
303              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Kategorie" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
304                <InsertCommand>
305                  <DbCommand CommandType="Text" ModifiedByUser="False">
306                    <CommandText>INSERT INTO [dbo].[Kategorie] ([IDE], [Kategoria], [Opis]) VALUES (@IDE, @Kategoria, @Opis)</CommandText>
307                    <Parameters>
308                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
309                      </Parameter>
310                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Kategoria" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Kategoria" SourceColumnNullMapping="False" SourceVersion="Current">
311                      </Parameter>
312                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
313                      </Parameter>
314                    </Parameters>
315                  </DbCommand>
316                </InsertCommand>
317                <SelectCommand>
318                  <DbCommand CommandType="Text" ModifiedByUser="False">
319                    <CommandText>SELECT IDE, Kategoria, Opis FROM dbo.Kategorie</CommandText>
320                    <Parameters>
321                    </Parameters>
322                  </DbCommand>
323                </SelectCommand>
324              </DbSource>
325            </MainSource>
326            <Mappings>
327              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
328              <Mapping SourceColumn="Kategoria" DataSetColumn="Kategoria" />
329              <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
330            </Mappings>
331            <Sources>
332            </Sources>
333          </TableAdapter>
334          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="KierownicyTableAdapter" GeneratorDataComponentClassName="KierownicyTableAdapter" Name="Kierownicy" UserDataComponentName="KierownicyTableAdapter">
335            <MainSource>
336              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Kierownicy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
337                <InsertCommand>
338                  <DbCommand CommandType="Text" ModifiedByUser="False">
339                    <CommandText>INSERT INTO [dbo].[Kierownicy] ([IDE], [IDEUser], [IDEDzial], [Tytul]) VALUES (@IDE, @IDEUser, @IDEDzial, @Tytul)</CommandText>
340                    <Parameters>
341                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
342                      </Parameter>
343                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
344                      </Parameter>
345                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Current">
346                      </Parameter>
347                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tytul" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Tytul" SourceColumnNullMapping="False" SourceVersion="Current">
348                      </Parameter>
349                    </Parameters>
350                  </DbCommand>
351                </InsertCommand>
352                <SelectCommand>
353                  <DbCommand CommandType="Text" ModifiedByUser="False">
354                    <CommandText>SELECT IDE, IDEUser, IDEDzial, Tytul FROM dbo.Kierownicy</CommandText>
355                    <Parameters>
356                    </Parameters>
357                  </DbCommand>
358                </SelectCommand>
359              </DbSource>
360            </MainSource>
361            <Mappings>
362              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
363              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
364              <Mapping SourceColumn="IDEDzial" DataSetColumn="IDEDzial" />
365              <Mapping SourceColumn="Tytul" DataSetColumn="Tytul" />
366            </Mappings>
367            <Sources>
368            </Sources>
369          </TableAdapter>
370          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LogoTableAdapter" GeneratorDataComponentClassName="LogoTableAdapter" Name="Logo" UserDataComponentName="LogoTableAdapter">
371            <MainSource>
372              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Logo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
373                <InsertCommand>
374                  <DbCommand CommandType="Text" ModifiedByUser="False">
375                    <CommandText>INSERT INTO [dbo].[Logo] ([IDE], [TYTUL], [OPIS], [LOGO]) VALUES (@IDE, @TYTUL, @OPIS, @LOGO)</CommandText>
376                    <Parameters>
377                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
378                      </Parameter>
379                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@TYTUL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="TYTUL" SourceColumnNullMapping="False" SourceVersion="Current">
380                      </Parameter>
381                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OPIS" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OPIS" SourceColumnNullMapping="False" SourceVersion="Current">
382                      </Parameter>
383                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@LOGO" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="LOGO" SourceColumnNullMapping="False" SourceVersion="Current">
384                      </Parameter>
385                    </Parameters>
386                  </DbCommand>
387                </InsertCommand>
388                <SelectCommand>
389                  <DbCommand CommandType="Text" ModifiedByUser="False">
390                    <CommandText>SELECT IDE, TYTUL, OPIS, LOGO FROM dbo.Logo</CommandText>
391                    <Parameters>
392                    </Parameters>
393                  </DbCommand>
394                </SelectCommand>
395              </DbSource>
396            </MainSource>
397            <Mappings>
398              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
399              <Mapping SourceColumn="TYTUL" DataSetColumn="TYTUL" />
400              <Mapping SourceColumn="OPIS" DataSetColumn="OPIS" />
401              <Mapping SourceColumn="LOGO" DataSetColumn="LOGO" />
402            </Mappings>
403            <Sources>
404            </Sources>
405          </TableAdapter>
406          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="LogsTableAdapter" GeneratorDataComponentClassName="LogsTableAdapter" Name="Logs" UserDataComponentName="LogsTableAdapter">
407            <MainSource>
408              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Logs" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
409                <InsertCommand>
410                  <DbCommand CommandType="Text" ModifiedByUser="False">
411                    <CommandText>INSERT INTO [dbo].[Logs] ([IDE], [Data], [SQLUser], [AppUser], [AppVer], [Operacja], [IDEZam]) VALUES (@IDE, @Data, @SQLUser, @AppUser, @AppVer, @Operacja, @IDEZam)</CommandText>
412                    <Parameters>
413                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
414                      </Parameter>
415                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
416                      </Parameter>
417                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@SQLUser" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="SQLUser" SourceColumnNullMapping="False" SourceVersion="Current">
418                      </Parameter>
419                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@AppUser" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="AppUser" SourceColumnNullMapping="False" SourceVersion="Current">
420                      </Parameter>
421                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@AppVer" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="AppVer" SourceColumnNullMapping="False" SourceVersion="Current">
422                      </Parameter>
423                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Operacja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Operacja" SourceColumnNullMapping="False" SourceVersion="Current">
424                      </Parameter>
425                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="False" SourceVersion="Current">
426                      </Parameter>
427                    </Parameters>
428                  </DbCommand>
429                </InsertCommand>
430                <SelectCommand>
431                  <DbCommand CommandType="Text" ModifiedByUser="False">
432                    <CommandText>SELECT IDE, Data, SQLUser, AppUser, AppVer, Operacja, IDEZam FROM dbo.Logs</CommandText>
433                    <Parameters>
434                    </Parameters>
435                  </DbCommand>
436                </SelectCommand>
437              </DbSource>
438            </MainSource>
439            <Mappings>
440              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
441              <Mapping SourceColumn="Data" DataSetColumn="Data" />
442              <Mapping SourceColumn="SQLUser" DataSetColumn="SQLUser" />
443              <Mapping SourceColumn="AppUser" DataSetColumn="AppUser" />
444              <Mapping SourceColumn="AppVer" DataSetColumn="AppVer" />
445              <Mapping SourceColumn="Operacja" DataSetColumn="Operacja" />
446              <Mapping SourceColumn="IDEZam" DataSetColumn="IDEZam" />
447            </Mappings>
448            <Sources>
449            </Sources>
450          </TableAdapter>
451          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="OrderByTableAdapter" GeneratorDataComponentClassName="OrderByTableAdapter" Name="OrderBy" UserDataComponentName="OrderByTableAdapter">
452            <MainSource>
453              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.OrderBy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
454                <InsertCommand>
455                  <DbCommand CommandType="Text" ModifiedByUser="False">
456                    <CommandText>INSERT INTO [dbo].[OrderBy] ([IDE], [Symbol], [OrderBy]) VALUES (@IDE, @Symbol, @OrderBy)</CommandText>
457                    <Parameters>
458                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
459                      </Parameter>
460                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
461                      </Parameter>
462                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@OrderBy" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="OrderBy" SourceColumnNullMapping="False" SourceVersion="Current">
463                      </Parameter>
464                    </Parameters>
465                  </DbCommand>
466                </InsertCommand>
467                <SelectCommand>
468                  <DbCommand CommandType="Text" ModifiedByUser="False">
469                    <CommandText>SELECT IDE, Symbol, OrderBy FROM dbo.OrderBy</CommandText>
470                    <Parameters>
471                    </Parameters>
472                  </DbCommand>
473                </SelectCommand>
474              </DbSource>
475            </MainSource>
476            <Mappings>
477              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
478              <Mapping SourceColumn="Symbol" DataSetColumn="Symbol" />
479              <Mapping SourceColumn="OrderBy" DataSetColumn="OrderBy" />
480            </Mappings>
481            <Sources>
482            </Sources>
483          </TableAdapter>
484          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PrawaTableAdapter" GeneratorDataComponentClassName="PrawaTableAdapter" Name="Prawa" UserDataComponentName="PrawaTableAdapter">
485            <MainSource>
486              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Prawa" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
487                <InsertCommand>
488                  <DbCommand CommandType="Text" ModifiedByUser="False">
489                    <CommandText>INSERT INTO [dbo].[Prawa] ([IDE], [IDUser], [IDPrawo]) VALUES (@IDE, @IDUser, @IDPrawo)</CommandText>
490                    <Parameters>
491                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
492                      </Parameter>
493                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDUser" SourceColumnNullMapping="False" SourceVersion="Current">
494                      </Parameter>
495                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDPrawo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDPrawo" SourceColumnNullMapping="False" SourceVersion="Current">
496                      </Parameter>
497                    </Parameters>
498                  </DbCommand>
499                </InsertCommand>
500                <SelectCommand>
501                  <DbCommand CommandType="Text" ModifiedByUser="False">
502                    <CommandText>SELECT IDE, IDUser, IDPrawo FROM dbo.Prawa</CommandText>
503                    <Parameters>
504                    </Parameters>
505                  </DbCommand>
506                </SelectCommand>
507              </DbSource>
508            </MainSource>
509            <Mappings>
510              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
511              <Mapping SourceColumn="IDUser" DataSetColumn="IDUser" />
512              <Mapping SourceColumn="IDPrawo" DataSetColumn="IDPrawo" />
513            </Mappings>
514            <Sources>
515            </Sources>
516          </TableAdapter>
517          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PrawaDefinicjeTableAdapter" GeneratorDataComponentClassName="PrawaDefinicjeTableAdapter" Name="PrawaDefinicje" UserDataComponentName="PrawaDefinicjeTableAdapter">
518            <MainSource>
519              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.PrawaDefinicje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
520                <InsertCommand>
521                  <DbCommand CommandType="Text" ModifiedByUser="False">
522                    <CommandText>INSERT INTO [dbo].[PrawaDefinicje] ([IDE], [Opis]) VALUES (@IDE, @Opis)</CommandText>
523                    <Parameters>
524                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
525                      </Parameter>
526                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
527                      </Parameter>
528                    </Parameters>
529                  </DbCommand>
530                </InsertCommand>
531                <SelectCommand>
532                  <DbCommand CommandType="Text" ModifiedByUser="False">
533                    <CommandText>SELECT IDE, Opis FROM dbo.PrawaDefinicje</CommandText>
534                    <Parameters>
535                    </Parameters>
536                  </DbCommand>
537                </SelectCommand>
538              </DbSource>
539            </MainSource>
540            <Mappings>
541              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
542              <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
543            </Mappings>
544            <Sources>
545            </Sources>
546          </TableAdapter>
547          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="SessionUserTableAdapter" GeneratorDataComponentClassName="SessionUserTableAdapter" Name="SessionUser" UserDataComponentName="SessionUserTableAdapter">
548            <MainSource>
549              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.SessionUser" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
550                <InsertCommand>
551                  <DbCommand CommandType="Text" ModifiedByUser="False">
552                    <CommandText>INSERT INTO [dbo].[SessionUser] ([Uzytkownik], [Dzial], [Osoba], [Wersja], [LastDate]) VALUES (@Uzytkownik, @Dzial, @Osoba, @Wersja, @LastDate)</CommandText>
553                    <Parameters>
554                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Uzytkownik" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Uzytkownik" SourceColumnNullMapping="False" SourceVersion="Current">
555                      </Parameter>
556                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Dzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Dzial" SourceColumnNullMapping="False" SourceVersion="Current">
557                      </Parameter>
558                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Osoba" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Osoba" SourceColumnNullMapping="False" SourceVersion="Current">
559                      </Parameter>
560                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Wersja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Wersja" SourceColumnNullMapping="False" SourceVersion="Current">
561                      </Parameter>
562                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@LastDate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="LastDate" SourceColumnNullMapping="False" SourceVersion="Current">
563                      </Parameter>
564                    </Parameters>
565                  </DbCommand>
566                </InsertCommand>
567                <SelectCommand>
568                  <DbCommand CommandType="Text" ModifiedByUser="False">
569                    <CommandText>SELECT Uzytkownik, Dzial, Osoba, Wersja, LastDate FROM dbo.SessionUser</CommandText>
570                    <Parameters>
571                    </Parameters>
572                  </DbCommand>
573                </SelectCommand>
574              </DbSource>
575            </MainSource>
576            <Mappings>
577              <Mapping SourceColumn="Uzytkownik" DataSetColumn="Uzytkownik" />
578              <Mapping SourceColumn="Dzial" DataSetColumn="Dzial" />
579              <Mapping SourceColumn="Osoba" DataSetColumn="Osoba" />
580              <Mapping SourceColumn="Wersja" DataSetColumn="Wersja" />
581              <Mapping SourceColumn="LastDate" DataSetColumn="LastDate" />
582            </Mappings>
583            <Sources>
584            </Sources>
585          </TableAdapter>
586          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UsersTableAdapter" GeneratorDataComponentClassName="UsersTableAdapter" Name="Users" UserDataComponentName="UsersTableAdapter">
587            <MainSource>
588              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
589                <DeleteCommand>
590                  <DbCommand CommandType="Text" ModifiedByUser="False">
591                    <CommandText>DELETE FROM [Users] WHERE (([IDE] = @Original_IDE))</CommandText>
592                    <Parameters>
593                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
594                      </Parameter>
595                    </Parameters>
596                  </DbCommand>
597                </DeleteCommand>
598                <InsertCommand>
599                  <DbCommand CommandType="Text" ModifiedByUser="False">
600                    <CommandText>INSERT INTO [Users] ([Symbol], [Imie], [Nazwisko], [EMAIL], [Grupa], [Dzial], [Wersja], [LastDate], [QueryString], [IDEFiltr], [TopRecords], [IDEOrderBy], [IDEZamowienie]) VALUES (@Symbol, @Imie, @Nazwisko, @EMAIL, @Grupa, @Dzial, @Wersja, @LastDate, @QueryString, @IDEFiltr, @TopRecords, @IDEOrderBy, @IDEZamowienie)</CommandText>
601                    <Parameters>
602                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
603                      </Parameter>
604                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Imie" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Imie" SourceColumnNullMapping="False" SourceVersion="Current">
605                      </Parameter>
606                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nazwisko" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nazwisko" SourceColumnNullMapping="False" SourceVersion="Current">
607                      </Parameter>
608                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMAIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EMAIL" SourceColumnNullMapping="False" SourceVersion="Current">
609                      </Parameter>
610                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Grupa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Grupa" SourceColumnNullMapping="False" SourceVersion="Current">
611                      </Parameter>
612                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Dzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Dzial" SourceColumnNullMapping="False" SourceVersion="Current">
613                      </Parameter>
614                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Wersja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Wersja" SourceColumnNullMapping="False" SourceVersion="Current">
615                      </Parameter>
616                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@LastDate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="LastDate" SourceColumnNullMapping="False" SourceVersion="Current">
617                      </Parameter>
618                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@QueryString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="QueryString" SourceColumnNullMapping="False" SourceVersion="Current">
619                      </Parameter>
620                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEFiltr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEFiltr" SourceColumnNullMapping="False" SourceVersion="Current">
621                      </Parameter>
622                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TopRecords" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRecords" SourceColumnNullMapping="False" SourceVersion="Current">
623                      </Parameter>
624                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOrderBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOrderBy" SourceColumnNullMapping="False" SourceVersion="Current">
625                      </Parameter>
626                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Current">
627                      </Parameter>
628                    </Parameters>
629                  </DbCommand>
630                </InsertCommand>
631                <SelectCommand>
632                  <DbCommand CommandType="Text" ModifiedByUser="True">
633                    <CommandText>SELECT        IDE, Symbol, Imie, Nazwisko, EMAIL, Grupa, Dzial, Wersja, LastDate, QueryString, IDEFiltr, TopRecords, IDEOrderBy, IDEZamowienie
634FROM            Users
635ORDER BY Symbol</CommandText>
636                    <Parameters>
637                    </Parameters>
638                  </DbCommand>
639                </SelectCommand>
640                <UpdateCommand>
641                  <DbCommand CommandType="Text" ModifiedByUser="False">
642                    <CommandText>UPDATE [Users] SET [Symbol] = @Symbol, [Imie] = @Imie, [Nazwisko] = @Nazwisko, [EMAIL] = @EMAIL, [Grupa] = @Grupa, [Dzial] = @Dzial, [Wersja] = @Wersja, [LastDate] = @LastDate, [QueryString] = @QueryString, [IDEFiltr] = @IDEFiltr, [TopRecords] = @TopRecords, [IDEOrderBy] = @IDEOrderBy, [IDEZamowienie] = @IDEZamowienie WHERE (([IDE] = @Original_IDE))</CommandText>
643                    <Parameters>
644                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Symbol" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Symbol" SourceColumnNullMapping="False" SourceVersion="Current">
645                      </Parameter>
646                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Imie" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Imie" SourceColumnNullMapping="False" SourceVersion="Current">
647                      </Parameter>
648                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Nazwisko" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Nazwisko" SourceColumnNullMapping="False" SourceVersion="Current">
649                      </Parameter>
650                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EMAIL" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EMAIL" SourceColumnNullMapping="False" SourceVersion="Current">
651                      </Parameter>
652                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Grupa" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Grupa" SourceColumnNullMapping="False" SourceVersion="Current">
653                      </Parameter>
654                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Dzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Dzial" SourceColumnNullMapping="False" SourceVersion="Current">
655                      </Parameter>
656                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Wersja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Wersja" SourceColumnNullMapping="False" SourceVersion="Current">
657                      </Parameter>
658                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@LastDate" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="LastDate" SourceColumnNullMapping="False" SourceVersion="Current">
659                      </Parameter>
660                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@QueryString" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="QueryString" SourceColumnNullMapping="False" SourceVersion="Current">
661                      </Parameter>
662                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEFiltr" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEFiltr" SourceColumnNullMapping="False" SourceVersion="Current">
663                      </Parameter>
664                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TopRecords" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TopRecords" SourceColumnNullMapping="False" SourceVersion="Current">
665                      </Parameter>
666                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOrderBy" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOrderBy" SourceColumnNullMapping="False" SourceVersion="Current">
667                      </Parameter>
668                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Current">
669                      </Parameter>
670                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
671                      </Parameter>
672                    </Parameters>
673                  </DbCommand>
674                </UpdateCommand>
675              </DbSource>
676            </MainSource>
677            <Mappings>
678              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
679              <Mapping SourceColumn="Symbol" DataSetColumn="Symbol" />
680              <Mapping SourceColumn="Imie" DataSetColumn="Imie" />
681              <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
682              <Mapping SourceColumn="EMAIL" DataSetColumn="EMAIL" />
683              <Mapping SourceColumn="Grupa" DataSetColumn="Grupa" />
684              <Mapping SourceColumn="Dzial" DataSetColumn="Dzial" />
685              <Mapping SourceColumn="Wersja" DataSetColumn="Wersja" />
686              <Mapping SourceColumn="LastDate" DataSetColumn="LastDate" />
687              <Mapping SourceColumn="QueryString" DataSetColumn="QueryString" />
688              <Mapping SourceColumn="IDEFiltr" DataSetColumn="IDEFiltr" />
689              <Mapping SourceColumn="TopRecords" DataSetColumn="TopRecords" />
690              <Mapping SourceColumn="IDEOrderBy" DataSetColumn="IDEOrderBy" />
691              <Mapping SourceColumn="IDEZamowienie" DataSetColumn="IDEZamowienie" />
692            </Mappings>
693            <Sources>
694              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Users" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDE" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDE" GeneratorSourceName="FillByIDE" GetMethodModifier="Public" GetMethodName="GetDataByIDE" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDE" UserSourceName="FillByIDE">
695                <SelectCommand>
696                  <DbCommand CommandType="Text" ModifiedByUser="True">
697                    <CommandText>SELECT Dzial, EMAIL, Grupa, IDE, IDEFiltr, IDEOrderBy, IDEZamowienie, Imie, LastDate, Nazwisko, QueryString, Symbol, TopRecords, Wersja FROM Users WHERE (IDE = @param)</CommandText>
698                    <Parameters>
699                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDE" DataSourceName="zamowienia.dbo.Users" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
700                      </Parameter>
701                    </Parameters>
702                  </DbCommand>
703                </SelectCommand>
704              </DbSource>
705            </Sources>
706          </TableAdapter>
707          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="UsersDzialyTableAdapter" GeneratorDataComponentClassName="UsersDzialyTableAdapter" Name="UsersDzialy" UserDataComponentName="UsersDzialyTableAdapter">
708            <MainSource>
709              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.UsersDzialy" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
710                <DeleteCommand>
711                  <DbCommand CommandType="Text" ModifiedByUser="False">
712                    <CommandText>DELETE FROM [dbo].[UsersDzialy] WHERE (([IDEUser] = @Original_IDEUser) AND ([IDEDzial] = @Original_IDEDzial))</CommandText>
713                    <Parameters>
714                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Original">
715                      </Parameter>
716                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Original">
717                      </Parameter>
718                    </Parameters>
719                  </DbCommand>
720                </DeleteCommand>
721                <InsertCommand>
722                  <DbCommand CommandType="Text" ModifiedByUser="False">
723                    <CommandText>INSERT INTO [dbo].[UsersDzialy] ([IDEUser], [IDEDzial]) VALUES (@IDEUser, @IDEDzial)</CommandText>
724                    <Parameters>
725                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
726                      </Parameter>
727                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Current">
728                      </Parameter>
729                    </Parameters>
730                  </DbCommand>
731                </InsertCommand>
732                <SelectCommand>
733                  <DbCommand CommandType="Text" ModifiedByUser="True">
734                    <CommandText>SELECT IDEUser, IDEDzial FROM dbo.UsersDzialy</CommandText>
735                    <Parameters>
736                    </Parameters>
737                  </DbCommand>
738                </SelectCommand>
739                <UpdateCommand>
740                  <DbCommand CommandType="Text" ModifiedByUser="False">
741                    <CommandText>UPDATE [dbo].[UsersDzialy] SET [IDEUser] = @IDEUser, [IDEDzial] = @IDEDzial WHERE (([IDEUser] = @Original_IDEUser) AND ([IDEDzial] = @Original_IDEDzial))</CommandText>
742                    <Parameters>
743                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
744                      </Parameter>
745                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Current">
746                      </Parameter>
747                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Original">
748                      </Parameter>
749                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDzial" SourceColumnNullMapping="False" SourceVersion="Original">
750                      </Parameter>
751                    </Parameters>
752                  </DbCommand>
753                </UpdateCommand>
754              </DbSource>
755            </MainSource>
756            <Mappings>
757              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
758              <Mapping SourceColumn="IDEDzial" DataSetColumn="IDEDzial" />
759            </Mappings>
760            <Sources>
761            </Sources>
762          </TableAdapter>
763          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WersjeTableAdapter" GeneratorDataComponentClassName="WersjeTableAdapter" Name="Wersje" UserDataComponentName="WersjeTableAdapter">
764            <MainSource>
765              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Wersje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
766                <InsertCommand>
767                  <DbCommand CommandType="Text" ModifiedByUser="False">
768                    <CommandText>INSERT INTO [dbo].[Wersje] ([IDE], [Wersja], [Data], [Aktywny]) VALUES (@IDE, @Wersja, @Data, @Aktywny)</CommandText>
769                    <Parameters>
770                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
771                      </Parameter>
772                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Wersja" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Wersja" SourceColumnNullMapping="False" SourceVersion="Current">
773                      </Parameter>
774                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
775                      </Parameter>
776                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Aktywny" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Aktywny" SourceColumnNullMapping="False" SourceVersion="Current">
777                      </Parameter>
778                    </Parameters>
779                  </DbCommand>
780                </InsertCommand>
781                <SelectCommand>
782                  <DbCommand CommandType="Text" ModifiedByUser="False">
783                    <CommandText>SELECT IDE, Wersja, Data, Aktywny FROM dbo.Wersje</CommandText>
784                    <Parameters>
785                    </Parameters>
786                  </DbCommand>
787                </SelectCommand>
788              </DbSource>
789            </MainSource>
790            <Mappings>
791              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
792              <Mapping SourceColumn="Wersja" DataSetColumn="Wersja" />
793              <Mapping SourceColumn="Data" DataSetColumn="Data" />
794              <Mapping SourceColumn="Aktywny" DataSetColumn="Aktywny" />
795            </Mappings>
796            <Sources>
797            </Sources>
798          </TableAdapter>
799          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WiadomosciTableAdapter" GeneratorDataComponentClassName="WiadomosciTableAdapter" Name="Wiadomosci" UserDataComponentName="WiadomosciTableAdapter">
800            <MainSource>
801              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Wiadomosci" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
802                <DeleteCommand>
803                  <DbCommand CommandType="Text" ModifiedByUser="False">
804                    <CommandText>DELETE FROM [dbo].[Wiadomosci] WHERE (([IDE] = @Original_IDE) AND ((@IsNull_IDEMsg = 1 AND [IDEMsg] IS NULL) OR ([IDEMsg] = @Original_IDEMsg)) AND ((@IsNull_IDEZam = 1 AND [IDEZam] IS NULL) OR ([IDEZam] = @Original_IDEZam)) AND ((@IsNull_IDEOwner = 1 AND [IDEOwner] IS NULL) OR ([IDEOwner] = @Original_IDEOwner)) AND ((@IsNull_IDEOd = 1 AND [IDEOd] IS NULL) OR ([IDEOd] = @Original_IDEOd)) AND ((@IsNull_IDEDo = 1 AND [IDEDo] IS NULL) OR ([IDEDo] = @Original_IDEDo)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)))</CommandText>
805                    <Parameters>
806                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
807                      </Parameter>
808                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="True" SourceVersion="Original">
809                      </Parameter>
810                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="False" SourceVersion="Original">
811                      </Parameter>
812                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="True" SourceVersion="Original">
813                      </Parameter>
814                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="False" SourceVersion="Original">
815                      </Parameter>
816                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="True" SourceVersion="Original">
817                      </Parameter>
818                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="False" SourceVersion="Original">
819                      </Parameter>
820                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="True" SourceVersion="Original">
821                      </Parameter>
822                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="False" SourceVersion="Original">
823                      </Parameter>
824                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="True" SourceVersion="Original">
825                      </Parameter>
826                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="False" SourceVersion="Original">
827                      </Parameter>
828                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
829                      </Parameter>
830                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
831                      </Parameter>
832                    </Parameters>
833                  </DbCommand>
834                </DeleteCommand>
835                <InsertCommand>
836                  <DbCommand CommandType="Text" ModifiedByUser="False">
837                    <CommandText>INSERT INTO [dbo].[Wiadomosci] ([IDE], [IDEMsg], [IDEZam], [IDEOwner], [IDEOd], [IDEDo], [Tresc], [Data]) VALUES (@IDE, @IDEMsg, @IDEZam, @IDEOwner, @IDEOd, @IDEDo, @Tresc, @Data);
838SELECT IDE, IDEMsg, IDEZam, IDEOwner, IDEOd, IDEDo, Tresc, Data FROM Wiadomosci WHERE (IDE = @IDE)</CommandText>
839                    <Parameters>
840                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
841                      </Parameter>
842                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="False" SourceVersion="Current">
843                      </Parameter>
844                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="False" SourceVersion="Current">
845                      </Parameter>
846                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="False" SourceVersion="Current">
847                      </Parameter>
848                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="False" SourceVersion="Current">
849                      </Parameter>
850                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="False" SourceVersion="Current">
851                      </Parameter>
852                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tresc" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Tresc" SourceColumnNullMapping="False" SourceVersion="Current">
853                      </Parameter>
854                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
855                      </Parameter>
856                    </Parameters>
857                  </DbCommand>
858                </InsertCommand>
859                <SelectCommand>
860                  <DbCommand CommandType="Text" ModifiedByUser="False">
861                    <CommandText>SELECT IDE, IDEMsg, IDEZam, IDEOwner, IDEOd, IDEDo, Tresc, Data FROM dbo.Wiadomosci</CommandText>
862                    <Parameters>
863                    </Parameters>
864                  </DbCommand>
865                </SelectCommand>
866                <UpdateCommand>
867                  <DbCommand CommandType="Text" ModifiedByUser="False">
868                    <CommandText>UPDATE [dbo].[Wiadomosci] SET [IDE] = @IDE, [IDEMsg] = @IDEMsg, [IDEZam] = @IDEZam, [IDEOwner] = @IDEOwner, [IDEOd] = @IDEOd, [IDEDo] = @IDEDo, [Tresc] = @Tresc, [Data] = @Data WHERE (([IDE] = @Original_IDE) AND ((@IsNull_IDEMsg = 1 AND [IDEMsg] IS NULL) OR ([IDEMsg] = @Original_IDEMsg)) AND ((@IsNull_IDEZam = 1 AND [IDEZam] IS NULL) OR ([IDEZam] = @Original_IDEZam)) AND ((@IsNull_IDEOwner = 1 AND [IDEOwner] IS NULL) OR ([IDEOwner] = @Original_IDEOwner)) AND ((@IsNull_IDEOd = 1 AND [IDEOd] IS NULL) OR ([IDEOd] = @Original_IDEOd)) AND ((@IsNull_IDEDo = 1 AND [IDEDo] IS NULL) OR ([IDEDo] = @Original_IDEDo)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)));
869SELECT IDE, IDEMsg, IDEZam, IDEOwner, IDEOd, IDEDo, Tresc, Data FROM Wiadomosci WHERE (IDE = @IDE)</CommandText>
870                    <Parameters>
871                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
872                      </Parameter>
873                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="False" SourceVersion="Current">
874                      </Parameter>
875                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="False" SourceVersion="Current">
876                      </Parameter>
877                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="False" SourceVersion="Current">
878                      </Parameter>
879                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="False" SourceVersion="Current">
880                      </Parameter>
881                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="False" SourceVersion="Current">
882                      </Parameter>
883                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Tresc" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Tresc" SourceColumnNullMapping="False" SourceVersion="Current">
884                      </Parameter>
885                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
886                      </Parameter>
887                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
888                      </Parameter>
889                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="True" SourceVersion="Original">
890                      </Parameter>
891                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEMsg" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEMsg" SourceColumnNullMapping="False" SourceVersion="Original">
892                      </Parameter>
893                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="True" SourceVersion="Original">
894                      </Parameter>
895                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEZam" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZam" SourceColumnNullMapping="False" SourceVersion="Original">
896                      </Parameter>
897                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="True" SourceVersion="Original">
898                      </Parameter>
899                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEOwner" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOwner" SourceColumnNullMapping="False" SourceVersion="Original">
900                      </Parameter>
901                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="True" SourceVersion="Original">
902                      </Parameter>
903                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEOd" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEOd" SourceColumnNullMapping="False" SourceVersion="Original">
904                      </Parameter>
905                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="True" SourceVersion="Original">
906                      </Parameter>
907                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEDo" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEDo" SourceColumnNullMapping="False" SourceVersion="Original">
908                      </Parameter>
909                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
910                      </Parameter>
911                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
912                      </Parameter>
913                    </Parameters>
914                  </DbCommand>
915                </UpdateCommand>
916              </DbSource>
917            </MainSource>
918            <Mappings>
919              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
920              <Mapping SourceColumn="IDEMsg" DataSetColumn="IDEMsg" />
921              <Mapping SourceColumn="IDEZam" DataSetColumn="IDEZam" />
922              <Mapping SourceColumn="IDEOwner" DataSetColumn="IDEOwner" />
923              <Mapping SourceColumn="IDEOd" DataSetColumn="IDEOd" />
924              <Mapping SourceColumn="IDEDo" DataSetColumn="IDEDo" />
925              <Mapping SourceColumn="Tresc" DataSetColumn="Tresc" />
926              <Mapping SourceColumn="Data" DataSetColumn="Data" />
927            </Mappings>
928            <Sources>
929            </Sources>
930          </TableAdapter>
931          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="WiadomosciInfoTableAdapter" GeneratorDataComponentClassName="WiadomosciInfoTableAdapter" Name="WiadomosciInfo" UserDataComponentName="WiadomosciInfoTableAdapter">
932            <MainSource>
933              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.WiadomosciInfo" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
934                <InsertCommand>
935                  <DbCommand CommandType="Text" ModifiedByUser="False">
936                    <CommandText>INSERT INTO [dbo].[WiadomosciInfo] ([IDE], [IDEUser], [IDEWiad], [Data]) VALUES (@IDE, @IDEUser, @IDEWiad, @Data)</CommandText>
937                    <Parameters>
938                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
939                      </Parameter>
940                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEUser" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEUser" SourceColumnNullMapping="False" SourceVersion="Current">
941                      </Parameter>
942                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEWiad" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEWiad" SourceColumnNullMapping="False" SourceVersion="Current">
943                      </Parameter>
944                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
945                      </Parameter>
946                    </Parameters>
947                  </DbCommand>
948                </InsertCommand>
949                <SelectCommand>
950                  <DbCommand CommandType="Text" ModifiedByUser="False">
951                    <CommandText>SELECT IDE, IDEUser, IDEWiad, Data FROM dbo.WiadomosciInfo</CommandText>
952                    <Parameters>
953                    </Parameters>
954                  </DbCommand>
955                </SelectCommand>
956              </DbSource>
957            </MainSource>
958            <Mappings>
959              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
960              <Mapping SourceColumn="IDEUser" DataSetColumn="IDEUser" />
961              <Mapping SourceColumn="IDEWiad" DataSetColumn="IDEWiad" />
962              <Mapping SourceColumn="Data" DataSetColumn="Data" />
963            </Mappings>
964            <Sources>
965            </Sources>
966          </TableAdapter>
967          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ZamowieniaTableAdapter" GeneratorDataComponentClassName="ZamowieniaTableAdapter" Name="Zamowienia" UserDataComponentName="ZamowieniaTableAdapter">
968            <MainSource>
969              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Zamowienia" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
970                <DeleteCommand>
971                  <DbCommand CommandType="Text" ModifiedByUser="False">
972                    <CommandText>DELETE FROM [Zamowienia] WHERE (([IDE] = @Original_IDE))</CommandText>
973                    <Parameters>
974                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
975                      </Parameter>
976                    </Parameters>
977                  </DbCommand>
978                </DeleteCommand>
979                <InsertCommand>
980                  <DbCommand CommandType="Text" ModifiedByUser="False">
981                    <CommandText>INSERT INTO [Zamowienia] ([Numer], [Numer_Roz], [Numer_Rok], [ZamowienieKto], [ZamowienieDzial], [ZamowienieKategoria1], [ZamowienieData], [ZamowienieTresc], [ZamowienieWartosc1], [ZamowienieWartosc2], [ZamowienieZatwierdzone], [Decyzja1], [Decyzja1Kto], [Decyzja1Data], [Decyzja2], [Decyzja2Kto], [Decyzja2Data], [Decyzja3], [Decyzja3Kto], [Decyzja3Data]) VALUES (@Numer, @Numer_Roz, @Numer_Rok, @ZamowienieKto, @ZamowienieDzial, @ZamowienieKategoria1, @ZamowienieData, @ZamowienieTresc, @ZamowienieWartosc1, @ZamowienieWartosc2, @ZamowienieZatwierdzone, @Decyzja1, @Decyzja1Kto, @Decyzja1Data, @Decyzja2, @Decyzja2Kto, @Decyzja2Data, @Decyzja3, @Decyzja3Kto, @Decyzja3Data);
982SELECT IDE, Numer, Numer_Roz, Numer_Rok, ZamowienieKto, ZamowienieDzial, ZamowienieKategoria1, ZamowienieData, ZamowienieTresc, ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone, Decyzja1, Decyzja1Kto, Decyzja1Data, Decyzja2, Decyzja2Kto, Decyzja2Data, Decyzja3, Decyzja3Kto, Decyzja3Data FROM Zamowienia WHERE (IDE = SCOPE_IDENTITY())</CommandText>
983                    <Parameters>
984                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer" SourceColumnNullMapping="False" SourceVersion="Current">
985                      </Parameter>
986                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Numer_Roz" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Numer_Roz" SourceColumnNullMapping="False" SourceVersion="Current">
987                      </Parameter>
988                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer_Rok" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer_Rok" SourceColumnNullMapping="False" SourceVersion="Current">
989                      </Parameter>
990                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKto" SourceColumnNullMapping="False" SourceVersion="Current">
991                      </Parameter>
992                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieDzial" SourceColumnNullMapping="False" SourceVersion="Current">
993                      </Parameter>
994                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKategoria1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKategoria1" SourceColumnNullMapping="False" SourceVersion="Current">
995                      </Parameter>
996                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ZamowienieData" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="ZamowienieData" SourceColumnNullMapping="False" SourceVersion="Current">
997                      </Parameter>
998                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ZamowienieTresc" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="ZamowienieTresc" SourceColumnNullMapping="False" SourceVersion="Current">
999                      </Parameter>
1000                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc1" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc1" SourceColumnNullMapping="False" SourceVersion="Current">
1001                      </Parameter>
1002                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc2" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc2" SourceColumnNullMapping="False" SourceVersion="Current">
1003                      </Parameter>
1004                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@ZamowienieZatwierdzone" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="ZamowienieZatwierdzone" SourceColumnNullMapping="False" SourceVersion="Current">
1005                      </Parameter>
1006                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja1" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja1" SourceColumnNullMapping="False" SourceVersion="Current">
1007                      </Parameter>
1008                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja1Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja1Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1009                      </Parameter>
1010                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja1Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja1Data" SourceColumnNullMapping="False" SourceVersion="Current">
1011                      </Parameter>
1012                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja2" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja2" SourceColumnNullMapping="False" SourceVersion="Current">
1013                      </Parameter>
1014                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja2Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja2Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1015                      </Parameter>
1016                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja2Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja2Data" SourceColumnNullMapping="False" SourceVersion="Current">
1017                      </Parameter>
1018                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja3" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja3" SourceColumnNullMapping="False" SourceVersion="Current">
1019                      </Parameter>
1020                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja3Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja3Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1021                      </Parameter>
1022                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja3Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja3Data" SourceColumnNullMapping="False" SourceVersion="Current">
1023                      </Parameter>
1024                    </Parameters>
1025                  </DbCommand>
1026                </InsertCommand>
1027                <SelectCommand>
1028                  <DbCommand CommandType="Text" ModifiedByUser="True">
1029                    <CommandText>SELECT        IDE, Numer, Numer_Roz, Numer_Rok, ZamowienieKto, ZamowienieDzial, ZamowienieKategoria1, ZamowienieData, ZamowienieTresc,
1030                         ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone, Decyzja1, Decyzja1Kto, Decyzja1Data, Decyzja2, Decyzja2Kto, Decyzja2Data,
1031                         Decyzja3, Decyzja3Kto, Decyzja3Data
1032FROM            Zamowienia
1033WHERE        (ZamowienieKto &lt;&gt; 0)</CommandText>
1034                    <Parameters>
1035                    </Parameters>
1036                  </DbCommand>
1037                </SelectCommand>
1038                <UpdateCommand>
1039                  <DbCommand CommandType="Text" ModifiedByUser="False">
1040                    <CommandText>UPDATE [Zamowienia] SET [Numer] = @Numer, [Numer_Roz] = @Numer_Roz, [Numer_Rok] = @Numer_Rok, [ZamowienieKto] = @ZamowienieKto, [ZamowienieDzial] = @ZamowienieDzial, [ZamowienieKategoria1] = @ZamowienieKategoria1, [ZamowienieData] = @ZamowienieData, [ZamowienieTresc] = @ZamowienieTresc, [ZamowienieWartosc1] = @ZamowienieWartosc1, [ZamowienieWartosc2] = @ZamowienieWartosc2, [ZamowienieZatwierdzone] = @ZamowienieZatwierdzone, [Decyzja1] = @Decyzja1, [Decyzja1Kto] = @Decyzja1Kto, [Decyzja1Data] = @Decyzja1Data, [Decyzja2] = @Decyzja2, [Decyzja2Kto] = @Decyzja2Kto, [Decyzja2Data] = @Decyzja2Data, [Decyzja3] = @Decyzja3, [Decyzja3Kto] = @Decyzja3Kto, [Decyzja3Data] = @Decyzja3Data WHERE (([IDE] = @Original_IDE));
1041SELECT IDE, Numer, Numer_Roz, Numer_Rok, ZamowienieKto, ZamowienieDzial, ZamowienieKategoria1, ZamowienieData, ZamowienieTresc, ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone, Decyzja1, Decyzja1Kto, Decyzja1Data, Decyzja2, Decyzja2Kto, Decyzja2Data, Decyzja3, Decyzja3Kto, Decyzja3Data FROM Zamowienia WHERE (IDE = @IDE)</CommandText>
1042                    <Parameters>
1043                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer" SourceColumnNullMapping="False" SourceVersion="Current">
1044                      </Parameter>
1045                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Numer_Roz" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Numer_Roz" SourceColumnNullMapping="False" SourceVersion="Current">
1046                      </Parameter>
1047                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer_Rok" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer_Rok" SourceColumnNullMapping="False" SourceVersion="Current">
1048                      </Parameter>
1049                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKto" SourceColumnNullMapping="False" SourceVersion="Current">
1050                      </Parameter>
1051                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieDzial" SourceColumnNullMapping="False" SourceVersion="Current">
1052                      </Parameter>
1053                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKategoria1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKategoria1" SourceColumnNullMapping="False" SourceVersion="Current">
1054                      </Parameter>
1055                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ZamowienieData" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="ZamowienieData" SourceColumnNullMapping="False" SourceVersion="Current">
1056                      </Parameter>
1057                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ZamowienieTresc" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="ZamowienieTresc" SourceColumnNullMapping="False" SourceVersion="Current">
1058                      </Parameter>
1059                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc1" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc1" SourceColumnNullMapping="False" SourceVersion="Current">
1060                      </Parameter>
1061                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc2" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc2" SourceColumnNullMapping="False" SourceVersion="Current">
1062                      </Parameter>
1063                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@ZamowienieZatwierdzone" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="ZamowienieZatwierdzone" SourceColumnNullMapping="False" SourceVersion="Current">
1064                      </Parameter>
1065                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja1" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja1" SourceColumnNullMapping="False" SourceVersion="Current">
1066                      </Parameter>
1067                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja1Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja1Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1068                      </Parameter>
1069                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja1Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja1Data" SourceColumnNullMapping="False" SourceVersion="Current">
1070                      </Parameter>
1071                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja2" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja2" SourceColumnNullMapping="False" SourceVersion="Current">
1072                      </Parameter>
1073                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja2Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja2Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1074                      </Parameter>
1075                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja2Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja2Data" SourceColumnNullMapping="False" SourceVersion="Current">
1076                      </Parameter>
1077                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja3" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja3" SourceColumnNullMapping="False" SourceVersion="Current">
1078                      </Parameter>
1079                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja3Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja3Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1080                      </Parameter>
1081                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja3Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja3Data" SourceColumnNullMapping="False" SourceVersion="Current">
1082                      </Parameter>
1083                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
1084                      </Parameter>
1085                      <Parameter AllowDbNull="False" AutogeneratedName="IDE" ColumnName="IDE" DataSourceName="zamowienia.dbo.Zamowienia" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
1086                      </Parameter>
1087                    </Parameters>
1088                  </DbCommand>
1089                </UpdateCommand>
1090              </DbSource>
1091            </MainSource>
1092            <Mappings>
1093              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1094              <Mapping SourceColumn="Numer" DataSetColumn="Numer" />
1095              <Mapping SourceColumn="Numer_Roz" DataSetColumn="Numer_Roz" />
1096              <Mapping SourceColumn="Numer_Rok" DataSetColumn="Numer_Rok" />
1097              <Mapping SourceColumn="ZamowienieKto" DataSetColumn="ZamowienieKto" />
1098              <Mapping SourceColumn="ZamowienieDzial" DataSetColumn="ZamowienieDzial" />
1099              <Mapping SourceColumn="ZamowienieKategoria1" DataSetColumn="ZamowienieKategoria1" />
1100              <Mapping SourceColumn="ZamowienieData" DataSetColumn="ZamowienieData" />
1101              <Mapping SourceColumn="ZamowienieTresc" DataSetColumn="ZamowienieTresc" />
1102              <Mapping SourceColumn="ZamowienieWartosc1" DataSetColumn="ZamowienieWartosc1" />
1103              <Mapping SourceColumn="ZamowienieWartosc2" DataSetColumn="ZamowienieWartosc2" />
1104              <Mapping SourceColumn="ZamowienieZatwierdzone" DataSetColumn="ZamowienieZatwierdzone" />
1105              <Mapping SourceColumn="Decyzja1" DataSetColumn="Decyzja1" />
1106              <Mapping SourceColumn="Decyzja1Kto" DataSetColumn="Decyzja1Kto" />
1107              <Mapping SourceColumn="Decyzja1Data" DataSetColumn="Decyzja1Data" />
1108              <Mapping SourceColumn="Decyzja2" DataSetColumn="Decyzja2" />
1109              <Mapping SourceColumn="Decyzja2Kto" DataSetColumn="Decyzja2Kto" />
1110              <Mapping SourceColumn="Decyzja2Data" DataSetColumn="Decyzja2Data" />
1111              <Mapping SourceColumn="Decyzja3" DataSetColumn="Decyzja3" />
1112              <Mapping SourceColumn="Decyzja3Kto" DataSetColumn="Decyzja3Kto" />
1113              <Mapping SourceColumn="Decyzja3Data" DataSetColumn="Decyzja3Data" />
1114            </Mappings>
1115            <Sources>
1116              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Zamowienia" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDE" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDE" GeneratorSourceName="FillByIDE" GetMethodModifier="Public" GetMethodName="GetDataByIDE" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDE" UserSourceName="FillByIDE">
1117                <SelectCommand>
1118                  <DbCommand CommandType="Text" ModifiedByUser="True">
1119                    <CommandText>SELECT Decyzja1, Decyzja1Data, Decyzja1Kto, Decyzja2, Decyzja2Data, Decyzja2Kto, Decyzja3, Decyzja3Data, Decyzja3Kto, IDE, Numer, Numer_Rok, Numer_Roz, ZamowienieData, ZamowienieDzial, ZamowienieKategoria1, ZamowienieKto, ZamowienieTresc, ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone FROM Zamowienia WHERE (IDE = @param)</CommandText>
1120                    <Parameters>
1121                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDE" DataSourceName="zamowienia.dbo.Zamowienia" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
1122                      </Parameter>
1123                    </Parameters>
1124                  </DbCommand>
1125                </SelectCommand>
1126              </DbSource>
1127            </Sources>
1128          </TableAdapter>
1129          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Zamowienia_DeletedTableAdapter" GeneratorDataComponentClassName="Zamowienia_DeletedTableAdapter" Name="Zamowienia_Deleted" UserDataComponentName="Zamowienia_DeletedTableAdapter">
1130            <MainSource>
1131              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Zamowienia_Deleted" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
1132                <InsertCommand>
1133                  <DbCommand CommandType="Text" ModifiedByUser="False">
1134                    <CommandText>INSERT INTO [dbo].[Zamowienia_Deleted] ([IDE], [Numer], [Numer_Roz], [Numer_Rok], [ZamowienieKto], [ZamowienieDzial], [ZamowienieKategoria1], [ZamowienieData], [ZamowienieTresc], [ZamowienieWartosc1], [ZamowienieWartosc2], [ZamowienieZatwierdzone], [Decyzja1], [Decyzja1Kto], [Decyzja1Data], [Decyzja2], [Decyzja2Kto], [Decyzja2Data], [Decyzja3], [Decyzja3Kto], [Decyzja3Data], [DeleteUser]) VALUES (@IDE, @Numer, @Numer_Roz, @Numer_Rok, @ZamowienieKto, @ZamowienieDzial, @ZamowienieKategoria1, @ZamowienieData, @ZamowienieTresc, @ZamowienieWartosc1, @ZamowienieWartosc2, @ZamowienieZatwierdzone, @Decyzja1, @Decyzja1Kto, @Decyzja1Data, @Decyzja2, @Decyzja2Kto, @Decyzja2Data, @Decyzja3, @Decyzja3Kto, @Decyzja3Data, @DeleteUser)</CommandText>
1135                    <Parameters>
1136                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
1137                      </Parameter>
1138                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer" SourceColumnNullMapping="False" SourceVersion="Current">
1139                      </Parameter>
1140                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Numer_Roz" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Numer_Roz" SourceColumnNullMapping="False" SourceVersion="Current">
1141                      </Parameter>
1142                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Numer_Rok" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Numer_Rok" SourceColumnNullMapping="False" SourceVersion="Current">
1143                      </Parameter>
1144                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKto" SourceColumnNullMapping="False" SourceVersion="Current">
1145                      </Parameter>
1146                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieDzial" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieDzial" SourceColumnNullMapping="False" SourceVersion="Current">
1147                      </Parameter>
1148                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@ZamowienieKategoria1" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="ZamowienieKategoria1" SourceColumnNullMapping="False" SourceVersion="Current">
1149                      </Parameter>
1150                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@ZamowienieData" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="ZamowienieData" SourceColumnNullMapping="False" SourceVersion="Current">
1151                      </Parameter>
1152                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@ZamowienieTresc" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="ZamowienieTresc" SourceColumnNullMapping="False" SourceVersion="Current">
1153                      </Parameter>
1154                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc1" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc1" SourceColumnNullMapping="False" SourceVersion="Current">
1155                      </Parameter>
1156                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@ZamowienieWartosc2" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="ZamowienieWartosc2" SourceColumnNullMapping="False" SourceVersion="Current">
1157                      </Parameter>
1158                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@ZamowienieZatwierdzone" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="ZamowienieZatwierdzone" SourceColumnNullMapping="False" SourceVersion="Current">
1159                      </Parameter>
1160                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja1" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja1" SourceColumnNullMapping="False" SourceVersion="Current">
1161                      </Parameter>
1162                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja1Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja1Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1163                      </Parameter>
1164                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja1Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja1Data" SourceColumnNullMapping="False" SourceVersion="Current">
1165                      </Parameter>
1166                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja2" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja2" SourceColumnNullMapping="False" SourceVersion="Current">
1167                      </Parameter>
1168                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja2Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja2Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1169                      </Parameter>
1170                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja2Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja2Data" SourceColumnNullMapping="False" SourceVersion="Current">
1171                      </Parameter>
1172                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int16" Direction="Input" ParameterName="@Decyzja3" Precision="0" ProviderType="SmallInt" Scale="0" Size="0" SourceColumn="Decyzja3" SourceColumnNullMapping="False" SourceVersion="Current">
1173                      </Parameter>
1174                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Decyzja3Kto" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Decyzja3Kto" SourceColumnNullMapping="False" SourceVersion="Current">
1175                      </Parameter>
1176                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Decyzja3Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Decyzja3Data" SourceColumnNullMapping="False" SourceVersion="Current">
1177                      </Parameter>
1178                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DeleteUser" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DeleteUser" SourceColumnNullMapping="False" SourceVersion="Current">
1179                      </Parameter>
1180                    </Parameters>
1181                  </DbCommand>
1182                </InsertCommand>
1183                <SelectCommand>
1184                  <DbCommand CommandType="Text" ModifiedByUser="False">
1185                    <CommandText>SELECT IDE, Numer, Numer_Roz, Numer_Rok, ZamowienieKto, ZamowienieDzial, ZamowienieKategoria1, ZamowienieData, ZamowienieTresc, ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone, Decyzja1, Decyzja1Kto, Decyzja1Data, Decyzja2, Decyzja2Kto, Decyzja2Data, Decyzja3, Decyzja3Kto, Decyzja3Data, DeleteUser FROM dbo.Zamowienia_Deleted</CommandText>
1186                    <Parameters>
1187                    </Parameters>
1188                  </DbCommand>
1189                </SelectCommand>
1190              </DbSource>
1191            </MainSource>
1192            <Mappings>
1193              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1194              <Mapping SourceColumn="Numer" DataSetColumn="Numer" />
1195              <Mapping SourceColumn="Numer_Roz" DataSetColumn="Numer_Roz" />
1196              <Mapping SourceColumn="Numer_Rok" DataSetColumn="Numer_Rok" />
1197              <Mapping SourceColumn="ZamowienieKto" DataSetColumn="ZamowienieKto" />
1198              <Mapping SourceColumn="ZamowienieDzial" DataSetColumn="ZamowienieDzial" />
1199              <Mapping SourceColumn="ZamowienieKategoria1" DataSetColumn="ZamowienieKategoria1" />
1200              <Mapping SourceColumn="ZamowienieData" DataSetColumn="ZamowienieData" />
1201              <Mapping SourceColumn="ZamowienieTresc" DataSetColumn="ZamowienieTresc" />
1202              <Mapping SourceColumn="ZamowienieWartosc1" DataSetColumn="ZamowienieWartosc1" />
1203              <Mapping SourceColumn="ZamowienieWartosc2" DataSetColumn="ZamowienieWartosc2" />
1204              <Mapping SourceColumn="ZamowienieZatwierdzone" DataSetColumn="ZamowienieZatwierdzone" />
1205              <Mapping SourceColumn="Decyzja1" DataSetColumn="Decyzja1" />
1206              <Mapping SourceColumn="Decyzja1Kto" DataSetColumn="Decyzja1Kto" />
1207              <Mapping SourceColumn="Decyzja1Data" DataSetColumn="Decyzja1Data" />
1208              <Mapping SourceColumn="Decyzja2" DataSetColumn="Decyzja2" />
1209              <Mapping SourceColumn="Decyzja2Kto" DataSetColumn="Decyzja2Kto" />
1210              <Mapping SourceColumn="Decyzja2Data" DataSetColumn="Decyzja2Data" />
1211              <Mapping SourceColumn="Decyzja3" DataSetColumn="Decyzja3" />
1212              <Mapping SourceColumn="Decyzja3Kto" DataSetColumn="Decyzja3Kto" />
1213              <Mapping SourceColumn="Decyzja3Data" DataSetColumn="Decyzja3Data" />
1214              <Mapping SourceColumn="DeleteUser" DataSetColumn="DeleteUser" />
1215            </Mappings>
1216            <Sources>
1217            </Sources>
1218          </TableAdapter>
1219          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="FakturyTableAdapter" GeneratorDataComponentClassName="FakturyTableAdapter" Name="Faktury" UserDataComponentName="FakturyTableAdapter">
1220            <MainSource>
1221              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Faktury" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
1222                <SelectCommand>
1223                  <DbCommand CommandType="Text" ModifiedByUser="False">
1224                    <CommandText>SELECT        Faktury.*
1225FROM            Faktury</CommandText>
1226                    <Parameters>
1227                    </Parameters>
1228                  </DbCommand>
1229                </SelectCommand>
1230              </DbSource>
1231            </MainSource>
1232            <Mappings>
1233              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1234              <Mapping SourceColumn="IDEZam" DataSetColumn="IDEZam" />
1235              <Mapping SourceColumn="NrFaktury" DataSetColumn="NrFaktury" />
1236              <Mapping SourceColumn="Dostawca" DataSetColumn="Dostawca" />
1237              <Mapping SourceColumn="DataWystawieniaFaktury" DataSetColumn="DataWystawieniaFaktury" />
1238            </Mappings>
1239            <Sources>
1240            </Sources>
1241          </TableAdapter>
1242          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="view_ZamowieniaTableAdapter" GeneratorDataComponentClassName="view_ZamowieniaTableAdapter" Name="view_Zamowienia" UserDataComponentName="view_ZamowieniaTableAdapter">
1243            <MainSource>
1244              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.view_Zamowienia" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
1245                <SelectCommand>
1246                  <DbCommand CommandType="Text" ModifiedByUser="False">
1247                    <CommandText>SELECT        IDE, Numer, Numer_Roz, Numer_Rok, ZamowienieKto, ZamowienieDzial, ZamowienieKategoria1, ZamowienieData, ZamowienieTresc,
1248                         ZamowienieWartosc1, ZamowienieWartosc2, ZamowienieZatwierdzone, Decyzja1, Decyzja1Kto, Decyzja1Data, Decyzja2, Decyzja2Kto, Decyzja2Data,
1249                         Decyzja3, Decyzja3Kto, Decyzja3Data, FullNumer, Dec1, Dec2, Dec3
1250FROM            view_Zamowienia
1251WHERE        (ZamowienieKto &lt;&gt; 0)
1252ORDER BY ZamowienieData DESC</CommandText>
1253                    <Parameters>
1254                    </Parameters>
1255                  </DbCommand>
1256                </SelectCommand>
1257              </DbSource>
1258            </MainSource>
1259            <Mappings>
1260              <Mapping SourceColumn="ZamowienieZatwierdzone" DataSetColumn="ZamowienieZatwierdzone" />
1261              <Mapping SourceColumn="Decyzja1" DataSetColumn="Decyzja1" />
1262              <Mapping SourceColumn="Decyzja1Kto" DataSetColumn="Decyzja1Kto" />
1263              <Mapping SourceColumn="Decyzja1Data" DataSetColumn="Decyzja1Data" />
1264              <Mapping SourceColumn="Decyzja2" DataSetColumn="Decyzja2" />
1265              <Mapping SourceColumn="Decyzja2Kto" DataSetColumn="Decyzja2Kto" />
1266              <Mapping SourceColumn="Decyzja2Data" DataSetColumn="Decyzja2Data" />
1267              <Mapping SourceColumn="Decyzja3" DataSetColumn="Decyzja3" />
1268              <Mapping SourceColumn="Decyzja3Kto" DataSetColumn="Decyzja3Kto" />
1269              <Mapping SourceColumn="Decyzja3Data" DataSetColumn="Decyzja3Data" />
1270              <Mapping SourceColumn="FullNumer" DataSetColumn="FullNumer" />
1271              <Mapping SourceColumn="Dec2" DataSetColumn="Dec2" />
1272              <Mapping SourceColumn="Dec1" DataSetColumn="Dec1" />
1273              <Mapping SourceColumn="Dec3" DataSetColumn="Dec3" />
1274              <Mapping SourceColumn="Numer" DataSetColumn="Numer" />
1275              <Mapping SourceColumn="Numer_Roz" DataSetColumn="Numer_Roz" />
1276              <Mapping SourceColumn="Numer_Rok" DataSetColumn="Numer_Rok" />
1277              <Mapping SourceColumn="ZamowienieKto" DataSetColumn="ZamowienieKto" />
1278              <Mapping SourceColumn="ZamowienieDzial" DataSetColumn="ZamowienieDzial" />
1279              <Mapping SourceColumn="ZamowienieKategoria1" DataSetColumn="ZamowienieKategoria1" />
1280              <Mapping SourceColumn="ZamowienieData" DataSetColumn="ZamowienieData" />
1281              <Mapping SourceColumn="ZamowienieTresc" DataSetColumn="ZamowienieTresc" />
1282              <Mapping SourceColumn="ZamowienieWartosc1" DataSetColumn="ZamowienieWartosc1" />
1283              <Mapping SourceColumn="ZamowienieWartosc2" DataSetColumn="ZamowienieWartosc2" />
1284              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1285            </Mappings>
1286            <Sources>
1287            </Sources>
1288          </TableAdapter>
1289          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="RealizacjeTableAdapter" GeneratorDataComponentClassName="RealizacjeTableAdapter" Name="Realizacje" UserDataComponentName="RealizacjeTableAdapter">
1290            <MainSource>
1291              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Realizacje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
1292                <DeleteCommand>
1293                  <DbCommand CommandType="Text" ModifiedByUser="False">
1294                    <CommandText>DELETE FROM [Realizacje] WHERE (([IDE] = @Original_IDE) AND ((@IsNull_IDEZamowienie = 1 AND [IDEZamowienie] IS NULL) OR ([IDEZamowienie] = @Original_IDEZamowienie)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)) AND ((@IsNull_Okres = 1 AND [Okres] IS NULL) OR ([Okres] = @Original_Okres)) AND ((@IsNull_Wartosc = 1 AND [Wartosc] IS NULL) OR ([Wartosc] = @Original_Wartosc)))</CommandText>
1295                    <Parameters>
1296                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
1297                      </Parameter>
1298                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="True" SourceVersion="Original">
1299                      </Parameter>
1300                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Original">
1301                      </Parameter>
1302                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
1303                      </Parameter>
1304                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
1305                      </Parameter>
1306                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Okres" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="True" SourceVersion="Original">
1307                      </Parameter>
1308                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Okres" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="False" SourceVersion="Original">
1309                      </Parameter>
1310                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Wartosc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="True" SourceVersion="Original">
1311                      </Parameter>
1312                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Wartosc" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="False" SourceVersion="Original">
1313                      </Parameter>
1314                    </Parameters>
1315                  </DbCommand>
1316                </DeleteCommand>
1317                <InsertCommand>
1318                  <DbCommand CommandType="Text" ModifiedByUser="False">
1319                    <CommandText>INSERT INTO [Realizacje] ([IDEZamowienie], [Data], [Opis], [Okres], [Wartosc]) VALUES (@IDEZamowienie, @Data, @Opis, @Okres, @Wartosc)</CommandText>
1320                    <Parameters>
1321                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Current">
1322                      </Parameter>
1323                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
1324                      </Parameter>
1325                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
1326                      </Parameter>
1327                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Okres" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="False" SourceVersion="Current">
1328                      </Parameter>
1329                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Wartosc" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="False" SourceVersion="Current">
1330                      </Parameter>
1331                    </Parameters>
1332                  </DbCommand>
1333                </InsertCommand>
1334                <SelectCommand>
1335                  <DbCommand CommandType="Text" ModifiedByUser="True">
1336                    <CommandText>SELECT        Realizacje.*
1337FROM            Realizacje</CommandText>
1338                    <Parameters>
1339                    </Parameters>
1340                  </DbCommand>
1341                </SelectCommand>
1342                <UpdateCommand>
1343                  <DbCommand CommandType="Text" ModifiedByUser="False">
1344                    <CommandText>UPDATE [Realizacje] SET [IDEZamowienie] = @IDEZamowienie, [Data] = @Data, [Opis] = @Opis, [Okres] = @Okres, [Wartosc] = @Wartosc WHERE (([IDE] = @Original_IDE) AND ((@IsNull_IDEZamowienie = 1 AND [IDEZamowienie] IS NULL) OR ([IDEZamowienie] = @Original_IDEZamowienie)) AND ((@IsNull_Data = 1 AND [Data] IS NULL) OR ([Data] = @Original_Data)) AND ((@IsNull_Okres = 1 AND [Okres] IS NULL) OR ([Okres] = @Original_Okres)) AND ((@IsNull_Wartosc = 1 AND [Wartosc] IS NULL) OR ([Wartosc] = @Original_Wartosc)))</CommandText>
1345                    <Parameters>
1346                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Current">
1347                      </Parameter>
1348                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Current">
1349                      </Parameter>
1350                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Opis" Precision="0" ProviderType="NText" Scale="0" Size="0" SourceColumn="Opis" SourceColumnNullMapping="False" SourceVersion="Current">
1351                      </Parameter>
1352                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Okres" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="False" SourceVersion="Current">
1353                      </Parameter>
1354                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Wartosc" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="False" SourceVersion="Current">
1355                      </Parameter>
1356                      <Parameter AllowDbNull="False" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDE" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Original">
1357                      </Parameter>
1358                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="True" SourceVersion="Original">
1359                      </Parameter>
1360                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@Original_IDEZamowienie" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Original">
1361                      </Parameter>
1362                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Data" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="True" SourceVersion="Original">
1363                      </Parameter>
1364                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Original_Data" Precision="0" ProviderType="SmallDateTime" Scale="0" Size="0" SourceColumn="Data" SourceColumnNullMapping="False" SourceVersion="Original">
1365                      </Parameter>
1366                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Okres" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="True" SourceVersion="Original">
1367                      </Parameter>
1368                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Original_Okres" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Okres" SourceColumnNullMapping="False" SourceVersion="Original">
1369                      </Parameter>
1370                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@IsNull_Wartosc" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="True" SourceVersion="Original">
1371                      </Parameter>
1372                      <Parameter AllowDbNull="True" AutogeneratedName="" DataSourceName="" DbType="Currency" Direction="Input" ParameterName="@Original_Wartosc" Precision="0" ProviderType="Money" Scale="0" Size="0" SourceColumn="Wartosc" SourceColumnNullMapping="False" SourceVersion="Original">
1373                      </Parameter>
1374                    </Parameters>
1375                  </DbCommand>
1376                </UpdateCommand>
1377              </DbSource>
1378            </MainSource>
1379            <Mappings>
1380              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1381              <Mapping SourceColumn="IDEZamowienie" DataSetColumn="IDEZamowienie" />
1382              <Mapping SourceColumn="Data" DataSetColumn="Data" />
1383              <Mapping SourceColumn="Opis" DataSetColumn="Opis" />
1384              <Mapping SourceColumn="Okres" DataSetColumn="Okres" />
1385              <Mapping SourceColumn="Wartosc" DataSetColumn="Wartosc" />
1386            </Mappings>
1387            <Sources>
1388              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Realizacje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDE" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDE" GeneratorSourceName="FillByIDE" GetMethodModifier="Public" GetMethodName="GetDataByIDE" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDE" UserSourceName="FillByIDE">
1389                <SelectCommand>
1390                  <DbCommand CommandType="Text" ModifiedByUser="True">
1391                    <CommandText>SELECT Data, IDE, IDEZamowienie, Okres, Opis, Wartosc FROM Realizacje WHERE (IDE = @param)</CommandText>
1392                    <Parameters>
1393                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDE" DataSourceName="zamowienia.dbo.Realizacje" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
1394                      </Parameter>
1395                    </Parameters>
1396                  </DbCommand>
1397                </SelectCommand>
1398              </DbSource>
1399              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.Realizacje" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="FillByIDEZamowienia" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDEZamowienia" GeneratorSourceName="FillByIDEZamowienia" GetMethodModifier="Public" GetMethodName="GetDataByIDEZamowienia" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDEZamowienia" UserSourceName="FillByIDEZamowienia">
1400                <SelectCommand>
1401                  <DbCommand CommandType="Text" ModifiedByUser="True">
1402                    <CommandText>SELECT Data, IDE, IDEZamowienie, Okres, Opis, Wartosc FROM Realizacje WHERE (IDEZamowienie = @param)</CommandText>
1403                    <Parameters>
1404                      <Parameter AllowDbNull="True" AutogeneratedName="param" ColumnName="IDEZamowienie" DataSourceName="zamowienia.dbo.Realizacje" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDEZamowienie" SourceColumnNullMapping="False" SourceVersion="Current">
1405                      </Parameter>
1406                    </Parameters>
1407                  </DbCommand>
1408                </SelectCommand>
1409              </DbSource>
1410            </Sources>
1411          </TableAdapter>
1412          <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="wydrukZamowieniaTableAdapter" GeneratorDataComponentClassName="wydrukZamowieniaTableAdapter" Name="wydrukZamowienia" UserDataComponentName="wydrukZamowieniaTableAdapter">
1413            <MainSource>
1414              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.wydrukZamowienia" DbObjectType="View" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="False" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="False" UserGetMethodName="GetData" UserSourceName="Fill">
1415                <SelectCommand>
1416                  <DbCommand CommandType="Text" ModifiedByUser="True">
1417                    <CommandText>SELECT        wydrukZamowienia.*
1418FROM            wydrukZamowienia</CommandText>
1419                    <Parameters>
1420                    </Parameters>
1421                  </DbCommand>
1422                </SelectCommand>
1423              </DbSource>
1424            </MainSource>
1425            <Mappings>
1426              <Mapping SourceColumn="IDE" DataSetColumn="IDE" />
1427              <Mapping SourceColumn="Numer" DataSetColumn="Numer" />
1428              <Mapping SourceColumn="Numer_Roz" DataSetColumn="Numer_Roz" />
1429              <Mapping SourceColumn="Numer_Rok" DataSetColumn="Numer_Rok" />
1430              <Mapping SourceColumn="ZamowienieKto" DataSetColumn="ZamowienieKto" />
1431              <Mapping SourceColumn="Imie" DataSetColumn="Imie" />
1432              <Mapping SourceColumn="Nazwisko" DataSetColumn="Nazwisko" />
1433              <Mapping SourceColumn="ZamowienieDzial" DataSetColumn="ZamowienieDzial" />
1434              <Mapping SourceColumn="Symbol" DataSetColumn="Symbol" />
1435              <Mapping SourceColumn="ZamowienieData" DataSetColumn="ZamowienieData" />
1436              <Mapping SourceColumn="ZamowienieTresc" DataSetColumn="ZamowienieTresc" />
1437              <Mapping SourceColumn="ZamowienieWartosc1" DataSetColumn="ZamowienieWartosc1" />
1438              <Mapping SourceColumn="ZamowienieWartosc2" DataSetColumn="ZamowienieWartosc2" />
1439              <Mapping SourceColumn="ZamowienieZatwierdzone" DataSetColumn="ZamowienieZatwierdzone" />
1440              <Mapping SourceColumn="Decyzja1" DataSetColumn="Decyzja1" />
1441              <Mapping SourceColumn="Decyzja" DataSetColumn="Decyzja" />
1442              <Mapping SourceColumn="Decyzja1Kto" DataSetColumn="Decyzja1Kto" />
1443              <Mapping SourceColumn="Expr1" DataSetColumn="Expr1" />
1444              <Mapping SourceColumn="Expr2" DataSetColumn="Expr2" />
1445              <Mapping SourceColumn="Decyzja1Data" DataSetColumn="Decyzja1Data" />
1446              <Mapping SourceColumn="Decyzja2" DataSetColumn="Decyzja2" />
1447              <Mapping SourceColumn="Expr3" DataSetColumn="Expr3" />
1448              <Mapping SourceColumn="Decyzja2Kto" DataSetColumn="Decyzja2Kto" />
1449              <Mapping SourceColumn="Expr4" DataSetColumn="Expr4" />
1450              <Mapping SourceColumn="Expr5" DataSetColumn="Expr5" />
1451              <Mapping SourceColumn="Decyzja2Data" DataSetColumn="Decyzja2Data" />
1452              <Mapping SourceColumn="Decyzja3" DataSetColumn="Decyzja3" />
1453              <Mapping SourceColumn="Expr6" DataSetColumn="Expr6" />
1454              <Mapping SourceColumn="Decyzja3Kto" DataSetColumn="Decyzja3Kto" />
1455              <Mapping SourceColumn="Expr7" DataSetColumn="Expr7" />
1456              <Mapping SourceColumn="Expr8" DataSetColumn="Expr8" />
1457              <Mapping SourceColumn="Decyzja3Data" DataSetColumn="Decyzja3Data" />
1458            </Mappings>
1459            <Sources>
1460              <DbSource ConnectionRef="zamowieniaConnectionString (Settings)" DbObjectName="zamowienia.dbo.wydrukZamowienia" DbObjectType="View" FillMethodModifier="Public" FillMethodName="FillByIDE" GenerateMethods="Both" GenerateShortCommands="True" GeneratorGetMethodName="GetDataByIDE" GeneratorSourceName="FillByIDE" GetMethodModifier="Public" GetMethodName="GetDataByIDE" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetDataByIDE" UserSourceName="FillByIDE">
1461                <SelectCommand>
1462                  <DbCommand CommandType="Text" ModifiedByUser="True">
1463                    <CommandText>SELECT        wydrukZamowienia.*
1464FROM            wydrukZamowienia  where IDE =@param</CommandText>
1465                    <Parameters>
1466                      <Parameter AllowDbNull="False" AutogeneratedName="param" ColumnName="IDE" DataSourceName="zamowienia.dbo.wydrukZamowienia" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@param" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="IDE" SourceColumnNullMapping="False" SourceVersion="Current">
1467                      </Parameter>
1468                    </Parameters>
1469                  </DbCommand>
1470                </SelectCommand>
1471              </DbSource>
1472            </Sources>
1473          </TableAdapter>
1474        </Tables>
1475        <Sources>
1476        </Sources>
1477      </DataSource>
1478    </xs:appinfo>
1479  </xs:annotation>
1480  <xs:element name="zamowieniaDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="zamowieniaDataSet" msprop:Generator_DataSetName="zamowieniaDataSet">
1481    <xs:complexType>
1482      <xs:choice minOccurs="0" maxOccurs="unbounded">
1483        <xs:element name="Decyzje" msprop:Generator_UserTableName="Decyzje" msprop:Generator_RowDeletedName="DecyzjeRowDeleted" msprop:Generator_RowChangedName="DecyzjeRowChanged" msprop:Generator_RowClassName="DecyzjeRow" msprop:Generator_RowChangingName="DecyzjeRowChanging" msprop:Generator_RowEvArgName="DecyzjeRowChangeEvent" msprop:Generator_RowEvHandlerName="DecyzjeRowChangeEventHandler" msprop:Generator_TableClassName="DecyzjeDataTable" msprop:Generator_TableVarName="tableDecyzje" msprop:Generator_RowDeletingName="DecyzjeRowDeleting" msprop:Generator_TablePropName="Decyzje">
1484          <xs:complexType>
1485            <xs:sequence>
1486              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1487              <xs:element name="Decyzja" msprop:Generator_UserColumnName="Decyzja" msprop:Generator_ColumnPropNameInRow="Decyzja" msprop:Generator_ColumnVarNameInTable="columnDecyzja" msprop:Generator_ColumnPropNameInTable="DecyzjaColumn" minOccurs="0">
1488                <xs:simpleType>
1489                  <xs:restriction base="xs:string">
1490                    <xs:maxLength value="50" />
1491                  </xs:restriction>
1492                </xs:simpleType>
1493              </xs:element>
1494              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
1495                <xs:simpleType>
1496                  <xs:restriction base="xs:string">
1497                    <xs:maxLength value="200" />
1498                  </xs:restriction>
1499                </xs:simpleType>
1500              </xs:element>
1501            </xs:sequence>
1502          </xs:complexType>
1503        </xs:element>
1504        <xs:element name="DyrFinansowi" msprop:Generator_UserTableName="DyrFinansowi" msprop:Generator_RowDeletedName="DyrFinansowiRowDeleted" msprop:Generator_RowChangedName="DyrFinansowiRowChanged" msprop:Generator_RowClassName="DyrFinansowiRow" msprop:Generator_RowChangingName="DyrFinansowiRowChanging" msprop:Generator_RowEvArgName="DyrFinansowiRowChangeEvent" msprop:Generator_RowEvHandlerName="DyrFinansowiRowChangeEventHandler" msprop:Generator_TableClassName="DyrFinansowiDataTable" msprop:Generator_TableVarName="tableDyrFinansowi" msprop:Generator_RowDeletingName="DyrFinansowiRowDeleting" msprop:Generator_TablePropName="DyrFinansowi">
1505          <xs:complexType>
1506            <xs:sequence>
1507              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1508              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" minOccurs="0" />
1509              <xs:element name="Tytul" msprop:Generator_UserColumnName="Tytul" msprop:Generator_ColumnPropNameInRow="Tytul" msprop:Generator_ColumnVarNameInTable="columnTytul" msprop:Generator_ColumnPropNameInTable="TytulColumn" minOccurs="0">
1510                <xs:simpleType>
1511                  <xs:restriction base="xs:string">
1512                    <xs:maxLength value="50" />
1513                  </xs:restriction>
1514                </xs:simpleType>
1515              </xs:element>
1516            </xs:sequence>
1517          </xs:complexType>
1518        </xs:element>
1519        <xs:element name="DyrNaczelni" msprop:Generator_UserTableName="DyrNaczelni" msprop:Generator_RowDeletedName="DyrNaczelniRowDeleted" msprop:Generator_RowChangedName="DyrNaczelniRowChanged" msprop:Generator_RowClassName="DyrNaczelniRow" msprop:Generator_RowChangingName="DyrNaczelniRowChanging" msprop:Generator_RowEvArgName="DyrNaczelniRowChangeEvent" msprop:Generator_RowEvHandlerName="DyrNaczelniRowChangeEventHandler" msprop:Generator_TableClassName="DyrNaczelniDataTable" msprop:Generator_TableVarName="tableDyrNaczelni" msprop:Generator_RowDeletingName="DyrNaczelniRowDeleting" msprop:Generator_TablePropName="DyrNaczelni">
1520          <xs:complexType>
1521            <xs:sequence>
1522              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1523              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" minOccurs="0" />
1524              <xs:element name="Tytul" msprop:Generator_UserColumnName="Tytul" msprop:Generator_ColumnPropNameInRow="Tytul" msprop:Generator_ColumnVarNameInTable="columnTytul" msprop:Generator_ColumnPropNameInTable="TytulColumn" minOccurs="0">
1525                <xs:simpleType>
1526                  <xs:restriction base="xs:string">
1527                    <xs:maxLength value="50" />
1528                  </xs:restriction>
1529                </xs:simpleType>
1530              </xs:element>
1531            </xs:sequence>
1532          </xs:complexType>
1533        </xs:element>
1534        <xs:element name="Dzialy" msprop:Generator_UserTableName="Dzialy" msprop:Generator_RowDeletedName="DzialyRowDeleted" msprop:Generator_RowChangedName="DzialyRowChanged" msprop:Generator_RowClassName="DzialyRow" msprop:Generator_RowChangingName="DzialyRowChanging" msprop:Generator_RowEvArgName="DzialyRowChangeEvent" msprop:Generator_RowEvHandlerName="DzialyRowChangeEventHandler" msprop:Generator_TableClassName="DzialyDataTable" msprop:Generator_TableVarName="tableDzialy" msprop:Generator_RowDeletingName="DzialyRowDeleting" msprop:Generator_TablePropName="Dzialy">
1535          <xs:complexType>
1536            <xs:sequence>
1537              <xs:element name="IDE" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1538              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
1539                <xs:simpleType>
1540                  <xs:restriction base="xs:string">
1541                    <xs:maxLength value="50" />
1542                  </xs:restriction>
1543                </xs:simpleType>
1544              </xs:element>
1545              <xs:element name="Roz" msprop:Generator_UserColumnName="Roz" msprop:Generator_ColumnPropNameInRow="Roz" msprop:Generator_ColumnVarNameInTable="columnRoz" msprop:Generator_ColumnPropNameInTable="RozColumn" minOccurs="0">
1546                <xs:simpleType>
1547                  <xs:restriction base="xs:string">
1548                    <xs:maxLength value="8" />
1549                  </xs:restriction>
1550                </xs:simpleType>
1551              </xs:element>
1552              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
1553                <xs:simpleType>
1554                  <xs:restriction base="xs:string">
1555                    <xs:maxLength value="50" />
1556                  </xs:restriction>
1557                </xs:simpleType>
1558              </xs:element>
1559            </xs:sequence>
1560          </xs:complexType>
1561        </xs:element>
1562        <xs:element name="Filtry" msprop:Generator_UserTableName="Filtry" msprop:Generator_RowDeletedName="FiltryRowDeleted" msprop:Generator_RowChangedName="FiltryRowChanged" msprop:Generator_RowClassName="FiltryRow" msprop:Generator_RowChangingName="FiltryRowChanging" msprop:Generator_RowEvArgName="FiltryRowChangeEvent" msprop:Generator_RowEvHandlerName="FiltryRowChangeEventHandler" msprop:Generator_TableClassName="FiltryDataTable" msprop:Generator_TableVarName="tableFiltry" msprop:Generator_RowDeletingName="FiltryRowDeleting" msprop:Generator_TablePropName="Filtry">
1563          <xs:complexType>
1564            <xs:sequence>
1565              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1566              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
1567                <xs:simpleType>
1568                  <xs:restriction base="xs:string">
1569                    <xs:maxLength value="100" />
1570                  </xs:restriction>
1571                </xs:simpleType>
1572              </xs:element>
1573              <xs:element name="QueryString" msprop:Generator_UserColumnName="QueryString" msprop:Generator_ColumnPropNameInRow="QueryString" msprop:Generator_ColumnVarNameInTable="columnQueryString" msprop:Generator_ColumnPropNameInTable="QueryStringColumn" minOccurs="0">
1574                <xs:simpleType>
1575                  <xs:restriction base="xs:string">
1576                    <xs:maxLength value="200" />
1577                  </xs:restriction>
1578                </xs:simpleType>
1579              </xs:element>
1580            </xs:sequence>
1581          </xs:complexType>
1582        </xs:element>
1583        <xs:element name="GlowniKsiegowi" msprop:Generator_UserTableName="GlowniKsiegowi" msprop:Generator_RowDeletedName="GlowniKsiegowiRowDeleted" msprop:Generator_RowChangedName="GlowniKsiegowiRowChanged" msprop:Generator_RowClassName="GlowniKsiegowiRow" msprop:Generator_RowChangingName="GlowniKsiegowiRowChanging" msprop:Generator_RowEvArgName="GlowniKsiegowiRowChangeEvent" msprop:Generator_RowEvHandlerName="GlowniKsiegowiRowChangeEventHandler" msprop:Generator_TableClassName="GlowniKsiegowiDataTable" msprop:Generator_TableVarName="tableGlowniKsiegowi" msprop:Generator_RowDeletingName="GlowniKsiegowiRowDeleting" msprop:Generator_TablePropName="GlowniKsiegowi">
1584          <xs:complexType>
1585            <xs:sequence>
1586              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1587              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" minOccurs="0" />
1588              <xs:element name="Tytul" msprop:Generator_UserColumnName="Tytul" msprop:Generator_ColumnPropNameInRow="Tytul" msprop:Generator_ColumnVarNameInTable="columnTytul" msprop:Generator_ColumnPropNameInTable="TytulColumn" minOccurs="0">
1589                <xs:simpleType>
1590                  <xs:restriction base="xs:string">
1591                    <xs:maxLength value="50" />
1592                  </xs:restriction>
1593                </xs:simpleType>
1594              </xs:element>
1595            </xs:sequence>
1596          </xs:complexType>
1597        </xs:element>
1598        <xs:element name="GrupyRobocze" msprop:Generator_UserTableName="GrupyRobocze" msprop:Generator_RowDeletedName="GrupyRoboczeRowDeleted" msprop:Generator_RowChangedName="GrupyRoboczeRowChanged" msprop:Generator_RowClassName="GrupyRoboczeRow" msprop:Generator_RowChangingName="GrupyRoboczeRowChanging" msprop:Generator_RowEvArgName="GrupyRoboczeRowChangeEvent" msprop:Generator_RowEvHandlerName="GrupyRoboczeRowChangeEventHandler" msprop:Generator_TableClassName="GrupyRoboczeDataTable" msprop:Generator_TableVarName="tableGrupyRobocze" msprop:Generator_RowDeletingName="GrupyRoboczeRowDeleting" msprop:Generator_TablePropName="GrupyRobocze">
1599          <xs:complexType>
1600            <xs:sequence>
1601              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1602              <xs:element name="Grupa" msprop:Generator_UserColumnName="Grupa" msprop:Generator_ColumnPropNameInRow="Grupa" msprop:Generator_ColumnVarNameInTable="columnGrupa" msprop:Generator_ColumnPropNameInTable="GrupaColumn" minOccurs="0">
1603                <xs:simpleType>
1604                  <xs:restriction base="xs:string">
1605                    <xs:maxLength value="50" />
1606                  </xs:restriction>
1607                </xs:simpleType>
1608              </xs:element>
1609            </xs:sequence>
1610          </xs:complexType>
1611        </xs:element>
1612        <xs:element name="Kategorie" msprop:Generator_UserTableName="Kategorie" msprop:Generator_RowDeletedName="KategorieRowDeleted" msprop:Generator_RowChangedName="KategorieRowChanged" msprop:Generator_RowClassName="KategorieRow" msprop:Generator_RowChangingName="KategorieRowChanging" msprop:Generator_RowEvArgName="KategorieRowChangeEvent" msprop:Generator_RowEvHandlerName="KategorieRowChangeEventHandler" msprop:Generator_TableClassName="KategorieDataTable" msprop:Generator_TableVarName="tableKategorie" msprop:Generator_RowDeletingName="KategorieRowDeleting" msprop:Generator_TablePropName="Kategorie">
1613          <xs:complexType>
1614            <xs:sequence>
1615              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1616              <xs:element name="Kategoria" msprop:Generator_UserColumnName="Kategoria" msprop:Generator_ColumnPropNameInRow="Kategoria" msprop:Generator_ColumnVarNameInTable="columnKategoria" msprop:Generator_ColumnPropNameInTable="KategoriaColumn" minOccurs="0">
1617                <xs:simpleType>
1618                  <xs:restriction base="xs:string">
1619                    <xs:maxLength value="50" />
1620                  </xs:restriction>
1621                </xs:simpleType>
1622              </xs:element>
1623              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
1624                <xs:simpleType>
1625                  <xs:restriction base="xs:string">
1626                    <xs:maxLength value="200" />
1627                  </xs:restriction>
1628                </xs:simpleType>
1629              </xs:element>
1630            </xs:sequence>
1631          </xs:complexType>
1632        </xs:element>
1633        <xs:element name="Kierownicy" msprop:Generator_UserTableName="Kierownicy" msprop:Generator_RowDeletedName="KierownicyRowDeleted" msprop:Generator_RowChangedName="KierownicyRowChanged" msprop:Generator_RowClassName="KierownicyRow" msprop:Generator_RowChangingName="KierownicyRowChanging" msprop:Generator_RowEvArgName="KierownicyRowChangeEvent" msprop:Generator_RowEvHandlerName="KierownicyRowChangeEventHandler" msprop:Generator_TableClassName="KierownicyDataTable" msprop:Generator_TableVarName="tableKierownicy" msprop:Generator_RowDeletingName="KierownicyRowDeleting" msprop:Generator_TablePropName="Kierownicy">
1634          <xs:complexType>
1635            <xs:sequence>
1636              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1637              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" minOccurs="0" />
1638              <xs:element name="IDEDzial" msprop:Generator_UserColumnName="IDEDzial" msprop:Generator_ColumnPropNameInRow="IDEDzial" msprop:Generator_ColumnVarNameInTable="columnIDEDzial" msprop:Generator_ColumnPropNameInTable="IDEDzialColumn" type="xs:int" minOccurs="0" />
1639              <xs:element name="Tytul" msprop:Generator_UserColumnName="Tytul" msprop:Generator_ColumnPropNameInRow="Tytul" msprop:Generator_ColumnVarNameInTable="columnTytul" msprop:Generator_ColumnPropNameInTable="TytulColumn" minOccurs="0">
1640                <xs:simpleType>
1641                  <xs:restriction base="xs:string">
1642                    <xs:maxLength value="50" />
1643                  </xs:restriction>
1644                </xs:simpleType>
1645              </xs:element>
1646            </xs:sequence>
1647          </xs:complexType>
1648        </xs:element>
1649        <xs:element name="Logo" msprop:Generator_UserTableName="Logo" msprop:Generator_RowDeletedName="LogoRowDeleted" msprop:Generator_RowChangedName="LogoRowChanged" msprop:Generator_RowClassName="LogoRow" msprop:Generator_RowChangingName="LogoRowChanging" msprop:Generator_RowEvArgName="LogoRowChangeEvent" msprop:Generator_RowEvHandlerName="LogoRowChangeEventHandler" msprop:Generator_TableClassName="LogoDataTable" msprop:Generator_TableVarName="tableLogo" msprop:Generator_RowDeletingName="LogoRowDeleting" msprop:Generator_TablePropName="Logo">
1650          <xs:complexType>
1651            <xs:sequence>
1652              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1653              <xs:element name="TYTUL" msprop:Generator_UserColumnName="TYTUL" msprop:Generator_ColumnPropNameInRow="TYTUL" msprop:Generator_ColumnVarNameInTable="columnTYTUL" msprop:Generator_ColumnPropNameInTable="TYTULColumn" minOccurs="0">
1654                <xs:simpleType>
1655                  <xs:restriction base="xs:string">
1656                    <xs:maxLength value="64" />
1657                  </xs:restriction>
1658                </xs:simpleType>
1659              </xs:element>
1660              <xs:element name="OPIS" msprop:Generator_UserColumnName="OPIS" msprop:Generator_ColumnPropNameInRow="OPIS" msprop:Generator_ColumnVarNameInTable="columnOPIS" msprop:Generator_ColumnPropNameInTable="OPISColumn" minOccurs="0">
1661                <xs:simpleType>
1662                  <xs:restriction base="xs:string">
1663                    <xs:maxLength value="64" />
1664                  </xs:restriction>
1665                </xs:simpleType>
1666              </xs:element>
1667              <xs:element name="LOGO" msprop:Generator_UserColumnName="LOGO" msprop:Generator_ColumnPropNameInRow="LOGO" msprop:Generator_ColumnVarNameInTable="columnLOGO" msprop:Generator_ColumnPropNameInTable="LOGOColumn" type="xs:base64Binary" minOccurs="0" />
1668            </xs:sequence>
1669          </xs:complexType>
1670        </xs:element>
1671        <xs:element name="Logs" msprop:Generator_UserTableName="Logs" msprop:Generator_RowDeletedName="LogsRowDeleted" msprop:Generator_RowChangedName="LogsRowChanged" msprop:Generator_RowClassName="LogsRow" msprop:Generator_RowChangingName="LogsRowChanging" msprop:Generator_RowEvArgName="LogsRowChangeEvent" msprop:Generator_RowEvHandlerName="LogsRowChangeEventHandler" msprop:Generator_TableClassName="LogsDataTable" msprop:Generator_TableVarName="tableLogs" msprop:Generator_RowDeletingName="LogsRowDeleting" msprop:Generator_TablePropName="Logs">
1672          <xs:complexType>
1673            <xs:sequence>
1674              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1675              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
1676              <xs:element name="SQLUser" msprop:Generator_UserColumnName="SQLUser" msprop:Generator_ColumnPropNameInRow="SQLUser" msprop:Generator_ColumnVarNameInTable="columnSQLUser" msprop:Generator_ColumnPropNameInTable="SQLUserColumn" minOccurs="0">
1677                <xs:simpleType>
1678                  <xs:restriction base="xs:string">
1679                    <xs:maxLength value="16" />
1680                  </xs:restriction>
1681                </xs:simpleType>
1682              </xs:element>
1683              <xs:element name="AppUser" msprop:Generator_UserColumnName="AppUser" msprop:Generator_ColumnPropNameInRow="AppUser" msprop:Generator_ColumnVarNameInTable="columnAppUser" msprop:Generator_ColumnPropNameInTable="AppUserColumn" minOccurs="0">
1684                <xs:simpleType>
1685                  <xs:restriction base="xs:string">
1686                    <xs:maxLength value="16" />
1687                  </xs:restriction>
1688                </xs:simpleType>
1689              </xs:element>
1690              <xs:element name="AppVer" msprop:Generator_UserColumnName="AppVer" msprop:Generator_ColumnPropNameInRow="AppVer" msprop:Generator_ColumnVarNameInTable="columnAppVer" msprop:Generator_ColumnPropNameInTable="AppVerColumn" minOccurs="0">
1691                <xs:simpleType>
1692                  <xs:restriction base="xs:string">
1693                    <xs:maxLength value="16" />
1694                  </xs:restriction>
1695                </xs:simpleType>
1696              </xs:element>
1697              <xs:element name="Operacja" msprop:Generator_UserColumnName="Operacja" msprop:Generator_ColumnPropNameInRow="Operacja" msprop:Generator_ColumnVarNameInTable="columnOperacja" msprop:Generator_ColumnPropNameInTable="OperacjaColumn" minOccurs="0">
1698                <xs:simpleType>
1699                  <xs:restriction base="xs:string">
1700                    <xs:maxLength value="100" />
1701                  </xs:restriction>
1702                </xs:simpleType>
1703              </xs:element>
1704              <xs:element name="IDEZam" msprop:Generator_UserColumnName="IDEZam" msprop:Generator_ColumnPropNameInRow="IDEZam" msprop:Generator_ColumnVarNameInTable="columnIDEZam" msprop:Generator_ColumnPropNameInTable="IDEZamColumn" type="xs:int" minOccurs="0" />
1705            </xs:sequence>
1706          </xs:complexType>
1707        </xs:element>
1708        <xs:element name="OrderBy" msprop:Generator_UserTableName="OrderBy" msprop:Generator_RowDeletedName="OrderByRowDeleted" msprop:Generator_RowChangedName="OrderByRowChanged" msprop:Generator_RowClassName="OrderByRow" msprop:Generator_RowChangingName="OrderByRowChanging" msprop:Generator_RowEvArgName="OrderByRowChangeEvent" msprop:Generator_RowEvHandlerName="OrderByRowChangeEventHandler" msprop:Generator_TableClassName="OrderByDataTable" msprop:Generator_TableVarName="tableOrderBy" msprop:Generator_RowDeletingName="OrderByRowDeleting" msprop:Generator_TablePropName="OrderBy">
1709          <xs:complexType>
1710            <xs:sequence>
1711              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1712              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
1713                <xs:simpleType>
1714                  <xs:restriction base="xs:string">
1715                    <xs:maxLength value="100" />
1716                  </xs:restriction>
1717                </xs:simpleType>
1718              </xs:element>
1719              <xs:element name="OrderBy" msprop:Generator_UserColumnName="OrderBy" msprop:Generator_ColumnPropNameInRow="OrderBy" msprop:Generator_ColumnVarNameInTable="columnOrderBy" msprop:Generator_ColumnPropNameInTable="OrderByColumn" minOccurs="0">
1720                <xs:simpleType>
1721                  <xs:restriction base="xs:string">
1722                    <xs:maxLength value="100" />
1723                  </xs:restriction>
1724                </xs:simpleType>
1725              </xs:element>
1726            </xs:sequence>
1727          </xs:complexType>
1728        </xs:element>
1729        <xs:element name="Prawa" msprop:Generator_UserTableName="Prawa" msprop:Generator_RowDeletedName="PrawaRowDeleted" msprop:Generator_RowChangedName="PrawaRowChanged" msprop:Generator_RowClassName="PrawaRow" msprop:Generator_RowChangingName="PrawaRowChanging" msprop:Generator_RowEvArgName="PrawaRowChangeEvent" msprop:Generator_RowEvHandlerName="PrawaRowChangeEventHandler" msprop:Generator_TableClassName="PrawaDataTable" msprop:Generator_TableVarName="tablePrawa" msprop:Generator_RowDeletingName="PrawaRowDeleting" msprop:Generator_TablePropName="Prawa">
1730          <xs:complexType>
1731            <xs:sequence>
1732              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1733              <xs:element name="IDUser" msprop:Generator_UserColumnName="IDUser" msprop:Generator_ColumnPropNameInRow="IDUser" msprop:Generator_ColumnVarNameInTable="columnIDUser" msprop:Generator_ColumnPropNameInTable="IDUserColumn" type="xs:int" minOccurs="0" />
1734              <xs:element name="IDPrawo" msprop:Generator_UserColumnName="IDPrawo" msprop:Generator_ColumnPropNameInRow="IDPrawo" msprop:Generator_ColumnVarNameInTable="columnIDPrawo" msprop:Generator_ColumnPropNameInTable="IDPrawoColumn" type="xs:int" minOccurs="0" />
1735            </xs:sequence>
1736          </xs:complexType>
1737        </xs:element>
1738        <xs:element name="PrawaDefinicje" msprop:Generator_UserTableName="PrawaDefinicje" msprop:Generator_RowDeletedName="PrawaDefinicjeRowDeleted" msprop:Generator_RowChangedName="PrawaDefinicjeRowChanged" msprop:Generator_RowClassName="PrawaDefinicjeRow" msprop:Generator_RowChangingName="PrawaDefinicjeRowChanging" msprop:Generator_RowEvArgName="PrawaDefinicjeRowChangeEvent" msprop:Generator_RowEvHandlerName="PrawaDefinicjeRowChangeEventHandler" msprop:Generator_TableClassName="PrawaDefinicjeDataTable" msprop:Generator_TableVarName="tablePrawaDefinicje" msprop:Generator_RowDeletingName="PrawaDefinicjeRowDeleting" msprop:Generator_TablePropName="PrawaDefinicje">
1739          <xs:complexType>
1740            <xs:sequence>
1741              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1742              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
1743                <xs:simpleType>
1744                  <xs:restriction base="xs:string">
1745                    <xs:maxLength value="200" />
1746                  </xs:restriction>
1747                </xs:simpleType>
1748              </xs:element>
1749            </xs:sequence>
1750          </xs:complexType>
1751        </xs:element>
1752        <xs:element name="SessionUser" msprop:Generator_UserTableName="SessionUser" msprop:Generator_RowDeletedName="SessionUserRowDeleted" msprop:Generator_RowChangedName="SessionUserRowChanged" msprop:Generator_RowClassName="SessionUserRow" msprop:Generator_RowChangingName="SessionUserRowChanging" msprop:Generator_RowEvArgName="SessionUserRowChangeEvent" msprop:Generator_RowEvHandlerName="SessionUserRowChangeEventHandler" msprop:Generator_TableClassName="SessionUserDataTable" msprop:Generator_TableVarName="tableSessionUser" msprop:Generator_RowDeletingName="SessionUserRowDeleting" msprop:Generator_TablePropName="SessionUser">
1753          <xs:complexType>
1754            <xs:sequence>
1755              <xs:element name="Uzytkownik" msprop:Generator_UserColumnName="Uzytkownik" msprop:Generator_ColumnPropNameInRow="Uzytkownik" msprop:Generator_ColumnVarNameInTable="columnUzytkownik" msprop:Generator_ColumnPropNameInTable="UzytkownikColumn">
1756                <xs:simpleType>
1757                  <xs:restriction base="xs:string">
1758                    <xs:maxLength value="32" />
1759                  </xs:restriction>
1760                </xs:simpleType>
1761              </xs:element>
1762              <xs:element name="Dzial" msprop:Generator_UserColumnName="Dzial" msprop:Generator_ColumnPropNameInRow="Dzial" msprop:Generator_ColumnVarNameInTable="columnDzial" msprop:Generator_ColumnPropNameInTable="DzialColumn" type="xs:int" minOccurs="0" />
1763              <xs:element name="Osoba" msprop:Generator_UserColumnName="Osoba" msprop:Generator_ColumnPropNameInRow="Osoba" msprop:Generator_ColumnVarNameInTable="columnOsoba" msprop:Generator_ColumnPropNameInTable="OsobaColumn" minOccurs="0">
1764                <xs:simpleType>
1765                  <xs:restriction base="xs:string">
1766                    <xs:maxLength value="50" />
1767                  </xs:restriction>
1768                </xs:simpleType>
1769              </xs:element>
1770              <xs:element name="Wersja" msprop:Generator_UserColumnName="Wersja" msprop:Generator_ColumnPropNameInRow="Wersja" msprop:Generator_ColumnVarNameInTable="columnWersja" msprop:Generator_ColumnPropNameInTable="WersjaColumn" minOccurs="0">
1771                <xs:simpleType>
1772                  <xs:restriction base="xs:string">
1773                    <xs:maxLength value="16" />
1774                  </xs:restriction>
1775                </xs:simpleType>
1776              </xs:element>
1777              <xs:element name="LastDate" msprop:Generator_UserColumnName="LastDate" msprop:Generator_ColumnPropNameInRow="LastDate" msprop:Generator_ColumnVarNameInTable="columnLastDate" msprop:Generator_ColumnPropNameInTable="LastDateColumn" type="xs:dateTime" minOccurs="0" />
1778            </xs:sequence>
1779          </xs:complexType>
1780        </xs:element>
1781        <xs:element name="Users" msprop:Generator_UserTableName="Users" msprop:Generator_RowDeletedName="UsersRowDeleted" msprop:Generator_RowChangedName="UsersRowChanged" msprop:Generator_RowClassName="UsersRow" msprop:Generator_RowChangingName="UsersRowChanging" msprop:Generator_RowEvArgName="UsersRowChangeEvent" msprop:Generator_RowEvHandlerName="UsersRowChangeEventHandler" msprop:Generator_TableClassName="UsersDataTable" msprop:Generator_TableVarName="tableUsers" msprop:Generator_RowDeletingName="UsersRowDeleting" msprop:Generator_TablePropName="Users">
1782          <xs:complexType>
1783            <xs:sequence>
1784              <xs:element name="IDE" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1785              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
1786                <xs:simpleType>
1787                  <xs:restriction base="xs:string">
1788                    <xs:maxLength value="32" />
1789                  </xs:restriction>
1790                </xs:simpleType>
1791              </xs:element>
1792              <xs:element name="Imie" msprop:Generator_UserColumnName="Imie" msprop:Generator_ColumnPropNameInRow="Imie" msprop:Generator_ColumnVarNameInTable="columnImie" msprop:Generator_ColumnPropNameInTable="ImieColumn" minOccurs="0">
1793                <xs:simpleType>
1794                  <xs:restriction base="xs:string">
1795                    <xs:maxLength value="64" />
1796                  </xs:restriction>
1797                </xs:simpleType>
1798              </xs:element>
1799              <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
1800                <xs:simpleType>
1801                  <xs:restriction base="xs:string">
1802                    <xs:maxLength value="64" />
1803                  </xs:restriction>
1804                </xs:simpleType>
1805              </xs:element>
1806              <xs:element name="EMAIL" msprop:Generator_UserColumnName="EMAIL" msprop:Generator_ColumnPropNameInRow="EMAIL" msprop:Generator_ColumnVarNameInTable="columnEMAIL" msprop:Generator_ColumnPropNameInTable="EMAILColumn" minOccurs="0">
1807                <xs:simpleType>
1808                  <xs:restriction base="xs:string">
1809                    <xs:maxLength value="64" />
1810                  </xs:restriction>
1811                </xs:simpleType>
1812              </xs:element>
1813              <xs:element name="Grupa" msprop:Generator_UserColumnName="Grupa" msprop:Generator_ColumnPropNameInRow="Grupa" msprop:Generator_ColumnVarNameInTable="columnGrupa" msprop:Generator_ColumnPropNameInTable="GrupaColumn" type="xs:int" minOccurs="0" />
1814              <xs:element name="Dzial" msprop:Generator_UserColumnName="Dzial" msprop:Generator_ColumnPropNameInRow="Dzial" msprop:Generator_ColumnVarNameInTable="columnDzial" msprop:Generator_ColumnPropNameInTable="DzialColumn" type="xs:int" minOccurs="0" />
1815              <xs:element name="Wersja" msprop:Generator_UserColumnName="Wersja" msprop:Generator_ColumnPropNameInRow="Wersja" msprop:Generator_ColumnVarNameInTable="columnWersja" msprop:Generator_ColumnPropNameInTable="WersjaColumn" minOccurs="0">
1816                <xs:simpleType>
1817                  <xs:restriction base="xs:string">
1818                    <xs:maxLength value="16" />
1819                  </xs:restriction>
1820                </xs:simpleType>
1821              </xs:element>
1822              <xs:element name="LastDate" msprop:Generator_UserColumnName="LastDate" msprop:Generator_ColumnPropNameInRow="LastDate" msprop:Generator_ColumnVarNameInTable="columnLastDate" msprop:Generator_ColumnPropNameInTable="LastDateColumn" type="xs:dateTime" minOccurs="0" />
1823              <xs:element name="QueryString" msprop:Generator_UserColumnName="QueryString" msprop:Generator_ColumnPropNameInRow="QueryString" msprop:Generator_ColumnVarNameInTable="columnQueryString" msprop:Generator_ColumnPropNameInTable="QueryStringColumn" minOccurs="0">
1824                <xs:simpleType>
1825                  <xs:restriction base="xs:string">
1826                    <xs:maxLength value="100" />
1827                  </xs:restriction>
1828                </xs:simpleType>
1829              </xs:element>
1830              <xs:element name="IDEFiltr" msprop:Generator_UserColumnName="IDEFiltr" msprop:Generator_ColumnPropNameInRow="IDEFiltr" msprop:Generator_ColumnVarNameInTable="columnIDEFiltr" msprop:Generator_ColumnPropNameInTable="IDEFiltrColumn" type="xs:int" minOccurs="0" />
1831              <xs:element name="TopRecords" msprop:Generator_UserColumnName="TopRecords" msprop:Generator_ColumnPropNameInRow="TopRecords" msprop:Generator_ColumnVarNameInTable="columnTopRecords" msprop:Generator_ColumnPropNameInTable="TopRecordsColumn" type="xs:int" minOccurs="0" />
1832              <xs:element name="IDEOrderBy" msprop:Generator_UserColumnName="IDEOrderBy" msprop:Generator_ColumnPropNameInRow="IDEOrderBy" msprop:Generator_ColumnVarNameInTable="columnIDEOrderBy" msprop:Generator_ColumnPropNameInTable="IDEOrderByColumn" type="xs:int" minOccurs="0" />
1833              <xs:element name="IDEZamowienie" msprop:Generator_UserColumnName="IDEZamowienie" msprop:Generator_ColumnPropNameInRow="IDEZamowienie" msprop:Generator_ColumnVarNameInTable="columnIDEZamowienie" msprop:Generator_ColumnPropNameInTable="IDEZamowienieColumn" type="xs:int" minOccurs="0" />
1834            </xs:sequence>
1835          </xs:complexType>
1836        </xs:element>
1837        <xs:element name="UsersDzialy" msprop:Generator_UserTableName="UsersDzialy" msprop:Generator_RowDeletedName="UsersDzialyRowDeleted" msprop:Generator_RowChangedName="UsersDzialyRowChanged" msprop:Generator_RowClassName="UsersDzialyRow" msprop:Generator_RowChangingName="UsersDzialyRowChanging" msprop:Generator_RowEvArgName="UsersDzialyRowChangeEvent" msprop:Generator_RowEvHandlerName="UsersDzialyRowChangeEventHandler" msprop:Generator_TableClassName="UsersDzialyDataTable" msprop:Generator_TableVarName="tableUsersDzialy" msprop:Generator_RowDeletingName="UsersDzialyRowDeleting" msprop:Generator_TablePropName="UsersDzialy">
1838          <xs:complexType>
1839            <xs:sequence>
1840              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" />
1841              <xs:element name="IDEDzial" msprop:Generator_UserColumnName="IDEDzial" msprop:Generator_ColumnPropNameInRow="IDEDzial" msprop:Generator_ColumnVarNameInTable="columnIDEDzial" msprop:Generator_ColumnPropNameInTable="IDEDzialColumn" type="xs:int" />
1842            </xs:sequence>
1843          </xs:complexType>
1844        </xs:element>
1845        <xs:element name="Wersje" msprop:Generator_UserTableName="Wersje" msprop:Generator_RowDeletedName="WersjeRowDeleted" msprop:Generator_RowChangedName="WersjeRowChanged" msprop:Generator_RowClassName="WersjeRow" msprop:Generator_RowChangingName="WersjeRowChanging" msprop:Generator_RowEvArgName="WersjeRowChangeEvent" msprop:Generator_RowEvHandlerName="WersjeRowChangeEventHandler" msprop:Generator_TableClassName="WersjeDataTable" msprop:Generator_TableVarName="tableWersje" msprop:Generator_RowDeletingName="WersjeRowDeleting" msprop:Generator_TablePropName="Wersje">
1846          <xs:complexType>
1847            <xs:sequence>
1848              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1849              <xs:element name="Wersja" msprop:Generator_UserColumnName="Wersja" msprop:Generator_ColumnPropNameInRow="Wersja" msprop:Generator_ColumnVarNameInTable="columnWersja" msprop:Generator_ColumnPropNameInTable="WersjaColumn" minOccurs="0">
1850                <xs:simpleType>
1851                  <xs:restriction base="xs:string">
1852                    <xs:maxLength value="16" />
1853                  </xs:restriction>
1854                </xs:simpleType>
1855              </xs:element>
1856              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" />
1857              <xs:element name="Aktywny" msprop:Generator_UserColumnName="Aktywny" msprop:Generator_ColumnPropNameInRow="Aktywny" msprop:Generator_ColumnVarNameInTable="columnAktywny" msprop:Generator_ColumnPropNameInTable="AktywnyColumn" type="xs:short" minOccurs="0" />
1858            </xs:sequence>
1859          </xs:complexType>
1860        </xs:element>
1861        <xs:element name="Wiadomosci" msprop:Generator_UserTableName="Wiadomosci" msprop:Generator_RowDeletedName="WiadomosciRowDeleted" msprop:Generator_RowChangedName="WiadomosciRowChanged" msprop:Generator_RowClassName="WiadomosciRow" msprop:Generator_RowChangingName="WiadomosciRowChanging" msprop:Generator_RowEvArgName="WiadomosciRowChangeEvent" msprop:Generator_RowEvHandlerName="WiadomosciRowChangeEventHandler" msprop:Generator_TableClassName="WiadomosciDataTable" msprop:Generator_TableVarName="tableWiadomosci" msprop:Generator_RowDeletingName="WiadomosciRowDeleting" msprop:Generator_TablePropName="Wiadomosci">
1862          <xs:complexType>
1863            <xs:sequence>
1864              <xs:element name="IDE" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1865              <xs:element name="IDEMsg" msprop:Generator_UserColumnName="IDEMsg" msprop:Generator_ColumnPropNameInRow="IDEMsg" msprop:Generator_ColumnVarNameInTable="columnIDEMsg" msprop:Generator_ColumnPropNameInTable="IDEMsgColumn" type="xs:int" minOccurs="0" />
1866              <xs:element name="IDEZam" msprop:Generator_UserColumnName="IDEZam" msprop:Generator_ColumnPropNameInRow="IDEZam" msprop:Generator_ColumnVarNameInTable="columnIDEZam" msprop:Generator_ColumnPropNameInTable="IDEZamColumn" type="xs:int" minOccurs="0" />
1867              <xs:element name="IDEOwner" msprop:Generator_UserColumnName="IDEOwner" msprop:Generator_ColumnPropNameInRow="IDEOwner" msprop:Generator_ColumnVarNameInTable="columnIDEOwner" msprop:Generator_ColumnPropNameInTable="IDEOwnerColumn" type="xs:int" minOccurs="0" />
1868              <xs:element name="IDEOd" msprop:Generator_UserColumnName="IDEOd" msprop:Generator_ColumnPropNameInRow="IDEOd" msprop:Generator_ColumnVarNameInTable="columnIDEOd" msprop:Generator_ColumnPropNameInTable="IDEOdColumn" type="xs:int" minOccurs="0" />
1869              <xs:element name="IDEDo" msprop:Generator_UserColumnName="IDEDo" msprop:Generator_ColumnPropNameInRow="IDEDo" msprop:Generator_ColumnVarNameInTable="columnIDEDo" msprop:Generator_ColumnPropNameInTable="IDEDoColumn" type="xs:int" minOccurs="0" />
1870              <xs:element name="Tresc" msprop:Generator_UserColumnName="Tresc" msprop:Generator_ColumnPropNameInRow="Tresc" msprop:Generator_ColumnVarNameInTable="columnTresc" msprop:Generator_ColumnPropNameInTable="TrescColumn" minOccurs="0">
1871                <xs:simpleType>
1872                  <xs:restriction base="xs:string">
1873                    <xs:maxLength value="1073741823" />
1874                  </xs:restriction>
1875                </xs:simpleType>
1876              </xs:element>
1877              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
1878            </xs:sequence>
1879          </xs:complexType>
1880        </xs:element>
1881        <xs:element name="WiadomosciInfo" msprop:Generator_UserTableName="WiadomosciInfo" msprop:Generator_RowDeletedName="WiadomosciInfoRowDeleted" msprop:Generator_RowChangedName="WiadomosciInfoRowChanged" msprop:Generator_RowClassName="WiadomosciInfoRow" msprop:Generator_RowChangingName="WiadomosciInfoRowChanging" msprop:Generator_RowEvArgName="WiadomosciInfoRowChangeEvent" msprop:Generator_RowEvHandlerName="WiadomosciInfoRowChangeEventHandler" msprop:Generator_TableClassName="WiadomosciInfoDataTable" msprop:Generator_TableVarName="tableWiadomosciInfo" msprop:Generator_RowDeletingName="WiadomosciInfoRowDeleting" msprop:Generator_TablePropName="WiadomosciInfo">
1882          <xs:complexType>
1883            <xs:sequence>
1884              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1885              <xs:element name="IDEUser" msprop:Generator_UserColumnName="IDEUser" msprop:Generator_ColumnPropNameInRow="IDEUser" msprop:Generator_ColumnVarNameInTable="columnIDEUser" msprop:Generator_ColumnPropNameInTable="IDEUserColumn" type="xs:int" minOccurs="0" />
1886              <xs:element name="IDEWiad" msprop:Generator_UserColumnName="IDEWiad" msprop:Generator_ColumnPropNameInRow="IDEWiad" msprop:Generator_ColumnVarNameInTable="columnIDEWiad" msprop:Generator_ColumnPropNameInTable="IDEWiadColumn" type="xs:int" minOccurs="0" />
1887              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
1888            </xs:sequence>
1889          </xs:complexType>
1890        </xs:element>
1891        <xs:element name="Zamowienia" msprop:Generator_UserTableName="Zamowienia" msprop:Generator_RowDeletedName="ZamowieniaRowDeleted" msprop:Generator_RowChangedName="ZamowieniaRowChanged" msprop:Generator_RowClassName="ZamowieniaRow" msprop:Generator_RowChangingName="ZamowieniaRowChanging" msprop:Generator_RowEvArgName="ZamowieniaRowChangeEvent" msprop:Generator_RowEvHandlerName="ZamowieniaRowChangeEventHandler" msprop:Generator_TableClassName="ZamowieniaDataTable" msprop:Generator_TableVarName="tableZamowienia" msprop:Generator_RowDeletingName="ZamowieniaRowDeleting" msprop:Generator_TablePropName="Zamowienia">
1892          <xs:complexType>
1893            <xs:sequence>
1894              <xs:element name="IDE" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1895              <xs:element name="Numer" msprop:Generator_UserColumnName="Numer" msprop:Generator_ColumnPropNameInRow="Numer" msprop:Generator_ColumnVarNameInTable="columnNumer" msprop:Generator_ColumnPropNameInTable="NumerColumn" type="xs:int" minOccurs="0" />
1896              <xs:element name="Numer_Roz" msprop:Generator_UserColumnName="Numer_Roz" msprop:Generator_ColumnPropNameInRow="Numer_Roz" msprop:Generator_ColumnVarNameInTable="columnNumer_Roz" msprop:Generator_ColumnPropNameInTable="Numer_RozColumn" minOccurs="0">
1897                <xs:simpleType>
1898                  <xs:restriction base="xs:string">
1899                    <xs:maxLength value="8" />
1900                  </xs:restriction>
1901                </xs:simpleType>
1902              </xs:element>
1903              <xs:element name="Numer_Rok" msprop:Generator_UserColumnName="Numer_Rok" msprop:Generator_ColumnPropNameInRow="Numer_Rok" msprop:Generator_ColumnVarNameInTable="columnNumer_Rok" msprop:Generator_ColumnPropNameInTable="Numer_RokColumn" type="xs:int" minOccurs="0" />
1904              <xs:element name="ZamowienieKto" msprop:Generator_UserColumnName="ZamowienieKto" msprop:Generator_ColumnPropNameInRow="ZamowienieKto" msprop:Generator_ColumnVarNameInTable="columnZamowienieKto" msprop:Generator_ColumnPropNameInTable="ZamowienieKtoColumn" type="xs:int" minOccurs="0" />
1905              <xs:element name="ZamowienieDzial" msprop:Generator_UserColumnName="ZamowienieDzial" msprop:Generator_ColumnPropNameInRow="ZamowienieDzial" msprop:Generator_ColumnVarNameInTable="columnZamowienieDzial" msprop:Generator_ColumnPropNameInTable="ZamowienieDzialColumn" type="xs:int" minOccurs="0" />
1906              <xs:element name="ZamowienieKategoria1" msprop:Generator_UserColumnName="ZamowienieKategoria1" msprop:Generator_ColumnPropNameInRow="ZamowienieKategoria1" msprop:Generator_ColumnVarNameInTable="columnZamowienieKategoria1" msprop:Generator_ColumnPropNameInTable="ZamowienieKategoria1Column" type="xs:int" minOccurs="0" />
1907              <xs:element name="ZamowienieData" msprop:Generator_UserColumnName="ZamowienieData" msprop:Generator_ColumnPropNameInRow="ZamowienieData" msprop:Generator_ColumnVarNameInTable="columnZamowienieData" msprop:Generator_ColumnPropNameInTable="ZamowienieDataColumn" type="xs:dateTime" minOccurs="0" />
1908              <xs:element name="ZamowienieTresc" msprop:Generator_UserColumnName="ZamowienieTresc" msprop:Generator_ColumnPropNameInRow="ZamowienieTresc" msprop:Generator_ColumnVarNameInTable="columnZamowienieTresc" msprop:Generator_ColumnPropNameInTable="ZamowienieTrescColumn" minOccurs="0">
1909                <xs:simpleType>
1910                  <xs:restriction base="xs:string">
1911                    <xs:maxLength value="1073741823" />
1912                  </xs:restriction>
1913                </xs:simpleType>
1914              </xs:element>
1915              <xs:element name="ZamowienieWartosc1" msprop:Generator_UserColumnName="ZamowienieWartosc1" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc1" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc1" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc1Column" type="xs:decimal" minOccurs="0" />
1916              <xs:element name="ZamowienieWartosc2" msprop:Generator_UserColumnName="ZamowienieWartosc2" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc2" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc2" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc2Column" type="xs:decimal" minOccurs="0" />
1917              <xs:element name="ZamowienieZatwierdzone" msprop:Generator_UserColumnName="ZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInRow="ZamowienieZatwierdzone" msprop:Generator_ColumnVarNameInTable="columnZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInTable="ZamowienieZatwierdzoneColumn" type="xs:short" minOccurs="0" />
1918              <xs:element name="Decyzja1" msprop:Generator_UserColumnName="Decyzja1" msprop:Generator_ColumnPropNameInRow="Decyzja1" msprop:Generator_ColumnVarNameInTable="columnDecyzja1" msprop:Generator_ColumnPropNameInTable="Decyzja1Column" type="xs:short" minOccurs="0" />
1919              <xs:element name="Decyzja1Kto" msprop:Generator_UserColumnName="Decyzja1Kto" msprop:Generator_ColumnPropNameInRow="Decyzja1Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Kto" msprop:Generator_ColumnPropNameInTable="Decyzja1KtoColumn" type="xs:int" minOccurs="0" />
1920              <xs:element name="Decyzja1Data" msprop:Generator_UserColumnName="Decyzja1Data" msprop:Generator_ColumnPropNameInRow="Decyzja1Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Data" msprop:Generator_ColumnPropNameInTable="Decyzja1DataColumn" type="xs:dateTime" minOccurs="0" />
1921              <xs:element name="Decyzja2" msprop:Generator_UserColumnName="Decyzja2" msprop:Generator_ColumnPropNameInRow="Decyzja2" msprop:Generator_ColumnVarNameInTable="columnDecyzja2" msprop:Generator_ColumnPropNameInTable="Decyzja2Column" type="xs:short" minOccurs="0" />
1922              <xs:element name="Decyzja2Kto" msprop:Generator_UserColumnName="Decyzja2Kto" msprop:Generator_ColumnPropNameInRow="Decyzja2Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Kto" msprop:Generator_ColumnPropNameInTable="Decyzja2KtoColumn" type="xs:int" minOccurs="0" />
1923              <xs:element name="Decyzja2Data" msprop:Generator_UserColumnName="Decyzja2Data" msprop:Generator_ColumnPropNameInRow="Decyzja2Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Data" msprop:Generator_ColumnPropNameInTable="Decyzja2DataColumn" type="xs:dateTime" minOccurs="0" />
1924              <xs:element name="Decyzja3" msprop:Generator_UserColumnName="Decyzja3" msprop:Generator_ColumnPropNameInRow="Decyzja3" msprop:Generator_ColumnVarNameInTable="columnDecyzja3" msprop:Generator_ColumnPropNameInTable="Decyzja3Column" type="xs:short" minOccurs="0" />
1925              <xs:element name="Decyzja3Kto" msprop:Generator_UserColumnName="Decyzja3Kto" msprop:Generator_ColumnPropNameInRow="Decyzja3Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Kto" msprop:Generator_ColumnPropNameInTable="Decyzja3KtoColumn" type="xs:int" minOccurs="0" />
1926              <xs:element name="Decyzja3Data" msprop:Generator_UserColumnName="Decyzja3Data" msprop:Generator_ColumnPropNameInRow="Decyzja3Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Data" msprop:Generator_ColumnPropNameInTable="Decyzja3DataColumn" type="xs:dateTime" minOccurs="0" />
1927            </xs:sequence>
1928          </xs:complexType>
1929        </xs:element>
1930        <xs:element name="Zamowienia_Deleted" msprop:Generator_UserTableName="Zamowienia_Deleted" msprop:Generator_RowDeletedName="Zamowienia_DeletedRowDeleted" msprop:Generator_RowChangedName="Zamowienia_DeletedRowChanged" msprop:Generator_RowClassName="Zamowienia_DeletedRow" msprop:Generator_RowChangingName="Zamowienia_DeletedRowChanging" msprop:Generator_RowEvArgName="Zamowienia_DeletedRowChangeEvent" msprop:Generator_RowEvHandlerName="Zamowienia_DeletedRowChangeEventHandler" msprop:Generator_TableClassName="Zamowienia_DeletedDataTable" msprop:Generator_TableVarName="tableZamowienia_Deleted" msprop:Generator_RowDeletingName="Zamowienia_DeletedRowDeleting" msprop:Generator_TablePropName="Zamowienia_Deleted">
1931          <xs:complexType>
1932            <xs:sequence>
1933              <xs:element name="IDE" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1934              <xs:element name="Numer" msprop:Generator_UserColumnName="Numer" msprop:Generator_ColumnPropNameInRow="Numer" msprop:Generator_ColumnVarNameInTable="columnNumer" msprop:Generator_ColumnPropNameInTable="NumerColumn" type="xs:int" minOccurs="0" />
1935              <xs:element name="Numer_Roz" msprop:Generator_UserColumnName="Numer_Roz" msprop:Generator_ColumnPropNameInRow="Numer_Roz" msprop:Generator_ColumnVarNameInTable="columnNumer_Roz" msprop:Generator_ColumnPropNameInTable="Numer_RozColumn" minOccurs="0">
1936                <xs:simpleType>
1937                  <xs:restriction base="xs:string">
1938                    <xs:maxLength value="8" />
1939                  </xs:restriction>
1940                </xs:simpleType>
1941              </xs:element>
1942              <xs:element name="Numer_Rok" msprop:Generator_UserColumnName="Numer_Rok" msprop:Generator_ColumnPropNameInRow="Numer_Rok" msprop:Generator_ColumnVarNameInTable="columnNumer_Rok" msprop:Generator_ColumnPropNameInTable="Numer_RokColumn" type="xs:int" minOccurs="0" />
1943              <xs:element name="ZamowienieKto" msprop:Generator_UserColumnName="ZamowienieKto" msprop:Generator_ColumnPropNameInRow="ZamowienieKto" msprop:Generator_ColumnVarNameInTable="columnZamowienieKto" msprop:Generator_ColumnPropNameInTable="ZamowienieKtoColumn" type="xs:int" minOccurs="0" />
1944              <xs:element name="ZamowienieDzial" msprop:Generator_UserColumnName="ZamowienieDzial" msprop:Generator_ColumnPropNameInRow="ZamowienieDzial" msprop:Generator_ColumnVarNameInTable="columnZamowienieDzial" msprop:Generator_ColumnPropNameInTable="ZamowienieDzialColumn" type="xs:int" minOccurs="0" />
1945              <xs:element name="ZamowienieKategoria1" msprop:Generator_UserColumnName="ZamowienieKategoria1" msprop:Generator_ColumnPropNameInRow="ZamowienieKategoria1" msprop:Generator_ColumnVarNameInTable="columnZamowienieKategoria1" msprop:Generator_ColumnPropNameInTable="ZamowienieKategoria1Column" type="xs:int" minOccurs="0" />
1946              <xs:element name="ZamowienieData" msprop:Generator_UserColumnName="ZamowienieData" msprop:Generator_ColumnPropNameInRow="ZamowienieData" msprop:Generator_ColumnVarNameInTable="columnZamowienieData" msprop:Generator_ColumnPropNameInTable="ZamowienieDataColumn" type="xs:dateTime" minOccurs="0" />
1947              <xs:element name="ZamowienieTresc" msprop:Generator_UserColumnName="ZamowienieTresc" msprop:Generator_ColumnPropNameInRow="ZamowienieTresc" msprop:Generator_ColumnVarNameInTable="columnZamowienieTresc" msprop:Generator_ColumnPropNameInTable="ZamowienieTrescColumn" minOccurs="0">
1948                <xs:simpleType>
1949                  <xs:restriction base="xs:string">
1950                    <xs:maxLength value="1073741823" />
1951                  </xs:restriction>
1952                </xs:simpleType>
1953              </xs:element>
1954              <xs:element name="ZamowienieWartosc1" msprop:Generator_UserColumnName="ZamowienieWartosc1" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc1" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc1" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc1Column" type="xs:decimal" minOccurs="0" />
1955              <xs:element name="ZamowienieWartosc2" msprop:Generator_UserColumnName="ZamowienieWartosc2" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc2" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc2" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc2Column" type="xs:decimal" minOccurs="0" />
1956              <xs:element name="ZamowienieZatwierdzone" msprop:Generator_UserColumnName="ZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInRow="ZamowienieZatwierdzone" msprop:Generator_ColumnVarNameInTable="columnZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInTable="ZamowienieZatwierdzoneColumn" type="xs:short" minOccurs="0" />
1957              <xs:element name="Decyzja1" msprop:Generator_UserColumnName="Decyzja1" msprop:Generator_ColumnPropNameInRow="Decyzja1" msprop:Generator_ColumnVarNameInTable="columnDecyzja1" msprop:Generator_ColumnPropNameInTable="Decyzja1Column" type="xs:short" minOccurs="0" />
1958              <xs:element name="Decyzja1Kto" msprop:Generator_UserColumnName="Decyzja1Kto" msprop:Generator_ColumnPropNameInRow="Decyzja1Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Kto" msprop:Generator_ColumnPropNameInTable="Decyzja1KtoColumn" type="xs:int" minOccurs="0" />
1959              <xs:element name="Decyzja1Data" msprop:Generator_UserColumnName="Decyzja1Data" msprop:Generator_ColumnPropNameInRow="Decyzja1Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Data" msprop:Generator_ColumnPropNameInTable="Decyzja1DataColumn" type="xs:dateTime" minOccurs="0" />
1960              <xs:element name="Decyzja2" msprop:Generator_UserColumnName="Decyzja2" msprop:Generator_ColumnPropNameInRow="Decyzja2" msprop:Generator_ColumnVarNameInTable="columnDecyzja2" msprop:Generator_ColumnPropNameInTable="Decyzja2Column" type="xs:short" minOccurs="0" />
1961              <xs:element name="Decyzja2Kto" msprop:Generator_UserColumnName="Decyzja2Kto" msprop:Generator_ColumnPropNameInRow="Decyzja2Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Kto" msprop:Generator_ColumnPropNameInTable="Decyzja2KtoColumn" type="xs:int" minOccurs="0" />
1962              <xs:element name="Decyzja2Data" msprop:Generator_UserColumnName="Decyzja2Data" msprop:Generator_ColumnPropNameInRow="Decyzja2Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Data" msprop:Generator_ColumnPropNameInTable="Decyzja2DataColumn" type="xs:dateTime" minOccurs="0" />
1963              <xs:element name="Decyzja3" msprop:Generator_UserColumnName="Decyzja3" msprop:Generator_ColumnPropNameInRow="Decyzja3" msprop:Generator_ColumnVarNameInTable="columnDecyzja3" msprop:Generator_ColumnPropNameInTable="Decyzja3Column" type="xs:short" minOccurs="0" />
1964              <xs:element name="Decyzja3Kto" msprop:Generator_UserColumnName="Decyzja3Kto" msprop:Generator_ColumnPropNameInRow="Decyzja3Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Kto" msprop:Generator_ColumnPropNameInTable="Decyzja3KtoColumn" type="xs:int" minOccurs="0" />
1965              <xs:element name="Decyzja3Data" msprop:Generator_UserColumnName="Decyzja3Data" msprop:Generator_ColumnPropNameInRow="Decyzja3Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Data" msprop:Generator_ColumnPropNameInTable="Decyzja3DataColumn" type="xs:dateTime" minOccurs="0" />
1966              <xs:element name="DeleteUser" msprop:Generator_UserColumnName="DeleteUser" msprop:Generator_ColumnPropNameInRow="DeleteUser" msprop:Generator_ColumnVarNameInTable="columnDeleteUser" msprop:Generator_ColumnPropNameInTable="DeleteUserColumn" minOccurs="0">
1967                <xs:simpleType>
1968                  <xs:restriction base="xs:string">
1969                    <xs:maxLength value="50" />
1970                  </xs:restriction>
1971                </xs:simpleType>
1972              </xs:element>
1973            </xs:sequence>
1974          </xs:complexType>
1975        </xs:element>
1976        <xs:element name="Faktury" msprop:Generator_UserTableName="Faktury" msprop:Generator_RowDeletedName="FakturyRowDeleted" msprop:Generator_RowChangedName="FakturyRowChanged" msprop:Generator_RowClassName="FakturyRow" msprop:Generator_RowChangingName="FakturyRowChanging" msprop:Generator_RowEvArgName="FakturyRowChangeEvent" msprop:Generator_RowEvHandlerName="FakturyRowChangeEventHandler" msprop:Generator_TableClassName="FakturyDataTable" msprop:Generator_TableVarName="tableFaktury" msprop:Generator_RowDeletingName="FakturyRowDeleting" msprop:Generator_TablePropName="Faktury">
1977          <xs:complexType>
1978            <xs:sequence>
1979              <xs:element name="IDE" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
1980              <xs:element name="IDEZam" msprop:Generator_UserColumnName="IDEZam" msprop:Generator_ColumnVarNameInTable="columnIDEZam" msprop:Generator_ColumnPropNameInRow="IDEZam" msprop:Generator_ColumnPropNameInTable="IDEZamColumn" type="xs:int" minOccurs="0" />
1981              <xs:element name="NrFaktury" msprop:Generator_UserColumnName="NrFaktury" msprop:Generator_ColumnVarNameInTable="columnNrFaktury" msprop:Generator_ColumnPropNameInRow="NrFaktury" msprop:Generator_ColumnPropNameInTable="NrFakturyColumn" minOccurs="0">
1982                <xs:simpleType>
1983                  <xs:restriction base="xs:string">
1984                    <xs:maxLength value="30" />
1985                  </xs:restriction>
1986                </xs:simpleType>
1987              </xs:element>
1988              <xs:element name="Dostawca" msprop:Generator_UserColumnName="Dostawca" msprop:Generator_ColumnVarNameInTable="columnDostawca" msprop:Generator_ColumnPropNameInRow="Dostawca" msprop:Generator_ColumnPropNameInTable="DostawcaColumn" minOccurs="0">
1989                <xs:simpleType>
1990                  <xs:restriction base="xs:string">
1991                    <xs:maxLength value="50" />
1992                  </xs:restriction>
1993                </xs:simpleType>
1994              </xs:element>
1995              <xs:element name="DataWystawieniaFaktury" msprop:Generator_UserColumnName="DataWystawieniaFaktury" msprop:Generator_ColumnVarNameInTable="columnDataWystawieniaFaktury" msprop:Generator_ColumnPropNameInRow="DataWystawieniaFaktury" msprop:Generator_ColumnPropNameInTable="DataWystawieniaFakturyColumn" type="xs:dateTime" minOccurs="0" />
1996            </xs:sequence>
1997          </xs:complexType>
1998        </xs:element>
1999        <xs:element name="view_Zamowienia" msprop:Generator_UserTableName="view_Zamowienia" msprop:Generator_RowDeletedName="view_ZamowieniaRowDeleted" msprop:Generator_RowChangedName="view_ZamowieniaRowChanged" msprop:Generator_RowClassName="view_ZamowieniaRow" msprop:Generator_RowChangingName="view_ZamowieniaRowChanging" msprop:Generator_RowEvArgName="view_ZamowieniaRowChangeEvent" msprop:Generator_RowEvHandlerName="view_ZamowieniaRowChangeEventHandler" msprop:Generator_TableClassName="view_ZamowieniaDataTable" msprop:Generator_TableVarName="tableview_Zamowienia" msprop:Generator_RowDeletingName="view_ZamowieniaRowDeleting" msprop:Generator_TablePropName="view_Zamowienia">
2000          <xs:complexType>
2001            <xs:sequence>
2002              <xs:element name="ZamowienieZatwierdzone" msprop:Generator_UserColumnName="ZamowienieZatwierdzone" msprop:Generator_ColumnVarNameInTable="columnZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInRow="ZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInTable="ZamowienieZatwierdzoneColumn" type="xs:short" minOccurs="0" />
2003              <xs:element name="Decyzja1" msprop:Generator_UserColumnName="Decyzja1" msprop:Generator_ColumnVarNameInTable="columnDecyzja1" msprop:Generator_ColumnPropNameInRow="Decyzja1" msprop:Generator_ColumnPropNameInTable="Decyzja1Column" type="xs:short" minOccurs="0" />
2004              <xs:element name="Decyzja1Kto" msprop:Generator_UserColumnName="Decyzja1Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Kto" msprop:Generator_ColumnPropNameInRow="Decyzja1Kto" msprop:Generator_ColumnPropNameInTable="Decyzja1KtoColumn" type="xs:int" minOccurs="0" />
2005              <xs:element name="Decyzja1Data" msprop:Generator_UserColumnName="Decyzja1Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Data" msprop:Generator_ColumnPropNameInRow="Decyzja1Data" msprop:Generator_ColumnPropNameInTable="Decyzja1DataColumn" type="xs:dateTime" minOccurs="0" />
2006              <xs:element name="Decyzja2" msprop:Generator_UserColumnName="Decyzja2" msprop:Generator_ColumnVarNameInTable="columnDecyzja2" msprop:Generator_ColumnPropNameInRow="Decyzja2" msprop:Generator_ColumnPropNameInTable="Decyzja2Column" type="xs:short" minOccurs="0" />
2007              <xs:element name="Decyzja2Kto" msprop:Generator_UserColumnName="Decyzja2Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Kto" msprop:Generator_ColumnPropNameInRow="Decyzja2Kto" msprop:Generator_ColumnPropNameInTable="Decyzja2KtoColumn" type="xs:int" minOccurs="0" />
2008              <xs:element name="Decyzja2Data" msprop:Generator_UserColumnName="Decyzja2Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Data" msprop:Generator_ColumnPropNameInRow="Decyzja2Data" msprop:Generator_ColumnPropNameInTable="Decyzja2DataColumn" type="xs:dateTime" minOccurs="0" />
2009              <xs:element name="Decyzja3" msprop:Generator_UserColumnName="Decyzja3" msprop:Generator_ColumnVarNameInTable="columnDecyzja3" msprop:Generator_ColumnPropNameInRow="Decyzja3" msprop:Generator_ColumnPropNameInTable="Decyzja3Column" type="xs:short" minOccurs="0" />
2010              <xs:element name="Decyzja3Kto" msprop:Generator_UserColumnName="Decyzja3Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Kto" msprop:Generator_ColumnPropNameInRow="Decyzja3Kto" msprop:Generator_ColumnPropNameInTable="Decyzja3KtoColumn" type="xs:int" minOccurs="0" />
2011              <xs:element name="Decyzja3Data" msprop:Generator_UserColumnName="Decyzja3Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Data" msprop:Generator_ColumnPropNameInRow="Decyzja3Data" msprop:Generator_ColumnPropNameInTable="Decyzja3DataColumn" type="xs:dateTime" minOccurs="0" />
2012              <xs:element name="FullNumer" msdata:ReadOnly="true" msprop:Generator_UserColumnName="FullNumer" msprop:Generator_ColumnVarNameInTable="columnFullNumer" msprop:Generator_ColumnPropNameInRow="FullNumer" msprop:Generator_ColumnPropNameInTable="FullNumerColumn" minOccurs="0">
2013                <xs:simpleType>
2014                  <xs:restriction base="xs:string">
2015                    <xs:maxLength value="70" />
2016                  </xs:restriction>
2017                </xs:simpleType>
2018              </xs:element>
2019              <xs:element name="Dec2" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Dec2" msprop:Generator_ColumnVarNameInTable="columnDec2" msprop:Generator_ColumnPropNameInRow="Dec2" msprop:Generator_ColumnPropNameInTable="Dec2Column" type="xs:int" minOccurs="0" />
2020              <xs:element name="Dec1" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Dec1" msprop:Generator_ColumnVarNameInTable="columnDec1" msprop:Generator_ColumnPropNameInRow="Dec1" msprop:Generator_ColumnPropNameInTable="Dec1Column" type="xs:int" minOccurs="0" />
2021              <xs:element name="Dec3" msdata:ReadOnly="true" msprop:Generator_UserColumnName="Dec3" msprop:Generator_ColumnVarNameInTable="columnDec3" msprop:Generator_ColumnPropNameInRow="Dec3" msprop:Generator_ColumnPropNameInTable="Dec3Column" type="xs:int" minOccurs="0" />
2022              <xs:element name="Numer" msprop:Generator_UserColumnName="Numer" msprop:Generator_ColumnVarNameInTable="columnNumer" msprop:Generator_ColumnPropNameInRow="Numer" msprop:Generator_ColumnPropNameInTable="NumerColumn" type="xs:int" minOccurs="0" />
2023              <xs:element name="Numer_Roz" msprop:Generator_UserColumnName="Numer_Roz" msprop:Generator_ColumnVarNameInTable="columnNumer_Roz" msprop:Generator_ColumnPropNameInRow="Numer_Roz" msprop:Generator_ColumnPropNameInTable="Numer_RozColumn" minOccurs="0">
2024                <xs:simpleType>
2025                  <xs:restriction base="xs:string">
2026                    <xs:maxLength value="8" />
2027                  </xs:restriction>
2028                </xs:simpleType>
2029              </xs:element>
2030              <xs:element name="Numer_Rok" msprop:Generator_UserColumnName="Numer_Rok" msprop:Generator_ColumnVarNameInTable="columnNumer_Rok" msprop:Generator_ColumnPropNameInRow="Numer_Rok" msprop:Generator_ColumnPropNameInTable="Numer_RokColumn" type="xs:int" minOccurs="0" />
2031              <xs:element name="ZamowienieKto" msprop:Generator_UserColumnName="ZamowienieKto" msprop:Generator_ColumnVarNameInTable="columnZamowienieKto" msprop:Generator_ColumnPropNameInRow="ZamowienieKto" msprop:Generator_ColumnPropNameInTable="ZamowienieKtoColumn" type="xs:int" minOccurs="0" />
2032              <xs:element name="ZamowienieDzial" msprop:Generator_UserColumnName="ZamowienieDzial" msprop:Generator_ColumnVarNameInTable="columnZamowienieDzial" msprop:Generator_ColumnPropNameInRow="ZamowienieDzial" msprop:Generator_ColumnPropNameInTable="ZamowienieDzialColumn" type="xs:int" minOccurs="0" />
2033              <xs:element name="ZamowienieKategoria1" msprop:Generator_UserColumnName="ZamowienieKategoria1" msprop:Generator_ColumnVarNameInTable="columnZamowienieKategoria1" msprop:Generator_ColumnPropNameInRow="ZamowienieKategoria1" msprop:Generator_ColumnPropNameInTable="ZamowienieKategoria1Column" type="xs:int" minOccurs="0" />
2034              <xs:element name="ZamowienieData" msprop:Generator_UserColumnName="ZamowienieData" msprop:Generator_ColumnVarNameInTable="columnZamowienieData" msprop:Generator_ColumnPropNameInRow="ZamowienieData" msprop:Generator_ColumnPropNameInTable="ZamowienieDataColumn" type="xs:dateTime" minOccurs="0" />
2035              <xs:element name="ZamowienieTresc" msprop:Generator_UserColumnName="ZamowienieTresc" msprop:Generator_ColumnVarNameInTable="columnZamowienieTresc" msprop:Generator_ColumnPropNameInRow="ZamowienieTresc" msprop:Generator_ColumnPropNameInTable="ZamowienieTrescColumn" minOccurs="0">
2036                <xs:simpleType>
2037                  <xs:restriction base="xs:string">
2038                    <xs:maxLength value="1073741823" />
2039                  </xs:restriction>
2040                </xs:simpleType>
2041              </xs:element>
2042              <xs:element name="ZamowienieWartosc1" msprop:Generator_UserColumnName="ZamowienieWartosc1" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc1" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc1" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc1Column" type="xs:decimal" minOccurs="0" />
2043              <xs:element name="ZamowienieWartosc2" msprop:Generator_UserColumnName="ZamowienieWartosc2" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc2" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc2" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc2Column" type="xs:decimal" minOccurs="0" />
2044              <xs:element name="IDE" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="1" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
2045            </xs:sequence>
2046          </xs:complexType>
2047        </xs:element>
2048        <xs:element name="Realizacje" msprop:Generator_UserTableName="Realizacje" msprop:Generator_RowDeletedName="RealizacjeRowDeleted" msprop:Generator_RowChangedName="RealizacjeRowChanged" msprop:Generator_RowClassName="RealizacjeRow" msprop:Generator_RowChangingName="RealizacjeRowChanging" msprop:Generator_RowEvArgName="RealizacjeRowChangeEvent" msprop:Generator_RowEvHandlerName="RealizacjeRowChangeEventHandler" msprop:Generator_TableClassName="RealizacjeDataTable" msprop:Generator_TableVarName="tableRealizacje" msprop:Generator_RowDeletingName="RealizacjeRowDeleting" msprop:Generator_TablePropName="Realizacje">
2049          <xs:complexType>
2050            <xs:sequence>
2051              <xs:element name="IDE" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
2052              <xs:element name="IDEZamowienie" msprop:Generator_UserColumnName="IDEZamowienie" msprop:Generator_ColumnVarNameInTable="columnIDEZamowienie" msprop:Generator_ColumnPropNameInRow="IDEZamowienie" msprop:Generator_ColumnPropNameInTable="IDEZamowienieColumn" type="xs:int" minOccurs="0" />
2053              <xs:element name="Data" msprop:Generator_UserColumnName="Data" msprop:Generator_ColumnVarNameInTable="columnData" msprop:Generator_ColumnPropNameInRow="Data" msprop:Generator_ColumnPropNameInTable="DataColumn" type="xs:dateTime" minOccurs="0" />
2054              <xs:element name="Opis" msprop:Generator_UserColumnName="Opis" msprop:Generator_ColumnVarNameInTable="columnOpis" msprop:Generator_ColumnPropNameInRow="Opis" msprop:Generator_ColumnPropNameInTable="OpisColumn" minOccurs="0">
2055                <xs:simpleType>
2056                  <xs:restriction base="xs:string">
2057                    <xs:maxLength value="1073741823" />
2058                  </xs:restriction>
2059                </xs:simpleType>
2060              </xs:element>
2061              <xs:element name="Okres" msprop:Generator_UserColumnName="Okres" msprop:Generator_ColumnVarNameInTable="columnOkres" msprop:Generator_ColumnPropNameInRow="Okres" msprop:Generator_ColumnPropNameInTable="OkresColumn" minOccurs="0">
2062                <xs:simpleType>
2063                  <xs:restriction base="xs:string">
2064                    <xs:maxLength value="50" />
2065                  </xs:restriction>
2066                </xs:simpleType>
2067              </xs:element>
2068              <xs:element name="Wartosc" msprop:Generator_UserColumnName="Wartosc" msprop:Generator_ColumnVarNameInTable="columnWartosc" msprop:Generator_ColumnPropNameInRow="Wartosc" msprop:Generator_ColumnPropNameInTable="WartoscColumn" type="xs:decimal" minOccurs="0" />
2069            </xs:sequence>
2070          </xs:complexType>
2071        </xs:element>
2072        <xs:element name="wydrukZamowienia" msprop:Generator_UserTableName="wydrukZamowienia" msprop:Generator_RowDeletedName="wydrukZamowieniaRowDeleted" msprop:Generator_TableClassName="wydrukZamowieniaDataTable" msprop:Generator_RowChangedName="wydrukZamowieniaRowChanged" msprop:Generator_RowClassName="wydrukZamowieniaRow" msprop:Generator_RowChangingName="wydrukZamowieniaRowChanging" msprop:Generator_RowEvArgName="wydrukZamowieniaRowChangeEvent" msprop:Generator_RowEvHandlerName="wydrukZamowieniaRowChangeEventHandler" msprop:Generator_TablePropName="wydrukZamowienia" msprop:Generator_TableVarName="tablewydrukZamowienia" msprop:Generator_RowDeletingName="wydrukZamowieniaRowDeleting">
2073          <xs:complexType>
2074            <xs:sequence>
2075              <xs:element name="IDE" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="IDE" msprop:Generator_ColumnPropNameInRow="IDE" msprop:Generator_ColumnVarNameInTable="columnIDE" msprop:Generator_ColumnPropNameInTable="IDEColumn" type="xs:int" />
2076              <xs:element name="Numer" msprop:Generator_UserColumnName="Numer" msprop:Generator_ColumnPropNameInRow="Numer" msprop:Generator_ColumnVarNameInTable="columnNumer" msprop:Generator_ColumnPropNameInTable="NumerColumn" type="xs:int" minOccurs="0" />
2077              <xs:element name="Numer_Roz" msprop:Generator_UserColumnName="Numer_Roz" msprop:Generator_ColumnPropNameInRow="Numer_Roz" msprop:Generator_ColumnVarNameInTable="columnNumer_Roz" msprop:Generator_ColumnPropNameInTable="Numer_RozColumn" minOccurs="0">
2078                <xs:simpleType>
2079                  <xs:restriction base="xs:string">
2080                    <xs:maxLength value="8" />
2081                  </xs:restriction>
2082                </xs:simpleType>
2083              </xs:element>
2084              <xs:element name="Numer_Rok" msprop:Generator_UserColumnName="Numer_Rok" msprop:Generator_ColumnPropNameInRow="Numer_Rok" msprop:Generator_ColumnVarNameInTable="columnNumer_Rok" msprop:Generator_ColumnPropNameInTable="Numer_RokColumn" type="xs:int" minOccurs="0" />
2085              <xs:element name="ZamowienieKto" msprop:Generator_UserColumnName="ZamowienieKto" msprop:Generator_ColumnPropNameInRow="ZamowienieKto" msprop:Generator_ColumnVarNameInTable="columnZamowienieKto" msprop:Generator_ColumnPropNameInTable="ZamowienieKtoColumn" type="xs:int" minOccurs="0" />
2086              <xs:element name="Imie" msprop:Generator_UserColumnName="Imie" msprop:Generator_ColumnPropNameInRow="Imie" msprop:Generator_ColumnVarNameInTable="columnImie" msprop:Generator_ColumnPropNameInTable="ImieColumn" minOccurs="0">
2087                <xs:simpleType>
2088                  <xs:restriction base="xs:string">
2089                    <xs:maxLength value="64" />
2090                  </xs:restriction>
2091                </xs:simpleType>
2092              </xs:element>
2093              <xs:element name="Nazwisko" msprop:Generator_UserColumnName="Nazwisko" msprop:Generator_ColumnPropNameInRow="Nazwisko" msprop:Generator_ColumnVarNameInTable="columnNazwisko" msprop:Generator_ColumnPropNameInTable="NazwiskoColumn" minOccurs="0">
2094                <xs:simpleType>
2095                  <xs:restriction base="xs:string">
2096                    <xs:maxLength value="64" />
2097                  </xs:restriction>
2098                </xs:simpleType>
2099              </xs:element>
2100              <xs:element name="ZamowienieDzial" msprop:Generator_UserColumnName="ZamowienieDzial" msprop:Generator_ColumnPropNameInRow="ZamowienieDzial" msprop:Generator_ColumnVarNameInTable="columnZamowienieDzial" msprop:Generator_ColumnPropNameInTable="ZamowienieDzialColumn" type="xs:int" minOccurs="0" />
2101              <xs:element name="Symbol" msprop:Generator_UserColumnName="Symbol" msprop:Generator_ColumnPropNameInRow="Symbol" msprop:Generator_ColumnVarNameInTable="columnSymbol" msprop:Generator_ColumnPropNameInTable="SymbolColumn" minOccurs="0">
2102                <xs:simpleType>
2103                  <xs:restriction base="xs:string">
2104                    <xs:maxLength value="50" />
2105                  </xs:restriction>
2106                </xs:simpleType>
2107              </xs:element>
2108              <xs:element name="ZamowienieData" msprop:Generator_UserColumnName="ZamowienieData" msprop:Generator_ColumnPropNameInRow="ZamowienieData" msprop:Generator_ColumnVarNameInTable="columnZamowienieData" msprop:Generator_ColumnPropNameInTable="ZamowienieDataColumn" type="xs:dateTime" minOccurs="0" />
2109              <xs:element name="ZamowienieTresc" msprop:Generator_UserColumnName="ZamowienieTresc" msprop:Generator_ColumnPropNameInRow="ZamowienieTresc" msprop:Generator_ColumnVarNameInTable="columnZamowienieTresc" msprop:Generator_ColumnPropNameInTable="ZamowienieTrescColumn" minOccurs="0">
2110                <xs:simpleType>
2111                  <xs:restriction base="xs:string">
2112                    <xs:maxLength value="1073741823" />
2113                  </xs:restriction>
2114                </xs:simpleType>
2115              </xs:element>
2116              <xs:element name="ZamowienieWartosc1" msprop:Generator_UserColumnName="ZamowienieWartosc1" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc1" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc1" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc1Column" type="xs:decimal" minOccurs="0" />
2117              <xs:element name="ZamowienieWartosc2" msprop:Generator_UserColumnName="ZamowienieWartosc2" msprop:Generator_ColumnPropNameInRow="ZamowienieWartosc2" msprop:Generator_ColumnVarNameInTable="columnZamowienieWartosc2" msprop:Generator_ColumnPropNameInTable="ZamowienieWartosc2Column" type="xs:decimal" minOccurs="0" />
2118              <xs:element name="ZamowienieZatwierdzone" msprop:Generator_UserColumnName="ZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInRow="ZamowienieZatwierdzone" msprop:Generator_ColumnVarNameInTable="columnZamowienieZatwierdzone" msprop:Generator_ColumnPropNameInTable="ZamowienieZatwierdzoneColumn" type="xs:short" minOccurs="0" />
2119              <xs:element name="Decyzja1" msprop:Generator_UserColumnName="Decyzja1" msprop:Generator_ColumnPropNameInRow="Decyzja1" msprop:Generator_ColumnVarNameInTable="columnDecyzja1" msprop:Generator_ColumnPropNameInTable="Decyzja1Column" type="xs:short" minOccurs="0" />
2120              <xs:element name="Decyzja" msprop:Generator_UserColumnName="Decyzja" msprop:Generator_ColumnPropNameInRow="Decyzja" msprop:Generator_ColumnVarNameInTable="columnDecyzja" msprop:Generator_ColumnPropNameInTable="DecyzjaColumn" minOccurs="0">
2121                <xs:simpleType>
2122                  <xs:restriction base="xs:string">
2123                    <xs:maxLength value="50" />
2124                  </xs:restriction>
2125                </xs:simpleType>
2126              </xs:element>
2127              <xs:element name="Decyzja1Kto" msprop:Generator_UserColumnName="Decyzja1Kto" msprop:Generator_ColumnPropNameInRow="Decyzja1Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Kto" msprop:Generator_ColumnPropNameInTable="Decyzja1KtoColumn" type="xs:int" minOccurs="0" />
2128              <xs:element name="Expr1" msprop:Generator_UserColumnName="Expr1" msprop:Generator_ColumnPropNameInRow="Expr1" msprop:Generator_ColumnVarNameInTable="columnExpr1" msprop:Generator_ColumnPropNameInTable="Expr1Column" minOccurs="0">
2129                <xs:simpleType>
2130                  <xs:restriction base="xs:string">
2131                    <xs:maxLength value="64" />
2132                  </xs:restriction>
2133                </xs:simpleType>
2134              </xs:element>
2135              <xs:element name="Expr2" msprop:Generator_UserColumnName="Expr2" msprop:Generator_ColumnPropNameInRow="Expr2" msprop:Generator_ColumnVarNameInTable="columnExpr2" msprop:Generator_ColumnPropNameInTable="Expr2Column" minOccurs="0">
2136                <xs:simpleType>
2137                  <xs:restriction base="xs:string">
2138                    <xs:maxLength value="64" />
2139                  </xs:restriction>
2140                </xs:simpleType>
2141              </xs:element>
2142              <xs:element name="Decyzja1Data" msprop:Generator_UserColumnName="Decyzja1Data" msprop:Generator_ColumnPropNameInRow="Decyzja1Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja1Data" msprop:Generator_ColumnPropNameInTable="Decyzja1DataColumn" type="xs:dateTime" minOccurs="0" />
2143              <xs:element name="Decyzja2" msprop:Generator_UserColumnName="Decyzja2" msprop:Generator_ColumnPropNameInRow="Decyzja2" msprop:Generator_ColumnVarNameInTable="columnDecyzja2" msprop:Generator_ColumnPropNameInTable="Decyzja2Column" type="xs:short" minOccurs="0" />
2144              <xs:element name="Expr3" msprop:Generator_UserColumnName="Expr3" msprop:Generator_ColumnPropNameInRow="Expr3" msprop:Generator_ColumnVarNameInTable="columnExpr3" msprop:Generator_ColumnPropNameInTable="Expr3Column" minOccurs="0">
2145                <xs:simpleType>
2146                  <xs:restriction base="xs:string">
2147                    <xs:maxLength value="50" />
2148                  </xs:restriction>
2149                </xs:simpleType>
2150              </xs:element>
2151              <xs:element name="Decyzja2Kto" msprop:Generator_UserColumnName="Decyzja2Kto" msprop:Generator_ColumnPropNameInRow="Decyzja2Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Kto" msprop:Generator_ColumnPropNameInTable="Decyzja2KtoColumn" type="xs:int" minOccurs="0" />
2152              <xs:element name="Expr4" msprop:Generator_UserColumnName="Expr4" msprop:Generator_ColumnPropNameInRow="Expr4" msprop:Generator_ColumnVarNameInTable="columnExpr4" msprop:Generator_ColumnPropNameInTable="Expr4Column" minOccurs="0">
2153                <xs:simpleType>
2154                  <xs:restriction base="xs:string">
2155                    <xs:maxLength value="64" />
2156                  </xs:restriction>
2157                </xs:simpleType>
2158              </xs:element>
2159              <xs:element name="Expr5" msprop:Generator_UserColumnName="Expr5" msprop:Generator_ColumnPropNameInRow="Expr5" msprop:Generator_ColumnVarNameInTable="columnExpr5" msprop:Generator_ColumnPropNameInTable="Expr5Column" minOccurs="0">
2160                <xs:simpleType>
2161                  <xs:restriction base="xs:string">
2162                    <xs:maxLength value="64" />
2163                  </xs:restriction>
2164                </xs:simpleType>
2165              </xs:element>
2166              <xs:element name="Decyzja2Data" msprop:Generator_UserColumnName="Decyzja2Data" msprop:Generator_ColumnPropNameInRow="Decyzja2Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja2Data" msprop:Generator_ColumnPropNameInTable="Decyzja2DataColumn" type="xs:dateTime" minOccurs="0" />
2167              <xs:element name="Decyzja3" msprop:Generator_UserColumnName="Decyzja3" msprop:Generator_ColumnPropNameInRow="Decyzja3" msprop:Generator_ColumnVarNameInTable="columnDecyzja3" msprop:Generator_ColumnPropNameInTable="Decyzja3Column" type="xs:short" minOccurs="0" />
2168              <xs:element name="Expr6" msprop:Generator_UserColumnName="Expr6" msprop:Generator_ColumnPropNameInRow="Expr6" msprop:Generator_ColumnVarNameInTable="columnExpr6" msprop:Generator_ColumnPropNameInTable="Expr6Column" minOccurs="0">
2169                <xs:simpleType>
2170                  <xs:restriction base="xs:string">
2171                    <xs:maxLength value="50" />
2172                  </xs:restriction>
2173                </xs:simpleType>
2174              </xs:element>
2175              <xs:element name="Decyzja3Kto" msprop:Generator_UserColumnName="Decyzja3Kto" msprop:Generator_ColumnPropNameInRow="Decyzja3Kto" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Kto" msprop:Generator_ColumnPropNameInTable="Decyzja3KtoColumn" type="xs:int" minOccurs="0" />
2176              <xs:element name="Expr7" msprop:Generator_UserColumnName="Expr7" msprop:Generator_ColumnPropNameInRow="Expr7" msprop:Generator_ColumnVarNameInTable="columnExpr7" msprop:Generator_ColumnPropNameInTable="Expr7Column" minOccurs="0">
2177                <xs:simpleType>
2178                  <xs:restriction base="xs:string">
2179                    <xs:maxLength value="64" />
2180                  </xs:restriction>
2181                </xs:simpleType>
2182              </xs:element>
2183              <xs:element name="Expr8" msprop:Generator_UserColumnName="Expr8" msprop:Generator_ColumnPropNameInRow="Expr8" msprop:Generator_ColumnVarNameInTable="columnExpr8" msprop:Generator_ColumnPropNameInTable="Expr8Column" minOccurs="0">
2184                <xs:simpleType>
2185                  <xs:restriction base="xs:string">
2186                    <xs:maxLength value="64" />
2187                  </xs:restriction>
2188                </xs:simpleType>
2189              </xs:element>
2190              <xs:element name="Decyzja3Data" msprop:Generator_UserColumnName="Decyzja3Data" msprop:Generator_ColumnPropNameInRow="Decyzja3Data" msprop:Generator_ColumnVarNameInTable="columnDecyzja3Data" msprop:Generator_ColumnPropNameInTable="Decyzja3DataColumn" type="xs:dateTime" minOccurs="0" />
2191            </xs:sequence>
2192          </xs:complexType>
2193        </xs:element>
2194      </xs:choice>
2195    </xs:complexType>
2196    <xs:unique name="DecyzjeKey1">
2197      <xs:selector xpath=".//mstns:Decyzje" />
2198      <xs:field xpath="mstns:IDE" />
2199    </xs:unique>
2200    <xs:unique name="DyrFinansowiKey1">
2201      <xs:selector xpath=".//mstns:DyrFinansowi" />
2202      <xs:field xpath="mstns:IDE" />
2203    </xs:unique>
2204    <xs:unique name="DyrNaczelniKey1">
2205      <xs:selector xpath=".//mstns:DyrNaczelni" />
2206      <xs:field xpath="mstns:IDE" />
2207    </xs:unique>
2208    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
2209      <xs:selector xpath=".//mstns:Dzialy" />
2210      <xs:field xpath="mstns:IDE" />
2211    </xs:unique>
2212    <xs:unique name="FiltryKey1">
2213      <xs:selector xpath=".//mstns:Filtry" />
2214      <xs:field xpath="mstns:IDE" />
2215    </xs:unique>
2216    <xs:unique name="GlowniKsiegowiKey1">
2217      <xs:selector xpath=".//mstns:GlowniKsiegowi" />
2218      <xs:field xpath="mstns:IDE" />
2219    </xs:unique>
2220    <xs:unique name="GrupyRoboczeKey1">
2221      <xs:selector xpath=".//mstns:GrupyRobocze" />
2222      <xs:field xpath="mstns:IDE" />
2223    </xs:unique>
2224    <xs:unique name="KategorieKey1">
2225      <xs:selector xpath=".//mstns:Kategorie" />
2226      <xs:field xpath="mstns:IDE" />
2227    </xs:unique>
2228    <xs:unique name="KierownicyKey1">
2229      <xs:selector xpath=".//mstns:Kierownicy" />
2230      <xs:field xpath="mstns:IDE" />
2231    </xs:unique>
2232    <xs:unique name="LogoKey1">
2233      <xs:selector xpath=".//mstns:Logo" />
2234      <xs:field xpath="mstns:IDE" />
2235    </xs:unique>
2236    <xs:unique name="LogsKey1">
2237      <xs:selector xpath=".//mstns:Logs" />
2238      <xs:field xpath="mstns:IDE" />
2239    </xs:unique>
2240    <xs:unique name="OrderByKey1">
2241      <xs:selector xpath=".//mstns:OrderBy" />
2242      <xs:field xpath="mstns:IDE" />
2243    </xs:unique>
2244    <xs:unique name="PrawaKey1">
2245      <xs:selector xpath=".//mstns:Prawa" />
2246      <xs:field xpath="mstns:IDE" />
2247    </xs:unique>
2248    <xs:unique name="PrawaDefinicjeKey1">
2249      <xs:selector xpath=".//mstns:PrawaDefinicje" />
2250      <xs:field xpath="mstns:IDE" />
2251    </xs:unique>
2252    <xs:unique name="UsersKey1" msdata:PrimaryKey="true">
2253      <xs:selector xpath=".//mstns:Users" />
2254      <xs:field xpath="mstns:IDE" />
2255    </xs:unique>
2256    <xs:unique name="UsersDzialyKey1">
2257      <xs:selector xpath=".//mstns:UsersDzialy" />
2258      <xs:field xpath="mstns:IDEUser" />
2259    </xs:unique>
2260    <xs:unique name="UsersDzialy_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2261      <xs:selector xpath=".//mstns:UsersDzialy" />
2262      <xs:field xpath="mstns:IDEUser" />
2263      <xs:field xpath="mstns:IDEDzial" />
2264    </xs:unique>
2265    <xs:unique name="WersjeKey1">
2266      <xs:selector xpath=".//mstns:Wersje" />
2267      <xs:field xpath="mstns:IDE" />
2268    </xs:unique>
2269    <xs:unique name="Wiadomosci_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2270      <xs:selector xpath=".//mstns:Wiadomosci" />
2271      <xs:field xpath="mstns:IDE" />
2272    </xs:unique>
2273    <xs:unique name="WiadomosciInfoKey1">
2274      <xs:selector xpath=".//mstns:WiadomosciInfo" />
2275      <xs:field xpath="mstns:IDE" />
2276    </xs:unique>
2277    <xs:unique name="Zamowienia_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2278      <xs:selector xpath=".//mstns:Zamowienia" />
2279      <xs:field xpath="mstns:IDE" />
2280    </xs:unique>
2281    <xs:unique name="Zamowienia_DeletedKey1">
2282      <xs:selector xpath=".//mstns:Zamowienia_Deleted" />
2283      <xs:field xpath="mstns:IDE" />
2284    </xs:unique>
2285    <xs:unique name="Faktury_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2286      <xs:selector xpath=".//mstns:Faktury" />
2287      <xs:field xpath="mstns:IDE" />
2288    </xs:unique>
2289    <xs:unique name="view_Zamowienia_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2290      <xs:selector xpath=".//mstns:view_Zamowienia" />
2291      <xs:field xpath="mstns:IDE" />
2292    </xs:unique>
2293    <xs:unique name="Realizacje_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2294      <xs:selector xpath=".//mstns:Realizacje" />
2295      <xs:field xpath="mstns:IDE" />
2296    </xs:unique>
2297    <xs:unique name="wydrukZamowienia_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
2298      <xs:selector xpath=".//mstns:wydrukZamowienia" />
2299      <xs:field xpath="mstns:IDE" />
2300    </xs:unique>
2301  </xs:element>
2302  <xs:annotation>
2303    <xs:appinfo>
2304      <msdata:Relationship name="FK_Wiadomosci_Zamowienia" msdata:parent="Zamowienia" msdata:child="Wiadomosci" msdata:parentkey="IDE" msdata:childkey="IDEZam" msprop:Generator_UserRelationName="FK_Wiadomosci_Zamowienia" msprop:Generator_RelationVarName="relationFK_Wiadomosci_Zamowienia" msprop:Generator_UserChildTable="Wiadomosci" msprop:Generator_UserParentTable="Zamowienia" msprop:Generator_ParentPropName="ZamowieniaRow" msprop:Generator_ChildPropName="GetWiadomosciRows" />
2305      <msdata:Relationship name="Faktury_Zamowienia" msdata:parent="Zamowienia" msdata:child="Faktury" msdata:parentkey="IDE" msdata:childkey="IDEZam" msprop:Generator_UserRelationName="Faktury_Zamowienia" msprop:Generator_RelationVarName="relationFaktury_Zamowienia" msprop:Generator_UserChildTable="Faktury" msprop:Generator_UserParentTable="Zamowienia" msprop:Generator_ParentPropName="ZamowieniaRow" msprop:Generator_ChildPropName="GetFakturyRows" />
2306    </xs:appinfo>
2307  </xs:annotation>
2308</xs:schema>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.