MS
This commit is contained in:
parent
6c661e5c84
commit
62a3cc3eb8
3
.vs/ProjectSettings.json
Normal file
3
.vs/ProjectSettings.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"CurrentProjectSetting": null
|
||||
}
|
||||
BIN
.vs/SchaumKommi/v15/.suo
Normal file
BIN
.vs/SchaumKommi/v15/.suo
Normal file
Binary file not shown.
6
.vs/VSWorkspaceState.json
Normal file
6
.vs/VSWorkspaceState.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
BIN
.vs/slnx.sqlite
Normal file
BIN
.vs/slnx.sqlite
Normal file
Binary file not shown.
Binary file not shown.
@ -158,6 +158,12 @@
|
||||
<Compile Include="frmAbschluss.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmAdressChange.Designer.vb">
|
||||
<DependentUpon>frmAdressChange.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="frmAdressChange.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="frmConnection.Designer.vb">
|
||||
<DependentUpon>frmConnection.vb</DependentUpon>
|
||||
</Compile>
|
||||
@ -226,6 +232,9 @@
|
||||
<EmbeddedResource Include="frmAbschluss.resx">
|
||||
<DependentUpon>frmAbschluss.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmAdressChange.resx">
|
||||
<DependentUpon>frmAdressChange.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="frmConnection.resx">
|
||||
<DependentUpon>frmConnection.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@ -354,6 +363,9 @@
|
||||
<ItemGroup>
|
||||
<None Include="Resources\printer_16xMD.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Resources\ChangeQueryType_InsertResults_272.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
@ -120,6 +120,16 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property ChangeQueryType_InsertResults_272() As System.Drawing.Bitmap
|
||||
Get
|
||||
Dim obj As Object = ResourceManager.GetObject("ChangeQueryType_InsertResults_272", resourceCulture)
|
||||
Return CType(obj,System.Drawing.Bitmap)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
'''</summary>
|
||||
|
||||
@ -124,30 +124,33 @@
|
||||
<data name="lightning" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lightning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="printer_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\printer_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chart_organisation_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chart_organisation_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="A_1" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\A_1.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="delete2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\delete2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="BarCodeHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BarCodeHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="chart_organisation_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chart_organisation_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="lightning_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lightning_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="save" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\save.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_go" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_go.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="action_add_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\action_add_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
@ -160,25 +163,25 @@
|
||||
<data name="action_Cancel_16xLG" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\action_Cancel_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="bullet_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bullet_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="database_lightning" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\database_lightning.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="cancel" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\cancel.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="bullet_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\bullet_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="package_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\package_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="lightning_delete" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\lightning_delete.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="chart_organisation_add" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\chart_organisation_add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="BarCodeHS" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\BarCodeHS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="delete2" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\delete2.ico;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="printer_16xMD" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\printer_16xMD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<data name="ChangeQueryType_InsertResults_272" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\ChangeQueryType_InsertResults_272.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
@ -94,7 +94,7 @@ Namespace My
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute(""), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("Standard"), _
|
||||
Global.System.Configuration.SettingsManageabilityAttribute(Global.System.Configuration.SettingsManageability.Roaming)> _
|
||||
Public Property Default_Terminart() As String
|
||||
Get
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="Default_Terminart" Roaming="true" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
<Value Profile="(Default)">Standard</Value>
|
||||
</Setting>
|
||||
<Setting Name="ConfigConnStringMercator" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd</Value>
|
||||
|
||||
10
SchaumKommiCollo/KommiCollo/MyDataset.Designer.vb
generated
10
SchaumKommiCollo/KommiCollo/MyDataset.Designer.vb
generated
@ -11345,18 +11345,21 @@ Namespace MyDatasetTableAdapters
|
||||
", EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_PLZ_STR, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLD"& _
|
||||
"ATUM, SDG_GEWICHT, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" SDG_STELLPLAETZE, SDG_FRANKATUR, N"& _
|
||||
"VE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ER"& _
|
||||
"G, GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWHUP_REPORT1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (FERTIG = @FERTIG)"
|
||||
"G, GUID"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWHUP_REPORT1"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (FERTIG = @FERTIG) AND UEBE"& _
|
||||
"RTRAGEN = @UEBERTRAGEN"
|
||||
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
||||
Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@FERTIG", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "FERTIG", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@UEBERTRAGEN", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "UEBERTRAGEN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"), _
|
||||
Global.System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter"), _
|
||||
Global.System.ComponentModel.DataObjectMethodAttribute(Global.System.ComponentModel.DataObjectMethodType.Fill, true)> _
|
||||
Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWHUP_REPORT1DataTable, ByVal FERTIG As Boolean) As Integer
|
||||
Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWHUP_REPORT1DataTable, ByVal FERTIG As Boolean, ByVal UEBERTRAGEN As Boolean) As Integer
|
||||
Me.Adapter.SelectCommand = Me.CommandCollection(0)
|
||||
Me.Adapter.SelectCommand.Parameters(0).Value = CType(FERTIG,Boolean)
|
||||
Me.Adapter.SelectCommand.Parameters(1).Value = CType(UEBERTRAGEN,Boolean)
|
||||
If (Me.ClearBeforeFill = true) Then
|
||||
dataTable.Clear
|
||||
End If
|
||||
@ -11368,9 +11371,10 @@ Namespace MyDatasetTableAdapters
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0"), _
|
||||
Global.System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter"), _
|
||||
Global.System.ComponentModel.DataObjectMethodAttribute(Global.System.ComponentModel.DataObjectMethodType.[Select], true)> _
|
||||
Public Overloads Overridable Function GetData(ByVal FERTIG As Boolean) As MyDataset.VWHUP_REPORT1DataTable
|
||||
Public Overloads Overridable Function GetData(ByVal FERTIG As Boolean, ByVal UEBERTRAGEN As Boolean) As MyDataset.VWHUP_REPORT1DataTable
|
||||
Me.Adapter.SelectCommand = Me.CommandCollection(0)
|
||||
Me.Adapter.SelectCommand.Parameters(0).Value = CType(FERTIG,Boolean)
|
||||
Me.Adapter.SelectCommand.Parameters(1).Value = CType(UEBERTRAGEN,Boolean)
|
||||
Dim dataTable As MyDataset.VWHUP_REPORT1DataTable = New MyDataset.VWHUP_REPORT1DataTable()
|
||||
Me.Adapter.Fill(dataTable)
|
||||
Return dataTable
|
||||
|
||||
@ -958,15 +958,16 @@ WHERE (TBKOMMCOLLI_HINWEIS.SENDUNGNR = @Sendung)</CommandText>
|
||||
</TableAdapter>
|
||||
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="VWHUP_REPORT1TableAdapter" GeneratorDataComponentClassName="VWHUP_REPORT1TableAdapter" Name="VWHUP_REPORT1" UserDataComponentName="VWHUP_REPORT1TableAdapter">
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="SCHAUM_IIDConnectionString (MySettings)" DbObjectName="SCHAUM_IID.dbo.VWHUP_REPORT1" 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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DbSource ConnectionRef="SCHAUM_IIDConnectionString (MySettings)" DbObjectName="SCHAUM_IID.dbo.VWHUP_REPORT1" 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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT LAD1, LAD_STRASSE, LAD_LKZ_PLZ_ORT, FERTIG, SENDUNGNR, SDG_REFERENZ, EMP, EMP_ZUSATZ, EMP_STRASSE, EMP_PLZ_STR, EMP_LKZ, EMP_ORT, EMP_OTEIL, ABHOLDATUM, SDG_GEWICHT,
|
||||
SDG_STELLPLAETZE, SDG_FRANKATUR, NVE, POSINHALT, POS_GEWICHT, PACKSTUECKANZAHL, HINW_CODE, HINW_TEXT, HINW_TEXT_ERG, GUID
|
||||
FROM VWHUP_REPORT1
|
||||
WHERE (FERTIG = @FERTIG)</CommandText>
|
||||
WHERE (FERTIG = @FERTIG) AND UEBERTRAGEN = @UEBERTRAGEN</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="FERTIG" ColumnName="FERTIG" DataSourceName="SCHAUM_IID.dbo.VWHUP_REPORT1" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@FERTIG" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="FERTIG" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="UEBERTRAGEN" ColumnName="UEBERTRAGEN" DataSourceName="SCHAUM_IID.dbo.VWHUP_REPORT1" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@UEBERTRAGEN" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="UEBERTRAGEN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="-47" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="48" ViewPortY="-39" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TBKOMMCOLLI_MANDANT" ZOrder="15" X="42" Y="-21" Height="324" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="233" />
|
||||
<Shape ID="DesignTable:TBWH_MANDANT" ZOrder="14" X="432" Y="31" Height="134" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="83" />
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 226 B |
@ -6,8 +6,11 @@
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="KommiCollo.My.MySettings.SCHAUM_IIDConnectionString" connectionString="Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
<add name="KommiCollo.My.MySettings.CP2DDConnectionString" connectionString="Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
<add name="KommiCollo.My.MySettings.SCHAUM_IIDConnectionString"
|
||||
connectionString="Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="KommiCollo.My.MySettings.CP2DDConnectionString" connectionString="Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
@ -35,10 +38,10 @@
|
||||
<value>Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
<setting name="Default_Mandant" serializeAs="String">
|
||||
<value/>
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="Default_Terminart" serializeAs="String">
|
||||
<value/>
|
||||
<value>Standard</value>
|
||||
</setting>
|
||||
<setting name="ConfigConnStringMercator" serializeAs="String">
|
||||
<value>Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd</value>
|
||||
|
||||
Binary file not shown.
@ -6,8 +6,11 @@
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<connectionStrings>
|
||||
<add name="KommiCollo.My.MySettings.SCHAUM_IIDConnectionString" connectionString="Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
<add name="KommiCollo.My.MySettings.CP2DDConnectionString" connectionString="Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd" providerName="System.Data.SqlClient"/>
|
||||
<add name="KommiCollo.My.MySettings.SCHAUM_IIDConnectionString"
|
||||
connectionString="Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
<add name="KommiCollo.My.MySettings.CP2DDConnectionString" connectionString="Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd"
|
||||
providerName="System.Data.SqlClient" />
|
||||
</connectionStrings>
|
||||
<system.diagnostics>
|
||||
<sources>
|
||||
@ -35,10 +38,10 @@
|
||||
<value>Data Source=172.24.12.41\schaum;Initial Catalog=SCHAUM_IID;Persist Security Info=True;User ID=sa;Password=dd</value>
|
||||
</setting>
|
||||
<setting name="Default_Mandant" serializeAs="String">
|
||||
<value/>
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="Default_Terminart" serializeAs="String">
|
||||
<value/>
|
||||
<value>Standard</value>
|
||||
</setting>
|
||||
<setting name="ConfigConnStringMercator" serializeAs="String">
|
||||
<value>Data Source=192.168.13.101;Initial Catalog=CP2DD;User ID=sa;Password=dd</value>
|
||||
|
||||
Binary file not shown.
@ -52,6 +52,11 @@ KommiCollo
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.ChangeQueryType_InsertResults_272">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.chart_organisation_add">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
|
||||
427
SchaumKommiCollo/KommiCollo/frmAbschluss.Designer.vb
generated
427
SchaumKommiCollo/KommiCollo/frmAbschluss.Designer.vb
generated
@ -25,34 +25,30 @@ Partial Class frmAbschluss
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.tsbtcheck_all = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tsbtde_check_all = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.VWAbschlussDataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.Auswahl = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbMandant = New System.Windows.Forms.ComboBox()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.DSMercator = New KommiCollo.DSMercator()
|
||||
Me.VKKOPFBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VKKOPFTableAdapter = New KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter()
|
||||
Me.TableAdapterManager1 = New KommiCollo.DSMercatorTableAdapters.TableAdapterManager()
|
||||
Me.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker()
|
||||
Me.VWHUP_REPORT1DataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.GUID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewCheckBoxColumn3 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn26 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn27 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.VWHUP_REPORT1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.VWAbschlussBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.cmbMandant = New System.Windows.Forms.ComboBox()
|
||||
Me.btndelete = New System.Windows.Forms.Button()
|
||||
Me.btnAbschluss = New System.Windows.Forms.Button()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.VWHUP_REPORT1DataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.VWHUP_REPORT1BindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DSMercator = New KommiCollo.DSMercator()
|
||||
Me.VKKOPFBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.VKKOPFTableAdapter = New KommiCollo.DSMercatorTableAdapters.VKKOPFTableAdapter()
|
||||
Me.TableAdapterManager1 = New KommiCollo.DSMercatorTableAdapters.TableAdapterManager()
|
||||
Me.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker()
|
||||
Me.VWAbschlussTableAdapter = New KommiCollo.MyDatasetTableAdapters.VWKOMMCOLLI_ABSCHLUSS_PAKETTableAdapter()
|
||||
Me.TableAdapterManager = New KommiCollo.MyDatasetTableAdapters.TableAdapterManager()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@ -64,20 +60,24 @@ Partial Class frmAbschluss
|
||||
Me.TBKOMMCOLLI_PAKET_POS_LSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBKOMMCOLLI_PAKET_POS_LSTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POS_LSTableAdapter()
|
||||
Me.VWHUP_REPORT1TableAdapter = New KommiCollo.MyDatasetTableAdapters.VWHUP_REPORT1TableAdapter()
|
||||
Me.btndelete = New System.Windows.Forms.Button()
|
||||
Me.btnAbschluss = New System.Windows.Forms.Button()
|
||||
Me.tsbtcheck_all = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tsbtde_check_all = New System.Windows.Forms.ToolStripButton()
|
||||
Me.DataGridViewCheckBoxColumn3 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
||||
Me.GUID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn26 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn27 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
CType(Me.VWAbschlussDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWHUP_REPORT1DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@ -94,6 +94,24 @@ Partial Class frmAbschluss
|
||||
Me.ToolStrip1.TabIndex = 0
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'tsbtcheck_all
|
||||
'
|
||||
Me.tsbtcheck_all.Image = Global.KommiCollo.My.Resources.Resources.chart_organisation_add
|
||||
Me.tsbtcheck_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.tsbtcheck_all.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsbtcheck_all.Name = "tsbtcheck_all"
|
||||
Me.tsbtcheck_all.Size = New System.Drawing.Size(114, 22)
|
||||
Me.tsbtcheck_all.Text = "Alle Auswählen"
|
||||
'
|
||||
'tsbtde_check_all
|
||||
'
|
||||
Me.tsbtde_check_all.Image = Global.KommiCollo.My.Resources.Resources.chart_organisation_delete
|
||||
Me.tsbtde_check_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.tsbtde_check_all.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsbtde_check_all.Name = "tsbtde_check_all"
|
||||
Me.tsbtde_check_all.Size = New System.Drawing.Size(111, 22)
|
||||
Me.tsbtde_check_all.Text = "Alle entwählen"
|
||||
'
|
||||
'ToolStripSeparator1
|
||||
'
|
||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||
@ -121,152 +139,6 @@ Partial Class frmAbschluss
|
||||
Me.Auswahl.Name = "Auswahl"
|
||||
Me.Auswahl.Width = 60
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Controls.Add(Me.cmbMandant)
|
||||
Me.Panel1.Controls.Add(Me.btndelete)
|
||||
Me.Panel1.Controls.Add(Me.btnAbschluss)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(154, 748)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(107, 17)
|
||||
Me.Label1.TabIndex = 3
|
||||
Me.Label1.Text = "Mandant wählen:"
|
||||
'
|
||||
'cmbMandant
|
||||
'
|
||||
Me.cmbMandant.FormattingEnabled = True
|
||||
Me.cmbMandant.Location = New System.Drawing.Point(6, 33)
|
||||
Me.cmbMandant.Name = "cmbMandant"
|
||||
Me.cmbMandant.Size = New System.Drawing.Size(141, 25)
|
||||
Me.cmbMandant.TabIndex = 2
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.VWHUP_REPORT1DataGridView)
|
||||
Me.Panel2.Controls.Add(Me.VWAbschlussDataGridView)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel2.Location = New System.Drawing.Point(154, 25)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(960, 748)
|
||||
Me.Panel2.TabIndex = 3
|
||||
'
|
||||
'DSMercator
|
||||
'
|
||||
Me.DSMercator.DataSetName = "DSMercator"
|
||||
Me.DSMercator.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'VKKOPFBindingSource
|
||||
'
|
||||
Me.VKKOPFBindingSource.DataMember = "VKKOPF"
|
||||
Me.VKKOPFBindingSource.DataSource = Me.DSMercator
|
||||
'
|
||||
'VKKOPFTableAdapter
|
||||
'
|
||||
Me.VKKOPFTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TableAdapterManager1
|
||||
'
|
||||
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager1.UpdateOrder = KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
Me.TableAdapterManager1.VKKOPFTableAdapter = Me.VKKOPFTableAdapter
|
||||
'
|
||||
'bw_Tagesabschluss
|
||||
'
|
||||
'
|
||||
'VWHUP_REPORT1DataGridView
|
||||
'
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToAddRows = False
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.VWHUP_REPORT1DataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.VWHUP_REPORT1DataGridView.AutoGenerateColumns = False
|
||||
Me.VWHUP_REPORT1DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.VWHUP_REPORT1DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewCheckBoxColumn3, Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn19})
|
||||
Me.VWHUP_REPORT1DataGridView.DataSource = Me.VWHUP_REPORT1BindingSource
|
||||
Me.VWHUP_REPORT1DataGridView.Location = New System.Drawing.Point(40, 130)
|
||||
Me.VWHUP_REPORT1DataGridView.Name = "VWHUP_REPORT1DataGridView"
|
||||
Me.VWHUP_REPORT1DataGridView.Size = New System.Drawing.Size(876, 220)
|
||||
Me.VWHUP_REPORT1DataGridView.TabIndex = 2
|
||||
Me.VWHUP_REPORT1DataGridView.Visible = False
|
||||
'
|
||||
'GUID
|
||||
'
|
||||
Me.GUID.DataPropertyName = "GUID"
|
||||
Me.GUID.HeaderText = "Sendung-Nr"
|
||||
Me.GUID.Name = "GUID"
|
||||
'
|
||||
'DataGridViewCheckBoxColumn3
|
||||
'
|
||||
Me.DataGridViewCheckBoxColumn3.DataPropertyName = "Selected"
|
||||
Me.DataGridViewCheckBoxColumn3.HeaderText = "Auswahl"
|
||||
Me.DataGridViewCheckBoxColumn3.Name = "DataGridViewCheckBoxColumn3"
|
||||
Me.DataGridViewCheckBoxColumn3.Width = 50
|
||||
'
|
||||
'DataGridViewTextBoxColumn26
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn26.DataPropertyName = "SDG_REFERENZ"
|
||||
Me.DataGridViewTextBoxColumn26.HeaderText = "Referenz"
|
||||
Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26"
|
||||
Me.DataGridViewTextBoxColumn26.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn8
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn8.DataPropertyName = "EMP"
|
||||
Me.DataGridViewTextBoxColumn8.HeaderText = "Empfänger"
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn8.Width = 200
|
||||
'
|
||||
'DataGridViewTextBoxColumn9
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn9.DataPropertyName = "EMP_ZUSATZ"
|
||||
Me.DataGridViewTextBoxColumn9.HeaderText = "Zusatz"
|
||||
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
||||
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn10
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn10.DataPropertyName = "EMP_STRASSE"
|
||||
Me.DataGridViewTextBoxColumn10.HeaderText = "Strasse"
|
||||
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
||||
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn27
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn27.DataPropertyName = "EMP_PLZ_STR"
|
||||
Me.DataGridViewTextBoxColumn27.HeaderText = "PLZ Ort"
|
||||
Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27"
|
||||
Me.DataGridViewTextBoxColumn27.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn27.Width = 300
|
||||
'
|
||||
'DataGridViewTextBoxColumn19
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn19.DataPropertyName = "POSINHALT"
|
||||
Me.DataGridViewTextBoxColumn19.HeaderText = "Inhalt"
|
||||
Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19"
|
||||
Me.DataGridViewTextBoxColumn19.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn19.Width = 250
|
||||
'
|
||||
'VWHUP_REPORT1BindingSource
|
||||
'
|
||||
Me.VWHUP_REPORT1BindingSource.DataMember = "VWHUP_REPORT1"
|
||||
Me.VWHUP_REPORT1BindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
@ -300,6 +172,119 @@ Partial Class frmAbschluss
|
||||
Me.VWAbschlussBindingSource.DataMember = "VWKOMMCOLLI_ABSCHLUSS_PAKET"
|
||||
Me.VWAbschlussBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Controls.Add(Me.cmbMandant)
|
||||
Me.Panel1.Controls.Add(Me.btndelete)
|
||||
Me.Panel1.Controls.Add(Me.btnAbschluss)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(154, 748)
|
||||
Me.Panel1.TabIndex = 2
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(107, 17)
|
||||
Me.Label1.TabIndex = 3
|
||||
Me.Label1.Text = "Mandant wählen:"
|
||||
'
|
||||
'cmbMandant
|
||||
'
|
||||
Me.cmbMandant.FormattingEnabled = True
|
||||
Me.cmbMandant.Location = New System.Drawing.Point(6, 33)
|
||||
Me.cmbMandant.Name = "cmbMandant"
|
||||
Me.cmbMandant.Size = New System.Drawing.Size(141, 25)
|
||||
Me.cmbMandant.TabIndex = 2
|
||||
'
|
||||
'btndelete
|
||||
'
|
||||
Me.btndelete.Enabled = False
|
||||
Me.btndelete.Image = Global.KommiCollo.My.Resources.Resources.delete2
|
||||
Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndelete.Location = New System.Drawing.Point(7, 153)
|
||||
Me.btndelete.Name = "btndelete"
|
||||
Me.btndelete.Size = New System.Drawing.Size(141, 63)
|
||||
Me.btndelete.TabIndex = 1
|
||||
Me.btndelete.Text = "Einheit löschen"
|
||||
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndelete.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnAbschluss
|
||||
'
|
||||
Me.btnAbschluss.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnAbschluss.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAbschluss.Location = New System.Drawing.Point(7, 84)
|
||||
Me.btnAbschluss.Name = "btnAbschluss"
|
||||
Me.btnAbschluss.Size = New System.Drawing.Size(141, 63)
|
||||
Me.btnAbschluss.TabIndex = 0
|
||||
Me.btnAbschluss.Text = "Abschluss durchführen"
|
||||
Me.btnAbschluss.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAbschluss.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.VWHUP_REPORT1DataGridView)
|
||||
Me.Panel2.Controls.Add(Me.VWAbschlussDataGridView)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel2.Location = New System.Drawing.Point(154, 25)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(960, 748)
|
||||
Me.Panel2.TabIndex = 3
|
||||
'
|
||||
'VWHUP_REPORT1DataGridView
|
||||
'
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToAddRows = False
|
||||
Me.VWHUP_REPORT1DataGridView.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.VWHUP_REPORT1DataGridView.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
Me.VWHUP_REPORT1DataGridView.AutoGenerateColumns = False
|
||||
Me.VWHUP_REPORT1DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.VWHUP_REPORT1DataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewCheckBoxColumn3, Me.GUID, Me.DataGridViewTextBoxColumn26, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn27, Me.DataGridViewTextBoxColumn19})
|
||||
Me.VWHUP_REPORT1DataGridView.DataSource = Me.VWHUP_REPORT1BindingSource
|
||||
Me.VWHUP_REPORT1DataGridView.Location = New System.Drawing.Point(40, 130)
|
||||
Me.VWHUP_REPORT1DataGridView.Name = "VWHUP_REPORT1DataGridView"
|
||||
Me.VWHUP_REPORT1DataGridView.Size = New System.Drawing.Size(876, 220)
|
||||
Me.VWHUP_REPORT1DataGridView.TabIndex = 2
|
||||
Me.VWHUP_REPORT1DataGridView.Visible = False
|
||||
'
|
||||
'VWHUP_REPORT1BindingSource
|
||||
'
|
||||
Me.VWHUP_REPORT1BindingSource.DataMember = "VWHUP_REPORT1"
|
||||
Me.VWHUP_REPORT1BindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'DSMercator
|
||||
'
|
||||
Me.DSMercator.DataSetName = "DSMercator"
|
||||
Me.DSMercator.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'VKKOPFBindingSource
|
||||
'
|
||||
Me.VKKOPFBindingSource.DataMember = "VKKOPF"
|
||||
Me.VKKOPFBindingSource.DataSource = Me.DSMercator
|
||||
'
|
||||
'VKKOPFTableAdapter
|
||||
'
|
||||
Me.VKKOPFTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TableAdapterManager1
|
||||
'
|
||||
Me.TableAdapterManager1.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager1.UpdateOrder = KommiCollo.DSMercatorTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
Me.TableAdapterManager1.VKKOPFTableAdapter = Me.VKKOPFTableAdapter
|
||||
'
|
||||
'bw_Tagesabschluss
|
||||
'
|
||||
'
|
||||
'VWAbschlussTableAdapter
|
||||
'
|
||||
Me.VWAbschlussTableAdapter.ClearBeforeFill = True
|
||||
@ -355,49 +340,63 @@ Partial Class frmAbschluss
|
||||
'
|
||||
Me.VWHUP_REPORT1TableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'btndelete
|
||||
'DataGridViewCheckBoxColumn3
|
||||
'
|
||||
Me.btndelete.Enabled = False
|
||||
Me.btndelete.Image = Global.KommiCollo.My.Resources.Resources.delete2
|
||||
Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndelete.Location = New System.Drawing.Point(7, 153)
|
||||
Me.btndelete.Name = "btndelete"
|
||||
Me.btndelete.Size = New System.Drawing.Size(141, 63)
|
||||
Me.btndelete.TabIndex = 1
|
||||
Me.btndelete.Text = "Einheit löschen"
|
||||
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndelete.UseVisualStyleBackColor = True
|
||||
Me.DataGridViewCheckBoxColumn3.DataPropertyName = "Selected"
|
||||
Me.DataGridViewCheckBoxColumn3.HeaderText = "löschen"
|
||||
Me.DataGridViewCheckBoxColumn3.Name = "DataGridViewCheckBoxColumn3"
|
||||
Me.DataGridViewCheckBoxColumn3.Width = 50
|
||||
'
|
||||
'btnAbschluss
|
||||
'GUID
|
||||
'
|
||||
Me.btnAbschluss.Enabled = False
|
||||
Me.btnAbschluss.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnAbschluss.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAbschluss.Location = New System.Drawing.Point(7, 84)
|
||||
Me.btnAbschluss.Name = "btnAbschluss"
|
||||
Me.btnAbschluss.Size = New System.Drawing.Size(141, 63)
|
||||
Me.btnAbschluss.TabIndex = 0
|
||||
Me.btnAbschluss.Text = "Abschluss durchführen"
|
||||
Me.btnAbschluss.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAbschluss.UseVisualStyleBackColor = True
|
||||
Me.GUID.DataPropertyName = "GUID"
|
||||
Me.GUID.HeaderText = "Sendung-Nr"
|
||||
Me.GUID.Name = "GUID"
|
||||
'
|
||||
'tsbtcheck_all
|
||||
'DataGridViewTextBoxColumn26
|
||||
'
|
||||
Me.tsbtcheck_all.Image = Global.KommiCollo.My.Resources.Resources.chart_organisation_add
|
||||
Me.tsbtcheck_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.tsbtcheck_all.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsbtcheck_all.Name = "tsbtcheck_all"
|
||||
Me.tsbtcheck_all.Size = New System.Drawing.Size(114, 22)
|
||||
Me.tsbtcheck_all.Text = "Alle Auswählen"
|
||||
Me.DataGridViewTextBoxColumn26.DataPropertyName = "SDG_REFERENZ"
|
||||
Me.DataGridViewTextBoxColumn26.HeaderText = "Referenz"
|
||||
Me.DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26"
|
||||
Me.DataGridViewTextBoxColumn26.ReadOnly = True
|
||||
'
|
||||
'tsbtde_check_all
|
||||
'DataGridViewTextBoxColumn8
|
||||
'
|
||||
Me.tsbtde_check_all.Image = Global.KommiCollo.My.Resources.Resources.chart_organisation_delete
|
||||
Me.tsbtde_check_all.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.tsbtde_check_all.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.tsbtde_check_all.Name = "tsbtde_check_all"
|
||||
Me.tsbtde_check_all.Size = New System.Drawing.Size(111, 22)
|
||||
Me.tsbtde_check_all.Text = "Alle entwählen"
|
||||
Me.DataGridViewTextBoxColumn8.DataPropertyName = "EMP"
|
||||
Me.DataGridViewTextBoxColumn8.HeaderText = "Empfänger"
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn8.Width = 200
|
||||
'
|
||||
'DataGridViewTextBoxColumn9
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn9.DataPropertyName = "EMP_ZUSATZ"
|
||||
Me.DataGridViewTextBoxColumn9.HeaderText = "Zusatz"
|
||||
Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"
|
||||
Me.DataGridViewTextBoxColumn9.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn10
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn10.DataPropertyName = "EMP_STRASSE"
|
||||
Me.DataGridViewTextBoxColumn10.HeaderText = "Strasse"
|
||||
Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"
|
||||
Me.DataGridViewTextBoxColumn10.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn27
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn27.DataPropertyName = "EMP_PLZ_STR"
|
||||
Me.DataGridViewTextBoxColumn27.HeaderText = "PLZ Ort"
|
||||
Me.DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27"
|
||||
Me.DataGridViewTextBoxColumn27.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn27.Width = 300
|
||||
'
|
||||
'DataGridViewTextBoxColumn19
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn19.DataPropertyName = "POSINHALT"
|
||||
Me.DataGridViewTextBoxColumn19.HeaderText = "Inhalt"
|
||||
Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19"
|
||||
Me.DataGridViewTextBoxColumn19.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn19.Width = 250
|
||||
'
|
||||
'frmAbschluss
|
||||
'
|
||||
@ -415,15 +414,15 @@ Partial Class frmAbschluss
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
CType(Me.VWAbschlussDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWHUP_REPORT1DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VWAbschlussBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DSMercator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.VKKOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
|
||||
@ -180,17 +180,33 @@
|
||||
End Try
|
||||
End Function
|
||||
Private Sub tsbtcheck_all_Click(sender As System.Object, e As System.EventArgs) Handles tsbtcheck_all.Click
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Auswahl") = True
|
||||
Next
|
||||
If cmbMandant.Text = "GLS" Then
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Auswahl") = True
|
||||
Next
|
||||
Else
|
||||
Dim DT As DataTable = MyDataset.VWHUP_REPORT1
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Selected") = True
|
||||
Next
|
||||
End If
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub tsbtde_check_all_Click(sender As System.Object, e As System.EventArgs) Handles tsbtde_check_all.Click
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Auswahl") = False
|
||||
Next
|
||||
If cmbMandant.Text = "GLS" Then
|
||||
Dim DT As DataTable = MyDataset.VWKOMMCOLLI_ABSCHLUSS_PAKET
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Auswahl") = False
|
||||
Next
|
||||
Else
|
||||
Dim DT As DataTable = MyDataset.VWHUP_REPORT1
|
||||
For Each DR As DataRow In DT.Rows
|
||||
DR.Item("Selected") = False
|
||||
Next
|
||||
End If
|
||||
|
||||
End Sub
|
||||
Sub Load_Pakete(vMandant As String)
|
||||
|
||||
@ -305,6 +321,7 @@
|
||||
Private Sub bw_Tagesabschluss_RunWorkerCompleted(sender As Object, e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles bw_Tagesabschluss.RunWorkerCompleted
|
||||
If e.Result = True Then
|
||||
MsgBox("Abschluss erfolgreich ausgeführt.", MsgBoxStyle.Information, "Tagesabschluss")
|
||||
Load_Sendungen()
|
||||
Else
|
||||
MsgBox("Fehler bei Abschluss, bitte Log prüfen.")
|
||||
End If
|
||||
@ -313,7 +330,7 @@
|
||||
Private Sub Load_Sendungen()
|
||||
Try
|
||||
Me.VWHUP_REPORT1TableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True)
|
||||
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True, False)
|
||||
Catch ex As System.Exception
|
||||
MsgBox("Fehler bei Load_Sendungen: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
171
SchaumKommiCollo/KommiCollo/frmAdressChange.Designer.vb
generated
Normal file
171
SchaumKommiCollo/KommiCollo/frmAdressChange.Designer.vb
generated
Normal file
@ -0,0 +1,171 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmAdressChange
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Windows Form-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.txtName1 = New System.Windows.Forms.TextBox()
|
||||
Me.txtName2 = New System.Windows.Forms.TextBox()
|
||||
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
||||
Me.txtPLZ = New System.Windows.Forms.TextBox()
|
||||
Me.txtOrt = New System.Windows.Forms.TextBox()
|
||||
Me.btnsave = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(48, 16)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Name1"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(12, 43)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(48, 16)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "Name2"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(14, 79)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(46, 16)
|
||||
Me.Label3.TabIndex = 2
|
||||
Me.Label3.Text = "Straße"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(14, 113)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(28, 16)
|
||||
Me.Label4.TabIndex = 3
|
||||
Me.Label4.Text = "PLZ"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(16, 148)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(26, 16)
|
||||
Me.Label5.TabIndex = 4
|
||||
Me.Label5.Text = "Ort"
|
||||
'
|
||||
'txtName1
|
||||
'
|
||||
Me.txtName1.Location = New System.Drawing.Point(93, 6)
|
||||
Me.txtName1.Name = "txtName1"
|
||||
Me.txtName1.Size = New System.Drawing.Size(309, 23)
|
||||
Me.txtName1.TabIndex = 5
|
||||
'
|
||||
'txtName2
|
||||
'
|
||||
Me.txtName2.Location = New System.Drawing.Point(93, 43)
|
||||
Me.txtName2.Name = "txtName2"
|
||||
Me.txtName2.Size = New System.Drawing.Size(309, 23)
|
||||
Me.txtName2.TabIndex = 6
|
||||
'
|
||||
'txtStrasse
|
||||
'
|
||||
Me.txtStrasse.Location = New System.Drawing.Point(93, 76)
|
||||
Me.txtStrasse.Name = "txtStrasse"
|
||||
Me.txtStrasse.Size = New System.Drawing.Size(309, 23)
|
||||
Me.txtStrasse.TabIndex = 7
|
||||
'
|
||||
'txtPLZ
|
||||
'
|
||||
Me.txtPLZ.Location = New System.Drawing.Point(93, 110)
|
||||
Me.txtPLZ.Name = "txtPLZ"
|
||||
Me.txtPLZ.Size = New System.Drawing.Size(213, 23)
|
||||
Me.txtPLZ.TabIndex = 8
|
||||
'
|
||||
'txtOrt
|
||||
'
|
||||
Me.txtOrt.Location = New System.Drawing.Point(93, 145)
|
||||
Me.txtOrt.Name = "txtOrt"
|
||||
Me.txtOrt.Size = New System.Drawing.Size(309, 23)
|
||||
Me.txtOrt.TabIndex = 9
|
||||
'
|
||||
'btnsave
|
||||
'
|
||||
Me.btnsave.Image = Global.KommiCollo.My.Resources.Resources.save
|
||||
Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnsave.Location = New System.Drawing.Point(15, 181)
|
||||
Me.btnsave.Name = "btnsave"
|
||||
Me.btnsave.Size = New System.Drawing.Size(387, 34)
|
||||
Me.btnsave.TabIndex = 10
|
||||
Me.btnsave.Text = "Speichern und Schliessen"
|
||||
Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnsave.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAdressChange
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(414, 230)
|
||||
Me.Controls.Add(Me.btnsave)
|
||||
Me.Controls.Add(Me.txtOrt)
|
||||
Me.Controls.Add(Me.txtPLZ)
|
||||
Me.Controls.Add(Me.txtStrasse)
|
||||
Me.Controls.Add(Me.txtName2)
|
||||
Me.Controls.Add(Me.txtName1)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmAdressChange"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Adress-Änderung"
|
||||
Me.TopMost = True
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents Label2 As Label
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents Label4 As Label
|
||||
Friend WithEvents Label5 As Label
|
||||
Friend WithEvents txtName1 As TextBox
|
||||
Friend WithEvents txtName2 As TextBox
|
||||
Friend WithEvents txtStrasse As TextBox
|
||||
Friend WithEvents txtPLZ As TextBox
|
||||
Friend WithEvents txtOrt As TextBox
|
||||
Friend WithEvents btnsave As Button
|
||||
End Class
|
||||
120
SchaumKommiCollo/KommiCollo/frmAdressChange.resx
Normal file
120
SchaumKommiCollo/KommiCollo/frmAdressChange.resx
Normal file
@ -0,0 +1,120 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
46
SchaumKommiCollo/KommiCollo/frmAdressChange.vb
Normal file
46
SchaumKommiCollo/KommiCollo/frmAdressChange.vb
Normal file
@ -0,0 +1,46 @@
|
||||
Public Class frmAdressChange
|
||||
Private Sub btnsave_Click(sender As Object, e As EventArgs) Handles btnsave.Click
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET NAME1 = '{0}', NAME2 = '{1}', STRASSE = '{2}', PLZ = '{3}', ORT = '{4}' WHERE GUID = {5}",
|
||||
txtName1.Text, txtName1.Text, txtStrasse.Text, txtPLZ.Text, txtOrt.Text, CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
Me.Close()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmAdressChange_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
Dim sel = "select * from TBKOMMCOLLI_SENDUNGEN WHERE GUID = " & CURRENT_SENDUNG
|
||||
Dim DT As DataTable = ClassDatabase.Return_Datatable(sel)
|
||||
If Not IsNothing(DT) Then
|
||||
If DT.Rows.Count = 1 Then
|
||||
Try
|
||||
txtName1.Text = DT.Rows(0).Item("NAME1")
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Try
|
||||
txtName2.Text = DT.Rows(0).Item("NAME2")
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Try
|
||||
txtStrasse.Text = DT.Rows(0).Item("STRASSE")
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Try
|
||||
txtPLZ.Text = DT.Rows(0).Item("PLZ")
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Try
|
||||
txtOrt.Text = DT.Rows(0).Item("ORT")
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
|
||||
|
||||
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
615
SchaumKommiCollo/KommiCollo/frmMain.Designer.vb
generated
615
SchaumKommiCollo/KommiCollo/frmMain.Designer.vb
generated
@ -80,7 +80,26 @@ Partial Class frmMain
|
||||
Me.btnAddPaket = New System.Windows.Forms.Button()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.pnlHuP = New System.Windows.Forms.Panel()
|
||||
Me.btnPrintOptions = New System.Windows.Forms.Button()
|
||||
Me.TabControl2 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.GridControlPos = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.grvwGridPos = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPOSINHALT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colGEWICHT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||
Me.GridControlLHM = New DevExpress.XtraGrid.GridControl()
|
||||
Me.GridViewLHM = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.btnChangeAdress = New System.Windows.Forms.Button()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.txtFreitext = New System.Windows.Forms.TextBox()
|
||||
Me.btnFreitext = New System.Windows.Forms.Button()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||
@ -91,16 +110,10 @@ Partial Class frmMain
|
||||
Me.cmbTextschlüssel = New System.Windows.Forms.ComboBox()
|
||||
Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.GridControlPos = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.grvwGridPos = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPOSINHALT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colGEWICHT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.btnPrintOptions = New System.Windows.Forms.Button()
|
||||
Me.btnnewPallet = New System.Windows.Forms.Button()
|
||||
Me.lblLieferscheine = New System.Windows.Forms.Label()
|
||||
Me.btnPalfertig = New System.Windows.Forms.Button()
|
||||
Me.btndeletePos = New System.Windows.Forms.Button()
|
||||
Me.btndeletePosLHM = New System.Windows.Forms.Button()
|
||||
Me.cmbLHM = New System.Windows.Forms.ComboBox()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.btnSendungFertig = New System.Windows.Forms.Button()
|
||||
@ -129,12 +142,20 @@ Partial Class frmMain
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.Panel2.SuspendLayout()
|
||||
Me.pnlHuP.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.TBKOMMCOLLI_HINWEISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabControl2.SuspendLayout()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabPage4.SuspendLayout()
|
||||
CType(Me.GridControlLHM, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridViewLHM, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
CType(Me.TBKOMMCOLLI_HINWEISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'PAKET_IDLabel
|
||||
@ -389,7 +410,7 @@ Partial Class frmMain
|
||||
Me.pnlAddBarcodes.Controls.Add(Me.Label2)
|
||||
Me.pnlAddBarcodes.Controls.Add(PAKET_IDLabel)
|
||||
Me.pnlAddBarcodes.Controls.Add(Me.PAKET_IDTextBox)
|
||||
Me.pnlAddBarcodes.Location = New System.Drawing.Point(198, 17)
|
||||
Me.pnlAddBarcodes.Location = New System.Drawing.Point(99, 16)
|
||||
Me.pnlAddBarcodes.Name = "pnlAddBarcodes"
|
||||
Me.pnlAddBarcodes.Size = New System.Drawing.Size(755, 345)
|
||||
Me.pnlAddBarcodes.TabIndex = 4
|
||||
@ -521,7 +542,7 @@ Partial Class frmMain
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsinfolabel})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 810)
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 711)
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(1209, 22)
|
||||
Me.StatusStrip1.TabIndex = 5
|
||||
@ -540,7 +561,7 @@ Partial Class frmMain
|
||||
Me.pnlError.Controls.Add(Me.picbxError)
|
||||
Me.pnlError.Controls.Add(Me.txtError)
|
||||
Me.pnlError.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.pnlError.Location = New System.Drawing.Point(0, 702)
|
||||
Me.pnlError.Location = New System.Drawing.Point(0, 603)
|
||||
Me.pnlError.Name = "pnlError"
|
||||
Me.pnlError.Size = New System.Drawing.Size(1209, 108)
|
||||
Me.pnlError.TabIndex = 6
|
||||
@ -560,7 +581,7 @@ Partial Class frmMain
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 54)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(135, 648)
|
||||
Me.Panel1.Size = New System.Drawing.Size(135, 549)
|
||||
Me.Panel1.TabIndex = 7
|
||||
'
|
||||
'Button1
|
||||
@ -580,7 +601,7 @@ Partial Class frmMain
|
||||
'
|
||||
Me.txtPaketID.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtPaketID.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtPaketID.Location = New System.Drawing.Point(12, 557)
|
||||
Me.txtPaketID.Location = New System.Drawing.Point(12, 458)
|
||||
Me.txtPaketID.Name = "txtPaketID"
|
||||
Me.txtPaketID.Size = New System.Drawing.Size(112, 25)
|
||||
Me.txtPaketID.TabIndex = 3
|
||||
@ -590,7 +611,7 @@ Partial Class frmMain
|
||||
Me.btndeletePaket.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btndeletePaket.Image = Global.KommiCollo.My.Resources.Resources.package_delete
|
||||
Me.btndeletePaket.ImageAlign = System.Drawing.ContentAlignment.TopLeft
|
||||
Me.btndeletePaket.Location = New System.Drawing.Point(12, 592)
|
||||
Me.btndeletePaket.Location = New System.Drawing.Point(12, 493)
|
||||
Me.btndeletePaket.Name = "btndeletePaket"
|
||||
Me.btndeletePaket.Size = New System.Drawing.Size(112, 50)
|
||||
Me.btndeletePaket.TabIndex = 2
|
||||
@ -606,7 +627,7 @@ Partial Class frmMain
|
||||
Me.btnAbschlussPakete.Name = "btnAbschlussPakete"
|
||||
Me.btnAbschlussPakete.Size = New System.Drawing.Size(112, 72)
|
||||
Me.btnAbschlussPakete.TabIndex = 1
|
||||
Me.btnAbschlussPakete.Text = "Pakete abschliessen"
|
||||
Me.btnAbschlussPakete.Text = "Einheiten abschliessen"
|
||||
Me.btnAbschlussPakete.TextAlign = System.Drawing.ContentAlignment.BottomLeft
|
||||
Me.btnAbschlussPakete.UseVisualStyleBackColor = True
|
||||
'
|
||||
@ -626,162 +647,68 @@ Partial Class frmMain
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.Controls.Add(Me.pnlHuP)
|
||||
Me.Panel2.Controls.Add(Me.pnlAddBarcodes)
|
||||
Me.Panel2.Controls.Add(Me.pnlPaketadd)
|
||||
Me.Panel2.Controls.Add(Me.pnlAddBarcodes)
|
||||
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.Panel2.Location = New System.Drawing.Point(135, 54)
|
||||
Me.Panel2.Name = "Panel2"
|
||||
Me.Panel2.Size = New System.Drawing.Size(1074, 648)
|
||||
Me.Panel2.Size = New System.Drawing.Size(1074, 549)
|
||||
Me.Panel2.TabIndex = 8
|
||||
'
|
||||
'pnlHuP
|
||||
'
|
||||
Me.pnlHuP.Controls.Add(Me.TabControl2)
|
||||
Me.pnlHuP.Controls.Add(Me.btnChangeAdress)
|
||||
Me.pnlHuP.Controls.Add(Me.TabControl1)
|
||||
Me.pnlHuP.Controls.Add(Me.btnPrintOptions)
|
||||
Me.pnlHuP.Controls.Add(Me.GroupBox1)
|
||||
Me.pnlHuP.Controls.Add(Me.GridControlPos)
|
||||
Me.pnlHuP.Controls.Add(Me.btnnewPallet)
|
||||
Me.pnlHuP.Controls.Add(Me.lblLieferscheine)
|
||||
Me.pnlHuP.Controls.Add(Me.btnPalfertig)
|
||||
Me.pnlHuP.Controls.Add(Me.btndeletePos)
|
||||
Me.pnlHuP.Controls.Add(Me.btndeletePosLHM)
|
||||
Me.pnlHuP.Controls.Add(Me.cmbLHM)
|
||||
Me.pnlHuP.Controls.Add(Label5)
|
||||
Me.pnlHuP.Controls.Add(Me.Label6)
|
||||
Me.pnlHuP.Controls.Add(Me.btnSendungFertig)
|
||||
Me.pnlHuP.Controls.Add(Me.txtScanHUP)
|
||||
Me.pnlHuP.Controls.Add(Me.Label9)
|
||||
Me.pnlHuP.Location = New System.Drawing.Point(27, 20)
|
||||
Me.pnlHuP.Location = New System.Drawing.Point(25, 3)
|
||||
Me.pnlHuP.Name = "pnlHuP"
|
||||
Me.pnlHuP.Size = New System.Drawing.Size(896, 643)
|
||||
Me.pnlHuP.Size = New System.Drawing.Size(1049, 553)
|
||||
Me.pnlHuP.TabIndex = 14
|
||||
Me.pnlHuP.Visible = False
|
||||
'
|
||||
'btnPrintOptions
|
||||
'TabControl2
|
||||
'
|
||||
Me.btnPrintOptions.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnPrintOptions.Image = Global.KommiCollo.My.Resources.Resources.BarCodeHS
|
||||
Me.btnPrintOptions.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnPrintOptions.Location = New System.Drawing.Point(362, 306)
|
||||
Me.btnPrintOptions.Name = "btnPrintOptions"
|
||||
Me.btnPrintOptions.Size = New System.Drawing.Size(158, 39)
|
||||
Me.btnPrintOptions.TabIndex = 5
|
||||
Me.btnPrintOptions.Text = "Druck-Optionen"
|
||||
Me.btnPrintOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnPrintOptions.UseVisualStyleBackColor = True
|
||||
Me.btnPrintOptions.Visible = False
|
||||
Me.TabControl2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.TabControl2.Controls.Add(Me.TabPage3)
|
||||
Me.TabControl2.Controls.Add(Me.TabPage4)
|
||||
Me.TabControl2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.TabControl2.Location = New System.Drawing.Point(19, 120)
|
||||
Me.TabControl2.Name = "TabControl2"
|
||||
Me.TabControl2.SelectedIndex = 0
|
||||
Me.TabControl2.Size = New System.Drawing.Size(929, 141)
|
||||
Me.TabControl2.TabIndex = 30
|
||||
'
|
||||
'GroupBox1
|
||||
'TabPage3
|
||||
'
|
||||
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.GroupBox1.Controls.Add(Me.Button2)
|
||||
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
||||
Me.GroupBox1.Controls.Add(Me.btnAddTextschlüssel)
|
||||
Me.GroupBox1.Controls.Add(Me.Label8)
|
||||
Me.GroupBox1.Controls.Add(Me.txtHinweistext)
|
||||
Me.GroupBox1.Controls.Add(Me.cmbTextschlüssel)
|
||||
Me.GroupBox1.Controls.Add(Me.Label7)
|
||||
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(19, 345)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(860, 233)
|
||||
Me.GroupBox1.TabIndex = 27
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Textinformationen:"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Button2.Image = Global.KommiCollo.My.Resources.Resources.delete
|
||||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button2.Location = New System.Drawing.Point(554, 151)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(79, 23)
|
||||
Me.Button2.TabIndex = 29
|
||||
Me.Button2.Text = "löschen"
|
||||
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.DataSource = Me.TBKOMMCOLLI_HINWEISBindingSource
|
||||
Me.ListBox1.DisplayMember = "BEZEICHNUNG"
|
||||
Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.ItemHeight = 17
|
||||
Me.ListBox1.Location = New System.Drawing.Point(11, 151)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(533, 72)
|
||||
Me.ListBox1.TabIndex = 3
|
||||
Me.ListBox1.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_HINWEISBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_HINWEISBindingSource.DataMember = "TBKOMMCOLLI_HINWEIS"
|
||||
Me.TBKOMMCOLLI_HINWEISBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'btnAddTextschlüssel
|
||||
'
|
||||
Me.btnAddTextschlüssel.Image = Global.KommiCollo.My.Resources.Resources.action_add_16xMD
|
||||
Me.btnAddTextschlüssel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAddTextschlüssel.Location = New System.Drawing.Point(554, 105)
|
||||
Me.btnAddTextschlüssel.Name = "btnAddTextschlüssel"
|
||||
Me.btnAddTextschlüssel.Size = New System.Drawing.Size(171, 29)
|
||||
Me.btnAddTextschlüssel.TabIndex = 2
|
||||
Me.btnAddTextschlüssel.Text = "Text hinzufügen"
|
||||
Me.btnAddTextschlüssel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAddTextschlüssel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(7, 25)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(163, 21)
|
||||
Me.Label8.TabIndex = 23
|
||||
Me.Label8.Text = "Auswahl Textschlüssel:"
|
||||
'
|
||||
'txtHinweistext
|
||||
'
|
||||
Me.txtHinweistext.Location = New System.Drawing.Point(11, 105)
|
||||
Me.txtHinweistext.Name = "txtHinweistext"
|
||||
Me.txtHinweistext.Size = New System.Drawing.Size(533, 29)
|
||||
Me.txtHinweistext.TabIndex = 1
|
||||
'
|
||||
'cmbTextschlüssel
|
||||
'
|
||||
Me.cmbTextschlüssel.DataSource = Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource
|
||||
Me.cmbTextschlüssel.DisplayMember = "BEZEICHNUNG"
|
||||
Me.cmbTextschlüssel.FormattingEnabled = True
|
||||
Me.cmbTextschlüssel.Location = New System.Drawing.Point(11, 49)
|
||||
Me.cmbTextschlüssel.Name = "cmbTextschlüssel"
|
||||
Me.cmbTextschlüssel.Size = New System.Drawing.Size(533, 29)
|
||||
Me.cmbTextschlüssel.TabIndex = 0
|
||||
Me.cmbTextschlüssel.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_TEXTSCHLUESSELBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataMember = "TBKOMMCOLLI_TEXTSCHLUESSEL"
|
||||
Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(6, 81)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(116, 21)
|
||||
Me.Label7.TabIndex = 25
|
||||
Me.Label7.Text = "Textergänzung:"
|
||||
Me.TabPage3.Controls.Add(Me.GridControlPos)
|
||||
Me.TabPage3.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage3.Name = "TabPage3"
|
||||
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage3.Size = New System.Drawing.Size(921, 111)
|
||||
Me.TabPage3.TabIndex = 0
|
||||
Me.TabPage3.Text = "Übersicht Lieferscheine"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GridControlPos
|
||||
'
|
||||
Me.GridControlPos.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.GridControlPos.DataSource = Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource
|
||||
Me.GridControlPos.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControlPos.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GridControlPos.Location = New System.Drawing.Point(19, 152)
|
||||
Me.GridControlPos.Location = New System.Drawing.Point(3, 3)
|
||||
Me.GridControlPos.MainView = Me.grvwGridPos
|
||||
Me.GridControlPos.Name = "GridControlPos"
|
||||
Me.GridControlPos.Size = New System.Drawing.Size(748, 146)
|
||||
Me.GridControlPos.Size = New System.Drawing.Size(915, 105)
|
||||
Me.GridControlPos.TabIndex = 2
|
||||
Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos})
|
||||
'
|
||||
@ -834,54 +761,298 @@ Partial Class frmMain
|
||||
Me.colGEWICHT.VisibleIndex = 2
|
||||
Me.colGEWICHT.Width = 165
|
||||
'
|
||||
'TabPage4
|
||||
'
|
||||
Me.TabPage4.Controls.Add(Me.GridControlLHM)
|
||||
Me.TabPage4.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage4.Name = "TabPage4"
|
||||
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage4.Size = New System.Drawing.Size(921, 111)
|
||||
Me.TabPage4.TabIndex = 1
|
||||
Me.TabPage4.Text = "LHM-Übersicht"
|
||||
Me.TabPage4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GridControlLHM
|
||||
'
|
||||
Me.GridControlLHM.DataSource = Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource
|
||||
Me.GridControlLHM.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridControlLHM.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GridControlLHM.Location = New System.Drawing.Point(3, 3)
|
||||
Me.GridControlLHM.MainView = Me.GridViewLHM
|
||||
Me.GridControlLHM.Name = "GridControlLHM"
|
||||
Me.GridControlLHM.Size = New System.Drawing.Size(915, 105)
|
||||
Me.GridControlLHM.TabIndex = 3
|
||||
Me.GridControlLHM.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewLHM})
|
||||
'
|
||||
'GridViewLHM
|
||||
'
|
||||
Me.GridViewLHM.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan
|
||||
Me.GridViewLHM.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.GridViewLHM.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn1, Me.GridColumn2, Me.GridColumn3})
|
||||
Me.GridViewLHM.GridControl = Me.GridControlLHM
|
||||
Me.GridViewLHM.Name = "GridViewLHM"
|
||||
Me.GridViewLHM.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.GridViewLHM.OptionsView.ShowGroupExpandCollapseButtons = False
|
||||
Me.GridViewLHM.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'GridColumn1
|
||||
'
|
||||
Me.GridColumn1.Caption = "ID"
|
||||
Me.GridColumn1.FieldName = "GUID"
|
||||
Me.GridColumn1.Name = "GridColumn1"
|
||||
Me.GridColumn1.OptionsColumn.AllowEdit = False
|
||||
Me.GridColumn1.Visible = True
|
||||
Me.GridColumn1.VisibleIndex = 0
|
||||
Me.GridColumn1.Width = 61
|
||||
'
|
||||
'GridColumn2
|
||||
'
|
||||
Me.GridColumn2.Caption = "Positionsinhalt"
|
||||
Me.GridColumn2.FieldName = "POSINHALT"
|
||||
Me.GridColumn2.Name = "GridColumn2"
|
||||
Me.GridColumn2.OptionsColumn.AllowEdit = False
|
||||
Me.GridColumn2.Visible = True
|
||||
Me.GridColumn2.VisibleIndex = 1
|
||||
Me.GridColumn2.Width = 504
|
||||
'
|
||||
'GridColumn3
|
||||
'
|
||||
Me.GridColumn3.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
||||
Me.GridColumn3.AppearanceCell.Options.UseBackColor = True
|
||||
Me.GridColumn3.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
|
||||
Me.GridColumn3.AppearanceHeader.Options.UseBackColor = True
|
||||
Me.GridColumn3.Caption = "Gewicht"
|
||||
Me.GridColumn3.FieldName = "GEWICHT"
|
||||
Me.GridColumn3.Name = "GridColumn3"
|
||||
Me.GridColumn3.Visible = True
|
||||
Me.GridColumn3.VisibleIndex = 2
|
||||
Me.GridColumn3.Width = 165
|
||||
'
|
||||
'btnChangeAdress
|
||||
'
|
||||
Me.btnChangeAdress.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnChangeAdress.Image = Global.KommiCollo.My.Resources.Resources.ChangeQueryType_InsertResults_272
|
||||
Me.btnChangeAdress.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnChangeAdress.Location = New System.Drawing.Point(435, 261)
|
||||
Me.btnChangeAdress.Name = "btnChangeAdress"
|
||||
Me.btnChangeAdress.Size = New System.Drawing.Size(160, 39)
|
||||
Me.btnChangeAdress.TabIndex = 29
|
||||
Me.btnChangeAdress.Text = "Adresse ändern"
|
||||
Me.btnChangeAdress.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnChangeAdress.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TabControl1
|
||||
'
|
||||
Me.TabControl1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage1)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage2)
|
||||
Me.TabControl1.Location = New System.Drawing.Point(19, 306)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedIndex = 0
|
||||
Me.TabControl1.Size = New System.Drawing.Size(929, 227)
|
||||
Me.TabControl1.TabIndex = 28
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.txtFreitext)
|
||||
Me.TabPage1.Controls.Add(Me.btnFreitext)
|
||||
Me.TabPage1.Location = New System.Drawing.Point(4, 30)
|
||||
Me.TabPage1.Name = "TabPage1"
|
||||
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage1.Size = New System.Drawing.Size(921, 193)
|
||||
Me.TabPage1.TabIndex = 0
|
||||
Me.TabPage1.Text = "Freitext zu Sendung:"
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtFreitext
|
||||
'
|
||||
Me.txtFreitext.AcceptsReturn = True
|
||||
Me.txtFreitext.AcceptsTab = True
|
||||
Me.txtFreitext.Location = New System.Drawing.Point(6, 7)
|
||||
Me.txtFreitext.Multiline = True
|
||||
Me.txtFreitext.Name = "txtFreitext"
|
||||
Me.txtFreitext.Size = New System.Drawing.Size(533, 122)
|
||||
Me.txtFreitext.TabIndex = 6
|
||||
'
|
||||
'btnFreitext
|
||||
'
|
||||
Me.btnFreitext.Image = Global.KommiCollo.My.Resources.Resources.action_add_16xMD
|
||||
Me.btnFreitext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnFreitext.Location = New System.Drawing.Point(545, 7)
|
||||
Me.btnFreitext.Name = "btnFreitext"
|
||||
Me.btnFreitext.Size = New System.Drawing.Size(171, 29)
|
||||
Me.btnFreitext.TabIndex = 5
|
||||
Me.btnFreitext.Text = "Freitext hinzufügen"
|
||||
Me.btnFreitext.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnFreitext.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.GroupBox1)
|
||||
Me.TabPage2.Location = New System.Drawing.Point(4, 30)
|
||||
Me.TabPage2.Name = "TabPage2"
|
||||
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage2.Size = New System.Drawing.Size(921, 193)
|
||||
Me.TabPage2.TabIndex = 1
|
||||
Me.TabPage2.Text = "Textinfo FORTRAS"
|
||||
Me.TabPage2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.Button2)
|
||||
Me.GroupBox1.Controls.Add(Me.ListBox1)
|
||||
Me.GroupBox1.Controls.Add(Me.btnAddTextschlüssel)
|
||||
Me.GroupBox1.Controls.Add(Me.Label8)
|
||||
Me.GroupBox1.Controls.Add(Me.txtHinweistext)
|
||||
Me.GroupBox1.Controls.Add(Me.cmbTextschlüssel)
|
||||
Me.GroupBox1.Controls.Add(Me.Label7)
|
||||
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(915, 187)
|
||||
Me.GroupBox1.TabIndex = 27
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Textinformationen:"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Button2.Image = Global.KommiCollo.My.Resources.Resources.delete
|
||||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button2.Location = New System.Drawing.Point(779, 145)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(79, 23)
|
||||
Me.Button2.TabIndex = 29
|
||||
Me.Button2.Text = "löschen"
|
||||
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.DataSource = Me.TBKOMMCOLLI_HINWEISBindingSource
|
||||
Me.ListBox1.DisplayMember = "BEZEICHNUNG"
|
||||
Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.ItemHeight = 17
|
||||
Me.ListBox1.Location = New System.Drawing.Point(159, 80)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(614, 89)
|
||||
Me.ListBox1.TabIndex = 3
|
||||
Me.ListBox1.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_HINWEISBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_HINWEISBindingSource.DataMember = "TBKOMMCOLLI_HINWEIS"
|
||||
Me.TBKOMMCOLLI_HINWEISBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'btnAddTextschlüssel
|
||||
'
|
||||
Me.btnAddTextschlüssel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnAddTextschlüssel.Image = Global.KommiCollo.My.Resources.Resources.action_add_16xMD
|
||||
Me.btnAddTextschlüssel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAddTextschlüssel.Location = New System.Drawing.Point(11, 80)
|
||||
Me.btnAddTextschlüssel.Name = "btnAddTextschlüssel"
|
||||
Me.btnAddTextschlüssel.Size = New System.Drawing.Size(127, 29)
|
||||
Me.btnAddTextschlüssel.TabIndex = 2
|
||||
Me.btnAddTextschlüssel.Text = "Text hinzufügen"
|
||||
Me.btnAddTextschlüssel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnAddTextschlüssel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(7, 25)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(163, 21)
|
||||
Me.Label8.TabIndex = 23
|
||||
Me.Label8.Text = "Auswahl Textschlüssel:"
|
||||
'
|
||||
'txtHinweistext
|
||||
'
|
||||
Me.txtHinweistext.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtHinweistext.Location = New System.Drawing.Point(338, 49)
|
||||
Me.txtHinweistext.Name = "txtHinweistext"
|
||||
Me.txtHinweistext.Size = New System.Drawing.Size(533, 25)
|
||||
Me.txtHinweistext.TabIndex = 1
|
||||
'
|
||||
'cmbTextschlüssel
|
||||
'
|
||||
Me.cmbTextschlüssel.DataSource = Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource
|
||||
Me.cmbTextschlüssel.DisplayMember = "BEZEICHNUNG"
|
||||
Me.cmbTextschlüssel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cmbTextschlüssel.FormattingEnabled = True
|
||||
Me.cmbTextschlüssel.Location = New System.Drawing.Point(11, 49)
|
||||
Me.cmbTextschlüssel.Name = "cmbTextschlüssel"
|
||||
Me.cmbTextschlüssel.Size = New System.Drawing.Size(317, 25)
|
||||
Me.cmbTextschlüssel.TabIndex = 0
|
||||
Me.cmbTextschlüssel.ValueMember = "GUID"
|
||||
'
|
||||
'TBKOMMCOLLI_TEXTSCHLUESSELBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataMember = "TBKOMMCOLLI_TEXTSCHLUESSEL"
|
||||
Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(334, 25)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(116, 21)
|
||||
Me.Label7.TabIndex = 25
|
||||
Me.Label7.Text = "Textergänzung:"
|
||||
'
|
||||
'btnPrintOptions
|
||||
'
|
||||
Me.btnPrintOptions.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnPrintOptions.Image = Global.KommiCollo.My.Resources.Resources.BarCodeHS
|
||||
Me.btnPrintOptions.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnPrintOptions.Location = New System.Drawing.Point(271, 261)
|
||||
Me.btnPrintOptions.Name = "btnPrintOptions"
|
||||
Me.btnPrintOptions.Size = New System.Drawing.Size(158, 39)
|
||||
Me.btnPrintOptions.TabIndex = 5
|
||||
Me.btnPrintOptions.Text = "Druck-Optionen"
|
||||
Me.btnPrintOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnPrintOptions.UseVisualStyleBackColor = True
|
||||
Me.btnPrintOptions.Visible = False
|
||||
'
|
||||
'btnnewPallet
|
||||
'
|
||||
Me.btnnewPallet.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnnewPallet.Font = New System.Drawing.Font("Segoe UI", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnnewPallet.Image = Global.KommiCollo.My.Resources.Resources.package_add
|
||||
Me.btnnewPallet.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnnewPallet.Location = New System.Drawing.Point(551, 306)
|
||||
Me.btnnewPallet.Location = New System.Drawing.Point(482, 16)
|
||||
Me.btnnewPallet.Name = "btnnewPallet"
|
||||
Me.btnnewPallet.Size = New System.Drawing.Size(216, 39)
|
||||
Me.btnnewPallet.Size = New System.Drawing.Size(227, 34)
|
||||
Me.btnnewPallet.TabIndex = 6
|
||||
Me.btnnewPallet.Text = "Neue Palette"
|
||||
Me.btnnewPallet.Text = "Neue Palette/neues LHM"
|
||||
Me.btnnewPallet.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnnewPallet.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblLieferscheine
|
||||
'
|
||||
Me.lblLieferscheine.AutoSize = True
|
||||
Me.lblLieferscheine.Location = New System.Drawing.Point(15, 128)
|
||||
Me.lblLieferscheine.Name = "lblLieferscheine"
|
||||
Me.lblLieferscheine.Size = New System.Drawing.Size(79, 21)
|
||||
Me.lblLieferscheine.TabIndex = 20
|
||||
Me.lblLieferscheine.Text = "Übersicht:"
|
||||
'
|
||||
'btnPalfertig
|
||||
'
|
||||
Me.btnPalfertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnPalfertig.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnPalfertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnPalfertig.Location = New System.Drawing.Point(185, 306)
|
||||
Me.btnPalfertig.Location = New System.Drawing.Point(715, 16)
|
||||
Me.btnPalfertig.Name = "btnPalfertig"
|
||||
Me.btnPalfertig.Size = New System.Drawing.Size(171, 38)
|
||||
Me.btnPalfertig.Size = New System.Drawing.Size(331, 33)
|
||||
Me.btnPalfertig.TabIndex = 4
|
||||
Me.btnPalfertig.Text = "Palette fertig"
|
||||
Me.btnPalfertig.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnPalfertig.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btndeletePos
|
||||
'btndeletePosLHM
|
||||
'
|
||||
Me.btndeletePos.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btndeletePos.Image = Global.KommiCollo.My.Resources.Resources.delete2
|
||||
Me.btndeletePos.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndeletePos.Location = New System.Drawing.Point(19, 305)
|
||||
Me.btndeletePos.Name = "btndeletePos"
|
||||
Me.btndeletePos.Size = New System.Drawing.Size(160, 39)
|
||||
Me.btndeletePos.TabIndex = 3
|
||||
Me.btndeletePos.Text = "Lösche Position"
|
||||
Me.btndeletePos.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndeletePos.UseVisualStyleBackColor = True
|
||||
Me.btndeletePosLHM.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btndeletePosLHM.Image = Global.KommiCollo.My.Resources.Resources.delete2
|
||||
Me.btndeletePosLHM.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btndeletePosLHM.Location = New System.Drawing.Point(19, 261)
|
||||
Me.btndeletePosLHM.Name = "btndeletePosLHM"
|
||||
Me.btndeletePosLHM.Size = New System.Drawing.Size(246, 39)
|
||||
Me.btndeletePosLHM.TabIndex = 3
|
||||
Me.btndeletePosLHM.Text = "Lösche Position/Lieferschein"
|
||||
Me.btndeletePosLHM.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btndeletePosLHM.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cmbLHM
|
||||
'
|
||||
@ -910,7 +1081,7 @@ Partial Class frmMain
|
||||
Me.btnSendungFertig.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnSendungFertig.Image = Global.KommiCollo.My.Resources.Resources.package_go
|
||||
Me.btnSendungFertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnSendungFertig.Location = New System.Drawing.Point(663, 584)
|
||||
Me.btnSendungFertig.Location = New System.Drawing.Point(961, 484)
|
||||
Me.btnSendungFertig.Name = "btnSendungFertig"
|
||||
Me.btnSendungFertig.Size = New System.Drawing.Size(216, 45)
|
||||
Me.btnSendungFertig.TabIndex = 7
|
||||
@ -925,7 +1096,7 @@ Partial Class frmMain
|
||||
Me.txtScanHUP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtScanHUP.Location = New System.Drawing.Point(185, 61)
|
||||
Me.txtScanHUP.Name = "txtScanHUP"
|
||||
Me.txtScanHUP.Size = New System.Drawing.Size(694, 33)
|
||||
Me.txtScanHUP.Size = New System.Drawing.Size(855, 33)
|
||||
Me.txtScanHUP.TabIndex = 1
|
||||
'
|
||||
'Label9
|
||||
@ -952,53 +1123,62 @@ Partial Class frmMain
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(9!, 21!)
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1209, 832)
|
||||
Me.ClientSize = New System.Drawing.Size(1209, 733)
|
||||
Me.Controls.Add(Me.Panel2)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.pnlError)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Controls.Add(Me.MenuStrip1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 12!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"),System.Drawing.Icon)
|
||||
Me.KeyPreview = true
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.KeyPreview = True
|
||||
Me.MainMenuStrip = Me.MenuStrip1
|
||||
Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.Name = "frmMain"
|
||||
Me.Text = "Schaum - Zuordnung Colli "
|
||||
Me.MenuStrip1.ResumeLayout(false)
|
||||
Me.MenuStrip1.PerformLayout
|
||||
Me.ToolStrip1.ResumeLayout(false)
|
||||
Me.ToolStrip1.PerformLayout
|
||||
CType(Me.picbxError,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.pnlPaketadd.ResumeLayout(false)
|
||||
Me.pnlPaketadd.PerformLayout
|
||||
CType(Me.TBWH_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.MyDataset,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.pnlAddBarcodes.ResumeLayout(false)
|
||||
Me.pnlAddBarcodes.PerformLayout
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.StatusStrip1.ResumeLayout(false)
|
||||
Me.StatusStrip1.PerformLayout
|
||||
Me.pnlError.ResumeLayout(false)
|
||||
Me.pnlError.PerformLayout
|
||||
Me.Panel1.ResumeLayout(false)
|
||||
Me.Panel1.PerformLayout
|
||||
Me.Panel2.ResumeLayout(false)
|
||||
Me.pnlHuP.ResumeLayout(false)
|
||||
Me.pnlHuP.PerformLayout
|
||||
Me.GroupBox1.ResumeLayout(false)
|
||||
Me.GroupBox1.PerformLayout
|
||||
CType(Me.TBKOMMCOLLI_HINWEISBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.GridControlPos,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.grvwGridPos,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.ResumeLayout(false)
|
||||
Me.MenuStrip1.ResumeLayout(False)
|
||||
Me.MenuStrip1.PerformLayout()
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
CType(Me.picbxError, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.pnlPaketadd.ResumeLayout(False)
|
||||
Me.pnlPaketadd.PerformLayout()
|
||||
CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.pnlAddBarcodes.ResumeLayout(False)
|
||||
Me.pnlAddBarcodes.PerformLayout()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.pnlError.ResumeLayout(False)
|
||||
Me.pnlError.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.Panel2.ResumeLayout(False)
|
||||
Me.pnlHuP.ResumeLayout(False)
|
||||
Me.pnlHuP.PerformLayout()
|
||||
Me.TabControl2.ResumeLayout(False)
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage4.ResumeLayout(False)
|
||||
CType(Me.GridControlLHM, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridViewLHM, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
Me.TabPage2.ResumeLayout(False)
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
CType(Me.TBKOMMCOLLI_HINWEISBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
@ -1065,9 +1245,8 @@ End Sub
|
||||
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colPOSINHALT As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colGEWICHT As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents btndeletePos As System.Windows.Forms.Button
|
||||
Friend WithEvents btndeletePosLHM As System.Windows.Forms.Button
|
||||
Friend WithEvents btnPalfertig As System.Windows.Forms.Button
|
||||
Friend WithEvents lblLieferscheine As System.Windows.Forms.Label
|
||||
Friend WithEvents btnnewPallet As System.Windows.Forms.Button
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Label8 As System.Windows.Forms.Label
|
||||
@ -1084,4 +1263,18 @@ End Sub
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents btnPrintOptions As System.Windows.Forms.Button
|
||||
Friend WithEvents bw_Tagesabschluss As System.ComponentModel.BackgroundWorker
|
||||
Friend WithEvents TabControl1 As TabControl
|
||||
Friend WithEvents TabPage1 As TabPage
|
||||
Friend WithEvents txtFreitext As TextBox
|
||||
Friend WithEvents btnFreitext As Button
|
||||
Friend WithEvents TabPage2 As TabPage
|
||||
Friend WithEvents btnChangeAdress As Button
|
||||
Friend WithEvents TabControl2 As TabControl
|
||||
Friend WithEvents TabPage3 As TabPage
|
||||
Friend WithEvents TabPage4 As TabPage
|
||||
Friend WithEvents GridControlLHM As DevExpress.XtraGrid.GridControl
|
||||
Friend WithEvents GridViewLHM As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
End Class
|
||||
|
||||
@ -168,15 +168,15 @@
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1202, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_SDGPOSITIONENBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_HINWEISBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 134</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>638, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_SDGPOSITIONENBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_SDGPOSITIONENTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>330, 95</value>
|
||||
</metadata>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Imports System.Text
|
||||
|
||||
Public Class frmMain
|
||||
Dim aktGUID As Integer = 0
|
||||
|
||||
Dim aktMandant As String
|
||||
Dim aktLHM_SDG_ID As Integer = 0
|
||||
Dim SDG_READY As Boolean = False
|
||||
@ -15,7 +15,7 @@ Public Class frmMain
|
||||
Dim CURR_Str As String
|
||||
|
||||
Private Sub frmMain_FormClosing(sender As Object, e As FormClosingEventArgs) Handles Me.FormClosing
|
||||
If pnlHuP.Visible = True And SDG_READY = False And aktGUID <> 0 Then
|
||||
If pnlHuP.Visible = True And SDG_READY = False And CURRENT_SENDUNG <> 0 Then
|
||||
Delete_HUP()
|
||||
End If
|
||||
|
||||
@ -90,8 +90,8 @@ Public Class frmMain
|
||||
If cmbAuswMandant.SelectedValue = 0 Then
|
||||
|
||||
Else
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.Insert(aktGUID, BC)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, aktGUID)
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.Insert(CURRENT_SENDUNG, BC)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, CURRENT_SENDUNG)
|
||||
Refresh_Barcodes()
|
||||
End If
|
||||
deactivate_Error()
|
||||
@ -125,24 +125,25 @@ Public Class frmMain
|
||||
If _EDV_no <> String.Empty And _LS_no <> String.Empty Then
|
||||
Dim getMERC_SELECT = String.Format("select TOP 1 vkkopf_kunde FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_KDNR = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_name1] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFADR1 = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_name2] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFADR2 = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_strasse] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFSTR = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_land_nr] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFLAND = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_ldplz] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFPLZ = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_liefadr_ort] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFORT = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 [vkkopf_gew_netto] FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_GEWICHT = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
If MERC_KDNR Is Nothing Then
|
||||
MsgBox("Für diese Kombination aus Lieferschein und EDV-Nr konnten keine Werte aus mercator geholt werden!", MsgBoxStyle.Exclamation)
|
||||
Return False
|
||||
End If
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_name1])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFADR1 = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_name2])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFADR2 = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_strasse])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFSTR = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_land_nr])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFLAND = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_ldplz])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFPLZ = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_liefadr_ort])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_LIEFORT = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
getMERC_SELECT = String.Format("select TOP 1 LTRIM(RTRIM([vkkopf_gew_netto])) FROM VKKOPF WHERE vkkopf_kopfpos = 0 AND vkkopf_bestellnr = '{0}' and [vkkopf_eingang_nr] = '{1}'", _EDV_no, _LS_no)
|
||||
Dim MERC_GEWICHT = ClassDatabase.Execute_Scalar_CS(getMERC_SELECT, My.Settings.ConfigConnStringMercator, True)
|
||||
|
||||
If CURR_LIEFADR = "" And CURR_Ort = "" Then
|
||||
CURR_LIEFADR = MERC_LIEFADR1
|
||||
CURR_Ort = MERC_LIEFORT
|
||||
@ -155,23 +156,41 @@ Public Class frmMain
|
||||
End If
|
||||
|
||||
|
||||
Dim Upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET KUNDEN_ID = '{0}',NAME1 = '{1}',NAME2 = '{2}',STRASSE = '{3}',LKZ = '{4}',PLZ = '{5}',ORT = '{6}' WHERE GUID = {7}", MERC_KDNR, MERC_LIEFADR1, MERC_LIEFADR2, MERC_LIEFSTR, MERC_LIEFLAND, MERC_LIEFPLZ, MERC_LIEFORT, aktGUID)
|
||||
Dim Upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET KUNDEN_ID = '{0}',NAME1 = '{1}',NAME2 = '{2}',STRASSE = '{3}',LKZ = '{4}',PLZ = '{5}',ORT = '{6}' WHERE GUID = {7}", MERC_KDNR, MERC_LIEFADR1, MERC_LIEFADR2, MERC_LIEFSTR, MERC_LIEFLAND, MERC_LIEFPLZ, MERC_LIEFORT, CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(Upd, True) = True Then
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_SDG_LHM (SENDUNGNR,LHM_ID,ERSTELLTWER) VALUES ({0},{1},'{2}')", aktGUID, aktLHM_ID, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins, True) = True Then
|
||||
aktLHM_SDG_ID = ClassDatabase.Execute_Scalar("SELECT MAX(GUID) FROM TBKOMMCOLLI_SDG_LHM", True)
|
||||
If aktLHM_SDG_ID > 0 Then
|
||||
btnPalfertig.Text = "Palette (" & aktLHM_SDG_ID.ToString & ") fertig"
|
||||
MERC_GEWICHT = MERC_GEWICHT.ToString.Replace(",", ".")
|
||||
ins = String.Format("INSERT INTO TBKOMMCOLLI_SDGPOSITIONEN (SENDUNGNR,SDG_LHM_ID,GEWICHT,ERSTELLTWER,FERTIG,FERTIGWER) VALUES ({0},{1},{2},'{3}',1,'{3}')", aktGUID, aktLHM_SDG_ID, MERC_GEWICHT, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins, True) = True Then
|
||||
cmbLHM.Enabled = False
|
||||
Refresh_POS(aktGUID)
|
||||
End If
|
||||
Dim exists = String.Format("SELECT COUNT(*) FROM TBKOMMCOLLI_SDG_LHM WHERE SENDUNGNR = {0} AND FERTIG = 0", CURRENT_SENDUNG)
|
||||
Dim LHM_exists As Boolean = False
|
||||
If ClassDatabase.Execute_Scalar(exists, True) >= 1 Then
|
||||
LHM_exists = True
|
||||
End If
|
||||
If LHM_exists = False Then
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_SDG_LHM (SENDUNGNR,LHM_ID,ERSTELLTWER) VALUES ({0},{1},'{2}')", CURRENT_SENDUNG, aktLHM_ID, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins, True) = True Then
|
||||
|
||||
End If
|
||||
End If
|
||||
aktLHM_SDG_ID = ClassDatabase.Execute_Scalar("SELECT MAX(GUID) FROM TBKOMMCOLLI_SDG_LHM WHERE FERTIG = 0", True)
|
||||
If aktLHM_SDG_ID > 0 Then
|
||||
btnPalfertig.Text = "Palette (" & aktLHM_SDG_ID.ToString & ", " & cmbLHM.Text & ") fertig"
|
||||
MERC_GEWICHT = MERC_GEWICHT.ToString.Replace(",", ".")
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_SDGPOSITIONEN (SENDUNGNR,SDG_LHM_ID,GEWICHT,ERSTELLTWER) VALUES ({0},{1},{2},'{3}')", CURRENT_SENDUNG, aktLHM_SDG_ID, MERC_GEWICHT, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins, True) = True Then
|
||||
'cmbLHM.Enabled = False
|
||||
Refresh_POS(CURRENT_SENDUNG)
|
||||
End If
|
||||
End If
|
||||
|
||||
If txtFreitext.Text <> "" Then
|
||||
Upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET BEMERKUNG = '{0}' WHERE GUID = {1}", txtFreitext.Text & ", " & _LS_no, CURRENT_SENDUNG)
|
||||
|
||||
Else
|
||||
Upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET BEMERKUNG = '{0}' WHERE GUID = {1}", _LS_no, CURRENT_SENDUNG)
|
||||
End If
|
||||
If ClassDatabase.Execute_non_Query(Upd, True) = True Then
|
||||
txtFreitext.Text = ClassDatabase.Execute_Scalar("SELECT BEMERKUNG FROM TBKOMMCOLLI_SENDUNGEN WHERE GUID = " & CURRENT_SENDUNG, True)
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
End If
|
||||
|
||||
deactivate_Error()
|
||||
|
||||
@ -188,13 +207,26 @@ Public Class frmMain
|
||||
Try
|
||||
Me.TBKOMMCOLLI_SDGPOSITIONENTableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
Me.TBKOMMCOLLI_SDGPOSITIONENTableAdapter.Fill(Me.MyDataset.TBKOMMCOLLI_SDGPOSITIONEN, SDG, aktLHM_SDG_ID)
|
||||
'GridControlPos.DataSource = Nothing
|
||||
'grvwGridPos.Columns.Clear()
|
||||
'Dim sel = String.Format("SELECT T.GUID,T1.LHM, T.POSINHALT,T.GEWICHT FROM TBKOMMCOLLI_SDGPOSITIONEN T, TBKOMMCOLLI_LHM T1 WHERE T.SDG_LHM_ID = T1.GUID AND T.SENDUNGNR = {0}", SDG)
|
||||
'Dim DT As DataTable = ClassDatabase.Return_Datatable(sel, True)
|
||||
'If Not DT Is Nothing Then
|
||||
' GridControlPos.DataSource = DT
|
||||
'End If
|
||||
GridControlPos.DataSource = Nothing
|
||||
grvwGridPos.Columns.Clear()
|
||||
Dim sel = String.Format("SELECT T.GUID,T2.LHM, T.POSINHALT,T.GEWICHT FROM TBKOMMCOLLI_SDGPOSITIONEN T, TBKOMMCOLLI_SDG_LHM T1, TBKOMMCOLLI_LHM T2 WHERE T.SDG_LHM_ID = T1.GUID AND T1.LHM_ID = T2.GUID AND T.SENDUNGNR = {0}", SDG)
|
||||
Dim DT As DataTable = ClassDatabase.Return_Datatable(sel, True)
|
||||
If Not DT Is Nothing Then
|
||||
GridControlPos.DataSource = DT
|
||||
End If
|
||||
Catch ex As Exception
|
||||
ShowError("Fehler in Refresh_POS: " & vbNewLine & ex.Message)
|
||||
End Try
|
||||
End Sub
|
||||
Sub Refresh_LHM(SDG As Integer)
|
||||
Try
|
||||
GridControlLHM.DataSource = Nothing
|
||||
GridViewLHM.Columns.Clear()
|
||||
Dim sel = String.Format("SELECT T.GUID,T1.LHM, T.FERTIG,T.GEWICHT FROM TBKOMMCOLLI_SDG_LHM T, TBKOMMCOLLI_LHM T1 WHERE T.LHM_ID = T1.GUID AND T.SENDUNGNR = {0}", SDG)
|
||||
Dim DT As DataTable = ClassDatabase.Return_Datatable(sel, True)
|
||||
If Not DT Is Nothing Then
|
||||
GridControlLHM.DataSource = DT
|
||||
End If
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
@ -207,12 +239,14 @@ Public Class frmMain
|
||||
End If
|
||||
Select Case cmbAuswMandant.SelectedIndex
|
||||
Case 0
|
||||
GridControlPos.DataSource = Nothing
|
||||
aktMandant = "HUP"
|
||||
btnPalfertig.Text = "Palette/LHM fertig"
|
||||
Dim sql = String.Format("INSERT INTO TBKOMMCOLLI_SENDUNGEN (ERSTELLTWER) VALUES ('{0}')", Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(sql, True) = True Then
|
||||
AnzPaket = 0
|
||||
sql = "SELECT MAX(GUID) FROM TBKOMMCOLLI_SENDUNGEN"
|
||||
aktGUID = ClassDatabase.Execute_Scalar(sql, True)
|
||||
CURRENT_SENDUNG = ClassDatabase.Execute_Scalar(sql, True)
|
||||
pnlPaketadd.Visible = False
|
||||
pnlHuP.Visible = True
|
||||
pnlHuP.Dock = DockStyle.Fill
|
||||
@ -236,17 +270,13 @@ Public Class frmMain
|
||||
deactivate_Error()
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Insert(Me.cmbAuswMandant.SelectedValue, Environment.MachineName, Environment.UserName, txtPackstueck.Text, 0)
|
||||
AnzPaket = CInt(txtPackstueck.Text)
|
||||
aktGUID = TBKOMMCOLLI_PAKET_KOPFTableAdapter.cmdGetMaxGUID()
|
||||
CURRENT_SENDUNG = TBKOMMCOLLI_PAKET_KOPFTableAdapter.cmdGetMaxGUID()
|
||||
txtPackstueck.Text = ""
|
||||
|
||||
Me.TBKOMMCOLLI_TERMINARTTableAdapter.Fill(Me.MyDataset.TBKOMMCOLLI_TERMINART, CType(Me.cmbAuswMandant.SelectedValue, Integer))
|
||||
If aktGUID > 0 Then
|
||||
If My.Settings.Default_Terminart <> String.Empty Then
|
||||
cmbTerminart.SelectedIndex = cmbTerminart.FindStringExact(My.Settings.Default_Terminart)
|
||||
Else
|
||||
cmbTerminart.SelectedIndex = -1
|
||||
End If
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, aktGUID)
|
||||
If CURRENT_SENDUNG > 0 Then
|
||||
cmbTerminart.SelectedIndex = cmbTerminart.FindStringExact("Standard")
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, CURRENT_SENDUNG)
|
||||
pnlPaketadd.Visible = False
|
||||
pnlAddBarcodes.Visible = True
|
||||
pnlAddBarcodes.Dock = DockStyle.Fill
|
||||
@ -265,7 +295,7 @@ Public Class frmMain
|
||||
End Sub
|
||||
Sub Refresh_Barcodes()
|
||||
Try
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_POS, aktGUID)
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_POS, CURRENT_SENDUNG)
|
||||
Dim DT As DataTable = MyDataset.TBKOMMCOLLI_PAKET_POS
|
||||
Dim Count As Integer = 0
|
||||
|
||||
@ -288,7 +318,7 @@ Public Class frmMain
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.Delete(ListViewBarcodes.SelectedItems(I).Text)
|
||||
tsinfolabel.Text = "Barcode erfogreich gelöscht"
|
||||
Next
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, aktGUID)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Fill(MyDataset.TBKOMMCOLLI_PAKET_KOPF, CURRENT_SENDUNG)
|
||||
Refresh_Barcodes()
|
||||
tsinfolabel.Visible = True
|
||||
Catch ex As Exception
|
||||
@ -297,13 +327,18 @@ Public Class frmMain
|
||||
End Sub
|
||||
Private Function Delete_HUP()
|
||||
Try
|
||||
Dim del = String.Format("delete from TBKOMMCOLLI_SDGPOSITIONEN where SENDUNGNR = {0}", aktGUID)
|
||||
Dim del = String.Format("delete from TBKOMMCOLLI_SDGPOSITIONEN where SENDUNGNR = {0}", CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(del, False) = True Then
|
||||
del = String.Format("delete from TBKOMMCOLLI_SDG_LHM where SENDUNGNR = {0}", aktGUID)
|
||||
del = String.Format("delete from TBKOMMCOLLI_SDG_LHM where SENDUNGNR = {0}", CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(del, False) = True Then
|
||||
del = String.Format("delete from TBKOMMCOLLI_SENDUNGEN where GUID = {0}", aktGUID)
|
||||
del = String.Format("delete from TBKOMMCOLLI_HINWEIS where SENDUNGNR = {0}", CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(del, False) = True Then
|
||||
Return True
|
||||
del = String.Format("delete from TBKOMMCOLLI_SENDUNGEN where GUID = {0}", CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(del, False) = True Then
|
||||
Return True
|
||||
Else
|
||||
Return False
|
||||
End If
|
||||
Else
|
||||
Return False
|
||||
End If
|
||||
@ -326,13 +361,15 @@ Public Class frmMain
|
||||
Try
|
||||
If Delete_HUP() = True Then
|
||||
pnlHuP.Visible = False
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Sendung erfolgreich gelöscht - " & Now.ToString
|
||||
End If
|
||||
Catch ex As Exception
|
||||
ShowError("Fehler in Abbruch Sendung: " & vbNewLine & ex.Message)
|
||||
End Try
|
||||
Case Else
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.cmdDeleteKopfData(aktGUID)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Delete(aktGUID)
|
||||
TBKOMMCOLLI_PAKET_POSTableAdapter.cmdDeleteKopfData(CURRENT_SENDUNG)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.Delete(CURRENT_SENDUNG)
|
||||
pnlAddBarcodes.Visible = False
|
||||
pnlPaketadd.Visible = False
|
||||
End Select
|
||||
@ -375,7 +412,7 @@ Public Class frmMain
|
||||
If result = MsgBoxResult.Yes Then
|
||||
Me.TBKOMMCOLLI_PAKET_KOPFTableAdapter.cmdUpdate_Gewicht(Environment.UserName, CDbl(Me.GESAMTGEWICHTTextBox.Text), Me.PAKET_IDTextBox.Text)
|
||||
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.CmdsetFertig(Environment.UserName, cmbTerminart.SelectedValue, aktGUID)
|
||||
TBKOMMCOLLI_PAKET_KOPFTableAdapter.CmdsetFertig(Environment.UserName, cmbTerminart.SelectedValue, CURRENT_SENDUNG)
|
||||
Me.pnlAddBarcodes.Visible = False
|
||||
pnlPaketadd.Visible = False
|
||||
tsbtnabbruch.Visible = False
|
||||
@ -497,7 +534,6 @@ Public Class frmMain
|
||||
Exit Sub
|
||||
End If
|
||||
If AddBarcodeHuP(txtScanHUP.Text) = False Then
|
||||
lblLieferscheine.Text = "Übersicht Lieferscheine für LHM: " & cmbLHM.Text
|
||||
btnPrintOptions.Visible = True
|
||||
End If
|
||||
txtScanHUP.Text = ""
|
||||
@ -514,7 +550,15 @@ Public Class frmMain
|
||||
Dim guid = grvwGridPos.GetFocusedRowCellValue(grvwGridPos.Columns("GUID"))
|
||||
Dim gewicht As String = e.Value
|
||||
gewicht = gewicht.Replace(",", ".")
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDGPOSITIONEN SET GEWICHT = '{0}' WHERE GUID = {1}", gewicht, guid)
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDGPOSITIONEN SET GEWICHT = '{0}', GEAENDERTWER = '{2}' WHERE GUID = {1}", gewicht, guid, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd, True) = False Then
|
||||
|
||||
End If
|
||||
ElseIf column = "POSINHALT" Then
|
||||
Dim guid = grvwGridPos.GetFocusedRowCellValue(grvwGridPos.Columns("GUID"))
|
||||
Dim POSINHALT As String = e.Value
|
||||
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDGPOSITIONEN SET POSINHALT = '{0}', GEAENDERTWER = '{2}' WHERE GUID = {1}", POSINHALT, guid, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd, True) = False Then
|
||||
|
||||
End If
|
||||
@ -526,12 +570,14 @@ Public Class frmMain
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Sub btndeletePos_Click(sender As Object, e As EventArgs) Handles btndeletePos.Click
|
||||
Private Sub btndeletePos_Click(sender As Object, e As EventArgs) Handles btndeletePosLHM.Click
|
||||
Try
|
||||
Dim guid = grvwGridPos.GetFocusedRowCellValue(grvwGridPos.Columns("GUID"))
|
||||
Dim del = String.Format("DELETE FROM TBKOMMCOLLI_SDGPOSITIONEN WHERE GUID = {0}", guid)
|
||||
If ClassDatabase.Execute_non_Query(del) = True Then
|
||||
Refresh_POS(aktGUID)
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Position erfolgreich gelöscht - " & Now.ToString
|
||||
Refresh_POS(CURRENT_SENDUNG)
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in btndeletePos_Click:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
@ -541,14 +587,19 @@ Public Class frmMain
|
||||
Private Sub btnPalfertig_Click(sender As Object, e As EventArgs) Handles btnPalfertig.Click
|
||||
Try
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDG_LHM SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE GUID = {0}", aktLHM_SDG_ID, Environment.UserName)
|
||||
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
upd = String.Format("UPDATE TBKOMMCOLLI_SDGPOSITIONEN SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE SDG_LHM_ID = {0}", aktLHM_SDG_ID, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd) = False Then
|
||||
Exit Sub
|
||||
End If
|
||||
SDG_READY = True
|
||||
Refresh_POS(aktGUID)
|
||||
cmbLHM.Enabled = True
|
||||
Refresh_POS(CURRENT_SENDUNG)
|
||||
' cmbLHM.Enabled = True
|
||||
' cmbLHM.DroppedDown = True
|
||||
Else
|
||||
SDG_READY = False
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Palette erfolgreich fertig gekennzeichnet - " & Now.ToString
|
||||
Else
|
||||
SDG_READY = False
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in btndeletePos_Click:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
@ -556,13 +607,19 @@ Public Class frmMain
|
||||
End Sub
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles btnSendungFertig.Click
|
||||
Try
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDG_LHM SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE SENDUNGNR = {0}", aktGUID, Environment.UserName)
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDG_LHM SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE SENDUNGNR = {0}", CURRENT_SENDUNG, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE GUID = {0}", aktGUID, Environment.UserName)
|
||||
upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE GUID = {0}", CURRENT_SENDUNG, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
SDG_READY = True
|
||||
'Sendungsdruck
|
||||
CURRENT_SENDUNG = aktGUID
|
||||
CURRENT_SENDUNG = CURRENT_SENDUNG
|
||||
pnlHuP.Visible = False
|
||||
tsbtnabbruch.Visible = False
|
||||
btnAddPaket.Enabled = True
|
||||
tsinfolabel.Text = "Vorgang abgebrochen"
|
||||
tsinfolabel.Visible = True
|
||||
|
||||
frmPrintOptions.ShowDialog()
|
||||
End If
|
||||
End If
|
||||
@ -571,15 +628,33 @@ Public Class frmMain
|
||||
End Try
|
||||
End Sub
|
||||
Private Sub btnnewPallet_Click(sender As Object, e As EventArgs) Handles btnnewPallet.Click
|
||||
Dim result As MsgBoxResult = MsgBox("Sind Sie sicher, dass Sie eine neue Palette anlegen wollen?", MsgBoxStyle.YesNo, "Bitte bestätigen")
|
||||
Dim result As MsgBoxResult = MsgBox("Sind Sie sicher, dass Sie eine neue Palette mit dem ausgewählten LHM anlegen wollen?", MsgBoxStyle.YesNo, "Bitte bestätigen")
|
||||
' wenn das Profil gelöscht werden soll
|
||||
If result = MsgBoxResult.Yes Then
|
||||
Try
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDG_LHM SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE GUID = {0}", aktLHM_SDG_ID, Environment.UserName)
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SDGPOSITIONEN SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE SDG_LHM_ID = {0}", aktLHM_SDG_ID, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd) = False Then
|
||||
Exit Sub
|
||||
End If
|
||||
upd = String.Format("UPDATE TBKOMMCOLLI_SDG_LHM SET FERTIG = 1, FERTIGWER = '{1}', GEAENDERTWER = '{1}' WHERE GUID = {0}", aktLHM_SDG_ID, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
Refresh_POS(aktGUID)
|
||||
cmbLHM.Enabled = True
|
||||
cmbLHM.DroppedDown = True
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_SDG_LHM (SENDUNGNR,LHM_ID,ERSTELLTWER) VALUES ({0},{1},'{2}')", CURRENT_SENDUNG, cmbLHM.SelectedValue, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins, True) = True Then
|
||||
aktLHM_SDG_ID = ClassDatabase.Execute_Scalar("SELECT MAX(GUID) FROM TBKOMMCOLLI_SDG_LHM", True)
|
||||
If aktLHM_SDG_ID > 0 Then
|
||||
btnPalfertig.Text = "Palette (" & aktLHM_SDG_ID.ToString & ", " & cmbLHM.Text & ") fertig"
|
||||
'ins = String.Format("INSERT INTO TBKOMMCOLLI_SDGPOSITIONEN (SENDUNGNR,SDG_LHM_ID,ERSTELLTWER) VALUES ({0},{1},'{2}')", CURRENT_SENDUNG, aktLHM_SDG_ID, Environment.UserName)
|
||||
'If ClassDatabase.Execute_non_Query(ins, True) = False Then
|
||||
'cmbLHM.Enabled = False
|
||||
' Refresh_POS(CURRENT_SENDUNG)
|
||||
'End If
|
||||
End If
|
||||
Else
|
||||
MsgBox("Konnte kein neues LHM anlegen...Log prüfen!", MsgBoxStyle.Exclamation)
|
||||
End If
|
||||
Refresh_POS(CURRENT_SENDUNG)
|
||||
' cmbLHM.Enabled = True
|
||||
' cmbLHM.DroppedDown = True
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in btnnewPallet_Click:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
@ -608,10 +683,12 @@ Public Class frmMain
|
||||
Private Sub btnAddTextschlüssel_Click(sender As Object, e As EventArgs) Handles btnAddTextschlüssel.Click
|
||||
Try
|
||||
If cmbTextschlüssel.SelectedIndex <> -1 Then
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_HINWEIS (SENDUNGNR,TEXTSCHLUSSEL_ID,TEXT,ERSTELLTWER) VALUES ({0},{1},'{2}','{3}')", aktGUID, cmbTextschlüssel.SelectedValue, txtHinweistext.Text, Environment.UserName)
|
||||
Dim ins = String.Format("INSERT INTO TBKOMMCOLLI_HINWEIS (SENDUNGNR,TEXTSCHLUSSEL_ID,TEXT,ERSTELLTWER) VALUES ({0},{1},'{2}','{3}')", CURRENT_SENDUNG, cmbTextschlüssel.SelectedValue, txtHinweistext.Text, Environment.UserName)
|
||||
If ClassDatabase.Execute_non_Query(ins) = True Then
|
||||
Me.txtHinweistext.Text = ""
|
||||
Me.TBKOMMCOLLI_HINWEISTableAdapter.Fill(Me.MyDataset.TBKOMMCOLLI_HINWEIS, aktGUID)
|
||||
Me.TBKOMMCOLLI_HINWEISTableAdapter.Fill(Me.MyDataset.TBKOMMCOLLI_HINWEIS, CURRENT_SENDUNG)
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Update Textschlüssel erfolgreich - " & Now.ToString
|
||||
End If
|
||||
End If
|
||||
Catch ex As Exception
|
||||
@ -620,7 +697,41 @@ Public Class frmMain
|
||||
End Sub
|
||||
|
||||
Private Sub btnPrintOptions_Click(sender As Object, e As EventArgs) Handles btnPrintOptions.Click
|
||||
CURRENT_SENDUNG = aktGUID
|
||||
CURRENT_SENDUNG = CURRENT_SENDUNG
|
||||
frmPrintOptions.ShowDialog()
|
||||
End Sub
|
||||
|
||||
Private Sub btnFreitext_Click(sender As Object, e As EventArgs) Handles btnFreitext.Click
|
||||
If txtFreitext.Text <> "" Then
|
||||
Dim Upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET BEMERKUNG = '{0}' WHERE GUID = {1}", txtFreitext.Text, CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(Upd, True) = True Then
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Update Freitext erfolgreich - " & Now.ToString
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub btnChangeAdress_Click(sender As Object, e As EventArgs) Handles btnChangeAdress.Click
|
||||
frmAdressChange.ShowDialog()
|
||||
End Sub
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
Dim del = String.Format("DELETE FROM TBKOMMCOLLI_HINWEIS WHERE GUID = (SELECT MAX(GUID) FROM TBKOMMCOLLI_HINWEIS WHERE SENDUNGNR = {0})", CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(del) = True Then
|
||||
Me.TBKOMMCOLLI_HINWEISTableAdapter.Fill(Me.MyDataset.TBKOMMCOLLI_HINWEIS, CURRENT_SENDUNG)
|
||||
tsinfolabel.Visible = True
|
||||
tsinfolabel.Text = "Löschen Textschlüssel erfolgreich - " & Now.ToString
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub TabControl2_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControl2.SelectedIndexChanged
|
||||
Select Case TabControl2.SelectedIndex
|
||||
Case 0
|
||||
btndeletePosLHM.Text = "Lösche Position/Lieferschein"
|
||||
btndeletePosLHM.Enabled = True
|
||||
Case 1
|
||||
Refresh_LHM(CURRENT_SENDUNG)
|
||||
btndeletePosLHM.Text = "Lösche LHM"
|
||||
btndeletePosLHM.Enabled = False
|
||||
End Select
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
@ -22,10 +22,10 @@ Public Class frmPrintOptions
|
||||
Dim SQL = "SELECT * FROM TBKOMMCOLLI_SENDUNGEN where GUID = " & CURRENT_SENDUNG
|
||||
Dim DTSENDUNG As DataTable = ClassDatabase.Return_Datatable(SQL)
|
||||
If DTSENDUNG.Rows.Count = 1 Then
|
||||
SQL = "SELECT * FROM TBKOMMCOLLI_SDGPOSITIONEN where SENDUNGNR = " & CURRENT_SENDUNG
|
||||
Dim DTPOS As DataTable = ClassDatabase.Return_Datatable(SQL)
|
||||
If DTPOS.Rows.Count > 0 Then
|
||||
For Each row As DataRow In DTPOS.Rows
|
||||
SQL = "SELECT * FROM TBKOMMCOLLI_SDG_LHM where SENDUNGNR = " & CURRENT_SENDUNG
|
||||
Dim DTKOMMCOLLI_SDG_LHM As DataTable = ClassDatabase.Return_Datatable(SQL)
|
||||
If DTKOMMCOLLI_SDG_LHM.Rows.Count > 0 Then
|
||||
For Each row As DataRow In DTKOMMCOLLI_SDG_LHM.Rows
|
||||
Dim NAME1 = DTSENDUNG.Rows(0).Item("NAME1").ToString.Trim
|
||||
Dim STRASSE = DTSENDUNG.Rows(0).Item("STRASSE").ToString.Trim
|
||||
Dim PLZ = DTSENDUNG.Rows(0).Item("PLZ").ToString.Trim
|
||||
@ -107,14 +107,14 @@ Public Class frmPrintOptions
|
||||
|
||||
|
||||
Catch ex As Exception
|
||||
|
||||
' MsgBox("1: " & ex.Message, MsgBoxStyle.Critical)
|
||||
'Catch Exception Here
|
||||
|
||||
End Try
|
||||
RawPrinter.SendToPrinter("NVE-Etikett", pText.ToString, IP)
|
||||
|
||||
Catch ex As Exception
|
||||
|
||||
MsgBox("2:" & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
@ -128,7 +128,7 @@ Public Class frmPrintOptions
|
||||
Private Sub btnUebernahme_Click(sender As Object, e As EventArgs) Handles btnUebernahme.Click
|
||||
Try
|
||||
Me.VWHUP_REPORT1TableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
|
||||
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True)
|
||||
Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True, False)
|
||||
Catch ex As System.Exception
|
||||
System.Windows.Forms.MessageBox.Show(ex.Message)
|
||||
End Try
|
||||
|
||||
@ -33,14 +33,27 @@ Partial Class frmStammdatenverwaltung
|
||||
Dim ERFASSTWANNLabel As System.Windows.Forms.Label
|
||||
Dim GEANDERTWERLabel As System.Windows.Forms.Label
|
||||
Dim GEAENDERTWANNLabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStammdatenverwaltung))
|
||||
Dim PRINTER_NAMELabel As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStammdatenverwaltung))
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.PRINTER_NAMEComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.TabControl2 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView = New System.Windows.Forms.DataGridView()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
|
||||
Me.TBWH_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
Me.BindingNavigatorAddNewItem2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorCountItem2 = New System.Windows.Forms.ToolStripLabel()
|
||||
@ -55,7 +68,6 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.BindingNavigatorSeparator8 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsbtnStandardTerminart = New System.Windows.Forms.ToolStripButton()
|
||||
Me.tsbtnTerminartenSave = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||
Me.btnStandard = New System.Windows.Forms.Button()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
Me.BindingNavigatorAddNewItem = New System.Windows.Forms.ToolStripButton()
|
||||
@ -82,38 +94,11 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.ERFASSTWANNTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.GEAENDERTWANNTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||
Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components)
|
||||
Me.BindingNavigatorAddNewItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorCountItem1 = New System.Windows.Forms.ToolStripLabel()
|
||||
Me.BindingNavigatorDeleteItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveFirstItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMovePreviousItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.BindingNavigatorPositionItem1 = New System.Windows.Forms.ToolStripTextBox()
|
||||
Me.BindingNavigatorSeparator4 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.BindingNavigatorMoveNextItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.folderBrowserDialog = New System.Windows.Forms.FolderBrowserDialog()
|
||||
Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewComboBoxColumn()
|
||||
Me.TBWH_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.MyDataset = New KommiCollo.MyDataset()
|
||||
Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBKOMMCOLLI_MANDANTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_MANDANTTableAdapter()
|
||||
Me.TableAdapterManager = New KommiCollo.MyDatasetTableAdapters.TableAdapterManager()
|
||||
Me.TBKOMMCOLLI_TERMINARTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter()
|
||||
Me.TBWH_MANDANTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBWH_MANDANTTableAdapter()
|
||||
Me.PRINTER_NAMEComboBox = New System.Windows.Forms.ComboBox()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
KURZNAMELabel = New System.Windows.Forms.Label()
|
||||
@ -125,30 +110,24 @@ Partial Class frmStammdatenverwaltung
|
||||
GEANDERTWERLabel = New System.Windows.Forms.Label()
|
||||
GEAENDERTWANNLabel = New System.Windows.Forms.Label()
|
||||
PRINTER_NAMELabel = New System.Windows.Forms.Label()
|
||||
Me.TabControl1.SuspendLayout
|
||||
Me.TabPage1.SuspendLayout
|
||||
Me.TabControl2.SuspendLayout
|
||||
Me.TabPage3.SuspendLayout
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.SuspendLayout
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.SuspendLayout
|
||||
Me.TabPage2.SuspendLayout
|
||||
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.SplitContainer1.Panel1.SuspendLayout
|
||||
Me.SplitContainer1.SuspendLayout
|
||||
CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.BindingNavigator1.SuspendLayout
|
||||
CType(Me.TBWH_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
CType(Me.MyDataset,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.SuspendLayout
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabControl2.SuspendLayout()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.SuspendLayout()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
'
|
||||
GUIDLabel.AutoSize = true
|
||||
GUIDLabel.AutoSize = True
|
||||
GUIDLabel.Location = New System.Drawing.Point(7, 38)
|
||||
GUIDLabel.Name = "GUIDLabel"
|
||||
GUIDLabel.Size = New System.Drawing.Size(23, 17)
|
||||
@ -157,7 +136,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'NAMELabel
|
||||
'
|
||||
NAMELabel.AutoSize = true
|
||||
NAMELabel.AutoSize = True
|
||||
NAMELabel.Location = New System.Drawing.Point(70, 38)
|
||||
NAMELabel.Name = "NAMELabel"
|
||||
NAMELabel.Size = New System.Drawing.Size(103, 17)
|
||||
@ -166,7 +145,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'KURZNAMELabel
|
||||
'
|
||||
KURZNAMELabel.AutoSize = true
|
||||
KURZNAMELabel.AutoSize = True
|
||||
KURZNAMELabel.Location = New System.Drawing.Point(350, 38)
|
||||
KURZNAMELabel.Name = "KURZNAMELabel"
|
||||
KURZNAMELabel.Size = New System.Drawing.Size(69, 17)
|
||||
@ -175,7 +154,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'SPEICHERORTLabel
|
||||
'
|
||||
SPEICHERORTLabel.AutoSize = true
|
||||
SPEICHERORTLabel.AutoSize = True
|
||||
SPEICHERORTLabel.Location = New System.Drawing.Point(70, 86)
|
||||
SPEICHERORTLabel.Name = "SPEICHERORTLabel"
|
||||
SPEICHERORTLabel.Size = New System.Drawing.Size(200, 17)
|
||||
@ -184,7 +163,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'PRAEFIXLabel
|
||||
'
|
||||
PRAEFIXLabel.AutoSize = true
|
||||
PRAEFIXLabel.AutoSize = True
|
||||
PRAEFIXLabel.Location = New System.Drawing.Point(70, 134)
|
||||
PRAEFIXLabel.Name = "PRAEFIXLabel"
|
||||
PRAEFIXLabel.Size = New System.Drawing.Size(115, 17)
|
||||
@ -193,16 +172,16 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'TRENNUNG_BCLabel
|
||||
'
|
||||
TRENNUNG_BCLabel.AutoSize = true
|
||||
TRENNUNG_BCLabel.AutoSize = True
|
||||
TRENNUNG_BCLabel.Location = New System.Drawing.Point(263, 134)
|
||||
TRENNUNG_BCLabel.Name = "TRENNUNG_BCLabel"
|
||||
TRENNUNG_BCLabel.Size = New System.Drawing.Size(109, 17)
|
||||
TRENNUNG_BCLabel.Size = New System.Drawing.Size(108, 17)
|
||||
TRENNUNG_BCLabel.TabIndex = 10
|
||||
TRENNUNG_BCLabel.Text = "Barcode-Trenner:"
|
||||
'
|
||||
'ERFASSTWERLabel
|
||||
'
|
||||
ERFASSTWERLabel.AutoSize = true
|
||||
ERFASSTWERLabel.AutoSize = True
|
||||
ERFASSTWERLabel.Location = New System.Drawing.Point(70, 182)
|
||||
ERFASSTWERLabel.Name = "ERFASSTWERLabel"
|
||||
ERFASSTWERLabel.Size = New System.Drawing.Size(75, 17)
|
||||
@ -211,7 +190,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'ERFASSTWANNLabel
|
||||
'
|
||||
ERFASSTWANNLabel.AutoSize = true
|
||||
ERFASSTWANNLabel.AutoSize = True
|
||||
ERFASSTWANNLabel.Location = New System.Drawing.Point(263, 182)
|
||||
ERFASSTWANNLabel.Name = "ERFASSTWANNLabel"
|
||||
ERFASSTWANNLabel.Size = New System.Drawing.Size(84, 17)
|
||||
@ -220,7 +199,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'GEANDERTWERLabel
|
||||
'
|
||||
GEANDERTWERLabel.AutoSize = true
|
||||
GEANDERTWERLabel.AutoSize = True
|
||||
GEANDERTWERLabel.Location = New System.Drawing.Point(370, 182)
|
||||
GEANDERTWERLabel.Name = "GEANDERTWERLabel"
|
||||
GEANDERTWERLabel.Size = New System.Drawing.Size(90, 17)
|
||||
@ -229,13 +208,22 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'GEAENDERTWANNLabel
|
||||
'
|
||||
GEAENDERTWANNLabel.AutoSize = true
|
||||
GEAENDERTWANNLabel.AutoSize = True
|
||||
GEAENDERTWANNLabel.Location = New System.Drawing.Point(570, 182)
|
||||
GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel"
|
||||
GEAENDERTWANNLabel.Size = New System.Drawing.Size(99, 17)
|
||||
GEAENDERTWANNLabel.TabIndex = 18
|
||||
GEAENDERTWANNLabel.Text = "Geändert wann:"
|
||||
'
|
||||
'PRINTER_NAMELabel
|
||||
'
|
||||
PRINTER_NAMELabel.AutoSize = True
|
||||
PRINTER_NAMELabel.Location = New System.Drawing.Point(370, 134)
|
||||
PRINTER_NAMELabel.Name = "PRINTER_NAMELabel"
|
||||
PRINTER_NAMELabel.Size = New System.Drawing.Size(88, 17)
|
||||
PRINTER_NAMELabel.TabIndex = 24
|
||||
PRINTER_NAMELabel.Text = "Printer Name:"
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 444)
|
||||
@ -248,7 +236,6 @@ Partial Class frmStammdatenverwaltung
|
||||
'TabControl1
|
||||
'
|
||||
Me.TabControl1.Controls.Add(Me.TabPage1)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage2)
|
||||
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TabControl1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
@ -259,7 +246,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.AutoScroll = true
|
||||
Me.TabPage1.AutoScroll = True
|
||||
Me.TabPage1.Controls.Add(Me.PRINTER_NAMEComboBox)
|
||||
Me.TabPage1.Controls.Add(PRINTER_NAMELabel)
|
||||
Me.TabPage1.Controls.Add(Me.TabControl2)
|
||||
@ -293,15 +280,33 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.TabPage1.Size = New System.Drawing.Size(1183, 414)
|
||||
Me.TabPage1.TabIndex = 0
|
||||
Me.TabPage1.Text = "Mandanten"
|
||||
Me.TabPage1.UseVisualStyleBackColor = true
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'PRINTER_NAMEComboBox
|
||||
'
|
||||
Me.PRINTER_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRINTER_NAME", True))
|
||||
Me.PRINTER_NAMEComboBox.FormattingEnabled = True
|
||||
Me.PRINTER_NAMEComboBox.Location = New System.Drawing.Point(372, 154)
|
||||
Me.PRINTER_NAMEComboBox.Name = "PRINTER_NAMEComboBox"
|
||||
Me.PRINTER_NAMEComboBox.Size = New System.Drawing.Size(396, 25)
|
||||
Me.PRINTER_NAMEComboBox.TabIndex = 26
|
||||
'
|
||||
'TBKOMMCOLLI_MANDANTBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource.DataMember = "TBKOMMCOLLI_MANDANT"
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'TabControl2
|
||||
'
|
||||
Me.TabControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles)
|
||||
Me.TabControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.TabControl2.Controls.Add(Me.TabPage3)
|
||||
Me.TabControl2.Controls.Add(Me.TabPage4)
|
||||
Me.TabControl2.Location = New System.Drawing.Point(10, 233)
|
||||
Me.TabControl2.Name = "TabControl2"
|
||||
Me.TabControl2.SelectedIndex = 0
|
||||
@ -318,11 +323,11 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.TabPage3.Size = New System.Drawing.Size(750, 146)
|
||||
Me.TabPage3.TabIndex = 0
|
||||
Me.TabPage3.Text = "Terminarten"
|
||||
Me.TabPage3.UseVisualStyleBackColor = true
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TBKOMMCOLLI_TERMINARTDataGridView
|
||||
'
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.AutoGenerateColumns = false
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.AutoGenerateColumns = False
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8})
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.DataSource = Me.TBKOMMCOLLI_TERMINARTBindingSource
|
||||
@ -332,6 +337,76 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.Size = New System.Drawing.Size(744, 115)
|
||||
Me.TBKOMMCOLLI_TERMINARTDataGridView.TabIndex = 2
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.ReadOnly = True
|
||||
Me.DataGridViewTextBoxColumn1.Width = 60
|
||||
'
|
||||
'DataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn2.DataPropertyName = "MANDANT_ID"
|
||||
Me.DataGridViewTextBoxColumn2.DataSource = Me.TBWH_MANDANTBindingSource
|
||||
Me.DataGridViewTextBoxColumn2.DisplayMember = "KURZNAME"
|
||||
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||
Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
||||
Me.DataGridViewTextBoxColumn2.ValueMember = "GUID"
|
||||
'
|
||||
'TBWH_MANDANTBindingSource
|
||||
'
|
||||
Me.TBWH_MANDANTBindingSource.DataMember = "TBWH_MANDANT"
|
||||
Me.TBWH_MANDANTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'DataGridViewTextBoxColumn3
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn3.DataPropertyName = "TERMIN_BEZEICHNUNG"
|
||||
Me.DataGridViewTextBoxColumn3.HeaderText = "Bezeichnung Lang"
|
||||
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||
Me.DataGridViewTextBoxColumn3.Width = 180
|
||||
'
|
||||
'DataGridViewTextBoxColumn4
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn4.DataPropertyName = "TERMIN_KZ"
|
||||
Me.DataGridViewTextBoxColumn4.HeaderText = "KZ kurz"
|
||||
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||
Me.DataGridViewTextBoxColumn4.Width = 150
|
||||
'
|
||||
'DataGridViewTextBoxColumn5
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn5.DataPropertyName = "ERFASSTWER"
|
||||
Me.DataGridViewTextBoxColumn5.HeaderText = "Erfasst wer"
|
||||
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
|
||||
'
|
||||
'DataGridViewTextBoxColumn6
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ERFASSTWANN"
|
||||
Me.DataGridViewTextBoxColumn6.HeaderText = "Erfasst wann"
|
||||
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
|
||||
Me.DataGridViewTextBoxColumn6.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn7
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn7.DataPropertyName = "GEANDERTWER"
|
||||
Me.DataGridViewTextBoxColumn7.HeaderText = "Geändert wer"
|
||||
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
|
||||
Me.DataGridViewTextBoxColumn7.ReadOnly = True
|
||||
'
|
||||
'DataGridViewTextBoxColumn8
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn8.DataPropertyName = "GEAENDERTWANN"
|
||||
Me.DataGridViewTextBoxColumn8.HeaderText = "Geändert wann"
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.ReadOnly = True
|
||||
'
|
||||
'TBKOMMCOLLI_TERMINARTBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataMember = "TBKOMMCOLLI_TERMINART"
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'TBKOMMCOLLI_TERMINARTBindingNavigator
|
||||
'
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem2
|
||||
@ -353,9 +428,9 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorAddNewItem2
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem2.Image = CType(resources.GetObject("BindingNavigatorAddNewItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem2.Image = CType(resources.GetObject("BindingNavigatorAddNewItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem2.Name = "BindingNavigatorAddNewItem2"
|
||||
Me.BindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorAddNewItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem2.Text = "Neu hinzufügen"
|
||||
'
|
||||
@ -369,27 +444,27 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorDeleteItem2
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem2.Image = CType(resources.GetObject("BindingNavigatorDeleteItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem2.Image = CType(resources.GetObject("BindingNavigatorDeleteItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem2.Name = "BindingNavigatorDeleteItem2"
|
||||
Me.BindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorDeleteItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem2.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem2
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveFirstItem2.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveFirstItem2.Name = "BindingNavigatorMoveFirstItem2"
|
||||
Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveFirstItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveFirstItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem2.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem2
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMovePreviousItem2.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMovePreviousItem2.Name = "BindingNavigatorMovePreviousItem2"
|
||||
Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMovePreviousItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMovePreviousItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem2.Text = "Vorherige verschieben"
|
||||
'
|
||||
@ -401,7 +476,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorPositionItem2
|
||||
'
|
||||
Me.BindingNavigatorPositionItem2.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem2.AutoSize = false
|
||||
Me.BindingNavigatorPositionItem2.AutoSize = False
|
||||
Me.BindingNavigatorPositionItem2.Name = "BindingNavigatorPositionItem2"
|
||||
Me.BindingNavigatorPositionItem2.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem2.Text = "0"
|
||||
@ -415,18 +490,18 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorMoveNextItem2
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveNextItem2.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveNextItem2.Name = "BindingNavigatorMoveNextItem2"
|
||||
Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveNextItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveNextItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem2.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem2
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveLastItem2.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem2.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveLastItem2.Name = "BindingNavigatorMoveLastItem2"
|
||||
Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveLastItem2.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveLastItem2.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem2.Text = "Letzte verschieben"
|
||||
'
|
||||
@ -454,16 +529,6 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.tsbtnTerminartenSave.Size = New System.Drawing.Size(23, 22)
|
||||
Me.tsbtnTerminartenSave.Text = "Änderungen speichern"
|
||||
'
|
||||
'TabPage4
|
||||
'
|
||||
Me.TabPage4.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage4.Name = "TabPage4"
|
||||
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage4.Size = New System.Drawing.Size(750, 146)
|
||||
Me.TabPage4.TabIndex = 1
|
||||
Me.TabPage4.Text = "TabPage4"
|
||||
Me.TabPage4.UseVisualStyleBackColor = true
|
||||
'
|
||||
'btnStandard
|
||||
'
|
||||
Me.btnStandard.Location = New System.Drawing.Point(662, 38)
|
||||
@ -471,7 +536,7 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.btnStandard.Size = New System.Drawing.Size(106, 45)
|
||||
Me.btnStandard.TabIndex = 21
|
||||
Me.btnStandard.Text = "Als Standard setzen"
|
||||
Me.btnStandard.UseVisualStyleBackColor = true
|
||||
Me.btnStandard.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TBKOMMCOLLI_MANDANTBindingNavigator
|
||||
'
|
||||
@ -495,9 +560,9 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem.Image = CType(resources.GetObject("BindingNavigatorAddNewItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorAddNewItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem.Text = "Neu hinzufügen"
|
||||
'
|
||||
@ -511,27 +576,27 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem.Image = CType(resources.GetObject("BindingNavigatorDeleteItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorDeleteItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
||||
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
||||
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem.Text = "Vorherige verschieben"
|
||||
'
|
||||
@ -543,7 +608,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorPositionItem
|
||||
'
|
||||
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem.AutoSize = false
|
||||
Me.BindingNavigatorPositionItem.AutoSize = False
|
||||
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
||||
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem.Text = "0"
|
||||
@ -557,18 +622,18 @@ Partial Class frmStammdatenverwaltung
|
||||
'BindingNavigatorMoveNextItem
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
||||
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
||||
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
|
||||
Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem.Text = "Letzte verschieben"
|
||||
'
|
||||
@ -580,7 +645,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem
|
||||
'
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image"),System.Drawing.Image)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image = CType(resources.GetObject("TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Image"), System.Drawing.Image)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Name = "TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem"
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Size = New System.Drawing.Size(23, 22)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigatorSaveItem.Text = "Daten speichern"
|
||||
@ -599,13 +664,13 @@ Partial Class frmStammdatenverwaltung
|
||||
Me.Button1.Size = New System.Drawing.Size(25, 23)
|
||||
Me.Button1.TabIndex = 20
|
||||
Me.Button1.Text = "..."
|
||||
Me.Button1.UseVisualStyleBackColor = true
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'GUIDTextBox
|
||||
'
|
||||
Me.GUIDTextBox.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GUID", true))
|
||||
Me.GUIDTextBox.Enabled = false
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GUID", True))
|
||||
Me.GUIDTextBox.Enabled = False
|
||||
Me.GUIDTextBox.Location = New System.Drawing.Point(10, 58)
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.Size = New System.Drawing.Size(38, 25)
|
||||
@ -613,7 +678,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'NAMETextBox
|
||||
'
|
||||
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "NAME", true))
|
||||
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "NAME", True))
|
||||
Me.NAMETextBox.Location = New System.Drawing.Point(73, 58)
|
||||
Me.NAMETextBox.Name = "NAMETextBox"
|
||||
Me.NAMETextBox.Size = New System.Drawing.Size(271, 25)
|
||||
@ -621,7 +686,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'KURZNAMETextBox
|
||||
'
|
||||
Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "KURZNAME", true))
|
||||
Me.KURZNAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "KURZNAME", True))
|
||||
Me.KURZNAMETextBox.Location = New System.Drawing.Point(353, 58)
|
||||
Me.KURZNAMETextBox.Name = "KURZNAMETextBox"
|
||||
Me.KURZNAMETextBox.Size = New System.Drawing.Size(266, 25)
|
||||
@ -629,7 +694,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'SPEICHERORTTextBox
|
||||
'
|
||||
Me.SPEICHERORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "SPEICHERORT", true))
|
||||
Me.SPEICHERORTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "SPEICHERORT", True))
|
||||
Me.SPEICHERORTTextBox.Location = New System.Drawing.Point(73, 106)
|
||||
Me.SPEICHERORTTextBox.Name = "SPEICHERORTTextBox"
|
||||
Me.SPEICHERORTTextBox.Size = New System.Drawing.Size(546, 25)
|
||||
@ -637,7 +702,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'PRAEFIXTextBox
|
||||
'
|
||||
Me.PRAEFIXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRAEFIX", true))
|
||||
Me.PRAEFIXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRAEFIX", True))
|
||||
Me.PRAEFIXTextBox.Location = New System.Drawing.Point(73, 154)
|
||||
Me.PRAEFIXTextBox.Name = "PRAEFIXTextBox"
|
||||
Me.PRAEFIXTextBox.Size = New System.Drawing.Size(185, 25)
|
||||
@ -645,7 +710,7 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'TRENNUNG_BCTextBox
|
||||
'
|
||||
Me.TRENNUNG_BCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "TRENNUNG_BC", true))
|
||||
Me.TRENNUNG_BCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "TRENNUNG_BC", True))
|
||||
Me.TRENNUNG_BCTextBox.Location = New System.Drawing.Point(266, 154)
|
||||
Me.TRENNUNG_BCTextBox.Name = "TRENNUNG_BCTextBox"
|
||||
Me.TRENNUNG_BCTextBox.Size = New System.Drawing.Size(100, 25)
|
||||
@ -654,8 +719,8 @@ Partial Class frmStammdatenverwaltung
|
||||
'ERFASSTWERTextBox
|
||||
'
|
||||
Me.ERFASSTWERTextBox.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.ERFASSTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWER", true))
|
||||
Me.ERFASSTWERTextBox.Enabled = false
|
||||
Me.ERFASSTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWER", True))
|
||||
Me.ERFASSTWERTextBox.Enabled = False
|
||||
Me.ERFASSTWERTextBox.Location = New System.Drawing.Point(73, 202)
|
||||
Me.ERFASSTWERTextBox.Name = "ERFASSTWERTextBox"
|
||||
Me.ERFASSTWERTextBox.Size = New System.Drawing.Size(185, 25)
|
||||
@ -664,8 +729,8 @@ Partial Class frmStammdatenverwaltung
|
||||
'ERFASSTWANNTextBox
|
||||
'
|
||||
Me.ERFASSTWANNTextBox.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.ERFASSTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWANN", true))
|
||||
Me.ERFASSTWANNTextBox.Enabled = false
|
||||
Me.ERFASSTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "ERFASSTWANN", True))
|
||||
Me.ERFASSTWANNTextBox.Enabled = False
|
||||
Me.ERFASSTWANNTextBox.Location = New System.Drawing.Point(266, 202)
|
||||
Me.ERFASSTWANNTextBox.Name = "ERFASSTWANNTextBox"
|
||||
Me.ERFASSTWANNTextBox.Size = New System.Drawing.Size(100, 25)
|
||||
@ -674,8 +739,8 @@ Partial Class frmStammdatenverwaltung
|
||||
'GEANDERTWERTextBox
|
||||
'
|
||||
Me.GEANDERTWERTextBox.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEANDERTWER", true))
|
||||
Me.GEANDERTWERTextBox.Enabled = false
|
||||
Me.GEANDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEANDERTWER", True))
|
||||
Me.GEANDERTWERTextBox.Enabled = False
|
||||
Me.GEANDERTWERTextBox.Location = New System.Drawing.Point(373, 202)
|
||||
Me.GEANDERTWERTextBox.Name = "GEANDERTWERTextBox"
|
||||
Me.GEANDERTWERTextBox.Size = New System.Drawing.Size(191, 25)
|
||||
@ -684,229 +749,20 @@ Partial Class frmStammdatenverwaltung
|
||||
'GEAENDERTWANNTextBox
|
||||
'
|
||||
Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.SystemColors.ControlLight
|
||||
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEAENDERTWANN", true))
|
||||
Me.GEAENDERTWANNTextBox.Enabled = false
|
||||
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "GEAENDERTWANN", True))
|
||||
Me.GEAENDERTWANNTextBox.Enabled = False
|
||||
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(573, 202)
|
||||
Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox"
|
||||
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(195, 25)
|
||||
Me.GEAENDERTWANNTextBox.TabIndex = 19
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.SplitContainer1)
|
||||
Me.TabPage2.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.TabPage2.Name = "TabPage2"
|
||||
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.TabPage2.Size = New System.Drawing.Size(1183, 414)
|
||||
Me.TabPage2.TabIndex = 1
|
||||
Me.TabPage2.Text = "TabPage2"
|
||||
Me.TabPage2.UseVisualStyleBackColor = true
|
||||
'
|
||||
'SplitContainer1
|
||||
'
|
||||
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainer1.Location = New System.Drawing.Point(3, 4)
|
||||
Me.SplitContainer1.Name = "SplitContainer1"
|
||||
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
||||
'
|
||||
'SplitContainer1.Panel1
|
||||
'
|
||||
Me.SplitContainer1.Panel1.AutoScroll = true
|
||||
Me.SplitContainer1.Panel1.Controls.Add(Me.BindingNavigator1)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(1177, 410)
|
||||
Me.SplitContainer1.SplitterDistance = 325
|
||||
Me.SplitContainer1.TabIndex = 0
|
||||
'
|
||||
'BindingNavigator1
|
||||
'
|
||||
Me.BindingNavigator1.AddNewItem = Me.BindingNavigatorAddNewItem1
|
||||
Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem1
|
||||
Me.BindingNavigator1.DeleteItem = Me.BindingNavigatorDeleteItem1
|
||||
Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem1, Me.BindingNavigatorMovePreviousItem1, Me.BindingNavigatorSeparator3, Me.BindingNavigatorPositionItem1, Me.BindingNavigatorCountItem1, Me.BindingNavigatorSeparator4, Me.BindingNavigatorMoveNextItem1, Me.BindingNavigatorMoveLastItem1, Me.BindingNavigatorSeparator5, Me.BindingNavigatorAddNewItem1, Me.BindingNavigatorDeleteItem1})
|
||||
Me.BindingNavigator1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem1
|
||||
Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem1
|
||||
Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem1
|
||||
Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem1
|
||||
Me.BindingNavigator1.Name = "BindingNavigator1"
|
||||
Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem1
|
||||
Me.BindingNavigator1.Size = New System.Drawing.Size(1177, 25)
|
||||
Me.BindingNavigator1.TabIndex = 0
|
||||
Me.BindingNavigator1.Text = "BindingNavigator1"
|
||||
'
|
||||
'BindingNavigatorAddNewItem1
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem1.Image = CType(resources.GetObject("BindingNavigatorAddNewItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorAddNewItem1.Name = "BindingNavigatorAddNewItem1"
|
||||
Me.BindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorAddNewItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorAddNewItem1.Text = "Neu hinzufügen"
|
||||
'
|
||||
'BindingNavigatorCountItem1
|
||||
'
|
||||
Me.BindingNavigatorCountItem1.Name = "BindingNavigatorCountItem1"
|
||||
Me.BindingNavigatorCountItem1.Size = New System.Drawing.Size(44, 22)
|
||||
Me.BindingNavigatorCountItem1.Text = "von {0}"
|
||||
Me.BindingNavigatorCountItem1.ToolTipText = "Die Gesamtanzahl der Elemente."
|
||||
'
|
||||
'BindingNavigatorDeleteItem1
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem1.Image = CType(resources.GetObject("BindingNavigatorDeleteItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorDeleteItem1.Name = "BindingNavigatorDeleteItem1"
|
||||
Me.BindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorDeleteItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorDeleteItem1.Text = "Löschen"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem1.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveFirstItem1.Name = "BindingNavigatorMoveFirstItem1"
|
||||
Me.BindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveFirstItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveFirstItem1.Text = "Erste verschieben"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem1
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem1.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMovePreviousItem1.Name = "BindingNavigatorMovePreviousItem1"
|
||||
Me.BindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMovePreviousItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMovePreviousItem1.Text = "Vorherige verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator3
|
||||
'
|
||||
Me.BindingNavigatorSeparator3.Name = "BindingNavigatorSeparator3"
|
||||
Me.BindingNavigatorSeparator3.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'BindingNavigatorPositionItem1
|
||||
'
|
||||
Me.BindingNavigatorPositionItem1.AccessibleName = "Position"
|
||||
Me.BindingNavigatorPositionItem1.AutoSize = false
|
||||
Me.BindingNavigatorPositionItem1.Name = "BindingNavigatorPositionItem1"
|
||||
Me.BindingNavigatorPositionItem1.Size = New System.Drawing.Size(50, 23)
|
||||
Me.BindingNavigatorPositionItem1.Text = "0"
|
||||
Me.BindingNavigatorPositionItem1.ToolTipText = "Aktuelle Position"
|
||||
'
|
||||
'BindingNavigatorSeparator4
|
||||
'
|
||||
Me.BindingNavigatorSeparator4.Name = "BindingNavigatorSeparator4"
|
||||
Me.BindingNavigatorSeparator4.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'BindingNavigatorMoveNextItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem1.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveNextItem1.Name = "BindingNavigatorMoveNextItem1"
|
||||
Me.BindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveNextItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveNextItem1.Text = "Nächste verschieben"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem1
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem1.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem1.Image"),System.Drawing.Image)
|
||||
Me.BindingNavigatorMoveLastItem1.Name = "BindingNavigatorMoveLastItem1"
|
||||
Me.BindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true
|
||||
Me.BindingNavigatorMoveLastItem1.Size = New System.Drawing.Size(23, 22)
|
||||
Me.BindingNavigatorMoveLastItem1.Text = "Letzte verschieben"
|
||||
'
|
||||
'BindingNavigatorSeparator5
|
||||
'
|
||||
Me.BindingNavigatorSeparator5.Name = "BindingNavigatorSeparator5"
|
||||
Me.BindingNavigatorSeparator5.Size = New System.Drawing.Size(6, 25)
|
||||
'
|
||||
'DataGridViewTextBoxColumn1
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn1.DataPropertyName = "GUID"
|
||||
Me.DataGridViewTextBoxColumn1.HeaderText = "ID"
|
||||
Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"
|
||||
Me.DataGridViewTextBoxColumn1.ReadOnly = true
|
||||
Me.DataGridViewTextBoxColumn1.Width = 60
|
||||
'
|
||||
'DataGridViewTextBoxColumn2
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn2.DataPropertyName = "MANDANT_ID"
|
||||
Me.DataGridViewTextBoxColumn2.DataSource = Me.TBWH_MANDANTBindingSource
|
||||
Me.DataGridViewTextBoxColumn2.DisplayMember = "KURZNAME"
|
||||
Me.DataGridViewTextBoxColumn2.HeaderText = "Mandant"
|
||||
Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"
|
||||
Me.DataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
||||
Me.DataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
||||
Me.DataGridViewTextBoxColumn2.ValueMember = "GUID"
|
||||
'
|
||||
'TBWH_MANDANTBindingSource
|
||||
'
|
||||
Me.TBWH_MANDANTBindingSource.DataMember = "TBWH_MANDANT"
|
||||
Me.TBWH_MANDANTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'MyDataset
|
||||
'
|
||||
Me.MyDataset.DataSetName = "MyDataset"
|
||||
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'DataGridViewTextBoxColumn3
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn3.DataPropertyName = "TERMIN_BEZEICHNUNG"
|
||||
Me.DataGridViewTextBoxColumn3.HeaderText = "Bezeichnung Lang"
|
||||
Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"
|
||||
Me.DataGridViewTextBoxColumn3.Width = 180
|
||||
'
|
||||
'DataGridViewTextBoxColumn4
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn4.DataPropertyName = "TERMIN_KZ"
|
||||
Me.DataGridViewTextBoxColumn4.HeaderText = "KZ kurz"
|
||||
Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"
|
||||
Me.DataGridViewTextBoxColumn4.Width = 150
|
||||
'
|
||||
'DataGridViewTextBoxColumn5
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn5.DataPropertyName = "ERFASSTWER"
|
||||
Me.DataGridViewTextBoxColumn5.HeaderText = "Erfasst wer"
|
||||
Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"
|
||||
'
|
||||
'DataGridViewTextBoxColumn6
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn6.DataPropertyName = "ERFASSTWANN"
|
||||
Me.DataGridViewTextBoxColumn6.HeaderText = "Erfasst wann"
|
||||
Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"
|
||||
Me.DataGridViewTextBoxColumn6.ReadOnly = true
|
||||
'
|
||||
'DataGridViewTextBoxColumn7
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn7.DataPropertyName = "GEANDERTWER"
|
||||
Me.DataGridViewTextBoxColumn7.HeaderText = "Geändert wer"
|
||||
Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"
|
||||
Me.DataGridViewTextBoxColumn7.ReadOnly = true
|
||||
'
|
||||
'DataGridViewTextBoxColumn8
|
||||
'
|
||||
Me.DataGridViewTextBoxColumn8.DataPropertyName = "GEAENDERTWANN"
|
||||
Me.DataGridViewTextBoxColumn8.HeaderText = "Geändert wann"
|
||||
Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"
|
||||
Me.DataGridViewTextBoxColumn8.ReadOnly = true
|
||||
'
|
||||
'TBKOMMCOLLI_TERMINARTBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataMember = "TBKOMMCOLLI_TERMINART"
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'TBKOMMCOLLI_MANDANTBindingSource
|
||||
'
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource.DataMember = "TBKOMMCOLLI_MANDANT"
|
||||
Me.TBKOMMCOLLI_MANDANTBindingSource.DataSource = Me.MyDataset
|
||||
'
|
||||
'TBKOMMCOLLI_MANDANTTableAdapter
|
||||
'
|
||||
Me.TBKOMMCOLLI_MANDANTTableAdapter.ClearBeforeFill = true
|
||||
Me.TBKOMMCOLLI_MANDANTTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TableAdapterManager
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = false
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.TBKOMMCOLLI_MANDANTTableAdapter = Me.TBKOMMCOLLI_MANDANTTableAdapter
|
||||
Me.TableAdapterManager.TBKOMMCOLLI_PAKET_KOPFTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBKOMMCOLLI_PAKET_POSTableAdapter = Nothing
|
||||
@ -916,75 +772,48 @@ Partial Class frmStammdatenverwaltung
|
||||
'
|
||||
'TBKOMMCOLLI_TERMINARTTableAdapter
|
||||
'
|
||||
Me.TBKOMMCOLLI_TERMINARTTableAdapter.ClearBeforeFill = true
|
||||
Me.TBKOMMCOLLI_TERMINARTTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'TBWH_MANDANTTableAdapter
|
||||
'
|
||||
Me.TBWH_MANDANTTableAdapter.ClearBeforeFill = true
|
||||
'
|
||||
'PRINTER_NAMELabel
|
||||
'
|
||||
PRINTER_NAMELabel.AutoSize = true
|
||||
PRINTER_NAMELabel.Location = New System.Drawing.Point(370, 134)
|
||||
PRINTER_NAMELabel.Name = "PRINTER_NAMELabel"
|
||||
PRINTER_NAMELabel.Size = New System.Drawing.Size(88, 17)
|
||||
PRINTER_NAMELabel.TabIndex = 24
|
||||
PRINTER_NAMELabel.Text = "Printer Name:"
|
||||
'
|
||||
'PRINTER_NAMEComboBox
|
||||
'
|
||||
Me.PRINTER_NAMEComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_MANDANTBindingSource, "PRINTER_NAME", true))
|
||||
Me.PRINTER_NAMEComboBox.FormattingEnabled = true
|
||||
Me.PRINTER_NAMEComboBox.Location = New System.Drawing.Point(372, 154)
|
||||
Me.PRINTER_NAMEComboBox.Name = "PRINTER_NAMEComboBox"
|
||||
Me.PRINTER_NAMEComboBox.Size = New System.Drawing.Size(396, 25)
|
||||
Me.PRINTER_NAMEComboBox.TabIndex = 26
|
||||
Me.TBWH_MANDANTTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'frmStammdatenverwaltung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7!, 17!)
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1191, 466)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
||||
Me.Name = "frmStammdatenverwaltung"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Stammdatenverwaltung"
|
||||
Me.TabControl1.ResumeLayout(false)
|
||||
Me.TabPage1.ResumeLayout(false)
|
||||
Me.TabPage1.PerformLayout
|
||||
Me.TabControl2.ResumeLayout(false)
|
||||
Me.TabPage3.ResumeLayout(false)
|
||||
Me.TabPage3.PerformLayout
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.ResumeLayout(false)
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.PerformLayout
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.ResumeLayout(false)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.PerformLayout
|
||||
Me.TabPage2.ResumeLayout(false)
|
||||
Me.SplitContainer1.Panel1.ResumeLayout(false)
|
||||
Me.SplitContainer1.Panel1.PerformLayout
|
||||
CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.SplitContainer1.ResumeLayout(false)
|
||||
CType(Me.BindingNavigator1,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.BindingNavigator1.ResumeLayout(false)
|
||||
Me.BindingNavigator1.PerformLayout
|
||||
CType(Me.TBWH_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.MyDataset,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.ResumeLayout(false)
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabControl2.ResumeLayout(False)
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
Me.TabPage3.PerformLayout()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBKOMMCOLLI_TERMINARTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.ResumeLayout(False)
|
||||
Me.TBKOMMCOLLI_TERMINARTBindingNavigator.PerformLayout()
|
||||
CType(Me.TBKOMMCOLLI_MANDANTBindingNavigator, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.ResumeLayout(False)
|
||||
Me.TBKOMMCOLLI_MANDANTBindingNavigator.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
||||
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents MyDataset As KommiCollo.MyDataset
|
||||
Friend WithEvents TBKOMMCOLLI_MANDANTBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBKOMMCOLLI_MANDANTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_MANDANTTableAdapter
|
||||
@ -1016,19 +845,6 @@ End Sub
|
||||
Friend WithEvents folderBrowserDialog As System.Windows.Forms.FolderBrowserDialog
|
||||
Friend WithEvents btnStandard As System.Windows.Forms.Button
|
||||
Friend WithEvents tslblStandard As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
||||
Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator
|
||||
Friend WithEvents BindingNavigatorAddNewItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorCountItem1 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents BindingNavigatorDeleteItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMoveFirstItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMovePreviousItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator3 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents BindingNavigatorPositionItem1 As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents BindingNavigatorSeparator4 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents BindingNavigatorMoveNextItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMoveLastItem1 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator5 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents TBKOMMCOLLI_TERMINARTBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBKOMMCOLLI_TERMINARTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter
|
||||
Friend WithEvents TBWH_MANDANTBindingSource As System.Windows.Forms.BindingSource
|
||||
@ -1056,7 +872,6 @@ End Sub
|
||||
Friend WithEvents BindingNavigatorMoveNextItem2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorMoveLastItem2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents BindingNavigatorSeparator8 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents tsbtnStandardTerminart As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents tsbtnTerminartenSave As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents PRINTER_NAMEComboBox As System.Windows.Forms.ComboBox
|
||||
|
||||
@ -147,6 +147,9 @@
|
||||
<metadata name="GEAENDERTWANNLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="PRINTER_NAMELabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
@ -156,13 +159,83 @@
|
||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>134, 17</value>
|
||||
</metadata>
|
||||
<metadata name="PRINTER_NAMELabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
<metadata name="TBWH_MANDANTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>297, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_MANDANTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>972, 17</value>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>631, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>751, 95</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="BindingNavigatorAddNewItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
|
||||
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorDeleteItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveFirstItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
|
||||
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMovePreviousItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveNextItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveLastItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBKOMMCOLLI_MANDANTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 56</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
@ -240,162 +313,10 @@
|
||||
ZUJgyxtlMFBdFeYvE0TnMToZg+9nMDo5CyX3KvaYWjis2+2CXl8kBLSWjjtY/zYJCD6dfxPvAnMITC/i
|
||||
QrEdsQYXg5sQm3APuvh8IcjMGGJ1L3F4q9GDLTtkPG7rga+9Dx3d/eh9PYi9Zis0+gbEMXi7th5abU60
|
||||
4OSJHr6etGG0JDRnGhV1mxpGNdOrlATvjMsSgn8PSVoDbGg6a0b5NXsAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>867, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1570, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingNavigator.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>867, 56</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorAddNewItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
|
||||
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1570, 17</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorDeleteItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveFirstItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
|
||||
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMovePreviousItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveNextItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveLastItem2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="BindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1416, 17</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorAddNewItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
|
||||
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorDeleteItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveFirstItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
|
||||
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMovePreviousItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveNextItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveLastItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="folderBrowserDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1253, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBWH_MANDANTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>413, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBWH_MANDANTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>413, 56</value>
|
||||
</metadata>
|
||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>134, 17</value>
|
||||
<value>314, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_MANDANTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>524, 17</value>
|
||||
@ -404,9 +325,12 @@
|
||||
<value>799, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBKOMMCOLLI_TERMINARTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 56</value>
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBWH_MANDANTTableAdapter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>643, 56</value>
|
||||
<value>527, 95</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>170</value>
|
||||
</metadata>
|
||||
</root>
|
||||
@ -1 +1 @@
|
||||
2275e9f536ef312a743f9c85b0005c7b248fc1bd
|
||||
e9b152b9359e6c239e2b2e2ed430f0cde49ec501
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -761,3 +761,386 @@ E:\SchreiberM\Visual Studio\GIT\KommiCollo\obj\x86\Debug\KommiCollo.exe.licenses
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\obj\x86\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\obj\x86\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\obj\x86\Debug\KommiCollo.pdb
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Testreport.rdlc
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.exe.config
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.pdb
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Charts.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.CodeParser.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Data.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Extensions.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.Common.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.DLL
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.WinForms.DLL
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.SqlServer.Types.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Data.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.vbprojResolveAssemblyReference.cache
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.DocumentViewerEx.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmAbschluss.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmConnection.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmLabel.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmMain.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmPrintOptions.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmStammdatenverwaltung.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.Resources.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.reportUebergabe.resources
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.vbproj.GenerateResource.Cache
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.exe.licenses
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Testreport.rdlc
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.exe.config
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Charts.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.CodeParser.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Data.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Extensions.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.Common.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.DLL
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.WinForms.DLL
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.SqlServer.Types.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Data.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.DataAccess.v15.2.UI.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Office.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.PivotGrid.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Printing.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.RichEdit.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Sparkline.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Utils.v15.2.UI.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Xpo.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraBars.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraCharts.v15.2.Wizard.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraEditors.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGauges.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraLayout.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraNavBar.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPivotGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraPrinting.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraReports.v15.2.Extensions.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraRichEdit.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraTreeList.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.XtraVerticalGrid.v15.2.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\DevExpress.Pdf.v15.2.Drawing.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Data.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.DataAccess.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Office.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.PivotGrid.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Printing.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.RichEdit.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Sparkline.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Utils.v15.2.UI.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Xpo.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraBars.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraCharts.v15.2.Wizard.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraEditors.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraGauges.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraLayout.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraNavBar.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraPivotGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraPrinting.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraReports.v15.2.Extensions.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraRichEdit.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\de\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\es\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ja\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\ru\DevExpress.Pdf.v15.2.Core.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.vbprojResolveAssemblyReference.cache
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.DocumentViewerEx.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmAbschluss.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmAdressChange.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmConnection.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmLabel.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmMain.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmPrintOptions.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.frmStammdatenverwaltung.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.Resources.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.reportUebergabe.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.vbproj.GenerateResource.Cache
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.exe.licenses
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\obj\x86\Debug\KommiCollo.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -52,6 +52,11 @@ KommiCollo
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.ChangeQueryType_InsertResults_272">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:KommiCollo.My.Resources.Resources.chart_organisation_add">
|
||||
<summary>
|
||||
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
2f0b6e990ea7782dab6a9c11fed5630b5d36fea1
|
||||
4ef8c95a7396927cbdfdb8a7aed4ed6b58d52cfa
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
|
||||
@ -53,8 +53,8 @@ D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraTreeList.v15.2.dll
|
||||
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraTreeList.v15.2.resources.dll
|
||||
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\DevExpress.XtraVerticalGrid.v15.2.dll
|
||||
D:\ProgramFiles\DevExpress 15.2\Bin\Framework\de\DevExpress.XtraVerticalGrid.v15.2.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\bin\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\bin\Debug\Microsoft.ReportViewer.Common.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\bin\Debug\Microsoft.ReportViewer.WinForms.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\KommiCollo\bin\Debug\Microsoft.SqlServer.Types.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\KommiCollo.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.Common.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.ProcessingObjectModel.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.ReportViewer.WinForms.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\KommiCollo\bin\Debug\Microsoft.SqlServer.Types.dll
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
|
||||
@ -1,8 +1,10 @@
|
||||
E:\JenneJ\Visual Studio\SchaumKommi\SetupWix\bin\Debug\KommiCollo-x86-1.0.0.0.msi
|
||||
E:\JenneJ\Visual Studio\SchaumKommi\SetupWix\bin\Debug\KommiCollo-x86-1.0.0.0.wixpdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SchaumKommi\SchaumKommiCollo\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
obj\Debug\Product.wixobj
|
||||
obj\Debug\SetupWix.wixproj.BindContentsFileListde-DE.txt
|
||||
obj\Debug\SetupWix.wixproj.BindOutputsFileListde-DE.txt
|
||||
obj\Debug\SetupWix.wixproj.BindBuiltOutputsFileListde-DE.txt
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.msi
|
||||
E:\SchreiberM\Visual Studio\GIT\SetupWix\bin\Debug\KommiCollo-x86-2.0.0.0.wixpdb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user