First bug fixes
This commit is contained in:
@@ -47,10 +47,10 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OptionInfer>On</OptionInfer>
|
<OptionInfer>On</OptionInfer>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
<PropertyGroup>
|
||||||
|
<ApplicationIcon>MultiTool.ico</ApplicationIcon>
|
||||||
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DevExpress.Charts.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Charts.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
<Reference Include="DevExpress.DataAccess.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.DataAccess.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
@@ -158,12 +158,6 @@
|
|||||||
<Compile Include="frmImportMain.vb">
|
<Compile Include="frmImportMain.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="frmImportMain_old.Designer.vb">
|
|
||||||
<DependentUpon>frmImportMain_old.vb</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="frmImportMain_old.vb">
|
|
||||||
<SubType>Form</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="frmMain.Designer.vb">
|
<Compile Include="frmMain.Designer.vb">
|
||||||
<DependentUpon>frmMain.vb</DependentUpon>
|
<DependentUpon>frmMain.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -176,6 +170,11 @@
|
|||||||
<Compile Include="frmRowEditor.vb">
|
<Compile Include="frmRowEditor.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Strings\frmRowEditorExtra.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>frmRowEditorExtra.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="frmXmlEditor.Designer.vb">
|
<Compile Include="frmXmlEditor.Designer.vb">
|
||||||
<DependentUpon>frmXmlEditor.vb</DependentUpon>
|
<DependentUpon>frmXmlEditor.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -199,10 +198,6 @@
|
|||||||
<DependentUpon>Settings.settings</DependentUpon>
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Positions\Position.vb" />
|
|
||||||
<Compile Include="Positions\PositionColumns.vb" />
|
|
||||||
<Compile Include="Positions\PositionData.vb" />
|
|
||||||
<Compile Include="Positions\PositionGrid.vb" />
|
|
||||||
<Compile Include="Reports\OrderReport.Designer.vb">
|
<Compile Include="Reports\OrderReport.Designer.vb">
|
||||||
<DependentUpon>OrderReport.vb</DependentUpon>
|
<DependentUpon>OrderReport.vb</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -221,13 +216,18 @@
|
|||||||
<Compile Include="frmConfig.vb">
|
<Compile Include="frmConfig.vb">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Strings\frmImportMainExtra.Designer.vb">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>frmImportMainExtra.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<EmbeddedResource Include="frmImportMain.resx">
|
<EmbeddedResource Include="frmImportMain.en.resx">
|
||||||
<DependentUpon>frmImportMain.vb</DependentUpon>
|
<DependentUpon>frmImportMain.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmImportMain_old.resx">
|
<EmbeddedResource Include="frmImportMain.resx">
|
||||||
<DependentUpon>frmImportMain_old.vb</DependentUpon>
|
<DependentUpon>frmImportMain.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmMain.resx">
|
<EmbeddedResource Include="frmMain.resx">
|
||||||
<DependentUpon>frmMain.vb</DependentUpon>
|
<DependentUpon>frmMain.vb</DependentUpon>
|
||||||
@@ -235,6 +235,11 @@
|
|||||||
<EmbeddedResource Include="frmRowEditor.resx">
|
<EmbeddedResource Include="frmRowEditor.resx">
|
||||||
<DependentUpon>frmRowEditor.vb</DependentUpon>
|
<DependentUpon>frmRowEditor.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Strings\frmRowEditorExtra.resx">
|
||||||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>frmRowEditorExtra.Designer.vb</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="frmXmlEditor.resx">
|
<EmbeddedResource Include="frmXmlEditor.resx">
|
||||||
<DependentUpon>frmXmlEditor.vb</DependentUpon>
|
<DependentUpon>frmXmlEditor.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
@@ -254,6 +259,11 @@
|
|||||||
<EmbeddedResource Include="frmConfig.resx">
|
<EmbeddedResource Include="frmConfig.resx">
|
||||||
<DependentUpon>frmConfig.vb</DependentUpon>
|
<DependentUpon>frmConfig.vb</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="Strings\frmImportMainExtra.resx">
|
||||||
|
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>frmImportMainExtra.Designer.vb</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="My Project\Application.myapp">
|
<None Include="My Project\Application.myapp">
|
||||||
@@ -270,6 +280,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="CREATE_DATABASE.sql" />
|
<Content Include="CREATE_DATABASE.sql" />
|
||||||
|
<Content Include="MultiTool.ico" />
|
||||||
<Content Include="README.txt" />
|
<Content Include="README.txt" />
|
||||||
<None Include="Resources\bo_unknown1.svg" />
|
<None Include="Resources\bo_unknown1.svg" />
|
||||||
<None Include="Resources\bo_unknown.svg" />
|
<None Include="Resources\bo_unknown.svg" />
|
||||||
|
|||||||
BIN
MultiTool.Form/MultiTool.ico
Normal file
BIN
MultiTool.Form/MultiTool.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
@@ -1,20 +1,21 @@
|
|||||||
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemDateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraVerticalGrid.PropertyGridControl, DevExpress.XtraVerticalGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.SearchLookUpEdit, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraReports.UserDesigner.XRDesignDockManager, DevExpress.XtraReports.v19.2.Extensions, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraVerticalGrid.VGridControl, DevExpress.XtraVerticalGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraVerticalGrid.VGridControl, DevExpress.XtraVerticalGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.Repository.RepositoryItemDateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.GridLookUpEdit, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.GridLookUpEdit, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraRichEdit.RichEditControl, DevExpress.XtraRichEdit.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraVerticalGrid.PropertyGridControl, DevExpress.XtraVerticalGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraReports.UserDesigner.XRDesignBarManager, DevExpress.XtraReports.v19.2.Extensions, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraReports.UserDesigner.XRDesignBarManager, DevExpress.XtraReports.v19.2.Extensions, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
|
||||||
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraReports.UserDesigner.XRDesignDockManager, DevExpress.XtraReports.v19.2.Extensions, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraLayout.LayoutControl, DevExpress.XtraLayout.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v20.1, Version=20.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraRichEdit.RichEditControl, DevExpress.XtraRichEdit.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.TextEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.SearchLookUpEdit, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.DateEdit, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
Namespace Positions
|
|
||||||
Public Class Position
|
|
||||||
Public Property RowNumber As Integer
|
|
||||||
Public Property EuropeanArticleNumber As String
|
|
||||||
Public Property ArticleNumber As String
|
|
||||||
Public Property ArticleNumberVendor As String
|
|
||||||
Public Property ArticleDescription As String
|
|
||||||
Public Property EDIPrice As Double
|
|
||||||
Public Property WinLinePrice As Double
|
|
||||||
Public Property Price As Double
|
|
||||||
Public Property Amount As Double
|
|
||||||
Public Property ReplacementArticleNumber As String
|
|
||||||
Public Property UseReplacementNumber As Boolean = False
|
|
||||||
End Class
|
|
||||||
|
|
||||||
End Namespace
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
Imports DevExpress.XtraGrid.Columns
|
|
||||||
|
|
||||||
Namespace Positions
|
|
||||||
Public Class PositionColumns
|
|
||||||
Public Shared Property ColumnRowNumber As New GridColumn With {
|
|
||||||
.FieldName = "RowNumber",
|
|
||||||
.Caption = "Nr.",
|
|
||||||
.VisibleIndex = 0,
|
|
||||||
.MaxWidth = 30
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnArticleNumber As New GridColumn With {
|
|
||||||
.FieldName = "ArticleNumber",
|
|
||||||
.Caption = "Artikelnummer",
|
|
||||||
.VisibleIndex = 1
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnEuropeanArticleNumber As New GridColumn With {
|
|
||||||
.FieldName = "EuropeanArticleNumber",
|
|
||||||
.Caption = "EAN",
|
|
||||||
.VisibleIndex = 2
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnReplacementArticleNumber As New GridColumn With {
|
|
||||||
.FieldName = "ReplacementArticleNumber",
|
|
||||||
.Caption = "Ersatzartikel",
|
|
||||||
.VisibleIndex = 3
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnArticleNumberVendor As New GridColumn With {
|
|
||||||
.FieldName = "ArticleNumberVendor",
|
|
||||||
.Caption = "Artikel Lieferant",
|
|
||||||
.VisibleIndex = 4
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnArticleDescription As New GridColumn With {
|
|
||||||
.FieldName = "ArticleDescription",
|
|
||||||
.Caption = "Artikel Beschreibung",
|
|
||||||
.VisibleIndex = 5
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnAmount As New GridColumn With {
|
|
||||||
.FieldName = "Amount",
|
|
||||||
.Caption = "Menge",
|
|
||||||
.VisibleIndex = 6
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnEDIPrice As New GridColumn With {
|
|
||||||
.FieldName = "EDIPrice",
|
|
||||||
.Caption = "Einzelpreis EDI",
|
|
||||||
.VisibleIndex = 7
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnWinLinePrice As New GridColumn With {
|
|
||||||
.FieldName = "WinLinePrice",
|
|
||||||
.Caption = "Einzelpreis WinLine",
|
|
||||||
.VisibleIndex = 8
|
|
||||||
}
|
|
||||||
Public Shared Property ColumnPrice As New GridColumn With {
|
|
||||||
.FieldName = "Price",
|
|
||||||
.Caption = "Einzelpreis",
|
|
||||||
.VisibleIndex = 9
|
|
||||||
}
|
|
||||||
|
|
||||||
''' <summary>
|
|
||||||
''' Columns that can be changed in the positions grid
|
|
||||||
''' </summary>
|
|
||||||
Public Shared Property WritableColumns As New List(Of GridColumn) From {
|
|
||||||
ColumnPrice
|
|
||||||
}
|
|
||||||
|
|
||||||
Public Shared Property AllColumns As New List(Of GridColumn) From {
|
|
||||||
ColumnRowNumber,
|
|
||||||
ColumnArticleNumber,
|
|
||||||
ColumnReplacementArticleNumber,
|
|
||||||
ColumnArticleNumberVendor,
|
|
||||||
ColumnEuropeanArticleNumber,
|
|
||||||
ColumnArticleDescription,
|
|
||||||
ColumnEDIPrice,
|
|
||||||
ColumnWinLinePrice,
|
|
||||||
ColumnPrice
|
|
||||||
}
|
|
||||||
End Class
|
|
||||||
End Namespace
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
Imports DigitalData.Modules.Logging
|
|
||||||
Imports MultiTool.Form.Positions
|
|
||||||
Imports MultiTool.Shared.Winline
|
|
||||||
Imports MultiTool.Shared.Schemas
|
|
||||||
|
|
||||||
Public Class PositionData
|
|
||||||
Inherits MultiTool.Shared.BaseClass
|
|
||||||
|
|
||||||
Private Winline As Data
|
|
||||||
|
|
||||||
Public Sub New(pLogConfig As LogConfig, pWinline As Data)
|
|
||||||
MyBase.New(pLogConfig, pLogConfig.GetLogger())
|
|
||||||
Winline = pWinline
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Public Function Load(pMandator As Mandator, pData As Orders.Input.MESOWebService, pDataOriginal As Orders.Input.MESOWebService) As List(Of Position)
|
|
||||||
' Dim oPositions = Orders.Helpers.GetOrderPositions(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT026)(pData)
|
|
||||||
' Dim oPositionsOriginal = Orders.Helpers.GetOrderPositions(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT026)(pDataOriginal)
|
|
||||||
' Dim oPositionList As New List(Of Position)
|
|
||||||
|
|
||||||
' For Each oPosition In oPositions
|
|
||||||
' Dim oPositionOriginal = oPositionsOriginal.
|
|
||||||
' Where(Function(p) p.Zeilennummer = oPosition.Zeilennummer).
|
|
||||||
' SingleOrDefault()
|
|
||||||
|
|
||||||
' Dim oReplacementNumber As String = Winline.GetReplacementArticleNumber(oPosition.Artikelnummer, pMandator)
|
|
||||||
|
|
||||||
' ' If ArticleNumber is the same as the replacement Number, this Article does not have a replacement Number
|
|
||||||
' If oReplacementNumber = oPosition.Artikelnummer Then
|
|
||||||
' oReplacementNumber = Nothing
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' oPositionList.Add(New Position With {
|
|
||||||
' .ArticleNumber = oPosition.Artikelnummer,
|
|
||||||
' .RowNumber = oPosition.Zeilennummer,
|
|
||||||
' .ArticleDescription = oPosition.Bezeichnung,
|
|
||||||
' .ArticleNumberVendor = oPosition.Lieferantenartikelnummer,
|
|
||||||
' .EDIPrice = oPosition.Einzelpreis,
|
|
||||||
' .WinLinePrice = 0,
|
|
||||||
' .Price = 0,
|
|
||||||
' .Amount = oPosition.Menge_bestellt,
|
|
||||||
' .EuropeanArticleNumber = oPositionOriginal.Artikelnummer,
|
|
||||||
' .ReplacementArticleNumber = oReplacementNumber
|
|
||||||
' })
|
|
||||||
' Next
|
|
||||||
|
|
||||||
' Return oPositionList
|
|
||||||
'End Function
|
|
||||||
End Class
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
Imports DevExpress.XtraGrid.Columns
|
|
||||||
Imports DevExpress.XtraGrid.Views.Grid
|
|
||||||
Imports MultiTool.Shared.Documents
|
|
||||||
Imports MultiTool.Form.Positions
|
|
||||||
|
|
||||||
Namespace Positions
|
|
||||||
Public Class PositionGrid
|
|
||||||
Public Shared Sub LoadPositionViewAndColumns(pView As GridView, pDocumentType As DocumentType)
|
|
||||||
Dim oColumns As List(Of GridColumn)
|
|
||||||
|
|
||||||
' Create columns list depending on DocumentType
|
|
||||||
Select Case pDocumentType
|
|
||||||
Case DocumentType.Order
|
|
||||||
oColumns = PositionColumns.AllColumns
|
|
||||||
|
|
||||||
Case Else
|
|
||||||
oColumns = New List(Of GridColumn)
|
|
||||||
End Select
|
|
||||||
|
|
||||||
' Reset the grid
|
|
||||||
pView.GridControl.DataSource = Nothing
|
|
||||||
pView.GridControl.ForceInitialize()
|
|
||||||
|
|
||||||
' Add and adjust columns
|
|
||||||
pView.Columns.AddRange(oColumns.ToArray())
|
|
||||||
pView.BestFitColumns()
|
|
||||||
|
|
||||||
' Set columns readonly that need it
|
|
||||||
Dim oReadOnlyColumns = oColumns.
|
|
||||||
Except(PositionColumns.WritableColumns).
|
|
||||||
ToList()
|
|
||||||
|
|
||||||
For Each oColumn As GridColumn In pView.Columns
|
|
||||||
If oReadOnlyColumns.Contains(oColumn) Then
|
|
||||||
oColumn.OptionsColumn.ReadOnly = True
|
|
||||||
oColumn.OptionsColumn.AllowEdit = False
|
|
||||||
Else
|
|
||||||
oColumn.Caption &= " *"
|
|
||||||
End If
|
|
||||||
Next
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
|
|
||||||
End Namespace
|
|
||||||
301
MultiTool.Form/Strings/frmImportMainExtra.Designer.vb
generated
Normal file
301
MultiTool.Form/Strings/frmImportMainExtra.Designer.vb
generated
Normal file
@@ -0,0 +1,301 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' Dieser Code wurde von einem Tool generiert.
|
||||||
|
' Laufzeitversion:4.0.30319.42000
|
||||||
|
'
|
||||||
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
' der Code erneut generiert wird.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
|
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
|
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
|
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
|
'''<summary>
|
||||||
|
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||||
|
Friend Class frmImportMainExtra
|
||||||
|
|
||||||
|
Private Shared resourceMan As Global.System.Resources.ResourceManager
|
||||||
|
|
||||||
|
Private Shared resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||||
|
Friend Sub New()
|
||||||
|
MyBase.New
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
|
Get
|
||||||
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("MultiTool.Form.frmImportMainExtra", GetType(frmImportMainExtra).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die {0} nicht konfiguriert oder nicht gefunden ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property _0__nicht_konfiguriert_oder_nicht_gefunden() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("{0} nicht konfiguriert oder nicht gefunden", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Aktuelle Datei ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Aktuelle_Datei() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Aktuelle Datei", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Ausgabeverzeichnis ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Ausgabeverzeichnis() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Ausgabeverzeichnis", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Bitte wählen Sie einen Mandanten aus, bevor Sie fortfahren! ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Bitte_wählen_Sie_einen_Mandanten_aus__bevor_Sie_fortfahren() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Bitte wählen Sie einen Mandanten aus, bevor Sie fortfahren", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Datei erfolgreich in die WinLine übertragen! ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Datei_erfolgreich_in_die_WinLine_übertragen() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Datei erfolgreich in die WinLine übertragen", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Die Verbindung zum WinLine Server ist fehlgeschlagen. Bitte prüfen Sie die Konfiguration des Programs und den Zustand des WinLine Servers ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Die_Verbindung_zum_WinLine_Server_ist_fehlgeschlagen() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Die Verbindung zum WinLine Server ist fehlgeschlagen", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Eingangsverzeichnis ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Eingangsverzeichnis() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Eingangsverzeichnis", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Es konnte kein passender Mandant anhand der geladenen Daten ermittelt werden. Bitte wählen Sie einen aus der Liste. ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Es_konnte_kein_passender_Mandant_ermittelt_werden() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Es konnte kein passender Mandant ermittelt werden", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die In der Funktion '{0}' ist folgender Fehler aufgetreten:{1} ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property In_der_Funktion___0___ist_folgender_Fehler_aufgetreten__1_() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("In der Funktion '{0}' ist folgender Fehler aufgetreten:{1}", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Initialisieren der Anwendungs Daten ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Initialisieren_der_Anwendungs_Daten() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Initialisieren der Anwendungs Daten", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Konfigurationsverzeichnis ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Konfigurationsverzeichnis() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Konfigurationsverzeichnis", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Lade {0}/Artikel ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Lade__0__Artikel() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Lade {0}/Artikel", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Lade {0}/Belegarten ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Lade__0__Belegarten() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Lade {0}/Belegarten", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Lade {0}/Konten ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Lade__0__Konten() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Lade {0}/Konten", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Lade Oberfläche ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Lade_Oberfläche() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Lade Oberfläche", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Lade Vorlagen ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Lade_Vorlagen() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Lade Vorlagen", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Laden der Detailzeilen ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Laden_der_Detailzeilen() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Laden der Detailzeilen", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Laden der Dokumente ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Laden_der_Dokumente() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Laden der Dokumente", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Laden der Winline Daten ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Laden_der_Winline_Daten() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Laden der Winline Daten", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Laden des Dokuments ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Laden_des_Dokuments() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Laden des Dokuments", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Logverzeichnis ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Logverzeichnis() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Logverzeichnis", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Neuladen des Dokuments ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Neuladen_des_Dokuments() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Neuladen des Dokuments", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Übertragung zur WinLine ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Übertragung_zur_WinLine() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Übertragung zur WinLine", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Vorlagenverzeichnis ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Vorlagenverzeichnis() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Vorlagenverzeichnis", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Wollen Sie wirklich die aktuelle Datei mit dem gewählten Mandanten ({0}) neu laden? Alle von Ihnen getätigten Änderungen werden dabei verworfen ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Wollen_Sie_wirklich_die_aktuelle_Datei_neu_laden() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Wollen Sie wirklich die aktuelle Datei neu laden", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Zur Zeit werden nur bis zu 4 Tabellen unterstützt! ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Zur_Zeit_werden_nur_bis_zu_4_Tabellen_unterstützt_() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Zur Zeit werden nur bis zu 4 Tabellen unterstützt!", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
198
MultiTool.Form/Strings/frmImportMainExtra.resx
Normal file
198
MultiTool.Form/Strings/frmImportMainExtra.resx
Normal file
@@ -0,0 +1,198 @@
|
|||||||
|
<?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>
|
||||||
|
<data name="Aktuelle Datei" xml:space="preserve">
|
||||||
|
<value>Aktuelle Datei</value>
|
||||||
|
</data>
|
||||||
|
<data name="Ausgabeverzeichnis" xml:space="preserve">
|
||||||
|
<value>Ausgabeverzeichnis</value>
|
||||||
|
</data>
|
||||||
|
<data name="Bitte wählen Sie einen Mandanten aus, bevor Sie fortfahren" xml:space="preserve">
|
||||||
|
<value>Bitte wählen Sie einen Mandanten aus, bevor Sie fortfahren!</value>
|
||||||
|
</data>
|
||||||
|
<data name="Datei erfolgreich in die WinLine übertragen" xml:space="preserve">
|
||||||
|
<value>Datei erfolgreich in die WinLine übertragen!</value>
|
||||||
|
</data>
|
||||||
|
<data name="Die Verbindung zum WinLine Server ist fehlgeschlagen" xml:space="preserve">
|
||||||
|
<value>Die Verbindung zum WinLine Server ist fehlgeschlagen. Bitte prüfen Sie die Konfiguration des Programs und den Zustand des WinLine Servers</value>
|
||||||
|
</data>
|
||||||
|
<data name="Eingangsverzeichnis" xml:space="preserve">
|
||||||
|
<value>Eingangsverzeichnis</value>
|
||||||
|
</data>
|
||||||
|
<data name="Es konnte kein passender Mandant ermittelt werden" xml:space="preserve">
|
||||||
|
<value>Es konnte kein passender Mandant anhand der geladenen Daten ermittelt werden. Bitte wählen Sie einen aus der Liste.</value>
|
||||||
|
</data>
|
||||||
|
<data name="In der Funktion '{0}' ist folgender Fehler aufgetreten:{1}" xml:space="preserve">
|
||||||
|
<value>In der Funktion '{0}' ist folgender Fehler aufgetreten:{1}</value>
|
||||||
|
</data>
|
||||||
|
<data name="Initialisieren der Anwendungs Daten" xml:space="preserve">
|
||||||
|
<value>Initialisieren der Anwendungs Daten</value>
|
||||||
|
</data>
|
||||||
|
<data name="Konfigurationsverzeichnis" xml:space="preserve">
|
||||||
|
<value>Konfigurationsverzeichnis</value>
|
||||||
|
</data>
|
||||||
|
<data name="Lade Oberfläche" xml:space="preserve">
|
||||||
|
<value>Lade Oberfläche</value>
|
||||||
|
</data>
|
||||||
|
<data name="Lade Vorlagen" xml:space="preserve">
|
||||||
|
<value>Lade Vorlagen</value>
|
||||||
|
</data>
|
||||||
|
<data name="Lade {0}/Artikel" xml:space="preserve">
|
||||||
|
<value>Lade {0}/Artikel</value>
|
||||||
|
</data>
|
||||||
|
<data name="Lade {0}/Belegarten" xml:space="preserve">
|
||||||
|
<value>Lade {0}/Belegarten</value>
|
||||||
|
</data>
|
||||||
|
<data name="Lade {0}/Konten" xml:space="preserve">
|
||||||
|
<value>Lade {0}/Konten</value>
|
||||||
|
</data>
|
||||||
|
<data name="Laden der Detailzeilen" xml:space="preserve">
|
||||||
|
<value>Laden der Detailzeilen</value>
|
||||||
|
</data>
|
||||||
|
<data name="Laden der Dokumente" xml:space="preserve">
|
||||||
|
<value>Laden der Dokumente</value>
|
||||||
|
</data>
|
||||||
|
<data name="Laden der Winline Daten" xml:space="preserve">
|
||||||
|
<value>Laden der Winline Daten</value>
|
||||||
|
</data>
|
||||||
|
<data name="Laden des Dokuments" xml:space="preserve">
|
||||||
|
<value>Laden des Dokuments</value>
|
||||||
|
</data>
|
||||||
|
<data name="Logverzeichnis" xml:space="preserve">
|
||||||
|
<value>Logverzeichnis</value>
|
||||||
|
</data>
|
||||||
|
<data name="Neuladen des Dokuments" xml:space="preserve">
|
||||||
|
<value>Neuladen des Dokuments</value>
|
||||||
|
</data>
|
||||||
|
<data name="Vorlagenverzeichnis" xml:space="preserve">
|
||||||
|
<value>Vorlagenverzeichnis</value>
|
||||||
|
</data>
|
||||||
|
<data name="Wollen Sie wirklich die aktuelle Datei neu laden" xml:space="preserve">
|
||||||
|
<value>Wollen Sie wirklich die aktuelle Datei mit dem gewählten Mandanten ({0}) neu laden? Alle von Ihnen getätigten Änderungen werden dabei verworfen</value>
|
||||||
|
</data>
|
||||||
|
<data name="Zur Zeit werden nur bis zu 4 Tabellen unterstützt!" xml:space="preserve">
|
||||||
|
<value>Zur Zeit werden nur bis zu 4 Tabellen unterstützt!</value>
|
||||||
|
</data>
|
||||||
|
<data name="{0} nicht konfiguriert oder nicht gefunden" xml:space="preserve">
|
||||||
|
<value>{0} nicht konfiguriert oder nicht gefunden</value>
|
||||||
|
</data>
|
||||||
|
<data name="Übertragung zur WinLine" xml:space="preserve">
|
||||||
|
<value>Übertragung zur WinLine</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
76
MultiTool.Form/Strings/frmRowEditorExtra.Designer.vb
generated
Normal file
76
MultiTool.Form/Strings/frmRowEditorExtra.Designer.vb
generated
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
'------------------------------------------------------------------------------
|
||||||
|
' <auto-generated>
|
||||||
|
' Dieser Code wurde von einem Tool generiert.
|
||||||
|
' Laufzeitversion:4.0.30319.42000
|
||||||
|
'
|
||||||
|
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
|
' der Code erneut generiert wird.
|
||||||
|
' </auto-generated>
|
||||||
|
'------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Option Strict On
|
||||||
|
Option Explicit On
|
||||||
|
|
||||||
|
Imports System
|
||||||
|
|
||||||
|
Namespace My.Resources
|
||||||
|
|
||||||
|
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
|
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
|
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
|
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
|
'''<summary>
|
||||||
|
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||||
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||||
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||||
|
Friend Class frmRowEditorExtra
|
||||||
|
|
||||||
|
Private Shared resourceMan As Global.System.Resources.ResourceManager
|
||||||
|
|
||||||
|
Private Shared resourceCulture As Global.System.Globalization.CultureInfo
|
||||||
|
|
||||||
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
||||||
|
Friend Sub New()
|
||||||
|
MyBase.New
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||||
|
Get
|
||||||
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||||
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("MultiTool.Form.frmRowEditorExtra", GetType(frmRowEditorExtra).Assembly)
|
||||||
|
resourceMan = temp
|
||||||
|
End If
|
||||||
|
Return resourceMan
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
|
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
|
'''</summary>
|
||||||
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||||
|
Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
|
||||||
|
Get
|
||||||
|
Return resourceCulture
|
||||||
|
End Get
|
||||||
|
Set
|
||||||
|
resourceCulture = value
|
||||||
|
End Set
|
||||||
|
End Property
|
||||||
|
|
||||||
|
'''<summary>
|
||||||
|
''' Sucht eine lokalisierte Zeichenfolge, die Datumswert für '{oField.Key}' enthält einen ungüligen Wert. Bitte benutzen Sie das Format 'YYYY-MM-DD'. ähnelt.
|
||||||
|
'''</summary>
|
||||||
|
Friend Shared ReadOnly Property Datumswert_für___0___enthält_einen_ungüligen_Wert() As String
|
||||||
|
Get
|
||||||
|
Return ResourceManager.GetString("Datumswert für '{0}' enthält einen ungüligen Wert", resourceCulture)
|
||||||
|
End Get
|
||||||
|
End Property
|
||||||
|
End Class
|
||||||
|
End Namespace
|
||||||
@@ -117,26 +117,7 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<metadata name="ApplicationMenu1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<data name="Datumswert für '{0}' enthält einen ungüligen Wert" xml:space="preserve">
|
||||||
<value>196, 17</value>
|
<value>Datumswert für '{oField.Key}' enthält einen ungüligen Wert. Bitte benutzen Sie das Format 'YYYY-MM-DD'.</value>
|
||||||
</metadata>
|
|
||||||
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
||||||
<data name="colSelected.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
|
||||||
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
|
||||||
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAHICAAAC77u/
|
|
||||||
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
|
||||||
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
|
||||||
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
|
||||||
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
|
||||||
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
|
|
||||||
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
|
|
||||||
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
|
|
||||||
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkNoZWNrQ2lyY2xlZCI+DQogICAgPHBhdGggZD0iTTE2
|
|
||||||
LDRDOS40LDQsNCw5LjQsNCwxNmMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyQzI4LDkuNCwy
|
|
||||||
Mi42LDQsMTYsNHogTTE0LDIybC02LTZsMi0ybDQsNGw4LThsMiwyICAgTDE0LDIyeiIgY2xhc3M9Ikdy
|
|
||||||
ZWVuIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
|
||||||
</value>
|
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
682
MultiTool.Form/frmImportMain.Designer.vb
generated
682
MultiTool.Form/frmImportMain.Designer.vb
generated
@@ -25,6 +25,15 @@ Partial Class frmImportMain
|
|||||||
Me.components = New System.ComponentModel.Container()
|
Me.components = New System.ComponentModel.Container()
|
||||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmImportMain))
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmImportMain))
|
||||||
Dim SnapOptions1 As DevExpress.Utils.Controls.SnapOptions = New DevExpress.Utils.Controls.SnapOptions()
|
Dim SnapOptions1 As DevExpress.Utils.Controls.SnapOptions = New DevExpress.Utils.Controls.SnapOptions()
|
||||||
|
Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl()
|
||||||
|
Me.GridControlFiles = New DevExpress.XtraGrid.GridControl()
|
||||||
|
Me.GridViewFiles = New DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView()
|
||||||
|
Me.gridBand3 = New DevExpress.XtraGrid.Views.BandedGrid.GridBand()
|
||||||
|
Me.colSelected = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
||||||
|
Me.colFilename = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
||||||
|
Me.colCreatedAt = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
||||||
|
Me.colMandator = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
||||||
|
Me.cmbMandators = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
||||||
Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||||
Me.txtVersion = New DevExpress.XtraBars.BarStaticItem()
|
Me.txtVersion = New DevExpress.XtraBars.BarStaticItem()
|
||||||
Me.txtFilesLoaded = New DevExpress.XtraBars.BarStaticItem()
|
Me.txtFilesLoaded = New DevExpress.XtraBars.BarStaticItem()
|
||||||
@@ -41,6 +50,7 @@ Partial Class frmImportMain
|
|||||||
Me.btnOpenConfigDirectory = New DevExpress.XtraBars.BarButtonItem()
|
Me.btnOpenConfigDirectory = New DevExpress.XtraBars.BarButtonItem()
|
||||||
Me.txtCurrentFile = New DevExpress.XtraBars.BarStaticItem()
|
Me.txtCurrentFile = New DevExpress.XtraBars.BarStaticItem()
|
||||||
Me.btnConfig = New DevExpress.XtraBars.BarButtonItem()
|
Me.btnConfig = New DevExpress.XtraBars.BarButtonItem()
|
||||||
|
Me.txtCulture = New DevExpress.XtraBars.BarStaticItem()
|
||||||
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
||||||
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
@@ -50,40 +60,31 @@ Partial Class frmImportMain
|
|||||||
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RibbonPageGroup6 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
Me.RibbonPageGroup6 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||||
Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
||||||
|
Me.RepositoryItemProgressBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemProgressBar()
|
||||||
Me.RibbonStatusBar = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
Me.RibbonStatusBar = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
||||||
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
|
||||||
Me.GridControlFiles = New DevExpress.XtraGrid.GridControl()
|
|
||||||
Me.GridViewFiles = New DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView()
|
|
||||||
Me.gridBand3 = New DevExpress.XtraGrid.Views.BandedGrid.GridBand()
|
|
||||||
Me.colSelected = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
|
||||||
Me.colMandator = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
|
||||||
Me.cmbMandators = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
|
||||||
Me.colCreatedAt = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
|
||||||
Me.colFilename = New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn()
|
|
||||||
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
||||||
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
||||||
Me.lookupMandator = New DevExpress.XtraEditors.GridLookUpEdit()
|
Me.lookupMandator = New DevExpress.XtraEditors.GridLookUpEdit()
|
||||||
Me.GridLookUpEdit1View = New DevExpress.XtraGrid.Views.Grid.GridView()
|
Me.GridLookUpEdit1View = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||||
Me.colId = New DevExpress.XtraGrid.Columns.GridColumn()
|
Me.colId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||||
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||||
Me.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl()
|
|
||||||
Me.SplitContainerGrids = New DevExpress.XtraEditors.SplitContainerControl()
|
Me.SplitContainerGrids = New DevExpress.XtraEditors.SplitContainerControl()
|
||||||
Me.SplitContainerGrids1 = New DevExpress.XtraEditors.SplitContainerControl()
|
Me.SplitContainerGrids1 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||||
Me.SplitContainerGrids2 = New DevExpress.XtraEditors.SplitContainerControl()
|
Me.SplitContainerGrids2 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||||
Me.BehaviorManager = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components)
|
Me.BehaviorManager = New DevExpress.Utils.Behaviors.BehaviorManager(Me.components)
|
||||||
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).BeginInit()
|
Me.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, GetType(Global.MultiTool.Form.frmWaitForm), True, True)
|
||||||
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
Me.SplitContainerMain.SuspendLayout()
|
||||||
Me.SplitContainerControl1.SuspendLayout()
|
|
||||||
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.cmbMandators, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.cmbMandators, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
|
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.PanelControl1.SuspendLayout()
|
Me.PanelControl1.SuspendLayout()
|
||||||
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.SplitContainerMain.SuspendLayout()
|
|
||||||
CType(Me.SplitContainerGrids, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SplitContainerGrids, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SplitContainerGrids.SuspendLayout()
|
Me.SplitContainerGrids.SuspendLayout()
|
||||||
CType(Me.SplitContainerGrids1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.SplitContainerGrids1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
@@ -93,233 +94,42 @@ Partial Class frmImportMain
|
|||||||
CType(Me.BehaviorManager, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.BehaviorManager, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.SuspendLayout()
|
Me.SuspendLayout()
|
||||||
'
|
'
|
||||||
'RibbonControl
|
'SplitContainerMain
|
||||||
'
|
'
|
||||||
Me.RibbonControl.ExpandCollapseItem.Id = 0
|
resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain")
|
||||||
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem, Me.RibbonControl.SearchEditItem, Me.txtVersion, Me.txtFilesLoaded, Me.btnLoadFiles, Me.btnTransferFile, Me.btnOpenInputDirectory, Me.btnOpenOutputDirectory, Me.btnOpenSchemaDirectory, Me.btnReloadFile, Me.btnTransferAllFiles, Me.BarButtonItem1, Me.btnShowXml, Me.btnOpenLogDirectory, Me.btnOpenConfigDirectory, Me.txtCurrentFile, Me.btnConfig})
|
Me.SplitContainerMain.Name = "SplitContainerMain"
|
||||||
Me.RibbonControl.Location = New System.Drawing.Point(0, 0)
|
resources.ApplyResources(Me.SplitContainerMain.Panel1, "SplitContainerMain.Panel1")
|
||||||
Me.RibbonControl.MaxItemId = 25
|
Me.SplitContainerMain.Panel1.Controls.Add(Me.GridControlFiles)
|
||||||
Me.RibbonControl.Name = "RibbonControl"
|
Me.SplitContainerMain.Panel1.Controls.Add(Me.PanelControl1)
|
||||||
Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage2})
|
resources.ApplyResources(Me.SplitContainerMain.Panel2, "SplitContainerMain.Panel2")
|
||||||
Me.RibbonControl.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemComboBox1})
|
Me.SplitContainerMain.Panel2.Controls.Add(Me.SplitContainerGrids)
|
||||||
Me.RibbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
Me.SplitContainerMain.SplitterPosition = 380
|
||||||
Me.RibbonControl.ShowToolbarCustomizeItem = False
|
|
||||||
Me.RibbonControl.Size = New System.Drawing.Size(1215, 158)
|
|
||||||
Me.RibbonControl.StatusBar = Me.RibbonStatusBar
|
|
||||||
Me.RibbonControl.Toolbar.ShowCustomizeItem = False
|
|
||||||
'
|
|
||||||
'txtVersion
|
|
||||||
'
|
|
||||||
Me.txtVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right
|
|
||||||
Me.txtVersion.Caption = "Version 1.0.0.0"
|
|
||||||
Me.txtVersion.Id = 1
|
|
||||||
Me.txtVersion.Name = "txtVersion"
|
|
||||||
Me.txtVersion.Tag = "Version {0}"
|
|
||||||
'
|
|
||||||
'txtFilesLoaded
|
|
||||||
'
|
|
||||||
Me.txtFilesLoaded.Caption = "0 Dateien geladen"
|
|
||||||
Me.txtFilesLoaded.Id = 2
|
|
||||||
Me.txtFilesLoaded.Name = "txtFilesLoaded"
|
|
||||||
Me.txtFilesLoaded.Tag = "{0} Dateien geladen"
|
|
||||||
'
|
|
||||||
'btnLoadFiles
|
|
||||||
'
|
|
||||||
Me.btnLoadFiles.Caption = "Dateien einlesen"
|
|
||||||
Me.btnLoadFiles.Id = 3
|
|
||||||
Me.btnLoadFiles.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.export
|
|
||||||
Me.btnLoadFiles.Name = "btnLoadFiles"
|
|
||||||
'
|
|
||||||
'btnTransferFile
|
|
||||||
'
|
|
||||||
Me.btnTransferFile.Caption = "Aktuelle Datei übermitteln"
|
|
||||||
Me.btnTransferFile.Id = 4
|
|
||||||
Me.btnTransferFile.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_send1
|
|
||||||
Me.btnTransferFile.Name = "btnTransferFile"
|
|
||||||
'
|
|
||||||
'btnOpenInputDirectory
|
|
||||||
'
|
|
||||||
Me.btnOpenInputDirectory.Caption = "Eingangsverzeichnis öffnen"
|
|
||||||
Me.btnOpenInputDirectory.Id = 6
|
|
||||||
Me.btnOpenInputDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.open22
|
|
||||||
Me.btnOpenInputDirectory.Name = "btnOpenInputDirectory"
|
|
||||||
'
|
|
||||||
'btnOpenOutputDirectory
|
|
||||||
'
|
|
||||||
Me.btnOpenOutputDirectory.Caption = "Ausgangsverzeichnis öffnen"
|
|
||||||
Me.btnOpenOutputDirectory.Id = 7
|
|
||||||
Me.btnOpenOutputDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.up
|
|
||||||
Me.btnOpenOutputDirectory.Name = "btnOpenOutputDirectory"
|
|
||||||
'
|
|
||||||
'btnOpenSchemaDirectory
|
|
||||||
'
|
|
||||||
Me.btnOpenSchemaDirectory.Caption = "Vorlagenverzeichnis öffnen"
|
|
||||||
Me.btnOpenSchemaDirectory.Id = 9
|
|
||||||
Me.btnOpenSchemaDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.open1
|
|
||||||
Me.btnOpenSchemaDirectory.Name = "btnOpenSchemaDirectory"
|
|
||||||
'
|
|
||||||
'btnReloadFile
|
|
||||||
'
|
|
||||||
Me.btnReloadFile.Caption = "Aktuelle Datei neu laden"
|
|
||||||
Me.btnReloadFile.Enabled = False
|
|
||||||
Me.btnReloadFile.Id = 11
|
|
||||||
Me.btnReloadFile.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.rotatecounterclockwise
|
|
||||||
Me.btnReloadFile.Name = "btnReloadFile"
|
|
||||||
'
|
|
||||||
'btnTransferAllFiles
|
|
||||||
'
|
|
||||||
Me.btnTransferAllFiles.Caption = "Ausgewählte Dateien übermitteln"
|
|
||||||
Me.btnTransferAllFiles.Enabled = False
|
|
||||||
Me.btnTransferAllFiles.Id = 13
|
|
||||||
Me.btnTransferAllFiles.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_send
|
|
||||||
Me.btnTransferAllFiles.Name = "btnTransferAllFiles"
|
|
||||||
'
|
|
||||||
'BarButtonItem1
|
|
||||||
'
|
|
||||||
Me.BarButtonItem1.Caption = "Belegvorschau für aktuelle Datei anzeigen"
|
|
||||||
Me.BarButtonItem1.Enabled = False
|
|
||||||
Me.BarButtonItem1.Id = 14
|
|
||||||
Me.BarButtonItem1.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.mailmergepreview
|
|
||||||
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
||||||
'
|
|
||||||
'btnShowXml
|
|
||||||
'
|
|
||||||
Me.btnShowXml.Caption = "XML-Datei anzeigen"
|
|
||||||
Me.btnShowXml.Enabled = False
|
|
||||||
Me.btnShowXml.Id = 15
|
|
||||||
Me.btnShowXml.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.togglefieldcodes
|
|
||||||
Me.btnShowXml.Name = "btnShowXml"
|
|
||||||
'
|
|
||||||
'btnOpenLogDirectory
|
|
||||||
'
|
|
||||||
Me.btnOpenLogDirectory.Caption = "Logverzeichnis öffnen"
|
|
||||||
Me.btnOpenLogDirectory.Id = 16
|
|
||||||
Me.btnOpenLogDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.logical
|
|
||||||
Me.btnOpenLogDirectory.Name = "btnOpenLogDirectory"
|
|
||||||
'
|
|
||||||
'btnOpenConfigDirectory
|
|
||||||
'
|
|
||||||
Me.btnOpenConfigDirectory.Caption = "Konfigurationsverzeichnis öffnen"
|
|
||||||
Me.btnOpenConfigDirectory.Id = 17
|
|
||||||
Me.btnOpenConfigDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.parameters
|
|
||||||
Me.btnOpenConfigDirectory.Name = "btnOpenConfigDirectory"
|
|
||||||
'
|
|
||||||
'txtCurrentFile
|
|
||||||
'
|
|
||||||
Me.txtCurrentFile.Caption = "Aktuelle Datei: Keine"
|
|
||||||
Me.txtCurrentFile.Id = 23
|
|
||||||
Me.txtCurrentFile.Name = "txtCurrentFile"
|
|
||||||
Me.txtCurrentFile.Tag = "Aktuelle Datei: {0}"
|
|
||||||
'
|
|
||||||
'btnConfig
|
|
||||||
'
|
|
||||||
Me.btnConfig.Caption = "Konfiguration"
|
|
||||||
Me.btnConfig.Id = 24
|
|
||||||
Me.btnConfig.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.bo_unknown
|
|
||||||
Me.btnConfig.Name = "btnConfig"
|
|
||||||
'
|
|
||||||
'RibbonPage1
|
|
||||||
'
|
|
||||||
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup4, Me.RibbonPageGroup3})
|
|
||||||
Me.RibbonPage1.Name = "RibbonPage1"
|
|
||||||
Me.RibbonPage1.Text = "Start"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup1
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnLoadFiles)
|
|
||||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnReloadFile)
|
|
||||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
||||||
Me.RibbonPageGroup1.Text = "Einlesen"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup4
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup4.ItemLinks.Add(Me.BarButtonItem1)
|
|
||||||
Me.RibbonPageGroup4.ItemLinks.Add(Me.btnShowXml)
|
|
||||||
Me.RibbonPageGroup4.Name = "RibbonPageGroup4"
|
|
||||||
Me.RibbonPageGroup4.Text = "Auswertung"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup3
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup3.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
|
||||||
Me.RibbonPageGroup3.ItemLinks.Add(Me.btnTransferFile)
|
|
||||||
Me.RibbonPageGroup3.ItemLinks.Add(Me.btnTransferAllFiles)
|
|
||||||
Me.RibbonPageGroup3.Name = "RibbonPageGroup3"
|
|
||||||
Me.RibbonPageGroup3.Text = "Übermittlung"
|
|
||||||
'
|
|
||||||
'RibbonPage2
|
|
||||||
'
|
|
||||||
Me.RibbonPage2.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup5, Me.RibbonPageGroup2, Me.RibbonPageGroup6})
|
|
||||||
Me.RibbonPage2.Name = "RibbonPage2"
|
|
||||||
Me.RibbonPage2.Text = "Erweitert"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup5
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenInputDirectory)
|
|
||||||
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenOutputDirectory)
|
|
||||||
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenSchemaDirectory)
|
|
||||||
Me.RibbonPageGroup5.Name = "RibbonPageGroup5"
|
|
||||||
Me.RibbonPageGroup5.Text = "Verzeichnisse"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup2
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup2.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnOpenLogDirectory)
|
|
||||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnOpenConfigDirectory)
|
|
||||||
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
||||||
Me.RibbonPageGroup2.Text = "Debugging"
|
|
||||||
'
|
|
||||||
'RibbonPageGroup6
|
|
||||||
'
|
|
||||||
Me.RibbonPageGroup6.ItemLinks.Add(Me.btnConfig)
|
|
||||||
Me.RibbonPageGroup6.Name = "RibbonPageGroup6"
|
|
||||||
Me.RibbonPageGroup6.Text = "Konfiguration"
|
|
||||||
'
|
|
||||||
'RepositoryItemComboBox1
|
|
||||||
'
|
|
||||||
Me.RepositoryItemComboBox1.AutoHeight = False
|
|
||||||
Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
||||||
Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1"
|
|
||||||
'
|
|
||||||
'RibbonStatusBar
|
|
||||||
'
|
|
||||||
Me.RibbonStatusBar.ItemLinks.Add(Me.txtVersion)
|
|
||||||
Me.RibbonStatusBar.ItemLinks.Add(Me.txtFilesLoaded)
|
|
||||||
Me.RibbonStatusBar.ItemLinks.Add(Me.txtCurrentFile)
|
|
||||||
Me.RibbonStatusBar.Location = New System.Drawing.Point(0, 722)
|
|
||||||
Me.RibbonStatusBar.Name = "RibbonStatusBar"
|
|
||||||
Me.RibbonStatusBar.Ribbon = Me.RibbonControl
|
|
||||||
Me.RibbonStatusBar.Size = New System.Drawing.Size(1215, 24)
|
|
||||||
'
|
|
||||||
'SplitContainerControl1
|
|
||||||
'
|
|
||||||
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.SplitContainerControl1.Enabled = False
|
|
||||||
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 158)
|
|
||||||
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
|
||||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridControlFiles)
|
|
||||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.PanelControl1)
|
|
||||||
Me.SplitContainerControl1.Panel1.Text = "Panel1"
|
|
||||||
Me.SplitContainerControl1.Panel2.Controls.Add(Me.SplitContainerMain)
|
|
||||||
Me.SplitContainerControl1.Panel2.Text = "Panel2"
|
|
||||||
Me.SplitContainerControl1.Size = New System.Drawing.Size(1215, 564)
|
|
||||||
Me.SplitContainerControl1.SplitterPosition = 360
|
|
||||||
Me.SplitContainerControl1.TabIndex = 2
|
|
||||||
'
|
'
|
||||||
'GridControlFiles
|
'GridControlFiles
|
||||||
'
|
'
|
||||||
Me.GridControlFiles.Dock = System.Windows.Forms.DockStyle.Fill
|
resources.ApplyResources(Me.GridControlFiles, "GridControlFiles")
|
||||||
Me.GridControlFiles.Location = New System.Drawing.Point(0, 33)
|
Me.GridControlFiles.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControlFiles.EmbeddedNavigator.AccessibleDescription")
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.AccessibleName = resources.GetString("GridControlFiles.EmbeddedNavigator.AccessibleName")
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.ToolTip = resources.GetString("GridControlFiles.EmbeddedNavigator.ToolTip")
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControlFiles.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
|
||||||
|
Me.GridControlFiles.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControlFiles.EmbeddedNavigator.ToolTipTitle")
|
||||||
Me.GridControlFiles.MainView = Me.GridViewFiles
|
Me.GridControlFiles.MainView = Me.GridViewFiles
|
||||||
Me.GridControlFiles.MenuManager = Me.RibbonControl
|
Me.GridControlFiles.MenuManager = Me.RibbonControl
|
||||||
Me.GridControlFiles.Name = "GridControlFiles"
|
Me.GridControlFiles.Name = "GridControlFiles"
|
||||||
Me.GridControlFiles.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.cmbMandators})
|
Me.GridControlFiles.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.cmbMandators})
|
||||||
Me.GridControlFiles.Size = New System.Drawing.Size(360, 531)
|
|
||||||
Me.GridControlFiles.TabIndex = 0
|
|
||||||
Me.GridControlFiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFiles})
|
Me.GridControlFiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewFiles})
|
||||||
'
|
'
|
||||||
'GridViewFiles
|
'GridViewFiles
|
||||||
'
|
'
|
||||||
Me.GridViewFiles.Bands.AddRange(New DevExpress.XtraGrid.Views.BandedGrid.GridBand() {Me.gridBand3})
|
Me.GridViewFiles.Bands.AddRange(New DevExpress.XtraGrid.Views.BandedGrid.GridBand() {Me.gridBand3})
|
||||||
|
resources.ApplyResources(Me.GridViewFiles, "GridViewFiles")
|
||||||
Me.GridViewFiles.Columns.AddRange(New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn() {Me.colSelected, Me.colFilename, Me.colMandator, Me.colCreatedAt})
|
Me.GridViewFiles.Columns.AddRange(New DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn() {Me.colSelected, Me.colFilename, Me.colMandator, Me.colCreatedAt})
|
||||||
Me.GridViewFiles.GridControl = Me.GridControlFiles
|
Me.GridViewFiles.GridControl = Me.GridControlFiles
|
||||||
Me.GridViewFiles.Name = "GridViewFiles"
|
Me.GridViewFiles.Name = "GridViewFiles"
|
||||||
@@ -330,19 +140,16 @@ Partial Class frmImportMain
|
|||||||
'
|
'
|
||||||
'gridBand3
|
'gridBand3
|
||||||
'
|
'
|
||||||
Me.gridBand3.Caption = "gridBand3"
|
resources.ApplyResources(Me.gridBand3, "gridBand3")
|
||||||
Me.gridBand3.Columns.Add(Me.colSelected)
|
Me.gridBand3.Columns.Add(Me.colSelected)
|
||||||
Me.gridBand3.Columns.Add(Me.colMandator)
|
|
||||||
Me.gridBand3.Columns.Add(Me.colCreatedAt)
|
|
||||||
Me.gridBand3.Columns.Add(Me.colFilename)
|
Me.gridBand3.Columns.Add(Me.colFilename)
|
||||||
Me.gridBand3.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right
|
Me.gridBand3.Columns.Add(Me.colCreatedAt)
|
||||||
Me.gridBand3.Name = "gridBand3"
|
Me.gridBand3.Columns.Add(Me.colMandator)
|
||||||
Me.gridBand3.VisibleIndex = 0
|
Me.gridBand3.VisibleIndex = 0
|
||||||
Me.gridBand3.Width = 296
|
|
||||||
'
|
'
|
||||||
'colSelected
|
'colSelected
|
||||||
'
|
'
|
||||||
Me.colSelected.Caption = "Ausgewählt"
|
resources.ApplyResources(Me.colSelected, "colSelected")
|
||||||
Me.colSelected.FieldName = "Selected"
|
Me.colSelected.FieldName = "Selected"
|
||||||
Me.colSelected.ImageOptions.SvgImage = CType(resources.GetObject("colSelected.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.colSelected.ImageOptions.SvgImage = CType(resources.GetObject("colSelected.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.colSelected.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
Me.colSelected.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
||||||
@@ -350,78 +157,314 @@ Partial Class frmImportMain
|
|||||||
Me.colSelected.Name = "colSelected"
|
Me.colSelected.Name = "colSelected"
|
||||||
Me.colSelected.OptionsColumn.FixedWidth = True
|
Me.colSelected.OptionsColumn.FixedWidth = True
|
||||||
Me.colSelected.UnboundType = DevExpress.Data.UnboundColumnType.[Boolean]
|
Me.colSelected.UnboundType = DevExpress.Data.UnboundColumnType.[Boolean]
|
||||||
Me.colSelected.Visible = True
|
|
||||||
Me.colSelected.Width = 27
|
|
||||||
'
|
|
||||||
'colMandator
|
|
||||||
'
|
|
||||||
Me.colMandator.Caption = "Mandant"
|
|
||||||
Me.colMandator.ColumnEdit = Me.cmbMandators
|
|
||||||
Me.colMandator.FieldName = "MandatorId"
|
|
||||||
Me.colMandator.Name = "colMandator"
|
|
||||||
Me.colMandator.Width = 144
|
|
||||||
'
|
|
||||||
'cmbMandators
|
|
||||||
'
|
|
||||||
Me.cmbMandators.AutoHeight = False
|
|
||||||
Me.cmbMandators.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
||||||
Me.cmbMandators.Items.AddRange(New Object() {"SIVT"})
|
|
||||||
Me.cmbMandators.Name = "cmbMandators"
|
|
||||||
'
|
|
||||||
'colCreatedAt
|
|
||||||
'
|
|
||||||
Me.colCreatedAt.Caption = "Eingegangen"
|
|
||||||
Me.colCreatedAt.FieldName = "CreatedAt"
|
|
||||||
Me.colCreatedAt.Name = "colCreatedAt"
|
|
||||||
Me.colCreatedAt.OptionsColumn.AllowEdit = False
|
|
||||||
Me.colCreatedAt.OptionsColumn.ReadOnly = True
|
|
||||||
Me.colCreatedAt.Visible = True
|
|
||||||
Me.colCreatedAt.Width = 125
|
|
||||||
'
|
'
|
||||||
'colFilename
|
'colFilename
|
||||||
'
|
'
|
||||||
Me.colFilename.Caption = "Dateiname"
|
resources.ApplyResources(Me.colFilename, "colFilename")
|
||||||
Me.colFilename.FieldName = "Name"
|
Me.colFilename.FieldName = "Name"
|
||||||
Me.colFilename.Name = "colFilename"
|
Me.colFilename.Name = "colFilename"
|
||||||
Me.colFilename.OptionsColumn.AllowEdit = False
|
Me.colFilename.OptionsColumn.AllowEdit = False
|
||||||
Me.colFilename.OptionsColumn.ReadOnly = True
|
Me.colFilename.OptionsColumn.ReadOnly = True
|
||||||
Me.colFilename.RowIndex = 1
|
'
|
||||||
Me.colFilename.Visible = True
|
'colCreatedAt
|
||||||
Me.colFilename.Width = 296
|
'
|
||||||
|
resources.ApplyResources(Me.colCreatedAt, "colCreatedAt")
|
||||||
|
Me.colCreatedAt.FieldName = "CreatedAt"
|
||||||
|
Me.colCreatedAt.Name = "colCreatedAt"
|
||||||
|
Me.colCreatedAt.OptionsColumn.AllowEdit = False
|
||||||
|
Me.colCreatedAt.OptionsColumn.ReadOnly = True
|
||||||
|
Me.colCreatedAt.RowIndex = 1
|
||||||
|
'
|
||||||
|
'colMandator
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.colMandator, "colMandator")
|
||||||
|
Me.colMandator.ColumnEdit = Me.cmbMandators
|
||||||
|
Me.colMandator.FieldName = "MandatorId"
|
||||||
|
Me.colMandator.Name = "colMandator"
|
||||||
|
Me.colMandator.RowIndex = 2
|
||||||
|
'
|
||||||
|
'cmbMandators
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.cmbMandators, "cmbMandators")
|
||||||
|
Me.cmbMandators.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbMandators.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||||
|
Me.cmbMandators.Items.AddRange(New Object() {resources.GetString("cmbMandators.Items")})
|
||||||
|
Me.cmbMandators.Name = "cmbMandators"
|
||||||
|
'
|
||||||
|
'RibbonControl
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.RibbonControl, "RibbonControl")
|
||||||
|
Me.RibbonControl.ExpandCollapseItem.Id = 0
|
||||||
|
Me.RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex = CType(resources.GetObject("RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex = CType(resources.GetObject("RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.RibbonControl.ExpandCollapseItem.ImageOptions.SvgImage = CType(resources.GetObject("RibbonControl.ExpandCollapseItem.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.RibbonControl.ExpandCollapseItem.SearchTags = resources.GetString("RibbonControl.ExpandCollapseItem.SearchTags")
|
||||||
|
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem, Me.RibbonControl.SearchEditItem, Me.txtVersion, Me.txtFilesLoaded, Me.btnLoadFiles, Me.btnTransferFile, Me.btnOpenInputDirectory, Me.btnOpenOutputDirectory, Me.btnOpenSchemaDirectory, Me.btnReloadFile, Me.btnTransferAllFiles, Me.BarButtonItem1, Me.btnShowXml, Me.btnOpenLogDirectory, Me.btnOpenConfigDirectory, Me.txtCurrentFile, Me.btnConfig, Me.txtCulture})
|
||||||
|
Me.RibbonControl.MaxItemId = 27
|
||||||
|
Me.RibbonControl.Name = "RibbonControl"
|
||||||
|
Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage2})
|
||||||
|
Me.RibbonControl.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemComboBox1, Me.RepositoryItemProgressBar1})
|
||||||
|
Me.RibbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
|
Me.RibbonControl.ShowToolbarCustomizeItem = False
|
||||||
|
Me.RibbonControl.StatusBar = Me.RibbonStatusBar
|
||||||
|
Me.RibbonControl.Toolbar.ShowCustomizeItem = False
|
||||||
|
'
|
||||||
|
'txtVersion
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.txtVersion, "txtVersion")
|
||||||
|
Me.txtVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right
|
||||||
|
Me.txtVersion.Id = 1
|
||||||
|
Me.txtVersion.ImageOptions.ImageIndex = CType(resources.GetObject("txtVersion.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.txtVersion.ImageOptions.LargeImageIndex = CType(resources.GetObject("txtVersion.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.txtVersion.ImageOptions.SvgImage = CType(resources.GetObject("txtVersion.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.txtVersion.Name = "txtVersion"
|
||||||
|
Me.txtVersion.Tag = "Version {0}"
|
||||||
|
'
|
||||||
|
'txtFilesLoaded
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.txtFilesLoaded, "txtFilesLoaded")
|
||||||
|
Me.txtFilesLoaded.Id = 2
|
||||||
|
Me.txtFilesLoaded.ImageOptions.ImageIndex = CType(resources.GetObject("txtFilesLoaded.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.txtFilesLoaded.ImageOptions.LargeImageIndex = CType(resources.GetObject("txtFilesLoaded.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.txtFilesLoaded.ImageOptions.SvgImage = CType(resources.GetObject("txtFilesLoaded.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.txtFilesLoaded.Name = "txtFilesLoaded"
|
||||||
|
Me.txtFilesLoaded.Tag = "{0} Dateien geladen"
|
||||||
|
'
|
||||||
|
'btnLoadFiles
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnLoadFiles, "btnLoadFiles")
|
||||||
|
Me.btnLoadFiles.Id = 3
|
||||||
|
Me.btnLoadFiles.ImageOptions.ImageIndex = CType(resources.GetObject("btnLoadFiles.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnLoadFiles.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnLoadFiles.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnLoadFiles.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.export
|
||||||
|
Me.btnLoadFiles.Name = "btnLoadFiles"
|
||||||
|
'
|
||||||
|
'btnTransferFile
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnTransferFile, "btnTransferFile")
|
||||||
|
Me.btnTransferFile.Id = 4
|
||||||
|
Me.btnTransferFile.ImageOptions.ImageIndex = CType(resources.GetObject("btnTransferFile.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnTransferFile.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnTransferFile.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnTransferFile.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_send1
|
||||||
|
Me.btnTransferFile.Name = "btnTransferFile"
|
||||||
|
'
|
||||||
|
'btnOpenInputDirectory
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnOpenInputDirectory, "btnOpenInputDirectory")
|
||||||
|
Me.btnOpenInputDirectory.Id = 6
|
||||||
|
Me.btnOpenInputDirectory.ImageOptions.ImageIndex = CType(resources.GetObject("btnOpenInputDirectory.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnOpenInputDirectory.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnOpenInputDirectory.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnOpenInputDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.open22
|
||||||
|
Me.btnOpenInputDirectory.Name = "btnOpenInputDirectory"
|
||||||
|
'
|
||||||
|
'btnOpenOutputDirectory
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnOpenOutputDirectory, "btnOpenOutputDirectory")
|
||||||
|
Me.btnOpenOutputDirectory.Id = 7
|
||||||
|
Me.btnOpenOutputDirectory.ImageOptions.ImageIndex = CType(resources.GetObject("btnOpenOutputDirectory.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnOpenOutputDirectory.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnOpenOutputDirectory.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnOpenOutputDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.up
|
||||||
|
Me.btnOpenOutputDirectory.Name = "btnOpenOutputDirectory"
|
||||||
|
'
|
||||||
|
'btnOpenSchemaDirectory
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnOpenSchemaDirectory, "btnOpenSchemaDirectory")
|
||||||
|
Me.btnOpenSchemaDirectory.Id = 9
|
||||||
|
Me.btnOpenSchemaDirectory.ImageOptions.ImageIndex = CType(resources.GetObject("btnOpenSchemaDirectory.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnOpenSchemaDirectory.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnOpenSchemaDirectory.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnOpenSchemaDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.open1
|
||||||
|
Me.btnOpenSchemaDirectory.Name = "btnOpenSchemaDirectory"
|
||||||
|
'
|
||||||
|
'btnReloadFile
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnReloadFile, "btnReloadFile")
|
||||||
|
Me.btnReloadFile.Enabled = False
|
||||||
|
Me.btnReloadFile.Id = 11
|
||||||
|
Me.btnReloadFile.ImageOptions.ImageIndex = CType(resources.GetObject("btnReloadFile.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnReloadFile.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnReloadFile.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnReloadFile.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.rotatecounterclockwise
|
||||||
|
Me.btnReloadFile.Name = "btnReloadFile"
|
||||||
|
'
|
||||||
|
'btnTransferAllFiles
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnTransferAllFiles, "btnTransferAllFiles")
|
||||||
|
Me.btnTransferAllFiles.Enabled = False
|
||||||
|
Me.btnTransferAllFiles.Id = 13
|
||||||
|
Me.btnTransferAllFiles.ImageOptions.ImageIndex = CType(resources.GetObject("btnTransferAllFiles.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnTransferAllFiles.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnTransferAllFiles.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnTransferAllFiles.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_send
|
||||||
|
Me.btnTransferAllFiles.Name = "btnTransferAllFiles"
|
||||||
|
'
|
||||||
|
'BarButtonItem1
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
||||||
|
Me.BarButtonItem1.Enabled = False
|
||||||
|
Me.BarButtonItem1.Id = 14
|
||||||
|
Me.BarButtonItem1.ImageOptions.ImageIndex = CType(resources.GetObject("BarButtonItem1.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.BarButtonItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarButtonItem1.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.BarButtonItem1.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.mailmergepreview
|
||||||
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
||||||
|
'
|
||||||
|
'btnShowXml
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnShowXml, "btnShowXml")
|
||||||
|
Me.btnShowXml.Enabled = False
|
||||||
|
Me.btnShowXml.Id = 15
|
||||||
|
Me.btnShowXml.ImageOptions.ImageIndex = CType(resources.GetObject("btnShowXml.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnShowXml.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnShowXml.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnShowXml.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.togglefieldcodes
|
||||||
|
Me.btnShowXml.Name = "btnShowXml"
|
||||||
|
'
|
||||||
|
'btnOpenLogDirectory
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnOpenLogDirectory, "btnOpenLogDirectory")
|
||||||
|
Me.btnOpenLogDirectory.Id = 16
|
||||||
|
Me.btnOpenLogDirectory.ImageOptions.ImageIndex = CType(resources.GetObject("btnOpenLogDirectory.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnOpenLogDirectory.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnOpenLogDirectory.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnOpenLogDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.logical
|
||||||
|
Me.btnOpenLogDirectory.Name = "btnOpenLogDirectory"
|
||||||
|
'
|
||||||
|
'btnOpenConfigDirectory
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnOpenConfigDirectory, "btnOpenConfigDirectory")
|
||||||
|
Me.btnOpenConfigDirectory.Id = 17
|
||||||
|
Me.btnOpenConfigDirectory.ImageOptions.ImageIndex = CType(resources.GetObject("btnOpenConfigDirectory.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnOpenConfigDirectory.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnOpenConfigDirectory.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnOpenConfigDirectory.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.parameters
|
||||||
|
Me.btnOpenConfigDirectory.Name = "btnOpenConfigDirectory"
|
||||||
|
'
|
||||||
|
'txtCurrentFile
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.txtCurrentFile, "txtCurrentFile")
|
||||||
|
Me.txtCurrentFile.Id = 23
|
||||||
|
Me.txtCurrentFile.ImageOptions.ImageIndex = CType(resources.GetObject("txtCurrentFile.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.txtCurrentFile.ImageOptions.LargeImageIndex = CType(resources.GetObject("txtCurrentFile.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.txtCurrentFile.ImageOptions.SvgImage = CType(resources.GetObject("txtCurrentFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.txtCurrentFile.Name = "txtCurrentFile"
|
||||||
|
Me.txtCurrentFile.Tag = "Aktuelle Datei: {0}"
|
||||||
|
'
|
||||||
|
'btnConfig
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.btnConfig, "btnConfig")
|
||||||
|
Me.btnConfig.Id = 24
|
||||||
|
Me.btnConfig.ImageOptions.ImageIndex = CType(resources.GetObject("btnConfig.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.btnConfig.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnConfig.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.btnConfig.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.bo_unknown
|
||||||
|
Me.btnConfig.Name = "btnConfig"
|
||||||
|
'
|
||||||
|
'txtCulture
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.txtCulture, "txtCulture")
|
||||||
|
Me.txtCulture.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right
|
||||||
|
Me.txtCulture.Id = 26
|
||||||
|
Me.txtCulture.ImageOptions.ImageIndex = CType(resources.GetObject("txtCulture.ImageOptions.ImageIndex"), Integer)
|
||||||
|
Me.txtCulture.ImageOptions.LargeImageIndex = CType(resources.GetObject("txtCulture.ImageOptions.LargeImageIndex"), Integer)
|
||||||
|
Me.txtCulture.ImageOptions.SvgImage = CType(resources.GetObject("txtCulture.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
|
Me.txtCulture.Name = "txtCulture"
|
||||||
|
Me.txtCulture.Tag = "Culture: {0}"
|
||||||
|
'
|
||||||
|
'RibbonPage1
|
||||||
|
'
|
||||||
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup4, Me.RibbonPageGroup3})
|
||||||
|
Me.RibbonPage1.Name = "RibbonPage1"
|
||||||
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup1
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnLoadFiles)
|
||||||
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnReloadFile)
|
||||||
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup4
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup4.ItemLinks.Add(Me.BarButtonItem1)
|
||||||
|
Me.RibbonPageGroup4.ItemLinks.Add(Me.btnShowXml)
|
||||||
|
Me.RibbonPageGroup4.Name = "RibbonPageGroup4"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup4, "RibbonPageGroup4")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup3
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup3.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
||||||
|
Me.RibbonPageGroup3.ItemLinks.Add(Me.btnTransferFile)
|
||||||
|
Me.RibbonPageGroup3.ItemLinks.Add(Me.btnTransferAllFiles)
|
||||||
|
Me.RibbonPageGroup3.Name = "RibbonPageGroup3"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup3, "RibbonPageGroup3")
|
||||||
|
'
|
||||||
|
'RibbonPage2
|
||||||
|
'
|
||||||
|
Me.RibbonPage2.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup5, Me.RibbonPageGroup2, Me.RibbonPageGroup6})
|
||||||
|
Me.RibbonPage2.Name = "RibbonPage2"
|
||||||
|
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup5
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenInputDirectory)
|
||||||
|
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenOutputDirectory)
|
||||||
|
Me.RibbonPageGroup5.ItemLinks.Add(Me.btnOpenSchemaDirectory)
|
||||||
|
Me.RibbonPageGroup5.Name = "RibbonPageGroup5"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup5, "RibbonPageGroup5")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup2
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup2.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
||||||
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnOpenLogDirectory)
|
||||||
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.btnOpenConfigDirectory)
|
||||||
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup2, "RibbonPageGroup2")
|
||||||
|
'
|
||||||
|
'RibbonPageGroup6
|
||||||
|
'
|
||||||
|
Me.RibbonPageGroup6.ItemLinks.Add(Me.btnConfig)
|
||||||
|
Me.RibbonPageGroup6.Name = "RibbonPageGroup6"
|
||||||
|
resources.ApplyResources(Me.RibbonPageGroup6, "RibbonPageGroup6")
|
||||||
|
'
|
||||||
|
'RepositoryItemComboBox1
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.RepositoryItemComboBox1, "RepositoryItemComboBox1")
|
||||||
|
Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemComboBox1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||||
|
Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1"
|
||||||
|
'
|
||||||
|
'RepositoryItemProgressBar1
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.RepositoryItemProgressBar1, "RepositoryItemProgressBar1")
|
||||||
|
Me.RepositoryItemProgressBar1.Name = "RepositoryItemProgressBar1"
|
||||||
|
Me.RepositoryItemProgressBar1.ShowTitle = True
|
||||||
|
'
|
||||||
|
'RibbonStatusBar
|
||||||
|
'
|
||||||
|
resources.ApplyResources(Me.RibbonStatusBar, "RibbonStatusBar")
|
||||||
|
Me.RibbonStatusBar.ItemLinks.Add(Me.txtCulture)
|
||||||
|
Me.RibbonStatusBar.ItemLinks.Add(Me.txtVersion)
|
||||||
|
Me.RibbonStatusBar.ItemLinks.Add(Me.txtFilesLoaded)
|
||||||
|
Me.RibbonStatusBar.ItemLinks.Add(Me.txtCurrentFile)
|
||||||
|
Me.RibbonStatusBar.Name = "RibbonStatusBar"
|
||||||
|
Me.RibbonStatusBar.Ribbon = Me.RibbonControl
|
||||||
'
|
'
|
||||||
'PanelControl1
|
'PanelControl1
|
||||||
'
|
'
|
||||||
Me.PanelControl1.AutoSize = True
|
resources.ApplyResources(Me.PanelControl1, "PanelControl1")
|
||||||
Me.PanelControl1.Controls.Add(Me.LabelControl1)
|
Me.PanelControl1.Controls.Add(Me.LabelControl1)
|
||||||
Me.PanelControl1.Controls.Add(Me.lookupMandator)
|
Me.PanelControl1.Controls.Add(Me.lookupMandator)
|
||||||
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Top
|
|
||||||
Me.PanelControl1.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.PanelControl1.Name = "PanelControl1"
|
Me.PanelControl1.Name = "PanelControl1"
|
||||||
Me.PanelControl1.Size = New System.Drawing.Size(360, 33)
|
|
||||||
Me.PanelControl1.TabIndex = 2
|
|
||||||
'
|
'
|
||||||
'LabelControl1
|
'LabelControl1
|
||||||
'
|
'
|
||||||
Me.LabelControl1.Appearance.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
resources.ApplyResources(Me.LabelControl1, "LabelControl1")
|
||||||
|
Me.LabelControl1.Appearance.Font = CType(resources.GetObject("LabelControl1.Appearance.Font"), System.Drawing.Font)
|
||||||
Me.LabelControl1.Appearance.Options.UseFont = True
|
Me.LabelControl1.Appearance.Options.UseFont = True
|
||||||
Me.LabelControl1.Location = New System.Drawing.Point(5, 9)
|
|
||||||
Me.LabelControl1.Name = "LabelControl1"
|
Me.LabelControl1.Name = "LabelControl1"
|
||||||
Me.LabelControl1.Size = New System.Drawing.Size(50, 13)
|
|
||||||
Me.LabelControl1.TabIndex = 2
|
|
||||||
Me.LabelControl1.Text = "Mandant"
|
|
||||||
'
|
'
|
||||||
'lookupMandator
|
'lookupMandator
|
||||||
'
|
'
|
||||||
Me.lookupMandator.Location = New System.Drawing.Point(75, 6)
|
resources.ApplyResources(Me.lookupMandator, "lookupMandator")
|
||||||
Me.lookupMandator.MenuManager = Me.RibbonControl
|
Me.lookupMandator.MenuManager = Me.RibbonControl
|
||||||
Me.lookupMandator.Name = "lookupMandator"
|
Me.lookupMandator.Name = "lookupMandator"
|
||||||
Me.lookupMandator.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
Me.lookupMandator.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("lookupMandator.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||||
Me.lookupMandator.Properties.PopupView = Me.GridLookUpEdit1View
|
Me.lookupMandator.Properties.PopupView = Me.GridLookUpEdit1View
|
||||||
Me.lookupMandator.Size = New System.Drawing.Size(280, 20)
|
|
||||||
Me.lookupMandator.TabIndex = 1
|
|
||||||
'
|
'
|
||||||
'GridLookUpEdit1View
|
'GridLookUpEdit1View
|
||||||
'
|
'
|
||||||
|
resources.ApplyResources(Me.GridLookUpEdit1View, "GridLookUpEdit1View")
|
||||||
Me.GridLookUpEdit1View.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colId, Me.colName})
|
Me.GridLookUpEdit1View.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colId, Me.colName})
|
||||||
Me.GridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
Me.GridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
||||||
Me.GridLookUpEdit1View.Name = "GridLookUpEdit1View"
|
Me.GridLookUpEdit1View.Name = "GridLookUpEdit1View"
|
||||||
@@ -430,99 +473,74 @@ Partial Class frmImportMain
|
|||||||
'
|
'
|
||||||
'colId
|
'colId
|
||||||
'
|
'
|
||||||
Me.colId.Caption = "Id"
|
resources.ApplyResources(Me.colId, "colId")
|
||||||
Me.colId.FieldName = "Id"
|
Me.colId.FieldName = "Id"
|
||||||
Me.colId.Name = "colId"
|
Me.colId.Name = "colId"
|
||||||
Me.colId.Visible = True
|
|
||||||
Me.colId.VisibleIndex = 0
|
|
||||||
'
|
'
|
||||||
'colName
|
'colName
|
||||||
'
|
'
|
||||||
Me.colName.Caption = "Name"
|
resources.ApplyResources(Me.colName, "colName")
|
||||||
Me.colName.FieldName = "Name"
|
Me.colName.FieldName = "Name"
|
||||||
Me.colName.Name = "colName"
|
Me.colName.Name = "colName"
|
||||||
Me.colName.Visible = True
|
|
||||||
Me.colName.VisibleIndex = 1
|
|
||||||
'
|
|
||||||
'SplitContainerMain
|
|
||||||
'
|
|
||||||
Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
||||||
Me.SplitContainerMain.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.SplitContainerMain.Name = "SplitContainerMain"
|
|
||||||
Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainerGrids)
|
|
||||||
Me.SplitContainerMain.Panel1.Text = "Panel1"
|
|
||||||
Me.SplitContainerMain.Panel2.Text = "Panel2"
|
|
||||||
Me.SplitContainerMain.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel1
|
|
||||||
Me.SplitContainerMain.Size = New System.Drawing.Size(845, 564)
|
|
||||||
Me.SplitContainerMain.SplitterPosition = 588
|
|
||||||
Me.SplitContainerMain.TabIndex = 1
|
|
||||||
'
|
'
|
||||||
'SplitContainerGrids
|
'SplitContainerGrids
|
||||||
'
|
'
|
||||||
Me.SplitContainerGrids.Dock = System.Windows.Forms.DockStyle.Fill
|
resources.ApplyResources(Me.SplitContainerGrids, "SplitContainerGrids")
|
||||||
Me.SplitContainerGrids.Horizontal = False
|
Me.SplitContainerGrids.Horizontal = False
|
||||||
Me.SplitContainerGrids.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.SplitContainerGrids.Name = "SplitContainerGrids"
|
Me.SplitContainerGrids.Name = "SplitContainerGrids"
|
||||||
|
resources.ApplyResources(Me.SplitContainerGrids.Panel1, "SplitContainerGrids.Panel1")
|
||||||
Me.SplitContainerGrids.Panel1.Controls.Add(Me.SplitContainerGrids1)
|
Me.SplitContainerGrids.Panel1.Controls.Add(Me.SplitContainerGrids1)
|
||||||
Me.SplitContainerGrids.Panel1.Text = "Panel1"
|
resources.ApplyResources(Me.SplitContainerGrids.Panel2, "SplitContainerGrids.Panel2")
|
||||||
Me.SplitContainerGrids.Panel2.Controls.Add(Me.SplitContainerGrids2)
|
Me.SplitContainerGrids.Panel2.Controls.Add(Me.SplitContainerGrids2)
|
||||||
Me.SplitContainerGrids.Panel2.Text = "Panel2"
|
|
||||||
Me.SplitContainerGrids.Size = New System.Drawing.Size(845, 564)
|
|
||||||
Me.SplitContainerGrids.SplitterPosition = 288
|
Me.SplitContainerGrids.SplitterPosition = 288
|
||||||
Me.SplitContainerGrids.TabIndex = 0
|
|
||||||
'
|
'
|
||||||
'SplitContainerGrids1
|
'SplitContainerGrids1
|
||||||
'
|
'
|
||||||
Me.SplitContainerGrids1.Dock = System.Windows.Forms.DockStyle.Fill
|
resources.ApplyResources(Me.SplitContainerGrids1, "SplitContainerGrids1")
|
||||||
Me.SplitContainerGrids1.Horizontal = False
|
Me.SplitContainerGrids1.Horizontal = False
|
||||||
Me.SplitContainerGrids1.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.SplitContainerGrids1.Name = "SplitContainerGrids1"
|
Me.SplitContainerGrids1.Name = "SplitContainerGrids1"
|
||||||
Me.SplitContainerGrids1.Panel1.Text = "Panel1"
|
resources.ApplyResources(Me.SplitContainerGrids1.Panel1, "SplitContainerGrids1.Panel1")
|
||||||
Me.SplitContainerGrids1.Panel2.Text = "Panel2"
|
resources.ApplyResources(Me.SplitContainerGrids1.Panel2, "SplitContainerGrids1.Panel2")
|
||||||
Me.SplitContainerGrids1.Size = New System.Drawing.Size(845, 288)
|
|
||||||
Me.SplitContainerGrids1.SplitterPosition = 118
|
Me.SplitContainerGrids1.SplitterPosition = 118
|
||||||
Me.SplitContainerGrids1.TabIndex = 0
|
|
||||||
'
|
'
|
||||||
'SplitContainerGrids2
|
'SplitContainerGrids2
|
||||||
'
|
'
|
||||||
Me.SplitContainerGrids2.Dock = System.Windows.Forms.DockStyle.Fill
|
resources.ApplyResources(Me.SplitContainerGrids2, "SplitContainerGrids2")
|
||||||
Me.SplitContainerGrids2.Horizontal = False
|
Me.SplitContainerGrids2.Horizontal = False
|
||||||
Me.SplitContainerGrids2.Location = New System.Drawing.Point(0, 0)
|
|
||||||
Me.SplitContainerGrids2.Name = "SplitContainerGrids2"
|
Me.SplitContainerGrids2.Name = "SplitContainerGrids2"
|
||||||
Me.SplitContainerGrids2.Panel1.Text = "Panel1"
|
resources.ApplyResources(Me.SplitContainerGrids2.Panel1, "SplitContainerGrids2.Panel1")
|
||||||
Me.SplitContainerGrids2.Panel2.Text = "Panel2"
|
resources.ApplyResources(Me.SplitContainerGrids2.Panel2, "SplitContainerGrids2.Panel2")
|
||||||
Me.SplitContainerGrids2.Size = New System.Drawing.Size(845, 266)
|
|
||||||
Me.SplitContainerGrids2.SplitterPosition = 126
|
Me.SplitContainerGrids2.SplitterPosition = 126
|
||||||
Me.SplitContainerGrids2.TabIndex = 0
|
'
|
||||||
|
'SplashScreenManager
|
||||||
|
'
|
||||||
|
Me.SplashScreenManager.ClosingDelay = 500
|
||||||
'
|
'
|
||||||
'frmImportMain
|
'frmImportMain
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
resources.ApplyResources(Me, "$this")
|
||||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||||
Me.BehaviorManager.SetBehaviors(Me, New DevExpress.Utils.Behaviors.Behavior() {CType(DevExpress.Utils.Behaviors.Common.SnapWindowBehavior.Create(GetType(DevExpress.Utils.BehaviorSource.SnapWindowBehaviorSourceForForm), SnapOptions1), DevExpress.Utils.Behaviors.Behavior)})
|
Me.BehaviorManager.SetBehaviors(Me, New DevExpress.Utils.Behaviors.Behavior() {CType(DevExpress.Utils.Behaviors.Common.SnapWindowBehavior.Create(GetType(DevExpress.Utils.BehaviorSource.SnapWindowBehaviorSourceForForm), SnapOptions1), DevExpress.Utils.Behaviors.Behavior)})
|
||||||
Me.ClientSize = New System.Drawing.Size(1215, 746)
|
Me.Controls.Add(Me.SplitContainerMain)
|
||||||
Me.Controls.Add(Me.SplitContainerControl1)
|
|
||||||
Me.Controls.Add(Me.RibbonStatusBar)
|
Me.Controls.Add(Me.RibbonStatusBar)
|
||||||
Me.Controls.Add(Me.RibbonControl)
|
Me.Controls.Add(Me.RibbonControl)
|
||||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmImportMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmImportMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||||
Me.Name = "frmImportMain"
|
Me.Name = "frmImportMain"
|
||||||
Me.Ribbon = Me.RibbonControl
|
Me.Ribbon = Me.RibbonControl
|
||||||
Me.StatusBar = Me.RibbonStatusBar
|
Me.StatusBar = Me.RibbonStatusBar
|
||||||
Me.Text = "WebService Multitool für WinLine"
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).EndInit()
|
Me.SplitContainerMain.ResumeLayout(False)
|
||||||
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.SplitContainerControl1.ResumeLayout(False)
|
|
||||||
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridControlFiles, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridViewFiles, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.cmbMandators, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.cmbMandators, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
|
CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.PanelControl1.ResumeLayout(False)
|
Me.PanelControl1.ResumeLayout(False)
|
||||||
Me.PanelControl1.PerformLayout()
|
Me.PanelControl1.PerformLayout()
|
||||||
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.SplitContainerMain.ResumeLayout(False)
|
|
||||||
CType(Me.SplitContainerGrids, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.SplitContainerGrids, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.SplitContainerGrids.ResumeLayout(False)
|
Me.SplitContainerGrids.ResumeLayout(False)
|
||||||
CType(Me.SplitContainerGrids1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.SplitContainerGrids1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
@@ -539,7 +557,6 @@ Partial Class frmImportMain
|
|||||||
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
||||||
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
Friend WithEvents RibbonStatusBar As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
Friend WithEvents RibbonStatusBar As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
||||||
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
|
|
||||||
Friend WithEvents GridControlFiles As DevExpress.XtraGrid.GridControl
|
Friend WithEvents GridControlFiles As DevExpress.XtraGrid.GridControl
|
||||||
Friend WithEvents txtVersion As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents txtVersion As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents txtFilesLoaded As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents txtFilesLoaded As DevExpress.XtraBars.BarStaticItem
|
||||||
@@ -569,7 +586,6 @@ Partial Class frmImportMain
|
|||||||
Friend WithEvents colCreatedAt As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
Friend WithEvents colCreatedAt As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
||||||
Friend WithEvents colMandator As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
Friend WithEvents colMandator As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
||||||
Friend WithEvents colFilename As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
Friend WithEvents colFilename As DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn
|
||||||
Friend WithEvents gridBand3 As DevExpress.XtraGrid.Views.BandedGrid.GridBand
|
|
||||||
Friend WithEvents cmbMandators As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
Friend WithEvents cmbMandators As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
||||||
Friend WithEvents PanelControl1 As PanelControl
|
Friend WithEvents PanelControl1 As PanelControl
|
||||||
Friend WithEvents LabelControl1 As LabelControl
|
Friend WithEvents LabelControl1 As LabelControl
|
||||||
@@ -581,4 +597,8 @@ Partial Class frmImportMain
|
|||||||
Friend WithEvents txtCurrentFile As DevExpress.XtraBars.BarStaticItem
|
Friend WithEvents txtCurrentFile As DevExpress.XtraBars.BarStaticItem
|
||||||
Friend WithEvents btnConfig As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents btnConfig As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents RibbonPageGroup6 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
Friend WithEvents RibbonPageGroup6 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||||
|
Friend WithEvents gridBand3 As DevExpress.XtraGrid.Views.BandedGrid.GridBand
|
||||||
|
Friend WithEvents RepositoryItemProgressBar1 As Repository.RepositoryItemProgressBar
|
||||||
|
Friend WithEvents SplashScreenManager As DevExpress.XtraSplashScreen.SplashScreenManager
|
||||||
|
Friend WithEvents txtCulture As DevExpress.XtraBars.BarStaticItem
|
||||||
End Class
|
End Class
|
||||||
|
|||||||
321
MultiTool.Form/frmImportMain.en.resx
Normal file
321
MultiTool.Form/frmImportMain.en.resx
Normal file
@@ -0,0 +1,321 @@
|
|||||||
|
<?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>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AllowHtmlTextInToolTip" type="DevExpress.Utils.DefaultBoolean, DevExpress.Data.v19.2">
|
||||||
|
<value>Default</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
||||||
|
<value>Tile</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>Inherit</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.MaximumSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.XtraEditors.v19.2" name="DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.TextLocation" type="DevExpress.XtraEditors.NavigatorButtonsTextLocation, DevExpress.XtraEditors.v19.2">
|
||||||
|
<value>Center</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.Utils.v19.2" name="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTipIconType" type="DevExpress.Utils.ToolTipIconType, DevExpress.Utils.v19.2">
|
||||||
|
<value>None</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTipTitle" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="colSelected.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAHICAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkJsdWV7ZmlsbDojMTE3N0Q3O30KCS5Z
|
||||||
|
ZWxsb3d7ZmlsbDojRkZCMTE1O30KCS5CbGFja3tmaWxsOiM3MjcyNzI7fQoJLkdyZWVue2ZpbGw6IzAz
|
||||||
|
OUMyMzt9CgkuUmVke2ZpbGw6I0QxMUMxQzt9Cgkuc3Qwe29wYWNpdHk6MC43NTt9Cgkuc3Qxe29wYWNp
|
||||||
|
dHk6MC41O30KPC9zdHlsZT4NCiAgPGcgaWQ9IkNoZWNrQ2lyY2xlZCI+DQogICAgPHBhdGggZD0iTTE2
|
||||||
|
LDRDOS40LDQsNCw5LjQsNCwxNmMwLDYuNiw1LjQsMTIsMTIsMTJzMTItNS40LDEyLTEyQzI4LDkuNCwy
|
||||||
|
Mi42LDQsMTYsNHogTTE0LDIybC02LTZsMi0ybDQsNGw4LThsMiwyICAgTDE0LDIyeiIgY2xhc3M9Ikdy
|
||||||
|
ZWVuIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.SearchTags" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnLoadFiles.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoadFiles.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenInputDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenInputDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenOutputDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenOutputDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenSchemaDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenSchemaDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnReloadFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnReloadFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferAllFiles.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferAllFiles.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem1.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem1.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShowXml.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShowXml.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenConfigDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenConfigDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnConfig.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfig.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="frmImportMain.IconOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
||||||
|
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl
|
||||||
|
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAACgDAAAC77u/
|
||||||
|
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi
|
||||||
|
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv
|
||||||
|
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3Bh
|
||||||
|
Y2U9InByZXNlcnZlIiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAg
|
||||||
|
MzIgMzIiPg0KICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLkdyZWVue2ZpbGw6IzAzOUMyMzt9Cgku
|
||||||
|
QmxhY2t7ZmlsbDojNzI3MjcyO30KCS5SZWR7ZmlsbDojRDExQzFDO30KCS5ZZWxsb3d7ZmlsbDojRkZC
|
||||||
|
MTE1O30KCS5CbHVle2ZpbGw6IzExNzdENzt9CgkuV2hpdGV7ZmlsbDojRkZGRkZGO30KCS5zdDB7b3Bh
|
||||||
|
Y2l0eTowLjU7fQoJLnN0MXtvcGFjaXR5OjAuNzU7fQo8L3N0eWxlPg0KICA8ZyBpZD0iU3F1YXJpZmll
|
||||||
|
ZCI+DQogICAgPHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMCIgcnk9
|
||||||
|
IjAiIGNsYXNzPSJCbHVlIiAvPg0KICAgIDxyZWN0IHg9IjIyIiB5PSIyIiB3aWR0aD0iOCIgaGVpZ2h0
|
||||||
|
PSIxOCIgcng9IjAiIHJ5PSIwIiBjbGFzcz0iR3JlZW4iIC8+DQogICAgPHJlY3QgeD0iMiIgeT0iMjIi
|
||||||
|
IHdpZHRoPSIxOCIgaGVpZ2h0PSI4IiByeD0iMCIgcnk9IjAiIGNsYXNzPSJSZWQiIC8+DQogICAgPHJl
|
||||||
|
Y3QgeD0iMjIiIHk9IjIyIiB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMCIgcnk9IjAiIGNsYXNzPSJZ
|
||||||
|
ZWxsb3ciIC8+DQogIDwvZz4NCjwvc3ZnPgs=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
@@ -117,6 +117,105 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
|
<value>Inherit</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="RibbonControl.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids1.Parent" xml:space="preserve">
|
||||||
|
<value>SplitContainerGrids.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BarButtonItem1.Name" xml:space="preserve">
|
||||||
|
<value>BarButtonItem1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.SearchTags" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerMain.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PanelControl1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.PanelControl, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenSchemaDirectory.Caption" xml:space="preserve">
|
||||||
|
<value>Vorlagenverzeichnis öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.Panel1.Text" xml:space="preserve">
|
||||||
|
<value>Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colName.Name" xml:space="preserve">
|
||||||
|
<value>colName</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerMain.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colFilename.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup5.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup5</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenConfigDirectory.Name" xml:space="preserve">
|
||||||
|
<value>btnOpenConfigDirectory</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridControlFiles.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup1.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup4.Text" xml:space="preserve">
|
||||||
|
<value>Auswertung</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids2.Name" xml:space="preserve">
|
||||||
|
<value>SplitContainerGrids2</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="GridControlFiles.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>cmbMandators.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnTransferFile.Name" xml:space="preserve">
|
||||||
|
<value>btnTransferFile</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem1.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup3.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenLogDirectory.Name" xml:space="preserve">
|
||||||
|
<value>btnOpenLogDirectory</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage2.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenConfigDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>825, 266</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShowXml.Caption" xml:space="preserve">
|
||||||
|
<value>XML-Datei anzeigen</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonStatusBar.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonStatusBar, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnReloadFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<assembly alias="DevExpress.Data.v19.2" name="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
<data name="colSelected.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="colSelected.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
@@ -136,9 +235,523 @@
|
|||||||
ZWVuIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
ZWVuIiAvPg0KICA8L2c+DQo8L3N2Zz4L
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="BehaviorManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<data name="txtFilesLoaded.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
<value>17, 17</value>
|
<value>-1</value>
|
||||||
</metadata>
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colSelected.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>27</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferAllFiles.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="lookupMandator.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>280, 20</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtVersion.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoadFiles.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="gridBand3.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>323</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnConfig.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridLookUpEdit1View.Name" xml:space="preserve">
|
||||||
|
<value>GridLookUpEdit1View</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnReloadFile.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RepositoryItemProgressBar1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenLogDirectory.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>WebService Multitool für WinLine</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage2.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPage2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnReloadFile.Name" xml:space="preserve">
|
||||||
|
<value>btnReloadFile</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colFilename.Name" xml:space="preserve">
|
||||||
|
<value>colFilename</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colName.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenSchemaDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonStatusBar.Name" xml:space="preserve">
|
||||||
|
<value>RibbonStatusBar</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colSelected.Name" xml:space="preserve">
|
||||||
|
<value>colSelected</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>825, 288</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnLoadFiles.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.Utils.v19.2" name="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="lookupMandator.Properties.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v19.2">
|
||||||
|
<value>Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="cmbMandators.Items" xml:space="preserve">
|
||||||
|
<value>SIVT</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LabelControl1.Name" xml:space="preserve">
|
||||||
|
<value>LabelControl1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenSchemaDirectory.Name" xml:space="preserve">
|
||||||
|
<value>btnOpenSchemaDirectory</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridLookUpEdit1View.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.Grid.GridView, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="LabelControl1.Appearance.Font" type="System.Drawing.Font, System.Drawing">
|
||||||
|
<value>Tahoma, 8.25pt, style=Bold</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridControlFiles.Name" xml:space="preserve">
|
||||||
|
<value>GridControlFiles</value>
|
||||||
|
</data>
|
||||||
|
<data name="LabelControl1.Text" xml:space="preserve">
|
||||||
|
<value>Mandant</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
||||||
|
<value>6, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem1.Caption" xml:space="preserve">
|
||||||
|
<value>Belegvorschau für aktuelle Datei anzeigen</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.Panel2.Text" xml:space="preserve">
|
||||||
|
<value>Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplashScreenManager.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraSplashScreen.SplashScreenManager, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="cmbMandators.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v19.2">
|
||||||
|
<value>Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridViewFiles.Name" xml:space="preserve">
|
||||||
|
<value>GridViewFiles</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtFilesLoaded.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenConfigDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="PanelControl1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Top</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfig.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="LabelControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colCreatedAt.Caption" xml:space="preserve">
|
||||||
|
<value>Eingegangen</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonStatusBar.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 722</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RepositoryItemComboBox1.Name" xml:space="preserve">
|
||||||
|
<value>RepositoryItemComboBox1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colCreatedAt.Name" xml:space="preserve">
|
||||||
|
<value>colCreatedAt</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids.Parent" xml:space="preserve">
|
||||||
|
<value>SplitContainerMain.Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>gridBand3.Name" xml:space="preserve">
|
||||||
|
<value>gridBand3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonStatusBar.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup1.Text" xml:space="preserve">
|
||||||
|
<value>Einlesen</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup6.Text" xml:space="preserve">
|
||||||
|
<value>Konfiguration</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colId.Caption" xml:space="preserve">
|
||||||
|
<value>Id</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtVersion.Name" xml:space="preserve">
|
||||||
|
<value>txtVersion</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenOutputDirectory.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colSelected.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnLoadFiles.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenOutputDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenOutputDirectory.Caption" xml:space="preserve">
|
||||||
|
<value>Ausgangsverzeichnis öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="colId.VisibleIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colMandator.Name" xml:space="preserve">
|
||||||
|
<value>colMandator</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferAllFiles.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LabelControl1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.LabelControl, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids2.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup4.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="LabelControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>5, 9</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnShowXml.Name" xml:space="preserve">
|
||||||
|
<value>btnShowXml</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferFile.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonStatusBar.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1215, 24</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenSchemaDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerMain.Name" xml:space="preserve">
|
||||||
|
<value>SplitContainerMain</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>lookupMandator.Name" xml:space="preserve">
|
||||||
|
<value>lookupMandator</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>825, 564</value>
|
||||||
|
</data>
|
||||||
|
<data name="gridBand3.Caption" xml:space="preserve">
|
||||||
|
<value>gridBand3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnTransferAllFiles.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||||
|
<value>Top, Left</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup3.Text" xml:space="preserve">
|
||||||
|
<value>Übermittlung</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnReloadFile.Caption" xml:space="preserve">
|
||||||
|
<value>Aktuelle Datei neu laden</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPage1.Text" xml:space="preserve">
|
||||||
|
<value>Start</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenOutputDirectory.Name" xml:space="preserve">
|
||||||
|
<value>btnOpenOutputDirectory</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name=">>GridControlFiles.Parent" xml:space="preserve">
|
||||||
|
<value>SplitContainerMain.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenInputDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTipTitle" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="colCreatedAt.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1215, 564</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PanelControl1.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup2.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridControlFiles.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtCurrentFile.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnReloadFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colSelected.Caption" xml:space="preserve">
|
||||||
|
<value>Ausgewählt</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShowXml.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenOutputDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
||||||
|
<value>Tile</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BehaviorManager.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.Utils.Behaviors.BehaviorManager, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1215, 158</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.Panel1.Text" xml:space="preserve">
|
||||||
|
<value>Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="lookupMandator.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenConfigDirectory.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferFile.Caption" xml:space="preserve">
|
||||||
|
<value>Aktuelle Datei übermitteln</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfig.Caption" xml:space="preserve">
|
||||||
|
<value>Konfiguration</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colSelected.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnLoadFiles.Caption" xml:space="preserve">
|
||||||
|
<value>Dateien einlesen</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtFilesLoaded.Name" xml:space="preserve">
|
||||||
|
<value>txtFilesLoaded</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colId.Name" xml:space="preserve">
|
||||||
|
<value>colId</value>
|
||||||
|
</data>
|
||||||
|
<data name="LabelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>50, 13</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTip" xml:space="preserve">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenInputDirectory.Name" xml:space="preserve">
|
||||||
|
<value>btnOpenInputDirectory</value>
|
||||||
|
</data>
|
||||||
|
<data name="RepositoryItemComboBox1.Buttons" type="DevExpress.XtraEditors.Controls.ButtonPredefines, DevExpress.Utils.v19.2">
|
||||||
|
<value>Combo</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AccessibleDescription" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids.Name" xml:space="preserve">
|
||||||
|
<value>SplitContainerGrids</value>
|
||||||
|
</data>
|
||||||
|
<data name="cmbMandators.AutoHeight" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name="colName.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtCulture.Name" xml:space="preserve">
|
||||||
|
<value>txtCulture</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.Panel1.Text" xml:space="preserve">
|
||||||
|
<value>Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name="colFilename.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>296</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>GridViewFiles.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colCreatedAt.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>lookupMandator.Parent" xml:space="preserve">
|
||||||
|
<value>PanelControl1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colMandator.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonStatusBar.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl.Name" xml:space="preserve">
|
||||||
|
<value>RibbonControl</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LabelControl1.Parent" xml:space="preserve">
|
||||||
|
<value>PanelControl1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnLoadFiles.Name" xml:space="preserve">
|
||||||
|
<value>btnLoadFiles</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.Caption" xml:space="preserve">
|
||||||
|
<value>Aktuelle Datei: Keine</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtCulture.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarStaticItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="RepositoryItemComboBox1.AutoHeight" type="System.Boolean, mscorlib">
|
||||||
|
<value>False</value>
|
||||||
|
</data>
|
||||||
|
<data name="colMandator.Caption" xml:space="preserve">
|
||||||
|
<value>Mandant</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="PanelControl1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="colFilename.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup5.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenInputDirectory.Caption" xml:space="preserve">
|
||||||
|
<value>Eingangsverzeichnis öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>lookupMandator.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.GridLookUpEdit, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplashScreenManager.Name" xml:space="preserve">
|
||||||
|
<value>SplashScreenManager</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenInputDirectory.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnTransferFile.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Name" xml:space="preserve">
|
||||||
|
<value>frmImportMain</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup5.Text" xml:space="preserve">
|
||||||
|
<value>Verzeichnisse</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BarButtonItem1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnConfig.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="PanelControl1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name="colName.VisibleIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids1.Name" xml:space="preserve">
|
||||||
|
<value>SplitContainerGrids1</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>380, 531</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.Caption" xml:space="preserve">
|
||||||
|
<value>Culture xx-xx</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>$this.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonForm, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnTransferAllFiles.Caption" xml:space="preserve">
|
||||||
|
<value>Ausgewählte Dateien übermitteln</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids2.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenConfigDirectory.Caption" xml:space="preserve">
|
||||||
|
<value>Konfigurationsverzeichnis öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="BarButtonItem1.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="PanelControl1.AutoSize" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="colFilename.Caption" xml:space="preserve">
|
||||||
|
<value>Dateiname</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPage, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
<data name="frmImportMain.IconOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="frmImportMain.IconOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.2" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE5LjIsIFZlcnNpb249MTkuMi4z
|
||||||
@@ -160,4 +773,207 @@
|
|||||||
ZWxsb3ciIC8+DQogIDwvZz4NCjwvc3ZnPgs=
|
ZWxsb3ciIC8+DQogIDwvZz4NCjwvc3ZnPgs=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="PanelControl1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>380, 33</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerMain.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.XtraGrid.v19.2" name="DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="gridBand3.Fixed" type="DevExpress.XtraGrid.Columns.FixedStyle, DevExpress.XtraGrid.v19.2">
|
||||||
|
<value>Right</value>
|
||||||
|
</data>
|
||||||
|
<assembly alias="DevExpress.XtraEditors.v19.2" name="DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.TextLocation" type="DevExpress.XtraEditors.NavigatorButtonsTextLocation, DevExpress.XtraEditors.v19.2">
|
||||||
|
<value>Center</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnTransferAllFiles.Name" xml:space="preserve">
|
||||||
|
<value>btnTransferAllFiles</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>lookupMandator.ZOrder" xml:space="preserve">
|
||||||
|
<value>1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RepositoryItemProgressBar1.Name" xml:space="preserve">
|
||||||
|
<value>RepositoryItemProgressBar1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPage1.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPage1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl.ZOrder" xml:space="preserve">
|
||||||
|
<value>2</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogDirectory.Caption" xml:space="preserve">
|
||||||
|
<value>Logverzeichnis öffnen</value>
|
||||||
|
</data>
|
||||||
|
<data name="colName.Caption" xml:space="preserve">
|
||||||
|
<value>Name</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
|
<value>Fill</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnOpenSchemaDirectory.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPage2.Text" xml:space="preserve">
|
||||||
|
<value>Erweitert</value>
|
||||||
|
</data>
|
||||||
|
<data name="gridBand3.Name" xml:space="preserve">
|
||||||
|
<value>gridBand3</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup6.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup6</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PanelControl1.Name" xml:space="preserve">
|
||||||
|
<value>PanelControl1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>PanelControl1.Parent" xml:space="preserve">
|
||||||
|
<value>SplitContainerMain.Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AllowHtmlTextInToolTip" type="DevExpress.Utils.DefaultBoolean, DevExpress.Data.v19.2">
|
||||||
|
<value>Default</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup6.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>BehaviorManager.Name" xml:space="preserve">
|
||||||
|
<value>BehaviorManager</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 33</value>
|
||||||
|
</data>
|
||||||
|
<data name="colCreatedAt.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>125</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnShowXml.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.BarButtonItem, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>gridBand3.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Views.BandedGrid.GridBand, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.Panel2.Text" xml:space="preserve">
|
||||||
|
<value>Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>1215, 746</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.ImageOptions.SvgImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.BackgroundImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenInputDirectory.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.Panel2.Text" xml:space="preserve">
|
||||||
|
<value>Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtFilesLoaded.Caption" xml:space="preserve">
|
||||||
|
<value>0 Dateien geladen</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.ToolTipIconType" type="DevExpress.Utils.ToolTipIconType, DevExpress.Utils.v19.2">
|
||||||
|
<value>None</value>
|
||||||
|
</data>
|
||||||
|
<data name="colId.Visible" type="System.Boolean, mscorlib">
|
||||||
|
<value>True</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids2.Parent" xml:space="preserve">
|
||||||
|
<value>SplitContainerGrids.Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>SplitContainerGrids1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.SplitContainerControl, DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup3.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonPageGroup, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup2.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup2</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnOpenLogDirectory.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonPageGroup4.Name" xml:space="preserve">
|
||||||
|
<value>RibbonPageGroup4</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>cmbMandators.Name" xml:space="preserve">
|
||||||
|
<value>cmbMandators</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>colId.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraGrid.Columns.GridColumn, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnShowXml.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>LabelControl1.ZOrder" xml:space="preserve">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="RibbonPageGroup2.Text" xml:space="preserve">
|
||||||
|
<value>Debugging</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>txtCurrentFile.Name" xml:space="preserve">
|
||||||
|
<value>txtCurrentFile</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCulture.ImageOptions.LargeImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.Panel1.Text" xml:space="preserve">
|
||||||
|
<value>Panel1</value>
|
||||||
|
</data>
|
||||||
|
<data name="lookupMandator.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>75, 6</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.AccessibleName" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||||
|
<value />
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids2.Panel2.Text" xml:space="preserve">
|
||||||
|
<value>Panel2</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerGrids1.TabIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>0</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtCurrentFile.ImageOptions.ImageIndex" type="System.Int32, mscorlib">
|
||||||
|
<value>-1</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RibbonControl.Parent" xml:space="preserve">
|
||||||
|
<value>$this</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>btnConfig.Name" xml:space="preserve">
|
||||||
|
<value>btnConfig</value>
|
||||||
|
</data>
|
||||||
|
<data name="colMandator.Width" type="System.Int32, mscorlib">
|
||||||
|
<value>144</value>
|
||||||
|
</data>
|
||||||
|
<data name="SplitContainerMain.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
|
<value>0, 158</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>RepositoryItemComboBox1.Type" xml:space="preserve">
|
||||||
|
<value>DevExpress.XtraEditors.Repository.RepositoryItemComboBox, DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</value>
|
||||||
|
</data>
|
||||||
|
<data name="txtVersion.Caption" xml:space="preserve">
|
||||||
|
<value>Version 1.0.0.0</value>
|
||||||
|
</data>
|
||||||
|
<data name="GridControlFiles.EmbeddedNavigator.MaximumSize" type="System.Drawing.Size, System.Drawing">
|
||||||
|
<value>0, 0</value>
|
||||||
|
</data>
|
||||||
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="BehaviorManager.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>189, 17</value>
|
||||||
|
</metadata>
|
||||||
</root>
|
</root>
|
||||||
@@ -18,14 +18,13 @@ Imports MultiTool.Shared.Winline
|
|||||||
Public Class frmImportMain
|
Public Class frmImportMain
|
||||||
Private LogConfig As LogConfig
|
Private LogConfig As LogConfig
|
||||||
Private Logger As Logger
|
Private Logger As Logger
|
||||||
Private ConfigManager As ConfigManager(Of MultiTool.Shared.Config)
|
Private ConfigManager As ConfigManager(Of Config)
|
||||||
Private Database As MSSQLServer
|
Private Database As MSSQLServer
|
||||||
Private Winline As Data
|
Private Winline As Data
|
||||||
Private FileEx As DigitalData.Modules.Filesystem.File
|
Private FileEx As DigitalData.Modules.Filesystem.File
|
||||||
Private WebService As WebService
|
Private WebService As WebService
|
||||||
Private PositionData As PositionData
|
Private DocumentLoader As DocumentLoader
|
||||||
Private DocumentLoader As Documents.DocumentLoader
|
Private SchemaLoader As SchemaLoader
|
||||||
Private SchemaLoader As Schemas.SchemaLoader
|
|
||||||
Private Message As Message
|
Private Message As Message
|
||||||
|
|
||||||
Private Grids As List(Of GridControl)
|
Private Grids As List(Of GridControl)
|
||||||
@@ -71,14 +70,15 @@ Public Class frmImportMain
|
|||||||
|
|
||||||
GridBuilder = New GridBuilder(GridViewFiles)
|
GridBuilder = New GridBuilder(GridViewFiles)
|
||||||
GridBuilder.WithDefaults.WithClipboardHandler()
|
GridBuilder.WithDefaults.WithClipboardHandler()
|
||||||
|
GridViewFiles.OptionsView.ShowAutoFilterRow = False
|
||||||
|
|
||||||
FileEx = New DigitalData.Modules.Filesystem.File(LogConfig)
|
FileEx = New DigitalData.Modules.Filesystem.File(LogConfig)
|
||||||
|
|
||||||
' If ConnectionString does not exist, show SQL Config Form
|
' If ConnectionString does not exist, show SQL Config Form
|
||||||
If ConfigManager.Config.ConnectionString = String.Empty Then
|
If ConfigManager.Config.ConnectionString = String.Empty Then
|
||||||
Dim oForm As New frmSQLConfig(LogConfig) With {
|
Dim oForm As New frmSQLConfig(LogConfig) With {
|
||||||
.FormTitle = "EDI Document Importer"
|
.FormTitle = Application.ProductName
|
||||||
}
|
}
|
||||||
Dim oResult = oForm.ShowDialog()
|
Dim oResult = oForm.ShowDialog()
|
||||||
|
|
||||||
If oResult = DialogResult.OK Then
|
If oResult = DialogResult.OK Then
|
||||||
@@ -92,47 +92,61 @@ Public Class frmImportMain
|
|||||||
Database = New MSSQLServer(LogConfig, oConnectionString)
|
Database = New MSSQLServer(LogConfig, oConnectionString)
|
||||||
Winline = New Data(LogConfig, Database, ConfigManager.Config)
|
Winline = New Data(LogConfig, Database, ConfigManager.Config)
|
||||||
WebService = New WebService(LogConfig, ConfigManager.Config, Application.UserAppDataPath)
|
WebService = New WebService(LogConfig, ConfigManager.Config, Application.UserAppDataPath)
|
||||||
PositionData = New PositionData(LogConfig, Winline)
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Initialisieren der Anwendungs Daten")
|
ShowError(ex, My.Resources.frmImportMainExtra.Initialisieren_der_Anwendungs_Daten)
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
|
txtVersion.Caption = String.Format(txtVersion.Tag.ToString, My.Application.Info.Version.ToString)
|
||||||
|
txtCulture.Caption = String.Format(txtCulture.Tag.ToString, My.Application.UICulture.ToString)
|
||||||
|
End Sub
|
||||||
|
|
||||||
|
Private Async Sub frmImportMain_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
|
||||||
|
btnLoadFiles.Enabled = False
|
||||||
|
SplashScreenManager.ShowWaitForm()
|
||||||
|
|
||||||
' Load WinLine Data
|
' Load WinLine Data
|
||||||
Try
|
Try
|
||||||
Winline.Mandators.Clear()
|
Winline.Mandators.Clear()
|
||||||
Winline.LoadMandators()
|
|
||||||
Winline.LoadEconomicYears()
|
Winline.LoadEconomicYears()
|
||||||
Winline.LoadDocumentKinds(Winline.Mandators)
|
Await Winline.LoadMandators()
|
||||||
|
|
||||||
' TODO: Comment in when we finally use the database for additional configuration
|
' TODO: Comment in when we finally use the database for additional configuration
|
||||||
'Winline.LoadTemplateConfiguration()
|
'Winline.LoadTemplateConfiguration()
|
||||||
|
|
||||||
For Each oMandator As Mandator In Winline.Mandators
|
For Each oMandator As Mandator In Winline.Mandators
|
||||||
Winline.LoadAccounts(oMandator)
|
SplashScreenManager.SetWaitFormDescription(String.Format(My.Resources.frmImportMainExtra.Lade__0__Konten, oMandator.Id))
|
||||||
|
Await Winline.LoadAccounts(oMandator)
|
||||||
|
SplashScreenManager.SetWaitFormDescription(String.Format(My.Resources.frmImportMainExtra.Lade__0__Artikel, oMandator.Id))
|
||||||
|
Await Winline.LoadArticles(oMandator)
|
||||||
|
SplashScreenManager.SetWaitFormDescription(String.Format(My.Resources.frmImportMainExtra.Lade__0__Belegarten, oMandator.Id))
|
||||||
|
Await Winline.LoadDocumentKinds(oMandator)
|
||||||
Next
|
Next
|
||||||
|
|
||||||
|
SplashScreenManager.SetWaitFormDescription(My.Resources.frmImportMainExtra.Lade_Oberfläche)
|
||||||
|
|
||||||
lookupMandator.Properties.DataSource = Winline.Mandators
|
lookupMandator.Properties.DataSource = Winline.Mandators
|
||||||
lookupMandator.ForceInitialize()
|
lookupMandator.ForceInitialize()
|
||||||
lookupMandator.Properties.View.BestFitColumns()
|
lookupMandator.Properties.View.BestFitColumns()
|
||||||
Catch ex As Exception
|
|
||||||
ShowError(ex, "Laden der WinLine Daten")
|
|
||||||
End Try
|
|
||||||
|
|
||||||
Try
|
|
||||||
DocumentLoader = New DocumentLoader(LogConfig, Winline)
|
DocumentLoader = New DocumentLoader(LogConfig, Winline)
|
||||||
SchemaLoader = New SchemaLoader(LogConfig)
|
SchemaLoader = New SchemaLoader(LogConfig)
|
||||||
GridLoader = New GridLoader(LogConfig)
|
GridLoader = New GridLoader(LogConfig)
|
||||||
|
|
||||||
|
SplashScreenManager.SetWaitFormDescription(My.Resources.frmImportMainExtra.Lade_Vorlagen)
|
||||||
|
|
||||||
SchemaLoader.LoadFiles(ConfigManager.Config.SchemaDirectory)
|
SchemaLoader.LoadFiles(ConfigManager.Config.SchemaDirectory)
|
||||||
CurrentSchemaName = SchemaLoader.SchemaList.First().FullName
|
CurrentSchemaName = SchemaLoader.SchemaList.First().FullName
|
||||||
CurrentSchema = SchemaLoader.GetSchemaFromFile(CurrentSchemaName)
|
CurrentSchema = SchemaLoader.GetSchemaFromFile(CurrentSchemaName)
|
||||||
|
|
||||||
Grids = CreateGridsAndColumns(CurrentSchema)
|
Grids = CreateGridsAndColumns(CurrentSchema)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Laden der Vorlagen Daten")
|
ShowError(ex, My.Resources.frmImportMainExtra.Laden_der_Winline_Daten)
|
||||||
|
Finally
|
||||||
|
SplashScreenManager.CloseWaitForm()
|
||||||
|
btnLoadFiles.Enabled = True
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
txtVersion.Caption = String.Format(txtVersion.Tag.ToString, My.Application.Info.Version.ToString)
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
@@ -170,7 +184,7 @@ Public Class frmImportMain
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
If oTableCounter > 3 Then
|
If oTableCounter > 3 Then
|
||||||
MsgBox("Only 4 Tables are allowed currently!", MsgBoxStyle.Exclamation, Text)
|
MsgBox(My.Resources.frmImportMainExtra.Zur_Zeit_werden_nur_bis_zu_4_Tabellen_unterstützt_, MsgBoxStyle.Exclamation, Text)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
oTableCounter += 1
|
oTableCounter += 1
|
||||||
@@ -199,53 +213,50 @@ Public Class frmImportMain
|
|||||||
Where(Function(r) r.Id.ToString = oRow.Item("GUID")).
|
Where(Function(r) r.Id.ToString = oRow.Item("GUID")).
|
||||||
SingleOrDefault()
|
SingleOrDefault()
|
||||||
|
|
||||||
Dim oAccounts = Winline.Accounts.
|
Dim oForm As New frmRowEditor(oColumns, oDocumentRow, CurrentDocument.Mandator, Winline)
|
||||||
Where(Function(a) a.Mandator = CurrentDocument.Mandator.Id).
|
|
||||||
ToList()
|
|
||||||
|
|
||||||
Dim oForm As New frmRowEditor(oColumns, oDocumentRow, oAccounts)
|
|
||||||
If oForm.ShowDialog() = DialogResult.OK Then
|
If oForm.ShowDialog() = DialogResult.OK Then
|
||||||
Dim oModifiedRow = oForm.DocumentRow
|
Dim oModifiedRow = oForm.DocumentRow
|
||||||
Dim oIndex = CurrentDocument.Rows.IndexOf(oModifiedRow)
|
Dim oIndex = CurrentDocument.Rows.IndexOf(oModifiedRow)
|
||||||
'Dim oGuid = CurrentDocument.Rows.
|
|
||||||
' Where(Function(r) r.Id = oModifiedRow.Id).
|
|
||||||
' Select(Function(r) r.Id)
|
|
||||||
|
|
||||||
CurrentDocument.Rows.Item(oIndex) = oModifiedRow
|
CurrentDocument.Rows.Item(oIndex) = oModifiedRow
|
||||||
LoadDocument(CurrentDocument)
|
LoadDocument(CurrentDocument)
|
||||||
End If
|
End If
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Laden der Detailzeilen")
|
ShowError(ex, My.Resources.frmImportMainExtra.Laden_der_Detailzeilen)
|
||||||
|
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnLoadFiles_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnLoadFiles.ItemClick
|
Private Sub btnLoadFiles_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnLoadFiles.ItemClick
|
||||||
Try
|
Try
|
||||||
SplitContainerControl1.Enabled = False
|
SplitContainerGrids.Enabled = False
|
||||||
|
|
||||||
If DocumentLoader.LoadFiles(ConfigManager.Config.InputDirectory, CurrentSchema, lookupMandator.EditValue) Then
|
If DocumentLoader.LoadFiles(ConfigManager.Config.InputDirectory, CurrentSchema, lookupMandator.EditValue) Then
|
||||||
|
GridControlFiles.DataSource = Nothing
|
||||||
GridControlFiles.DataSource = DocumentLoader.Files
|
GridControlFiles.DataSource = DocumentLoader.Files
|
||||||
|
|
||||||
txtFilesLoaded.Caption = String.Format(txtFilesLoaded.Tag.ToString, DocumentLoader.Files.Count)
|
txtFilesLoaded.Caption = String.Format(txtFilesLoaded.Tag.ToString, DocumentLoader.Files.Count)
|
||||||
End If
|
End If
|
||||||
Catch ex As Exceptions.NoMandatorException
|
Catch ex As Exceptions.NoMandatorException
|
||||||
MsgBox("Es konnte kein passender Mandant anhand der geladenen Daten ermittelt werden. Bitte wählen Sie einen aus der Liste.", MsgBoxStyle.Information, Text)
|
MsgBox(My.Resources.frmImportMainExtra.Es_konnte_kein_passender_Mandant_ermittelt_werden, MsgBoxStyle.Information, Text)
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Laden der Dokumente")
|
ShowError(ex, My.Resources.frmImportMainExtra.Laden_der_Detailzeilen)
|
||||||
|
|
||||||
Finally
|
Finally
|
||||||
SplitContainerControl1.Enabled = True
|
SplitContainerGrids.Enabled = True
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnReloadFile_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnReloadFile.ItemClick
|
Private Sub btnReloadFile_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnReloadFile.ItemClick
|
||||||
Dim oCurrentMandator As Mandator = TryCast(lookupMandator.EditValue, Mandator)
|
Dim oCurrentMandator As Mandator = TryCast(lookupMandator.EditValue, Mandator)
|
||||||
If oCurrentMandator Is Nothing Then
|
If oCurrentMandator Is Nothing Then
|
||||||
MsgBox("Bitte wählen Sie einen Mandanten aus, bevor Sie fortfahren!", MsgBoxStyle.Exclamation, Text)
|
MsgBox(My.Resources.frmImportMainExtra.Bitte_wählen_Sie_einen_Mandanten_aus__bevor_Sie_fortfahren, MsgBoxStyle.Exclamation, Text)
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oResult As DialogResult = MsgBox($"Wollen Sie wirklich die aktuelle Datei mit dem gewählten Mandanten ({oCurrentMandator.Name}) neu laden? Alle von Ihnen getätigten Änderungen werden dabei verworfen.", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text)
|
Dim oMessage = String.Format(My.Resources.frmImportMainExtra.Wollen_Sie_wirklich_die_aktuelle_Datei_neu_laden, oCurrentMandator)
|
||||||
|
Dim oResult As DialogResult = MsgBox(oMessage, MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text)
|
||||||
|
|
||||||
Try
|
Try
|
||||||
If oResult = DialogResult.Yes Then
|
If oResult = DialogResult.Yes Then
|
||||||
@@ -259,10 +270,10 @@ Public Class frmImportMain
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Catch ex As Exceptions.NoMandatorException
|
Catch ex As Exceptions.NoMandatorException
|
||||||
MsgBox("Es konnte kein passender Mandant anhand der geladenen Daten ermittelt werden. Bitte wählen Sie einen aus der Liste.", MsgBoxStyle.Information, Text)
|
MsgBox(My.Resources.frmImportMainExtra.Es_konnte_kein_passender_Mandant_ermittelt_werden, MsgBoxStyle.Information, Text)
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Neuladen des Dokuments")
|
ShowError(ex, My.Resources.frmImportMainExtra.Neuladen_des_Dokuments)
|
||||||
|
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
@@ -278,7 +289,7 @@ Public Class frmImportMain
|
|||||||
lookupMandator.EditValue = oDocument.Mandator
|
lookupMandator.EditValue = oDocument.Mandator
|
||||||
LoadDocument(oDocument)
|
LoadDocument(oDocument)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Laden des Dokuments")
|
ShowError(ex, My.Resources.frmImportMainExtra.Laden_des_Dokuments)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -350,12 +361,12 @@ Public Class frmImportMain
|
|||||||
Dim oDocument As Document = GridViewFiles.GetRow(GridViewFiles.FocusedRowHandle)
|
Dim oDocument As Document = GridViewFiles.GetRow(GridViewFiles.FocusedRowHandle)
|
||||||
Await WebService.TransferDocumentToWinline(oDocument)
|
Await WebService.TransferDocumentToWinline(oDocument)
|
||||||
|
|
||||||
MsgBox("Datei erfolgreich in die WinLine übertragen!", MsgBoxStyle.Information, Text)
|
MsgBox(My.Resources.frmImportMainExtra.Datei_erfolgreich_in_die_WinLine_übertragen, MsgBoxStyle.Information, Text)
|
||||||
Catch ex As HttpRequestException
|
Catch ex As HttpRequestException
|
||||||
ShowError(ex, "Übertragung zur WinLine", "Die Verbindung zum WinLine Server ist fehlgeschlagen. Bitte prüfen Sie die Konfiguration des Programs und den Zustand des WinLine Servers")
|
ShowError(ex, My.Resources.frmImportMainExtra.Übertragung_zur_WinLine, My.Resources.frmImportMainExtra.Die_Verbindung_zum_WinLine_Server_ist_fehlgeschlagen)
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
ShowError(ex, "Übertragung zur WinLine")
|
ShowError(ex, My.Resources.frmImportMainExtra.Übertragung_zur_WinLine)
|
||||||
|
|
||||||
Finally
|
Finally
|
||||||
SplitContainerGrids.Enabled = True
|
SplitContainerGrids.Enabled = True
|
||||||
@@ -367,24 +378,24 @@ Public Class frmImportMain
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnOpenInputDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenInputDirectory.ItemClick
|
Private Sub btnOpenInputDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenInputDirectory.ItemClick
|
||||||
TryOpenDirectory(ConfigManager.Config.InputDirectory, "Eingangsverzeichnis")
|
TryOpenDirectory(ConfigManager.Config.InputDirectory, My.Resources.frmImportMainExtra.Eingangsverzeichnis)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnOpenOutputDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenOutputDirectory.ItemClick
|
Private Sub btnOpenOutputDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenOutputDirectory.ItemClick
|
||||||
Dim oOutputDirectory = Path.Combine(Application.UserAppDataPath, "WebService")
|
Dim oOutputDirectory = Path.Combine(Application.UserAppDataPath, "WebService")
|
||||||
'Dim oOutputDirectory = IO.Path.Combine(FileEx.GetAppDataPath("Digital Data", "EDI Document Importer"), "WebService")
|
TryOpenDirectory(oOutputDirectory, My.Resources.frmImportMainExtra.Ausgabeverzeichnis)
|
||||||
TryOpenDirectory(oOutputDirectory, "Ausgabeverzeichnis")
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnOpenSchemaDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenSchemaDirectory.ItemClick
|
Private Sub btnOpenSchemaDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenSchemaDirectory.ItemClick
|
||||||
TryOpenDirectory(ConfigManager.Config.SchemaDirectory, "Vorlagenverzeichnis")
|
TryOpenDirectory(ConfigManager.Config.SchemaDirectory, My.Resources.frmImportMainExtra.Vorlagenverzeichnis)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub TryOpenDirectory(pPath As String, pDisplayName As String)
|
Private Sub TryOpenDirectory(pPath As String, pDisplayName As String)
|
||||||
If Directory.Exists(pPath) Then
|
If Directory.Exists(pPath) Then
|
||||||
Process.Start(pPath)
|
Process.Start(pPath)
|
||||||
Else
|
Else
|
||||||
MsgBox($"{pDisplayName} nicht konfiguriert oder nicht gefunden!", MsgBoxStyle.Exclamation, Text)
|
Dim oMessage = String.Format(My.Resources.frmImportMainExtra._0__nicht_konfiguriert_oder_nicht_gefunden, pDisplayName)
|
||||||
|
MsgBox(oMessage, MsgBoxStyle.Exclamation, Text)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -392,23 +403,22 @@ Public Class frmImportMain
|
|||||||
If File.Exists(pPath) Then
|
If File.Exists(pPath) Then
|
||||||
Process.Start(pPath)
|
Process.Start(pPath)
|
||||||
Else
|
Else
|
||||||
MsgBox($"{pDisplayName} nicht konfiguriert oder nicht gefunden!", MsgBoxStyle.Exclamation, Text)
|
Dim oMessage = String.Format(My.Resources.frmImportMainExtra._0__nicht_konfiguriert_oder_nicht_gefunden, pDisplayName)
|
||||||
|
MsgBox(oMessage, MsgBoxStyle.Exclamation, Text)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Private Sub btnOpenLogDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenLogDirectory.ItemClick
|
Private Sub btnOpenLogDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenLogDirectory.ItemClick
|
||||||
TryOpenDirectory(LogConfig.LogDirectory, "Logverzeichnis")
|
TryOpenDirectory(LogConfig.LogDirectory, My.Resources.frmImportMainExtra.Logverzeichnis)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub btnOpenConfigDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenConfigDirectory.ItemClick
|
Private Sub btnOpenConfigDirectory_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnOpenConfigDirectory.ItemClick
|
||||||
Dim oUserConfigDirectory = New FileInfo(ConfigManager.UserConfigPath).Directory
|
Dim oUserConfigDirectory = New FileInfo(ConfigManager.UserConfigPath).Directory
|
||||||
TryOpenDirectory(oUserConfigDirectory.FullName, "Konfigurationsverzeichnis")
|
TryOpenDirectory(oUserConfigDirectory.FullName, My.Resources.frmImportMainExtra.Konfigurationsverzeichnis)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub ShowError(pException As Exception, pFunction As String, Optional pDetails As String = "")
|
Private Sub ShowError(pException As Exception, pFunction As String, Optional pDetails As String = "")
|
||||||
Dim oMessage = $"In der Funktion '{pFunction}' ist folgender Fehler aufgetreten:{vbNewLine}{vbNewLine}{pException.Message}"
|
Dim oMessage = String.Format(My.Resources.frmImportMainExtra.In_der_Funktion___0___ist_folgender_Fehler_aufgetreten__1_, pFunction, vbNewLine & vbNewLine & pException.Message)
|
||||||
If pDetails <> String.Empty Then
|
If pDetails <> String.Empty Then
|
||||||
oMessage &= $"{vbNewLine}{pDetails}"
|
oMessage &= $"{vbNewLine}{pDetails}"
|
||||||
End If
|
End If
|
||||||
@@ -424,7 +434,7 @@ Public Class frmImportMain
|
|||||||
|
|
||||||
Private Sub txtCurrentFile_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles txtCurrentFile.ItemClick
|
Private Sub txtCurrentFile_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles txtCurrentFile.ItemClick
|
||||||
If CurrentDocument IsNot Nothing Then
|
If CurrentDocument IsNot Nothing Then
|
||||||
TryOpenFile(CurrentDocument.FullName, "Aktuelle Datei")
|
TryOpenFile(CurrentDocument.FullName, My.Resources.frmImportMainExtra.Aktuelle_Datei)
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
@@ -435,4 +445,6 @@ Public Class frmImportMain
|
|||||||
|
|
||||||
oForm.ShowDialog()
|
oForm.ShowDialog()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
1091
MultiTool.Form/frmImportMain_old.Designer.vb
generated
1091
MultiTool.Form/frmImportMain_old.Designer.vb
generated
File diff suppressed because it is too large
Load Diff
@@ -1,504 +0,0 @@
|
|||||||
Imports System.IO
|
|
||||||
Imports DevExpress.XtraGrid.Views.Grid
|
|
||||||
Imports DevExpress.XtraRichEdit
|
|
||||||
Imports DevExpress.XtraEditors
|
|
||||||
Imports DigitalData.Modules.Logging
|
|
||||||
Imports DigitalData.Modules.Database
|
|
||||||
Imports DigitalData.Modules.Config
|
|
||||||
Imports DigitalData.Controls.SQLConfig
|
|
||||||
Imports DigitalData.GUIs.Common
|
|
||||||
Imports MultiTool.Shared.Documents
|
|
||||||
Imports MultiTool.Shared.Winline
|
|
||||||
Imports MultiTool.Form.Positions
|
|
||||||
|
|
||||||
Public Class frmImportMain_old
|
|
||||||
Public LogConfig As LogConfig
|
|
||||||
Public Logger As Logger
|
|
||||||
Public ConfigManager As ConfigManager(Of [Shared].Config)
|
|
||||||
Public Database As MSSQLServer
|
|
||||||
Public DocumentLoader As DocumentLoader
|
|
||||||
Public GridBuilder As GridBuilder
|
|
||||||
Public PositionData As PositionData
|
|
||||||
|
|
||||||
Public Winline As Data
|
|
||||||
Public WebService As WebService
|
|
||||||
|
|
||||||
Private Sub frmMain_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
|
||||||
Try
|
|
||||||
txtVersion.Caption = String.Format(txtVersion.Caption, Application.ProductVersion)
|
|
||||||
|
|
||||||
LogConfig = New LogConfig(LogConfig.PathType.AppData, Nothing, Nothing, "Digital Data", "EDI Document Importer")
|
|
||||||
Logger = LogConfig.GetLogger()
|
|
||||||
Logger.Info("EDI Document Importer, Version [{0}]", Application.ProductVersion)
|
|
||||||
|
|
||||||
ConfigManager = New ConfigManager(Of MultiTool.Shared.Config)(LogConfig,
|
|
||||||
Application.UserAppDataPath,
|
|
||||||
Application.CommonAppDataPath,
|
|
||||||
Application.StartupPath)
|
|
||||||
|
|
||||||
' If ConnectionString does not exist, show SQL Config Form
|
|
||||||
If ConfigManager.Config.ConnectionString = String.Empty Then
|
|
||||||
Dim oForm As New frmSQLConfig(LogConfig) With {
|
|
||||||
.FormTitle = "EDI Document Importer"
|
|
||||||
}
|
|
||||||
Dim oResult = oForm.ShowDialog()
|
|
||||||
|
|
||||||
If oResult = DialogResult.OK Then
|
|
||||||
ConfigManager.Config.ConnectionString = oForm.ConnectionString
|
|
||||||
ConfigManager.Save()
|
|
||||||
End If
|
|
||||||
End If
|
|
||||||
|
|
||||||
' Initialize Database
|
|
||||||
Dim oConnectionString = MSSQLServer.DecryptConnectionString(ConfigManager.Config.ConnectionString)
|
|
||||||
Database = New MSSQLServer(LogConfig, oConnectionString)
|
|
||||||
Winline = New Data(LogConfig, Database, ConfigManager.Config)
|
|
||||||
WebService = New WebService(LogConfig, ConfigManager.Config, Application.UserAppDataPath)
|
|
||||||
PositionData = New PositionData(LogConfig, Winline)
|
|
||||||
|
|
||||||
' Load WinLine Data
|
|
||||||
Winline.Mandators.Clear()
|
|
||||||
Winline.LoadMandators()
|
|
||||||
Winline.LoadEconomicYears()
|
|
||||||
Winline.LoadDocumentKinds(Winline.Mandators)
|
|
||||||
For Each oMandator In Winline.Mandators
|
|
||||||
Winline.LoadAccounts(oMandator)
|
|
||||||
Next
|
|
||||||
|
|
||||||
' Load data for UI Fields
|
|
||||||
cmbMandator.Properties.DataSource = Winline.Mandators
|
|
||||||
|
|
||||||
|
|
||||||
cmbYear.Properties.Items.AddRange(Winline.Years)
|
|
||||||
cmbYear.SelectedItem = ConfigManager.Config.GetYear()
|
|
||||||
|
|
||||||
' Initialize Grids
|
|
||||||
GridBuilder = New GridBuilder(New List(Of GridView) From {GridViewFiles, GridViewPositions})
|
|
||||||
GridBuilder.WithDefaults()
|
|
||||||
PositionGrid.LoadPositionViewAndColumns(GridViewPositions, DocumentType.Order)
|
|
||||||
|
|
||||||
' Construct classes related to the xml data
|
|
||||||
DocumentLoader = New DocumentLoader(LogConfig, Winline)
|
|
||||||
|
|
||||||
|
|
||||||
Catch ex As Exception
|
|
||||||
Logger.Error(ex)
|
|
||||||
Dim oMessage = GetErrorMessage(ex, "Fehler beim Laden der Anwendung")
|
|
||||||
MsgBox(oMessage, MsgBoxStyle.Critical, Text)
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
#Region "Helpers"
|
|
||||||
Private Function GetValidationMessage(FieldName As String) As String
|
|
||||||
Return $"Das Feld '{FieldName}' muss ausgefüllt werden!"
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Private Function GetErrorMessage(pException As Exception, pErrorText As String)
|
|
||||||
Return $"{pErrorText}:{vbNewLine}{vbNewLine}{pException.Message}"
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Private Function GetFocusedDocument() As Document
|
|
||||||
Dim oRowHandles = GridViewFiles.GetSelectedRows().ToList()
|
|
||||||
Dim oDocument As Document = GridViewFiles.GetRow(oRowHandles.First())
|
|
||||||
Return oDocument
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Private Function GetFocusedPosition() As Position
|
|
||||||
Dim oRowHandles = GridViewPositions.GetSelectedRows().ToList()
|
|
||||||
Dim oPosition As Position = GridViewPositions.GetRow(oRowHandles.First())
|
|
||||||
Return oPosition
|
|
||||||
End Function
|
|
||||||
|
|
||||||
Private Sub TryOpenDirectory(pPath As String, pDisplayName As String)
|
|
||||||
If Directory.Exists(pPath) Then
|
|
||||||
Process.Start(pPath)
|
|
||||||
Else
|
|
||||||
MsgBox($"{pDisplayName} nicht konfiguriert oder nicht gefunden!", MsgBoxStyle.Exclamation, Text)
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
#End Region
|
|
||||||
|
|
||||||
Private Sub btnLoadDocuments_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnLoadDocuments.ItemClick
|
|
||||||
Try
|
|
||||||
If DocumentLoader.LoadFiles(ConfigManager.Config.InputDirectory, Nothing, Nothing) = True Then
|
|
||||||
|
|
||||||
RibbonGroupDataTransmission.Enabled = True
|
|
||||||
RibbonGroupDocument.Enabled = True
|
|
||||||
RibbonGroupPositions.Enabled = True
|
|
||||||
|
|
||||||
LayoutControlHead.Enabled = True
|
|
||||||
GridControlPositions.Enabled = True
|
|
||||||
|
|
||||||
btnReloadDocument.Enabled = True
|
|
||||||
|
|
||||||
GridControlFiles.DataSource = DocumentLoader.Files
|
|
||||||
txtFilesLoaded.Caption = $"{DocumentLoader.Files.Count} Dokumente geladen"
|
|
||||||
End If
|
|
||||||
Catch ex As Exception
|
|
||||||
Dim oMessage = ex.Message
|
|
||||||
|
|
||||||
If ex.InnerException IsNot Nothing Then
|
|
||||||
oMessage &= vbNewLine & vbNewLine & ex.InnerException.Message
|
|
||||||
End If
|
|
||||||
|
|
||||||
MsgBox(oMessage, MsgBoxStyle.Critical, Text)
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub GridViewFiles_FocusedRowChanged(sender As Object, e As DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventArgs) Handles GridViewFiles.FocusedRowChanged
|
|
||||||
Dim oDocument As Document = GridViewFiles.GetRow(e.FocusedRowHandle)
|
|
||||||
|
|
||||||
If oDocument Is Nothing Then
|
|
||||||
Exit Sub
|
|
||||||
End If
|
|
||||||
|
|
||||||
ShowDocument(oDocument)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub ShowDocument(pDocument As Document)
|
|
||||||
' Load XML File in the sidebar
|
|
||||||
RichEditXml.LoadDocument(pDocument.FullName, DocumentFormat.PlainText)
|
|
||||||
|
|
||||||
'If pDocument.Mandator Is Nothing Then
|
|
||||||
' Dim oForm As New frmMandatorSelection() With {
|
|
||||||
' .Mandators = Winline.Mandators,
|
|
||||||
' .SelectedMandator = Nothing
|
|
||||||
' }
|
|
||||||
' Dim oResult = oForm.ShowDialog()
|
|
||||||
|
|
||||||
' If oResult <> DialogResult.OK Then
|
|
||||||
' Exit Sub
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' pDocument.Mandator = oForm.SelectedMandator
|
|
||||||
'End If
|
|
||||||
|
|
||||||
Try
|
|
||||||
Select Case pDocument.Type
|
|
||||||
Case DocumentType.Order
|
|
||||||
MsgBox("TODO")
|
|
||||||
'ShowOrderDocument(pDocument)
|
|
||||||
|
|
||||||
End Select
|
|
||||||
|
|
||||||
Catch ex As Xml.XmlException
|
|
||||||
Dim oMessage = GetErrorMessage(ex, "Fehler beim Laden des Dokuments")
|
|
||||||
MsgBox(oMessage, MsgBoxStyle.Critical, Text)
|
|
||||||
Logger.Error(ex)
|
|
||||||
|
|
||||||
Catch ex As Exceptions.NoMandatorException
|
|
||||||
Dim oMessage = GetErrorMessage(ex, "Fehler beim Laden des Dokuments")
|
|
||||||
MsgBox(oMessage, MsgBoxStyle.Critical, Text)
|
|
||||||
Logger.Error(ex)
|
|
||||||
|
|
||||||
Catch ex As Exception
|
|
||||||
Dim oMessage = GetErrorMessage(ex, "Fehler beim Laden des Dokuments")
|
|
||||||
MsgBox(oMessage, MsgBoxStyle.Critical, Text)
|
|
||||||
Logger.Error(ex)
|
|
||||||
|
|
||||||
End Try
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Private Sub ShowOrderDocument(pDocument As Document)
|
|
||||||
' If pDocument.Mandator Is Nothing Then
|
|
||||||
' Throw New Exceptions.NoMandatorException("Es konnte kein Mandant gefunden werden")
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' Dim oData As Orders.Input.MESOWebService = DirectCast(pDocument.Data, Orders.Input.MESOWebService)
|
|
||||||
' Dim oDataOriginal As Orders.Input.MESOWebService = DirectCast(pDocument.DataOriginal, Orders.Input.MESOWebService)
|
|
||||||
' Dim oHead = Orders.Helpers.GetOrderHead(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT025)(oData)
|
|
||||||
' Dim oHeadOriginal = Orders.Helpers.GetOrderHead(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT025)(oDataOriginal)
|
|
||||||
|
|
||||||
' ' --- Head Data --------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
' ' Original, Unreplaced Data
|
|
||||||
' txtCustomerGLN.Text = oHeadOriginal.Fakt_Kontonummer
|
|
||||||
' txtDeliveryAddressGLN.Text = oHeadOriginal.Lief_Kontonummer
|
|
||||||
|
|
||||||
' ' Regular Data from EDI
|
|
||||||
' txtRunningNumber.Text = oHead.Laufnummer
|
|
||||||
' cmbOrderIssuer.Text = oHead.Bestellt_Von
|
|
||||||
' txtOrderNumber.Text = oHead.Auftragsreferenz
|
|
||||||
' txtInfoText.Text = oHead.Infotext
|
|
||||||
|
|
||||||
' Try
|
|
||||||
' dateOrderDate.EditValue = Date.ParseExact(oHead.Datum_AuftragBestellung, "yyyy-MM-dd", Globalization.CultureInfo.InvariantCulture)
|
|
||||||
' Catch ex As Exception
|
|
||||||
' dateOrderDate.EditValue = Nothing
|
|
||||||
' End Try
|
|
||||||
|
|
||||||
' ' --- Find Mandator --------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
' Dim oMandator = Winline.Mandators.
|
|
||||||
' Where(Function(m) m.Id = pDocument.Mandator).
|
|
||||||
' SingleOrDefault()
|
|
||||||
' cmbMandator.EditValue = oMandator
|
|
||||||
|
|
||||||
' ' --- Find DocumentKinds ---------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
' Dim oMandatorKinds = Winline.DocumentKinds.
|
|
||||||
' Where(Function(k) k.Mandator = oMandator.Id).
|
|
||||||
' ToList()
|
|
||||||
' Dim oSelectedKind = oMandatorKinds.
|
|
||||||
' Where(Function(k) k.Id.ToString = oHead.Belegart).
|
|
||||||
' SingleOrDefault()
|
|
||||||
|
|
||||||
' cmbDocumentKind.Properties.Items.Clear()
|
|
||||||
' cmbDocumentKind.Properties.Items.AddRange(oMandatorKinds)
|
|
||||||
|
|
||||||
' If oSelectedKind Is Nothing Then
|
|
||||||
' cmbDocumentKind.ErrorText = "Es wurde keine passende Belegart gefunden."
|
|
||||||
' cmbDocumentKind.SelectedItem = Nothing
|
|
||||||
' Else
|
|
||||||
' cmbDocumentKind.SelectedItem = oSelectedKind
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' --- Find Accounts --------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
' Dim oMandatorAccounts = Winline.Accounts.
|
|
||||||
' Where(Function(a) a.Mandator = oMandator.Id).
|
|
||||||
' ToList()
|
|
||||||
' cmbCustomer.Properties.DataSource = oMandatorAccounts
|
|
||||||
' cmbDeliveryAddress.Properties.DataSource = oMandatorAccounts
|
|
||||||
|
|
||||||
' ' FAKTURA
|
|
||||||
|
|
||||||
' If oHead.Fakt_Kontonummer = oHeadOriginal.Fakt_Kontonummer Then
|
|
||||||
' cmbCustomer.ErrorText = GetValidationMessage("Faktura Konto")
|
|
||||||
' cmbCustomer.EditValue = Nothing
|
|
||||||
' Else
|
|
||||||
' Dim oMatchingAccounts = oMandatorAccounts.
|
|
||||||
' Where(Function(oAccount) oAccount.Id = oHead.Fakt_Kontonummer)
|
|
||||||
|
|
||||||
' If oMatchingAccounts.Count() > 1 Then
|
|
||||||
' cmbCustomer.EditValue = Nothing
|
|
||||||
' cmbCustomer.ErrorText = "Für die Kontonummer wurden mehrere Konten gefunden."
|
|
||||||
' ElseIf oMatchingAccounts.Count() = 0 Then
|
|
||||||
' cmbCustomer.EditValue = Nothing
|
|
||||||
' cmbCustomer.ErrorText = "Für die Kontonummer wurde kein Konto gefunden."
|
|
||||||
' Else
|
|
||||||
' cmbCustomer.EditValue = oMatchingAccounts.SingleOrDefault()
|
|
||||||
' End If
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' CONTACTS
|
|
||||||
' If cmbCustomer.EditValue IsNot Nothing Then
|
|
||||||
' Dim oContacts = Winline.GetContacts(oHead.Fakt_Kontonummer, oMandator)
|
|
||||||
' cmbOrderIssuer.Properties.DataSource = oContacts
|
|
||||||
' End If
|
|
||||||
|
|
||||||
|
|
||||||
' ' DEVLIERY
|
|
||||||
' If oHead.Lief_Kontonummer = oHeadOriginal.Lief_Kontonummer Then
|
|
||||||
' If oHeadOriginal.Lief_Kontonummer = String.Empty Then
|
|
||||||
' txtPlace.EditValue = oHeadOriginal.Lief_Ort
|
|
||||||
' txtZIP.EditValue = oHeadOriginal.Lief_PLZ
|
|
||||||
' txtStreetName.EditValue = oHeadOriginal.Lief_Strasse
|
|
||||||
' txtName.EditValue = oHeadOriginal.Lief_Name
|
|
||||||
' Else
|
|
||||||
' cmbDeliveryAddress.ErrorText = GetValidationMessage("Lieferanten Konto")
|
|
||||||
' cmbDeliveryAddress.EditValue = Nothing
|
|
||||||
' End If
|
|
||||||
' Else
|
|
||||||
' Dim oMatchingAccounts = oMandatorAccounts.
|
|
||||||
' Where(Function(oAccount) oAccount.Id = oHead.Lief_Kontonummer)
|
|
||||||
|
|
||||||
' If oMatchingAccounts.Count() > 1 Then
|
|
||||||
' cmbDeliveryAddress.EditValue = Nothing
|
|
||||||
' cmbDeliveryAddress.ErrorText = "Für die Kontonummer wurden mehrere Konten gefunden."
|
|
||||||
' ElseIf oMatchingAccounts.Count() = 0 Then
|
|
||||||
' cmbDeliveryAddress.EditValue = Nothing
|
|
||||||
' cmbDeliveryAddress.ErrorText = "Für die Kontonummer wurde kein Konto gefunden."
|
|
||||||
' Else
|
|
||||||
' cmbDeliveryAddress.EditValue = oMatchingAccounts.SingleOrDefault()
|
|
||||||
' End If
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' --- Find Positions ------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
' Dim oPositionList = PositionData.Load(oMandator, oData, oDataOriginal)
|
|
||||||
' GridControlPositions.DataSource = oPositionList
|
|
||||||
' GridViewPositions.BestFitColumns()
|
|
||||||
'End Sub
|
|
||||||
|
|
||||||
Private Sub BarButtonItem1_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem1.ItemClick
|
|
||||||
TryOpenDirectory(ConfigManager.Config.InputDirectory, "Eingangsverzeichnis")
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub BarButtonItem2_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem2.ItemClick
|
|
||||||
TryOpenDirectory(ConfigManager.Config.OutputDirectory, "Ausgangsverzeichnis")
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub BarButtonItem3_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem3.ItemClick
|
|
||||||
Dim oUserConfigDirectory = New FileInfo(ConfigManager.UserConfigPath).Directory
|
|
||||||
TryOpenDirectory(oUserConfigDirectory.FullName, "Konfigurationsverzeichnis")
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub checkShowXml_CheckedChanged(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles checkShowXml.CheckedChanged
|
|
||||||
SplitContainerControl3.Collapsed = Not checkShowXml.Checked
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Private Async Sub BarButtonItem4_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem4.ItemClick
|
|
||||||
' Dim oMessageText As String = ""
|
|
||||||
' Dim oMessageStyle As MsgBoxStyle = MsgBoxStyle.Critical
|
|
||||||
|
|
||||||
' Dim oDocument As Document = GetFocusedDocument()
|
|
||||||
' If oDocument Is Nothing Then
|
|
||||||
' Exit Sub
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' SplashScreenManager1.ShowWaitForm()
|
|
||||||
' ChangeUIState(False)
|
|
||||||
|
|
||||||
' Try
|
|
||||||
' Dim oFinalDocument As Document = TransferChangesToDocument(oDocument)
|
|
||||||
' Dim oResult = Await WebService.TransferDocumentToWinLine(oFinalDocument)
|
|
||||||
|
|
||||||
' oMessageText = "Beleg wurde erfolgreich übertragen!"
|
|
||||||
' oMessageStyle = MsgBoxStyle.Information
|
|
||||||
|
|
||||||
' Catch ex As Exception
|
|
||||||
' Logger.Error(ex)
|
|
||||||
|
|
||||||
' oMessageText = $"Fehler beim Übertragen des Dokuments:{vbNewLine}{vbNewLine}{ex.Message}"
|
|
||||||
' oMessageStyle = MsgBoxStyle.Critical
|
|
||||||
|
|
||||||
' Finally
|
|
||||||
' SplashScreenManager1.CloseWaitForm()
|
|
||||||
' ChangeUIState(True)
|
|
||||||
|
|
||||||
' MsgBox(oMessageText, oMessageStyle, Text)
|
|
||||||
' End Try
|
|
||||||
'End Sub
|
|
||||||
|
|
||||||
Private Sub ChangeUIState(pEnabled As Boolean)
|
|
||||||
GridControlPositions.Enabled = pEnabled
|
|
||||||
GridControlFiles.Enabled = pEnabled
|
|
||||||
LayoutControlHead.Enabled = pEnabled
|
|
||||||
|
|
||||||
RibbonGroupDataTransmission.Enabled = pEnabled
|
|
||||||
RibbonGroupDataLoading.Enabled = pEnabled
|
|
||||||
RibbonGroupDocument.Enabled = pEnabled
|
|
||||||
RibbonGroupPositions.Enabled = pEnabled
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Private Function TransferChangesToDocument(pDocument As Document)
|
|
||||||
' Dim oData As Orders.Input.MESOWebService = pDocument.Data
|
|
||||||
|
|
||||||
' Try
|
|
||||||
' Orders.Helpers.SetOrderHead(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT025)(oData, AddressOf UpdateOrderHead)
|
|
||||||
' Catch ex As Exception
|
|
||||||
' Logger.Error(ex)
|
|
||||||
|
|
||||||
' Throw ex
|
|
||||||
' End Try
|
|
||||||
|
|
||||||
' Return pDocument
|
|
||||||
'End Function
|
|
||||||
|
|
||||||
'Private Function UpdateOrderHead(pObject As Orders.Input.MESOWebServiceEXIMVRG_ordersT025) As Orders.Input.MESOWebServiceEXIMVRG_ordersT025
|
|
||||||
' ' Update DocumentKind
|
|
||||||
' If cmbDocumentKind.EditValue IsNot Nothing AndAlso TypeOf cmbDocumentKind.EditValue Is DocumentKind Then
|
|
||||||
' pObject.Belegart = DirectCast(cmbDocumentKind.EditValue, DocumentKind).Id
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' Update Talking Person lol
|
|
||||||
' If cmbOrderIssuer.EditValue IsNot Nothing AndAlso TypeOf cmbOrderIssuer.EditValue Is Contact Then
|
|
||||||
' pObject.Bestellt_Von = DirectCast(cmbOrderIssuer.EditValue, Contact).Id
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' Update Delivery Address
|
|
||||||
' If cmbDeliveryAddress.EditValue IsNot Nothing AndAlso TypeOf cmbDeliveryAddress.EditValue Is Account Then
|
|
||||||
' pObject.Lief_Kontonummer = DirectCast(cmbDeliveryAddress.EditValue, Account)?.Id
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' Update Order Number
|
|
||||||
' If txtOrderNumber.EditValue IsNot Nothing AndAlso txtOrderNumber.EditValue <> String.Empty Then
|
|
||||||
' pObject.Auftragsreferenz = txtOrderNumber.EditValue
|
|
||||||
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' Update Order Date
|
|
||||||
' If dateOrderDate IsNot Nothing Then
|
|
||||||
' pObject.Datum_AuftragBestellung = DirectCast(dateOrderDate.EditValue, Date).ToString("yyyy-MM-dd")
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' ' Update Extra Address
|
|
||||||
' pObject.Lief_Name = txtName.EditValue
|
|
||||||
' pObject.Lief_Ort = txtPlace.EditValue
|
|
||||||
' pObject.Lief_PLZ = txtZIP.EditValue
|
|
||||||
' pObject.Lief_Strasse = txtStreetName.EditValue
|
|
||||||
|
|
||||||
' Return pObject
|
|
||||||
'End Function
|
|
||||||
|
|
||||||
Private Sub BarButtonItem8_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem8.ItemClick
|
|
||||||
TryOpenDirectory(LogConfig.LogDirectory, "Logverzeichnis")
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub cmbCustomer_Validating(sender As BaseEdit, e As System.ComponentModel.CancelEventArgs) Handles cmbCustomer.Validating, cmbDocumentKind.Validating, cmbMandator.Validating, cmbYear.Validating
|
|
||||||
If sender.EditValue Is Nothing Then
|
|
||||||
sender.ErrorText = "Dieses Feld muss ausgefüllt werden"
|
|
||||||
Else
|
|
||||||
sender.ErrorText = ""
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
'Private Sub btnPreviewReport_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnPreviewReport.ItemClick
|
|
||||||
' Dim oDocument As Document = GetFocusedDocument()
|
|
||||||
' If oDocument Is Nothing Then
|
|
||||||
' Exit Sub
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' Dim oReport As New OrderReport()
|
|
||||||
' Dim oDataSource = New DevExpress.DataAccess.ObjectBinding.ObjectDataSource With {
|
|
||||||
' .DataSource = New Orders.ReportSource With {
|
|
||||||
' .Head = Orders.Helpers.GetOrderHead(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT025)(oDocument.Data),
|
|
||||||
' .Positions = Orders.Helpers.GetOrderPositions(Of Orders.Input.MESOWebServiceEXIMVRG_ordersT025)(oDocument.Data)
|
|
||||||
' }
|
|
||||||
' }
|
|
||||||
' oDataSource.Fill()
|
|
||||||
' oReport.DataSource = oDataSource
|
|
||||||
|
|
||||||
' Dim oReportPrintTool As New ReportPrintTool(oReport)
|
|
||||||
' oReportPrintTool.ShowPreview()
|
|
||||||
'End Sub
|
|
||||||
|
|
||||||
Private Sub btnReloadDocument_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnReloadDocument.ItemClick
|
|
||||||
Dim oResult = MsgBox("Wenn sie das Dokument neu laden, werden alle manuell geänderten Wert verworfen. Wollen Sie fortfahren?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question, Text)
|
|
||||||
|
|
||||||
If oResult = MsgBoxResult.Yes Then
|
|
||||||
Dim oDocument As Document = GetFocusedDocument()
|
|
||||||
|
|
||||||
If oDocument Is Nothing Then
|
|
||||||
Exit Sub
|
|
||||||
End If
|
|
||||||
|
|
||||||
ShowDocument(oDocument)
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub btnDeletePosition_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnDeletePosition.ItemClick
|
|
||||||
Dim oPosition = GetFocusedPosition()
|
|
||||||
|
|
||||||
If oPosition Is Nothing Then
|
|
||||||
MsgBox("Bitte wählen Sie eine Position aus!", MsgBoxStyle.Exclamation, Text)
|
|
||||||
Exit Sub
|
|
||||||
End If
|
|
||||||
|
|
||||||
Dim oResult = MsgBox($"Wollen Sie die ausgewählte Position Artikel [{oPosition.ArticleNumber}] wirklich löschen?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text)
|
|
||||||
|
|
||||||
If oResult = MsgBoxResult.Yes Then
|
|
||||||
GridViewPositions.DeleteSelectedRows()
|
|
||||||
MsgBox("Position gelöscht")
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub BarButtonItem7_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles BarButtonItem7.ItemClick
|
|
||||||
MsgBox("Mach et!")
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub BarButtonItem6_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs)
|
|
||||||
Dim oUserConfigDirectory = New FileInfo(ConfigManager.UserConfigPath).Directory
|
|
||||||
TryOpenDirectory(oUserConfigDirectory.FullName, "Konfigurationsverzeichnis")
|
|
||||||
End Sub
|
|
||||||
End Class
|
|
||||||
@@ -3,6 +3,7 @@ Imports DevExpress.XtraGrid.Views.Grid
|
|||||||
Imports DevExpress.XtraVerticalGrid.Rows
|
Imports DevExpress.XtraVerticalGrid.Rows
|
||||||
Imports MultiTool.Shared.Documents
|
Imports MultiTool.Shared.Documents
|
||||||
Imports MultiTool.Shared.DocumentRow
|
Imports MultiTool.Shared.DocumentRow
|
||||||
|
Imports MultiTool.Shared
|
||||||
Imports DevExpress.XtraEditors.Repository
|
Imports DevExpress.XtraEditors.Repository
|
||||||
Imports MultiTool.Shared.Winline
|
Imports MultiTool.Shared.Winline
|
||||||
Imports DigitalData.Modules.Language
|
Imports DigitalData.Modules.Language
|
||||||
@@ -14,38 +15,53 @@ Public Class frmRowEditor
|
|||||||
Private ReadOnly _Columns As List(Of String)
|
Private ReadOnly _Columns As List(Of String)
|
||||||
Private ReadOnly _DataTable As New DataTable
|
Private ReadOnly _DataTable As New DataTable
|
||||||
Private ReadOnly _Accounts As List(Of Account)
|
Private ReadOnly _Accounts As List(Of Account)
|
||||||
Private ReadOnly _DocumentRow As MultiTool.Shared.DocumentRow
|
Private ReadOnly _Articles As List(Of Article)
|
||||||
|
Private ReadOnly _DocumentKinds As List(Of DocumentKind)
|
||||||
|
Private ReadOnly _DocumentRow As DocumentRow
|
||||||
|
|
||||||
Private ReadOnly DatePicker As New RepositoryItemDateEdit
|
|
||||||
Private ReadOnly MultilineEditor As New RepositoryItemMemoEdit
|
Private ReadOnly MultilineEditor As New RepositoryItemMemoEdit
|
||||||
Private ReadOnly AccountPicker As New RepositoryItemSearchLookUpEdit
|
Private ReadOnly AccountPicker As New RepositoryItemSearchLookUpEdit
|
||||||
Private ReadOnly MaskDateEditor As New RepositoryItemTextEdit
|
Private ReadOnly ArticlePicker As New RepositoryItemSearchLookUpEdit
|
||||||
|
Private ReadOnly DocumentKindPicker As New RepositoryItemSearchLookUpEdit
|
||||||
Private ReadOnly ReadOnlyEditor As New RepositoryItemTextEdit
|
Private ReadOnly ReadOnlyEditor As New RepositoryItemTextEdit
|
||||||
|
|
||||||
|
|
||||||
|
'Private ReadOnly MaskDateEditor As New RepositoryItemTextEdit
|
||||||
|
'Private ReadOnly DatePicker As New RepositoryItemDateEdit
|
||||||
|
|
||||||
Private Const COL_KEY = "KEY"
|
Private Const COL_KEY = "KEY"
|
||||||
Private Const COL_VALUE_ORIGINAL = "VALUE_ORIGINAL"
|
Private Const COL_VALUE_ORIGINAL = "VALUE_ORIGINAL"
|
||||||
Private Const COL_VALUE_EXTERNAL = "VALUE_EXTERNAL"
|
Private Const COL_VALUE_EXTERNAL = "VALUE_EXTERNAL"
|
||||||
Private Const COL_VALUE_FINAL = "VALUE_FINAL"
|
Private Const COL_VALUE_FINAL = "VALUE_FINAL"
|
||||||
|
|
||||||
Public ReadOnly Property DocumentRow As MultiTool.Shared.DocumentRow
|
Public ReadOnly Property DocumentRow As DocumentRow
|
||||||
Get
|
Get
|
||||||
Return _DocumentRow
|
Return _DocumentRow
|
||||||
End Get
|
End Get
|
||||||
End Property
|
End Property
|
||||||
|
|
||||||
Public Sub New(pColumns As List(Of String), pDocumentRow As MultiTool.Shared.DocumentRow, pAccounts As List(Of Account))
|
Public Sub New(pColumns As List(Of String), pDocumentRow As DocumentRow, pMandator As Mandator, pWinline As Data)
|
||||||
' Dieser Aufruf ist für den Designer erforderlich.
|
' Dieser Aufruf ist für den Designer erforderlich.
|
||||||
InitializeComponent()
|
InitializeComponent()
|
||||||
|
|
||||||
' Fügen Sie Initialisierungen nach dem InitializeComponent()-Aufruf hinzu.
|
|
||||||
_Columns = pColumns
|
_Columns = pColumns
|
||||||
_Accounts = pAccounts
|
_Accounts = pWinline.Accounts.Where(Function(a) a.Mandator.Id = pMandator.Id).ToList()
|
||||||
|
_Articles = pWinline.Articles.Where(Function(a) a.Mandator.Id = pMandator.Id).ToList()
|
||||||
|
_DocumentKinds = pWinline.DocumentKinds.Where(Function(k) k.Mandator.Id = pMandator.Id).ToList()
|
||||||
_DocumentRow = pDocumentRow
|
_DocumentRow = pDocumentRow
|
||||||
|
|
||||||
AccountPicker.DataSource = _Accounts
|
AccountPicker.DataSource = _Accounts
|
||||||
AccountPicker.DisplayMember = "Name"
|
AccountPicker.DisplayMember = "Name"
|
||||||
AccountPicker.ValueMember = "Id"
|
AccountPicker.ValueMember = "Id"
|
||||||
|
|
||||||
|
ArticlePicker.DataSource = _Articles
|
||||||
|
ArticlePicker.DisplayMember = "Description"
|
||||||
|
ArticlePicker.ValueMember = "Id"
|
||||||
|
|
||||||
|
DocumentKindPicker.DataSource = _DocumentKinds
|
||||||
|
DocumentKindPicker.ValueMember = "Id"
|
||||||
|
DocumentKindPicker.DisplayMember = "Name"
|
||||||
|
|
||||||
ReadOnlyEditor.ReadOnly = True
|
ReadOnlyEditor.ReadOnly = True
|
||||||
|
|
||||||
'DatePicker.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.False
|
'DatePicker.CalendarTimeEditing = DevExpress.Utils.DefaultBoolean.False
|
||||||
@@ -66,10 +82,7 @@ Public Class frmRowEditor
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub DatePicker_ParseEditValue(sender As Object, e As ConvertEditValueEventArgs)
|
Private Sub DatePicker_ParseEditValue(sender As Object, e As ConvertEditValueEventArgs)
|
||||||
|
|
||||||
If TypeOf sender Is RepositoryItemDateEdit Then
|
If TypeOf sender Is RepositoryItemDateEdit Then
|
||||||
|
|
||||||
|
|
||||||
Debug.WriteLine($"RepoItem # {e.Value} # {e.Value.GetType.Name}")
|
Debug.WriteLine($"RepoItem # {e.Value} # {e.Value.GetType.Name}")
|
||||||
ElseIf TypeOf sender Is DateEdit Then
|
ElseIf TypeOf sender Is DateEdit Then
|
||||||
Debug.WriteLine($"DateEdit # {e.Value} # {e.Value.GetType.Name}")
|
Debug.WriteLine($"DateEdit # {e.Value} # {e.Value.GetType.Name}")
|
||||||
@@ -122,7 +135,7 @@ Public Class frmRowEditor
|
|||||||
|
|
||||||
If oField.Key = "Datum_Auftrag-Bestellung" And oGridValue.Length > 0 Then
|
If oField.Key = "Datum_Auftrag-Bestellung" And oGridValue.Length > 0 Then
|
||||||
If TryParseDate(oGridValue) Is Nothing Then
|
If TryParseDate(oGridValue) Is Nothing Then
|
||||||
MsgBox($"Datumswert für '{oField.Key}' enthält einen ungüligen Wert. Bitte benutzen Sie das Format 'YYYY-MM-DD'.", MsgBoxStyle.Exclamation, Text)
|
MsgBox(String.Format(My.Resources.frmRowEditorExtra.Datumswert_für___0___enthält_einen_ungüligen_Wert, oField.Key), MsgBoxStyle.Exclamation, Text)
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@@ -175,13 +188,8 @@ Public Class frmRowEditor
|
|||||||
Dim oDataRow As DataRow = GridView1.GetDataRow(e.RowHandle)
|
Dim oDataRow As DataRow = GridView1.GetDataRow(e.RowHandle)
|
||||||
|
|
||||||
If e.Column.FieldName = COL_VALUE_ORIGINAL Or e.Column.FieldName = COL_VALUE_FINAL Then
|
If e.Column.FieldName = COL_VALUE_ORIGINAL Or e.Column.FieldName = COL_VALUE_FINAL Then
|
||||||
If oDataRow.Item(COL_KEY) = "Datum_Auftrag-Bestellung" Then
|
If e.CellValue.ToString.Length > 100 Then
|
||||||
'e.RepositoryItem = DatePicker
|
|
||||||
'e.RepositoryItem = MaskDateEditor
|
|
||||||
ElseIf e.CellValue.ToString.Length > 100 Then
|
|
||||||
e.RepositoryItem = MultilineEditor
|
e.RepositoryItem = MultilineEditor
|
||||||
ElseIf oDataRow.Item(COL_KEY) = "Fakt_Kontonummer" Or oDataRow.Item(COL_KEY) = "Lief_Kontonummer" Then
|
|
||||||
e.RepositoryItem = AccountPicker
|
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
@@ -192,6 +200,20 @@ Public Class frmRowEditor
|
|||||||
|
|
||||||
If oReadOnlyFields.Contains(oDataRow.Item(COL_KEY)) Then
|
If oReadOnlyFields.Contains(oDataRow.Item(COL_KEY)) Then
|
||||||
e.RepositoryItem = ReadOnlyEditor
|
e.RepositoryItem = ReadOnlyEditor
|
||||||
|
|
||||||
|
ElseIf oDataRow.Item(COL_KEY) = "Datum_Auftrag-Bestellung" Then
|
||||||
|
'e.RepositoryItem = DatePicker
|
||||||
|
'e.RepositoryItem = MaskDateEditor
|
||||||
|
|
||||||
|
ElseIf e.CellValue.ToString.Length > 30 Then
|
||||||
|
|
||||||
|
e.RepositoryItem = MultilineEditor
|
||||||
|
ElseIf oDataRow.Item(COL_KEY) = "Fakt_Kontonummer" Or oDataRow.Item(COL_KEY) = "Lief_Kontonummer" Then
|
||||||
|
e.RepositoryItem = AccountPicker
|
||||||
|
ElseIf oDataRow.Item(COL_KEY) = "Artikelnummer" Then
|
||||||
|
e.RepositoryItem = ArticlePicker
|
||||||
|
ElseIf oDataRow.Item(COL_KEY) = "Belegart" Then
|
||||||
|
e.RepositoryItem = DocumentKindPicker
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="AutoMapper" version="10.1.1" targetFramework="net461" />
|
|
||||||
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
Imports System.Globalization
|
|
||||||
Imports AutoMapper
|
|
||||||
Imports AutoMapper.Configuration
|
|
||||||
|
|
||||||
Public Class MapperFactory
|
|
||||||
Private Shared MapperConfig As Object
|
|
||||||
|
|
||||||
'Public Shared Function GetMapper() As Mapper
|
|
||||||
' MapperConfig = New MapperConfiguration(CreateMapperConfig())
|
|
||||||
' MapperConfig.AssertConfigurationIsValid()
|
|
||||||
' Return MapperConfig.CreateMapper()
|
|
||||||
'End Function
|
|
||||||
|
|
||||||
'Private Shared Function CreateMapperConfig() As MapperConfigurationExpression
|
|
||||||
' Dim oConfig As New MapperConfigurationExpression()
|
|
||||||
|
|
||||||
' oConfig.CreateMap(Of String, Integer)().ConvertUsing(New IntegerTypeConverter())
|
|
||||||
' oConfig.CreateMap(Of String, Decimal)().ConvertUsing(New DecimalTypeConverter())
|
|
||||||
' oConfig.CreateMap(Of String, DateTime)().ConvertUsing(New DateTimeTypeConverter())
|
|
||||||
' oConfig.CreateMap(Of Schemas.Orders.Input.MESOWebService, Schemas.Orders.Output.MESOWebService)()
|
|
||||||
' oConfig.CreateMap(Of Schemas.Orders.Input.MESOWebServiceEXIMVRG_ordersT025, Schemas.Orders.Output.MESOWebServiceEXIMVRG_ordersT025)()
|
|
||||||
' oConfig.CreateMap(Of Schemas.Orders.Input.MESOWebServiceEXIMVRG_ordersT026, Schemas.Orders.Output.MESOWebServiceEXIMVRG_ordersT026)()
|
|
||||||
|
|
||||||
' Return oConfig
|
|
||||||
'End Function
|
|
||||||
|
|
||||||
Private Class DateTimeTypeConverter
|
|
||||||
Implements ITypeConverter(Of String, DateTime)
|
|
||||||
|
|
||||||
Public Function Convert(source As String, destination As Date, context As ResolutionContext) As Date Implements ITypeConverter(Of String, Date).Convert
|
|
||||||
Return System.Convert.ToDateTime(source)
|
|
||||||
End Function
|
|
||||||
End Class
|
|
||||||
Private Class IntegerTypeConverter
|
|
||||||
Implements ITypeConverter(Of String, Integer)
|
|
||||||
Public Function Convert(source As String, destination As Integer, context As ResolutionContext) As Integer Implements ITypeConverter(Of String, Integer).Convert
|
|
||||||
Return System.Convert.ToInt32(source)
|
|
||||||
End Function
|
|
||||||
End Class
|
|
||||||
Private Class DecimalTypeConverter
|
|
||||||
Implements ITypeConverter(Of String, Decimal)
|
|
||||||
Public Function Convert(source As String, destination As Decimal, context As ResolutionContext) As Decimal Implements ITypeConverter(Of String, Decimal).Convert
|
|
||||||
Return System.Convert.ToDecimal(source, CultureInfo.InvariantCulture)
|
|
||||||
End Function
|
|
||||||
End Class
|
|
||||||
|
|
||||||
End Class
|
|
||||||
@@ -44,9 +44,6 @@
|
|||||||
<OptionInfer>On</OptionInfer>
|
<OptionInfer>On</OptionInfer>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
||||||
<HintPath>..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DevExpress.DataAccess.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.DataAccess.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
<Reference Include="DigitalData.Modules.Database">
|
<Reference Include="DigitalData.Modules.Database">
|
||||||
<HintPath>..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
<HintPath>..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
||||||
@@ -119,7 +116,6 @@
|
|||||||
<DependentUpon>Settings.settings</DependentUpon>
|
<DependentUpon>Settings.settings</DependentUpon>
|
||||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Mapper.vb" />
|
|
||||||
<Compile Include="Schemas\BaseSchema.vb" />
|
<Compile Include="Schemas\BaseSchema.vb" />
|
||||||
<Compile Include="Schemas\Orders\Helpers.vb" />
|
<Compile Include="Schemas\Orders\Helpers.vb" />
|
||||||
<Compile Include="Schemas\Orders\Input.vb" />
|
<Compile Include="Schemas\Orders\Input.vb" />
|
||||||
@@ -132,6 +128,7 @@
|
|||||||
<Compile Include="Winline\Configuration.vb" />
|
<Compile Include="Winline\Configuration.vb" />
|
||||||
<Compile Include="Winline\Entities\Account.vb" />
|
<Compile Include="Winline\Entities\Account.vb" />
|
||||||
<Compile Include="Winline\Data.vb" />
|
<Compile Include="Winline\Data.vb" />
|
||||||
|
<Compile Include="Winline\Entities\Article.vb" />
|
||||||
<Compile Include="Winline\Entities\Contact.vb" />
|
<Compile Include="Winline\Entities\Contact.vb" />
|
||||||
<Compile Include="Winline\Entities\DocumentKind.vb" />
|
<Compile Include="Winline\Entities\DocumentKind.vb" />
|
||||||
<Compile Include="Winline\Entities\Mandator.vb" />
|
<Compile Include="Winline\Entities\Mandator.vb" />
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Namespace Schemas
|
|||||||
Public Class SchemaLoader
|
Public Class SchemaLoader
|
||||||
Inherits BaseClass
|
Inherits BaseClass
|
||||||
|
|
||||||
Private ns As XNamespace = "http://www.w3.org/2001/XMLSchema"
|
Private ReadOnly ns As XNamespace = "http://www.w3.org/2001/XMLSchema"
|
||||||
|
|
||||||
Public SchemaList As List(Of FileInfo)
|
Public SchemaList As List(Of FileInfo)
|
||||||
|
|
||||||
|
|||||||
@@ -12,9 +12,11 @@ Namespace Winline
|
|||||||
Private ReadOnly Database As MSSQLServer
|
Private ReadOnly Database As MSSQLServer
|
||||||
Private ReadOnly Config As Config
|
Private ReadOnly Config As Config
|
||||||
|
|
||||||
|
Public Articles As New List(Of Article)
|
||||||
Public Accounts As New List(Of Account)
|
Public Accounts As New List(Of Account)
|
||||||
Public Mandators As New List(Of Mandator)
|
Public Mandators As New List(Of Mandator)
|
||||||
Public DocumentKinds As New List(Of DocumentKind)
|
Public DocumentKinds As New List(Of DocumentKind)
|
||||||
|
|
||||||
Public Years As List(Of Integer)
|
Public Years As List(Of Integer)
|
||||||
Public TemplateConfiguration As New List(Of TemplateColumn)
|
Public TemplateConfiguration As New List(Of TemplateColumn)
|
||||||
|
|
||||||
@@ -23,14 +25,18 @@ Namespace Winline
|
|||||||
|
|
||||||
Public Const ALL_MESOCOMP = "mesocomp"
|
Public Const ALL_MESOCOMP = "mesocomp"
|
||||||
|
|
||||||
Public Const V21_ARTICLENUMBER = "c011"
|
Public Const V21_ARTICLENUMBER = "c002"
|
||||||
|
Public Const V21_ARTICLEDESCRIPTION = "c003"
|
||||||
|
Public Const V21_MAINARTICLENUMBER = "c011"
|
||||||
Public Const V21_REPLACEMENTARTICLENUMBER = "c123"
|
Public Const V21_REPLACEMENTARTICLENUMBER = "c123"
|
||||||
|
Public Const V21_EAN = "c075"
|
||||||
|
|
||||||
Public Const V50_ACCOUNTNUMBER = "c002"
|
Public Const V50_ACCOUNTNUMBER = "c002"
|
||||||
Public Const V50_ACCOUNTNAME = "c003"
|
Public Const V50_ACCOUNTNAME = "c003"
|
||||||
Public Const V50_STREETNAME = "c050"
|
Public Const V50_STREETNAME = "c050"
|
||||||
Public Const V50_ZIPCODE = "c051"
|
Public Const V50_ZIPCODE = "c051"
|
||||||
Public Const V50_CITYNAME = "c052"
|
Public Const V50_CITYNAME = "c052"
|
||||||
|
Public Const V50_GLN = "c260"
|
||||||
|
|
||||||
Public Const T45_KEY = "c000"
|
Public Const T45_KEY = "c000"
|
||||||
Public Const T45_NAME = "c001"
|
Public Const T45_NAME = "c001"
|
||||||
@@ -62,7 +68,46 @@ Namespace Winline
|
|||||||
Return GetWinLineYear(Config.GetYear)
|
Return GetWinLineYear(Config.GetYear)
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Sub LoadAccounts(pMandator As Mandator)
|
Public Async Function LoadArticles(pMandator As Mandator) As Task
|
||||||
|
Logger.Info("Loading Articles for Mandator [{0}]", pMandator)
|
||||||
|
Dim oYear = GetWinLineYear()
|
||||||
|
|
||||||
|
Try
|
||||||
|
Dim oSQL = $"
|
||||||
|
SELECT DISTINCT
|
||||||
|
[c002], -- Artikelnummer
|
||||||
|
[c003], -- Bezeichnung
|
||||||
|
[c075] -- EAN
|
||||||
|
FROM [{pMandator.Server}].[{pMandator.Database}].[dbo].[v021]
|
||||||
|
WHERE
|
||||||
|
mesocomp = '{pMandator.Id}'
|
||||||
|
AND mesoyear = {oYear}"
|
||||||
|
|
||||||
|
Dim oTable = Await Database.GetDatatableAsync(oSQL)
|
||||||
|
Dim oArticles As New List(Of Article)
|
||||||
|
|
||||||
|
For Each oRow As DataRow In oTable.Rows
|
||||||
|
Dim oArticleId As String = Utils.NotNull(oRow.Item(V21_ARTICLENUMBER), String.Empty)
|
||||||
|
Dim oArticleDescription As String = Utils.NotNull(oRow.Item(V21_ARTICLEDESCRIPTION), String.Empty)
|
||||||
|
Dim oEAN As String = Utils.NotNull(oRow.Item(V21_EAN), String.Empty)
|
||||||
|
|
||||||
|
oArticles.Add(New Article With {
|
||||||
|
.Id = oArticleId,
|
||||||
|
.Name = oArticleDescription,
|
||||||
|
.EAN = oEAN,
|
||||||
|
.Mandator = pMandator
|
||||||
|
})
|
||||||
|
Next
|
||||||
|
Articles.AddRange(oArticles)
|
||||||
|
|
||||||
|
Logger.Info("[{0}] Articles loaded for Mandator [{1}]", oArticles.Count, pMandator)
|
||||||
|
Catch ex As Exception
|
||||||
|
Logger.Warn("Could not load Articles for Mandator [{0}]", pMandator)
|
||||||
|
Logger.Error(ex)
|
||||||
|
End Try
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Public Async Function LoadAccounts(pMandator As Mandator) As Task
|
||||||
Logger.Info("Loading Accounts for Mandator [{0}]", pMandator)
|
Logger.Info("Loading Accounts for Mandator [{0}]", pMandator)
|
||||||
Dim oYear = GetWinLineYear()
|
Dim oYear = GetWinLineYear()
|
||||||
|
|
||||||
@@ -73,13 +118,14 @@ Namespace Winline
|
|||||||
[c003], -- Kundenname
|
[c003], -- Kundenname
|
||||||
[c050], -- Straße
|
[c050], -- Straße
|
||||||
[c052], -- Ort
|
[c052], -- Ort
|
||||||
[c051] -- PLZ
|
[c051], -- PLZ
|
||||||
|
[c260] -- GLN
|
||||||
FROM [{pMandator.Server}].[{pMandator.Database}].[dbo].[v050]
|
FROM [{pMandator.Server}].[{pMandator.Database}].[dbo].[v050]
|
||||||
WHERE
|
WHERE
|
||||||
c139 IS NULL
|
c139 IS NULL
|
||||||
AND mesocomp = '{pMandator.Id}'
|
AND mesocomp = '{pMandator.Id}'
|
||||||
AND mesoyear = {oYear}"
|
AND mesoyear = {oYear}"
|
||||||
Dim oTable = Database.GetDatatable(oSQL)
|
Dim oTable = Await Database.GetDatatableAsync(oSQL)
|
||||||
Dim oAccounts As New List(Of Account)
|
Dim oAccounts As New List(Of Account)
|
||||||
|
|
||||||
For Each oRow As DataRow In oTable.Rows
|
For Each oRow As DataRow In oTable.Rows
|
||||||
@@ -88,6 +134,7 @@ Namespace Winline
|
|||||||
Dim oStreetName As String = Utils.NotNull(oRow.Item(V50_STREETNAME), String.Empty)
|
Dim oStreetName As String = Utils.NotNull(oRow.Item(V50_STREETNAME), String.Empty)
|
||||||
Dim oZipCode As String = Utils.NotNull(oRow.Item(V50_ZIPCODE), String.Empty)
|
Dim oZipCode As String = Utils.NotNull(oRow.Item(V50_ZIPCODE), String.Empty)
|
||||||
Dim oCityName As String = Utils.NotNull(oRow.Item(V50_CITYNAME), String.Empty)
|
Dim oCityName As String = Utils.NotNull(oRow.Item(V50_CITYNAME), String.Empty)
|
||||||
|
Dim oGLN As String = Utils.NotNull(oRow.Item(V50_GLN), String.Empty)
|
||||||
|
|
||||||
oAccounts.Add(New Account With {
|
oAccounts.Add(New Account With {
|
||||||
.Id = oAccountNumber,
|
.Id = oAccountNumber,
|
||||||
@@ -95,7 +142,8 @@ Namespace Winline
|
|||||||
.StreetName = oStreetName,
|
.StreetName = oStreetName,
|
||||||
.ZipCode = oZipCode,
|
.ZipCode = oZipCode,
|
||||||
.CityName = oCityName,
|
.CityName = oCityName,
|
||||||
.Mandator = pMandator.Id
|
.GLN = oGLN,
|
||||||
|
.Mandator = pMandator
|
||||||
})
|
})
|
||||||
Next
|
Next
|
||||||
Accounts.AddRange(oAccounts)
|
Accounts.AddRange(oAccounts)
|
||||||
@@ -105,12 +153,12 @@ Namespace Winline
|
|||||||
Logger.Warn("Could not load Accounts for Mandator [{0}]", pMandator)
|
Logger.Warn("Could not load Accounts for Mandator [{0}]", pMandator)
|
||||||
Logger.Error(ex)
|
Logger.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Function
|
||||||
|
|
||||||
Public Sub LoadMandators()
|
Public Async Function LoadMandators() As Task
|
||||||
Try
|
Try
|
||||||
Dim oSQL = "SELECT [c000], [c003], [c004] FROM [cwlsystem].[dbo].[T001SRV] (NOLOCK)"
|
Dim oSQL = "SELECT [c000], [c003], [c004] FROM [cwlsystem].[dbo].[T001SRV] (NOLOCK)"
|
||||||
Dim oTable = Database.GetDatatable(oSQL)
|
Dim oTable = Await Database.GetDatatableAsync(oSQL)
|
||||||
|
|
||||||
Mandators.Clear()
|
Mandators.Clear()
|
||||||
For Each oRow As DataRow In oTable.Rows
|
For Each oRow As DataRow In oTable.Rows
|
||||||
@@ -123,8 +171,8 @@ Namespace Winline
|
|||||||
}
|
}
|
||||||
|
|
||||||
Dim oMandatorConfig As Config.MandatorConfig = Config.Mandators.
|
Dim oMandatorConfig As Config.MandatorConfig = Config.Mandators.
|
||||||
Where(Function(m) oMandator.Id = m.Name).
|
Where(Function(m) oMandator.Id = m.Name).
|
||||||
SingleOrDefault()
|
SingleOrDefault()
|
||||||
|
|
||||||
If oMandatorConfig IsNot Nothing Then
|
If oMandatorConfig IsNot Nothing Then
|
||||||
oMandator.IsWhitelisted = True
|
oMandator.IsWhitelisted = True
|
||||||
@@ -141,7 +189,7 @@ Namespace Winline
|
|||||||
Logger.Warn("Could not load Mandators")
|
Logger.Warn("Could not load Mandators")
|
||||||
Logger.Error(ex)
|
Logger.Error(ex)
|
||||||
End Try
|
End Try
|
||||||
End Sub
|
End Function
|
||||||
|
|
||||||
Public Sub LoadEconomicYears()
|
Public Sub LoadEconomicYears()
|
||||||
Dim oCurrentYear = Now.Year
|
Dim oCurrentYear = Now.Year
|
||||||
@@ -149,50 +197,41 @@ Namespace Winline
|
|||||||
Years = oRange
|
Years = oRange
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Public Sub LoadDocumentKinds(pMandators As List(Of Mandator))
|
Public Async Function LoadDocumentKinds(pMandator As Mandator) As Task
|
||||||
Dim oDocumentKinds As New List(Of DocumentKind)
|
|
||||||
Dim oMandatorString = String.Join(",", pMandators.Select(Function(m) $"'{m.Id}'").ToArray)
|
|
||||||
Dim oYear As Integer = GetWinLineYear()
|
Dim oYear As Integer = GetWinLineYear()
|
||||||
DocumentKinds.Clear()
|
|
||||||
|
|
||||||
For Each oMandator As Mandator In pMandators
|
Try
|
||||||
Try
|
' TODO: This is Schaum specific, maybe move to config later
|
||||||
' TODO: This is Schaum specific, maybe move to config later
|
Dim oSQL = $"
|
||||||
Dim oSQL = $"
|
|
||||||
SELECT
|
SELECT
|
||||||
[c030],
|
[c030],
|
||||||
[c001],
|
[c001],
|
||||||
[mesocomp]
|
[mesocomp]
|
||||||
FROM [{oMandator.Database}].[dbo].[t357] (NOLOCK)
|
FROM [{pMandator.Database}].[dbo].[t357] (NOLOCK)
|
||||||
WHERE (
|
WHERE (
|
||||||
[c001] LIKE 'Werk%(VK)' OR
|
[c001] LIKE 'Werk%(VK)' OR
|
||||||
[c001] LIKE 'Werk%(WK)'
|
[c001] LIKE 'Werk%(WK)'
|
||||||
)
|
)
|
||||||
AND [mesocomp] = '{oMandator.Id}' AND [mesoyear] = {oYear}"
|
AND [mesocomp] = '{pMandator.Id}' AND [mesoyear] = {oYear}"
|
||||||
Dim oTable As DataTable = Database.GetDatatable(oSQL)
|
Dim oTable As DataTable = Await Database.GetDatatableAsync(oSQL)
|
||||||
|
Dim oKinds As New List(Of DocumentKind)
|
||||||
|
|
||||||
If oTable.Rows.Count = 0 Then
|
For Each oRow As DataRow In oTable.Rows
|
||||||
Logger.Debug("No DocumentKinds found for Mandator [{0}]", oMandator.Id)
|
oKinds.Add(New DocumentKind With {
|
||||||
Continue For
|
.Id = oRow.Item(T357_KINDID),
|
||||||
End If
|
.Name = oRow.Item(T357_KINDNAME),
|
||||||
|
.Mandator = pMandator
|
||||||
|
})
|
||||||
|
Next
|
||||||
|
|
||||||
For Each oRow As DataRow In oTable.Rows
|
DocumentKinds.AddRange(oKinds)
|
||||||
oDocumentKinds.Add(New DocumentKind With {
|
|
||||||
.Id = oRow.Item(T357_KINDID),
|
|
||||||
.Name = oRow.Item(T357_KINDNAME),
|
|
||||||
.Mandator = oRow.Item(ALL_MESOCOMP)
|
|
||||||
})
|
|
||||||
Next
|
|
||||||
|
|
||||||
Catch ex As Exception
|
Logger.Info("[{0}] DocumentKinds loaded for [{1}]", Mandators.Count, pMandator)
|
||||||
Logger.Warn("Could not load DocumentKinds")
|
Catch ex As Exception
|
||||||
Logger.Error(ex)
|
Logger.Warn("Could not load DocumentKinds")
|
||||||
End Try
|
Logger.Error(ex)
|
||||||
Next
|
End Try
|
||||||
|
End Function
|
||||||
DocumentKinds = oDocumentKinds.ToList()
|
|
||||||
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Public Function TryGetAccount(pGLN As String, pMandator As Mandator) As Account
|
Public Function TryGetAccount(pGLN As String, pMandator As Mandator) As Account
|
||||||
Try
|
Try
|
||||||
@@ -241,7 +280,7 @@ Namespace Winline
|
|||||||
.StreetName = oStreetName,
|
.StreetName = oStreetName,
|
||||||
.CityName = oCityName,
|
.CityName = oCityName,
|
||||||
.ZipCode = oZipCode,
|
.ZipCode = oZipCode,
|
||||||
.Mandator = pMandator.Id
|
.Mandator = pMandator
|
||||||
}
|
}
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
Logger.Warn("Error while trying to get account for GLN [{0}]", pGLN)
|
Logger.Warn("Error while trying to get account for GLN [{0}]", pGLN)
|
||||||
@@ -279,7 +318,7 @@ Namespace Winline
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oRow As DataRow = oTable.Rows.Item(0)
|
Dim oRow As DataRow = oTable.Rows.Item(0)
|
||||||
Dim oArticleNumber As String = Utils.NotNull(oRow.Item(V21_ARTICLENUMBER), String.Empty)
|
Dim oArticleNumber As String = Utils.NotNull(oRow.Item(V21_MAINARTICLENUMBER), String.Empty)
|
||||||
Return oArticleNumber
|
Return oArticleNumber
|
||||||
|
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
@@ -412,7 +451,7 @@ Namespace Winline
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
Dim oRow As DataRow = oTable.Rows.Item(0)
|
Dim oRow As DataRow = oTable.Rows.Item(0)
|
||||||
Dim oArticleNumber As String = Utils.NotNull(oRow.Item(V21_ARTICLENUMBER), String.Empty)
|
Dim oArticleNumber As String = Utils.NotNull(oRow.Item(V21_MAINARTICLENUMBER), String.Empty)
|
||||||
|
|
||||||
' EAN was found, now we need to check it against the Regex of the current Mandantor, if one exists
|
' EAN was found, now we need to check it against the Regex of the current Mandantor, if one exists
|
||||||
If oMandator.Regex <> String.Empty Then
|
If oMandator.Regex <> String.Empty Then
|
||||||
|
|||||||
@@ -6,8 +6,9 @@
|
|||||||
Public Property StreetName As String
|
Public Property StreetName As String
|
||||||
Public Property CityName As String
|
Public Property CityName As String
|
||||||
Public Property ZipCode As String
|
Public Property ZipCode As String
|
||||||
|
Public Property GLN As String
|
||||||
|
|
||||||
Public Property Mandator As String
|
Public Property Mandator As Mandator
|
||||||
|
|
||||||
Public Overrides Function GetHashCode() As Integer
|
Public Overrides Function GetHashCode() As Integer
|
||||||
Return Id.GetHashCode()
|
Return Id.GetHashCode()
|
||||||
|
|||||||
21
MultiTool.Shared/Winline/Entities/Article.vb
Normal file
21
MultiTool.Shared/Winline/Entities/Article.vb
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
Namespace Winline
|
||||||
|
Public Class Article
|
||||||
|
Public Property Id
|
||||||
|
Public Property Name
|
||||||
|
Public Property EAN
|
||||||
|
Public Property Mandator As Mandator
|
||||||
|
|
||||||
|
Public Overrides Function GetHashCode() As Integer
|
||||||
|
Return Id.GetHashCode()
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Public Overrides Function Equals(obj As Object) As Boolean
|
||||||
|
Return DirectCast(obj, Article).Id = Id
|
||||||
|
End Function
|
||||||
|
|
||||||
|
Public Overrides Function ToString() As String
|
||||||
|
Return $"{Name} ({Id})"
|
||||||
|
End Function
|
||||||
|
End Class
|
||||||
|
|
||||||
|
End Namespace
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
Namespace Winline
|
Namespace Winline
|
||||||
Public Class DocumentKind
|
Public Class DocumentKind
|
||||||
Public Id As Integer
|
Public Property Id As Integer
|
||||||
Public Name As String
|
Public Property Name As String
|
||||||
Public Mandator As String
|
Public Property Mandator As Mandator
|
||||||
|
|
||||||
Public Overrides Function GetHashCode() As Integer
|
Public Overrides Function GetHashCode() As Integer
|
||||||
Return Id.GetHashCode()
|
Return Id.GetHashCode()
|
||||||
|
|||||||
@@ -1,12 +1,9 @@
|
|||||||
Imports System.Xml
|
Imports System.Xml
|
||||||
Imports System.Net
|
Imports System.Text
|
||||||
Imports System.Net.Http
|
Imports System.Net.Http
|
||||||
Imports System.Globalization
|
|
||||||
Imports AutoMapper
|
|
||||||
Imports DigitalData.Modules.Logging
|
Imports DigitalData.Modules.Logging
|
||||||
Imports DigitalData.Modules.Filesystem
|
Imports DigitalData.Modules.Filesystem
|
||||||
Imports MultiTool.Shared.Documents
|
Imports MultiTool.Shared.Documents
|
||||||
Imports System.Text
|
|
||||||
|
|
||||||
Namespace Winline
|
Namespace Winline
|
||||||
Public Class WebService
|
Public Class WebService
|
||||||
@@ -14,13 +11,10 @@ Namespace Winline
|
|||||||
|
|
||||||
Private ReadOnly Config As Config
|
Private ReadOnly Config As Config
|
||||||
Private ReadOnly Serializer As Serializer
|
Private ReadOnly Serializer As Serializer
|
||||||
Private ReadOnly Mapper As AutoMapper.Mapper
|
|
||||||
Private ReadOnly FileEx As File
|
|
||||||
Private ReadOnly AppDataPath As String
|
Private ReadOnly AppDataPath As String
|
||||||
|
|
||||||
Public Sub New(pLogConfig As LogConfig, pConfig As Config, pAppDataPath As String)
|
Public Sub New(pLogConfig As LogConfig, pConfig As Config, pAppDataPath As String)
|
||||||
MyBase.New(pLogConfig, pLogConfig.GetLogger())
|
MyBase.New(pLogConfig, pLogConfig.GetLogger())
|
||||||
FileEx = New File(pLogConfig)
|
|
||||||
Serializer = New Serializer(pLogConfig)
|
Serializer = New Serializer(pLogConfig)
|
||||||
Config = pConfig
|
Config = pConfig
|
||||||
AppDataPath = pAppDataPath
|
AppDataPath = pAppDataPath
|
||||||
@@ -155,11 +149,13 @@ Namespace Winline
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
Private Function GetBytesFromDocument(pDocument As Document) As Byte()
|
Private Function GetBytesFromDocument(pDocument As Document) As Byte()
|
||||||
|
' TODO: should "Lief_Name" be included here?
|
||||||
Dim oFilteredFields As New List(Of String) From {
|
Dim oFilteredFields As New List(Of String) From {
|
||||||
"Fakt_Name",
|
"Fakt_Name"
|
||||||
"Lief_Name"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Using oStream As New IO.MemoryStream()
|
Using oStream As New IO.MemoryStream()
|
||||||
Dim w = XmlWriter.Create(oStream)
|
Dim w = XmlWriter.Create(oStream)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="AutoMapper" version="10.1.1" targetFramework="net461" />
|
|
||||||
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
<package id="NLog" version="4.7.10" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
Reference in New Issue
Block a user