V 2.5.6 Dynamisches Panel, Verweise korrigieren, Finale Indexe Reihenfolge und Leeren
This commit is contained in:
parent
1bbd3467ca
commit
48d1e3e372
@ -8,7 +8,7 @@
|
|||||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<section name="taskFLOW.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
<section name="taskFLOW.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||||
</sectionGroup>
|
</sectionGroup>
|
||||||
</configSections>
|
</configSections>
|
||||||
@ -102,8 +102,7 @@
|
|||||||
</DevExpress.LookAndFeel.Design.AppSettings>
|
</DevExpress.LookAndFeel.Design.AppSettings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
<connectionStrings>
|
<connectionStrings>
|
||||||
<add name="taskFLOW.My.MySettings.ConnectionString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False"
|
<add name="taskFLOW.My.MySettings.ConnectionString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM;Persist Security Info=True;User ID=sa;Password=dd;Encrypt=False" providerName="System.Data.SqlClient" />
|
||||||
providerName="System.Data.SqlClient" />
|
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
<startup>
|
<startup>
|
||||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
||||||
@ -172,19 +171,19 @@
|
|||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="DocumentFormat.OpenXml.Framework" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
|
<assemblyIdentity name="DocumentFormat.OpenXml.Framework" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
|
<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
|
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-3.3.0.0" newVersion="3.3.0.0" />
|
<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<assemblyIdentity name="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Imports System.Runtime.InteropServices
|
|||||||
<Assembly: AssemblyCompany("Digital Data")>
|
<Assembly: AssemblyCompany("Digital Data")>
|
||||||
<Assembly: AssemblyProduct("taskFLOW")>
|
<Assembly: AssemblyProduct("taskFLOW")>
|
||||||
<Assembly: AssemblyCopyright("Copyright © Digital Data 2025")>
|
<Assembly: AssemblyCopyright("Copyright © Digital Data 2025")>
|
||||||
<Assembly: AssemblyTrademark("2.5.0.0")>
|
<Assembly: AssemblyTrademark("2.5.6.0")>
|
||||||
|
|
||||||
<Assembly: ComVisible(False)>
|
<Assembly: ComVisible(False)>
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("2.5.5.0")>
|
<Assembly: AssemblyVersion("2.5.6.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
<Assembly: NeutralResourcesLanguage("")>
|
<Assembly: NeutralResourcesLanguage("")>
|
||||||
|
|||||||
@ -148,8 +148,7 @@
|
|||||||
<SpecificVersion>False</SpecificVersion>
|
<SpecificVersion>False</SpecificVersion>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraVerticalGrid.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
||||||
<Reference Include="DigitalData.Controls.DocumentViewer, Version=1.9.4.0, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="DigitalData.Controls.DocumentViewer">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll</HintPath>
|
<HintPath>..\..\..\..\2_DLL Projekte\DDMonorepo\Controls.DocumentViewer\bin\Debug\DigitalData.Controls.DocumentViewer.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="DigitalData.Controls.LookupGrid">
|
<Reference Include="DigitalData.Controls.LookupGrid">
|
||||||
@ -288,8 +287,8 @@
|
|||||||
<HintPath>..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll</HintPath>
|
<HintPath>..\packages\System.Formats.Asn1.9.0.0\lib\net462\System.Formats.Asn1.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.IO.Compression" />
|
<Reference Include="System.IO.Compression" />
|
||||||
<Reference Include="System.IO.Packaging, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
<Reference Include="System.IO.Packaging, Version=8.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.IO.Packaging.9.0.0\lib\net462\System.IO.Packaging.dll</HintPath>
|
<HintPath>..\packages\System.IO.Packaging.8.0.1\lib\net462\System.IO.Packaging.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
<Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
|
<HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
|
||||||
|
|||||||
52
app/TaskFlow/frmValidator.Designer.vb
generated
52
app/TaskFlow/frmValidator.Designer.vb
generated
@ -30,8 +30,7 @@ Partial Class frmValidator
|
|||||||
Me.btnNotResponsible = New DevExpress.XtraEditors.SimpleButton()
|
Me.btnNotResponsible = New DevExpress.XtraEditors.SimpleButton()
|
||||||
Me.btnSave = New DevExpress.XtraEditors.SimpleButton()
|
Me.btnSave = New DevExpress.XtraEditors.SimpleButton()
|
||||||
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
||||||
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
Me.pnlMain = New DevExpress.XtraEditors.PanelControl()
|
||||||
Me.PanelValidatorControlBorder = New DevExpress.XtraEditors.PanelControl()
|
|
||||||
Me.PanelValidatorControl = New DevExpress.XtraEditors.XtraScrollableControl()
|
Me.PanelValidatorControl = New DevExpress.XtraEditors.XtraScrollableControl()
|
||||||
Me.DESCRIPTIONLabel = New DevExpress.XtraEditors.LabelControl()
|
Me.DESCRIPTIONLabel = New DevExpress.XtraEditors.LabelControl()
|
||||||
Me.TITLELabel1 = New DevExpress.XtraEditors.LabelControl()
|
Me.TITLELabel1 = New DevExpress.XtraEditors.LabelControl()
|
||||||
@ -125,10 +124,8 @@ Partial Class frmValidator
|
|||||||
Me.SplitContainer1.Panel1.SuspendLayout()
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
||||||
Me.SplitContainer1.Panel2.SuspendLayout()
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
||||||
Me.SplitContainer1.SuspendLayout()
|
Me.SplitContainer1.SuspendLayout()
|
||||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.pnlMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
Me.PanelControl1.SuspendLayout()
|
Me.pnlMain.SuspendLayout()
|
||||||
CType(Me.PanelValidatorControlBorder, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
||||||
Me.PanelValidatorControlBorder.SuspendLayout()
|
|
||||||
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).BeginInit()
|
CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||||
@ -143,8 +140,8 @@ Partial Class frmValidator
|
|||||||
'
|
'
|
||||||
'SplitContainerButtons
|
'SplitContainerButtons
|
||||||
'
|
'
|
||||||
resources.ApplyResources(Me.SplitContainerButtons, "SplitContainerButtons")
|
|
||||||
Me.SplitContainerButtons.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1
|
Me.SplitContainerButtons.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1
|
||||||
|
resources.ApplyResources(Me.SplitContainerButtons, "SplitContainerButtons")
|
||||||
Me.SplitContainerButtons.Name = "SplitContainerButtons"
|
Me.SplitContainerButtons.Name = "SplitContainerButtons"
|
||||||
'
|
'
|
||||||
'SplitContainerButtons.Panel1
|
'SplitContainerButtons.Panel1
|
||||||
@ -156,7 +153,7 @@ Partial Class frmValidator
|
|||||||
'
|
'
|
||||||
Me.SplitContainerButtons.Panel2.Controls.Add(Me.btnSave)
|
Me.SplitContainerButtons.Panel2.Controls.Add(Me.btnSave)
|
||||||
resources.ApplyResources(Me.SplitContainerButtons.Panel2, "SplitContainerButtons.Panel2")
|
resources.ApplyResources(Me.SplitContainerButtons.Panel2, "SplitContainerButtons.Panel2")
|
||||||
Me.SplitContainerButtons.SplitterPosition = 391
|
Me.SplitContainerButtons.SplitterPosition = 389
|
||||||
'
|
'
|
||||||
'SplitContainerReject_NotResp
|
'SplitContainerReject_NotResp
|
||||||
'
|
'
|
||||||
@ -218,36 +215,27 @@ Partial Class frmValidator
|
|||||||
'
|
'
|
||||||
'SplitContainer1.Panel1
|
'SplitContainer1.Panel1
|
||||||
'
|
'
|
||||||
Me.SplitContainer1.Panel1.Controls.Add(Me.PanelControl1)
|
Me.SplitContainer1.Panel1.Controls.Add(Me.pnlMain)
|
||||||
'
|
'
|
||||||
'SplitContainer1.Panel2
|
'SplitContainer1.Panel2
|
||||||
'
|
'
|
||||||
Me.SplitContainer1.Panel2.Controls.Add(Me.DocumentViewer1)
|
Me.SplitContainer1.Panel2.Controls.Add(Me.DocumentViewer1)
|
||||||
Me.SplitContainer1.TabStop = False
|
Me.SplitContainer1.TabStop = False
|
||||||
'
|
'
|
||||||
'PanelControl1
|
'pnlMain
|
||||||
'
|
'
|
||||||
Me.PanelControl1.Controls.Add(Me.SplitContainerButtons)
|
Me.pnlMain.Controls.Add(Me.PanelValidatorControl)
|
||||||
Me.PanelControl1.Controls.Add(Me.PanelValidatorControlBorder)
|
Me.pnlMain.Controls.Add(Me.SplitContainerButtons)
|
||||||
Me.PanelControl1.Controls.Add(Me.DESCRIPTIONLabel)
|
Me.pnlMain.Controls.Add(Me.DESCRIPTIONLabel)
|
||||||
Me.PanelControl1.Controls.Add(Me.TITLELabel1)
|
Me.pnlMain.Controls.Add(Me.TITLELabel1)
|
||||||
resources.ApplyResources(Me.PanelControl1, "PanelControl1")
|
resources.ApplyResources(Me.pnlMain, "pnlMain")
|
||||||
Me.PanelControl1.Name = "PanelControl1"
|
Me.pnlMain.Name = "pnlMain"
|
||||||
'
|
|
||||||
'PanelValidatorControlBorder
|
|
||||||
'
|
|
||||||
resources.ApplyResources(Me.PanelValidatorControlBorder, "PanelValidatorControlBorder")
|
|
||||||
Me.PanelValidatorControlBorder.Appearance.BorderColor = System.Drawing.Color.Black
|
|
||||||
Me.PanelValidatorControlBorder.Appearance.Options.UseBorderColor = True
|
|
||||||
Me.PanelValidatorControlBorder.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple
|
|
||||||
Me.PanelValidatorControlBorder.Controls.Add(Me.PanelValidatorControl)
|
|
||||||
Me.PanelValidatorControlBorder.Name = "PanelValidatorControlBorder"
|
|
||||||
'
|
'
|
||||||
'PanelValidatorControl
|
'PanelValidatorControl
|
||||||
'
|
'
|
||||||
Me.PanelValidatorControl.Appearance.BackColor = System.Drawing.Color.WhiteSmoke
|
|
||||||
Me.PanelValidatorControl.Appearance.Options.UseBackColor = True
|
|
||||||
resources.ApplyResources(Me.PanelValidatorControl, "PanelValidatorControl")
|
resources.ApplyResources(Me.PanelValidatorControl, "PanelValidatorControl")
|
||||||
|
Me.PanelValidatorControl.Appearance.BackColor = System.Drawing.Color.Transparent
|
||||||
|
Me.PanelValidatorControl.Appearance.Options.UseBackColor = True
|
||||||
Me.PanelValidatorControl.Name = "PanelValidatorControl"
|
Me.PanelValidatorControl.Name = "PanelValidatorControl"
|
||||||
'
|
'
|
||||||
'DESCRIPTIONLabel
|
'DESCRIPTIONLabel
|
||||||
@ -282,6 +270,7 @@ Partial Class frmValidator
|
|||||||
Me.BarManager1.DockControls.Add(Me.barDockControlBottom)
|
Me.BarManager1.DockControls.Add(Me.barDockControlBottom)
|
||||||
Me.BarManager1.DockControls.Add(Me.barDockControlLeft)
|
Me.BarManager1.DockControls.Add(Me.barDockControlLeft)
|
||||||
Me.BarManager1.DockControls.Add(Me.barDockControlRight)
|
Me.BarManager1.DockControls.Add(Me.barDockControlRight)
|
||||||
|
Me.BarManager1.DockWindowTabFont = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||||
Me.BarManager1.Form = Me
|
Me.BarManager1.Form = Me
|
||||||
Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.PdfFileOpenBarItem1, Me.PdfFileSaveAsBarItem1, Me.PdfFilePrintBarItem2, Me.PdfPreviousPageBarItem2, Me.PdfNextPageBarItem2, Me.PdfFindTextBarItem2, Me.PdfZoomOutBarItem2, Me.PdfZoomInBarItem2, Me.PdfExactZoomListBarSubItem2, Me.PdfZoom10CheckItem2, Me.PdfZoom25CheckItem2, Me.PdfZoom50CheckItem2, Me.PdfZoom75CheckItem2, Me.PdfZoom100CheckItem2, Me.PdfZoom125CheckItem2, Me.PdfZoom150CheckItem2, Me.PdfZoom200CheckItem2, Me.PdfZoom400CheckItem2, Me.PdfZoom500CheckItem2, Me.PdfSetActualSizeZoomModeCheckItem2, Me.PdfSetPageLevelZoomModeCheckItem2, Me.PdfSetFitWidthZoomModeCheckItem2, Me.PdfSetFitVisibleZoomModeCheckItem2, Me.BarButtonItem1})
|
Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.PdfFileOpenBarItem1, Me.PdfFileSaveAsBarItem1, Me.PdfFilePrintBarItem2, Me.PdfPreviousPageBarItem2, Me.PdfNextPageBarItem2, Me.PdfFindTextBarItem2, Me.PdfZoomOutBarItem2, Me.PdfZoomInBarItem2, Me.PdfExactZoomListBarSubItem2, Me.PdfZoom10CheckItem2, Me.PdfZoom25CheckItem2, Me.PdfZoom50CheckItem2, Me.PdfZoom75CheckItem2, Me.PdfZoom100CheckItem2, Me.PdfZoom125CheckItem2, Me.PdfZoom150CheckItem2, Me.PdfZoom200CheckItem2, Me.PdfZoom400CheckItem2, Me.PdfZoom500CheckItem2, Me.PdfSetActualSizeZoomModeCheckItem2, Me.PdfSetPageLevelZoomModeCheckItem2, Me.PdfSetFitWidthZoomModeCheckItem2, Me.PdfSetFitVisibleZoomModeCheckItem2, Me.BarButtonItem1})
|
||||||
Me.BarManager1.MaxItemId = 24
|
Me.BarManager1.MaxItemId = 24
|
||||||
@ -867,10 +856,8 @@ Partial Class frmValidator
|
|||||||
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
||||||
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.SplitContainer1.ResumeLayout(False)
|
Me.SplitContainer1.ResumeLayout(False)
|
||||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.pnlMain, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
Me.PanelControl1.ResumeLayout(False)
|
Me.pnlMain.ResumeLayout(False)
|
||||||
CType(Me.PanelValidatorControlBorder, System.ComponentModel.ISupportInitialize).EndInit()
|
|
||||||
Me.PanelValidatorControlBorder.ResumeLayout(False)
|
|
||||||
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.BarAndDockingController3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).EndInit()
|
CType(Me.BarAndDockingController2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||||
@ -954,12 +941,11 @@ Partial Class frmValidator
|
|||||||
Friend WithEvents ToggleSwitchItemLoadonClick As DevExpress.XtraBars.BarToggleSwitchItem
|
Friend WithEvents ToggleSwitchItemLoadonClick As DevExpress.XtraBars.BarToggleSwitchItem
|
||||||
Friend WithEvents Attmnt_bbtnitm_LoadonClick As DevExpress.XtraBars.BarCheckItem
|
Friend WithEvents Attmnt_bbtnitm_LoadonClick As DevExpress.XtraBars.BarCheckItem
|
||||||
Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem
|
Friend WithEvents BarButtonItem6 As DevExpress.XtraBars.BarButtonItem
|
||||||
Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl
|
Friend WithEvents pnlMain As DevExpress.XtraEditors.PanelControl
|
||||||
Friend WithEvents btnSave As DevExpress.XtraEditors.SimpleButton
|
Friend WithEvents btnSave As DevExpress.XtraEditors.SimpleButton
|
||||||
Friend WithEvents DESCRIPTIONLabel As DevExpress.XtraEditors.LabelControl
|
Friend WithEvents DESCRIPTIONLabel As DevExpress.XtraEditors.LabelControl
|
||||||
Friend WithEvents TITLELabel1 As DevExpress.XtraEditors.LabelControl
|
Friend WithEvents TITLELabel1 As DevExpress.XtraEditors.LabelControl
|
||||||
Friend WithEvents PanelValidatorControl As DevExpress.XtraEditors.XtraScrollableControl
|
Friend WithEvents PanelValidatorControl As DevExpress.XtraEditors.XtraScrollableControl
|
||||||
Friend WithEvents PanelValidatorControlBorder As DevExpress.XtraEditors.PanelControl
|
|
||||||
Friend WithEvents btnReject As DevExpress.XtraEditors.SimpleButton
|
Friend WithEvents btnReject As DevExpress.XtraEditors.SimpleButton
|
||||||
Friend WithEvents SplitContainerButtons As DevExpress.XtraEditors.SplitContainerControl
|
Friend WithEvents SplitContainerButtons As DevExpress.XtraEditors.SplitContainerControl
|
||||||
Friend WithEvents SplitContainerReject_NotResp As DevExpress.XtraEditors.SplitContainerControl
|
Friend WithEvents SplitContainerReject_NotResp As DevExpress.XtraEditors.SplitContainerControl
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -332,7 +332,19 @@ Public Class frmValidator
|
|||||||
IIf(IsDBNull(oProfileRow.Item("DESCRIPTION")), "", oProfileRow.Item("DESCRIPTION"))
|
IIf(IsDBNull(oProfileRow.Item("DESCRIPTION")), "", oProfileRow.Item("DESCRIPTION"))
|
||||||
End If
|
End If
|
||||||
TITLELabel1.Text = oProfileTitle
|
TITLELabel1.Text = oProfileTitle
|
||||||
|
Dim opnlPoint As New Point(8, 132)
|
||||||
|
If oProfileDescription <> String.Empty Then
|
||||||
|
|
||||||
|
'PanelValidatorControl.Location = opnlPoint
|
||||||
DESCRIPTIONLabel.Text = oProfileDescription
|
DESCRIPTIONLabel.Text = oProfileDescription
|
||||||
|
Else
|
||||||
|
DESCRIPTIONLabel.Visible = False
|
||||||
|
opnlPoint = New Point(5, 35)
|
||||||
|
Dim oSize As New Size(PanelValidatorControl.Size.Width, SplitContainerButtons.Location.Y - 40)
|
||||||
|
PanelValidatorControl.Location = opnlPoint
|
||||||
|
PanelValidatorControl.Size = oSize
|
||||||
|
End If
|
||||||
|
|
||||||
If PROFIL_VEKTORINDEX.GetType.ToString.ToLower = "system.dbnull" Then
|
If PROFIL_VEKTORINDEX.GetType.ToString.ToLower = "system.dbnull" Then
|
||||||
PROFIL_VEKTORINDEX = ""
|
PROFIL_VEKTORINDEX = ""
|
||||||
End If
|
End If
|
||||||
@ -4558,7 +4570,7 @@ Public Class frmValidator
|
|||||||
Logger.Debug("Validation of document ended successfully!")
|
Logger.Debug("Validation of document ended successfully!")
|
||||||
Dim oPROCSQL = $"EXEC PRPM_CHECK_NEXT_WF {CURRENT_DOC_GUID}"
|
Dim oPROCSQL = $"EXEC PRPM_CHECK_NEXT_WF {CURRENT_DOC_GUID}"
|
||||||
If DatabaseFallback.ExecuteNonQueryECM(oPROCSQL) = False Then
|
If DatabaseFallback.ExecuteNonQueryECM(oPROCSQL) = False Then
|
||||||
Logger.Warn($"Attention: Error executing proc {oPROCSQL}")
|
Logger.Warn($"Attention: Error executing proc [{oPROCSQL}]")
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<package id="System.CodeDom" version="9.0.0" targetFramework="net462" />
|
<package id="System.CodeDom" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net462" />
|
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.Formats.Asn1" version="9.0.0" targetFramework="net462" />
|
<package id="System.Formats.Asn1" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.IO.Packaging" version="9.0.0" targetFramework="net462" />
|
<package id="System.IO.Packaging" version="8.0.1" targetFramework="net462" />
|
||||||
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net462" />
|
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.Management" version="9.0.0" targetFramework="net462" />
|
<package id="System.Management" version="9.0.0" targetFramework="net462" />
|
||||||
<package id="System.Memory" version="4.6.0" targetFramework="net462" />
|
<package id="System.Memory" version="4.6.0" targetFramework="net462" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user