diff --git a/WISAG_PM_REPORT.sln b/WISAG_PM_REPORT.sln new file mode 100644 index 0000000..ff16de0 --- /dev/null +++ b/WISAG_PM_REPORT.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2018 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WISAG_PM_REPORT", "WISAG_PM_REPORT\WISAG_PM_REPORT.vbproj", "{2F07AD56-B8BF-40EC-B19E-D714CE8F5191}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2F07AD56-B8BF-40EC-B19E-D714CE8F5191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2F07AD56-B8BF-40EC-B19E-D714CE8F5191}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2F07AD56-B8BF-40EC-B19E-D714CE8F5191}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2F07AD56-B8BF-40EC-B19E-D714CE8F5191}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0990A84F-90CB-4E08-B7A5-83B7BA6D2C85} + EndGlobalSection +EndGlobal diff --git a/WISAG_PM_REPORT/App.config b/WISAG_PM_REPORT/App.config new file mode 100644 index 0000000..78940d3 --- /dev/null +++ b/WISAG_PM_REPORT/App.config @@ -0,0 +1,59 @@ + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd + + + \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\schreiberm\Desktop\GDP\TEMP + + + select DISTINCT DOC_ID from VWCUST_RPTPM_UNION WHERE DOC_ID NOT IN (SELECT DocID FROM TBCUST_PM_RPT_CREATED) + + + T:\Software\Anwendungen - Portable\Grafik-Programme\PDFTKCommand\pdftk.exe + + + _CC + + + \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\schreiberm\Desktop\GDP + + + 380 + + + 720 + + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/Form1.Designer.vb b/WISAG_PM_REPORT/Form1.Designer.vb new file mode 100644 index 0000000..d747735 --- /dev/null +++ b/WISAG_PM_REPORT/Form1.Designer.vb @@ -0,0 +1,1394 @@ + +Partial Class Form1 + Inherits System.Windows.Forms.Form + + 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + Try + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + Finally + MyBase.Dispose(disposing) + End Try + End Sub + + 'Wird vom Windows Form-Designer benötigt. + Private components As System.ComponentModel.IContainer + + 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. + 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. + 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1)) + Me.MyDataset = New WISAG_PM_REPORT.MyDataset() + Me.VWCUST_RPTPM_UNIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VWCUST_RPTPM_UNIONTableAdapter = New WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_RPTPM_UNIONTableAdapter() + Me.TableAdapterManager = New WISAG_PM_REPORT.MyDatasetTableAdapters.TableAdapterManager() + Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() + Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel() + Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel() + Me.TimerMinute = New System.Windows.Forms.Timer(Me.components) + Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() + Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel() + Me.txtDocID = New System.Windows.Forms.ToolStripTextBox() + Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() + Me.ToolStripButton3 = New System.Windows.Forms.ToolStripButton() + Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton() + Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() + Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage() + Me.DocumentViewer1 = New DevExpress.XtraPrinting.Preview.DocumentViewer() + Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() + Me.TextBox3 = New System.Windows.Forms.TextBox() + Me.Button1 = New System.Windows.Forms.Button() + Me.txtPDFTKRun = New System.Windows.Forms.TextBox() + Me.TextBox2 = New System.Windows.Forms.TextBox() + Me.Label3 = New System.Windows.Forms.Label() + Me.TextBox1 = New System.Windows.Forms.TextBox() + Me.Label2 = New System.Windows.Forms.Label() + Me.Label1 = New System.Windows.Forms.Label() + Me.XtraTabPage3 = New DevExpress.XtraTab.XtraTabPage() + Me.VWCUST_RPTPM_UNIONDataGridView = New System.Windows.Forms.DataGridView() + Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn10 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn11 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn12 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn13 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn14 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn15 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn16 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn17 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn18 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.DataGridViewTextBoxColumn19 = New System.Windows.Forms.DataGridViewTextBoxColumn() + Me.VWCUST_RPTPM_INV_RPT_STAMPBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VWCUST_RPTPM_INV_RPT_STAMPTableAdapter = New WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_RPTPM_INV_RPT_STAMPTableAdapter() + Me.DocumentViewerBarManager1 = New DevExpress.XtraPrinting.Preview.DocumentViewerBarManager(Me.components) + Me.PreviewBar2 = New DevExpress.XtraPrinting.Preview.PreviewBar() + Me.PrintPreviewStaticItem1 = New DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem() + Me.verticalSpaceItem = New DevExpress.XtraBars.BarStaticItem() + Me.ProgressBarEditItem1 = New DevExpress.XtraPrinting.Preview.ProgressBarEditItem() + Me.RepositoryItemProgressBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemProgressBar() + Me.PrintPreviewBarItem1 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.PrintPreviewStaticItem2 = New DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem() + Me.ZoomTrackBarEditItem1 = New DevExpress.XtraPrinting.Preview.ZoomTrackBarEditItem() + Me.RepositoryItemZoomTrackBar1 = New DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar() + Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl() + Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl() + Me.bbiDocumentMap = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiParameters = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiThumbnails = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiFind = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiHighlightEditingFields = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiCustomize = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiOpen = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiSave = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiPrint = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiPrintDirect = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiPageSetup = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiEditPageHF = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiScale = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiHandTool = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiMagnifier = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiZoomOut = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiZoom = New DevExpress.XtraPrinting.Preview.ZoomBarEditItem() + Me.PrintPreviewRepositoryItemComboBox1 = New DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox() + Me.bbiZoomIn = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiShowFirstPage = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiShowPrevPage = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiShowNextPage = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiShowLastPage = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiMultiplePages = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiFillBackground = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiWatermark = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiExportFile = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiSendFile = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.bbiClosePreview = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.miFile = New DevExpress.XtraPrinting.Preview.PrintPreviewSubItem() + Me.miView = New DevExpress.XtraPrinting.Preview.PrintPreviewSubItem() + Me.miPageLayout = New DevExpress.XtraPrinting.Preview.PrintPreviewSubItem() + Me.miPageLayoutFacing = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.miPageLayoutContinuous = New DevExpress.XtraPrinting.Preview.PrintPreviewBarItem() + Me.miToolbars = New DevExpress.XtraBars.BarToolbarsListItem() + Me.miBackground = New DevExpress.XtraPrinting.Preview.PrintPreviewSubItem() + Me.PrintPreviewBarCheckItem1 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem2 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem3 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem4 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem5 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem6 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem7 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem8 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem9 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem10 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem11 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem12 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem13 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem14 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem15 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem16 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem17 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem18 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.PrintPreviewBarCheckItem19 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem() + Me.VWCUST_STAMPBindingSource = New System.Windows.Forms.BindingSource(Me.components) + Me.VWCUST_STAMPTableAdapter = New WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_STAMPTableAdapter() + CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.VWCUST_RPTPM_UNIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.StatusStrip1.SuspendLayout() + Me.ToolStrip1.SuspendLayout() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() + Me.XtraTabControl1.SuspendLayout() + Me.XtraTabPage1.SuspendLayout() + Me.XtraTabPage2.SuspendLayout() + Me.XtraTabPage3.SuspendLayout() + CType(Me.VWCUST_RPTPM_UNIONDataGridView, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.VWCUST_RPTPM_INV_RPT_STAMPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.PrintPreviewRepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.VWCUST_STAMPBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() + Me.SuspendLayout() + ' + 'MyDataset + ' + Me.MyDataset.DataSetName = "MyDataset" + Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema + ' + 'VWCUST_RPTPM_UNIONBindingSource + ' + Me.VWCUST_RPTPM_UNIONBindingSource.DataMember = "VWCUST_RPTPM_UNION" + Me.VWCUST_RPTPM_UNIONBindingSource.DataSource = Me.MyDataset + ' + 'VWCUST_RPTPM_UNIONTableAdapter + ' + Me.VWCUST_RPTPM_UNIONTableAdapter.ClearBeforeFill = True + ' + 'TableAdapterManager + ' + Me.TableAdapterManager.BackupDataSetBeforeUpdate = False + Me.TableAdapterManager.Connection = Nothing + Me.TableAdapterManager.UpdateOrder = WISAG_PM_REPORT.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete + ' + 'StatusStrip1 + ' + Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2}) + Me.StatusStrip1.Location = New System.Drawing.Point(0, 779) + Me.StatusStrip1.Name = "StatusStrip1" + Me.StatusStrip1.Size = New System.Drawing.Size(1007, 22) + Me.StatusStrip1.TabIndex = 13 + Me.StatusStrip1.Text = "StatusStrip1" + ' + 'ToolStripStatusLabel1 + ' + Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" + Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(36, 17) + Me.ToolStripStatusLabel1.Text = "None" + ' + 'ToolStripStatusLabel2 + ' + Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2" + Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(116, 17) + Me.ToolStripStatusLabel2.Text = "Timer: 3 min; 06-23h" + ' + 'TimerMinute + ' + Me.TimerMinute.Enabled = True + Me.TimerMinute.Interval = 180000 + ' + 'ToolStrip1 + ' + Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.txtDocID, Me.ToolStripButton1, Me.ToolStripSeparator1, Me.ToolStripButton4, Me.ToolStripButton2, Me.ToolStripSeparator2, Me.ToolStripButton3, Me.ToolStripButton6}) + Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) + Me.ToolStrip1.Name = "ToolStrip1" + Me.ToolStrip1.Size = New System.Drawing.Size(1007, 25) + Me.ToolStrip1.TabIndex = 14 + Me.ToolStrip1.Text = "ToolStrip1" + ' + 'ToolStripLabel1 + ' + Me.ToolStripLabel1.Name = "ToolStripLabel1" + Me.ToolStripLabel1.Size = New System.Drawing.Size(42, 22) + Me.ToolStripLabel1.Text = "DocID:" + ' + 'txtDocID + ' + Me.txtDocID.Name = "txtDocID" + Me.txtDocID.Size = New System.Drawing.Size(100, 25) + ' + 'ToolStripButton1 + ' + Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) + Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton1.Name = "ToolStripButton1" + Me.ToolStripButton1.Size = New System.Drawing.Size(101, 22) + Me.ToolStripButton1.Text = "Test für DocID" + ' + 'ToolStripSeparator1 + ' + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripButton4 + ' + Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image) + Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton4.Name = "ToolStripButton4" + Me.ToolStripButton4.Size = New System.Drawing.Size(172, 22) + Me.ToolStripButton4.Text = "create Ergebnisbericht Only" + ' + 'ToolStripButton2 + ' + Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image) + Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton2.Name = "ToolStripButton2" + Me.ToolStripButton2.Size = New System.Drawing.Size(159, 22) + Me.ToolStripButton2.Text = "create StampReport Only" + ' + 'ToolStripSeparator2 + ' + Me.ToolStripSeparator2.Name = "ToolStripSeparator2" + Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 25) + ' + 'ToolStripButton3 + ' + Me.ToolStripButton3.BackColor = System.Drawing.Color.WhiteSmoke + Me.ToolStripButton3.CheckOnClick = True + Me.ToolStripButton3.Image = CType(resources.GetObject("ToolStripButton3.Image"), System.Drawing.Image) + Me.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton3.Name = "ToolStripButton3" + Me.ToolStripButton3.Size = New System.Drawing.Size(101, 22) + Me.ToolStripButton3.Text = "DEBUG MODE" + ' + 'ToolStripButton6 + ' + Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) + Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta + Me.ToolStripButton6.Name = "ToolStripButton6" + Me.ToolStripButton6.Size = New System.Drawing.Size(97, 22) + Me.ToolStripButton6.Text = "Create Image" + ' + 'XtraTabControl1 + ' + Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill + Me.XtraTabControl1.Location = New System.Drawing.Point(0, 25) + Me.XtraTabControl1.Name = "XtraTabControl1" + Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1 + Me.XtraTabControl1.Size = New System.Drawing.Size(1007, 754) + Me.XtraTabControl1.TabIndex = 15 + Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2, Me.XtraTabPage3}) + ' + 'XtraTabPage1 + ' + Me.XtraTabPage1.Controls.Add(Me.DocumentViewer1) + Me.XtraTabPage1.Name = "XtraTabPage1" + Me.XtraTabPage1.Size = New System.Drawing.Size(1001, 726) + Me.XtraTabPage1.Text = "Ansicht Bericht" + ' + 'DocumentViewer1 + ' + Me.DocumentViewer1.Dock = System.Windows.Forms.DockStyle.Fill + Me.DocumentViewer1.IsMetric = True + Me.DocumentViewer1.Location = New System.Drawing.Point(0, 0) + Me.DocumentViewer1.Name = "DocumentViewer1" + Me.DocumentViewer1.Size = New System.Drawing.Size(1001, 726) + Me.DocumentViewer1.TabIndex = 0 + ' + 'XtraTabPage2 + ' + Me.XtraTabPage2.Controls.Add(Me.TextBox3) + Me.XtraTabPage2.Controls.Add(Me.Button1) + Me.XtraTabPage2.Controls.Add(Me.txtPDFTKRun) + Me.XtraTabPage2.Controls.Add(Me.TextBox2) + Me.XtraTabPage2.Controls.Add(Me.Label3) + Me.XtraTabPage2.Controls.Add(Me.TextBox1) + Me.XtraTabPage2.Controls.Add(Me.Label2) + Me.XtraTabPage2.Controls.Add(Me.Label1) + Me.XtraTabPage2.Name = "XtraTabPage2" + Me.XtraTabPage2.Size = New System.Drawing.Size(1001, 726) + Me.XtraTabPage2.Text = "Weiteres" + ' + 'TextBox3 + ' + Me.TextBox3.Location = New System.Drawing.Point(14, 30) + Me.TextBox3.Name = "TextBox3" + Me.TextBox3.ReadOnly = True + Me.TextBox3.Size = New System.Drawing.Size(570, 21) + Me.TextBox3.TabIndex = 9 + Me.TextBox3.Text = Global.WISAG_PM_REPORT.My.MySettings.Default.CONCAT_TEMPFolder + ' + 'Button1 + ' + Me.Button1.Location = New System.Drawing.Point(590, 190) + Me.Button1.Name = "Button1" + Me.Button1.Size = New System.Drawing.Size(75, 31) + Me.Button1.TabIndex = 8 + Me.Button1.Text = "Run" + Me.Button1.UseVisualStyleBackColor = True + ' + 'txtPDFTKRun + ' + Me.txtPDFTKRun.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.WISAG_PM_REPORT.My.MySettings.Default, "PDFTK_TEST", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) + Me.txtPDFTKRun.Location = New System.Drawing.Point(14, 190) + Me.txtPDFTKRun.Multiline = True + Me.txtPDFTKRun.Name = "txtPDFTKRun" + Me.txtPDFTKRun.Size = New System.Drawing.Size(570, 122) + Me.txtPDFTKRun.TabIndex = 7 + Me.txtPDFTKRun.Text = Global.WISAG_PM_REPORT.My.MySettings.Default.PDFTK_TEST + ' + 'TextBox2 + ' + Me.TextBox2.Location = New System.Drawing.Point(14, 141) + Me.TextBox2.Name = "TextBox2" + Me.TextBox2.ReadOnly = True + Me.TextBox2.Size = New System.Drawing.Size(570, 21) + Me.TextBox2.TabIndex = 6 + Me.TextBox2.Text = Global.WISAG_PM_REPORT.My.MySettings.Default.Path2PDFTK + ' + 'Label3 + ' + Me.Label3.AutoSize = True + Me.Label3.Location = New System.Drawing.Point(11, 125) + Me.Label3.Name = "Label3" + Me.Label3.Size = New System.Drawing.Size(41, 13) + Me.Label3.TabIndex = 5 + Me.Label3.Text = "PDF TK" + ' + 'TextBox1 + ' + Me.TextBox1.Location = New System.Drawing.Point(14, 69) + Me.TextBox1.Multiline = True + Me.TextBox1.Name = "TextBox1" + Me.TextBox1.ReadOnly = True + Me.TextBox1.Size = New System.Drawing.Size(570, 53) + Me.TextBox1.TabIndex = 4 + Me.TextBox1.Text = Global.WISAG_PM_REPORT.My.MySettings.Default.oSQLGetDocId + ' + 'Label2 + ' + Me.Label2.AutoSize = True + Me.Label2.Location = New System.Drawing.Point(11, 53) + Me.Label2.Name = "Label2" + Me.Label2.Size = New System.Drawing.Size(138, 13) + Me.Label2.TabIndex = 3 + Me.Label2.Text = "Current SQL (in AppConfig)" + ' + 'Label1 + ' + Me.Label1.AutoSize = True + Me.Label1.Location = New System.Drawing.Point(11, 13) + Me.Label1.Name = "Label1" + Me.Label1.Size = New System.Drawing.Size(131, 13) + Me.Label1.TabIndex = 0 + Me.Label1.Text = "Temp-Path (in AppConfig)" + ' + 'XtraTabPage3 + ' + Me.XtraTabPage3.Controls.Add(Me.VWCUST_RPTPM_UNIONDataGridView) + Me.XtraTabPage3.Name = "XtraTabPage3" + Me.XtraTabPage3.Size = New System.Drawing.Size(1001, 726) + Me.XtraTabPage3.Text = "Debug Ergebnisansicht" + ' + 'VWCUST_RPTPM_UNIONDataGridView + ' + Me.VWCUST_RPTPM_UNIONDataGridView.AllowUserToAddRows = False + Me.VWCUST_RPTPM_UNIONDataGridView.AllowUserToDeleteRows = False + Me.VWCUST_RPTPM_UNIONDataGridView.AutoGenerateColumns = False + Me.VWCUST_RPTPM_UNIONDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize + Me.VWCUST_RPTPM_UNIONDataGridView.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DataGridViewTextBoxColumn1, Me.DataGridViewTextBoxColumn2, Me.DataGridViewTextBoxColumn3, Me.DataGridViewTextBoxColumn4, Me.DataGridViewTextBoxColumn5, Me.DataGridViewTextBoxColumn6, Me.DataGridViewTextBoxColumn7, Me.DataGridViewTextBoxColumn8, Me.DataGridViewTextBoxColumn9, Me.DataGridViewTextBoxColumn10, Me.DataGridViewTextBoxColumn11, Me.DataGridViewTextBoxColumn12, Me.DataGridViewTextBoxColumn13, Me.DataGridViewTextBoxColumn14, Me.DataGridViewTextBoxColumn15, Me.DataGridViewTextBoxColumn16, Me.DataGridViewTextBoxColumn17, Me.DataGridViewTextBoxColumn18, Me.DataGridViewTextBoxColumn19}) + Me.VWCUST_RPTPM_UNIONDataGridView.DataSource = Me.VWCUST_RPTPM_UNIONBindingSource + Me.VWCUST_RPTPM_UNIONDataGridView.Dock = System.Windows.Forms.DockStyle.Fill + Me.VWCUST_RPTPM_UNIONDataGridView.Location = New System.Drawing.Point(0, 0) + Me.VWCUST_RPTPM_UNIONDataGridView.Name = "VWCUST_RPTPM_UNIONDataGridView" + Me.VWCUST_RPTPM_UNIONDataGridView.ReadOnly = True + Me.VWCUST_RPTPM_UNIONDataGridView.Size = New System.Drawing.Size(1001, 726) + Me.VWCUST_RPTPM_UNIONDataGridView.TabIndex = 0 + ' + 'DataGridViewTextBoxColumn1 + ' + Me.DataGridViewTextBoxColumn1.DataPropertyName = "GroupTypeID" + Me.DataGridViewTextBoxColumn1.HeaderText = "GroupTypeID" + Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" + Me.DataGridViewTextBoxColumn1.ReadOnly = True + ' + 'DataGridViewTextBoxColumn2 + ' + Me.DataGridViewTextBoxColumn2.DataPropertyName = "GroupType" + Me.DataGridViewTextBoxColumn2.HeaderText = "GroupType" + Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" + Me.DataGridViewTextBoxColumn2.ReadOnly = True + ' + 'DataGridViewTextBoxColumn3 + ' + Me.DataGridViewTextBoxColumn3.DataPropertyName = "DOC_ID" + Me.DataGridViewTextBoxColumn3.HeaderText = "DOC_ID" + Me.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3" + Me.DataGridViewTextBoxColumn3.ReadOnly = True + ' + 'DataGridViewTextBoxColumn4 + ' + Me.DataGridViewTextBoxColumn4.DataPropertyName = "KreditorNummer" + Me.DataGridViewTextBoxColumn4.HeaderText = "KreditorNummer" + Me.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4" + Me.DataGridViewTextBoxColumn4.ReadOnly = True + ' + 'DataGridViewTextBoxColumn5 + ' + Me.DataGridViewTextBoxColumn5.DataPropertyName = "KreditorName_Lang" + Me.DataGridViewTextBoxColumn5.HeaderText = "KreditorName_Lang" + Me.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5" + Me.DataGridViewTextBoxColumn5.ReadOnly = True + ' + 'DataGridViewTextBoxColumn6 + ' + Me.DataGridViewTextBoxColumn6.DataPropertyName = "KreditorName" + Me.DataGridViewTextBoxColumn6.HeaderText = "KreditorName" + Me.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6" + Me.DataGridViewTextBoxColumn6.ReadOnly = True + ' + 'DataGridViewTextBoxColumn7 + ' + Me.DataGridViewTextBoxColumn7.DataPropertyName = "RechnungNr" + Me.DataGridViewTextBoxColumn7.HeaderText = "RechnungNr" + Me.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7" + Me.DataGridViewTextBoxColumn7.ReadOnly = True + ' + 'DataGridViewTextBoxColumn8 + ' + Me.DataGridViewTextBoxColumn8.DataPropertyName = "Referenz" + Me.DataGridViewTextBoxColumn8.HeaderText = "Referenz" + Me.DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8" + Me.DataGridViewTextBoxColumn8.ReadOnly = True + ' + 'DataGridViewTextBoxColumn9 + ' + Me.DataGridViewTextBoxColumn9.DataPropertyName = "Nettobetrag" + Me.DataGridViewTextBoxColumn9.HeaderText = "Nettobetrag" + Me.DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9" + Me.DataGridViewTextBoxColumn9.ReadOnly = True + ' + 'DataGridViewTextBoxColumn10 + ' + Me.DataGridViewTextBoxColumn10.DataPropertyName = "Bruttobetrag" + Me.DataGridViewTextBoxColumn10.HeaderText = "Bruttobetrag" + Me.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10" + Me.DataGridViewTextBoxColumn10.ReadOnly = True + ' + 'DataGridViewTextBoxColumn11 + ' + Me.DataGridViewTextBoxColumn11.DataPropertyName = "Zahlungsziel" + Me.DataGridViewTextBoxColumn11.HeaderText = "Zahlungsziel" + Me.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11" + Me.DataGridViewTextBoxColumn11.ReadOnly = True + ' + 'DataGridViewTextBoxColumn12 + ' + Me.DataGridViewTextBoxColumn12.DataPropertyName = "Mandant" + Me.DataGridViewTextBoxColumn12.HeaderText = "Mandant" + Me.DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12" + Me.DataGridViewTextBoxColumn12.ReadOnly = True + ' + 'DataGridViewTextBoxColumn13 + ' + Me.DataGridViewTextBoxColumn13.DataPropertyName = "Mandant Name" + Me.DataGridViewTextBoxColumn13.HeaderText = "Mandant Name" + Me.DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13" + Me.DataGridViewTextBoxColumn13.ReadOnly = True + ' + 'DataGridViewTextBoxColumn14 + ' + Me.DataGridViewTextBoxColumn14.DataPropertyName = "Kostenstelle" + Me.DataGridViewTextBoxColumn14.HeaderText = "Kostenstelle" + Me.DataGridViewTextBoxColumn14.Name = "DataGridViewTextBoxColumn14" + Me.DataGridViewTextBoxColumn14.ReadOnly = True + ' + 'DataGridViewTextBoxColumn15 + ' + Me.DataGridViewTextBoxColumn15.DataPropertyName = "Erhalten wann" + Me.DataGridViewTextBoxColumn15.HeaderText = "Erhalten wann" + Me.DataGridViewTextBoxColumn15.Name = "DataGridViewTextBoxColumn15" + Me.DataGridViewTextBoxColumn15.ReadOnly = True + ' + 'DataGridViewTextBoxColumn16 + ' + Me.DataGridViewTextBoxColumn16.DataPropertyName = "Belegdatum" + Me.DataGridViewTextBoxColumn16.HeaderText = "Belegdatum" + Me.DataGridViewTextBoxColumn16.Name = "DataGridViewTextBoxColumn16" + Me.DataGridViewTextBoxColumn16.ReadOnly = True + ' + 'DataGridViewTextBoxColumn17 + ' + Me.DataGridViewTextBoxColumn17.DataPropertyName = "FG_Email" + Me.DataGridViewTextBoxColumn17.HeaderText = "FG_Email" + Me.DataGridViewTextBoxColumn17.Name = "DataGridViewTextBoxColumn17" + Me.DataGridViewTextBoxColumn17.ReadOnly = True + ' + 'DataGridViewTextBoxColumn18 + ' + Me.DataGridViewTextBoxColumn18.DataPropertyName = "FG_Freigabe" + Me.DataGridViewTextBoxColumn18.HeaderText = "FG_Freigabe" + Me.DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18" + Me.DataGridViewTextBoxColumn18.ReadOnly = True + ' + 'DataGridViewTextBoxColumn19 + ' + Me.DataGridViewTextBoxColumn19.DataPropertyName = "FG_Wann" + Me.DataGridViewTextBoxColumn19.HeaderText = "FG_Wann" + Me.DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19" + Me.DataGridViewTextBoxColumn19.ReadOnly = True + ' + 'VWCUST_RPTPM_INV_RPT_STAMPBindingSource + ' + Me.VWCUST_RPTPM_INV_RPT_STAMPBindingSource.DataMember = "VWCUST_RPTPM_INV_RPT_STAMP" + Me.VWCUST_RPTPM_INV_RPT_STAMPBindingSource.DataSource = Me.MyDataset + ' + 'VWCUST_RPTPM_INV_RPT_STAMPTableAdapter + ' + Me.VWCUST_RPTPM_INV_RPT_STAMPTableAdapter.ClearBeforeFill = True + ' + 'DocumentViewerBarManager1 + ' + Me.DocumentViewerBarManager1.Bars.AddRange(New DevExpress.XtraBars.Bar() {Me.PreviewBar2}) + Me.DocumentViewerBarManager1.DockControls.Add(Me.barDockControlTop) + Me.DocumentViewerBarManager1.DockControls.Add(Me.barDockControlBottom) + Me.DocumentViewerBarManager1.DockControls.Add(Me.barDockControlLeft) + Me.DocumentViewerBarManager1.DockControls.Add(Me.barDockControlRight) + Me.DocumentViewerBarManager1.DocumentViewer = Me.DocumentViewer1 + Me.DocumentViewerBarManager1.Form = Me + Me.DocumentViewerBarManager1.ImageStream = CType(resources.GetObject("DocumentViewerBarManager1.ImageStream"), DevExpress.Utils.ImageCollectionStreamer) + Me.DocumentViewerBarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.PrintPreviewStaticItem1, Me.verticalSpaceItem, Me.ProgressBarEditItem1, Me.PrintPreviewBarItem1, Me.PrintPreviewStaticItem2, Me.ZoomTrackBarEditItem1, Me.bbiDocumentMap, Me.bbiParameters, Me.bbiThumbnails, Me.bbiFind, Me.bbiHighlightEditingFields, Me.bbiCustomize, Me.bbiOpen, Me.bbiSave, Me.bbiPrint, Me.bbiPrintDirect, Me.bbiPageSetup, Me.bbiEditPageHF, Me.bbiScale, Me.bbiHandTool, Me.bbiMagnifier, Me.bbiZoomOut, Me.bbiZoom, Me.bbiZoomIn, Me.bbiShowFirstPage, Me.bbiShowPrevPage, Me.bbiShowNextPage, Me.bbiShowLastPage, Me.bbiMultiplePages, Me.bbiFillBackground, Me.bbiWatermark, Me.bbiExportFile, Me.bbiSendFile, Me.bbiClosePreview, Me.miFile, Me.miView, Me.miBackground, Me.miPageLayout, Me.miPageLayoutFacing, Me.miPageLayoutContinuous, Me.miToolbars, Me.PrintPreviewBarCheckItem1, Me.PrintPreviewBarCheckItem2, Me.PrintPreviewBarCheckItem3, Me.PrintPreviewBarCheckItem4, Me.PrintPreviewBarCheckItem5, Me.PrintPreviewBarCheckItem6, Me.PrintPreviewBarCheckItem7, Me.PrintPreviewBarCheckItem8, Me.PrintPreviewBarCheckItem9, Me.PrintPreviewBarCheckItem10, Me.PrintPreviewBarCheckItem11, Me.PrintPreviewBarCheckItem12, Me.PrintPreviewBarCheckItem13, Me.PrintPreviewBarCheckItem14, Me.PrintPreviewBarCheckItem15, Me.PrintPreviewBarCheckItem16, Me.PrintPreviewBarCheckItem17, Me.PrintPreviewBarCheckItem18, Me.PrintPreviewBarCheckItem19}) + Me.DocumentViewerBarManager1.MaxItemId = 60 + Me.DocumentViewerBarManager1.PreviewBar = Nothing + Me.DocumentViewerBarManager1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemProgressBar1, Me.RepositoryItemZoomTrackBar1, Me.PrintPreviewRepositoryItemComboBox1}) + Me.DocumentViewerBarManager1.StatusBar = Me.PreviewBar2 + Me.DocumentViewerBarManager1.TransparentEditorsMode = DevExpress.Utils.DefaultBoolean.[True] + ' + 'PreviewBar2 + ' + Me.PreviewBar2.BarName = "Status Bar" + Me.PreviewBar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom + Me.PreviewBar2.DockCol = 0 + Me.PreviewBar2.DockRow = 0 + Me.PreviewBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom + Me.PreviewBar2.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.PrintPreviewStaticItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.verticalSpaceItem, True), New DevExpress.XtraBars.LinkPersistInfo(Me.ProgressBarEditItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PrintPreviewBarItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.PrintPreviewStaticItem2, True), New DevExpress.XtraBars.LinkPersistInfo(Me.ZoomTrackBarEditItem1)}) + Me.PreviewBar2.OptionsBar.AllowQuickCustomization = False + Me.PreviewBar2.OptionsBar.DrawDragBorder = False + Me.PreviewBar2.OptionsBar.UseWholeRow = True + Me.PreviewBar2.Text = "Statusleiste" + ' + 'PrintPreviewStaticItem1 + ' + Me.PrintPreviewStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder + Me.PrintPreviewStaticItem1.Caption = "keine" + Me.PrintPreviewStaticItem1.Id = 0 + Me.PrintPreviewStaticItem1.LeftIndent = 1 + Me.PrintPreviewStaticItem1.Name = "PrintPreviewStaticItem1" + Me.PrintPreviewStaticItem1.RightIndent = 1 + Me.PrintPreviewStaticItem1.Type = "PageOfPages" + ' + 'verticalSpaceItem + ' + Me.verticalSpaceItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left + Me.verticalSpaceItem.Enabled = False + Me.verticalSpaceItem.Id = 1 + Me.verticalSpaceItem.Name = "verticalSpaceItem" + Me.verticalSpaceItem.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInRuntime + ' + 'ProgressBarEditItem1 + ' + Me.ProgressBarEditItem1.Edit = Me.RepositoryItemProgressBar1 + Me.ProgressBarEditItem1.EditHeight = 12 + Me.ProgressBarEditItem1.EditWidth = 150 + Me.ProgressBarEditItem1.Id = 2 + Me.ProgressBarEditItem1.Name = "ProgressBarEditItem1" + Me.ProgressBarEditItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never + ' + 'RepositoryItemProgressBar1 + ' + Me.RepositoryItemProgressBar1.Name = "RepositoryItemProgressBar1" + ' + 'PrintPreviewBarItem1 + ' + Me.PrintPreviewBarItem1.Caption = "Stoppen" + Me.PrintPreviewBarItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.StopPageBuilding + Me.PrintPreviewBarItem1.Enabled = False + Me.PrintPreviewBarItem1.Hint = "Stoppen" + Me.PrintPreviewBarItem1.Id = 3 + Me.PrintPreviewBarItem1.Name = "PrintPreviewBarItem1" + Me.PrintPreviewBarItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never + ' + 'PrintPreviewStaticItem2 + ' + Me.PrintPreviewStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right + Me.PrintPreviewStaticItem2.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder + Me.PrintPreviewStaticItem2.Caption = "100%" + Me.PrintPreviewStaticItem2.Id = 4 + Me.PrintPreviewStaticItem2.Name = "PrintPreviewStaticItem2" + Me.PrintPreviewStaticItem2.TextAlignment = System.Drawing.StringAlignment.Far + Me.PrintPreviewStaticItem2.Type = "ZoomFactor" + ' + 'ZoomTrackBarEditItem1 + ' + Me.ZoomTrackBarEditItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right + Me.ZoomTrackBarEditItem1.Edit = Me.RepositoryItemZoomTrackBar1 + Me.ZoomTrackBarEditItem1.EditValue = 90 + Me.ZoomTrackBarEditItem1.EditWidth = 140 + Me.ZoomTrackBarEditItem1.Enabled = False + Me.ZoomTrackBarEditItem1.Id = 5 + Me.ZoomTrackBarEditItem1.Name = "ZoomTrackBarEditItem1" + Me.ZoomTrackBarEditItem1.Range = New Integer() {10, 500} + ' + 'RepositoryItemZoomTrackBar1 + ' + Me.RepositoryItemZoomTrackBar1.Alignment = DevExpress.Utils.VertAlignment.Center + Me.RepositoryItemZoomTrackBar1.AllowFocused = False + Me.RepositoryItemZoomTrackBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder + Me.RepositoryItemZoomTrackBar1.Maximum = 180 + Me.RepositoryItemZoomTrackBar1.Name = "RepositoryItemZoomTrackBar1" + ' + 'barDockControlTop + ' + Me.barDockControlTop.CausesValidation = False + Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top + Me.barDockControlTop.Location = New System.Drawing.Point(0, 0) + Me.barDockControlTop.Manager = Me.DocumentViewerBarManager1 + Me.barDockControlTop.Size = New System.Drawing.Size(1007, 0) + ' + 'barDockControlBottom + ' + Me.barDockControlBottom.CausesValidation = False + Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom + Me.barDockControlBottom.Location = New System.Drawing.Point(0, 801) + Me.barDockControlBottom.Manager = Me.DocumentViewerBarManager1 + Me.barDockControlBottom.Size = New System.Drawing.Size(1007, 26) + ' + 'barDockControlLeft + ' + Me.barDockControlLeft.CausesValidation = False + Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left + Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0) + Me.barDockControlLeft.Manager = Me.DocumentViewerBarManager1 + Me.barDockControlLeft.Size = New System.Drawing.Size(0, 801) + ' + 'barDockControlRight + ' + Me.barDockControlRight.CausesValidation = False + Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right + Me.barDockControlRight.Location = New System.Drawing.Point(1007, 0) + Me.barDockControlRight.Manager = Me.DocumentViewerBarManager1 + Me.barDockControlRight.Size = New System.Drawing.Size(0, 801) + ' + 'bbiDocumentMap + ' + Me.bbiDocumentMap.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiDocumentMap.Caption = "Dokumentenübersicht" + Me.bbiDocumentMap.Command = DevExpress.XtraPrinting.PrintingSystemCommand.DocumentMap + Me.bbiDocumentMap.Enabled = False + Me.bbiDocumentMap.Hint = "Dokumentenübersicht" + Me.bbiDocumentMap.Id = 6 + Me.bbiDocumentMap.Name = "bbiDocumentMap" + ' + 'bbiParameters + ' + Me.bbiParameters.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiParameters.Caption = "Parameter" + Me.bbiParameters.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Parameters + Me.bbiParameters.Enabled = False + Me.bbiParameters.Hint = "Parameter" + Me.bbiParameters.Id = 7 + Me.bbiParameters.Name = "bbiParameters" + ' + 'bbiThumbnails + ' + Me.bbiThumbnails.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiThumbnails.Caption = "Miniaturansicht" + Me.bbiThumbnails.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Thumbnails + Me.bbiThumbnails.Enabled = False + Me.bbiThumbnails.Hint = "Miniaturansicht" + Me.bbiThumbnails.Id = 8 + Me.bbiThumbnails.Name = "bbiThumbnails" + ' + 'bbiFind + ' + Me.bbiFind.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiFind.Caption = "Suchen" + Me.bbiFind.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Find + Me.bbiFind.Enabled = False + Me.bbiFind.Hint = "Suchen" + Me.bbiFind.Id = 9 + Me.bbiFind.Name = "bbiFind" + ' + 'bbiHighlightEditingFields + ' + Me.bbiHighlightEditingFields.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiHighlightEditingFields.Caption = "Formularfelder" + Me.bbiHighlightEditingFields.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HighlightEditingFields + Me.bbiHighlightEditingFields.Enabled = False + Me.bbiHighlightEditingFields.Hint = "Formularfelder hervorheben" + Me.bbiHighlightEditingFields.Id = 10 + Me.bbiHighlightEditingFields.Name = "bbiHighlightEditingFields" + ' + 'bbiCustomize + ' + Me.bbiCustomize.Caption = "Anpassen" + Me.bbiCustomize.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Customize + Me.bbiCustomize.Enabled = False + Me.bbiCustomize.Hint = "Anpassen" + Me.bbiCustomize.Id = 11 + Me.bbiCustomize.Name = "bbiCustomize" + ' + 'bbiOpen + ' + Me.bbiOpen.Caption = "Öffnen" + Me.bbiOpen.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Open + Me.bbiOpen.Enabled = False + Me.bbiOpen.Hint = "Ein Dokument öffnen" + Me.bbiOpen.Id = 12 + Me.bbiOpen.Name = "bbiOpen" + ' + 'bbiSave + ' + Me.bbiSave.Caption = "Speichern" + Me.bbiSave.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Save + Me.bbiSave.Enabled = False + Me.bbiSave.Hint = "Speichert das Dokument" + Me.bbiSave.Id = 13 + Me.bbiSave.Name = "bbiSave" + ' + 'bbiPrint + ' + Me.bbiPrint.Caption = "&Drucken..." + Me.bbiPrint.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Print + Me.bbiPrint.Enabled = False + Me.bbiPrint.Hint = "Drucken" + Me.bbiPrint.Id = 14 + Me.bbiPrint.Name = "bbiPrint" + ' + 'bbiPrintDirect + ' + Me.bbiPrintDirect.Caption = "D&rucken" + Me.bbiPrintDirect.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PrintDirect + Me.bbiPrintDirect.Enabled = False + Me.bbiPrintDirect.Hint = "Sofort drucken" + Me.bbiPrintDirect.Id = 15 + Me.bbiPrintDirect.Name = "bbiPrintDirect" + ' + 'bbiPageSetup + ' + Me.bbiPageSetup.Caption = "Sei&teneinstellungen..." + Me.bbiPageSetup.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageSetup + Me.bbiPageSetup.Enabled = False + Me.bbiPageSetup.Hint = "Seiteneinstellungen" + Me.bbiPageSetup.Id = 16 + Me.bbiPageSetup.Name = "bbiPageSetup" + ' + 'bbiEditPageHF + ' + Me.bbiEditPageHF.Caption = "Kopf- und Fußzeile" + Me.bbiEditPageHF.Command = DevExpress.XtraPrinting.PrintingSystemCommand.EditPageHF + Me.bbiEditPageHF.Enabled = False + Me.bbiEditPageHF.Hint = "Kopf- und Fußzeile" + Me.bbiEditPageHF.Id = 17 + Me.bbiEditPageHF.Name = "bbiEditPageHF" + ' + 'bbiScale + ' + Me.bbiScale.ActAsDropDown = True + Me.bbiScale.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown + Me.bbiScale.Caption = "Skalierung" + Me.bbiScale.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Scale + Me.bbiScale.Enabled = False + Me.bbiScale.Hint = "Skalierung" + Me.bbiScale.Id = 18 + Me.bbiScale.Name = "bbiScale" + ' + 'bbiHandTool + ' + Me.bbiHandTool.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiHandTool.Caption = "Hand" + Me.bbiHandTool.Command = DevExpress.XtraPrinting.PrintingSystemCommand.HandTool + Me.bbiHandTool.Enabled = False + Me.bbiHandTool.Hint = "Hand" + Me.bbiHandTool.Id = 19 + Me.bbiHandTool.Name = "bbiHandTool" + ' + 'bbiMagnifier + ' + Me.bbiMagnifier.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.bbiMagnifier.Caption = "Lupe" + Me.bbiMagnifier.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Magnifier + Me.bbiMagnifier.Enabled = False + Me.bbiMagnifier.Hint = "Lupe" + Me.bbiMagnifier.Id = 20 + Me.bbiMagnifier.Name = "bbiMagnifier" + ' + 'bbiZoomOut + ' + Me.bbiZoomOut.Caption = "Verkleinern" + Me.bbiZoomOut.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomOut + Me.bbiZoomOut.Enabled = False + Me.bbiZoomOut.Hint = "Verkleinern" + Me.bbiZoomOut.Id = 21 + Me.bbiZoomOut.Name = "bbiZoomOut" + ' + 'bbiZoom + ' + Me.bbiZoom.Caption = "Zoom" + Me.bbiZoom.Edit = Me.PrintPreviewRepositoryItemComboBox1 + Me.bbiZoom.EditValue = "100%" + Me.bbiZoom.EditWidth = 70 + Me.bbiZoom.Enabled = False + Me.bbiZoom.Hint = "Zoom" + Me.bbiZoom.Id = 22 + Me.bbiZoom.Name = "bbiZoom" + ' + 'PrintPreviewRepositoryItemComboBox1 + ' + Me.PrintPreviewRepositoryItemComboBox1.AutoComplete = False + Me.PrintPreviewRepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) + Me.PrintPreviewRepositoryItemComboBox1.DropDownRows = 11 + Me.PrintPreviewRepositoryItemComboBox1.Name = "PrintPreviewRepositoryItemComboBox1" + ' + 'bbiZoomIn + ' + Me.bbiZoomIn.Caption = "Vergrößern" + Me.bbiZoomIn.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ZoomIn + Me.bbiZoomIn.Enabled = False + Me.bbiZoomIn.Hint = "Vergrößern" + Me.bbiZoomIn.Id = 23 + Me.bbiZoomIn.Name = "bbiZoomIn" + ' + 'bbiShowFirstPage + ' + Me.bbiShowFirstPage.Caption = "Erste Seite" + Me.bbiShowFirstPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowFirstPage + Me.bbiShowFirstPage.Enabled = False + Me.bbiShowFirstPage.Hint = "Erste Seite" + Me.bbiShowFirstPage.Id = 24 + Me.bbiShowFirstPage.Name = "bbiShowFirstPage" + ' + 'bbiShowPrevPage + ' + Me.bbiShowPrevPage.Caption = "Vorhergehende Seite" + Me.bbiShowPrevPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowPrevPage + Me.bbiShowPrevPage.Enabled = False + Me.bbiShowPrevPage.Hint = "Vorhergehende Seite" + Me.bbiShowPrevPage.Id = 25 + Me.bbiShowPrevPage.Name = "bbiShowPrevPage" + ' + 'bbiShowNextPage + ' + Me.bbiShowNextPage.Caption = "Nächste Seite" + Me.bbiShowNextPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowNextPage + Me.bbiShowNextPage.Enabled = False + Me.bbiShowNextPage.Hint = "Nächste Seite" + Me.bbiShowNextPage.Id = 26 + Me.bbiShowNextPage.Name = "bbiShowNextPage" + ' + 'bbiShowLastPage + ' + Me.bbiShowLastPage.Caption = "Letzte Seite" + Me.bbiShowLastPage.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ShowLastPage + Me.bbiShowLastPage.Enabled = False + Me.bbiShowLastPage.Hint = "Letzte Seite" + Me.bbiShowLastPage.Id = 27 + Me.bbiShowLastPage.Name = "bbiShowLastPage" + ' + 'bbiMultiplePages + ' + Me.bbiMultiplePages.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown + Me.bbiMultiplePages.Caption = "Mehrere Seiten" + Me.bbiMultiplePages.Command = DevExpress.XtraPrinting.PrintingSystemCommand.MultiplePages + Me.bbiMultiplePages.Enabled = False + Me.bbiMultiplePages.Hint = "Mehrere Seiten" + Me.bbiMultiplePages.Id = 28 + Me.bbiMultiplePages.Name = "bbiMultiplePages" + ' + 'bbiFillBackground + ' + Me.bbiFillBackground.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown + Me.bbiFillBackground.Caption = "&Farbe..." + Me.bbiFillBackground.Command = DevExpress.XtraPrinting.PrintingSystemCommand.FillBackground + Me.bbiFillBackground.Enabled = False + Me.bbiFillBackground.Hint = "Hintergrund" + Me.bbiFillBackground.Id = 29 + Me.bbiFillBackground.Name = "bbiFillBackground" + ' + 'bbiWatermark + ' + Me.bbiWatermark.Caption = "&Wasserzeichen..." + Me.bbiWatermark.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Watermark + Me.bbiWatermark.Enabled = False + Me.bbiWatermark.Hint = "Wasserzeichen" + Me.bbiWatermark.Id = 30 + Me.bbiWatermark.Name = "bbiWatermark" + ' + 'bbiExportFile + ' + Me.bbiExportFile.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown + Me.bbiExportFile.Caption = "Dokument exportieren..." + Me.bbiExportFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportFile + Me.bbiExportFile.Enabled = False + Me.bbiExportFile.Hint = "Dokument exportieren..." + Me.bbiExportFile.Id = 31 + Me.bbiExportFile.Name = "bbiExportFile" + ' + 'bbiSendFile + ' + Me.bbiSendFile.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown + Me.bbiSendFile.Caption = "Sende E-Mail..." + Me.bbiSendFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendFile + Me.bbiSendFile.Enabled = False + Me.bbiSendFile.Hint = "Sende E-Mail..." + Me.bbiSendFile.Id = 32 + Me.bbiSendFile.Name = "bbiSendFile" + ' + 'bbiClosePreview + ' + Me.bbiClosePreview.Caption = "B&eenden" + Me.bbiClosePreview.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ClosePreview + Me.bbiClosePreview.Enabled = False + Me.bbiClosePreview.Hint = "Druckvorschau schließen" + Me.bbiClosePreview.Id = 33 + Me.bbiClosePreview.Name = "bbiClosePreview" + ' + 'miFile + ' + Me.miFile.Caption = "&Datei" + Me.miFile.Command = DevExpress.XtraPrinting.PrintingSystemCommand.File + Me.miFile.Id = 34 + Me.miFile.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.bbiPageSetup), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiPrint), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiPrintDirect), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiExportFile, True), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiSendFile), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiClosePreview, True)}) + Me.miFile.Name = "miFile" + ' + 'miView + ' + Me.miView.Caption = "&Ansicht" + Me.miView.Command = DevExpress.XtraPrinting.PrintingSystemCommand.View + Me.miView.Id = 35 + Me.miView.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.miPageLayout, True), New DevExpress.XtraBars.LinkPersistInfo(Me.miToolbars, True)}) + Me.miView.Name = "miView" + ' + 'miPageLayout + ' + Me.miPageLayout.Caption = "&Seiten Layout" + Me.miPageLayout.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayout + Me.miPageLayout.Id = 37 + Me.miPageLayout.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.miPageLayoutFacing), New DevExpress.XtraBars.LinkPersistInfo(Me.miPageLayoutContinuous)}) + Me.miPageLayout.Name = "miPageLayout" + ' + 'miPageLayoutFacing + ' + Me.miPageLayoutFacing.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.miPageLayoutFacing.Caption = "Einzeln" + Me.miPageLayoutFacing.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutFacing + Me.miPageLayoutFacing.Enabled = False + Me.miPageLayoutFacing.GroupIndex = 100 + Me.miPageLayoutFacing.Id = 38 + Me.miPageLayoutFacing.Name = "miPageLayoutFacing" + ' + 'miPageLayoutContinuous + ' + Me.miPageLayoutContinuous.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check + Me.miPageLayoutContinuous.Caption = "Fortlaufend" + Me.miPageLayoutContinuous.Command = DevExpress.XtraPrinting.PrintingSystemCommand.PageLayoutContinuous + Me.miPageLayoutContinuous.Enabled = False + Me.miPageLayoutContinuous.GroupIndex = 100 + Me.miPageLayoutContinuous.Id = 39 + Me.miPageLayoutContinuous.Name = "miPageLayoutContinuous" + ' + 'miToolbars + ' + Me.miToolbars.Caption = "Bars" + Me.miToolbars.Id = 40 + Me.miToolbars.Name = "miToolbars" + ' + 'miBackground + ' + Me.miBackground.Caption = "&Hintergrund" + Me.miBackground.Command = DevExpress.XtraPrinting.PrintingSystemCommand.Background + Me.miBackground.Id = 36 + Me.miBackground.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(Me.bbiFillBackground), New DevExpress.XtraBars.LinkPersistInfo(Me.bbiWatermark)}) + Me.miBackground.Name = "miBackground" + ' + 'PrintPreviewBarCheckItem1 + ' + Me.PrintPreviewBarCheckItem1.BindableChecked = True + Me.PrintPreviewBarCheckItem1.Caption = "PDF Dokument" + Me.PrintPreviewBarCheckItem1.Checked = True + Me.PrintPreviewBarCheckItem1.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportPdf + Me.PrintPreviewBarCheckItem1.Enabled = False + Me.PrintPreviewBarCheckItem1.GroupIndex = 2 + Me.PrintPreviewBarCheckItem1.Hint = "PDF Dokument" + Me.PrintPreviewBarCheckItem1.Id = 41 + Me.PrintPreviewBarCheckItem1.Name = "PrintPreviewBarCheckItem1" + ' + 'PrintPreviewBarCheckItem2 + ' + Me.PrintPreviewBarCheckItem2.Caption = "HTML Dokument" + Me.PrintPreviewBarCheckItem2.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportHtm + Me.PrintPreviewBarCheckItem2.Enabled = False + Me.PrintPreviewBarCheckItem2.GroupIndex = 2 + Me.PrintPreviewBarCheckItem2.Hint = "HTML Dokument" + Me.PrintPreviewBarCheckItem2.Id = 42 + Me.PrintPreviewBarCheckItem2.Name = "PrintPreviewBarCheckItem2" + ' + 'PrintPreviewBarCheckItem3 + ' + Me.PrintPreviewBarCheckItem3.Caption = "MHT Dokument" + Me.PrintPreviewBarCheckItem3.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportMht + Me.PrintPreviewBarCheckItem3.Enabled = False + Me.PrintPreviewBarCheckItem3.GroupIndex = 2 + Me.PrintPreviewBarCheckItem3.Hint = "MHT Dokument" + Me.PrintPreviewBarCheckItem3.Id = 43 + Me.PrintPreviewBarCheckItem3.Name = "PrintPreviewBarCheckItem3" + ' + 'PrintPreviewBarCheckItem4 + ' + Me.PrintPreviewBarCheckItem4.Caption = "Rich Text Dokument" + Me.PrintPreviewBarCheckItem4.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportRtf + Me.PrintPreviewBarCheckItem4.Enabled = False + Me.PrintPreviewBarCheckItem4.GroupIndex = 2 + Me.PrintPreviewBarCheckItem4.Hint = "Rich Text Dokument" + Me.PrintPreviewBarCheckItem4.Id = 44 + Me.PrintPreviewBarCheckItem4.Name = "PrintPreviewBarCheckItem4" + ' + 'PrintPreviewBarCheckItem5 + ' + Me.PrintPreviewBarCheckItem5.Caption = "Word 2007 Dokument" + Me.PrintPreviewBarCheckItem5.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportDocx + Me.PrintPreviewBarCheckItem5.Enabled = False + Me.PrintPreviewBarCheckItem5.GroupIndex = 2 + Me.PrintPreviewBarCheckItem5.Hint = "Word 2007 Dokument" + Me.PrintPreviewBarCheckItem5.Id = 45 + Me.PrintPreviewBarCheckItem5.Name = "PrintPreviewBarCheckItem5" + ' + 'PrintPreviewBarCheckItem6 + ' + Me.PrintPreviewBarCheckItem6.Caption = "Excel Dokument" + Me.PrintPreviewBarCheckItem6.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXls + Me.PrintPreviewBarCheckItem6.Enabled = False + Me.PrintPreviewBarCheckItem6.GroupIndex = 2 + Me.PrintPreviewBarCheckItem6.Hint = "Excel Dokument" + Me.PrintPreviewBarCheckItem6.Id = 46 + Me.PrintPreviewBarCheckItem6.Name = "PrintPreviewBarCheckItem6" + ' + 'PrintPreviewBarCheckItem7 + ' + Me.PrintPreviewBarCheckItem7.Caption = "Excel 2007 Dokument" + Me.PrintPreviewBarCheckItem7.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportXlsx + Me.PrintPreviewBarCheckItem7.Enabled = False + Me.PrintPreviewBarCheckItem7.GroupIndex = 2 + Me.PrintPreviewBarCheckItem7.Hint = "Excel 2007 Dokument" + Me.PrintPreviewBarCheckItem7.Id = 47 + Me.PrintPreviewBarCheckItem7.Name = "PrintPreviewBarCheckItem7" + ' + 'PrintPreviewBarCheckItem8 + ' + Me.PrintPreviewBarCheckItem8.Caption = "CSV Dokument" + Me.PrintPreviewBarCheckItem8.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportCsv + Me.PrintPreviewBarCheckItem8.Enabled = False + Me.PrintPreviewBarCheckItem8.GroupIndex = 2 + Me.PrintPreviewBarCheckItem8.Hint = "CSV Dokument" + Me.PrintPreviewBarCheckItem8.Id = 48 + Me.PrintPreviewBarCheckItem8.Name = "PrintPreviewBarCheckItem8" + ' + 'PrintPreviewBarCheckItem9 + ' + Me.PrintPreviewBarCheckItem9.Caption = "Text Dokument" + Me.PrintPreviewBarCheckItem9.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportTxt + Me.PrintPreviewBarCheckItem9.Enabled = False + Me.PrintPreviewBarCheckItem9.GroupIndex = 2 + Me.PrintPreviewBarCheckItem9.Hint = "Text Dokument" + Me.PrintPreviewBarCheckItem9.Id = 49 + Me.PrintPreviewBarCheckItem9.Name = "PrintPreviewBarCheckItem9" + ' + 'PrintPreviewBarCheckItem10 + ' + Me.PrintPreviewBarCheckItem10.Caption = "Graphisches Dokument" + Me.PrintPreviewBarCheckItem10.Command = DevExpress.XtraPrinting.PrintingSystemCommand.ExportGraphic + Me.PrintPreviewBarCheckItem10.Enabled = False + Me.PrintPreviewBarCheckItem10.GroupIndex = 2 + Me.PrintPreviewBarCheckItem10.Hint = "Graphisches Dokument" + Me.PrintPreviewBarCheckItem10.Id = 50 + Me.PrintPreviewBarCheckItem10.Name = "PrintPreviewBarCheckItem10" + ' + 'PrintPreviewBarCheckItem11 + ' + Me.PrintPreviewBarCheckItem11.BindableChecked = True + Me.PrintPreviewBarCheckItem11.Caption = "PDF Dokument" + Me.PrintPreviewBarCheckItem11.Checked = True + Me.PrintPreviewBarCheckItem11.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendPdf + Me.PrintPreviewBarCheckItem11.Enabled = False + Me.PrintPreviewBarCheckItem11.GroupIndex = 1 + Me.PrintPreviewBarCheckItem11.Hint = "PDF Dokument" + Me.PrintPreviewBarCheckItem11.Id = 51 + Me.PrintPreviewBarCheckItem11.Name = "PrintPreviewBarCheckItem11" + ' + 'PrintPreviewBarCheckItem12 + ' + Me.PrintPreviewBarCheckItem12.Caption = "MHT Dokument" + Me.PrintPreviewBarCheckItem12.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendMht + Me.PrintPreviewBarCheckItem12.Enabled = False + Me.PrintPreviewBarCheckItem12.GroupIndex = 1 + Me.PrintPreviewBarCheckItem12.Hint = "MHT Dokument" + Me.PrintPreviewBarCheckItem12.Id = 52 + Me.PrintPreviewBarCheckItem12.Name = "PrintPreviewBarCheckItem12" + ' + 'PrintPreviewBarCheckItem13 + ' + Me.PrintPreviewBarCheckItem13.Caption = "Rich Text Dokument" + Me.PrintPreviewBarCheckItem13.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendRtf + Me.PrintPreviewBarCheckItem13.Enabled = False + Me.PrintPreviewBarCheckItem13.GroupIndex = 1 + Me.PrintPreviewBarCheckItem13.Hint = "Rich Text Dokument" + Me.PrintPreviewBarCheckItem13.Id = 53 + Me.PrintPreviewBarCheckItem13.Name = "PrintPreviewBarCheckItem13" + ' + 'PrintPreviewBarCheckItem14 + ' + Me.PrintPreviewBarCheckItem14.Caption = "Word 2007 Dokument" + Me.PrintPreviewBarCheckItem14.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendDocx + Me.PrintPreviewBarCheckItem14.Enabled = False + Me.PrintPreviewBarCheckItem14.GroupIndex = 1 + Me.PrintPreviewBarCheckItem14.Hint = "Word 2007 Dokument" + Me.PrintPreviewBarCheckItem14.Id = 54 + Me.PrintPreviewBarCheckItem14.Name = "PrintPreviewBarCheckItem14" + ' + 'PrintPreviewBarCheckItem15 + ' + Me.PrintPreviewBarCheckItem15.Caption = "Excel Dokument" + Me.PrintPreviewBarCheckItem15.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXls + Me.PrintPreviewBarCheckItem15.Enabled = False + Me.PrintPreviewBarCheckItem15.GroupIndex = 1 + Me.PrintPreviewBarCheckItem15.Hint = "Excel Dokument" + Me.PrintPreviewBarCheckItem15.Id = 55 + Me.PrintPreviewBarCheckItem15.Name = "PrintPreviewBarCheckItem15" + ' + 'PrintPreviewBarCheckItem16 + ' + Me.PrintPreviewBarCheckItem16.Caption = "Excel 2007 Dokument" + Me.PrintPreviewBarCheckItem16.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendXlsx + Me.PrintPreviewBarCheckItem16.Enabled = False + Me.PrintPreviewBarCheckItem16.GroupIndex = 1 + Me.PrintPreviewBarCheckItem16.Hint = "Excel 2007 Dokument" + Me.PrintPreviewBarCheckItem16.Id = 56 + Me.PrintPreviewBarCheckItem16.Name = "PrintPreviewBarCheckItem16" + ' + 'PrintPreviewBarCheckItem17 + ' + Me.PrintPreviewBarCheckItem17.Caption = "CSV Dokument" + Me.PrintPreviewBarCheckItem17.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendCsv + Me.PrintPreviewBarCheckItem17.Enabled = False + Me.PrintPreviewBarCheckItem17.GroupIndex = 1 + Me.PrintPreviewBarCheckItem17.Hint = "CSV Dokument" + Me.PrintPreviewBarCheckItem17.Id = 57 + Me.PrintPreviewBarCheckItem17.Name = "PrintPreviewBarCheckItem17" + ' + 'PrintPreviewBarCheckItem18 + ' + Me.PrintPreviewBarCheckItem18.Caption = "Text Dokument" + Me.PrintPreviewBarCheckItem18.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendTxt + Me.PrintPreviewBarCheckItem18.Enabled = False + Me.PrintPreviewBarCheckItem18.GroupIndex = 1 + Me.PrintPreviewBarCheckItem18.Hint = "Text Dokument" + Me.PrintPreviewBarCheckItem18.Id = 58 + Me.PrintPreviewBarCheckItem18.Name = "PrintPreviewBarCheckItem18" + ' + 'PrintPreviewBarCheckItem19 + ' + Me.PrintPreviewBarCheckItem19.Caption = "Graphisches Dokument" + Me.PrintPreviewBarCheckItem19.Command = DevExpress.XtraPrinting.PrintingSystemCommand.SendGraphic + Me.PrintPreviewBarCheckItem19.Enabled = False + Me.PrintPreviewBarCheckItem19.GroupIndex = 1 + Me.PrintPreviewBarCheckItem19.Hint = "Graphisches Dokument" + Me.PrintPreviewBarCheckItem19.Id = 59 + Me.PrintPreviewBarCheckItem19.Name = "PrintPreviewBarCheckItem19" + ' + 'VWCUST_STAMPBindingSource + ' + Me.VWCUST_STAMPBindingSource.DataMember = "VWCUST_STAMP" + Me.VWCUST_STAMPBindingSource.DataSource = Me.MyDataset + ' + 'VWCUST_STAMPTableAdapter + ' + Me.VWCUST_STAMPTableAdapter.ClearBeforeFill = True + ' + 'Form1 + ' + Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font + Me.ClientSize = New System.Drawing.Size(1007, 827) + Me.Controls.Add(Me.XtraTabControl1) + Me.Controls.Add(Me.ToolStrip1) + Me.Controls.Add(Me.StatusStrip1) + Me.Controls.Add(Me.barDockControlLeft) + Me.Controls.Add(Me.barDockControlRight) + Me.Controls.Add(Me.barDockControlBottom) + Me.Controls.Add(Me.barDockControlTop) + Me.Name = "Form1" + Me.Text = "Report-Generator (beta) - AutoMode" + CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.VWCUST_RPTPM_UNIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.StatusStrip1.ResumeLayout(False) + Me.StatusStrip1.PerformLayout() + Me.ToolStrip1.ResumeLayout(False) + Me.ToolStrip1.PerformLayout() + CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() + Me.XtraTabControl1.ResumeLayout(False) + Me.XtraTabPage1.ResumeLayout(False) + Me.XtraTabPage2.ResumeLayout(False) + Me.XtraTabPage2.PerformLayout() + Me.XtraTabPage3.ResumeLayout(False) + CType(Me.VWCUST_RPTPM_UNIONDataGridView, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.VWCUST_RPTPM_INV_RPT_STAMPBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.RepositoryItemProgressBar1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.RepositoryItemZoomTrackBar1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.PrintPreviewRepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.VWCUST_STAMPBindingSource, System.ComponentModel.ISupportInitialize).EndInit() + Me.ResumeLayout(False) + Me.PerformLayout() + + End Sub + Friend WithEvents VWCUST_RPTPM_UNIONBindingSource As BindingSource + Friend WithEvents MyDataset As MyDataset + Friend WithEvents VWCUST_RPTPM_UNIONTableAdapter As MyDatasetTableAdapters.VWCUST_RPTPM_UNIONTableAdapter + Friend WithEvents TableAdapterManager As MyDatasetTableAdapters.TableAdapterManager + Friend WithEvents StatusStrip1 As StatusStrip + Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel + Friend WithEvents TimerMinute As Timer + Friend WithEvents ToolStrip1 As ToolStrip + Friend WithEvents ToolStripLabel1 As ToolStripLabel + Friend WithEvents txtDocID As ToolStripTextBox + Friend WithEvents ToolStripButton1 As ToolStripButton + Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl + Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents DocumentViewer1 As DevExpress.XtraPrinting.Preview.DocumentViewer + Friend WithEvents Label1 As Label + Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog + Friend WithEvents TextBox1 As TextBox + Friend WithEvents Label2 As Label + Friend WithEvents TextBox2 As TextBox + Friend WithEvents Label3 As Label + Friend WithEvents VWCUST_RPTPM_INV_RPT_STAMPBindingSource As BindingSource + Friend WithEvents VWCUST_RPTPM_INV_RPT_STAMPTableAdapter As MyDatasetTableAdapters.VWCUST_RPTPM_INV_RPT_STAMPTableAdapter + Friend WithEvents ToolStripButton2 As ToolStripButton + Friend WithEvents txtPDFTKRun As TextBox + Friend WithEvents Button1 As Button + Friend WithEvents ToolStripButton3 As ToolStripButton + Friend WithEvents TextBox3 As TextBox + Friend WithEvents ToolStripButton4 As ToolStripButton + Friend WithEvents ToolStripSeparator1 As ToolStripSeparator + Friend WithEvents ToolStripSeparator2 As ToolStripSeparator + Friend WithEvents DocumentViewerBarManager1 As DevExpress.XtraPrinting.Preview.DocumentViewerBarManager + Friend WithEvents bbiDocumentMap As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiParameters As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiThumbnails As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiFind As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiHighlightEditingFields As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiCustomize As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiOpen As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiSave As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiPrint As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiPrintDirect As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiPageSetup As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiEditPageHF As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiScale As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiHandTool As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiMagnifier As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiZoomOut As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiZoom As DevExpress.XtraPrinting.Preview.ZoomBarEditItem + Friend WithEvents PrintPreviewRepositoryItemComboBox1 As DevExpress.XtraPrinting.Preview.PrintPreviewRepositoryItemComboBox + Friend WithEvents bbiZoomIn As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiShowFirstPage As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiShowPrevPage As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiShowNextPage As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiShowLastPage As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiMultiplePages As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiFillBackground As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiWatermark As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiExportFile As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiSendFile As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents bbiClosePreview As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents PreviewBar2 As DevExpress.XtraPrinting.Preview.PreviewBar + Friend WithEvents PrintPreviewStaticItem1 As DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem + Friend WithEvents verticalSpaceItem As DevExpress.XtraBars.BarStaticItem + Friend WithEvents ProgressBarEditItem1 As DevExpress.XtraPrinting.Preview.ProgressBarEditItem + Friend WithEvents RepositoryItemProgressBar1 As DevExpress.XtraEditors.Repository.RepositoryItemProgressBar + Friend WithEvents PrintPreviewBarItem1 As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents PrintPreviewStaticItem2 As DevExpress.XtraPrinting.Preview.PrintPreviewStaticItem + Friend WithEvents ZoomTrackBarEditItem1 As DevExpress.XtraPrinting.Preview.ZoomTrackBarEditItem + Friend WithEvents RepositoryItemZoomTrackBar1 As DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar + Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl + Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl + Friend WithEvents miFile As DevExpress.XtraPrinting.Preview.PrintPreviewSubItem + Friend WithEvents miView As DevExpress.XtraPrinting.Preview.PrintPreviewSubItem + Friend WithEvents miPageLayout As DevExpress.XtraPrinting.Preview.PrintPreviewSubItem + Friend WithEvents miPageLayoutFacing As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents miPageLayoutContinuous As DevExpress.XtraPrinting.Preview.PrintPreviewBarItem + Friend WithEvents miToolbars As DevExpress.XtraBars.BarToolbarsListItem + Friend WithEvents miBackground As DevExpress.XtraPrinting.Preview.PrintPreviewSubItem + Friend WithEvents PrintPreviewBarCheckItem1 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem2 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem3 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem4 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem5 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem6 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem7 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem8 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem9 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem10 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem11 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem12 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem13 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem14 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem15 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem16 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem17 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem18 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents PrintPreviewBarCheckItem19 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem + Friend WithEvents XtraTabPage3 As DevExpress.XtraTab.XtraTabPage + Friend WithEvents VWCUST_RPTPM_UNIONDataGridView As DataGridView + Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn3 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn4 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn5 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn6 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn7 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn8 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn9 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn10 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn11 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn12 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn13 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn14 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn15 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn16 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn17 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn18 As DataGridViewTextBoxColumn + Friend WithEvents DataGridViewTextBoxColumn19 As DataGridViewTextBoxColumn + Friend WithEvents VWCUST_STAMPBindingSource As BindingSource + Friend WithEvents VWCUST_STAMPTableAdapter As MyDatasetTableAdapters.VWCUST_STAMPTableAdapter + Friend WithEvents ToolStripButton6 As ToolStripButton + Friend WithEvents ToolStripStatusLabel2 As ToolStripStatusLabel +End Class diff --git a/WISAG_PM_REPORT/Form1.resx b/WISAG_PM_REPORT/Form1.resx new file mode 100644 index 0000000..70f792e --- /dev/null +++ b/WISAG_PM_REPORT/Form1.resx @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + 127, 17 + + + 394, 17 + + + 656, 17 + + + 829, 17 + + + 946, 17 + + + 1067, 17 + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACrSURBVDhPY/j27dt/IH7/9evXhvfv3wswkApABgTM8Pm/ + /txa8gwCGWDRZQLGZBmEbABZBhEwgCDG6oXNmzf/j4yM/O/k5IQXww1AdjKID5L88P4jXoxiAEgjzK/4 + DGhubgFjEBtuAHog4TLg1s3bYHEQjWIAOsBlALLtIEyUAefPXwCzjx45CqZhthNtAAiDbAXxkW0nyQB0 + v5NsAC5M0ABiME4DiMff/gMA5YhPSShFYD4AAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALySURBVDhPpdLrT1tlHMBx/o/FzcXFZNGss6AY1AWRO8hl + 4DoupWuBduVYoEAZm5uIQCjIgDBuwizaAmEKymUhhDCzrUSuLdu4lAyYrhO8zKBRsxgIfj30ifLGxBc+ + ye/NSb6f55Lj97/X1OLP2Ee8tA+sU9t9j3JHD5ar5UhNRRgb8zA25XK2PgedNRtdlZ4zlZm09Ley+fg7 + fIDVsYr99p98fBNKe6DZVU3dZAUfTLxP5c1LlN24wKWxcxSPmDEPmkhsjqPCVoPjepcAzG3guL3rA0o6 + kQMLhm4N+q4MsrrUaO1pqG0qNJ2pGPqyULUl43TPcdnWIACpETneoX18F1PLjm/HvbVwf9M3TtfXDH7p + 8X3LvHaG+Po3cXtWaOvqEIC2epvW0T+oH94mw/rkH+DfVkaPmoiqcFxLHhptzQJIOP871s9/o6z3CbGW + LR9wcayYcyMFFAznYhqQMPYb0H+a5ZvgsmDmFpeoabksgBDjD7zj+IVC26+cMGz8JxBUEsT03QVKa8sE + EKT1YvrwJ7KvbOGfvo5lJI/8IQnpCznqy0TXq0Hdnc7pT1Qk2ZIJNAfylXuewveKBKBMW0Pb8D0q648c + TVjGPCxiw14sP9revVPsKSR3JhPXkYjSFMDErAt9oUEAzyV5SKrcIOrdTQ5HzoudPxOxuiddxLa3iO9I + IKo1luM5/jhnZsmQNAJ4JuYOERe9nCj2cuCNaRH3yvHese2nfceOaxdx2JVIFDlKbk3NkKpPE8DBiDlC + Sr7hNYuXp8Jm5Z3/vrMcf7Qfh8pxcEMoz0sKbk1Oc0qnEsChKBfK7FVelB7wdIybhKZ4omujeb0ihJeL + glCYlCgkJcfeVsjzAscMCpzTszJwSgCHY93U9W0yNCH/dfMbrDzYwLP+7f6sPWJ51cuSPIv3H7Ky5uX6 + +A1Oqk8KYNQ5RWXrVYpraskvL8V4IR9dkZ70XA0pxlQStUmEq8J5NfYVAkNfwj/4OM8GHOGsOVsG/Pz+ + AkjbVHdeA2eyAAAAAElFTkSuQmCC + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABdSURBVDhPtY5BCsAwCAT3bf7/L20uXhssBMSYoILCEAPu + KKSY+avwh6XkQ0QpXMH7jBBXwdrgERJEuArk1djwmum/wAvpmfQFJYEN6b5PYAdPfZ8gwlGQYRNUAIAJ + He+r3Wp/V0QAAAAASUVORK5CYII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD/SURBVDhPlZK7DcIwFEU9AiMwAgUFJUpNpGySNiyQgi4d + RSQmQIzABvRAwQApDMqvNFzLz3nYDihPulJk5x7nyBFd1ymkrutH27aJmDooJ/uNOl2OGvSBnJumWZjt + /4PSarfUcUAHKeUMz2PxAAGQxH4URV4mAQjylC9bRjxASKHv+3kIgHUL4MVfASDLtqosS32ABSB0jXjG + KW4IcLveVRzHqqoqfMVaQ/gQECXXmQPzPNdXbmrDjDnzMgXrpjYM3OAIV+6cpulXuSgK/wvgBDc4wtV1 + JhUTaW+CBkS48ZMoo858QA6VKdg3r4YHJ8AtVA46u2NuwP6+TnxnIcQbslEjsjqi7CwAAAAASUVORK5C + YII= + + + + + iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG + YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 + 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw + bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc + VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 + c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 + Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo + mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ + kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D + TgDQASA1MVpwzwAAAABJRU5ErkJggg== + + + + 17, 56 + + + 335, 56 + + + 647, 56 + + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFpEZXZFeHByZXNzLlV0aWxzLnYxOC4xLCBWZXJzaW9uPTE4LjEu + NS4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI4OGQxNzU0ZDcwMGU0OWEFAQAAAChE + ZXZFeHByZXNzLlV0aWxzLkltYWdlQ29sbGVjdGlvblN0cmVhbWVyAAAAAAIAAAAL + + + + 865, 56 + + + 1088, 56 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/Form1.vb b/WISAG_PM_REPORT/Form1.vb new file mode 100644 index 0000000..5da1996 --- /dev/null +++ b/WISAG_PM_REPORT/Form1.vb @@ -0,0 +1,612 @@ +Imports DigitalData.Modules.Logging +Imports DigitalData.Modules.Database +Imports System.IO +Imports System.ComponentModel +Imports GdPicture14 + +Public Class Form1 + Dim MyLogger As LogConfig + Dim Logger As Logger + Dim MySQLSDB As MSSQLServer + Dim MyFreigabebericht As String + Dim MyStempel As String + Dim MyOriginStamped As String + Dim MyEndResult As String + Dim DEBUG As Boolean = False + Dim GDPICTURE_LICENSE As String + + Private _licenseManager As New GdPicture14.LicenseManager() + + Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load + MyLogger = New LogConfig(LogConfig.PathType.CustomPath, Application.StartupPath & "\log", Nothing, "Digital Data", "WISAGErgReport") + Logger = MyLogger.GetLogger() + MySQLSDB = New MSSQLServer(MyLogger, My.Settings.CONF_SQLSERVER,) + If MySQLSDB.DBInitialized = False Then + MsgBox("Could not initialize database. Check the ConfigString My.Settings.CONF_SQLSERVER!", MsgBoxStyle.Critical) + Me.Close() + End If + Dim oSql = "Select * from TBDD_3RD_PARTY_MODULES" + Dim oDT As DataTable = MySQLSDB.GetDatatable(oSql) + For Each oROW As DataRow In oDT.Rows + If oROW.Item("NAME") = "GDPICTURE" Then + Try + GDPICTURE_LICENSE = oROW.Item("LICENSE") + _licenseManager.RegisterKEY(GDPICTURE_LICENSE) + Catch ex As Exception + Logger.Error(ex) + End Try + + End If + Next + Me.TimerMinute.Start() + txtDocID.Text = My.Settings.MyDocID + End Sub + Dim Run_Active As Boolean = False + Private Sub TimerMinute_Tick(sender As Object, e As EventArgs) Handles TimerMinute.Tick + Logger.Debug($"Tick---Hour: {My.Computer.Clock.LocalTime.Hour}") + If DEBUG = True Then Exit Sub + If Run_Active = True Then Exit Sub + If My.Computer.Clock.LocalTime.Hour > 6 And My.Computer.Clock.LocalTime.Hour < 23 Then + Try + Dim oDT As DataTable = MySQLSDB.GetDatatable(My.Settings.oSQLGetDocId) + If Not IsNothing(oDT) Then + If oDT.Rows.Count > 0 Then + Run_Active = True + For Each oRow As DataRow In oDT.Rows + Dim oSQL = $"select count(*) from VWCUST_RPTPM_INV_RPT_STAMP_CHECK WHERE docID = {oRow.Item(0).ToString}" + If MySQLSDB.GetScalarValue(oSQL) >= 1 Then + Create_Report(oRow.Item(0).ToString, 0) + Else + Logger.Info($"ATTENTION - No FinalFreigabe for DocID: {oRow.Item(0).ToString}") + End If + Next + End If + ToolStripStatusLabel1.Text = $"Last Run: {Now.ToString}" + Run_Active = False + End If + Catch ex As Exception + Run_Active = False + End Try + + Else + ToolStripStatusLabel1.Text = $"In Sleep Mode 19-06: {Now.ToString}" + End If + + + End Sub + Sub Create_Report(DocID As String, ReportOption As Integer) + MyFreigabebericht = "" + MyStempel = "" + MyOriginStamped = "" + Logger.Info($"Trying to create report for DocID: {DocID}...") + Dim errortext As String + Try + If DEBUG = True Then + DocumentViewer1.DocumentSource = Nothing + End If + + ' Me.MyDataset.VWCUST_RPTPM_UNION.Clear() + ' VWCUST_RPTPM_UNIONTableAdapter.Connection.ConnectionString = My.Settings.CONF_SQLSERVER + + + ' Me.VWCUST_RPTPM_UNIONTableAdapter.Fill(Me.MyDataset.VWCUST_RPTPM_UNION, DocID) + ' Logger.Debug($"---VWCUST_RPTPM_UNION.Rows.Count = [{MyDataset.VWCUST_RPTPM_UNION.Rows.Count}]!---") + ' If Me.MyDataset.VWCUST_RPTPM_UNION.Rows.Count = 0 Then + ' Logger.Debug($"no rows for UnionView VWCUST_RPTPM_UNION for DocID {DocID}") + ' Logger.Debug("My.Settings.CONF_SQLSERVER: " & My.Settings.CONF_SQLSERVER) + ' Dim oSQL = $"SELECT GroupTypeID, GroupType, DOC_ID, KreditorNummer, KreditorName_Lang, KreditorName, RechnungNr, Referenz, Nettobetrag, Bruttobetrag, Zahlungsziel, Mandant, [Mandant Name], Kostenstelle, [Erhalten wann], Belegdatum, + ' FG_Email, FG_Freigabe, FG_Wann, WHO, [WHEN], DELEGATION + 'FROM VWCUST_RPTPM_UNION + 'WHERE (DOC_ID = {DocID}) AND (LEN(RechnungNr) > 0)" + ' Dim oCHECKDT As DataTable = MySQLSDB.GetDatatable(oSQL) + ' Dim oMsg + ' If oCHECKDT.Rows.Count <> 0 Then + ' Logger.Debug("Now trying to add rows from regular select row by row...") + ' Try + ' For Each oRow As DataRow In oCHECKDT.Rows + ' MyDataset.VWCUST_RPTPM_UNION.ImportRow(oRow) + ' Next + ' MyDataset.VWCUST_RPTPM_UNION.AcceptChanges() + ' Logger.Debug($"Added {MyDataset.VWCUST_RPTPM_UNION.Rows.Count} rows!!") + ' Catch ex As Exception + ' Logger.Debug($"Ups: Unexpected error in Adding rows row by row: {ex.Message}") + ' Logger.Warn($"Unexpected error in Adding rows row by row: {ex.Message}") + ' End Try + + ' If Me.MyDataset.VWCUST_RPTPM_UNION.Rows.Count <> 0 Then + ' oMsg = $"...BUT REGULAR SELECT [{oSQL}] returned {oCHECKDT.Rows.Count} rows!!!!" + ' Logger.Warn(oMsg) + ' End If + ' Else + ' Logger.Warn($"no rows for UnionView VWCUST_RPTPM_UNION for DocID {DocID}") + ' Logger.Debug("My.Settings.CONF_SQLSERVER: " & My.Settings.CONF_SQLSERVER) + ' End If + ' If DEBUG = True And Me.MyDataset.VWCUST_RPTPM_UNION.Rows.Count = 0 Then + ' If oCHECKDT.Rows.Count <> 0 Then + ' MsgBox($"No rows for UnionView VWCUST_RPTPM_UNION for DocID {DocID}! " & vbNewLine & oMsg) + ' Else + ' MsgBox($"No rows for UnionView VWCUST_RPTPM_UNION for DocID {DocID}") + ' End If + ' Exit Sub + ' End If + 'End If + Catch ex As Exception + If DEBUG = True Then + MsgBox(ex.Message, MsgBoxStyle.Critical, "Error in 1:") + End If + Logger.Error(ex) + Exit Sub + End Try + Try + Dim report As New XtraReport2() + report.ReportPrintOptions.PrintOnEmptyDataSource = False + report.FilterString = "DocID = " + DocID + 'report.ObjectDataSource1.Parameters(0).Value = Convert.ToInt64(TextBox1.Text) + report.CreateDocument(False) + If DEBUG = True Then + DocumentViewer1.DocumentSource = report + End If + + Dim oMyErgebnisbericht As String = Path.Combine(My.Settings.CONCAT_TEMPFolder, DocID & "_ERPT.pdf") + If File.Exists(oMyErgebnisbericht) Then + Try + File.Delete(oMyErgebnisbericht) + Catch ex As Exception + If DEBUG = True Then + MsgBox($"Could not delete existing Reportfile: {oMyErgebnisbericht}", MsgBoxStyle.Critical) + End If + Exit Sub + End Try + End If + report.ExportToPdf(oMyErgebnisbericht) + + If File.Exists(oMyErgebnisbericht) Then + If ReportOption = 1 Then + Exit Sub + End If + MyFreigabebericht = oMyErgebnisbericht + Dim oOriginFile As String + Dim osql = $"select dbo.FNDD_GET_WINDREAM_FILE_PATH ({DocID},1)" + oOriginFile = MySQLSDB.GetScalarValue(osql) + If File.Exists(oOriginFile) = False Then + Logger.Warn($"File {oOriginFile} is not existing. Check the pathconfiguration!") + Exit Sub + End If + + If Not IsNothing(oOriginFile) Then + If File.Exists(My.Settings.Path2PDFTK) Then + + If Create_MyStempel(DEBUG, DocID) = True Then + 'Jetzt Stempeln des OriginakBeleges mit dem Stamp-Report + Dim oStampedResult = CreateStampedPDF(oOriginFile, DocID) + + If oStampedResult <> "" Then + If Concat_Files(DocID, oOriginFile) = True Then + If DEBUG Then + MsgBox($"The ResultReport has been created: {MyEndResult}", MsgBoxStyle.Information) + End If + If DEBUG = False Then + Dim oInsert = $"INSERT INTO TBCUST_PM_RPT_CREATED (DocID) VALUES ({Convert.ToInt64(DocID)})" + MySQLSDB.ExecuteNonQuery(oInsert) + End If + Logger.Info($"Concatted file [{oStampedResult}] created!") + + End If + End If + End If + End If + Else + Logger.Warn("OriginFile is nothing!!") + If DEBUG Then + MsgBox("OriginFile is nothing", MsgBoxStyle.Critical) + End If + End If + + + + + End If + + Catch ex As Exception + errortext = "ex.message: " & ex.Message & vbNewLine & "ex.StackTrace: " & ex.StackTrace.ToString & vbNewLine & "ex.InnerException: " & ex.InnerException.Message + If DEBUG = True Then + MsgBox(errortext, MsgBoxStyle.Critical, "Error in 2:") + Clipboard.SetText(errortext) + End If + Logger.Error(ex) + End Try + End Sub + Private Function Create_MyStempel(istest As Boolean, DocID As String) + MyStempel = "" + Logger.Info($"Trying to create Stampreport for DocID: {DocID}...") + Dim errortext As String + Try + If istest = True Then + DocumentViewer1.DocumentSource = Nothing + End If + + + Catch ex As Exception + If istest = True Then + MsgBox(ex.Message, MsgBoxStyle.Critical, "Error in 1:") + End If + Logger.Error(ex) + Return False + End Try + Try + Dim myReport As New RptStampIcon() + myReport.ReportPrintOptions.PrintOnEmptyDataSource = False + myReport.FilterString = "DocID = " + DocID + 'report.ObjectDataSource1.Parameters(0).Value = Convert.ToInt64(TextBox1.Text) + myReport.CreateDocument(False) + If istest = True Then + DocumentViewer1.DocumentSource = myReport + End If + + Dim oTempStempel As String = Path.Combine(My.Settings.CONCAT_TEMPFolder, DocID & "_Stamp.jpg") + If File.Exists(oTempStempel) Then + Try + File.Delete(oTempStempel) + Catch ex As Exception + If istest = True Then + MsgBox($"Could not delete existing Reportfile: {oTempStempel}", MsgBoxStyle.Critical) + End If + Return False + End Try + End If + 'myReport.ExportToPdf(oTempStempel) + Dim oExportOptions As New DevExpress.XtraPrinting.ImageExportOptions + oExportOptions.Resolution = 400 + oExportOptions.Format = Imaging.ImageFormat.Jpeg + oExportOptions.ExportMode = DevExpress.XtraPrinting.ImageExportMode.SingleFile + myReport.ExportToImage(oTempStempel, oExportOptions) + + + If File.Exists(oTempStempel) Then + MyStempel = oTempStempel + Logger.Info($"Stampreport created for DocID: {DocID}!") + If istest = True Then + MsgBox($"Stampreport [{oTempStempel}] created for DocID [{DocID}]!", MsgBoxStyle.Information) + End If + Return True + Else + MyStempel = "" + Return False + End If + + Catch ex As Exception + errortext = "ex.message: " & ex.Message & vbNewLine & "ex.StackTrace: " & ex.StackTrace.ToString & vbNewLine & "ex.InnerException: " & ex.InnerException.Message + If istest = True Then + MsgBox(errortext, MsgBoxStyle.Critical, "Error in Create_StampReport:") + Clipboard.SetText(errortext) + End If + Logger.Error(ex) + Return False + End Try + End Function + Private Function CreateStampedPDF(oOriginFile As String, DocID As Integer) + Try + Logger.Info($"Trying to create stamp on OriginWMFile for DocID: {DocID}...") + Logger.Debug($"Now in CreateStampedPDF") + Dim myProcess As New Process + Dim ProcID + myProcess.StartInfo.FileName = My.Settings.Path2PDFTK + myProcess.StartInfo.CreateNoWindow = False + + 'Dim oOutputFile As String + 'oOutputFile = Path.GetFileNameWithoutExtension(oOriginFile) & My.Settings.Concatted_File_Suffix + 'oOutputFile = Path.Combine(My.Settings.CONCAT_TEMPFolder, oOutputFile + "_BG.pdf") + + Dim oStampedOriginWithPicture As String + oStampedOriginWithPicture = Path.GetFileNameWithoutExtension(oOriginFile) & My.Settings.Concatted_File_Suffix + oStampedOriginWithPicture = Path.Combine(My.Settings.CONCAT_TEMPFolder, oStampedOriginWithPicture + "_StampedOriginal.pdf") + + + 'Using oBackPDF As New GdPicturePDF + ' If oBackPDF.LoadFromFile(oOriginFile, False) = GdPictureStatus.OK Then + ' Using oOverlayPDF As New GdPicturePDF + ' If oOverlayPDF.LoadFromFile(MyStempel, False) = GdPictureStatus.OK Then + ' oBackPDF.DrawPage(oOverlayPDF, 1, 0, 0, oBackPDF.GetPageWidth, oBackPDF.GetPageHeight) + ' oBackPDF.SaveToFile(oOutputFile1, True) + ' End If + ' End Using + ' End If + 'End Using + Dim oGdPicturePDF As New GdPicturePDF() + Dim oGdPictureImaging As New GdPictureImaging() + 'Creating a new empty PDF document. + If oGdPicturePDF.LoadFromFile(oOriginFile, False) = GdPictureStatus.OK Then + Dim oYDistance = oGdPicturePDF.GetPageHeight + 'Just to remind you that units are set to points and the origin is set to bottom left by default. + 'Loading an image from a file. + Dim imageID As Integer = oGdPictureImaging.CreateGdPictureImageFromFile(MyStempel) + If oGdPictureImaging.GetStat() = GdPictureStatus.OK Then + 'Adding an image as a resource into the PDF document - we decided not to draw the image in this moment. + Dim imageResName As String = oGdPicturePDF.AddImageFromGdPictureImage(imageID, False, False) + + If System.IO.File.Exists(oStampedOriginWithPicture) Then + System.IO.File.Delete(oStampedOriginWithPicture) + End If + Dim oStempelHEight = oGdPictureImaging.GetHeight(imageID) / 5 + oYDistance = (oYDistance - oStempelHEight) - 10 + 'Drawing the image resource onto the current page and saving the PDF document. + If (oGdPicturePDF.GetStat() <> GdPictureStatus.OK) OrElse + (oGdPicturePDF.DrawImage(imageResName, My.Settings.XDistance, oYDistance, oGdPictureImaging.GetWidth(imageID) / 5, oGdPictureImaging.GetHeight(imageID) / 5) <> GdPictureStatus.OK) OrElse + (oGdPicturePDF.SaveToFile(oStampedOriginWithPicture) <> GdPictureStatus.OK) Then + Logger.Warn("The example has NOT been followed successfully. Error: " + oGdPicturePDF.GetStat().ToString()) + 'MessageBox.Show("The example has NOT been followed successfully. Error: " + oGdPicturePDF.GetStat().ToString(), "Adding an image Example", MessageBoxButtons.OK, MessageBoxIcon.Error) + Return "" + End If + 'Releasing the image. + oGdPictureImaging.ReleaseGdPictureImage(imageID) + + + Else + Logger.Warn("The image can't be loaded. Error: " + oGdPictureImaging.GetStat().ToString()) + Return "" + 'MessageBox.Show("The image can't be loaded. Error: " + oGdPictureImaging.GetStat().ToString(), "Adding an image Example", MessageBoxButtons.OK, MessageBoxIcon.Error) + End If + oGdPicturePDF.CloseDocument() + Else + Logger.Warn("The new PDF document can't be created. Error: " + oGdPicturePDF.GetStat().ToString()) + 'MessageBox.Show("The new PDF document can't be created. Error: " + oGdPicturePDF.GetStat().ToString(), "Adding an image Example", MessageBoxButtons.OK, MessageBoxIcon.Error) + Return "" + End If + oGdPictureImaging.Dispose() + oGdPicturePDF.Dispose() + + + + '###### OLD VERSION WITH PDF TK + + 'Dim _argument As String = """" & oOriginFile & """" & " background " & """" & MyStempel & """" _ + ' & " output " & """" & oOutputFile & """" + + 'myProcess.StartInfo.Arguments = _argument + 'Logger.Debug("Arguments: " & _argument) + 'myProcess.Start() + 'ProcID = myProcess.Id + + 'Dim p As Process + 'p = Process.GetProcessById(ProcID) + + Dim sw As Stopwatch = New Stopwatch() + 'sw.Start() + + 'Do While p.HasExited = False + + ' If sw.Elapsed.TotalSeconds = 30 Then + ' Logger.Info("Still waiting (30 sec) for ending of process-id: " & ProcID.ToString) + ' ElseIf sw.Elapsed.TotalMinutes = 1 Then + ' Logger.Info("Still waiting (60 sec) for ending of process-id: " & ProcID.ToString & " - Exit now") + ' Exit Do + ' End If + 'Loop + Dim oSuccess As Boolean = True + 'Logger.Debug("...process has exited: ") + 'sw.Stop() + sw.Start() + Logger.Debug("Waiting for file: " & oStampedOriginWithPicture) + + Do While File.Exists(oStampedOriginWithPicture) = False + If sw.Elapsed.TotalSeconds = 30 Then + Logger.Info("ATTENTION: Still waiting (30 sec) for file: " & oStampedOriginWithPicture) + ElseIf sw.Elapsed.TotalMinutes = 1 Then + Logger.Info("ATTENTION: Still waiting (60 sec) for file: " & oStampedOriginWithPicture) + oSuccess = False + Exit Do + End If + + Loop + sw.Stop() + Try + File.Delete(MyStempel) + Logger.Debug($"Deleted StempelFile [{MyStempel}]!") + Catch ex As Exception + Logger.Warn($"Could not delete reportfile after creating concatted file: {ex.Message}") + End Try + If oSuccess = True Then + MyOriginStamped = oStampedOriginWithPicture + Return oStampedOriginWithPicture + Else + MyOriginStamped = "" + Return "" + End If + + + Catch ex As Exception + Logger.Error(ex) '("Unexpected error: " & ex.Message, "clsProfil.Profil_Durchlauf(Concat Files to one pdf)") + Return "" + End Try + + End Function + Private Sub ToolStripButton1_Click(sender As Object, e As EventArgs) Handles ToolStripButton1.Click + My.Settings.Save() + If txtDocID.Text = "" Then Exit Sub + DEBUG = True + MyLogger.Debug = True + Create_Report(txtDocID.Text, 0) + End Sub + + Private Function Concat_Files(DocID As String, oOriginFile As String) + Dim oConcatSuccessfull As Boolean = True + Try + + Dim oFile2Concat As String = Path.GetFileNameWithoutExtension(oOriginFile) & My.Settings.Concatted_File_Suffix + oFile2Concat = Path.Combine(My.Settings.Path_ConcattedFile, oFile2Concat + ".pdf") + If File.Exists(My.Settings.Path2PDFTK) Then + If File.Exists(oFile2Concat) Then + Try + File.Delete(oFile2Concat) + Catch ex As Exception + Logger.Warn($"Could not delete ConcattedFile {oFile2Concat}: {ex.Message}") + Return False + End Try + + End If + Try + Dim myProcess As New Process + Dim ProcID + myProcess.StartInfo.FileName = My.Settings.Path2PDFTK + myProcess.StartInfo.CreateNoWindow = False + + Dim _argument As String = """" & MyOriginStamped & """" & " " & """" & MyFreigabebericht & """" + + myProcess.StartInfo.Arguments = _argument & " cat output " & oFile2Concat + Logger.Debug("Arguments: " & _argument & " cat output " & oFile2Concat) + myProcess.Start() + ProcID = myProcess.Id + + Dim p As Process + p = Process.GetProcessById(ProcID) + + Dim sw As Stopwatch = New Stopwatch() + sw.Start() + + Do While p.HasExited = False + + If sw.Elapsed.TotalSeconds = 30 Then + Logger.Info("Still waiting (30 sec) for ending of process-id: " & ProcID.ToString) + ElseIf sw.Elapsed.TotalMinutes = 1 Then + Logger.Info("Still waiting (60 sec) for ending of process-id: " & ProcID.ToString & " - Exit now") + Exit Do + End If + Loop + Logger.Debug("...process has exited: ") + sw.Stop() + Logger.Debug("Waiting for file: " & oFile2Concat) + sw.Start() + Do While File.Exists(oFile2Concat) = False + If sw.Elapsed.TotalSeconds = 30 Then + Logger.Info("ATTENTION: Still waiting (30 sec) for file: " & oFile2Concat) + ElseIf sw.Elapsed.TotalMinutes = 1 Then + Logger.Info("ATTENTION: Still waiting (60 sec) for file: " & oFile2Concat) + oConcatSuccessfull = False + Exit Do + End If + + Loop + sw.Stop() + If oConcatSuccessfull = True Then + MyEndResult = oFile2Concat + End If + Try + File.Delete(MyOriginStamped) + Logger.Debug($"Deleted file [{MyOriginStamped}]!") + File.Delete(MyFreigabebericht) + Logger.Debug($"Deleted file [{MyFreigabebericht}]!") + Catch ex As Exception + Logger.Warn($"Could not delete reportfile after creating concatted file: {ex.Message}") + End Try + Return oConcatSuccessfull + + Catch ex As Exception + Logger.Error(ex) '("Unexpected error: " & ex.Message, "clsProfil.Profil_Durchlauf(Concat Files to one pdf)") + Return False + End Try + + + Else + Logger.Warn("pdftk is not existing") + Return False + End If + Catch ex As Exception + + End Try + End Function + + Private Sub ToolStripButton2_Click(sender As Object, e As EventArgs) Handles ToolStripButton2.Click + If txtDocID.Text = "" Then Exit Sub + My.Settings.Save() + Create_MyStempel(True, txtDocID.Text) + End Sub + + Private Sub Form1_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing + My.Settings.Save() + End Sub + + Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click + Dim myProcess As New Process + Dim ProcID + myProcess.StartInfo.FileName = My.Settings.Path2PDFTK + myProcess.StartInfo.CreateNoWindow = True + + Dim _argument As String = txtPDFTKRun.Text + + myProcess.StartInfo.Arguments = _argument + Logger.Debug("Arguments: " & _argument) + myProcess.Start() + ProcID = myProcess.Id + + Dim p As Process + p = Process.GetProcessById(ProcID) + + Dim sw As Stopwatch = New Stopwatch() + sw.Start() + + Do While p.HasExited = False + + If sw.Elapsed.TotalSeconds = 30 Then + Logger.Info("Still waiting (30 sec) for ending of process-id: " & ProcID.ToString) + ElseIf sw.Elapsed.TotalMinutes = 1 Then + Logger.Info("Still waiting (60 sec) for ending of process-id: " & ProcID.ToString & " - Exit now") + Exit Do + End If + Loop + Logger.Debug("...process has exited: ") + sw.Stop() + + End Sub + + Private Sub ToolStripButton3_Click(sender As Object, e As EventArgs) Handles ToolStripButton3.Click + + If ToolStripButton3.CheckState = CheckState.Checked Then + DEBUG = True + ToolStripButton3.BackColor = Color.Yellow + MyLogger.Debug = True + Me.Text = "Report-Generator (beta) in DebugMode - all Automatic stopped" + + Else + DEBUG = False + MyLogger.Debug = False + ToolStripButton3.BackColor = Color.WhiteSmoke + Me.Text = "Report-Generator (beta) - AutoMode" + End If + If My.Settings.CONF_SQLSERVER.Contains("_TEST") Then + Me.Text &= " - TESTSystem" + End If + My.Settings.Save() + End Sub + + Private Sub ToolStripButton4_Click(sender As Object, e As EventArgs) Handles ToolStripButton4.Click + If txtDocID.Text = "" Then Exit Sub + My.Settings.Save() + DEBUG = True + MyLogger.Debug = True + Create_Report(txtDocID.Text, 1) + End Sub + + Private Sub ToolStripButton5_Click(sender As Object, e As EventArgs) + Dim report As New RpStampTable() + report.ReportPrintOptions.PrintOnEmptyDataSource = False + report.FilterString = "DocID = " + txtDocID.Text + 'report.DocID.Value = txtDocID.Text + 'report.ObjectDataSource1.Parameters(0).Value = Convert.ToInt64(TextBox1.Text) + report.CreateDocument(False) + If DEBUG = True Then + DocumentViewer1.DocumentSource = report + End If + End Sub + + Private Sub ToolStripButton6_Click(sender As Object, e As EventArgs) Handles ToolStripButton6.Click + Dim report As New RptStampIcon() + report.ReportPrintOptions.PrintOnEmptyDataSource = False + report.FilterString = "DocID = " + txtDocID.Text + 'report.DocID.Value = txtDocID.Text + 'report.ObjectDataSource1.Parameters(0).Value = Convert.ToInt64(TextBox1.Text) + report.CreateDocument(False) + If DEBUG = True Then + DocumentViewer1.DocumentSource = report + End If + End Sub +End Class diff --git a/WISAG_PM_REPORT/My Project/Application.Designer.vb b/WISAG_PM_REPORT/My Project/Application.Designer.vb new file mode 100644 index 0000000..616998d --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Application.Designer.vb @@ -0,0 +1,38 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + 'NOTE: This file is auto-generated; do not modify it directly. To make changes, + ' or if you encounter build errors in this file, go to the Project Designer + ' (go to Project Properties or double-click the My Project node in + ' Solution Explorer), and make changes on the Application tab. + ' + Partial Friend Class MyApplication + + _ + Public Sub New() + MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows) + Me.IsSingleInstance = false + Me.EnableVisualStyles = true + Me.SaveMySettingsOnExit = true + Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses + End Sub + + _ + Protected Overrides Sub OnCreateMainForm() + Me.MainForm = Global.WISAG_PM_REPORT.Form1 + End Sub + End Class +End Namespace diff --git a/WISAG_PM_REPORT/My Project/Application.myapp b/WISAG_PM_REPORT/My Project/Application.myapp new file mode 100644 index 0000000..1243847 --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Application.myapp @@ -0,0 +1,11 @@ + + + true + Form1 + false + 0 + true + 0 + 0 + true + diff --git a/WISAG_PM_REPORT/My Project/AssemblyInfo.vb b/WISAG_PM_REPORT/My Project/AssemblyInfo.vb new file mode 100644 index 0000000..080c156 --- /dev/null +++ b/WISAG_PM_REPORT/My Project/AssemblyInfo.vb @@ -0,0 +1,35 @@ +Imports System +Imports System.Reflection +Imports System.Runtime.InteropServices + +' Allgemeine Informationen über eine Assembly werden über die folgenden +' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, +' die einer Assembly zugeordnet sind. + +' Werte der Assemblyattribute überprüfen + + + + + + + + + + +'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird. + + +' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: +' +' Hauptversion +' Nebenversion +' Buildnummer +' Revision +' +' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, +' übernehmen, indem Sie "*" eingeben: +' + + + diff --git a/WISAG_PM_REPORT/My Project/Resources.Designer.vb b/WISAG_PM_REPORT/My Project/Resources.Designer.vb new file mode 100644 index 0000000..80ce796 --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Resources.Designer.vb @@ -0,0 +1,62 @@ +'------------------------------------------------------------------------------ +' +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 +' +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My.Resources + + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. + ''' + ''' A strongly-typed resource class, for looking up localized strings, etc. + ''' + _ + Friend Module Resources + + Private resourceMan As Global.System.Resources.ResourceManager + + Private resourceCulture As Global.System.Globalization.CultureInfo + + ''' + ''' Returns the cached ResourceManager instance used by this class. + ''' + _ + Friend 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("WISAG_PM_REPORT.Resources", GetType(Resources).Assembly) + resourceMan = temp + End If + Return resourceMan + End Get + End Property + + ''' + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. + ''' + _ + Friend Property Culture() As Global.System.Globalization.CultureInfo + Get + Return resourceCulture + End Get + Set(ByVal value As Global.System.Globalization.CultureInfo) + resourceCulture = value + End Set + End Property + End Module +End Namespace diff --git a/WISAG_PM_REPORT/My Project/Resources.resx b/WISAG_PM_REPORT/My Project/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/My Project/Settings.Designer.vb b/WISAG_PM_REPORT/My Project/Settings.Designer.vb new file mode 100644 index 0000000..a1875f1 --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Settings.Designer.vb @@ -0,0 +1,184 @@ +'------------------------------------------------------------------------------ +' +' 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. +' +'------------------------------------------------------------------------------ + +Option Strict On +Option Explicit On + + +Namespace My + + _ + Partial Friend NotInheritable Class MySettings + Inherits Global.System.Configuration.ApplicationSettingsBase + + Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings) + +#Region "Automatische My.Settings-Speicherfunktion" +#If _MyType = "WindowsForms" Then + Private Shared addedHandler As Boolean + + Private Shared addedHandlerLockObject As New Object + + _ + Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs) + If My.Application.SaveMySettingsOnExit Then + My.Settings.Save() + End If + End Sub +#End If +#End Region + + Public Shared ReadOnly Property [Default]() As MySettings + Get + +#If _MyType = "WindowsForms" Then + If Not addedHandler Then + SyncLock addedHandlerLockObject + If Not addedHandler Then + AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings + addedHandler = True + End If + End SyncLock + End If +#End If + Return defaultInstance + End Get + End Property + + _ + Public Property MyDocID() As String + Get + Return CType(Me("MyDocID"),String) + End Get + Set + Me("MyDocID") = value + End Set + End Property + + _ + Public ReadOnly Property MySSConnectionString() As String + Get + Return CType(Me("MySSConnectionString"),String) + End Get + End Property + + _ + Public ReadOnly Property CONF_SQLSERVER() As String + Get + Return CType(Me("CONF_SQLSERVER"),String) + End Get + End Property + + _ + Public ReadOnly Property CONCAT_TEMPFolder() As String + Get + Return CType(Me("CONCAT_TEMPFolder"),String) + End Get + End Property + + _ + Public ReadOnly Property oSQLGetDocId() As String + Get + Return CType(Me("oSQLGetDocId"),String) + End Get + End Property + + _ + Public ReadOnly Property Path2PDFTK() As String + Get + Return CType(Me("Path2PDFTK"),String) + End Get + End Property + + _ + Public ReadOnly Property Concatted_File_Suffix() As String + Get + Return CType(Me("Concatted_File_Suffix"),String) + End Get + End Property + + _ + Public ReadOnly Property Path_ConcattedFile() As String + Get + Return CType(Me("Path_ConcattedFile"),String) + End Get + End Property + + _ + Public Property PDFTK_TEST() As String + Get + Return CType(Me("PDFTK_TEST"),String) + End Get + Set + Me("PDFTK_TEST") = value + End Set + End Property + + _ + Public ReadOnly Property XDistance() As Integer + Get + Return CType(Me("XDistance"),Integer) + End Get + End Property + + _ + Public ReadOnly Property YDistance() As Integer + Get + Return CType(Me("YDistance"),Integer) + End Get + End Property + End Class +End Namespace + +Namespace My + + _ + Friend Module MySettingsProperty + + _ + Friend ReadOnly Property Settings() As Global.WISAG_PM_REPORT.My.MySettings + Get + Return Global.WISAG_PM_REPORT.My.MySettings.Default + End Get + End Property + End Module +End Namespace diff --git a/WISAG_PM_REPORT/My Project/Settings.settings b/WISAG_PM_REPORT/My Project/Settings.settings new file mode 100644 index 0000000..7dfd0bc --- /dev/null +++ b/WISAG_PM_REPORT/My Project/Settings.settings @@ -0,0 +1,44 @@ + + + + + + + + + <?xml version="1.0" encoding="utf-16"?> +<SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <ConnectionString>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString> + <ProviderName>System.Data.SqlClient</ProviderName> +</SerializableConnectionString> + Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd + + + Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd + + + \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\schreiberm\Desktop\GDP\TEMP + + + select DISTINCT DOC_ID from VWCUST_RPTPM_UNION WHERE DOC_ID NOT IN (SELECT DocID FROM TBCUST_PM_RPT_CREATED) + + + T:\Software\Anwendungen - Portable\Grafik-Programme\PDFTKCommand\pdftk.exe + + + _CC + + + \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\schreiberm\Desktop\GDP + + + + + + 380 + + + 720 + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/My Project/licenses.licx b/WISAG_PM_REPORT/My Project/licenses.licx new file mode 100644 index 0000000..7a41ac2 --- /dev/null +++ b/WISAG_PM_REPORT/My Project/licenses.licx @@ -0,0 +1,3 @@ +DevExpress.XtraReports.UI.XtraReport, DevExpress.XtraReports.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraEditors.Repository.RepositoryItemProgressBar, DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a +DevExpress.XtraPrinting.Preview.DocumentViewer, DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a diff --git a/WISAG_PM_REPORT/MyDataset.Designer.vb b/WISAG_PM_REPORT/MyDataset.Designer.vb new file mode 100644 index 0000000..f85e864 --- /dev/null +++ b/WISAG_PM_REPORT/MyDataset.Designer.vb @@ -0,0 +1,4780 @@ +'------------------------------------------------------------------------------ +' +' 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. +' +'------------------------------------------------------------------------------ + +Option Strict Off +Option Explicit On + + + +''' +'''Represents a strongly typed in-memory cache of data. +''' + _ +Partial Public Class MyDataset + Inherits Global.System.Data.DataSet + + Private tableVWCUST_RPTPM_UNION As VWCUST_RPTPM_UNIONDataTable + + Private tableVWCUST_RPTPM_UNION1 As VWCUST_RPTPM_UNION1DataTable + + Private tableVWCUST_RPTPM_INV_RPT_STAMP As VWCUST_RPTPM_INV_RPT_STAMPDataTable + + Private tableVWCUST_STAMP As VWCUST_STAMPDataTable + + Private tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable + + Private _schemaSerializationMode As Global.System.Data.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema + + _ + Public Sub New() + MyBase.New + Me.BeginInit + Me.InitClass + Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler + AddHandler MyBase.Relations.CollectionChanged, schemaChangedHandler + Me.EndInit + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context, false) + If (Me.IsBinarySerialized(info, context) = true) Then + Me.InitVars(false) + Dim schemaChangedHandler1 As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler Me.Tables.CollectionChanged, schemaChangedHandler1 + AddHandler Me.Relations.CollectionChanged, schemaChangedHandler1 + Return + End If + Dim strSchema As String = CType(info.GetValue("XmlSchema", GetType(String)),String) + If (Me.DetermineSchemaSerializationMode(info, context) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then + Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() + ds.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) + If (Not (ds.Tables("VWCUST_RPTPM_UNION")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_UNIONDataTable(ds.Tables("VWCUST_RPTPM_UNION"))) + End If + If (Not (ds.Tables("VWCUST_RPTPM_UNION1")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_UNION1DataTable(ds.Tables("VWCUST_RPTPM_UNION1"))) + End If + If (Not (ds.Tables("VWCUST_RPTPM_INV_RPT_STAMP")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_INV_RPT_STAMPDataTable(ds.Tables("VWCUST_RPTPM_INV_RPT_STAMP"))) + End If + If (Not (ds.Tables("VWCUST_STAMP")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_STAMPDataTable(ds.Tables("VWCUST_STAMP"))) + End If + If (Not (ds.Tables("FNCUST_PM_GET_RPT_STAMP_FOR_DocID")) Is Nothing) Then + MyBase.Tables.Add(New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable(ds.Tables("FNCUST_PM_GET_RPT_STAMP_FOR_DocID"))) + End If + Me.DataSetName = ds.DataSetName + Me.Prefix = ds.Prefix + Me.Namespace = ds.Namespace + Me.Locale = ds.Locale + Me.CaseSensitive = ds.CaseSensitive + Me.EnforceConstraints = ds.EnforceConstraints + Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) + Me.InitVars + Else + Me.ReadXmlSchema(New Global.System.Xml.XmlTextReader(New Global.System.IO.StringReader(strSchema))) + End If + Me.GetSerializationData(info, context) + Dim schemaChangedHandler As Global.System.ComponentModel.CollectionChangeEventHandler = AddressOf Me.SchemaChanged + AddHandler MyBase.Tables.CollectionChanged, schemaChangedHandler + AddHandler Me.Relations.CollectionChanged, schemaChangedHandler + End Sub + + _ + Public ReadOnly Property VWCUST_RPTPM_UNION() As VWCUST_RPTPM_UNIONDataTable + Get + Return Me.tableVWCUST_RPTPM_UNION + End Get + End Property + + _ + Public ReadOnly Property VWCUST_RPTPM_UNION1() As VWCUST_RPTPM_UNION1DataTable + Get + Return Me.tableVWCUST_RPTPM_UNION1 + End Get + End Property + + _ + Public ReadOnly Property VWCUST_RPTPM_INV_RPT_STAMP() As VWCUST_RPTPM_INV_RPT_STAMPDataTable + Get + Return Me.tableVWCUST_RPTPM_INV_RPT_STAMP + End Get + End Property + + _ + Public ReadOnly Property VWCUST_STAMP() As VWCUST_STAMPDataTable + Get + Return Me.tableVWCUST_STAMP + End Get + End Property + + _ + Public ReadOnly Property FNCUST_PM_GET_RPT_STAMP_FOR_DocID() As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable + Get + Return Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID + End Get + End Property + + _ + Public Overrides Property SchemaSerializationMode() As Global.System.Data.SchemaSerializationMode + Get + Return Me._schemaSerializationMode + End Get + Set + Me._schemaSerializationMode = value + End Set + End Property + + _ + Public Shadows ReadOnly Property Tables() As Global.System.Data.DataTableCollection + Get + Return MyBase.Tables + End Get + End Property + + _ + Public Shadows ReadOnly Property Relations() As Global.System.Data.DataRelationCollection + Get + Return MyBase.Relations + End Get + End Property + + _ + Protected Overrides Sub InitializeDerivedDataSet() + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Public Overrides Function Clone() As Global.System.Data.DataSet + Dim cln As MyDataset = CType(MyBase.Clone,MyDataset) + cln.InitVars + cln.SchemaSerializationMode = Me.SchemaSerializationMode + Return cln + End Function + + _ + Protected Overrides Function ShouldSerializeTables() As Boolean + Return false + End Function + + _ + Protected Overrides Function ShouldSerializeRelations() As Boolean + Return false + End Function + + _ + Protected Overrides Sub ReadXmlSerializable(ByVal reader As Global.System.Xml.XmlReader) + If (Me.DetermineSchemaSerializationMode(reader) = Global.System.Data.SchemaSerializationMode.IncludeSchema) Then + Me.Reset + Dim ds As Global.System.Data.DataSet = New Global.System.Data.DataSet() + ds.ReadXml(reader) + If (Not (ds.Tables("VWCUST_RPTPM_UNION")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_UNIONDataTable(ds.Tables("VWCUST_RPTPM_UNION"))) + End If + If (Not (ds.Tables("VWCUST_RPTPM_UNION1")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_UNION1DataTable(ds.Tables("VWCUST_RPTPM_UNION1"))) + End If + If (Not (ds.Tables("VWCUST_RPTPM_INV_RPT_STAMP")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_RPTPM_INV_RPT_STAMPDataTable(ds.Tables("VWCUST_RPTPM_INV_RPT_STAMP"))) + End If + If (Not (ds.Tables("VWCUST_STAMP")) Is Nothing) Then + MyBase.Tables.Add(New VWCUST_STAMPDataTable(ds.Tables("VWCUST_STAMP"))) + End If + If (Not (ds.Tables("FNCUST_PM_GET_RPT_STAMP_FOR_DocID")) Is Nothing) Then + MyBase.Tables.Add(New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable(ds.Tables("FNCUST_PM_GET_RPT_STAMP_FOR_DocID"))) + End If + Me.DataSetName = ds.DataSetName + Me.Prefix = ds.Prefix + Me.Namespace = ds.Namespace + Me.Locale = ds.Locale + Me.CaseSensitive = ds.CaseSensitive + Me.EnforceConstraints = ds.EnforceConstraints + Me.Merge(ds, false, Global.System.Data.MissingSchemaAction.Add) + Me.InitVars + Else + Me.ReadXml(reader) + Me.InitVars + End If + End Sub + + _ + Protected Overrides Function GetSchemaSerializable() As Global.System.Xml.Schema.XmlSchema + Dim stream As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Me.WriteXmlSchema(New Global.System.Xml.XmlTextWriter(stream, Nothing)) + stream.Position = 0 + Return Global.System.Xml.Schema.XmlSchema.Read(New Global.System.Xml.XmlTextReader(stream), Nothing) + End Function + + _ + Friend Overloads Sub InitVars() + Me.InitVars(true) + End Sub + + _ + Friend Overloads Sub InitVars(ByVal initTable As Boolean) + Me.tableVWCUST_RPTPM_UNION = CType(MyBase.Tables("VWCUST_RPTPM_UNION"),VWCUST_RPTPM_UNIONDataTable) + If (initTable = true) Then + If (Not (Me.tableVWCUST_RPTPM_UNION) Is Nothing) Then + Me.tableVWCUST_RPTPM_UNION.InitVars + End If + End If + Me.tableVWCUST_RPTPM_UNION1 = CType(MyBase.Tables("VWCUST_RPTPM_UNION1"),VWCUST_RPTPM_UNION1DataTable) + If (initTable = true) Then + If (Not (Me.tableVWCUST_RPTPM_UNION1) Is Nothing) Then + Me.tableVWCUST_RPTPM_UNION1.InitVars + End If + End If + Me.tableVWCUST_RPTPM_INV_RPT_STAMP = CType(MyBase.Tables("VWCUST_RPTPM_INV_RPT_STAMP"),VWCUST_RPTPM_INV_RPT_STAMPDataTable) + If (initTable = true) Then + If (Not (Me.tableVWCUST_RPTPM_INV_RPT_STAMP) Is Nothing) Then + Me.tableVWCUST_RPTPM_INV_RPT_STAMP.InitVars + End If + End If + Me.tableVWCUST_STAMP = CType(MyBase.Tables("VWCUST_STAMP"),VWCUST_STAMPDataTable) + If (initTable = true) Then + If (Not (Me.tableVWCUST_STAMP) Is Nothing) Then + Me.tableVWCUST_STAMP.InitVars + End If + End If + Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID = CType(MyBase.Tables("FNCUST_PM_GET_RPT_STAMP_FOR_DocID"),FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable) + If (initTable = true) Then + If (Not (Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID) Is Nothing) Then + Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.InitVars + End If + End If + End Sub + + _ + Private Sub InitClass() + Me.DataSetName = "MyDataset" + Me.Prefix = "" + Me.Namespace = "http://tempuri.org/MyDataset.xsd" + Me.EnforceConstraints = true + Me.SchemaSerializationMode = Global.System.Data.SchemaSerializationMode.IncludeSchema + Me.tableVWCUST_RPTPM_UNION = New VWCUST_RPTPM_UNIONDataTable() + MyBase.Tables.Add(Me.tableVWCUST_RPTPM_UNION) + Me.tableVWCUST_RPTPM_UNION1 = New VWCUST_RPTPM_UNION1DataTable() + MyBase.Tables.Add(Me.tableVWCUST_RPTPM_UNION1) + Me.tableVWCUST_RPTPM_INV_RPT_STAMP = New VWCUST_RPTPM_INV_RPT_STAMPDataTable() + MyBase.Tables.Add(Me.tableVWCUST_RPTPM_INV_RPT_STAMP) + Me.tableVWCUST_STAMP = New VWCUST_STAMPDataTable() + MyBase.Tables.Add(Me.tableVWCUST_STAMP) + Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID = New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable() + MyBase.Tables.Add(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID) + End Sub + + _ + Private Function ShouldSerializeVWCUST_RPTPM_UNION() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeVWCUST_RPTPM_UNION1() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeVWCUST_RPTPM_INV_RPT_STAMP() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeVWCUST_STAMP() As Boolean + Return false + End Function + + _ + Private Function ShouldSerializeFNCUST_PM_GET_RPT_STAMP_FOR_DocID() As Boolean + Return false + End Function + + _ + Private Sub SchemaChanged(ByVal sender As Object, ByVal e As Global.System.ComponentModel.CollectionChangeEventArgs) + If (e.Action = Global.System.ComponentModel.CollectionChangeAction.Remove) Then + Me.InitVars + End If + End Sub + + _ + Public Shared Function GetTypedDataSetSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim ds As MyDataset = New MyDataset() + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim any As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any.Namespace = ds.Namespace + sequence.Items.Add(any) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + + _ + Public Delegate Sub VWCUST_RPTPM_UNIONRowChangeEventHandler(ByVal sender As Object, ByVal e As VWCUST_RPTPM_UNIONRowChangeEvent) + + _ + Public Delegate Sub VWCUST_RPTPM_UNION1RowChangeEventHandler(ByVal sender As Object, ByVal e As VWCUST_RPTPM_UNION1RowChangeEvent) + + _ + Public Delegate Sub VWCUST_RPTPM_INV_RPT_STAMPRowChangeEventHandler(ByVal sender As Object, ByVal e As VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent) + + _ + Public Delegate Sub VWCUST_STAMPRowChangeEventHandler(ByVal sender As Object, ByVal e As VWCUST_STAMPRowChangeEvent) + + _ + Public Delegate Sub FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEventHandler(ByVal sender As Object, ByVal e As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent) + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWCUST_RPTPM_UNIONDataTable + Inherits Global.System.Data.TypedTableBase(Of VWCUST_RPTPM_UNIONRow) + + Private columnGroupTypeID As Global.System.Data.DataColumn + + Private columnGroupType As Global.System.Data.DataColumn + + Private columnDOC_ID As Global.System.Data.DataColumn + + Private columnKreditorNummer As Global.System.Data.DataColumn + + Private columnKreditorName_Lang As Global.System.Data.DataColumn + + Private columnKreditorName As Global.System.Data.DataColumn + + Private columnRechnungNr As Global.System.Data.DataColumn + + Private columnReferenz As Global.System.Data.DataColumn + + Private columnNettobetrag As Global.System.Data.DataColumn + + Private columnBruttobetrag As Global.System.Data.DataColumn + + Private columnZahlungsziel As Global.System.Data.DataColumn + + Private columnMandant As Global.System.Data.DataColumn + + Private columnMandant_Name As Global.System.Data.DataColumn + + Private columnKostenstelle As Global.System.Data.DataColumn + + Private columnErhalten_wann As Global.System.Data.DataColumn + + Private columnBelegdatum As Global.System.Data.DataColumn + + Private columnFG_Email As Global.System.Data.DataColumn + + Private columnFG_Freigabe As Global.System.Data.DataColumn + + Private columnFG_Wann As Global.System.Data.DataColumn + + Private columnWHO As Global.System.Data.DataColumn + + Private columnWHEN As Global.System.Data.DataColumn + + Private columnDELEGATION As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWCUST_RPTPM_UNION" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property GroupTypeIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGroupTypeID + End Get + End Property + + _ + Public ReadOnly Property GroupTypeColumn() As Global.System.Data.DataColumn + Get + Return Me.columnGroupType + End Get + End Property + + _ + Public ReadOnly Property DOC_IDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDOC_ID + End Get + End Property + + _ + Public ReadOnly Property KreditorNummerColumn() As Global.System.Data.DataColumn + Get + Return Me.columnKreditorNummer + End Get + End Property + + _ + Public ReadOnly Property KreditorName_LangColumn() As Global.System.Data.DataColumn + Get + Return Me.columnKreditorName_Lang + End Get + End Property + + _ + Public ReadOnly Property KreditorNameColumn() As Global.System.Data.DataColumn + Get + Return Me.columnKreditorName + End Get + End Property + + _ + Public ReadOnly Property RechnungNrColumn() As Global.System.Data.DataColumn + Get + Return Me.columnRechnungNr + End Get + End Property + + _ + Public ReadOnly Property ReferenzColumn() As Global.System.Data.DataColumn + Get + Return Me.columnReferenz + End Get + End Property + + _ + Public ReadOnly Property NettobetragColumn() As Global.System.Data.DataColumn + Get + Return Me.columnNettobetrag + End Get + End Property + + _ + Public ReadOnly Property BruttobetragColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBruttobetrag + End Get + End Property + + _ + Public ReadOnly Property ZahlungszielColumn() As Global.System.Data.DataColumn + Get + Return Me.columnZahlungsziel + End Get + End Property + + _ + Public ReadOnly Property MandantColumn() As Global.System.Data.DataColumn + Get + Return Me.columnMandant + End Get + End Property + + _ + Public ReadOnly Property Mandant_NameColumn() As Global.System.Data.DataColumn + Get + Return Me.columnMandant_Name + End Get + End Property + + _ + Public ReadOnly Property KostenstelleColumn() As Global.System.Data.DataColumn + Get + Return Me.columnKostenstelle + End Get + End Property + + _ + Public ReadOnly Property Erhalten_wannColumn() As Global.System.Data.DataColumn + Get + Return Me.columnErhalten_wann + End Get + End Property + + _ + Public ReadOnly Property BelegdatumColumn() As Global.System.Data.DataColumn + Get + Return Me.columnBelegdatum + End Get + End Property + + _ + Public ReadOnly Property FG_EmailColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFG_Email + End Get + End Property + + _ + Public ReadOnly Property FG_FreigabeColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFG_Freigabe + End Get + End Property + + _ + Public ReadOnly Property FG_WannColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFG_Wann + End Get + End Property + + _ + Public ReadOnly Property WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWHO + End Get + End Property + + _ + Public ReadOnly Property WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWHEN + End Get + End Property + + _ + Public ReadOnly Property DELEGATIONColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDELEGATION + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWCUST_RPTPM_UNIONRow + Get + Return CType(Me.Rows(index),VWCUST_RPTPM_UNIONRow) + End Get + End Property + + _ + Public Event VWCUST_RPTPM_UNIONRowChanging As VWCUST_RPTPM_UNIONRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNIONRowChanged As VWCUST_RPTPM_UNIONRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNIONRowDeleting As VWCUST_RPTPM_UNIONRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNIONRowDeleted As VWCUST_RPTPM_UNIONRowChangeEventHandler + + _ + Public Overloads Sub AddVWCUST_RPTPM_UNIONRow(ByVal row As VWCUST_RPTPM_UNIONRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWCUST_RPTPM_UNIONRow( _ + ByVal GroupTypeID As Integer, _ + ByVal GroupType As String, _ + ByVal DOC_ID As Long, _ + ByVal KreditorNummer As String, _ + ByVal KreditorName_Lang As String, _ + ByVal KreditorName As String, _ + ByVal RechnungNr As String, _ + ByVal Referenz As String, _ + ByVal Nettobetrag As String, _ + ByVal Bruttobetrag As String, _ + ByVal Zahlungsziel As String, _ + ByVal Mandant As String, _ + ByVal Mandant_Name As String, _ + ByVal Kostenstelle As String, _ + ByVal Erhalten_wann As String, _ + ByVal Belegdatum As String, _ + ByVal FG_Email As String, _ + ByVal FG_Freigabe As String, _ + ByVal FG_Wann As String, _ + ByVal WHO As String, _ + ByVal _WHEN As String, _ + ByVal DELEGATION As String) As VWCUST_RPTPM_UNIONRow + Dim rowVWCUST_RPTPM_UNIONRow As VWCUST_RPTPM_UNIONRow = CType(Me.NewRow,VWCUST_RPTPM_UNIONRow) + Dim columnValuesArray() As Object = New Object() {GroupTypeID, GroupType, DOC_ID, KreditorNummer, KreditorName_Lang, KreditorName, RechnungNr, Referenz, Nettobetrag, Bruttobetrag, Zahlungsziel, Mandant, Mandant_Name, Kostenstelle, Erhalten_wann, Belegdatum, FG_Email, FG_Freigabe, FG_Wann, WHO, _WHEN, DELEGATION} + rowVWCUST_RPTPM_UNIONRow.ItemArray = columnValuesArray + Me.Rows.Add(rowVWCUST_RPTPM_UNIONRow) + Return rowVWCUST_RPTPM_UNIONRow + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWCUST_RPTPM_UNIONDataTable = CType(MyBase.Clone,VWCUST_RPTPM_UNIONDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWCUST_RPTPM_UNIONDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnGroupTypeID = MyBase.Columns("GroupTypeID") + Me.columnGroupType = MyBase.Columns("GroupType") + Me.columnDOC_ID = MyBase.Columns("DOC_ID") + Me.columnKreditorNummer = MyBase.Columns("KreditorNummer") + Me.columnKreditorName_Lang = MyBase.Columns("KreditorName_Lang") + Me.columnKreditorName = MyBase.Columns("KreditorName") + Me.columnRechnungNr = MyBase.Columns("RechnungNr") + Me.columnReferenz = MyBase.Columns("Referenz") + Me.columnNettobetrag = MyBase.Columns("Nettobetrag") + Me.columnBruttobetrag = MyBase.Columns("Bruttobetrag") + Me.columnZahlungsziel = MyBase.Columns("Zahlungsziel") + Me.columnMandant = MyBase.Columns("Mandant") + Me.columnMandant_Name = MyBase.Columns("Mandant Name") + Me.columnKostenstelle = MyBase.Columns("Kostenstelle") + Me.columnErhalten_wann = MyBase.Columns("Erhalten wann") + Me.columnBelegdatum = MyBase.Columns("Belegdatum") + Me.columnFG_Email = MyBase.Columns("FG_Email") + Me.columnFG_Freigabe = MyBase.Columns("FG_Freigabe") + Me.columnFG_Wann = MyBase.Columns("FG_Wann") + Me.columnWHO = MyBase.Columns("WHO") + Me.columnWHEN = MyBase.Columns("WHEN") + Me.columnDELEGATION = MyBase.Columns("DELEGATION") + End Sub + + _ + Private Sub InitClass() + Me.columnGroupTypeID = New Global.System.Data.DataColumn("GroupTypeID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGroupTypeID) + Me.columnGroupType = New Global.System.Data.DataColumn("GroupType", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnGroupType) + Me.columnDOC_ID = New Global.System.Data.DataColumn("DOC_ID", GetType(Long), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDOC_ID) + Me.columnKreditorNummer = New Global.System.Data.DataColumn("KreditorNummer", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnKreditorNummer) + Me.columnKreditorName_Lang = New Global.System.Data.DataColumn("KreditorName_Lang", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnKreditorName_Lang) + Me.columnKreditorName = New Global.System.Data.DataColumn("KreditorName", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnKreditorName) + Me.columnRechnungNr = New Global.System.Data.DataColumn("RechnungNr", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnRechnungNr) + Me.columnReferenz = New Global.System.Data.DataColumn("Referenz", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnReferenz) + Me.columnNettobetrag = New Global.System.Data.DataColumn("Nettobetrag", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnNettobetrag) + Me.columnBruttobetrag = New Global.System.Data.DataColumn("Bruttobetrag", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBruttobetrag) + Me.columnZahlungsziel = New Global.System.Data.DataColumn("Zahlungsziel", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnZahlungsziel) + Me.columnMandant = New Global.System.Data.DataColumn("Mandant", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnMandant) + Me.columnMandant_Name = New Global.System.Data.DataColumn("Mandant Name", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnMandant_Name) + Me.columnKostenstelle = New Global.System.Data.DataColumn("Kostenstelle", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnKostenstelle) + Me.columnErhalten_wann = New Global.System.Data.DataColumn("Erhalten wann", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnErhalten_wann) + Me.columnBelegdatum = New Global.System.Data.DataColumn("Belegdatum", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnBelegdatum) + Me.columnFG_Email = New Global.System.Data.DataColumn("FG_Email", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFG_Email) + Me.columnFG_Freigabe = New Global.System.Data.DataColumn("FG_Freigabe", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFG_Freigabe) + Me.columnFG_Wann = New Global.System.Data.DataColumn("FG_Wann", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFG_Wann) + Me.columnWHO = New Global.System.Data.DataColumn("WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWHO) + Me.columnWHEN = New Global.System.Data.DataColumn("WHEN", GetType(String), Nothing, Global.System.Data.MappingType.Element) + Me.columnWHEN.ExtendedProperties.Add("Generator_ColumnPropNameInTable", "WHENColumn") + Me.columnWHEN.ExtendedProperties.Add("Generator_ColumnVarNameInTable", "columnWHEN") + Me.columnWHEN.ExtendedProperties.Add("Generator_UserColumnName", "WHEN") + MyBase.Columns.Add(Me.columnWHEN) + Me.columnDELEGATION = New Global.System.Data.DataColumn("DELEGATION", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDELEGATION) + Me.columnGroupTypeID.AllowDBNull = false + Me.columnGroupType.AllowDBNull = false + Me.columnGroupType.MaxLength = 250 + Me.columnKreditorNummer.MaxLength = 255 + Me.columnKreditorName_Lang.MaxLength = 255 + Me.columnKreditorName.MaxLength = 255 + Me.columnRechnungNr.MaxLength = 128 + Me.columnReferenz.MaxLength = 512 + Me.columnNettobetrag.MaxLength = 30 + Me.columnBruttobetrag.MaxLength = 30 + Me.columnZahlungsziel.MaxLength = 30 + Me.columnMandant.MaxLength = 128 + Me.columnMandant_Name.MaxLength = 64 + Me.columnKostenstelle.MaxLength = 128 + Me.columnErhalten_wann.MaxLength = 30 + Me.columnBelegdatum.MaxLength = 30 + Me.columnFG_Email.MaxLength = 2147483647 + Me.columnFG_Freigabe.MaxLength = 2147483647 + Me.columnFG_Wann.MaxLength = 2147483647 + Me.columnWHO.AllowDBNull = false + Me.columnWHO.MaxLength = 100 + Me.columnWHEN.AllowDBNull = false + Me.columnWHEN.MaxLength = 19 + Me.columnDELEGATION.AllowDBNull = false + Me.columnDELEGATION.MaxLength = 250 + End Sub + + _ + Public Function NewVWCUST_RPTPM_UNIONRow() As VWCUST_RPTPM_UNIONRow + Return CType(Me.NewRow,VWCUST_RPTPM_UNIONRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWCUST_RPTPM_UNIONRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWCUST_RPTPM_UNIONRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWCUST_RPTPM_UNIONRowChangedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNIONRowChanged(Me, New VWCUST_RPTPM_UNIONRowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWCUST_RPTPM_UNIONRowChangingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNIONRowChanging(Me, New VWCUST_RPTPM_UNIONRowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWCUST_RPTPM_UNIONRowDeletedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNIONRowDeleted(Me, New VWCUST_RPTPM_UNIONRowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNIONRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWCUST_RPTPM_UNIONRowDeletingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNIONRowDeleting(Me, New VWCUST_RPTPM_UNIONRowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNIONRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWCUST_RPTPM_UNIONRow(ByVal row As VWCUST_RPTPM_UNIONRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As MyDataset = New MyDataset() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWCUST_RPTPM_UNIONDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWCUST_RPTPM_UNION1DataTable + Inherits Global.System.Data.TypedTableBase(Of VWCUST_RPTPM_UNION1Row) + + Private columnFG_TYP As Global.System.Data.DataColumn + + Private columnDocID As Global.System.Data.DataColumn + + Private columnEmail As Global.System.Data.DataColumn + + Private columnFreigabe As Global.System.Data.DataColumn + + Private columnWann As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWCUST_RPTPM_UNION1" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property FG_TYPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFG_TYP + End Get + End Property + + _ + Public ReadOnly Property DocIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDocID + End Get + End Property + + _ + Public ReadOnly Property EmailColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEmail + End Get + End Property + + _ + Public ReadOnly Property FreigabeColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFreigabe + End Get + End Property + + _ + Public ReadOnly Property WannColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWann + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWCUST_RPTPM_UNION1Row + Get + Return CType(Me.Rows(index),VWCUST_RPTPM_UNION1Row) + End Get + End Property + + _ + Public Event VWCUST_RPTPM_UNION1RowChanging As VWCUST_RPTPM_UNION1RowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNION1RowChanged As VWCUST_RPTPM_UNION1RowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNION1RowDeleting As VWCUST_RPTPM_UNION1RowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_UNION1RowDeleted As VWCUST_RPTPM_UNION1RowChangeEventHandler + + _ + Public Overloads Sub AddVWCUST_RPTPM_UNION1Row(ByVal row As VWCUST_RPTPM_UNION1Row) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWCUST_RPTPM_UNION1Row(ByVal FG_TYP As String, ByVal DocID As Integer, ByVal Email As String, ByVal Freigabe As String, ByVal Wann As Date) As VWCUST_RPTPM_UNION1Row + Dim rowVWCUST_RPTPM_UNION1Row As VWCUST_RPTPM_UNION1Row = CType(Me.NewRow,VWCUST_RPTPM_UNION1Row) + Dim columnValuesArray() As Object = New Object() {FG_TYP, DocID, Email, Freigabe, Wann} + rowVWCUST_RPTPM_UNION1Row.ItemArray = columnValuesArray + Me.Rows.Add(rowVWCUST_RPTPM_UNION1Row) + Return rowVWCUST_RPTPM_UNION1Row + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWCUST_RPTPM_UNION1DataTable = CType(MyBase.Clone,VWCUST_RPTPM_UNION1DataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWCUST_RPTPM_UNION1DataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnFG_TYP = MyBase.Columns("FG_TYP") + Me.columnDocID = MyBase.Columns("DocID") + Me.columnEmail = MyBase.Columns("Email") + Me.columnFreigabe = MyBase.Columns("Freigabe") + Me.columnWann = MyBase.Columns("Wann") + End Sub + + _ + Private Sub InitClass() + Me.columnFG_TYP = New Global.System.Data.DataColumn("FG_TYP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFG_TYP) + Me.columnDocID = New Global.System.Data.DataColumn("DocID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDocID) + Me.columnEmail = New Global.System.Data.DataColumn("Email", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEmail) + Me.columnFreigabe = New Global.System.Data.DataColumn("Freigabe", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFreigabe) + Me.columnWann = New Global.System.Data.DataColumn("Wann", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWann) + Me.columnFG_TYP.AllowDBNull = false + Me.columnFG_TYP.DefaultValue = CType("",String) + Me.columnFG_TYP.MaxLength = 2 + Me.columnEmail.MaxLength = 26 + Me.columnFreigabe.MaxLength = 2 + End Sub + + _ + Public Function NewVWCUST_RPTPM_UNION1Row() As VWCUST_RPTPM_UNION1Row + Return CType(Me.NewRow,VWCUST_RPTPM_UNION1Row) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWCUST_RPTPM_UNION1Row(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWCUST_RPTPM_UNION1Row) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWCUST_RPTPM_UNION1RowChangedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNION1RowChanged(Me, New VWCUST_RPTPM_UNION1RowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNION1Row), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWCUST_RPTPM_UNION1RowChangingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNION1RowChanging(Me, New VWCUST_RPTPM_UNION1RowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNION1Row), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWCUST_RPTPM_UNION1RowDeletedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNION1RowDeleted(Me, New VWCUST_RPTPM_UNION1RowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNION1Row), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWCUST_RPTPM_UNION1RowDeletingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_UNION1RowDeleting(Me, New VWCUST_RPTPM_UNION1RowChangeEvent(CType(e.Row,VWCUST_RPTPM_UNION1Row), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWCUST_RPTPM_UNION1Row(ByVal row As VWCUST_RPTPM_UNION1Row) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As MyDataset = New MyDataset() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWCUST_RPTPM_UNION1DataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWCUST_RPTPM_INV_RPT_STAMPDataTable + Inherits Global.System.Data.TypedTableBase(Of VWCUST_RPTPM_INV_RPT_STAMPRow) + + Private columnSTATE As Global.System.Data.DataColumn + + Private columnWHO As Global.System.Data.DataColumn + + Private columnDocID As Global.System.Data.DataColumn + + Private columnCREATED_WHEN As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWCUST_RPTPM_INV_RPT_STAMP" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property STATEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSTATE + End Get + End Property + + _ + Public ReadOnly Property WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWHO + End Get + End Property + + _ + Public ReadOnly Property DocIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDocID + End Get + End Property + + _ + Public ReadOnly Property CREATED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCREATED_WHEN + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWCUST_RPTPM_INV_RPT_STAMPRow + Get + Return CType(Me.Rows(index),VWCUST_RPTPM_INV_RPT_STAMPRow) + End Get + End Property + + _ + Public Event VWCUST_RPTPM_INV_RPT_STAMPRowChanging As VWCUST_RPTPM_INV_RPT_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_INV_RPT_STAMPRowChanged As VWCUST_RPTPM_INV_RPT_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_INV_RPT_STAMPRowDeleting As VWCUST_RPTPM_INV_RPT_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_RPTPM_INV_RPT_STAMPRowDeleted As VWCUST_RPTPM_INV_RPT_STAMPRowChangeEventHandler + + _ + Public Overloads Sub AddVWCUST_RPTPM_INV_RPT_STAMPRow(ByVal row As VWCUST_RPTPM_INV_RPT_STAMPRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWCUST_RPTPM_INV_RPT_STAMPRow(ByVal STATE As String, ByVal WHO As String, ByVal DocID As Long, ByVal CREATED_WHEN As Date) As VWCUST_RPTPM_INV_RPT_STAMPRow + Dim rowVWCUST_RPTPM_INV_RPT_STAMPRow As VWCUST_RPTPM_INV_RPT_STAMPRow = CType(Me.NewRow,VWCUST_RPTPM_INV_RPT_STAMPRow) + Dim columnValuesArray() As Object = New Object() {STATE, WHO, DocID, CREATED_WHEN} + rowVWCUST_RPTPM_INV_RPT_STAMPRow.ItemArray = columnValuesArray + Me.Rows.Add(rowVWCUST_RPTPM_INV_RPT_STAMPRow) + Return rowVWCUST_RPTPM_INV_RPT_STAMPRow + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWCUST_RPTPM_INV_RPT_STAMPDataTable = CType(MyBase.Clone,VWCUST_RPTPM_INV_RPT_STAMPDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWCUST_RPTPM_INV_RPT_STAMPDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnSTATE = MyBase.Columns("STATE") + Me.columnWHO = MyBase.Columns("WHO") + Me.columnDocID = MyBase.Columns("DocID") + Me.columnCREATED_WHEN = MyBase.Columns("CREATED_WHEN") + End Sub + + _ + Private Sub InitClass() + Me.columnSTATE = New Global.System.Data.DataColumn("STATE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSTATE) + Me.columnWHO = New Global.System.Data.DataColumn("WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWHO) + Me.columnDocID = New Global.System.Data.DataColumn("DocID", GetType(Long), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDocID) + Me.columnCREATED_WHEN = New Global.System.Data.DataColumn("CREATED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCREATED_WHEN) + Me.columnSTATE.MaxLength = 20 + Me.columnWHO.MaxLength = 100 + End Sub + + _ + Public Function NewVWCUST_RPTPM_INV_RPT_STAMPRow() As VWCUST_RPTPM_INV_RPT_STAMPRow + Return CType(Me.NewRow,VWCUST_RPTPM_INV_RPT_STAMPRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWCUST_RPTPM_INV_RPT_STAMPRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWCUST_RPTPM_INV_RPT_STAMPRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWCUST_RPTPM_INV_RPT_STAMPRowChangedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_INV_RPT_STAMPRowChanged(Me, New VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent(CType(e.Row,VWCUST_RPTPM_INV_RPT_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWCUST_RPTPM_INV_RPT_STAMPRowChangingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_INV_RPT_STAMPRowChanging(Me, New VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent(CType(e.Row,VWCUST_RPTPM_INV_RPT_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWCUST_RPTPM_INV_RPT_STAMPRowDeletedEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_INV_RPT_STAMPRowDeleted(Me, New VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent(CType(e.Row,VWCUST_RPTPM_INV_RPT_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWCUST_RPTPM_INV_RPT_STAMPRowDeletingEvent) Is Nothing) Then + RaiseEvent VWCUST_RPTPM_INV_RPT_STAMPRowDeleting(Me, New VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent(CType(e.Row,VWCUST_RPTPM_INV_RPT_STAMPRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWCUST_RPTPM_INV_RPT_STAMPRow(ByVal row As VWCUST_RPTPM_INV_RPT_STAMPRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As MyDataset = New MyDataset() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWCUST_RPTPM_INV_RPT_STAMPDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class VWCUST_STAMPDataTable + Inherits Global.System.Data.TypedTableBase(Of VWCUST_STAMPRow) + + Private columnFG_TYP As Global.System.Data.DataColumn + + Private columnDocID As Global.System.Data.DataColumn + + Private columnEmail As Global.System.Data.DataColumn + + Private columnFreigabe As Global.System.Data.DataColumn + + Private columnWann As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "VWCUST_STAMP" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property FG_TYPColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFG_TYP + End Get + End Property + + _ + Public ReadOnly Property DocIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDocID + End Get + End Property + + _ + Public ReadOnly Property EmailColumn() As Global.System.Data.DataColumn + Get + Return Me.columnEmail + End Get + End Property + + _ + Public ReadOnly Property FreigabeColumn() As Global.System.Data.DataColumn + Get + Return Me.columnFreigabe + End Get + End Property + + _ + Public ReadOnly Property WannColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWann + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As VWCUST_STAMPRow + Get + Return CType(Me.Rows(index),VWCUST_STAMPRow) + End Get + End Property + + _ + Public Event VWCUST_STAMPRowChanging As VWCUST_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_STAMPRowChanged As VWCUST_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_STAMPRowDeleting As VWCUST_STAMPRowChangeEventHandler + + _ + Public Event VWCUST_STAMPRowDeleted As VWCUST_STAMPRowChangeEventHandler + + _ + Public Overloads Sub AddVWCUST_STAMPRow(ByVal row As VWCUST_STAMPRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddVWCUST_STAMPRow(ByVal FG_TYP As String, ByVal DocID As Integer, ByVal Email As String, ByVal Freigabe As String, ByVal Wann As Date) As VWCUST_STAMPRow + Dim rowVWCUST_STAMPRow As VWCUST_STAMPRow = CType(Me.NewRow,VWCUST_STAMPRow) + Dim columnValuesArray() As Object = New Object() {FG_TYP, DocID, Email, Freigabe, Wann} + rowVWCUST_STAMPRow.ItemArray = columnValuesArray + Me.Rows.Add(rowVWCUST_STAMPRow) + Return rowVWCUST_STAMPRow + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As VWCUST_STAMPDataTable = CType(MyBase.Clone,VWCUST_STAMPDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New VWCUST_STAMPDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnFG_TYP = MyBase.Columns("FG_TYP") + Me.columnDocID = MyBase.Columns("DocID") + Me.columnEmail = MyBase.Columns("Email") + Me.columnFreigabe = MyBase.Columns("Freigabe") + Me.columnWann = MyBase.Columns("Wann") + End Sub + + _ + Private Sub InitClass() + Me.columnFG_TYP = New Global.System.Data.DataColumn("FG_TYP", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFG_TYP) + Me.columnDocID = New Global.System.Data.DataColumn("DocID", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDocID) + Me.columnEmail = New Global.System.Data.DataColumn("Email", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnEmail) + Me.columnFreigabe = New Global.System.Data.DataColumn("Freigabe", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnFreigabe) + Me.columnWann = New Global.System.Data.DataColumn("Wann", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWann) + Me.columnFG_TYP.AllowDBNull = false + Me.columnFG_TYP.MaxLength = 2 + Me.columnDocID.AllowDBNull = false + Me.columnEmail.AllowDBNull = false + Me.columnEmail.MaxLength = 26 + Me.columnFreigabe.MaxLength = 2 + End Sub + + _ + Public Function NewVWCUST_STAMPRow() As VWCUST_STAMPRow + Return CType(Me.NewRow,VWCUST_STAMPRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New VWCUST_STAMPRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(VWCUST_STAMPRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.VWCUST_STAMPRowChangedEvent) Is Nothing) Then + RaiseEvent VWCUST_STAMPRowChanged(Me, New VWCUST_STAMPRowChangeEvent(CType(e.Row,VWCUST_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.VWCUST_STAMPRowChangingEvent) Is Nothing) Then + RaiseEvent VWCUST_STAMPRowChanging(Me, New VWCUST_STAMPRowChangeEvent(CType(e.Row,VWCUST_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.VWCUST_STAMPRowDeletedEvent) Is Nothing) Then + RaiseEvent VWCUST_STAMPRowDeleted(Me, New VWCUST_STAMPRowChangeEvent(CType(e.Row,VWCUST_STAMPRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.VWCUST_STAMPRowDeletingEvent) Is Nothing) Then + RaiseEvent VWCUST_STAMPRowDeleting(Me, New VWCUST_STAMPRowChangeEvent(CType(e.Row,VWCUST_STAMPRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveVWCUST_STAMPRow(ByVal row As VWCUST_STAMPRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As MyDataset = New MyDataset() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "VWCUST_STAMPDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents the strongly named DataTable class. + ''' + _ + Partial Public Class FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable + Inherits Global.System.Data.TypedTableBase(Of FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + + Private columnDocID As Global.System.Data.DataColumn + + Private columnSTATE As Global.System.Data.DataColumn + + Private columnWHO As Global.System.Data.DataColumn + + Private columnCREATED_WHEN As Global.System.Data.DataColumn + + Private columnCOMMENT As Global.System.Data.DataColumn + + Private columnSequentialOrder As Global.System.Data.DataColumn + + _ + Public Sub New() + MyBase.New + Me.TableName = "FNCUST_PM_GET_RPT_STAMP_FOR_DocID" + Me.BeginInit + Me.InitClass + Me.EndInit + End Sub + + _ + Friend Sub New(ByVal table As Global.System.Data.DataTable) + MyBase.New + Me.TableName = table.TableName + If (table.CaseSensitive <> table.DataSet.CaseSensitive) Then + Me.CaseSensitive = table.CaseSensitive + End If + If (table.Locale.ToString <> table.DataSet.Locale.ToString) Then + Me.Locale = table.Locale + End If + If (table.Namespace <> table.DataSet.Namespace) Then + Me.Namespace = table.Namespace + End If + Me.Prefix = table.Prefix + Me.MinimumCapacity = table.MinimumCapacity + End Sub + + _ + Protected Sub New(ByVal info As Global.System.Runtime.Serialization.SerializationInfo, ByVal context As Global.System.Runtime.Serialization.StreamingContext) + MyBase.New(info, context) + Me.InitVars + End Sub + + _ + Public ReadOnly Property DocIDColumn() As Global.System.Data.DataColumn + Get + Return Me.columnDocID + End Get + End Property + + _ + Public ReadOnly Property STATEColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSTATE + End Get + End Property + + _ + Public ReadOnly Property WHOColumn() As Global.System.Data.DataColumn + Get + Return Me.columnWHO + End Get + End Property + + _ + Public ReadOnly Property CREATED_WHENColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCREATED_WHEN + End Get + End Property + + _ + Public ReadOnly Property COMMENTColumn() As Global.System.Data.DataColumn + Get + Return Me.columnCOMMENT + End Get + End Property + + _ + Public ReadOnly Property SequentialOrderColumn() As Global.System.Data.DataColumn + Get + Return Me.columnSequentialOrder + End Get + End Property + + _ + Public ReadOnly Property Count() As Integer + Get + Return Me.Rows.Count + End Get + End Property + + _ + Public Default ReadOnly Property Item(ByVal index As Integer) As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + Get + Return CType(Me.Rows(index),FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + End Get + End Property + + _ + Public Event FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChanging As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEventHandler + + _ + Public Event FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChanged As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEventHandler + + _ + Public Event FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeleting As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEventHandler + + _ + Public Event FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeleted As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEventHandler + + _ + Public Overloads Sub AddFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow(ByVal row As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + Me.Rows.Add(row) + End Sub + + _ + Public Overloads Function AddFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow(ByVal DocID As Long, ByVal STATE As String, ByVal WHO As String, ByVal CREATED_WHEN As Date, ByVal COMMENT As String) As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + Dim rowFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow = CType(Me.NewRow,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + Dim columnValuesArray() As Object = New Object() {DocID, STATE, WHO, CREATED_WHEN, COMMENT, Nothing} + rowFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow.ItemArray = columnValuesArray + Me.Rows.Add(rowFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + Return rowFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + End Function + + _ + Public Overrides Function Clone() As Global.System.Data.DataTable + Dim cln As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable = CType(MyBase.Clone,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable) + cln.InitVars + Return cln + End Function + + _ + Protected Overrides Function CreateInstance() As Global.System.Data.DataTable + Return New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable() + End Function + + _ + Friend Sub InitVars() + Me.columnDocID = MyBase.Columns("DocID") + Me.columnSTATE = MyBase.Columns("STATE") + Me.columnWHO = MyBase.Columns("WHO") + Me.columnCREATED_WHEN = MyBase.Columns("CREATED_WHEN") + Me.columnCOMMENT = MyBase.Columns("COMMENT") + Me.columnSequentialOrder = MyBase.Columns("SequentialOrder") + End Sub + + _ + Private Sub InitClass() + Me.columnDocID = New Global.System.Data.DataColumn("DocID", GetType(Long), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnDocID) + Me.columnSTATE = New Global.System.Data.DataColumn("STATE", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSTATE) + Me.columnWHO = New Global.System.Data.DataColumn("WHO", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnWHO) + Me.columnCREATED_WHEN = New Global.System.Data.DataColumn("CREATED_WHEN", GetType(Date), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCREATED_WHEN) + Me.columnCOMMENT = New Global.System.Data.DataColumn("COMMENT", GetType(String), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnCOMMENT) + Me.columnSequentialOrder = New Global.System.Data.DataColumn("SequentialOrder", GetType(Integer), Nothing, Global.System.Data.MappingType.Element) + MyBase.Columns.Add(Me.columnSequentialOrder) + Me.columnSTATE.MaxLength = 20 + Me.columnWHO.MaxLength = 100 + Me.columnCOMMENT.MaxLength = 500 + Me.columnSequentialOrder.AutoIncrement = true + Me.columnSequentialOrder.AutoIncrementSeed = -1 + Me.columnSequentialOrder.AutoIncrementStep = -1 + Me.columnSequentialOrder.AllowDBNull = false + Me.columnSequentialOrder.ReadOnly = true + End Sub + + _ + Public Function NewFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow() As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + Return CType(Me.NewRow,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + End Function + + _ + Protected Overrides Function NewRowFromBuilder(ByVal builder As Global.System.Data.DataRowBuilder) As Global.System.Data.DataRow + Return New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow(builder) + End Function + + _ + Protected Overrides Function GetRowType() As Global.System.Type + Return GetType(FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + End Function + + _ + Protected Overrides Sub OnRowChanged(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanged(e) + If (Not (Me.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangedEvent) Is Nothing) Then + RaiseEvent FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChanged(Me, New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent(CType(e.Row,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowChanging(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowChanging(e) + If (Not (Me.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangingEvent) Is Nothing) Then + RaiseEvent FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChanging(Me, New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent(CType(e.Row,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleted(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleted(e) + If (Not (Me.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeletedEvent) Is Nothing) Then + RaiseEvent FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeleted(Me, New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent(CType(e.Row,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow), e.Action)) + End If + End Sub + + _ + Protected Overrides Sub OnRowDeleting(ByVal e As Global.System.Data.DataRowChangeEventArgs) + MyBase.OnRowDeleting(e) + If (Not (Me.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeletingEvent) Is Nothing) Then + RaiseEvent FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowDeleting(Me, New FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent(CType(e.Row,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow), e.Action)) + End If + End Sub + + _ + Public Sub RemoveFNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow(ByVal row As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow) + Me.Rows.Remove(row) + End Sub + + _ + Public Shared Function GetTypedTableSchema(ByVal xs As Global.System.Xml.Schema.XmlSchemaSet) As Global.System.Xml.Schema.XmlSchemaComplexType + Dim type As Global.System.Xml.Schema.XmlSchemaComplexType = New Global.System.Xml.Schema.XmlSchemaComplexType() + Dim sequence As Global.System.Xml.Schema.XmlSchemaSequence = New Global.System.Xml.Schema.XmlSchemaSequence() + Dim ds As MyDataset = New MyDataset() + Dim any1 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any1.Namespace = "http://www.w3.org/2001/XMLSchema" + any1.MinOccurs = New Decimal(0) + any1.MaxOccurs = Decimal.MaxValue + any1.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any1) + Dim any2 As Global.System.Xml.Schema.XmlSchemaAny = New Global.System.Xml.Schema.XmlSchemaAny() + any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1" + any2.MinOccurs = New Decimal(1) + any2.ProcessContents = Global.System.Xml.Schema.XmlSchemaContentProcessing.Lax + sequence.Items.Add(any2) + Dim attribute1 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute1.Name = "namespace" + attribute1.FixedValue = ds.Namespace + type.Attributes.Add(attribute1) + Dim attribute2 As Global.System.Xml.Schema.XmlSchemaAttribute = New Global.System.Xml.Schema.XmlSchemaAttribute() + attribute2.Name = "tableTypeName" + attribute2.FixedValue = "FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable" + type.Attributes.Add(attribute2) + type.Particle = sequence + Dim dsSchema As Global.System.Xml.Schema.XmlSchema = ds.GetSchemaSerializable + If xs.Contains(dsSchema.TargetNamespace) Then + Dim s1 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Dim s2 As Global.System.IO.MemoryStream = New Global.System.IO.MemoryStream() + Try + Dim schema As Global.System.Xml.Schema.XmlSchema = Nothing + dsSchema.Write(s1) + Dim schemas As Global.System.Collections.IEnumerator = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator + Do While schemas.MoveNext + schema = CType(schemas.Current,Global.System.Xml.Schema.XmlSchema) + s2.SetLength(0) + schema.Write(s2) + If (s1.Length = s2.Length) Then + s1.Position = 0 + s2.Position = 0 + + Do While ((s1.Position <> s1.Length) _ + AndAlso (s1.ReadByte = s2.ReadByte)) + + + Loop + If (s1.Position = s1.Length) Then + Return type + End If + End If + + Loop + Finally + If (Not (s1) Is Nothing) Then + s1.Close + End If + If (Not (s2) Is Nothing) Then + s2.Close + End If + End Try + End If + xs.Add(dsSchema) + Return type + End Function + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWCUST_RPTPM_UNIONRow + Inherits Global.System.Data.DataRow + + Private tableVWCUST_RPTPM_UNION As VWCUST_RPTPM_UNIONDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWCUST_RPTPM_UNION = CType(Me.Table,VWCUST_RPTPM_UNIONDataTable) + End Sub + + _ + Public Property GroupTypeID() As Integer + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.GroupTypeIDColumn),Integer) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.GroupTypeIDColumn) = value + End Set + End Property + + _ + Public Property GroupType() As String + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.GroupTypeColumn),String) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.GroupTypeColumn) = value + End Set + End Property + + _ + Public Property DOC_ID() As Long + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.DOC_IDColumn),Long) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DOC_ID in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.DOC_IDColumn) = value + End Set + End Property + + _ + Public Property KreditorNummer() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.KreditorNummerColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte KreditorNummer in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.KreditorNummerColumn) = value + End Set + End Property + + _ + Public Property KreditorName_Lang() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.KreditorName_LangColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte KreditorName_Lang in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.KreditorName_LangColumn) = value + End Set + End Property + + _ + Public Property KreditorName() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.KreditorNameColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte KreditorName in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.KreditorNameColumn) = value + End Set + End Property + + _ + Public Property RechnungNr() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.RechnungNrColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte RechnungNr in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.RechnungNrColumn) = value + End Set + End Property + + _ + Public Property Referenz() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.ReferenzColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Referenz in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.ReferenzColumn) = value + End Set + End Property + + _ + Public Property Nettobetrag() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.NettobetragColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Nettobetrag in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.NettobetragColumn) = value + End Set + End Property + + _ + Public Property Bruttobetrag() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.BruttobetragColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Bruttobetrag in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.BruttobetragColumn) = value + End Set + End Property + + _ + Public Property Zahlungsziel() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.ZahlungszielColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Zahlungsziel in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.ZahlungszielColumn) = value + End Set + End Property + + _ + Public Property Mandant() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.MandantColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Mandant in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.MandantColumn) = value + End Set + End Property + + _ + Public Property Mandant_Name() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.Mandant_NameColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Mandant Name in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.Mandant_NameColumn) = value + End Set + End Property + + _ + Public Property Kostenstelle() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.KostenstelleColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Kostenstelle in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.KostenstelleColumn) = value + End Set + End Property + + _ + Public Property Erhalten_wann() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.Erhalten_wannColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Erhalten wann in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.Erhalten_wannColumn) = value + End Set + End Property + + _ + Public Property Belegdatum() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.BelegdatumColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Belegdatum in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.BelegdatumColumn) = value + End Set + End Property + + _ + Public Property FG_Email() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.FG_EmailColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FG_Email in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.FG_EmailColumn) = value + End Set + End Property + + _ + Public Property FG_Freigabe() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.FG_FreigabeColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FG_Freigabe in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.FG_FreigabeColumn) = value + End Set + End Property + + _ + Public Property FG_Wann() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.FG_WannColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte FG_Wann in Tabelle VWCUST_RPTPM_UNION ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.FG_WannColumn) = value + End Set + End Property + + _ + Public Property WHO() As String + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.WHOColumn),String) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.WHOColumn) = value + End Set + End Property + + _ + Public Property _WHEN() As String + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.WHENColumn),String) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.WHENColumn) = value + End Set + End Property + + _ + Public Property DELEGATION() As String + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION.DELEGATIONColumn),String) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION.DELEGATIONColumn) = value + End Set + End Property + + _ + Public Function IsDOC_IDNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.DOC_IDColumn) + End Function + + _ + Public Sub SetDOC_IDNull() + Me(Me.tableVWCUST_RPTPM_UNION.DOC_IDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsKreditorNummerNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.KreditorNummerColumn) + End Function + + _ + Public Sub SetKreditorNummerNull() + Me(Me.tableVWCUST_RPTPM_UNION.KreditorNummerColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsKreditorName_LangNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.KreditorName_LangColumn) + End Function + + _ + Public Sub SetKreditorName_LangNull() + Me(Me.tableVWCUST_RPTPM_UNION.KreditorName_LangColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsKreditorNameNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.KreditorNameColumn) + End Function + + _ + Public Sub SetKreditorNameNull() + Me(Me.tableVWCUST_RPTPM_UNION.KreditorNameColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsRechnungNrNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.RechnungNrColumn) + End Function + + _ + Public Sub SetRechnungNrNull() + Me(Me.tableVWCUST_RPTPM_UNION.RechnungNrColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsReferenzNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.ReferenzColumn) + End Function + + _ + Public Sub SetReferenzNull() + Me(Me.tableVWCUST_RPTPM_UNION.ReferenzColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsNettobetragNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.NettobetragColumn) + End Function + + _ + Public Sub SetNettobetragNull() + Me(Me.tableVWCUST_RPTPM_UNION.NettobetragColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsBruttobetragNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.BruttobetragColumn) + End Function + + _ + Public Sub SetBruttobetragNull() + Me(Me.tableVWCUST_RPTPM_UNION.BruttobetragColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsZahlungszielNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.ZahlungszielColumn) + End Function + + _ + Public Sub SetZahlungszielNull() + Me(Me.tableVWCUST_RPTPM_UNION.ZahlungszielColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsMandantNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.MandantColumn) + End Function + + _ + Public Sub SetMandantNull() + Me(Me.tableVWCUST_RPTPM_UNION.MandantColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsMandant_NameNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.Mandant_NameColumn) + End Function + + _ + Public Sub SetMandant_NameNull() + Me(Me.tableVWCUST_RPTPM_UNION.Mandant_NameColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsKostenstelleNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.KostenstelleColumn) + End Function + + _ + Public Sub SetKostenstelleNull() + Me(Me.tableVWCUST_RPTPM_UNION.KostenstelleColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsErhalten_wannNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.Erhalten_wannColumn) + End Function + + _ + Public Sub SetErhalten_wannNull() + Me(Me.tableVWCUST_RPTPM_UNION.Erhalten_wannColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsBelegdatumNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.BelegdatumColumn) + End Function + + _ + Public Sub SetBelegdatumNull() + Me(Me.tableVWCUST_RPTPM_UNION.BelegdatumColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFG_EmailNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.FG_EmailColumn) + End Function + + _ + Public Sub SetFG_EmailNull() + Me(Me.tableVWCUST_RPTPM_UNION.FG_EmailColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFG_FreigabeNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.FG_FreigabeColumn) + End Function + + _ + Public Sub SetFG_FreigabeNull() + Me(Me.tableVWCUST_RPTPM_UNION.FG_FreigabeColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFG_WannNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION.FG_WannColumn) + End Function + + _ + Public Sub SetFG_WannNull() + Me(Me.tableVWCUST_RPTPM_UNION.FG_WannColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWCUST_RPTPM_UNION1Row + Inherits Global.System.Data.DataRow + + Private tableVWCUST_RPTPM_UNION1 As VWCUST_RPTPM_UNION1DataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWCUST_RPTPM_UNION1 = CType(Me.Table,VWCUST_RPTPM_UNION1DataTable) + End Sub + + _ + Public Property FG_TYP() As String + Get + Return CType(Me(Me.tableVWCUST_RPTPM_UNION1.FG_TYPColumn),String) + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION1.FG_TYPColumn) = value + End Set + End Property + + _ + Public Property DocID() As Integer + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION1.DocIDColumn),Integer) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DocID in Tabelle VWCUST_RPTPM_UNION1 ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION1.DocIDColumn) = value + End Set + End Property + + _ + Public Property Email() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION1.EmailColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Email in Tabelle VWCUST_RPTPM_UNION1 ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION1.EmailColumn) = value + End Set + End Property + + _ + Public Property Freigabe() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION1.FreigabeColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Freigabe in Tabelle VWCUST_RPTPM_UNION1 ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION1.FreigabeColumn) = value + End Set + End Property + + _ + Public Property Wann() As Date + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_UNION1.WannColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Wann in Tabelle VWCUST_RPTPM_UNION1 ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_UNION1.WannColumn) = value + End Set + End Property + + _ + Public Function IsDocIDNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION1.DocIDColumn) + End Function + + _ + Public Sub SetDocIDNull() + Me(Me.tableVWCUST_RPTPM_UNION1.DocIDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsEmailNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION1.EmailColumn) + End Function + + _ + Public Sub SetEmailNull() + Me(Me.tableVWCUST_RPTPM_UNION1.EmailColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsFreigabeNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION1.FreigabeColumn) + End Function + + _ + Public Sub SetFreigabeNull() + Me(Me.tableVWCUST_RPTPM_UNION1.FreigabeColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWannNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_UNION1.WannColumn) + End Function + + _ + Public Sub SetWannNull() + Me(Me.tableVWCUST_RPTPM_UNION1.WannColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWCUST_RPTPM_INV_RPT_STAMPRow + Inherits Global.System.Data.DataRow + + Private tableVWCUST_RPTPM_INV_RPT_STAMP As VWCUST_RPTPM_INV_RPT_STAMPDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWCUST_RPTPM_INV_RPT_STAMP = CType(Me.Table,VWCUST_RPTPM_INV_RPT_STAMPDataTable) + End Sub + + _ + Public Property STATE() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.STATEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte STATE in Tabelle VWCUST_RPTPM_INV_RPT_STAMP ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.STATEColumn) = value + End Set + End Property + + _ + Public Property WHO() As String + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte WHO in Tabelle VWCUST_RPTPM_INV_RPT_STAMP ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.WHOColumn) = value + End Set + End Property + + _ + Public Property DocID() As Long + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.DocIDColumn),Long) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DocID in Tabelle VWCUST_RPTPM_INV_RPT_STAMP ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.DocIDColumn) = value + End Set + End Property + + _ + Public Property CREATED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.CREATED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CREATED_WHEN in Tabelle VWCUST_RPTPM_INV_RPT_STAMP ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.CREATED_WHENColumn) = value + End Set + End Property + + _ + Public Function IsSTATENull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.STATEColumn) + End Function + + _ + Public Sub SetSTATENull() + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.STATEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWHONull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.WHOColumn) + End Function + + _ + Public Sub SetWHONull() + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsDocIDNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.DocIDColumn) + End Function + + _ + Public Sub SetDocIDNull() + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.DocIDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCREATED_WHENNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.CREATED_WHENColumn) + End Function + + _ + Public Sub SetCREATED_WHENNull() + Me(Me.tableVWCUST_RPTPM_INV_RPT_STAMP.CREATED_WHENColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class VWCUST_STAMPRow + Inherits Global.System.Data.DataRow + + Private tableVWCUST_STAMP As VWCUST_STAMPDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableVWCUST_STAMP = CType(Me.Table,VWCUST_STAMPDataTable) + End Sub + + _ + Public Property FG_TYP() As String + Get + Return CType(Me(Me.tableVWCUST_STAMP.FG_TYPColumn),String) + End Get + Set + Me(Me.tableVWCUST_STAMP.FG_TYPColumn) = value + End Set + End Property + + _ + Public Property DocID() As Integer + Get + Return CType(Me(Me.tableVWCUST_STAMP.DocIDColumn),Integer) + End Get + Set + Me(Me.tableVWCUST_STAMP.DocIDColumn) = value + End Set + End Property + + _ + Public Property Email() As String + Get + Return CType(Me(Me.tableVWCUST_STAMP.EmailColumn),String) + End Get + Set + Me(Me.tableVWCUST_STAMP.EmailColumn) = value + End Set + End Property + + _ + Public Property Freigabe() As String + Get + Try + Return CType(Me(Me.tableVWCUST_STAMP.FreigabeColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Freigabe in Tabelle VWCUST_STAMP ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_STAMP.FreigabeColumn) = value + End Set + End Property + + _ + Public Property Wann() As Date + Get + Try + Return CType(Me(Me.tableVWCUST_STAMP.WannColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte Wann in Tabelle VWCUST_STAMP ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableVWCUST_STAMP.WannColumn) = value + End Set + End Property + + _ + Public Function IsFreigabeNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_STAMP.FreigabeColumn) + End Function + + _ + Public Sub SetFreigabeNull() + Me(Me.tableVWCUST_STAMP.FreigabeColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWannNull() As Boolean + Return Me.IsNull(Me.tableVWCUST_STAMP.WannColumn) + End Function + + _ + Public Sub SetWannNull() + Me(Me.tableVWCUST_STAMP.WannColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Represents strongly named DataRow class. + ''' + Partial Public Class FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + Inherits Global.System.Data.DataRow + + Private tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable + + _ + Friend Sub New(ByVal rb As Global.System.Data.DataRowBuilder) + MyBase.New(rb) + Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID = CType(Me.Table,FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable) + End Sub + + _ + Public Property DocID() As Long + Get + Try + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.DocIDColumn),Long) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte DocID in Tabelle FNCUST_PM_GET_RPT_STAMP_FOR_DocID ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.DocIDColumn) = value + End Set + End Property + + _ + Public Property STATE() As String + Get + Try + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.STATEColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte STATE in Tabelle FNCUST_PM_GET_RPT_STAMP_FOR_DocID ist DBNull"& _ + ".", e) + End Try + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.STATEColumn) = value + End Set + End Property + + _ + Public Property WHO() As String + Get + Try + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.WHOColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte WHO in Tabelle FNCUST_PM_GET_RPT_STAMP_FOR_DocID ist DBNull.", e) + End Try + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.WHOColumn) = value + End Set + End Property + + _ + Public Property CREATED_WHEN() As Date + Get + Try + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.CREATED_WHENColumn),Date) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte CREATED_WHEN in Tabelle FNCUST_PM_GET_RPT_STAMP_FOR_DocID ist"& _ + " DBNull.", e) + End Try + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.CREATED_WHENColumn) = value + End Set + End Property + + _ + Public Property COMMENT() As String + Get + Try + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.COMMENTColumn),String) + Catch e As Global.System.InvalidCastException + Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte COMMENT in Tabelle FNCUST_PM_GET_RPT_STAMP_FOR_DocID ist DBNu"& _ + "ll.", e) + End Try + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.COMMENTColumn) = value + End Set + End Property + + _ + Public Property SequentialOrder() As Integer + Get + Return CType(Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.SequentialOrderColumn),Integer) + End Get + Set + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.SequentialOrderColumn) = value + End Set + End Property + + _ + Public Function IsDocIDNull() As Boolean + Return Me.IsNull(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.DocIDColumn) + End Function + + _ + Public Sub SetDocIDNull() + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.DocIDColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsSTATENull() As Boolean + Return Me.IsNull(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.STATEColumn) + End Function + + _ + Public Sub SetSTATENull() + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.STATEColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsWHONull() As Boolean + Return Me.IsNull(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.WHOColumn) + End Function + + _ + Public Sub SetWHONull() + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.WHOColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCREATED_WHENNull() As Boolean + Return Me.IsNull(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.CREATED_WHENColumn) + End Function + + _ + Public Sub SetCREATED_WHENNull() + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.CREATED_WHENColumn) = Global.System.Convert.DBNull + End Sub + + _ + Public Function IsCOMMENTNull() As Boolean + Return Me.IsNull(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.COMMENTColumn) + End Function + + _ + Public Sub SetCOMMENTNull() + Me(Me.tableFNCUST_PM_GET_RPT_STAMP_FOR_DocID.COMMENTColumn) = Global.System.Convert.DBNull + End Sub + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWCUST_RPTPM_UNIONRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWCUST_RPTPM_UNIONRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWCUST_RPTPM_UNIONRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWCUST_RPTPM_UNIONRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWCUST_RPTPM_UNION1RowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWCUST_RPTPM_UNION1Row + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWCUST_RPTPM_UNION1Row, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWCUST_RPTPM_UNION1Row + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWCUST_RPTPM_INV_RPT_STAMPRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWCUST_RPTPM_INV_RPT_STAMPRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWCUST_RPTPM_INV_RPT_STAMPRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWCUST_RPTPM_INV_RPT_STAMPRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class VWCUST_STAMPRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As VWCUST_STAMPRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As VWCUST_STAMPRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As VWCUST_STAMPRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class + + ''' + '''Row event argument class + ''' + _ + Public Class FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRowChangeEvent + Inherits Global.System.EventArgs + + Private eventRow As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + + Private eventAction As Global.System.Data.DataRowAction + + _ + Public Sub New(ByVal row As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow, ByVal action As Global.System.Data.DataRowAction) + MyBase.New + Me.eventRow = row + Me.eventAction = action + End Sub + + _ + Public ReadOnly Property Row() As FNCUST_PM_GET_RPT_STAMP_FOR_DocIDRow + Get + Return Me.eventRow + End Get + End Property + + _ + Public ReadOnly Property Action() As Global.System.Data.DataRowAction + Get + Return Me.eventAction + End Get + End Property + End Class +End Class + +Namespace MyDatasetTableAdapters + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWCUST_RPTPM_UNIONTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWCUST_RPTPM_UNION" + tableMapping.ColumnMappings.Add("GroupTypeID", "GroupTypeID") + tableMapping.ColumnMappings.Add("GroupType", "GroupType") + tableMapping.ColumnMappings.Add("DOC_ID", "DOC_ID") + tableMapping.ColumnMappings.Add("KreditorNummer", "KreditorNummer") + tableMapping.ColumnMappings.Add("KreditorName_Lang", "KreditorName_Lang") + tableMapping.ColumnMappings.Add("KreditorName", "KreditorName") + tableMapping.ColumnMappings.Add("RechnungNr", "RechnungNr") + tableMapping.ColumnMappings.Add("Referenz", "Referenz") + tableMapping.ColumnMappings.Add("Nettobetrag", "Nettobetrag") + tableMapping.ColumnMappings.Add("Bruttobetrag", "Bruttobetrag") + tableMapping.ColumnMappings.Add("Zahlungsziel", "Zahlungsziel") + tableMapping.ColumnMappings.Add("Mandant", "Mandant") + tableMapping.ColumnMappings.Add("Mandant Name", "Mandant Name") + tableMapping.ColumnMappings.Add("Kostenstelle", "Kostenstelle") + tableMapping.ColumnMappings.Add("Erhalten wann", "Erhalten wann") + tableMapping.ColumnMappings.Add("Belegdatum", "Belegdatum") + tableMapping.ColumnMappings.Add("FG_Email", "FG_Email") + tableMapping.ColumnMappings.Add("FG_Freigabe", "FG_Freigabe") + tableMapping.ColumnMappings.Add("FG_Wann", "FG_Wann") + tableMapping.ColumnMappings.Add("WHO", "WHO") + tableMapping.ColumnMappings.Add("WHEN", "WHEN") + tableMapping.ColumnMappings.Add("DELEGATION", "DELEGATION") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.WISAG_PM_REPORT.My.MySettings.Default.MySSConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT GroupTypeID, GroupType, DOC_ID, KreditorNummer, KreditorName_Lang, "& _ + "KreditorName, RechnungNr, Referenz, Nettobetrag, Bruttobetrag, Zahlungsziel, Man"& _ + "dant, [Mandant Name], Kostenstelle, [Erhalten wann], Belegdatum, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _ + " FG_Email, FG_Freigabe, FG_Wann, WHO, [WHEN], DELEGATION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM "& _ + " VWCUST_RPTPM_UNION"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (DOC_ID = @DocID) AND (LEN(RechnungNr) > 0"& _ + ")" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocID", Global.System.Data.SqlDbType.BigInt, 8, Global.System.Data.ParameterDirection.Input, 0, 0, "DOC_ID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWCUST_RPTPM_UNIONDataTable, ByVal DocID As Global.System.Nullable(Of Long)) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (DocID.HasValue = true) Then + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID.Value,Long) + Else + Me.Adapter.SelectCommand.Parameters(0).Value = Global.System.DBNull.Value + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal DocID As Global.System.Nullable(Of Long)) As MyDataset.VWCUST_RPTPM_UNIONDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (DocID.HasValue = true) Then + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID.Value,Long) + Else + Me.Adapter.SelectCommand.Parameters(0).Value = Global.System.DBNull.Value + End If + Dim dataTable As MyDataset.VWCUST_RPTPM_UNIONDataTable = New MyDataset.VWCUST_RPTPM_UNIONDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWCUST_RPTPM_UNION1TableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWCUST_RPTPM_UNION1" + tableMapping.ColumnMappings.Add("FG_TYP", "FG_TYP") + tableMapping.ColumnMappings.Add("DocID", "DocID") + tableMapping.ColumnMappings.Add("Email", "Email") + tableMapping.ColumnMappings.Add("Freigabe", "Freigabe") + tableMapping.ColumnMappings.Add("Wann", "Wann") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.WISAG_PM_REPORT.My.MySettings.Default.MySSConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT FG_TYP, DocID, Email, Freigabe, Wann"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWCUST_STAMP"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (DocID = @DocID)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "DocID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWCUST_RPTPM_UNION1DataTable, ByVal DocID As Global.System.Nullable(Of Integer)) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (DocID.HasValue = true) Then + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID.Value,Integer) + Else + Me.Adapter.SelectCommand.Parameters(0).Value = Global.System.DBNull.Value + End If + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal DocID As Global.System.Nullable(Of Integer)) As MyDataset.VWCUST_RPTPM_UNION1DataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + If (DocID.HasValue = true) Then + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID.Value,Integer) + Else + Me.Adapter.SelectCommand.Parameters(0).Value = Global.System.DBNull.Value + End If + Dim dataTable As MyDataset.VWCUST_RPTPM_UNION1DataTable = New MyDataset.VWCUST_RPTPM_UNION1DataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWCUST_RPTPM_INV_RPT_STAMPTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWCUST_RPTPM_INV_RPT_STAMP" + tableMapping.ColumnMappings.Add("STATE", "STATE") + tableMapping.ColumnMappings.Add("WHO", "WHO") + tableMapping.ColumnMappings.Add("DocID", "DocID") + tableMapping.ColumnMappings.Add("CREATED_WHEN", "CREATED_WHEN") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.WISAG_PM_REPORT.My.MySettings.Default.MySSConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT DocID, STATE, WHO, CREATED_WHEN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM dbo.FNCUST_PM_GET_"& _ + "RPT_STAMP_FOR_DocID(@DocID) AS FNCUST_PM_GET_RPT_STAMP_FOR_DocID_1" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocID", Global.System.Data.SqlDbType.BigInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWCUST_RPTPM_INV_RPT_STAMPDataTable, ByVal DocID As Long) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Long) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal DocID As Long) As MyDataset.VWCUST_RPTPM_INV_RPT_STAMPDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Long) + Dim dataTable As MyDataset.VWCUST_RPTPM_INV_RPT_STAMPDataTable = New MyDataset.VWCUST_RPTPM_INV_RPT_STAMPDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class VWCUST_STAMPTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "VWCUST_STAMP" + tableMapping.ColumnMappings.Add("FG_TYP", "FG_TYP") + tableMapping.ColumnMappings.Add("DocID", "DocID") + tableMapping.ColumnMappings.Add("Email", "Email") + tableMapping.ColumnMappings.Add("Freigabe", "Freigabe") + tableMapping.ColumnMappings.Add("Wann", "Wann") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.WISAG_PM_REPORT.My.MySettings.Default.MySSConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT FG_TYP, DocID, Email, Freigabe, Wann"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM VWCUST_STAMP"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (DocID = @DocID)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "DocID", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.VWCUST_STAMPDataTable, ByVal DocID As Integer) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Integer) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal DocID As Integer) As MyDataset.VWCUST_STAMPDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Integer) + Dim dataTable As MyDataset.VWCUST_STAMPDataTable = New MyDataset.VWCUST_STAMPDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''Represents the connection and commands used to retrieve and save data. + ''' + _ + Partial Public Class FNCUST_PM_GET_RPT_STAMP_FOR_DocIDTableAdapter + Inherits Global.System.ComponentModel.Component + + Private WithEvents _adapter As Global.System.Data.SqlClient.SqlDataAdapter + + Private _connection As Global.System.Data.SqlClient.SqlConnection + + Private _transaction As Global.System.Data.SqlClient.SqlTransaction + + Private _commandCollection() As Global.System.Data.SqlClient.SqlCommand + + Private _clearBeforeFill As Boolean + + _ + Public Sub New() + MyBase.New + Me.ClearBeforeFill = true + End Sub + + _ + Protected Friend ReadOnly Property Adapter() As Global.System.Data.SqlClient.SqlDataAdapter + Get + If (Me._adapter Is Nothing) Then + Me.InitAdapter + End If + Return Me._adapter + End Get + End Property + + _ + Friend Property Connection() As Global.System.Data.SqlClient.SqlConnection + Get + If (Me._connection Is Nothing) Then + Me.InitConnection + End If + Return Me._connection + End Get + Set + Me._connection = value + If (Not (Me.Adapter.InsertCommand) Is Nothing) Then + Me.Adapter.InsertCommand.Connection = value + End If + If (Not (Me.Adapter.DeleteCommand) Is Nothing) Then + Me.Adapter.DeleteCommand.Connection = value + End If + If (Not (Me.Adapter.UpdateCommand) Is Nothing) Then + Me.Adapter.UpdateCommand.Connection = value + End If + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + If (Not (Me.CommandCollection(i)) Is Nothing) Then + CType(Me.CommandCollection(i),Global.System.Data.SqlClient.SqlCommand).Connection = value + End If + i = (i + 1) + Loop + End Set + End Property + + _ + Friend Property Transaction() As Global.System.Data.SqlClient.SqlTransaction + Get + Return Me._transaction + End Get + Set + Me._transaction = value + Dim i As Integer = 0 + Do While (i < Me.CommandCollection.Length) + Me.CommandCollection(i).Transaction = Me._transaction + i = (i + 1) + Loop + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.DeleteCommand) Is Nothing)) Then + Me.Adapter.DeleteCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.InsertCommand) Is Nothing)) Then + Me.Adapter.InsertCommand.Transaction = Me._transaction + End If + If ((Not (Me.Adapter) Is Nothing) _ + AndAlso (Not (Me.Adapter.UpdateCommand) Is Nothing)) Then + Me.Adapter.UpdateCommand.Transaction = Me._transaction + End If + End Set + End Property + + _ + Protected ReadOnly Property CommandCollection() As Global.System.Data.SqlClient.SqlCommand() + Get + If (Me._commandCollection Is Nothing) Then + Me.InitCommandCollection + End If + Return Me._commandCollection + End Get + End Property + + _ + Public Property ClearBeforeFill() As Boolean + Get + Return Me._clearBeforeFill + End Get + Set + Me._clearBeforeFill = value + End Set + End Property + + _ + Private Sub InitAdapter() + Me._adapter = New Global.System.Data.SqlClient.SqlDataAdapter() + Dim tableMapping As Global.System.Data.Common.DataTableMapping = New Global.System.Data.Common.DataTableMapping() + tableMapping.SourceTable = "Table" + tableMapping.DataSetTable = "FNCUST_PM_GET_RPT_STAMP_FOR_DocID" + tableMapping.ColumnMappings.Add("DocID", "DocID") + tableMapping.ColumnMappings.Add("STATE", "STATE") + tableMapping.ColumnMappings.Add("WHO", "WHO") + tableMapping.ColumnMappings.Add("CREATED_WHEN", "CREATED_WHEN") + tableMapping.ColumnMappings.Add("COMMENT", "COMMENT") + tableMapping.ColumnMappings.Add("SequentialOrder", "SequentialOrder") + Me._adapter.TableMappings.Add(tableMapping) + End Sub + + _ + Private Sub InitConnection() + Me._connection = New Global.System.Data.SqlClient.SqlConnection() + Me._connection.ConnectionString = Global.WISAG_PM_REPORT.My.MySettings.Default.MySSConnectionString + End Sub + + _ + Private Sub InitCommandCollection() + Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {} + Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand() + Me._commandCollection(0).Connection = Me.Connection + Me._commandCollection(0).CommandText = "SELECT * FROM [dbo].FNCUST_PM_GET_RPT_STAMP_FOR_DocID (@DocID)" + Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text + Me._commandCollection(0).Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@DocID", Global.System.Data.SqlDbType.BigInt, 0, Global.System.Data.ParameterDirection.Input, 0, 0, "", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", "")) + End Sub + + _ + Public Overloads Overridable Function Fill(ByVal dataTable As MyDataset.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable, ByVal DocID As Long) As Integer + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Long) + If (Me.ClearBeforeFill = true) Then + dataTable.Clear + End If + Dim returnValue As Integer = Me.Adapter.Fill(dataTable) + Return returnValue + End Function + + _ + Public Overloads Overridable Function GetData(ByVal DocID As Long) As MyDataset.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable + Me.Adapter.SelectCommand = Me.CommandCollection(0) + Me.Adapter.SelectCommand.Parameters(0).Value = CType(DocID,Long) + Dim dataTable As MyDataset.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable = New MyDataset.FNCUST_PM_GET_RPT_STAMP_FOR_DocIDDataTable() + Me.Adapter.Fill(dataTable) + Return dataTable + End Function + End Class + + ''' + '''TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios + ''' + _ + Partial Public Class TableAdapterManager + Inherits Global.System.ComponentModel.Component + + Private _updateOrder As UpdateOrderOption + + Private _backupDataSetBeforeUpdate As Boolean + + Private _connection As Global.System.Data.IDbConnection + + _ + Public Property UpdateOrder() As UpdateOrderOption + Get + Return Me._updateOrder + End Get + Set + Me._updateOrder = value + End Set + End Property + + _ + Public Property BackupDataSetBeforeUpdate() As Boolean + Get + Return Me._backupDataSetBeforeUpdate + End Get + Set + Me._backupDataSetBeforeUpdate = value + End Set + End Property + + _ + Public Property Connection() As Global.System.Data.IDbConnection + Get + If (Not (Me._connection) Is Nothing) Then + Return Me._connection + End If + Return Nothing + End Get + Set + Me._connection = value + End Set + End Property + + _ + Public ReadOnly Property TableAdapterInstanceCount() As Integer + Get + Dim count As Integer = 0 + Return count + End Get + End Property + + ''' + '''Update rows in top-down order. + ''' + _ + Private Function UpdateUpdatedRows(ByVal dataSet As MyDataset, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow), ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + Return result + End Function + + ''' + '''Insert rows in top-down order. + ''' + _ + Private Function UpdateInsertedRows(ByVal dataSet As MyDataset, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + Return result + End Function + + ''' + '''Delete rows in bottom-up order. + ''' + _ + Private Function UpdateDeletedRows(ByVal dataSet As MyDataset, ByVal allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Integer + Dim result As Integer = 0 + Return result + End Function + + ''' + '''Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first + ''' + _ + Private Function GetRealUpdatedRows(ByVal updatedRows() As Global.System.Data.DataRow, ByVal allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)) As Global.System.Data.DataRow() + If ((updatedRows Is Nothing) _ + OrElse (updatedRows.Length < 1)) Then + Return updatedRows + End If + If ((allAddedRows Is Nothing) _ + OrElse (allAddedRows.Count < 1)) Then + Return updatedRows + End If + Dim realUpdatedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim i As Integer = 0 + Do While (i < updatedRows.Length) + Dim row As Global.System.Data.DataRow = updatedRows(i) + If (allAddedRows.Contains(row) = false) Then + realUpdatedRows.Add(row) + End If + i = (i + 1) + Loop + Return realUpdatedRows.ToArray + End Function + + ''' + '''Update all changes to the dataset. + ''' + _ + Public Overridable Function UpdateAll(ByVal dataSet As MyDataset) As Integer + If (dataSet Is Nothing) Then + Throw New Global.System.ArgumentNullException("dataSet") + End If + If (dataSet.HasChanges = false) Then + Return 0 + End If + Dim workConnection As Global.System.Data.IDbConnection = Me.Connection + If (workConnection Is Nothing) Then + Throw New Global.System.ApplicationException("TableAdapterManager enthält keine Verbindungsinformationen. Legen Sie jede TableA"& _ + "dapterManager TableAdapter-Eigenschaft auf eine gültige TableAdapter-Instanz fes"& _ + "t.") + End If + Dim workConnOpened As Boolean = false + If ((workConnection.State And Global.System.Data.ConnectionState.Broken) _ + = Global.System.Data.ConnectionState.Broken) Then + workConnection.Close + End If + If (workConnection.State = Global.System.Data.ConnectionState.Closed) Then + workConnection.Open + workConnOpened = true + End If + Dim workTransaction As Global.System.Data.IDbTransaction = workConnection.BeginTransaction + If (workTransaction Is Nothing) Then + Throw New Global.System.ApplicationException("Die Transaktion kann nicht gestartet werden. Die aktuelle Datenverbindung unterst"& _ + "ützt keine Transaktionen, oder der aktuelle Zustand lässt den Start der Transakt"& _ + "ion nicht zu.") + End If + Dim allChangedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim allAddedRows As Global.System.Collections.Generic.List(Of Global.System.Data.DataRow) = New Global.System.Collections.Generic.List(Of Global.System.Data.DataRow)() + Dim adaptersWithAcceptChangesDuringUpdate As Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter) = New Global.System.Collections.Generic.List(Of Global.System.Data.Common.DataAdapter)() + Dim revertConnections As Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection) = New Global.System.Collections.Generic.Dictionary(Of Object, Global.System.Data.IDbConnection)() + Dim result As Integer = 0 + Dim backupDataSet As Global.System.Data.DataSet = Nothing + If Me.BackupDataSetBeforeUpdate Then + backupDataSet = New Global.System.Data.DataSet() + backupDataSet.Merge(dataSet) + End If + Try + '---- Prepare for update ----------- + ' + ' + '---- Perform updates ----------- + ' + If (Me.UpdateOrder = UpdateOrderOption.UpdateInsertDelete) Then + result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) + result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) + Else + result = (result + Me.UpdateInsertedRows(dataSet, allAddedRows)) + result = (result + Me.UpdateUpdatedRows(dataSet, allChangedRows, allAddedRows)) + End If + result = (result + Me.UpdateDeletedRows(dataSet, allChangedRows)) + ' + '---- Commit updates ----------- + ' + workTransaction.Commit + If (0 < allAddedRows.Count) Then + Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow + allAddedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + i = (i + 1) + Loop + End If + If (0 < allChangedRows.Count) Then + Dim rows((allChangedRows.Count) - 1) As Global.System.Data.DataRow + allChangedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + i = (i + 1) + Loop + End If + Catch ex As Global.System.Exception + workTransaction.Rollback + '---- Restore the dataset ----------- + If Me.BackupDataSetBeforeUpdate Then + Global.System.Diagnostics.Debug.Assert((Not (backupDataSet) Is Nothing)) + dataSet.Clear + dataSet.Merge(backupDataSet) + Else + If (0 < allAddedRows.Count) Then + Dim rows((allAddedRows.Count) - 1) As Global.System.Data.DataRow + allAddedRows.CopyTo(rows) + Dim i As Integer = 0 + Do While (i < rows.Length) + Dim row As Global.System.Data.DataRow = rows(i) + row.AcceptChanges + row.SetAdded + i = (i + 1) + Loop + End If + End If + Throw ex + Finally + If workConnOpened Then + workConnection.Close + End If + If (0 < adaptersWithAcceptChangesDuringUpdate.Count) Then + Dim adapters((adaptersWithAcceptChangesDuringUpdate.Count) - 1) As Global.System.Data.Common.DataAdapter + adaptersWithAcceptChangesDuringUpdate.CopyTo(adapters) + Dim i As Integer = 0 + Do While (i < adapters.Length) + Dim adapter As Global.System.Data.Common.DataAdapter = adapters(i) + adapter.AcceptChangesDuringUpdate = true + i = (i + 1) + Loop + End If + End Try + Return result + End Function + + _ + Protected Overridable Sub SortSelfReferenceRows(ByVal rows() As Global.System.Data.DataRow, ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) + Global.System.Array.Sort(Of Global.System.Data.DataRow)(rows, New SelfReferenceComparer(relation, childFirst)) + End Sub + + _ + Protected Overridable Function MatchTableAdapterConnection(ByVal inputConnection As Global.System.Data.IDbConnection) As Boolean + If (Not (Me._connection) Is Nothing) Then + Return true + End If + If ((Me.Connection Is Nothing) _ + OrElse (inputConnection Is Nothing)) Then + Return true + End If + If String.Equals(Me.Connection.ConnectionString, inputConnection.ConnectionString, Global.System.StringComparison.Ordinal) Then + Return true + End If + Return false + End Function + + ''' + '''Update Order Option + ''' + _ + Public Enum UpdateOrderOption + + InsertUpdateDelete = 0 + + UpdateInsertDelete = 1 + End Enum + + ''' + '''Used to sort self-referenced table's rows + ''' + _ + Private Class SelfReferenceComparer + Inherits Object + Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow) + + Private _relation As Global.System.Data.DataRelation + + Private _childFirst As Integer + + _ + Friend Sub New(ByVal relation As Global.System.Data.DataRelation, ByVal childFirst As Boolean) + MyBase.New + Me._relation = relation + If childFirst Then + Me._childFirst = -1 + Else + Me._childFirst = 1 + End If + End Sub + + _ + Private Function GetRoot(ByVal row As Global.System.Data.DataRow, ByRef distance As Integer) As Global.System.Data.DataRow + Global.System.Diagnostics.Debug.Assert((Not (row) Is Nothing)) + Dim root As Global.System.Data.DataRow = row + distance = 0 + + Dim traversedRows As Global.System.Collections.Generic.IDictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow) = New Global.System.Collections.Generic.Dictionary(Of Global.System.Data.DataRow, Global.System.Data.DataRow)() + traversedRows(row) = row + + Dim parent As Global.System.Data.DataRow = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) + + Do While ((Not (parent) Is Nothing) _ + AndAlso (traversedRows.ContainsKey(parent) = false)) + distance = (distance + 1) + root = parent + traversedRows(parent) = parent + parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.[Default]) + + Loop + + If (distance = 0) Then + traversedRows.Clear + traversedRows(row) = row + parent = row.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) + + Do While ((Not (parent) Is Nothing) _ + AndAlso (traversedRows.ContainsKey(parent) = false)) + distance = (distance + 1) + root = parent + traversedRows(parent) = parent + parent = parent.GetParentRow(Me._relation, Global.System.Data.DataRowVersion.Original) + + Loop + End If + + Return root + End Function + + _ + Public Function Compare(ByVal row1 As Global.System.Data.DataRow, ByVal row2 As Global.System.Data.DataRow) As Integer Implements Global.System.Collections.Generic.IComparer(Of Global.System.Data.DataRow).Compare + If Object.ReferenceEquals(row1, row2) Then + Return 0 + End If + If (row1 Is Nothing) Then + Return -1 + End If + If (row2 Is Nothing) Then + Return 1 + End If + + Dim distance1 As Integer = 0 + Dim root1 As Global.System.Data.DataRow = Me.GetRoot(row1, distance1) + + Dim distance2 As Integer = 0 + Dim root2 As Global.System.Data.DataRow = Me.GetRoot(row2, distance2) + + If Object.ReferenceEquals(root1, root2) Then + Return (Me._childFirst * distance1.CompareTo(distance2)) + Else + Global.System.Diagnostics.Debug.Assert(((Not (root1.Table) Is Nothing) _ + AndAlso (Not (root2.Table) Is Nothing))) + If (root1.Table.Rows.IndexOf(root1) < root2.Table.Rows.IndexOf(root2)) Then + Return -1 + Else + Return 1 + End If + End If + End Function + End Class + End Class +End Namespace diff --git a/WISAG_PM_REPORT/MyDataset.vb b/WISAG_PM_REPORT/MyDataset.vb new file mode 100644 index 0000000..dafc707 --- /dev/null +++ b/WISAG_PM_REPORT/MyDataset.vb @@ -0,0 +1,4 @@ +Partial Class MyDataset + Partial Public Class VWCUST_RPTPM_UNION1DataTable + End Class +End Class diff --git a/WISAG_PM_REPORT/MyDataset.xsc b/WISAG_PM_REPORT/MyDataset.xsc new file mode 100644 index 0000000..05b0199 --- /dev/null +++ b/WISAG_PM_REPORT/MyDataset.xsc @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/MyDataset.xsd b/WISAG_PM_REPORT/MyDataset.xsd new file mode 100644 index 0000000..3ee5d29 --- /dev/null +++ b/WISAG_PM_REPORT/MyDataset.xsd @@ -0,0 +1,414 @@ + + + + + + + + + + + + + + + SELECT GroupTypeID, GroupType, DOC_ID, KreditorNummer, KreditorName_Lang, KreditorName, RechnungNr, Referenz, Nettobetrag, Bruttobetrag, Zahlungsziel, Mandant, [Mandant Name], Kostenstelle, [Erhalten wann], Belegdatum, + FG_Email, FG_Freigabe, FG_Wann, WHO, [WHEN], DELEGATION +FROM VWCUST_RPTPM_UNION +WHERE (DOC_ID = @DocID) AND (LEN(RechnungNr) > 0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SELECT FG_TYP, DocID, Email, Freigabe, Wann +FROM VWCUST_STAMP +WHERE (DocID = @DocID) + + + + + + + + + + + + + + + + + + + + + + SELECT DocID, STATE, WHO, CREATED_WHEN +FROM dbo.FNCUST_PM_GET_RPT_STAMP_FOR_DocID(@DocID) AS FNCUST_PM_GET_RPT_STAMP_FOR_DocID_1 + + + + + + + + + + + + + + + + + + + + + SELECT FG_TYP, DocID, Email, Freigabe, Wann +FROM VWCUST_STAMP +WHERE (DocID = @DocID) + + + + + + + + + + + + + + + + + + + + + + SELECT * FROM [dbo].FNCUST_PM_GET_RPT_STAMP_FOR_DocID (@DocID) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/MyDataset.xss b/WISAG_PM_REPORT/MyDataset.xss new file mode 100644 index 0000000..87867ca --- /dev/null +++ b/WISAG_PM_REPORT/MyDataset.xss @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/RpStampTable.Designer.vb b/WISAG_PM_REPORT/RpStampTable.Designer.vb new file mode 100644 index 0000000..88a2bad --- /dev/null +++ b/WISAG_PM_REPORT/RpStampTable.Designer.vb @@ -0,0 +1,462 @@ + +Partial Public Class RpStampTable + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim SelectQuery1 As DevExpress.DataAccess.Sql.SelectQuery = New DevExpress.DataAccess.Sql.SelectQuery() + Dim Column1 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression1 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Table1 As DevExpress.DataAccess.Sql.Table = New DevExpress.DataAccess.Sql.Table() + Dim Column2 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression2 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column3 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression3 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column4 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression4 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column5 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression5 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RpStampTable)) + Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) + Me.TopMarginBand1 = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMarginBand1 = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel2 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() + Me.DetailBand1 = New DevExpress.XtraReports.UI.DetailBand() + Me.XrPanel3 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell7 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell8 = New DevExpress.XtraReports.UI.XRTableCell() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() + Me.XrPanel5 = New DevExpress.XtraReports.UI.XRPanel() + Me.VwcusT_STAMPTableAdapter1 = New WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_STAMPTableAdapter() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'SqlDataSource1 + ' + Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" + Me.SqlDataSource1.Name = "SqlDataSource1" + ColumnExpression1.ColumnName = "FG_TYP" + Table1.Name = "VWCUST_STAMP" + ColumnExpression1.Table = Table1 + Column1.Expression = ColumnExpression1 + ColumnExpression2.ColumnName = "DocID" + ColumnExpression2.Table = Table1 + Column2.Expression = ColumnExpression2 + ColumnExpression3.ColumnName = "Email" + ColumnExpression3.Table = Table1 + Column3.Expression = ColumnExpression3 + ColumnExpression4.ColumnName = "Freigabe" + ColumnExpression4.Table = Table1 + Column4.Expression = ColumnExpression4 + ColumnExpression5.ColumnName = "Wann" + ColumnExpression5.Table = Table1 + Column5.Expression = ColumnExpression5 + SelectQuery1.Columns.Add(Column1) + SelectQuery1.Columns.Add(Column2) + SelectQuery1.Columns.Add(Column3) + SelectQuery1.Columns.Add(Column4) + SelectQuery1.Columns.Add(Column5) + SelectQuery1.Name = "VWCUST_STAMP" + SelectQuery1.Tables.Add(Table1) + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {SelectQuery1}) + Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") + ' + 'TopMarginBand1 + ' + Me.TopMarginBand1.HeightF = 0! + Me.TopMarginBand1.Name = "TopMarginBand1" + ' + 'BottomMarginBand1 + ' + Me.BottomMarginBand1.HeightF = 19.0! + Me.BottomMarginBand1.Name = "BottomMarginBand1" + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.HeightF = 0! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + Me.ReportHeaderBand1.Visible = False + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel2}) + Me.GroupHeaderBand1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupHeaderBand1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("FG_TYP", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 25.0! + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + Me.GroupHeaderBand1.StylePriority.UseFont = False + ' + 'XrPanel2 + ' + Me.XrPanel2.BackColor = System.Drawing.Color.White + Me.XrPanel2.BorderColor = System.Drawing.Color.Red + Me.XrPanel2.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel2.BorderWidth = 3.0! + Me.XrPanel2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.XrPanel2.LocationFloat = New DevExpress.Utils.PointFloat(373.2084!, 0!) + Me.XrPanel2.Name = "XrPanel2" + Me.XrPanel2.SizeF = New System.Drawing.SizeF(262.5!, 25.0!) + Me.XrPanel2.StylePriority.UseBackColor = False + Me.XrPanel2.StylePriority.UseBorderColor = False + Me.XrPanel2.StylePriority.UseBorders = False + Me.XrPanel2.StylePriority.UseBorderWidth = False + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(240.4164!, 25.0!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell2}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell2 + ' + Me.XrTableCell2.BackColor = System.Drawing.Color.LightGray + Me.XrTableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_TYP]")}) + Me.XrTableCell2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell2.Multiline = True + Me.XrTableCell2.Name = "XrTableCell2" + Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell2.StyleName = "GroupData3" + Me.XrTableCell2.StylePriority.UseBackColor = False + Me.XrTableCell2.StylePriority.UseFont = False + Me.XrTableCell2.Text = "XrTableCell2" + Me.XrTableCell2.Weight = 0.92685330904447116R + ' + 'GroupHeaderBand2 + ' + Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand2.HeightF = 38.00001! + Me.GroupHeaderBand2.Level = 1 + Me.GroupHeaderBand2.Name = "GroupHeaderBand2" + ' + 'XrPanel1 + ' + Me.XrPanel1.BackColor = System.Drawing.Color.White + Me.XrPanel1.BorderColor = System.Drawing.Color.Red + Me.XrPanel1.Borders = CType(((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Top) _ + Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel1.BorderWidth = 3.0! + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(373.2084!, 0!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(262.5!, 38.00001!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + Me.XrPanel1.StylePriority.UseBackColor = False + Me.XrPanel1.StylePriority.UseBorderColor = False + Me.XrPanel1.StylePriority.UseBorders = False + Me.XrPanel1.StylePriority.UseBorderWidth = False + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(10.00009!, 10.00001!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(242.4998!, 28.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell3, Me.XrTableCell5}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 1.0R + ' + 'XrTableCell3 + ' + Me.XrTableCell3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell3.Multiline = True + Me.XrTableCell3.Name = "XrTableCell3" + Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell3.StyleName = "DetailCaption3" + Me.XrTableCell3.StylePriority.UseFont = False + Me.XrTableCell3.Text = "Freigabe Wer" + Me.XrTableCell3.Weight = 0.3130061130404363R + ' + 'XrTableCell5 + ' + Me.XrTableCell5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell5.Multiline = True + Me.XrTableCell5.Name = "XrTableCell5" + Me.XrTableCell5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell5.StyleName = "DetailCaption3" + Me.XrTableCell5.StylePriority.UseFont = False + Me.XrTableCell5.Text = "Wann" + Me.XrTableCell5.Weight = 0.25187628329644896R + ' + 'DetailBand1 + ' + Me.DetailBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel3}) + Me.DetailBand1.HeightF = 21.875! + Me.DetailBand1.Name = "DetailBand1" + ' + 'XrPanel3 + ' + Me.XrPanel3.BackColor = System.Drawing.Color.White + Me.XrPanel3.BorderColor = System.Drawing.Color.Red + Me.XrPanel3.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel3.BorderWidth = 3.0! + Me.XrPanel3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable3}) + Me.XrPanel3.LocationFloat = New DevExpress.Utils.PointFloat(373.2084!, 0!) + Me.XrPanel3.Name = "XrPanel3" + Me.XrPanel3.SizeF = New System.Drawing.SizeF(262.5!, 21.875!) + Me.XrPanel3.StylePriority.UseBackColor = False + Me.XrPanel3.StylePriority.UseBorderColor = False + Me.XrPanel3.StylePriority.UseBorders = False + Me.XrPanel3.StylePriority.UseBorderWidth = False + ' + 'XrTable3 + ' + Me.XrTable3.BorderColor = System.Drawing.Color.Transparent + Me.XrTable3.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) + Me.XrTable3.Name = "XrTable3" + Me.XrTable3.OddStyleName = "DetailData3_Odd" + Me.XrTable3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow3}) + Me.XrTable3.SizeF = New System.Drawing.SizeF(240.4164!, 14.99999!) + Me.XrTable3.StylePriority.UseBorderColor = False + ' + 'XrTableRow3 + ' + Me.XrTableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell6, Me.XrTableCell7, Me.XrTableCell8}) + Me.XrTableRow3.Name = "XrTableRow3" + Me.XrTableRow3.Weight = 11.5R + ' + 'XrTableCell6 + ' + Me.XrTableCell6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Email]")}) + Me.XrTableCell6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell6.Multiline = True + Me.XrTableCell6.Name = "XrTableCell6" + Me.XrTableCell6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell6.StyleName = "DetailData3" + Me.XrTableCell6.StylePriority.UseFont = False + Me.XrTableCell6.Text = "XrTableCell6" + Me.XrTableCell6.Weight = 0.19488106682586714R + ' + 'XrTableCell7 + ' + Me.XrTableCell7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Freigabe]")}) + Me.XrTableCell7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell7.Multiline = True + Me.XrTableCell7.Name = "XrTableCell7" + Me.XrTableCell7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell7.StyleName = "DetailData3" + Me.XrTableCell7.StylePriority.UseFont = False + Me.XrTableCell7.Text = "XrTableCell7" + Me.XrTableCell7.Weight = 0.060387894641143414R + ' + 'XrTableCell8 + ' + Me.XrTableCell8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Wann]")}) + Me.XrTableCell8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell8.Multiline = True + Me.XrTableCell8.Name = "XrTableCell8" + Me.XrTableCell8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell8.StyleName = "DetailData3" + Me.XrTableCell8.StylePriority.UseFont = False + Me.XrTableCell8.Text = "XrTableCell8" + Me.XrTableCell8.TextFormatString = "{0:dd.MM.yyyy HH:mm}" + Me.XrTableCell8.Weight = 0.20865012676184647R + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'GroupCaption3 + ' + Me.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupCaption3.BorderColor = System.Drawing.Color.White + Me.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupCaption3.BorderWidth = 2.0! + Me.GroupCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer)) + Me.GroupCaption3.Name = "GroupCaption3" + Me.GroupCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'GroupData3 + ' + Me.GroupData3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupData3.BorderColor = System.Drawing.Color.White + Me.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupData3.BorderWidth = 2.0! + Me.GroupData3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupData3.ForeColor = System.Drawing.Color.White + Me.GroupData3.Name = "GroupData3" + Me.GroupData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'ReportFooter + ' + Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel5}) + Me.ReportFooter.HeightF = 18.75! + Me.ReportFooter.Name = "ReportFooter" + ' + 'XrPanel5 + ' + Me.XrPanel5.BackColor = System.Drawing.Color.White + Me.XrPanel5.BorderColor = System.Drawing.Color.Red + Me.XrPanel5.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.XrPanel5.BorderWidth = 3.0! + Me.XrPanel5.LocationFloat = New DevExpress.Utils.PointFloat(373.2084!, 0!) + Me.XrPanel5.Name = "XrPanel5" + Me.XrPanel5.SizeF = New System.Drawing.SizeF(262.5!, 12.5!) + Me.XrPanel5.StylePriority.UseBackColor = False + Me.XrPanel5.StylePriority.UseBorderColor = False + Me.XrPanel5.StylePriority.UseBorders = False + Me.XrPanel5.StylePriority.UseBorderWidth = False + ' + 'VwcusT_STAMPTableAdapter1 + ' + Me.VwcusT_STAMPTableAdapter1.ClearBeforeFill = True + ' + 'RpStampTable + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMarginBand1, Me.BottomMarginBand1, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.DetailBand1, Me.ReportFooter}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) + Me.DataMember = "VWCUST_STAMP" + Me.DataSource = Me.SqlDataSource1 + Me.Margins = New System.Drawing.Printing.Margins(107, 2, 0, 19) + Me.PageHeight = 1169 + Me.PageWidth = 827 + Me.PaperKind = System.Drawing.Printing.PaperKind.A4 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + + Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource + Friend WithEvents TopMarginBand1 As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMarginBand1 As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand2 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell5 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents DetailBand1 As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents XrTable3 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow3 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell6 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell7 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell8 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents VwcusT_STAMPTableAdapter1 As MyDatasetTableAdapters.VWCUST_STAMPTableAdapter + Friend WithEvents XrPanel2 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrPanel3 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents ReportFooter As DevExpress.XtraReports.UI.ReportFooterBand + Friend WithEvents XrPanel5 As DevExpress.XtraReports.UI.XRPanel +End Class diff --git a/WISAG_PM_REPORT/RpStampTable.resx b/WISAG_PM_REPORT/RpStampTable.resx new file mode 100644 index 0000000..b5ad93e --- /dev/null +++ b/WISAG_PM_REPORT/RpStampTable.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9TVEFNUCI+PEZpZWxkIE5hbWU9IkZHX1RZUCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkVtYWlsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkZyZWlnYWJlIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ildhbm4iIFR5cGU9IkRhdGVUaW1lIiAvPjwvVmlldz48L0RhdGFTZXQ+ + + + 17, 56 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/RpStampTable.vb b/WISAG_PM_REPORT/RpStampTable.vb new file mode 100644 index 0000000..cd893dd --- /dev/null +++ b/WISAG_PM_REPORT/RpStampTable.vb @@ -0,0 +1,3 @@ +Public Class RpStampTable + +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptErgebnisbericht.Designer.vb b/WISAG_PM_REPORT/RptErgebnisbericht.Designer.vb new file mode 100644 index 0000000..9ff4f8f --- /dev/null +++ b/WISAG_PM_REPORT/RptErgebnisbericht.Designer.vb @@ -0,0 +1,985 @@ + +Partial Public Class RptErgebnisbericht + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim SelectQuery1 As DevExpress.DataAccess.Sql.SelectQuery = New DevExpress.DataAccess.Sql.SelectQuery() + Dim Column1 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression1 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Table1 As DevExpress.DataAccess.Sql.Table = New DevExpress.DataAccess.Sql.Table() + Dim Column2 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression2 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column3 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression3 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column4 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression4 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column5 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression5 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column6 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression6 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column7 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression7 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column8 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression8 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column9 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression9 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column10 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression10 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column11 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression11 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column12 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression12 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column13 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression13 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column14 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression14 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column15 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression15 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column16 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression16 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column17 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression17 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column18 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression18 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column19 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression19 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column20 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression20 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column21 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression21 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column22 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression22 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RptErgebnisbericht)) + Me.Detail = New DevExpress.XtraReports.UI.DetailBand() + Me.XrTable4 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow4 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell36 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell37 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell38 = New DevExpress.XtraReports.UI.XRTableCell() + Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.XrPageInfo1 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.XrPageInfo2 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.XrLabel18 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine() + Me.XrLabel10 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel9 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel5 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel4 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel3 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel16 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel11 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel12 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel13 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel14 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel15 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell1 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell4 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand3 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell19 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell20 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell21 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupFooterBand1 = New DevExpress.XtraReports.UI.GroupFooterBand() + Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupHeader1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.DetailReport = New DevExpress.XtraReports.UI.DetailReportBand() + Me.Detail1 = New DevExpress.XtraReports.UI.DetailBand() + Me.XrLabel21 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel20 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel19 = New DevExpress.XtraReports.UI.XRLabel() + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'Detail + ' + Me.Detail.BackColor = System.Drawing.Color.Yellow + Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable4}) + Me.Detail.HeightF = 27.16669! + Me.Detail.Name = "Detail" + Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.Detail.StylePriority.UseBackColor = False + Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrTable4 + ' + Me.XrTable4.BackColor = System.Drawing.Color.Transparent + Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 0!) + Me.XrTable4.Name = "XrTable4" + Me.XrTable4.OddStyleName = "DetailData3_Odd" + Me.XrTable4.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow4}) + Me.XrTable4.SizeF = New System.Drawing.SizeF(611.0!, 25.0!) + Me.XrTable4.StylePriority.UseBackColor = False + ' + 'XrTableRow4 + ' + Me.XrTableRow4.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell36, Me.XrTableCell37, Me.XrTableCell38}) + Me.XrTableRow4.Name = "XrTableRow4" + Me.XrTableRow4.Weight = 11.5R + ' + 'XrTableCell36 + ' + Me.XrTableCell36.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Email]")}) + Me.XrTableCell36.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell36.Multiline = True + Me.XrTableCell36.Name = "XrTableCell36" + Me.XrTableCell36.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell36.StyleName = "DetailData3" + Me.XrTableCell36.StylePriority.UseFont = False + Me.XrTableCell36.Text = "XrTableCell36" + Me.XrTableCell36.Weight = 0.072235621703670289R + ' + 'XrTableCell37 + ' + Me.XrTableCell37.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Freigabe]")}) + Me.XrTableCell37.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell37.Multiline = True + Me.XrTableCell37.Name = "XrTableCell37" + Me.XrTableCell37.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell37.StyleName = "DetailData3" + Me.XrTableCell37.StylePriority.UseFont = False + Me.XrTableCell37.Text = "XrTableCell37" + Me.XrTableCell37.Weight = 0.026664891578518712R + ' + 'XrTableCell38 + ' + Me.XrTableCell38.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Wann]")}) + Me.XrTableCell38.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell38.Multiline = True + Me.XrTableCell38.Name = "XrTableCell38" + Me.XrTableCell38.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell38.StyleName = "DetailData3" + Me.XrTableCell38.StylePriority.UseFont = False + Me.XrTableCell38.Text = "XrTableCell38" + Me.XrTableCell38.TextFormatString = "{0:dd.MM.yyyy HH:mm}" + Me.XrTableCell38.Weight = 0.036902460293284575R + ' + 'TopMargin + ' + Me.TopMargin.Name = "TopMargin" + Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'BottomMargin + ' + Me.BottomMargin.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPageInfo1, Me.XrPageInfo2}) + Me.BottomMargin.Name = "BottomMargin" + Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrPageInfo1 + ' + Me.XrPageInfo1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 6.0!) + Me.XrPageInfo1.Name = "XrPageInfo1" + Me.XrPageInfo1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime + Me.XrPageInfo1.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo1.StyleName = "PageInfo" + Me.XrPageInfo1.TextFormatString = "{0:dd.MM.yyyy HH:mm' Uhr'}" + ' + 'XrPageInfo2 + ' + Me.XrPageInfo2.LocationFloat = New DevExpress.Utils.PointFloat(331.0!, 6.00001!) + Me.XrPageInfo2.Name = "XrPageInfo2" + Me.XrPageInfo2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo2.SizeF = New System.Drawing.SizeF(285.9999!, 23.0!) + Me.XrPageInfo2.StyleName = "PageInfo" + Me.XrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight + Me.XrPageInfo2.TextFormatString = "Seite {0} von {1}" + ' + 'SqlDataSource1 + ' + Me.SqlDataSource1.ConnectionName = "MySSConnectionString" + Me.SqlDataSource1.Name = "SqlDataSource1" + ColumnExpression1.ColumnName = "GroupTypeID" + Table1.MetaSerializable = "" + Table1.Name = "VWCUST_RPTPM_UNION" + ColumnExpression1.Table = Table1 + Column1.Expression = ColumnExpression1 + ColumnExpression2.ColumnName = "GroupType" + ColumnExpression2.Table = Table1 + Column2.Expression = ColumnExpression2 + ColumnExpression3.ColumnName = "DOC_ID" + ColumnExpression3.Table = Table1 + Column3.Expression = ColumnExpression3 + ColumnExpression4.ColumnName = "KreditorNummer" + ColumnExpression4.Table = Table1 + Column4.Expression = ColumnExpression4 + ColumnExpression5.ColumnName = "KreditorName_Lang" + ColumnExpression5.Table = Table1 + Column5.Expression = ColumnExpression5 + ColumnExpression6.ColumnName = "KreditorName" + ColumnExpression6.Table = Table1 + Column6.Expression = ColumnExpression6 + ColumnExpression7.ColumnName = "RechnungNr" + ColumnExpression7.Table = Table1 + Column7.Expression = ColumnExpression7 + ColumnExpression8.ColumnName = "Referenz" + ColumnExpression8.Table = Table1 + Column8.Expression = ColumnExpression8 + ColumnExpression9.ColumnName = "Nettobetrag" + ColumnExpression9.Table = Table1 + Column9.Expression = ColumnExpression9 + ColumnExpression10.ColumnName = "Bruttobetrag" + ColumnExpression10.Table = Table1 + Column10.Expression = ColumnExpression10 + ColumnExpression11.ColumnName = "Zahlungsziel" + ColumnExpression11.Table = Table1 + Column11.Expression = ColumnExpression11 + ColumnExpression12.ColumnName = "Mandant" + ColumnExpression12.Table = Table1 + Column12.Expression = ColumnExpression12 + ColumnExpression13.ColumnName = "Mandant Name" + ColumnExpression13.Table = Table1 + Column13.Expression = ColumnExpression13 + ColumnExpression14.ColumnName = "Kostenstelle" + ColumnExpression14.Table = Table1 + Column14.Expression = ColumnExpression14 + ColumnExpression15.ColumnName = "Erhalten wann" + ColumnExpression15.Table = Table1 + Column15.Expression = ColumnExpression15 + ColumnExpression16.ColumnName = "Belegdatum" + ColumnExpression16.Table = Table1 + Column16.Expression = ColumnExpression16 + ColumnExpression17.ColumnName = "FG_Email" + ColumnExpression17.Table = Table1 + Column17.Expression = ColumnExpression17 + ColumnExpression18.ColumnName = "FG_Freigabe" + ColumnExpression18.Table = Table1 + Column18.Expression = ColumnExpression18 + ColumnExpression19.ColumnName = "FG_Wann" + ColumnExpression19.Table = Table1 + Column19.Expression = ColumnExpression19 + ColumnExpression20.ColumnName = "WHO" + ColumnExpression20.Table = Table1 + Column20.Expression = ColumnExpression20 + ColumnExpression21.ColumnName = "WHEN" + ColumnExpression21.Table = Table1 + Column21.Expression = ColumnExpression21 + ColumnExpression22.ColumnName = "DELEGATION" + ColumnExpression22.Table = Table1 + Column22.Expression = ColumnExpression22 + SelectQuery1.Columns.Add(Column1) + SelectQuery1.Columns.Add(Column2) + SelectQuery1.Columns.Add(Column3) + SelectQuery1.Columns.Add(Column4) + SelectQuery1.Columns.Add(Column5) + SelectQuery1.Columns.Add(Column6) + SelectQuery1.Columns.Add(Column7) + SelectQuery1.Columns.Add(Column8) + SelectQuery1.Columns.Add(Column9) + SelectQuery1.Columns.Add(Column10) + SelectQuery1.Columns.Add(Column11) + SelectQuery1.Columns.Add(Column12) + SelectQuery1.Columns.Add(Column13) + SelectQuery1.Columns.Add(Column14) + SelectQuery1.Columns.Add(Column15) + SelectQuery1.Columns.Add(Column16) + SelectQuery1.Columns.Add(Column17) + SelectQuery1.Columns.Add(Column18) + SelectQuery1.Columns.Add(Column19) + SelectQuery1.Columns.Add(Column20) + SelectQuery1.Columns.Add(Column21) + SelectQuery1.Columns.Add(Column22) + SelectQuery1.Name = "VWCUST_RPTPM_UNION" + SelectQuery1.Tables.Add(Table1) + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {SelectQuery1}) + Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel18, Me.XrLine1, Me.XrLabel10, Me.XrLabel9, Me.XrLabel8, Me.XrLabel7, Me.XrLabel6, Me.XrLabel5, Me.XrLabel4, Me.XrLabel3, Me.XrLabel16, Me.XrLabel17, Me.XrLabel11, Me.XrLabel12, Me.XrLabel13, Me.XrLabel14, Me.XrLabel15, Me.XrLabel1}) + Me.ReportHeaderBand1.HeightF = 312.0833! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + ' + 'XrLabel18 + ' + Me.XrLabel18.Font = New System.Drawing.Font("Arial", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel18.LocationFloat = New DevExpress.Utils.PointFloat(0!, 279.0833!) + Me.XrLabel18.Multiline = True + Me.XrLabel18.Name = "XrLabel18" + Me.XrLabel18.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel18.SizeF = New System.Drawing.SizeF(395.4604!, 23.0!) + Me.XrLabel18.StylePriority.UseFont = False + Me.XrLabel18.Text = "Zusammenfassung:" + ' + 'XrLine1 + ' + Me.XrLine1.LineWidth = 2.0! + Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 256.0833!) + Me.XrLine1.Name = "XrLine1" + Me.XrLine1.SizeF = New System.Drawing.SizeF(627.0!, 23.0!) + ' + 'XrLabel10 + ' + Me.XrLabel10.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant Name]")}) + Me.XrLabel10.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel10.LocationFloat = New DevExpress.Utils.PointFloat(416.1523!, 120.0001!) + Me.XrLabel10.Multiline = True + Me.XrLabel10.Name = "XrLabel10" + Me.XrLabel10.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel10.SizeF = New System.Drawing.SizeF(200.8477!, 22.99998!) + Me.XrLabel10.StylePriority.UseFont = False + Me.XrLabel10.Text = "XrLabel10" + ' + 'XrLabel9 + ' + Me.XrLabel9.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant]")}) + Me.XrLabel9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel9.LocationFloat = New DevExpress.Utils.PointFloat(416.1523!, 83.95837!) + Me.XrLabel9.Multiline = True + Me.XrLabel9.Name = "XrLabel9" + Me.XrLabel9.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel9.SizeF = New System.Drawing.SizeF(140.8081!, 23.0!) + Me.XrLabel9.StylePriority.UseFont = False + Me.XrLabel9.Text = "XrLabel9" + ' + 'XrLabel8 + ' + Me.XrLabel8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RechnungNr]")}) + Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(416.1523!, 44.74999!) + Me.XrLabel8.Multiline = True + Me.XrLabel8.Name = "XrLabel8" + Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel8.SizeF = New System.Drawing.SizeF(140.8083!, 23.0!) + Me.XrLabel8.StylePriority.UseFont = False + Me.XrLabel8.Text = "XrLabel8" + ' + 'XrLabel7 + ' + Me.XrLabel7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorName_Lang]")}) + Me.XrLabel7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 213.7501!) + Me.XrLabel7.Multiline = True + Me.XrLabel7.Name = "XrLabel7" + Me.XrLabel7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel7.SizeF = New System.Drawing.SizeF(492.0431!, 23.0!) + Me.XrLabel7.StylePriority.UseFont = False + Me.XrLabel7.Text = "XrLabel7" + ' + 'XrLabel6 + ' + Me.XrLabel6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorNummer]")}) + Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 154.2084!) + Me.XrLabel6.Multiline = True + Me.XrLabel6.Name = "XrLabel6" + Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel6.SizeF = New System.Drawing.SizeF(145.8333!, 23.0!) + Me.XrLabel6.StylePriority.UseFont = False + Me.XrLabel6.Text = "XrLabel6" + ' + 'XrLabel5 + ' + Me.XrLabel5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Referenz]")}) + Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 120.0001!) + Me.XrLabel5.Multiline = True + Me.XrLabel5.Name = "XrLabel5" + Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel5.SizeF = New System.Drawing.SizeF(145.8333!, 23.0!) + Me.XrLabel5.StylePriority.UseFont = False + Me.XrLabel5.Text = "XrLabel5" + ' + 'XrLabel4 + ' + Me.XrLabel4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Belegdatum]")}) + Me.XrLabel4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel4.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 85.00004!) + Me.XrLabel4.Multiline = True + Me.XrLabel4.Name = "XrLabel4" + Me.XrLabel4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel4.SizeF = New System.Drawing.SizeF(145.8333!, 23.0!) + Me.XrLabel4.StylePriority.UseFont = False + Me.XrLabel4.Text = "XrLabel4" + Me.XrLabel4.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel3 + ' + Me.XrLabel3.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Erhalten wann]")}) + Me.XrLabel3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel3.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 44.74999!) + Me.XrLabel3.Multiline = True + Me.XrLabel3.Name = "XrLabel3" + Me.XrLabel3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel3.SizeF = New System.Drawing.SizeF(145.8334!, 23.0!) + Me.XrLabel3.StylePriority.UseFont = False + Me.XrLabel3.Text = "XrLabel3" + Me.XrLabel3.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel16 + ' + Me.XrLabel16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel16.LocationFloat = New DevExpress.Utils.PointFloat(295.4604!, 44.74999!) + Me.XrLabel16.Multiline = True + Me.XrLabel16.Name = "XrLabel16" + Me.XrLabel16.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel16.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel16.StylePriority.UseFont = False + Me.XrLabel16.Text = "Belegnummer:" + ' + 'XrLabel17 + ' + Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(295.4604!, 83.95837!) + Me.XrLabel17.Multiline = True + Me.XrLabel17.Name = "XrLabel17" + Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel17.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel17.StylePriority.UseFont = False + Me.XrLabel17.Text = "Mandant:" + ' + 'XrLabel11 + ' + Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 44.74999!) + Me.XrLabel11.Multiline = True + Me.XrLabel11.Name = "XrLabel11" + Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel11.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel11.StylePriority.UseFont = False + Me.XrLabel11.Text = "Eingang:" + ' + 'XrLabel12 + ' + Me.XrLabel12.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel12.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 85.00004!) + Me.XrLabel12.Multiline = True + Me.XrLabel12.Name = "XrLabel12" + Me.XrLabel12.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel12.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel12.StylePriority.UseFont = False + Me.XrLabel12.Text = "Belegdatum:" + ' + 'XrLabel13 + ' + Me.XrLabel13.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel13.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 120.0001!) + Me.XrLabel13.Multiline = True + Me.XrLabel13.Name = "XrLabel13" + Me.XrLabel13.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel13.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel13.StylePriority.UseFont = False + Me.XrLabel13.Text = "Referenz:" + ' + 'XrLabel14 + ' + Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 154.2084!) + Me.XrLabel14.Multiline = True + Me.XrLabel14.Name = "XrLabel14" + Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel14.SizeF = New System.Drawing.SizeF(118.9569!, 23.0!) + Me.XrLabel14.StylePriority.UseFont = False + Me.XrLabel14.Text = "Kreditornummer:" + ' + 'XrLabel15 + ' + Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 213.7501!) + Me.XrLabel15.Multiline = True + Me.XrLabel15.Name = "XrLabel15" + Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel15.SizeF = New System.Drawing.SizeF(118.9569!, 23.0!) + Me.XrLabel15.StylePriority.UseFont = False + Me.XrLabel15.Text = "Kreditorname:" + ' + 'XrLabel1 + ' + Me.XrLabel1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel1.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 6.00001!) + Me.XrLabel1.Multiline = True + Me.XrLabel1.Name = "XrLabel1" + Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel1.SizeF = New System.Drawing.SizeF(611.0!, 25.55338!) + Me.XrLabel1.StyleName = "Title" + Me.XrLabel1.StylePriority.UseFont = False + Me.XrLabel1.Text = "Ergebnisbericht des WISAG e-invoice Portal" + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.GroupHeaderBand1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("GroupTypeID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 30.0! + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(627.0!, 30.0!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell1, Me.XrTableCell2, Me.XrTableCell5, Me.XrTableCell6}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell1 + ' + Me.XrTableCell1.Multiline = True + Me.XrTableCell1.Name = "XrTableCell1" + Me.XrTableCell1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell1.StyleName = "GroupCaption3" + Me.XrTableCell1.StylePriority.UseTextAlignment = False + Me.XrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + Me.XrTableCell1.Weight = 0.016107705923227147R + ' + 'XrTableCell2 + ' + Me.XrTableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GroupType]")}) + Me.XrTableCell2.Multiline = True + Me.XrTableCell2.Name = "XrTableCell2" + Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell2.StyleName = "GroupData3" + Me.XrTableCell2.StylePriority.UseTextAlignment = False + Me.XrTableCell2.Text = "XrTableCell2" + Me.XrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + Me.XrTableCell2.Weight = 2.8491731450234843R + ' + 'XrTableCell5 + ' + Me.XrTableCell5.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.XrTableCell5.BorderColor = System.Drawing.Color.White + Me.XrTableCell5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.XrTableCell5.BorderWidth = 2.0! + Me.XrTableCell5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell5.ForeColor = System.Drawing.Color.White + Me.XrTableCell5.Multiline = True + Me.XrTableCell5.Name = "XrTableCell5" + Me.XrTableCell5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell5.StylePriority.UseBackColor = False + Me.XrTableCell5.StylePriority.UseBorderColor = False + Me.XrTableCell5.StylePriority.UseBorders = False + Me.XrTableCell5.StylePriority.UseBorderWidth = False + Me.XrTableCell5.StylePriority.UseFont = False + Me.XrTableCell5.StylePriority.UseForeColor = False + Me.XrTableCell5.StylePriority.UsePadding = False + Me.XrTableCell5.StylePriority.UseTextAlignment = False + Me.XrTableCell5.Text = "Freigabe" + Me.XrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + Me.XrTableCell5.Weight = 1.0389501415011511R + ' + 'XrTableCell6 + ' + Me.XrTableCell6.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.XrTableCell6.BorderColor = System.Drawing.Color.White + Me.XrTableCell6.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.XrTableCell6.BorderWidth = 2.0! + Me.XrTableCell6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell6.ForeColor = System.Drawing.Color.White + Me.XrTableCell6.Multiline = True + Me.XrTableCell6.Name = "XrTableCell6" + Me.XrTableCell6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell6.StylePriority.UseBackColor = False + Me.XrTableCell6.StylePriority.UseBorderColor = False + Me.XrTableCell6.StylePriority.UseBorders = False + Me.XrTableCell6.StylePriority.UseBorderWidth = False + Me.XrTableCell6.StylePriority.UseFont = False + Me.XrTableCell6.StylePriority.UseForeColor = False + Me.XrTableCell6.StylePriority.UsePadding = False + Me.XrTableCell6.StylePriority.UseTextAlignment = False + Me.XrTableCell6.Text = "Wann" + Me.XrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + Me.XrTableCell6.Weight = 1.5256522791576401R + ' + 'GroupHeaderBand2 + ' + Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.GroupHeaderBand2.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("DOC_ID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand2.HeightF = 25.0! + Me.GroupHeaderBand2.Level = 1 + Me.GroupHeaderBand2.Name = "GroupHeaderBand2" + Me.GroupHeaderBand2.Visible = False + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(616.9999!, 25.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell3, Me.XrTableCell4}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 1.0R + ' + 'XrTableCell3 + ' + Me.XrTableCell3.Multiline = True + Me.XrTableCell3.Name = "XrTableCell3" + Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell3.StyleName = "GroupCaption3" + Me.XrTableCell3.Text = "DOC ID" + Me.XrTableCell3.Weight = 0.076042996920072117R + ' + 'XrTableCell4 + ' + Me.XrTableCell4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DOC_ID]")}) + Me.XrTableCell4.Multiline = True + Me.XrTableCell4.Name = "XrTableCell4" + Me.XrTableCell4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell4.StyleName = "GroupData3" + Me.XrTableCell4.Text = "XrTableCell4" + Me.XrTableCell4.Weight = 0.87318763384396236R + ' + 'GroupHeaderBand3 + ' + Me.GroupHeaderBand3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand3.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand3.HeightF = 38.00001! + Me.GroupHeaderBand3.Level = 2 + Me.GroupHeaderBand3.Name = "GroupHeaderBand3" + ' + 'XrPanel1 + ' + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable3}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(617.0!, 38.00001!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + ' + 'XrTable3 + ' + Me.XrTable3.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 3.750006!) + Me.XrTable3.Name = "XrTable3" + Me.XrTable3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow3}) + Me.XrTable3.SizeF = New System.Drawing.SizeF(601.0!, 29.0417!) + ' + 'XrTableRow3 + ' + Me.XrTableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell19, Me.XrTableCell20, Me.XrTableCell21}) + Me.XrTableRow3.Name = "XrTableRow3" + Me.XrTableRow3.Weight = 1.0R + ' + 'XrTableCell19 + ' + Me.XrTableCell19.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell19.Multiline = True + Me.XrTableCell19.Name = "XrTableCell19" + Me.XrTableCell19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell19.StyleName = "DetailCaption3" + Me.XrTableCell19.StylePriority.UseFont = False + Me.XrTableCell19.Text = "Email-Adresse" + Me.XrTableCell19.Weight = 0.072235612817611247R + ' + 'XrTableCell20 + ' + Me.XrTableCell20.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell20.Multiline = True + Me.XrTableCell20.Name = "XrTableCell20" + Me.XrTableCell20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell20.StyleName = "DetailCaption3" + Me.XrTableCell20.StylePriority.UseFont = False + Me.XrTableCell20.Text = "Ja/Nein" + Me.XrTableCell20.Weight = 0.026664912202107805R + ' + 'XrTableCell21 + ' + Me.XrTableCell21.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell21.Multiline = True + Me.XrTableCell21.Name = "XrTableCell21" + Me.XrTableCell21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell21.StyleName = "DetailCaption3" + Me.XrTableCell21.StylePriority.UseFont = False + Me.XrTableCell21.Text = "Datum Uhrzeit" + Me.XrTableCell21.Weight = 0.041894447347321118R + ' + 'GroupFooterBand1 + ' + Me.GroupFooterBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel2}) + Me.GroupFooterBand1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail + Me.GroupFooterBand1.HeightF = 6.00001! + Me.GroupFooterBand1.Name = "GroupFooterBand1" + Me.GroupFooterBand1.Visible = False + ' + 'XrLabel2 + ' + Me.XrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrLabel2.Multiline = True + Me.XrLabel2.Name = "XrLabel2" + Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel2.SizeF = New System.Drawing.SizeF(610.0!, 2.08!) + Me.XrLabel2.StyleName = "GroupCaption3" + Me.XrLabel2.StylePriority.UseBorders = False + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'GroupCaption3 + ' + Me.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupCaption3.BorderColor = System.Drawing.Color.White + Me.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupCaption3.BorderWidth = 2.0! + Me.GroupCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer)) + Me.GroupCaption3.Name = "GroupCaption3" + Me.GroupCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'GroupData3 + ' + Me.GroupData3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupData3.BorderColor = System.Drawing.Color.White + Me.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupData3.BorderWidth = 2.0! + Me.GroupData3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupData3.ForeColor = System.Drawing.Color.White + Me.GroupData3.Name = "GroupData3" + Me.GroupData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'GroupHeader1 + ' + Me.GroupHeader1.HeightF = 0! + Me.GroupHeader1.Level = 3 + Me.GroupHeader1.Name = "GroupHeader1" + Me.GroupHeader1.Visible = False + ' + 'DetailReport + ' + Me.DetailReport.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail1}) + Me.DetailReport.Level = 0 + Me.DetailReport.Name = "DetailReport" + ' + 'Detail1 + ' + Me.Detail1.BackColor = System.Drawing.Color.DarkOrange + Me.Detail1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel21, Me.XrLabel20, Me.XrLabel19}) + Me.Detail1.HeightF = 21.875! + Me.Detail1.Name = "Detail1" + Me.Detail1.StylePriority.UseBackColor = False + ' + 'XrLabel21 + ' + Me.XrLabel21.BackColor = System.Drawing.Color.Transparent + Me.XrLabel21.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPTPM_UNION].[DELEGATION]")}) + Me.XrLabel21.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel21.LocationFloat = New DevExpress.Utils.PointFloat(195.0245!, 0!) + Me.XrLabel21.Multiline = True + Me.XrLabel21.Name = "XrLabel21" + Me.XrLabel21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel21.SizeF = New System.Drawing.SizeF(244.487!, 18.12505!) + Me.XrLabel21.StylePriority.UseBackColor = False + Me.XrLabel21.StylePriority.UseFont = False + Me.XrLabel21.Text = "XrLabel21" + ' + 'XrLabel20 + ' + Me.XrLabel20.BackColor = System.Drawing.Color.Transparent + Me.XrLabel20.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPTPM_UNION].[WHEN]")}) + Me.XrLabel20.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(450.9698!, 0!) + Me.XrLabel20.Multiline = True + Me.XrLabel20.Name = "XrLabel20" + Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel20.SizeF = New System.Drawing.SizeF(166.0301!, 18.12502!) + Me.XrLabel20.StylePriority.UseBackColor = False + Me.XrLabel20.StylePriority.UseFont = False + Me.XrLabel20.Text = "XrLabel20" + ' + 'XrLabel19 + ' + Me.XrLabel19.BackColor = System.Drawing.Color.Transparent + Me.XrLabel19.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VWCUST_RPTPM_UNION].[WHO]")}) + Me.XrLabel19.Font = New System.Drawing.Font("Arial", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel19.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 0!) + Me.XrLabel19.Multiline = True + Me.XrLabel19.Name = "XrLabel19" + Me.XrLabel19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel19.SizeF = New System.Drawing.SizeF(176.2486!, 18.12502!) + Me.XrLabel19.StylePriority.UseBackColor = False + Me.XrLabel19.StylePriority.UseFont = False + Me.XrLabel19.Text = "XrLabel19" + ' + 'RptErgebnisbericht + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.GroupHeaderBand3, Me.GroupFooterBand1, Me.GroupHeader1, Me.DetailReport}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) + Me.DataMember = "VWCUST_RPTPM_UNION" + Me.DataSource = Me.SqlDataSource1 + Me.PageHeight = 1169 + Me.PageWidth = 827 + Me.PaperKind = System.Drawing.Printing.PaperKind.A4 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents XrTable4 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow4 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell36 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell37 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell38 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents XrPageInfo2 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell1 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand2 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell4 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand3 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable3 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow3 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell19 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell20 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell21 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupFooterBand1 As DevExpress.XtraReports.UI.GroupFooterBand + Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel12 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel13 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel14 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel15 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel10 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel9 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel4 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel3 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel16 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents GroupHeader1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents DetailReport As DevExpress.XtraReports.UI.DetailReportBand + Friend WithEvents Detail1 As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents XrLabel21 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel20 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel19 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel18 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLine1 As DevExpress.XtraReports.UI.XRLine + Friend WithEvents XrTableCell5 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell6 As DevExpress.XtraReports.UI.XRTableCell +End Class diff --git a/WISAG_PM_REPORT/RptErgebnisbericht.resx b/WISAG_PM_REPORT/RptErgebnisbericht.resx new file mode 100644 index 0000000..d6f626a --- /dev/null +++ b/WISAG_PM_REPORT/RptErgebnisbericht.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRQTV9VTklPTiI+PEZpZWxkIE5hbWU9Ikdyb3VwVHlwZUlEIiBUeXBlPSJJbnQzMiIgLz48RmllbGQgTmFtZT0iR3JvdXBUeXBlIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkRPQ19JRCIgVHlwZT0iSW50NjQiIC8+PEZpZWxkIE5hbWU9IktyZWRpdG9yTnVtbWVyIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IktyZWRpdG9yTmFtZV9MYW5nIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IktyZWRpdG9yTmFtZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJSZWNobnVuZ05yIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IlJlZmVyZW56IiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik5ldHRvYmV0cmFnIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkJydXR0b2JldHJhZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJaYWhsdW5nc3ppZWwiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTWFuZGFudCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJNYW5kYW50IE5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iS29zdGVuc3RlbGxlIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkVyaGFsdGVuIHdhbm4iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVsZWdkYXR1bSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJGR19FbWFpbCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJGR19GcmVpZ2FiZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJGR19XYW5uIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IldITyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJXSEVOIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkRFTEVHQVRJT04iIFR5cGU9IlN0cmluZyIgLz48L1ZpZXc+PC9EYXRhU2V0Pg== + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptErgebnisbericht.vb b/WISAG_PM_REPORT/RptErgebnisbericht.vb new file mode 100644 index 0000000..7c5c534 --- /dev/null +++ b/WISAG_PM_REPORT/RptErgebnisbericht.vb @@ -0,0 +1,73 @@ +Public Class RptErgebnisbericht + Private Sub GroupHeaderBand1_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeaderBand1.BeforePrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID") + If oGroupType = "HEAD" Then + e.Cancel = True + ElseIf oGroupType.Contains("Freigabe") Then + XrTableCell5.Text = "Ja/Nein" + XrTableCell2.Text = oGroupType + ElseIf oGroupType.Contains("Abgelehnt") Then + XrTableCell5.Text = "Ja/Nein" + XrTableCell2.Text = oGroupType + ElseIf oGroupType.Contains("Weiterleitung") Then + XrTableCell5.Text = "" + XrTableCell2.Text = "Weiterleitung/Weiterleitung durch: An:" + Else + XrTableCell2.Text = "none" + End If + End Sub + Private Sub Detail_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles Detail.BeforePrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID") + If oGroupType = "HEAD" Then + e.Cancel = True + End If + End Sub + Private Sub GroupHeader1_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeader1.BeforePrint + + End Sub + + Private Sub DetailReport_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles DetailReport.BeforePrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID") + 'XrLabel24.Text = oGroupType + If oGroupType.Contains("Abgelehnt") Then + Detail.Visible = False + End If + End Sub + + Private Sub GroupHeaderBand2_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeaderBand2.BeforePrint + e.Cancel = True + End Sub + + Private Sub GroupHeaderBand3_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeaderBand3.BeforePrint + e.Cancel = True + End Sub + + Private Sub Detail1_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles Detail1.BeforePrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + 'XrLabel25.Text = oGroupType + If oGroupType = "HEAD" Then + Detail1.Visible = False + ElseIf oGroupType.Contains("Abgelehnt") Then + Detail1.Visible = False + End If + If oGroupType.Contains("Weiterleitung") Then + Detail1.Visible = True + 'XrLabel25.Text = oGroupType + ' e.Cancel = True + End If + + End Sub + + Private Sub GroupHeaderBand1_AfterPrint(sender As Object, e As EventArgs) Handles GroupHeaderBand1.AfterPrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + + If oGroupType.Contains("Weiterleitung") Then + XrTableCell5.Text = "" + XrTableCell2.Text = "Weiterleitung/Weiterleitung durch: An:" + + End If + End Sub +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptStampIcon.Designer.vb b/WISAG_PM_REPORT/RptStampIcon.Designer.vb new file mode 100644 index 0000000..dea7864 --- /dev/null +++ b/WISAG_PM_REPORT/RptStampIcon.Designer.vb @@ -0,0 +1,462 @@ + +Partial Public Class RptStampIcon + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim SelectQuery1 As DevExpress.DataAccess.Sql.SelectQuery = New DevExpress.DataAccess.Sql.SelectQuery() + Dim Column1 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression1 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Table1 As DevExpress.DataAccess.Sql.Table = New DevExpress.DataAccess.Sql.Table() + Dim Column2 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression2 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column3 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression3 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column4 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression4 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column5 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression5 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RptStampIcon)) + Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) + Me.TopMarginBand1 = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMarginBand1 = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel2 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() + Me.DetailBand1 = New DevExpress.XtraReports.UI.DetailBand() + Me.XrPanel3 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell7 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell8 = New DevExpress.XtraReports.UI.XRTableCell() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() + Me.XrPanel5 = New DevExpress.XtraReports.UI.XRPanel() + Me.VwcusT_STAMPTableAdapter1 = New WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_STAMPTableAdapter() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'SqlDataSource1 + ' + Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" + Me.SqlDataSource1.Name = "SqlDataSource1" + ColumnExpression1.ColumnName = "FG_TYP" + Table1.Name = "VWCUST_STAMP" + ColumnExpression1.Table = Table1 + Column1.Expression = ColumnExpression1 + ColumnExpression2.ColumnName = "DocID" + ColumnExpression2.Table = Table1 + Column2.Expression = ColumnExpression2 + ColumnExpression3.ColumnName = "Email" + ColumnExpression3.Table = Table1 + Column3.Expression = ColumnExpression3 + ColumnExpression4.ColumnName = "Freigabe" + ColumnExpression4.Table = Table1 + Column4.Expression = ColumnExpression4 + ColumnExpression5.ColumnName = "Wann" + ColumnExpression5.Table = Table1 + Column5.Expression = ColumnExpression5 + SelectQuery1.Columns.Add(Column1) + SelectQuery1.Columns.Add(Column2) + SelectQuery1.Columns.Add(Column3) + SelectQuery1.Columns.Add(Column4) + SelectQuery1.Columns.Add(Column5) + SelectQuery1.Name = "VWCUST_STAMP" + SelectQuery1.Tables.Add(Table1) + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {SelectQuery1}) + Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") + ' + 'TopMarginBand1 + ' + Me.TopMarginBand1.HeightF = 0! + Me.TopMarginBand1.Name = "TopMarginBand1" + ' + 'BottomMarginBand1 + ' + Me.BottomMarginBand1.HeightF = 1.0! + Me.BottomMarginBand1.Name = "BottomMarginBand1" + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.HeightF = 0! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + Me.ReportHeaderBand1.Visible = False + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel2}) + Me.GroupHeaderBand1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.GroupHeaderBand1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("FG_TYP", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 25.0! + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + Me.GroupHeaderBand1.StylePriority.UseFont = False + ' + 'XrPanel2 + ' + Me.XrPanel2.BackColor = System.Drawing.Color.White + Me.XrPanel2.BorderColor = System.Drawing.Color.Red + Me.XrPanel2.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel2.BorderWidth = 3.0! + Me.XrPanel2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.XrPanel2.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) + Me.XrPanel2.Name = "XrPanel2" + Me.XrPanel2.SizeF = New System.Drawing.SizeF(279.0001!, 25.0!) + Me.XrPanel2.StylePriority.UseBackColor = False + Me.XrPanel2.StylePriority.UseBorderColor = False + Me.XrPanel2.StylePriority.UseBorders = False + Me.XrPanel2.StylePriority.UseBorderWidth = False + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(256.9166!, 25.0!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell2}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell2 + ' + Me.XrTableCell2.BackColor = System.Drawing.Color.LightGray + Me.XrTableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_TYP]")}) + Me.XrTableCell2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell2.Multiline = True + Me.XrTableCell2.Name = "XrTableCell2" + Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell2.StyleName = "GroupData3" + Me.XrTableCell2.StylePriority.UseBackColor = False + Me.XrTableCell2.StylePriority.UseFont = False + Me.XrTableCell2.Text = "XrTableCell2" + Me.XrTableCell2.Weight = 0.92685330904447116R + ' + 'GroupHeaderBand2 + ' + Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand2.HeightF = 38.00001! + Me.GroupHeaderBand2.Level = 1 + Me.GroupHeaderBand2.Name = "GroupHeaderBand2" + ' + 'XrPanel1 + ' + Me.XrPanel1.BackColor = System.Drawing.Color.White + Me.XrPanel1.BorderColor = System.Drawing.Color.Red + Me.XrPanel1.Borders = CType(((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Top) _ + Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel1.BorderWidth = 3.0! + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(279.0001!, 38.00001!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + Me.XrPanel1.StylePriority.UseBackColor = False + Me.XrPanel1.StylePriority.UseBorderColor = False + Me.XrPanel1.StylePriority.UseBorders = False + Me.XrPanel1.StylePriority.UseBorderWidth = False + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(10.0001!, 10.00001!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(258.9999!, 28.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell3, Me.XrTableCell5}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 1.0R + ' + 'XrTableCell3 + ' + Me.XrTableCell3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell3.Multiline = True + Me.XrTableCell3.Name = "XrTableCell3" + Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell3.StyleName = "DetailCaption3" + Me.XrTableCell3.StylePriority.UseFont = False + Me.XrTableCell3.Text = "Freigabe Wer" + Me.XrTableCell3.Weight = 0.34481248786626795R + ' + 'XrTableCell5 + ' + Me.XrTableCell5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell5.Multiline = True + Me.XrTableCell5.Name = "XrTableCell5" + Me.XrTableCell5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell5.StyleName = "DetailCaption3" + Me.XrTableCell5.StylePriority.UseFont = False + Me.XrTableCell5.Text = "Wann" + Me.XrTableCell5.Weight = 0.22006990847061733R + ' + 'DetailBand1 + ' + Me.DetailBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel3}) + Me.DetailBand1.HeightF = 21.875! + Me.DetailBand1.Name = "DetailBand1" + ' + 'XrPanel3 + ' + Me.XrPanel3.BackColor = System.Drawing.Color.White + Me.XrPanel3.BorderColor = System.Drawing.Color.Red + Me.XrPanel3.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel3.BorderWidth = 3.0! + Me.XrPanel3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable3}) + Me.XrPanel3.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) + Me.XrPanel3.Name = "XrPanel3" + Me.XrPanel3.SizeF = New System.Drawing.SizeF(279.0001!, 21.875!) + Me.XrPanel3.StylePriority.UseBackColor = False + Me.XrPanel3.StylePriority.UseBorderColor = False + Me.XrPanel3.StylePriority.UseBorders = False + Me.XrPanel3.StylePriority.UseBorderWidth = False + ' + 'XrTable3 + ' + Me.XrTable3.BorderColor = System.Drawing.Color.Transparent + Me.XrTable3.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) + Me.XrTable3.Name = "XrTable3" + Me.XrTable3.OddStyleName = "DetailData3_Odd" + Me.XrTable3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow3}) + Me.XrTable3.SizeF = New System.Drawing.SizeF(256.9166!, 14.99999!) + Me.XrTable3.StylePriority.UseBorderColor = False + ' + 'XrTableRow3 + ' + Me.XrTableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell6, Me.XrTableCell7, Me.XrTableCell8}) + Me.XrTableRow3.Name = "XrTableRow3" + Me.XrTableRow3.Weight = 11.5R + ' + 'XrTableCell6 + ' + Me.XrTableCell6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Email]")}) + Me.XrTableCell6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell6.Multiline = True + Me.XrTableCell6.Name = "XrTableCell6" + Me.XrTableCell6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell6.StyleName = "DetailData3" + Me.XrTableCell6.StylePriority.UseFont = False + Me.XrTableCell6.Text = "XrTableCell6" + Me.XrTableCell6.Weight = 0.20052354564978331R + ' + 'XrTableCell7 + ' + Me.XrTableCell7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Freigabe]")}) + Me.XrTableCell7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell7.Multiline = True + Me.XrTableCell7.Name = "XrTableCell7" + Me.XrTableCell7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell7.StyleName = "DetailData3" + Me.XrTableCell7.StylePriority.UseFont = False + Me.XrTableCell7.Text = "XrTableCell7" + Me.XrTableCell7.Weight = 0.081193868433615618R + ' + 'XrTableCell8 + ' + Me.XrTableCell8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Wann]")}) + Me.XrTableCell8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell8.Multiline = True + Me.XrTableCell8.Name = "XrTableCell8" + Me.XrTableCell8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell8.StyleName = "DetailData3" + Me.XrTableCell8.StylePriority.UseFont = False + Me.XrTableCell8.Text = "XrTableCell8" + Me.XrTableCell8.TextFormatString = "{0:dd.MM.yyyy HH:mm}" + Me.XrTableCell8.Weight = 0.1822016741454581R + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'GroupCaption3 + ' + Me.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupCaption3.BorderColor = System.Drawing.Color.White + Me.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupCaption3.BorderWidth = 2.0! + Me.GroupCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer)) + Me.GroupCaption3.Name = "GroupCaption3" + Me.GroupCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'GroupData3 + ' + Me.GroupData3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupData3.BorderColor = System.Drawing.Color.White + Me.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupData3.BorderWidth = 2.0! + Me.GroupData3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupData3.ForeColor = System.Drawing.Color.White + Me.GroupData3.Name = "GroupData3" + Me.GroupData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'ReportFooter + ' + Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel5}) + Me.ReportFooter.HeightF = 12.5! + Me.ReportFooter.Name = "ReportFooter" + ' + 'XrPanel5 + ' + Me.XrPanel5.BackColor = System.Drawing.Color.White + Me.XrPanel5.BorderColor = System.Drawing.Color.Red + Me.XrPanel5.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.XrPanel5.BorderWidth = 3.0! + Me.XrPanel5.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) + Me.XrPanel5.Name = "XrPanel5" + Me.XrPanel5.SizeF = New System.Drawing.SizeF(279.0001!, 12.5!) + Me.XrPanel5.StylePriority.UseBackColor = False + Me.XrPanel5.StylePriority.UseBorderColor = False + Me.XrPanel5.StylePriority.UseBorders = False + Me.XrPanel5.StylePriority.UseBorderWidth = False + ' + 'VwcusT_STAMPTableAdapter1 + ' + Me.VwcusT_STAMPTableAdapter1.ClearBeforeFill = True + ' + 'RptStampIcon + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMarginBand1, Me.BottomMarginBand1, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.DetailBand1, Me.ReportFooter}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) + Me.DataMember = "VWCUST_STAMP" + Me.DataSource = Me.SqlDataSource1 + Me.Margins = New System.Drawing.Printing.Margins(10, 104, 0, 1) + Me.PageHeight = 583 + Me.PageWidth = 413 + Me.PaperKind = System.Drawing.Printing.PaperKind.A6 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + + Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource + Friend WithEvents TopMarginBand1 As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMarginBand1 As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand2 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell5 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents DetailBand1 As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents XrTable3 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow3 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell6 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell7 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell8 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents VwcusT_STAMPTableAdapter1 As MyDatasetTableAdapters.VWCUST_STAMPTableAdapter + Friend WithEvents XrPanel2 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrPanel3 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents ReportFooter As DevExpress.XtraReports.UI.ReportFooterBand + Friend WithEvents XrPanel5 As DevExpress.XtraReports.UI.XRPanel +End Class diff --git a/WISAG_PM_REPORT/RptStampIcon.resx b/WISAG_PM_REPORT/RptStampIcon.resx new file mode 100644 index 0000000..b5ad93e --- /dev/null +++ b/WISAG_PM_REPORT/RptStampIcon.resx @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9TVEFNUCI+PEZpZWxkIE5hbWU9IkZHX1RZUCIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkVtYWlsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkZyZWlnYWJlIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ildhbm4iIFR5cGU9IkRhdGVUaW1lIiAvPjwvVmlldz48L0RhdGFTZXQ+ + + + 17, 56 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptStampIcon.vb b/WISAG_PM_REPORT/RptStampIcon.vb new file mode 100644 index 0000000..3cdaf48 --- /dev/null +++ b/WISAG_PM_REPORT/RptStampIcon.vb @@ -0,0 +1,3 @@ +Public Class RptStampIcon + +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptStampSingle.Designer.vb b/WISAG_PM_REPORT/RptStampSingle.Designer.vb new file mode 100644 index 0000000..99d7e15 --- /dev/null +++ b/WISAG_PM_REPORT/RptStampSingle.Designer.vb @@ -0,0 +1,450 @@ + _ +Partial Public Class RptStampSingle + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim SelectQuery1 As DevExpress.DataAccess.Sql.SelectQuery = New DevExpress.DataAccess.Sql.SelectQuery() + Dim Column1 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression1 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Table1 As DevExpress.DataAccess.Sql.Table = New DevExpress.DataAccess.Sql.Table() + Dim Column2 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression2 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column3 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression3 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column4 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression4 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim Column5 As DevExpress.DataAccess.Sql.Column = New DevExpress.DataAccess.Sql.Column() + Dim ColumnExpression5 As DevExpress.DataAccess.Sql.ColumnExpression = New DevExpress.DataAccess.Sql.ColumnExpression() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RptStampSingle)) + Me.Detail = New DevExpress.XtraReports.UI.DetailBand() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell7 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell8 = New DevExpress.XtraReports.UI.XRTableCell() + Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.XrPageInfo1 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.XrPageInfo2 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.XrPanel2 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrLabel3 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell1 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell4 = New DevExpress.XtraReports.UI.XRTableCell() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'Detail + ' + Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.Detail.HeightF = 25.0! + Me.Detail.Name = "Detail" + Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + Me.Detail.Visible = False + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.OddStyleName = "DetailData3_Odd" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(603.125!, 25.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell5, Me.XrTableCell6, Me.XrTableCell7, Me.XrTableCell8}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 11.5R + ' + 'XrTableCell5 + ' + Me.XrTableCell5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DocID]")}) + Me.XrTableCell5.Multiline = True + Me.XrTableCell5.Name = "XrTableCell5" + Me.XrTableCell5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell5.StyleName = "DetailData3" + Me.XrTableCell5.StylePriority.UseTextAlignment = False + Me.XrTableCell5.Text = "XrTableCell5" + Me.XrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight + Me.XrTableCell5.Weight = 0.20881915752704328R + ' + 'XrTableCell6 + ' + Me.XrTableCell6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[STATE]")}) + Me.XrTableCell6.Multiline = True + Me.XrTableCell6.Name = "XrTableCell6" + Me.XrTableCell6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell6.StyleName = "DetailData3" + Me.XrTableCell6.Text = "XrTableCell6" + Me.XrTableCell6.Weight = 0.19597096369816708R + ' + 'XrTableCell7 + ' + Me.XrTableCell7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[WHO]")}) + Me.XrTableCell7.Multiline = True + Me.XrTableCell7.Name = "XrTableCell7" + Me.XrTableCell7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell7.StyleName = "DetailData3" + Me.XrTableCell7.Text = "XrTableCell7" + Me.XrTableCell7.Weight = 0.16842295720027042R + ' + 'XrTableCell8 + ' + Me.XrTableCell8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CREATED_WHEN]")}) + Me.XrTableCell8.Multiline = True + Me.XrTableCell8.Name = "XrTableCell8" + Me.XrTableCell8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell8.StyleName = "DetailData3" + Me.XrTableCell8.Text = "XrTableCell8" + Me.XrTableCell8.Weight = 0.3546715839092548R + ' + 'TopMargin + ' + Me.TopMargin.HeightF = 138.5417! + Me.TopMargin.Name = "TopMargin" + Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'BottomMargin + ' + Me.BottomMargin.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPageInfo1, Me.XrPageInfo2}) + Me.BottomMargin.Name = "BottomMargin" + Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + Me.BottomMargin.Visible = False + ' + 'XrPageInfo1 + ' + Me.XrPageInfo1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 6.0!) + Me.XrPageInfo1.Name = "XrPageInfo1" + Me.XrPageInfo1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime + Me.XrPageInfo1.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo1.StyleName = "PageInfo" + ' + 'XrPageInfo2 + ' + Me.XrPageInfo2.LocationFloat = New DevExpress.Utils.PointFloat(263.1136!, 29.00003!) + Me.XrPageInfo2.Name = "XrPageInfo2" + Me.XrPageInfo2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo2.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo2.StyleName = "PageInfo" + Me.XrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight + Me.XrPageInfo2.TextFormatString = "Seite {0} von {1}" + ' + 'SqlDataSource1 + ' + Me.SqlDataSource1.ConnectionName = "MySSConnectionString" + Me.SqlDataSource1.Name = "SqlDataSource1" + ColumnExpression1.ColumnName = "DocID" + Table1.MetaSerializable = "" + Table1.Name = "VWCUST_RPTPM_INV_RPT_STAMP" + ColumnExpression1.Table = Table1 + Column1.Expression = ColumnExpression1 + ColumnExpression2.ColumnName = "STATE" + ColumnExpression2.Table = Table1 + Column2.Expression = ColumnExpression2 + ColumnExpression3.ColumnName = "WHO" + ColumnExpression3.Table = Table1 + Column3.Expression = ColumnExpression3 + ColumnExpression4.ColumnName = "CREATED_WHEN" + ColumnExpression4.Table = Table1 + Column4.Expression = ColumnExpression4 + ColumnExpression5.ColumnName = "COMMENT" + ColumnExpression5.Table = Table1 + Column5.Expression = ColumnExpression5 + SelectQuery1.Columns.Add(Column1) + SelectQuery1.Columns.Add(Column2) + SelectQuery1.Columns.Add(Column3) + SelectQuery1.Columns.Add(Column4) + SelectQuery1.Columns.Add(Column5) + SelectQuery1.Name = "VWCUST_RPTPM_INV_RPT_STAMP" + SelectQuery1.Tables.Add(Table1) + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {SelectQuery1}) + Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel2}) + Me.ReportHeaderBand1.HeightF = 213.125! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + ' + 'XrPanel2 + ' + Me.XrPanel2.BackColor = System.Drawing.Color.Empty + Me.XrPanel2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(109, Byte), Integer), CType(CType(177, Byte), Integer), CType(CType(55, Byte), Integer)) + Me.XrPanel2.Borders = CType((((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Top) _ + Or DevExpress.XtraPrinting.BorderSide.Right) _ + Or DevExpress.XtraPrinting.BorderSide.Bottom), DevExpress.XtraPrinting.BorderSide) + Me.XrPanel2.BorderWidth = 3.0! + Me.XrPanel2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel3, Me.XrLabel2, Me.XrLabel1}) + Me.XrPanel2.LocationFloat = New DevExpress.Utils.PointFloat(230.5236!, 66.25001!) + Me.XrPanel2.Name = "XrPanel2" + Me.XrPanel2.SizeF = New System.Drawing.SizeF(241.2917!, 101.4583!) + Me.XrPanel2.StylePriority.UseBackColor = False + Me.XrPanel2.StylePriority.UseBorderColor = False + Me.XrPanel2.StylePriority.UseBorders = False + Me.XrPanel2.StylePriority.UseBorderWidth = False + ' + 'XrLabel3 + ' + Me.XrLabel3.BorderColor = System.Drawing.Color.Empty + Me.XrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.XrLabel3.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CREATED_WHEN]")}) + Me.XrLabel3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel3.ForeColor = System.Drawing.Color.Red + Me.XrLabel3.LocationFloat = New DevExpress.Utils.PointFloat(10.00001!, 67.12497!) + Me.XrLabel3.Multiline = True + Me.XrLabel3.Name = "XrLabel3" + Me.XrLabel3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel3.SizeF = New System.Drawing.SizeF(194.7917!, 23.0!) + Me.XrLabel3.StylePriority.UseBorderColor = False + Me.XrLabel3.StylePriority.UseBorders = False + Me.XrLabel3.StylePriority.UseFont = False + Me.XrLabel3.StylePriority.UseForeColor = False + Me.XrLabel3.Text = "XrLabel3" + Me.XrLabel3.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel2 + ' + Me.XrLabel2.BorderColor = System.Drawing.Color.Empty + Me.XrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.XrLabel2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[WHO]")}) + Me.XrLabel2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel2.ForeColor = System.Drawing.Color.Red + Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(9.999969!, 44.12498!) + Me.XrLabel2.Multiline = True + Me.XrLabel2.Name = "XrLabel2" + Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel2.SizeF = New System.Drawing.SizeF(217.7083!, 23.0!) + Me.XrLabel2.StylePriority.UseBorderColor = False + Me.XrLabel2.StylePriority.UseBorders = False + Me.XrLabel2.StylePriority.UseFont = False + Me.XrLabel2.StylePriority.UseForeColor = False + Me.XrLabel2.Text = "XrLabel2" + ' + 'XrLabel1 + ' + Me.XrLabel1.BorderColor = System.Drawing.Color.Empty + Me.XrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.XrLabel1.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[STATE]")}) + Me.XrLabel1.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel1.ForeColor = System.Drawing.Color.Red + Me.XrLabel1.LocationFloat = New DevExpress.Utils.PointFloat(10.00005!, 10.00001!) + Me.XrLabel1.Multiline = True + Me.XrLabel1.Name = "XrLabel1" + Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel1.SizeF = New System.Drawing.SizeF(217.7082!, 23.0!) + Me.XrLabel1.StylePriority.UseBorderColor = False + Me.XrLabel1.StylePriority.UseBorders = False + Me.XrLabel1.StylePriority.UseFont = False + Me.XrLabel1.StylePriority.UseForeColor = False + Me.XrLabel1.Text = "XrLabel1" + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 48.00002! + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + Me.GroupHeaderBand1.Visible = False + ' + 'XrPanel1 + ' + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 10.00001!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(603.125!, 38.00001!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 10.00001!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(554.6666!, 28.0!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell1, Me.XrTableCell2, Me.XrTableCell3, Me.XrTableCell4}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell1 + ' + Me.XrTableCell1.Multiline = True + Me.XrTableCell1.Name = "XrTableCell1" + Me.XrTableCell1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell1.StyleName = "DetailCaption3" + Me.XrTableCell1.StylePriority.UseTextAlignment = False + Me.XrTableCell1.Text = "Doc ID" + Me.XrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight + Me.XrTableCell1.Weight = 0.20881915752704328R + ' + 'XrTableCell2 + ' + Me.XrTableCell2.Multiline = True + Me.XrTableCell2.Name = "XrTableCell2" + Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell2.StyleName = "DetailCaption3" + Me.XrTableCell2.Text = "STATE" + Me.XrTableCell2.Weight = 0.19597096369816708R + ' + 'XrTableCell3 + ' + Me.XrTableCell3.Multiline = True + Me.XrTableCell3.Name = "XrTableCell3" + Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell3.StyleName = "DetailCaption3" + Me.XrTableCell3.Text = "WHO" + Me.XrTableCell3.Weight = 0.16842295720027042R + ' + 'XrTableCell4 + ' + Me.XrTableCell4.Multiline = True + Me.XrTableCell4.Name = "XrTableCell4" + Me.XrTableCell4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell4.StyleName = "DetailCaption3" + Me.XrTableCell4.Text = "CREATED WHEN" + Me.XrTableCell4.Weight = 0.42678692157451925R + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'RptStampSingle + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) + Me.DataMember = "VWCUST_RPTPM_INV_RPT_STAMP" + Me.DataSource = Me.SqlDataSource1 + Me.Margins = New System.Drawing.Printing.Margins(100, 100, 139, 100) + Me.PageHeight = 1169 + Me.PageWidth = 827 + Me.PaperKind = System.Drawing.Printing.PaperKind.A4 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell5 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell6 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell7 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell8 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents XrPageInfo2 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell1 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell4 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents XrPanel2 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrLabel3 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel +End Class diff --git a/WISAG_PM_REPORT/RptStampSingle.resx b/WISAG_PM_REPORT/RptStampSingle.resx new file mode 100644 index 0000000..d38cdce --- /dev/null +++ b/WISAG_PM_REPORT/RptStampSingle.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRQTV9JTlZfUlBUX1NUQU1QIj48RmllbGQgTmFtZT0iRG9jSUQiIFR5cGU9IkludDMyIiAvPjxGaWVsZCBOYW1lPSJTVEFURSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJXSE8iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQ1JFQVRFRF9XSEVOIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9IkNPTU1FTlQiIFR5cGU9IlN0cmluZyIgLz48L1ZpZXc+PC9EYXRhU2V0Pg== + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/RptStampSingle.vb b/WISAG_PM_REPORT/RptStampSingle.vb new file mode 100644 index 0000000..1125d74 --- /dev/null +++ b/WISAG_PM_REPORT/RptStampSingle.vb @@ -0,0 +1,17 @@ +Public Class RptStampSingle + Private Sub ReportHeaderBand1_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles ReportHeaderBand1.BeforePrint + Dim oSTATE As String = GetCurrentColumnValue("STATE") + Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID") + Dim myRgbColor As Color = New Color() + + If oSTATE = "Genehmigt" Then + myRgbColor = Color.FromArgb(109, 177, 51) + XrPanel2.BorderColor = Color.Red 'myRgbColor + XrLabel1.ForeColor = Color.Red 'myRgbColor + Else + + XrPanel2.BorderColor = Color.Red + XrLabel1.ForeColor = Color.Red + End If + End Sub +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/WISAG_PM_REPORT.vbproj b/WISAG_PM_REPORT/WISAG_PM_REPORT.vbproj new file mode 100644 index 0000000..f47aa72 --- /dev/null +++ b/WISAG_PM_REPORT/WISAG_PM_REPORT.vbproj @@ -0,0 +1,244 @@ + + + + + Debug + AnyCPU + {2F07AD56-B8BF-40EC-B19E-D714CE8F5191} + WinExe + WISAG_PM_REPORT.My.MyApplication + WISAG_PM_REPORT + WISAG_PM_REPORT + 512 + WindowsForms + v4.6.1 + true + + + AnyCPU + true + full + true + true + bin\Debug\ + WISAG_PM_REPORT.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + AnyCPU + pdbonly + false + true + true + bin\Release\ + WISAG_PM_REPORT.xml + 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + + + On + + + Binary + + + Off + + + On + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll + + + ..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll + + + D:\ProgramFiles\GdPicture.NET 14\Redist\GdPicture.NET (.NET Framework 4.5)\GdPicture.NET.14.dll + + + ..\..\DDMonorepo\Modules.Logging\bin\Debug\NLog.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Form + + + Form1.vb + Form + + + + True + Application.myapp + + + True + True + Resources.resx + + + True + Settings.settings + True + + + True + True + MyDataset.xsd + + + MyDataset.xsd + + + RptStampIcon.vb + + + Component + + + XtraReport1.vb + + + Component + + + XtraReport2.vb + + + Component + + + XtraReport3.vb + + + Component + + + RptErgebnisbericht.vb + + + Component + + + RptStampSingle.vb + + + Component + + + RpStampTable.vb + + + Component + + + + + Form1.vb + Designer + + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + Designer + + + RptStampIcon.vb + + + XtraReport1.vb + + + XtraReport2.vb + + + XtraReport3.vb + + + RptErgebnisbericht.vb + + + RptStampSingle.vb + + + RpStampTable.vb + + + + + MyApplicationCodeGenerator + Application.Designer.vb + + + SettingsSingleFileGenerator + My + Settings.Designer.vb + + + Designer + + + MyDataset.xsd + + + Designer + MSDataSetGenerator + MyDataset.Designer.vb + + + MyDataset.xsd + + + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport1.Designer.vb b/WISAG_PM_REPORT/XtraReport1.Designer.vb new file mode 100644 index 0000000..d5efd6c --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport1.Designer.vb @@ -0,0 +1,38 @@ + _ +Partial Public Class XtraReport1 + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + components = New System.ComponentModel.Container + Me.Detail = New DevExpress.XtraReports.UI.DetailBand + Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand + Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + Me.Detail.Name = "Detail" + Me.TopMargin.Height = 100 + Me.TopMargin.Name = "TopMargin" + Me.BottomMargin.Height = 100 + Me.BottomMargin.Name = "BottomMargin" + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin}) + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + End Sub + Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand +End Class diff --git a/WISAG_PM_REPORT/XtraReport1.resx b/WISAG_PM_REPORT/XtraReport1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport1.vb b/WISAG_PM_REPORT/XtraReport1.vb new file mode 100644 index 0000000..5c5aea1 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport1.vb @@ -0,0 +1,3 @@ +Public Class XtraReport1 + +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport2.Designer.vb b/WISAG_PM_REPORT/XtraReport2.Designer.vb new file mode 100644 index 0000000..6cfcdf4 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport2.Designer.vb @@ -0,0 +1,646 @@ + _ +Partial Public Class XtraReport2 + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(XtraReport2)) + Me.Detail = New DevExpress.XtraReports.UI.DetailBand() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell40 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell41 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell42 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell43 = New DevExpress.XtraReports.UI.XRTableCell() + Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.XrPageInfo1 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.XrPageInfo2 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.XrLabel21 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLine1 = New DevExpress.XtraReports.UI.XRLine() + Me.XrLabel20 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel19 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel18 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel16 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel15 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel14 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel13 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel12 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel11 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel10 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel9 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel5 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel4 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel3 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell18 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell19 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell20 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell21 = New DevExpress.XtraReports.UI.XRTableCell() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'Detail + ' + Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.Detail.HeightF = 25.0! + Me.Detail.Name = "Detail" + Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(16.00037!, 0!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.OddStyleName = "DetailData3_Odd" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(606.9997!, 25.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell40, Me.XrTableCell41, Me.XrTableCell42, Me.XrTableCell43}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 11.5R + ' + 'XrTableCell40 + ' + Me.XrTableCell40.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Prozessschritt]")}) + Me.XrTableCell40.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell40.Multiline = True + Me.XrTableCell40.Name = "XrTableCell40" + Me.XrTableCell40.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell40.StyleName = "DetailData3" + Me.XrTableCell40.StylePriority.UseFont = False + Me.XrTableCell40.Text = "XrTableCell40" + Me.XrTableCell40.Weight = 0.27170248283386134R + ' + 'XrTableCell41 + ' + Me.XrTableCell41.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Durch]")}) + Me.XrTableCell41.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell41.Multiline = True + Me.XrTableCell41.Name = "XrTableCell41" + Me.XrTableCell41.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell41.StyleName = "DetailData3" + Me.XrTableCell41.StylePriority.UseFont = False + Me.XrTableCell41.Text = "XrTableCell41" + Me.XrTableCell41.Weight = 0.1516249745658986R + ' + 'XrTableCell42 + ' + Me.XrTableCell42.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Status_Change]")}) + Me.XrTableCell42.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell42.Multiline = True + Me.XrTableCell42.Name = "XrTableCell42" + Me.XrTableCell42.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell42.StyleName = "DetailData3" + Me.XrTableCell42.StylePriority.UseFont = False + Me.XrTableCell42.Text = "XrTableCell42" + Me.XrTableCell42.Weight = 0.31414615874955754R + ' + 'XrTableCell43 + ' + Me.XrTableCell43.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[wannPos]")}) + Me.XrTableCell43.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell43.Multiline = True + Me.XrTableCell43.Name = "XrTableCell43" + Me.XrTableCell43.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell43.StyleName = "DetailData3" + Me.XrTableCell43.StylePriority.UseFont = False + Me.XrTableCell43.Text = "XrTableCell43" + Me.XrTableCell43.TextFormatString = "{0:dd.MM.yyyy HH:mm}" + Me.XrTableCell43.Weight = 0.13306054388170926R + ' + 'TopMargin + ' + Me.TopMargin.Name = "TopMargin" + Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'BottomMargin + ' + Me.BottomMargin.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPageInfo1, Me.XrPageInfo2}) + Me.BottomMargin.Name = "BottomMargin" + Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrPageInfo1 + ' + Me.XrPageInfo1.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrPageInfo1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 6.0!) + Me.XrPageInfo1.Name = "XrPageInfo1" + Me.XrPageInfo1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime + Me.XrPageInfo1.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo1.StyleName = "PageInfo" + Me.XrPageInfo1.StylePriority.UseFont = False + Me.XrPageInfo1.TextFormatString = "{0:dd.MM.yyyy HH:mm' Uhr'}" + ' + 'XrPageInfo2 + ' + Me.XrPageInfo2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrPageInfo2.LocationFloat = New DevExpress.Utils.PointFloat(319.0!, 6.00001!) + Me.XrPageInfo2.Name = "XrPageInfo2" + Me.XrPageInfo2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo2.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo2.StyleName = "PageInfo" + Me.XrPageInfo2.StylePriority.UseFont = False + Me.XrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight + Me.XrPageInfo2.TextFormatString = "Seite {0} von {1}" + ' + 'SqlDataSource1 + ' + Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" + Me.SqlDataSource1.Name = "SqlDataSource1" + CustomSqlQuery1.Name = "VWCUST_RPTERGEBNISBERICHT" + CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql") + Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1}) + Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel21, Me.XrLine1, Me.XrLabel20, Me.XrLabel19, Me.XrLabel18, Me.XrLabel17, Me.XrLabel16, Me.XrLabel15, Me.XrLabel14, Me.XrLabel13, Me.XrLabel12, Me.XrLabel11, Me.XrLabel10, Me.XrLabel9, Me.XrLabel8, Me.XrLabel7, Me.XrLabel6, Me.XrLabel5, Me.XrLabel4, Me.XrLabel3, Me.XrLabel2, Me.XrLabel1}) + Me.ReportHeaderBand1.HeightF = 330.8333! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + ' + 'XrLabel21 + ' + Me.XrLabel21.Font = New System.Drawing.Font("Arial", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel21.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 302.0833!) + Me.XrLabel21.Multiline = True + Me.XrLabel21.Name = "XrLabel21" + Me.XrLabel21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel21.SizeF = New System.Drawing.SizeF(418.9405!, 23.0!) + Me.XrLabel21.StylePriority.UseFont = False + Me.XrLabel21.Text = "Zusammenfassung" + ' + 'XrLine1 + ' + Me.XrLine1.LineWidth = 3.0! + Me.XrLine1.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 289.5833!) + Me.XrLine1.Name = "XrLine1" + Me.XrLine1.SizeF = New System.Drawing.SizeF(611.0001!, 12.5!) + ' + 'XrLabel20 + ' + Me.XrLabel20.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel20.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 253.0834!) + Me.XrLabel20.Multiline = True + Me.XrLabel20.Name = "XrLabel20" + Me.XrLabel20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel20.SizeF = New System.Drawing.SizeF(125.0!, 23.0!) + Me.XrLabel20.StylePriority.UseFont = False + Me.XrLabel20.Text = "email Absender:" + ' + 'XrLabel19 + ' + Me.XrLabel19.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel19.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 219.6667!) + Me.XrLabel19.Multiline = True + Me.XrLabel19.Name = "XrLabel19" + Me.XrLabel19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel19.SizeF = New System.Drawing.SizeF(125.0!, 23.0!) + Me.XrLabel19.StylePriority.UseFont = False + Me.XrLabel19.Text = "Kreditorname:" + ' + 'XrLabel18 + ' + Me.XrLabel18.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel18.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 183.2917!) + Me.XrLabel18.Multiline = True + Me.XrLabel18.Name = "XrLabel18" + Me.XrLabel18.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel18.SizeF = New System.Drawing.SizeF(125.0!, 23.0!) + Me.XrLabel18.StylePriority.UseFont = False + Me.XrLabel18.Text = "Kreditornummer:" + ' + 'XrLabel17 + ' + Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(295.123!, 78.16664!) + Me.XrLabel17.Multiline = True + Me.XrLabel17.Name = "XrLabel17" + Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel17.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel17.StylePriority.UseFont = False + Me.XrLabel17.Text = "Mandant:" + ' + 'XrLabel16 + ' + Me.XrLabel16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel16.LocationFloat = New DevExpress.Utils.PointFloat(295.123!, 44.75002!) + Me.XrLabel16.Multiline = True + Me.XrLabel16.Name = "XrLabel16" + Me.XrLabel16.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel16.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel16.StylePriority.UseFont = False + Me.XrLabel16.Text = "Belegnummer:" + ' + 'XrLabel15 + ' + Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 148.1667!) + Me.XrLabel15.Multiline = True + Me.XrLabel15.Name = "XrLabel15" + Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel15.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel15.StylePriority.UseFont = False + Me.XrLabel15.Text = "Bestellnummer:" + ' + 'XrLabel14 + ' + Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 113.1666!) + Me.XrLabel14.Multiline = True + Me.XrLabel14.Name = "XrLabel14" + Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel14.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel14.StylePriority.UseFont = False + Me.XrLabel14.Text = "Kostenstelle:" + ' + 'XrLabel13 + ' + Me.XrLabel13.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel13.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 78.16664!) + Me.XrLabel13.Multiline = True + Me.XrLabel13.Name = "XrLabel13" + Me.XrLabel13.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel13.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel13.StylePriority.UseFont = False + Me.XrLabel13.Text = "Belegdatum:" + ' + 'XrLabel12 + ' + Me.XrLabel12.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel12.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 44.75002!) + Me.XrLabel12.Multiline = True + Me.XrLabel12.Name = "XrLabel12" + Me.XrLabel12.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel12.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel12.StylePriority.UseFont = False + Me.XrLabel12.Text = "Eingang:" + ' + 'XrLabel11 + ' + Me.XrLabel11.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Absender]")}) + Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 253.0834!) + Me.XrLabel11.Multiline = True + Me.XrLabel11.Name = "XrLabel11" + Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel11.SizeF = New System.Drawing.SizeF(470.8959!, 23.00002!) + Me.XrLabel11.StylePriority.UseFont = False + Me.XrLabel11.Text = "XrLabel11" + ' + 'XrLabel10 + ' + Me.XrLabel10.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorName_Lang]")}) + Me.XrLabel10.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel10.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 219.6667!) + Me.XrLabel10.Multiline = True + Me.XrLabel10.Name = "XrLabel10" + Me.XrLabel10.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel10.SizeF = New System.Drawing.SizeF(470.8959!, 23.0!) + Me.XrLabel10.StylePriority.UseFont = False + Me.XrLabel10.Text = "XrLabel10" + ' + 'XrLabel9 + ' + Me.XrLabel9.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorNummer]")}) + Me.XrLabel9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel9.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 183.2917!) + Me.XrLabel9.Multiline = True + Me.XrLabel9.Name = "XrLabel9" + Me.XrLabel9.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel9.SizeF = New System.Drawing.SizeF(144.7917!, 23.0!) + Me.XrLabel9.StylePriority.UseFont = False + Me.XrLabel9.Text = "XrLabel9" + ' + 'XrLabel8 + ' + Me.XrLabel8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BestellNr]")}) + Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 148.1667!) + Me.XrLabel8.Multiline = True + Me.XrLabel8.Name = "XrLabel8" + Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel8.SizeF = New System.Drawing.SizeF(144.7917!, 23.0!) + Me.XrLabel8.StylePriority.UseFont = False + Me.XrLabel8.Text = "XrLabel8" + ' + 'XrLabel7 + ' + Me.XrLabel7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Kostenstelle]")}) + Me.XrLabel7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 113.1666!) + Me.XrLabel7.Multiline = True + Me.XrLabel7.Name = "XrLabel7" + Me.XrLabel7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel7.SizeF = New System.Drawing.SizeF(144.7917!, 23.00001!) + Me.XrLabel7.StylePriority.UseFont = False + Me.XrLabel7.Text = "XrLabel7" + ' + 'XrLabel6 + ' + Me.XrLabel6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant Name]")}) + Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(424.9405!, 101.1667!) + Me.XrLabel6.Multiline = True + Me.XrLabel6.Name = "XrLabel6" + Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel6.SizeF = New System.Drawing.SizeF(192.0596!, 23.0!) + Me.XrLabel6.StylePriority.UseFont = False + Me.XrLabel6.Text = "XrLabel6" + ' + 'XrLabel5 + ' + Me.XrLabel5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant]")}) + Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(424.9405!, 78.16664!) + Me.XrLabel5.Multiline = True + Me.XrLabel5.Name = "XrLabel5" + Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel5.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel5.StylePriority.UseFont = False + Me.XrLabel5.Text = "XrLabel5" + ' + 'XrLabel4 + ' + Me.XrLabel4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RechnungNr]")}) + Me.XrLabel4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel4.LocationFloat = New DevExpress.Utils.PointFloat(424.9405!, 44.75002!) + Me.XrLabel4.Multiline = True + Me.XrLabel4.Name = "XrLabel4" + Me.XrLabel4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel4.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel4.StylePriority.UseFont = False + Me.XrLabel4.Text = "XrLabel4" + ' + 'XrLabel3 + ' + Me.XrLabel3.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Belegdatum]")}) + Me.XrLabel3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel3.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 78.16664!) + Me.XrLabel3.Multiline = True + Me.XrLabel3.Name = "XrLabel3" + Me.XrLabel3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel3.SizeF = New System.Drawing.SizeF(144.7917!, 23.0!) + Me.XrLabel3.StylePriority.UseFont = False + Me.XrLabel3.Text = "XrLabel3" + Me.XrLabel3.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel2 + ' + Me.XrLabel2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DatumIn]")}) + Me.XrLabel2.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(146.1042!, 44.75002!) + Me.XrLabel2.Multiline = True + Me.XrLabel2.Name = "XrLabel2" + Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel2.SizeF = New System.Drawing.SizeF(144.7917!, 23.0!) + Me.XrLabel2.StylePriority.UseFont = False + Me.XrLabel2.Text = "XrLabel2" + Me.XrLabel2.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel1 + ' + Me.XrLabel1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel1.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 5.999994!) + Me.XrLabel1.Multiline = True + Me.XrLabel1.Name = "XrLabel1" + Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel1.SizeF = New System.Drawing.SizeF(611.0001!, 25.55338!) + Me.XrLabel1.StyleName = "Title" + Me.XrLabel1.StylePriority.UseFont = False + Me.XrLabel1.Text = "Ergebnisbericht des WISAG e-invoice Portal" + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 48.0! + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + ' + 'XrPanel1 + ' + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 0!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(617.0001!, 48.0!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(10.00037!, 9.999974!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(600.9996!, 38.00005!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell18, Me.XrTableCell19, Me.XrTableCell20, Me.XrTableCell21}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell18 + ' + Me.XrTableCell18.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell18.Multiline = True + Me.XrTableCell18.Name = "XrTableCell18" + Me.XrTableCell18.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell18.StyleName = "DetailCaption3" + Me.XrTableCell18.StylePriority.UseFont = False + Me.XrTableCell18.Text = "Prozessschritt" + Me.XrTableCell18.Weight = 0.26013168552048471R + ' + 'XrTableCell19 + ' + Me.XrTableCell19.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell19.Multiline = True + Me.XrTableCell19.Name = "XrTableCell19" + Me.XrTableCell19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell19.StyleName = "DetailCaption3" + Me.XrTableCell19.StylePriority.UseFont = False + Me.XrTableCell19.Text = "Durch" + Me.XrTableCell19.Weight = 0.14516790917579048R + ' + 'XrTableCell20 + ' + Me.XrTableCell20.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell20.Multiline = True + Me.XrTableCell20.Name = "XrTableCell20" + Me.XrTableCell20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell20.StyleName = "DetailCaption3" + Me.XrTableCell20.StylePriority.UseFont = False + Me.XrTableCell20.Text = "Status/An Wen/Änderung" + Me.XrTableCell20.Weight = 0.29950804574617118R + ' + 'XrTableCell21 + ' + Me.XrTableCell21.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell21.Multiline = True + Me.XrTableCell21.Name = "XrTableCell21" + Me.XrTableCell21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell21.StyleName = "DetailCaption3" + Me.XrTableCell21.StylePriority.UseFont = False + Me.XrTableCell21.Text = "Datum" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Uhrzeit" + Me.XrTableCell21.Weight = 0.12041467605851398R + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'XtraReport2 + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) + Me.DataMember = "VWCUST_RPTERGEBNISBERICHT" + Me.DataSource = Me.SqlDataSource1 + Me.Margins = New System.Drawing.Printing.Margins(90, 100, 100, 100) + Me.PageHeight = 1169 + Me.PageWidth = 827 + Me.PaperKind = System.Drawing.Printing.PaperKind.A4 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell40 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell41 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell42 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell43 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents XrPageInfo2 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell18 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell19 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell20 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell21 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel10 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel9 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel4 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel3 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel21 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLine1 As DevExpress.XtraReports.UI.XRLine + Friend WithEvents XrLabel20 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel19 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel18 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel16 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel15 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel14 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel13 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel12 As DevExpress.XtraReports.UI.XRLabel +End Class diff --git a/WISAG_PM_REPORT/XtraReport2.resx b/WISAG_PM_REPORT/XtraReport2.resx new file mode 100644 index 0000000..58b4f76 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport2.resx @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + + select "VWCUST_RPTERGEBNISBERICHT"."DocID", + "VWCUST_RPTERGEBNISBERICHT"."DatumIn", + "VWCUST_RPTERGEBNISBERICHT"."Belegdatum", + "VWCUST_RPTERGEBNISBERICHT"."KreditorNummer", + "VWCUST_RPTERGEBNISBERICHT"."KreditorName_Lang", + "VWCUST_RPTERGEBNISBERICHT"."KreditorName", + "VWCUST_RPTERGEBNISBERICHT"."RechnungNr", + "VWCUST_RPTERGEBNISBERICHT"."Referenz", + "VWCUST_RPTERGEBNISBERICHT"."Nettobetrag", + "VWCUST_RPTERGEBNISBERICHT"."Bruttobetrag", + "VWCUST_RPTERGEBNISBERICHT"."Zahlungsziel", + "VWCUST_RPTERGEBNISBERICHT"."Mandant", + "VWCUST_RPTERGEBNISBERICHT"."Mandant Name", + "VWCUST_RPTERGEBNISBERICHT"."Kostenstelle", + "VWCUST_RPTERGEBNISBERICHT"."BestellNr", + "VWCUST_RPTERGEBNISBERICHT"."Absender", + "VWCUST_RPTERGEBNISBERICHT"."Finaler Freigeber", + "VWCUST_RPTERGEBNISBERICHT"."Prozessschritt", + "VWCUST_RPTERGEBNISBERICHT"."Durch", + "VWCUST_RPTERGEBNISBERICHT"."Status_Change", + "VWCUST_RPTERGEBNISBERICHT"."wannPos", + "VWCUST_RPTERGEBNISBERICHT"."Kommentar" + from "dbo"."VWCUST_RPTERGEBNISBERICHT" "VWCUST_RPTERGEBNISBERICHT" ORDER BY wannPos desc + + + PERhdGFTZXQgTmFtZT0iU3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlZXQ1VTVF9SUFRFUkdFQk5JU0JFUklDSFQiPjxGaWVsZCBOYW1lPSJEb2NJRCIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9IkRhdHVtSW4iIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQmVsZWdkYXR1bSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck51bW1lciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWVfTGFuZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJLcmVkaXRvck5hbWUiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUmVjaG51bmdOciIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJSZWZlcmVueiIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJOZXR0b2JldHJhZyIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCcnV0dG9iZXRyYWciIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iWmFobHVuZ3N6aWVsIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Ik1hbmRhbnQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iTWFuZGFudCBOYW1lIiBUeXBlPSJTdHJpbmciIC8+PEZpZWxkIE5hbWU9Iktvc3RlbnN0ZWxsZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJCZXN0ZWxsTnIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iQWJzZW5kZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRmluYWxlciBGcmVpZ2ViZXIiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iUHJvemVzc3NjaHJpdHQiIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iRHVyY2giIFR5cGU9IlN0cmluZyIgLz48RmllbGQgTmFtZT0iU3RhdHVzX0NoYW5nZSIgVHlwZT0iU3RyaW5nIiAvPjxGaWVsZCBOYW1lPSJ3YW5uUG9zIiBUeXBlPSJEYXRlVGltZSIgLz48RmllbGQgTmFtZT0iS29tbWVudGFyIiBUeXBlPSJTdHJpbmciIC8+PC9WaWV3PjwvRGF0YVNldD4= + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport2.vb b/WISAG_PM_REPORT/XtraReport2.vb new file mode 100644 index 0000000..e20fe7d --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport2.vb @@ -0,0 +1,3 @@ +Public Class XtraReport2 + +End Class \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport3.Designer.vb b/WISAG_PM_REPORT/XtraReport3.Designer.vb new file mode 100644 index 0000000..75f41c3 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport3.Designer.vb @@ -0,0 +1,707 @@ + _ +Partial Public Class XtraReport3 + Inherits DevExpress.XtraReports.UI.XtraReport + + 'XtraReport overrides dispose to clean up the component list. + _ + Protected Overrides Sub Dispose(ByVal disposing As Boolean) + If disposing AndAlso components IsNot Nothing Then + components.Dispose() + End If + MyBase.Dispose(disposing) + End Sub + + 'Required by the Designer + Private components As System.ComponentModel.IContainer + + 'NOTE: The following procedure is required by the Designer + 'It can be modified using the Designer. + 'Do not modify it using the code editor. + _ + Private Sub InitializeComponent() + Me.components = New System.ComponentModel.Container() + Dim ObjectConstructorInfo1 As DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo = New DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo() + Dim Parameter1 As DevExpress.DataAccess.ObjectBinding.Parameter = New DevExpress.DataAccess.ObjectBinding.Parameter() + Me.Detail = New DevExpress.XtraReports.UI.DetailBand() + Me.XrTable4 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow4 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell36 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell37 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell38 = New DevExpress.XtraReports.UI.XRTableCell() + Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand() + Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand() + Me.XrPageInfo1 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.XrPageInfo2 = New DevExpress.XtraReports.UI.XRPageInfo() + Me.ObjectDataSource1 = New DevExpress.DataAccess.ObjectBinding.ObjectDataSource(Me.components) + Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() + Me.XrLabel17 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel16 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel15 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel14 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel13 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel12 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel11 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel10 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel9 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel8 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel7 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel6 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel5 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel4 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel3 = New DevExpress.XtraReports.UI.XRLabel() + Me.XrLabel1 = New DevExpress.XtraReports.UI.XRLabel() + Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell1 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell4 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupHeaderBand3 = New DevExpress.XtraReports.UI.GroupHeaderBand() + Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() + Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() + Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() + Me.XrTableCell19 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell20 = New DevExpress.XtraReports.UI.XRTableCell() + Me.XrTableCell21 = New DevExpress.XtraReports.UI.XRTableCell() + Me.GroupFooterBand1 = New DevExpress.XtraReports.UI.GroupFooterBand() + Me.XrLabel2 = New DevExpress.XtraReports.UI.XRLabel() + Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.GroupData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() + Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() + Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.ObjectDataSource1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).BeginInit() + CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() + ' + 'Detail + ' + Me.Detail.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable4}) + Me.Detail.HeightF = 25.0! + Me.Detail.Name = "Detail" + Me.Detail.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrTable4 + ' + Me.XrTable4.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 0!) + Me.XrTable4.Name = "XrTable4" + Me.XrTable4.OddStyleName = "DetailData3_Odd" + Me.XrTable4.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow4}) + Me.XrTable4.SizeF = New System.Drawing.SizeF(644.0!, 25.0!) + ' + 'XrTableRow4 + ' + Me.XrTableRow4.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell36, Me.XrTableCell37, Me.XrTableCell38}) + Me.XrTableRow4.Name = "XrTableRow4" + Me.XrTableRow4.Weight = 11.5R + ' + 'XrTableCell36 + ' + Me.XrTableCell36.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Email]")}) + Me.XrTableCell36.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell36.Multiline = True + Me.XrTableCell36.Name = "XrTableCell36" + Me.XrTableCell36.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell36.StyleName = "DetailData3" + Me.XrTableCell36.StylePriority.UseFont = False + Me.XrTableCell36.Text = "XrTableCell36" + Me.XrTableCell36.Weight = 0.48376485221562221R + ' + 'XrTableCell37 + ' + Me.XrTableCell37.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Freigabe]")}) + Me.XrTableCell37.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell37.Multiline = True + Me.XrTableCell37.Name = "XrTableCell37" + Me.XrTableCell37.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell37.StyleName = "DetailData3" + Me.XrTableCell37.StylePriority.UseFont = False + Me.XrTableCell37.Text = "XrTableCell37" + Me.XrTableCell37.Weight = 0.15464052731818409R + ' + 'XrTableCell38 + ' + Me.XrTableCell38.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_Wann]")}) + Me.XrTableCell38.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell38.Multiline = True + Me.XrTableCell38.Name = "XrTableCell38" + Me.XrTableCell38.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell38.StyleName = "DetailData3" + Me.XrTableCell38.StylePriority.UseFont = False + Me.XrTableCell38.Text = "XrTableCell38" + Me.XrTableCell38.TextFormatString = "{0:dd.MM.yyyy HH:mm}" + Me.XrTableCell38.Weight = 0.28555169477860864R + ' + 'TopMargin + ' + Me.TopMargin.Name = "TopMargin" + Me.TopMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'BottomMargin + ' + Me.BottomMargin.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPageInfo1, Me.XrPageInfo2}) + Me.BottomMargin.Name = "BottomMargin" + Me.BottomMargin.Padding = New DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100.0!) + Me.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + ' + 'XrPageInfo1 + ' + Me.XrPageInfo1.Font = New System.Drawing.Font("Arial Narrow", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrPageInfo1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 6.0!) + Me.XrPageInfo1.Name = "XrPageInfo1" + Me.XrPageInfo1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime + Me.XrPageInfo1.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo1.StyleName = "PageInfo" + Me.XrPageInfo1.StylePriority.UseFont = False + ' + 'XrPageInfo2 + ' + Me.XrPageInfo2.Font = New System.Drawing.Font("Arial Narrow", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrPageInfo2.LocationFloat = New DevExpress.Utils.PointFloat(331.0!, 6.0!) + Me.XrPageInfo2.Name = "XrPageInfo2" + Me.XrPageInfo2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrPageInfo2.SizeF = New System.Drawing.SizeF(313.0!, 23.0!) + Me.XrPageInfo2.StyleName = "PageInfo" + Me.XrPageInfo2.StylePriority.UseFont = False + Me.XrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight + Me.XrPageInfo2.TextFormatString = "Seite {0} von {1}" + ' + 'ObjectDataSource1 + ' + Me.ObjectDataSource1.Constructor = ObjectConstructorInfo1 + Me.ObjectDataSource1.DataMember = "GetData" + Me.ObjectDataSource1.DataSource = GetType(WISAG_PM_REPORT.MyDatasetTableAdapters.VWCUST_RPTPM_UNION1TableAdapter) + Me.ObjectDataSource1.Name = "ObjectDataSource1" + Parameter1.Name = "DocID" + Parameter1.Type = GetType(System.Nullable(Of Long)) + Parameter1.ValueInfo = "2894" + Me.ObjectDataSource1.Parameters.AddRange(New DevExpress.DataAccess.ObjectBinding.Parameter() {Parameter1}) + ' + 'ReportHeaderBand1 + ' + Me.ReportHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel17, Me.XrLabel16, Me.XrLabel15, Me.XrLabel14, Me.XrLabel13, Me.XrLabel12, Me.XrLabel11, Me.XrLabel10, Me.XrLabel9, Me.XrLabel8, Me.XrLabel7, Me.XrLabel6, Me.XrLabel5, Me.XrLabel4, Me.XrLabel3, Me.XrLabel1}) + Me.ReportHeaderBand1.HeightF = 241.25! + Me.ReportHeaderBand1.Name = "ReportHeaderBand1" + ' + 'XrLabel17 + ' + Me.XrLabel17.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel17.LocationFloat = New DevExpress.Utils.PointFloat(316.1523!, 83.95837!) + Me.XrLabel17.Multiline = True + Me.XrLabel17.Name = "XrLabel17" + Me.XrLabel17.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel17.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel17.StylePriority.UseFont = False + Me.XrLabel17.Text = "Mandant:" + ' + 'XrLabel16 + ' + Me.XrLabel16.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel16.LocationFloat = New DevExpress.Utils.PointFloat(316.1523!, 43.70832!) + Me.XrLabel16.Multiline = True + Me.XrLabel16.Name = "XrLabel16" + Me.XrLabel16.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel16.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel16.StylePriority.UseFont = False + Me.XrLabel16.Text = "Belegnummer:" + ' + 'XrLabel15 + ' + Me.XrLabel15.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel15.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 212.7084!) + Me.XrLabel15.Multiline = True + Me.XrLabel15.Name = "XrLabel15" + Me.XrLabel15.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel15.SizeF = New System.Drawing.SizeF(118.9569!, 23.0!) + Me.XrLabel15.StylePriority.UseFont = False + Me.XrLabel15.Text = "Kreditorname:" + ' + 'XrLabel14 + ' + Me.XrLabel14.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel14.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 153.1667!) + Me.XrLabel14.Multiline = True + Me.XrLabel14.Name = "XrLabel14" + Me.XrLabel14.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel14.SizeF = New System.Drawing.SizeF(118.9569!, 23.0!) + Me.XrLabel14.StylePriority.UseFont = False + Me.XrLabel14.Text = "Kreditornummer:" + ' + 'XrLabel13 + ' + Me.XrLabel13.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel13.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 118.9584!) + Me.XrLabel13.Multiline = True + Me.XrLabel13.Name = "XrLabel13" + Me.XrLabel13.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel13.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel13.StylePriority.UseFont = False + Me.XrLabel13.Text = "Referenz:" + ' + 'XrLabel12 + ' + Me.XrLabel12.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel12.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 83.95837!) + Me.XrLabel12.Multiline = True + Me.XrLabel12.Name = "XrLabel12" + Me.XrLabel12.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel12.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel12.StylePriority.UseFont = False + Me.XrLabel12.Text = "Belegdatum:" + ' + 'XrLabel11 + ' + Me.XrLabel11.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel11.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 43.70832!) + Me.XrLabel11.Multiline = True + Me.XrLabel11.Name = "XrLabel11" + Me.XrLabel11.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel11.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel11.StylePriority.UseFont = False + Me.XrLabel11.Text = "Eingang:" + ' + 'XrLabel10 + ' + Me.XrLabel10.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorName_Lang]")}) + Me.XrLabel10.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel10.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 212.7084!) + Me.XrLabel10.Multiline = True + Me.XrLabel10.Name = "XrLabel10" + Me.XrLabel10.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel10.SizeF = New System.Drawing.SizeF(452.4882!, 23.0!) + Me.XrLabel10.StylePriority.UseFont = False + Me.XrLabel10.Text = "XrLabel10" + ' + 'XrLabel9 + ' + Me.XrLabel9.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[KreditorNummer]")}) + Me.XrLabel9.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel9.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 153.1667!) + Me.XrLabel9.Multiline = True + Me.XrLabel9.Name = "XrLabel9" + Me.XrLabel9.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel9.SizeF = New System.Drawing.SizeF(270.5035!, 23.0!) + Me.XrLabel9.StylePriority.UseFont = False + Me.XrLabel9.Text = "XrLabel9" + ' + 'XrLabel8 + ' + Me.XrLabel8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant Name]")}) + Me.XrLabel8.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel8.LocationFloat = New DevExpress.Utils.PointFloat(430.5702!, 118.9584!) + Me.XrLabel8.Multiline = True + Me.XrLabel8.Name = "XrLabel8" + Me.XrLabel8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel8.SizeF = New System.Drawing.SizeF(213.4298!, 22.99999!) + Me.XrLabel8.StylePriority.UseFont = False + Me.XrLabel8.Text = "XrLabel8" + ' + 'XrLabel7 + ' + Me.XrLabel7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Mandant]")}) + Me.XrLabel7.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel7.LocationFloat = New DevExpress.Utils.PointFloat(430.5702!, 83.95837!) + Me.XrLabel7.Multiline = True + Me.XrLabel7.Name = "XrLabel7" + Me.XrLabel7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel7.SizeF = New System.Drawing.SizeF(100.0!, 23.0!) + Me.XrLabel7.StylePriority.UseFont = False + Me.XrLabel7.Text = "XrLabel7" + ' + 'XrLabel6 + ' + Me.XrLabel6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RechnungNr]")}) + Me.XrLabel6.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel6.LocationFloat = New DevExpress.Utils.PointFloat(430.5702!, 43.70832!) + Me.XrLabel6.Multiline = True + Me.XrLabel6.Name = "XrLabel6" + Me.XrLabel6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel6.SizeF = New System.Drawing.SizeF(213.4298!, 23.0!) + Me.XrLabel6.StylePriority.UseFont = False + Me.XrLabel6.Text = "XrLabel6" + ' + 'XrLabel5 + ' + Me.XrLabel5.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Referenz]")}) + Me.XrLabel5.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel5.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 118.9584!) + Me.XrLabel5.Multiline = True + Me.XrLabel5.Name = "XrLabel5" + Me.XrLabel5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel5.SizeF = New System.Drawing.SizeF(160.9448!, 22.99999!) + Me.XrLabel5.StylePriority.UseFont = False + Me.XrLabel5.Text = "XrLabel5" + ' + 'XrLabel4 + ' + Me.XrLabel4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Belegdatum]")}) + Me.XrLabel4.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel4.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 83.95837!) + Me.XrLabel4.Multiline = True + Me.XrLabel4.Name = "XrLabel4" + Me.XrLabel4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel4.SizeF = New System.Drawing.SizeF(160.9448!, 23.0!) + Me.XrLabel4.StylePriority.UseFont = False + Me.XrLabel4.Text = "XrLabel4" + Me.XrLabel4.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel3 + ' + Me.XrLabel3.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Erhalten wann]")}) + Me.XrLabel3.Font = New System.Drawing.Font("Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel3.LocationFloat = New DevExpress.Utils.PointFloat(124.9569!, 43.70832!) + Me.XrLabel3.Multiline = True + Me.XrLabel3.Name = "XrLabel3" + Me.XrLabel3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel3.SizeF = New System.Drawing.SizeF(160.9448!, 23.0!) + Me.XrLabel3.StylePriority.UseFont = False + Me.XrLabel3.Text = "XrLabel3" + Me.XrLabel3.TextFormatString = "{0:dd.MM.yyyy}" + ' + 'XrLabel1 + ' + Me.XrLabel1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrLabel1.LocationFloat = New DevExpress.Utils.PointFloat(6.0!, 6.0!) + Me.XrLabel1.Multiline = True + Me.XrLabel1.Name = "XrLabel1" + Me.XrLabel1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel1.SizeF = New System.Drawing.SizeF(638.0!, 25.55338!) + Me.XrLabel1.StyleName = "Title" + Me.XrLabel1.StylePriority.UseFont = False + Me.XrLabel1.Text = "Ergebnisbericht FeRDinand" + ' + 'GroupHeaderBand1 + ' + Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) + Me.GroupHeaderBand1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("GroupTypeID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand1.HeightF = 44.79167! + Me.GroupHeaderBand1.Level = 1 + Me.GroupHeaderBand1.Name = "GroupHeaderBand1" + ' + 'XrTable1 + ' + Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrTable1.Name = "XrTable1" + Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) + Me.XrTable1.SizeF = New System.Drawing.SizeF(650.0!, 34.79169!) + ' + 'XrTableRow1 + ' + Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell1, Me.XrTableCell2}) + Me.XrTableRow1.Name = "XrTableRow1" + Me.XrTableRow1.Weight = 1.0R + ' + 'XrTableCell1 + ' + Me.XrTableCell1.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell1.Multiline = True + Me.XrTableCell1.Name = "XrTableCell1" + Me.XrTableCell1.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell1.StyleName = "GroupCaption3" + Me.XrTableCell1.StylePriority.UseFont = False + Me.XrTableCell1.StylePriority.UseTextAlignment = False + Me.XrTableCell1.Text = "Freigabe-" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Schritt:" + Me.XrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + Me.XrTableCell1.Weight = 0.17021859975961537R + ' + 'XrTableCell2 + ' + Me.XrTableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GroupType]")}) + Me.XrTableCell2.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell2.Multiline = True + Me.XrTableCell2.Name = "XrTableCell2" + Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell2.StyleName = "GroupData3" + Me.XrTableCell2.StylePriority.UseFont = False + Me.XrTableCell2.StylePriority.UseTextAlignment = False + Me.XrTableCell2.Text = "XrTableCell2" + Me.XrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft + Me.XrTableCell2.Weight = 0.8297814002403846R + ' + 'GroupHeaderBand2 + ' + Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) + Me.GroupHeaderBand2.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("DOC_ID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) + Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand2.HeightF = 25.0! + Me.GroupHeaderBand2.Level = 2 + Me.GroupHeaderBand2.Name = "GroupHeaderBand2" + Me.GroupHeaderBand2.Visible = False + ' + 'XrTable2 + ' + Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrTable2.Name = "XrTable2" + Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) + Me.XrTable2.SizeF = New System.Drawing.SizeF(650.0!, 25.0!) + ' + 'XrTableRow2 + ' + Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell3, Me.XrTableCell4}) + Me.XrTableRow2.Name = "XrTableRow2" + Me.XrTableRow2.Weight = 1.0R + ' + 'XrTableCell3 + ' + Me.XrTableCell3.Multiline = True + Me.XrTableCell3.Name = "XrTableCell3" + Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell3.StyleName = "GroupCaption3" + Me.XrTableCell3.Text = "DOC ID" + Me.XrTableCell3.Weight = 0.076042996920072117R + ' + 'XrTableCell4 + ' + Me.XrTableCell4.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DOC_ID]")}) + Me.XrTableCell4.Multiline = True + Me.XrTableCell4.Name = "XrTableCell4" + Me.XrTableCell4.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell4.StyleName = "GroupData3" + Me.XrTableCell4.Text = "XrTableCell4" + Me.XrTableCell4.Weight = 0.92395695612980766R + ' + 'GroupHeaderBand3 + ' + Me.GroupHeaderBand3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) + Me.GroupHeaderBand3.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail + Me.GroupHeaderBand3.HeightF = 48.0! + Me.GroupHeaderBand3.Level = 3 + Me.GroupHeaderBand3.Name = "GroupHeaderBand3" + ' + 'XrPanel1 + ' + Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable3}) + Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrPanel1.Name = "XrPanel1" + Me.XrPanel1.SizeF = New System.Drawing.SizeF(650.0!, 48.0!) + Me.XrPanel1.StyleName = "DetailCaptionBackground3" + ' + 'XrTable3 + ' + Me.XrTable3.LocationFloat = New DevExpress.Utils.PointFloat(6.00001!, 20.00001!) + Me.XrTable3.Name = "XrTable3" + Me.XrTable3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow3}) + Me.XrTable3.SizeF = New System.Drawing.SizeF(643.9999!, 28.0!) + ' + 'XrTableRow3 + ' + Me.XrTableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell19, Me.XrTableCell20, Me.XrTableCell21}) + Me.XrTableRow3.Name = "XrTableRow3" + Me.XrTableRow3.Weight = 1.0R + ' + 'XrTableCell19 + ' + Me.XrTableCell19.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell19.Multiline = True + Me.XrTableCell19.Name = "XrTableCell19" + Me.XrTableCell19.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell19.StyleName = "DetailCaption3" + Me.XrTableCell19.StylePriority.UseFont = False + Me.XrTableCell19.Text = "Email-Adresse" + Me.XrTableCell19.Weight = 0.074943914371077724R + ' + 'XrTableCell20 + ' + Me.XrTableCell20.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell20.Multiline = True + Me.XrTableCell20.Name = "XrTableCell20" + Me.XrTableCell20.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell20.StyleName = "DetailCaption3" + Me.XrTableCell20.StylePriority.UseFont = False + Me.XrTableCell20.Text = "Ja/Nein" + Me.XrTableCell20.Weight = 0.023956610648641317R + ' + 'XrTableCell21 + ' + Me.XrTableCell21.Font = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) + Me.XrTableCell21.Multiline = True + Me.XrTableCell21.Name = "XrTableCell21" + Me.XrTableCell21.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrTableCell21.StyleName = "DetailCaption3" + Me.XrTableCell21.StylePriority.UseFont = False + Me.XrTableCell21.Text = "Datum Uhrzeit" + Me.XrTableCell21.Weight = 0.044237089890700118R + ' + 'GroupFooterBand1 + ' + Me.GroupFooterBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrLabel2}) + Me.GroupFooterBand1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail + Me.GroupFooterBand1.HeightF = 6.0! + Me.GroupFooterBand1.Name = "GroupFooterBand1" + ' + 'XrLabel2 + ' + Me.XrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.XrLabel2.LocationFloat = New DevExpress.Utils.PointFloat(0!, 0!) + Me.XrLabel2.Multiline = True + Me.XrLabel2.Name = "XrLabel2" + Me.XrLabel2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + Me.XrLabel2.SizeF = New System.Drawing.SizeF(650.0!, 2.08!) + Me.XrLabel2.StyleName = "GroupCaption3" + Me.XrLabel2.StylePriority.UseBorders = False + ' + 'Title + ' + Me.Title.BackColor = System.Drawing.Color.Transparent + Me.Title.BorderColor = System.Drawing.Color.Black + Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.Title.BorderWidth = 1.0! + Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) + Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.Title.Name = "Title" + ' + 'GroupCaption3 + ' + Me.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupCaption3.BorderColor = System.Drawing.Color.White + Me.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupCaption3.BorderWidth = 2.0! + Me.GroupCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer)) + Me.GroupCaption3.Name = "GroupCaption3" + Me.GroupCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'GroupData3 + ' + Me.GroupData3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) + Me.GroupData3.BorderColor = System.Drawing.Color.White + Me.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom + Me.GroupData3.BorderWidth = 2.0! + Me.GroupData3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.GroupData3.ForeColor = System.Drawing.Color.White + Me.GroupData3.Name = "GroupData3" + Me.GroupData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) + Me.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaption3 + ' + Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent + Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.DetailCaption3.Name = "DetailCaption3" + Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3 + ' + Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3.ForeColor = System.Drawing.Color.Black + Me.DetailData3.Name = "DetailData3" + Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailData3_Odd + ' + Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) + Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent + Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None + Me.DetailData3_Odd.BorderWidth = 1.0! + Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) + Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black + Me.DetailData3_Odd.Name = "DetailData3_Odd" + Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) + Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft + ' + 'DetailCaptionBackground3 + ' + Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent + Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) + Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top + Me.DetailCaptionBackground3.BorderWidth = 2.0! + Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" + ' + 'PageInfo + ' + Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) + Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) + Me.PageInfo.Name = "PageInfo" + Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) + ' + 'XtraReport3 + ' + Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.Detail, Me.TopMargin, Me.BottomMargin, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.GroupHeaderBand3, Me.GroupFooterBand1}) + Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.ObjectDataSource1}) + Me.DataSource = Me.ObjectDataSource1 + Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) + Me.Version = "18.1" + CType(Me.XrTable4, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.ObjectDataSource1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() + CType(Me, System.ComponentModel.ISupportInitialize).EndInit() + + End Sub + Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand + Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand + Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand + Friend WithEvents XrTable4 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow4 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell36 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell37 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell38 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrPageInfo1 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents XrPageInfo2 As DevExpress.XtraReports.UI.XRPageInfo + Friend WithEvents ObjectDataSource1 As DevExpress.DataAccess.ObjectBinding.ObjectDataSource + Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand + Friend WithEvents XrLabel1 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell1 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand2 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell4 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupHeaderBand3 As DevExpress.XtraReports.UI.GroupHeaderBand + Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel + Friend WithEvents XrTable3 As DevExpress.XtraReports.UI.XRTable + Friend WithEvents XrTableRow3 As DevExpress.XtraReports.UI.XRTableRow + Friend WithEvents XrTableCell19 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell20 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents XrTableCell21 As DevExpress.XtraReports.UI.XRTableCell + Friend WithEvents GroupFooterBand1 As DevExpress.XtraReports.UI.GroupFooterBand + Friend WithEvents XrLabel2 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents GroupData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle + Friend WithEvents XrLabel3 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel17 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel16 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel15 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel14 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel13 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel12 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel11 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel10 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel9 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel8 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel7 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel6 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel5 As DevExpress.XtraReports.UI.XRLabel + Friend WithEvents XrLabel4 As DevExpress.XtraReports.UI.XRLabel +End Class diff --git a/WISAG_PM_REPORT/XtraReport3.resx b/WISAG_PM_REPORT/XtraReport3.resx new file mode 100644 index 0000000..014e1c0 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport3.resx @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 17, 17 + + \ No newline at end of file diff --git a/WISAG_PM_REPORT/XtraReport3.vb b/WISAG_PM_REPORT/XtraReport3.vb new file mode 100644 index 0000000..8adae25 --- /dev/null +++ b/WISAG_PM_REPORT/XtraReport3.vb @@ -0,0 +1,9 @@ +Public Class XtraReport3 + Private Sub GroupHeaderBand3_BeforePrint(sender As Object, e As Printing.PrintEventArgs) Handles GroupHeaderBand3.BeforePrint, Detail.BeforePrint, GroupHeaderBand1.BeforePrint + Dim oGroupType As String = GetCurrentColumnValue("GroupType") + Dim oGroupTypeID As Integer = GetCurrentColumnValue("GroupTypeID") + If oGroupType = "HEAD" Then + e.Cancel = True + End If + End Sub +End Class \ No newline at end of file