258 lines
11 KiB
VB.net
258 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class Form1
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.btRunJob = New System.Windows.Forms.Button()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.btValidateSerializePDF = New System.Windows.Forms.Button()
|
|
Me.btValidateSerializeParseProps = New System.Windows.Forms.Button()
|
|
Me.btCreateMD5Checksum = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.ButtonValidateXMLOnly = New System.Windows.Forms.Button()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btExtractPDFAttachments = New System.Windows.Forms.Button()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.txtMD5Checksum = New System.Windows.Forms.TextBox()
|
|
Me.txtPropName = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.btFindExtractXMLValue = New System.Windows.Forms.Button()
|
|
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
|
Me.btWriteBinary = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
Me.GroupBox5.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'btRunJob
|
|
'
|
|
Me.btRunJob.Location = New System.Drawing.Point(6, 19)
|
|
Me.btRunJob.Name = "btRunJob"
|
|
Me.btRunJob.Size = New System.Drawing.Size(221, 23)
|
|
Me.btRunJob.TabIndex = 0
|
|
Me.btRunJob.Text = "Run Job"
|
|
Me.btRunJob.UseVisualStyleBackColor = True
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.Location = New System.Drawing.Point(378, 8)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.ListBox1.Size = New System.Drawing.Size(532, 602)
|
|
Me.ListBox1.TabIndex = 1
|
|
'
|
|
'btValidateSerializePDF
|
|
'
|
|
Me.btValidateSerializePDF.Location = New System.Drawing.Point(6, 19)
|
|
Me.btValidateSerializePDF.Name = "btValidateSerializePDF"
|
|
Me.btValidateSerializePDF.Size = New System.Drawing.Size(246, 23)
|
|
Me.btValidateSerializePDF.TabIndex = 2
|
|
Me.btValidateSerializePDF.Text = "Validate and Serialize PDF"
|
|
Me.btValidateSerializePDF.UseVisualStyleBackColor = True
|
|
'
|
|
'btValidateSerializeParseProps
|
|
'
|
|
Me.btValidateSerializeParseProps.Location = New System.Drawing.Point(6, 48)
|
|
Me.btValidateSerializeParseProps.Name = "btValidateSerializeParseProps"
|
|
Me.btValidateSerializeParseProps.Size = New System.Drawing.Size(246, 23)
|
|
Me.btValidateSerializeParseProps.TabIndex = 3
|
|
Me.btValidateSerializeParseProps.Text = "Validate and Serialize PDF and Parse Props"
|
|
Me.btValidateSerializeParseProps.UseVisualStyleBackColor = True
|
|
'
|
|
'btCreateMD5Checksum
|
|
'
|
|
Me.btCreateMD5Checksum.Location = New System.Drawing.Point(6, 19)
|
|
Me.btCreateMD5Checksum.Name = "btCreateMD5Checksum"
|
|
Me.btCreateMD5Checksum.Size = New System.Drawing.Size(221, 23)
|
|
Me.btCreateMD5Checksum.TabIndex = 4
|
|
Me.btCreateMD5Checksum.Text = "Create MD5 Checksum for PDF"
|
|
Me.btCreateMD5Checksum.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.ButtonValidateXMLOnly)
|
|
Me.GroupBox1.Controls.Add(Me.btRunJob)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(360, 92)
|
|
Me.GroupBox1.TabIndex = 7
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Run Job like in eInvoice Service"
|
|
'
|
|
'ButtonValidateXMLOnly
|
|
'
|
|
Me.ButtonValidateXMLOnly.Location = New System.Drawing.Point(6, 48)
|
|
Me.ButtonValidateXMLOnly.Name = "ButtonValidateXMLOnly"
|
|
Me.ButtonValidateXMLOnly.Size = New System.Drawing.Size(221, 23)
|
|
Me.ButtonValidateXMLOnly.TabIndex = 4
|
|
Me.ButtonValidateXMLOnly.Text = "Run XML Job (spez. Configuration)"
|
|
Me.ButtonValidateXMLOnly.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.btValidateSerializePDF)
|
|
Me.GroupBox2.Controls.Add(Me.btExtractPDFAttachments)
|
|
Me.GroupBox2.Controls.Add(Me.btValidateSerializeParseProps)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(12, 110)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(360, 155)
|
|
Me.GroupBox2.TabIndex = 8
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Run Functions on a single file (needs Breakpoint)"
|
|
'
|
|
'btExtractPDFAttachments
|
|
'
|
|
Me.btExtractPDFAttachments.Location = New System.Drawing.Point(6, 77)
|
|
Me.btExtractPDFAttachments.Name = "btExtractPDFAttachments"
|
|
Me.btExtractPDFAttachments.Size = New System.Drawing.Size(246, 23)
|
|
Me.btExtractPDFAttachments.TabIndex = 3
|
|
Me.btExtractPDFAttachments.Text = "Extract PDF Attachments"
|
|
Me.btExtractPDFAttachments.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.btCreateMD5Checksum)
|
|
Me.GroupBox3.Controls.Add(Me.txtMD5Checksum)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(12, 271)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(360, 85)
|
|
Me.GroupBox3.TabIndex = 9
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Open PDF and calculate Checksum"
|
|
'
|
|
'txtMD5Checksum
|
|
'
|
|
Me.txtMD5Checksum.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.ZUGFeRDTest.My.MySettings.Default, "MD5Cheksum", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.txtMD5Checksum.Location = New System.Drawing.Point(6, 49)
|
|
Me.txtMD5Checksum.Name = "txtMD5Checksum"
|
|
Me.txtMD5Checksum.Size = New System.Drawing.Size(348, 20)
|
|
Me.txtMD5Checksum.TabIndex = 5
|
|
Me.txtMD5Checksum.Text = Global.ZUGFeRDTest.My.MySettings.Default.MD5Cheksum
|
|
'
|
|
'txtPropName
|
|
'
|
|
Me.txtPropName.Location = New System.Drawing.Point(6, 48)
|
|
Me.txtPropName.Name = "txtPropName"
|
|
Me.txtPropName.Size = New System.Drawing.Size(348, 20)
|
|
Me.txtPropName.TabIndex = 10
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.btFindExtractXMLValue)
|
|
Me.GroupBox4.Controls.Add(Me.txtPropName)
|
|
Me.GroupBox4.Location = New System.Drawing.Point(12, 362)
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.Size = New System.Drawing.Size(360, 122)
|
|
Me.GroupBox4.TabIndex = 11
|
|
Me.GroupBox4.TabStop = False
|
|
Me.GroupBox4.Text = "GroupBox4"
|
|
'
|
|
'btFindExtractXMLValue
|
|
'
|
|
Me.btFindExtractXMLValue.Location = New System.Drawing.Point(6, 19)
|
|
Me.btFindExtractXMLValue.Name = "btFindExtractXMLValue"
|
|
Me.btFindExtractXMLValue.Size = New System.Drawing.Size(221, 23)
|
|
Me.btFindExtractXMLValue.TabIndex = 11
|
|
Me.btFindExtractXMLValue.Text = "Find and Extract XML Path Value"
|
|
Me.btFindExtractXMLValue.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox5
|
|
'
|
|
Me.GroupBox5.Controls.Add(Me.btWriteBinary)
|
|
Me.GroupBox5.Location = New System.Drawing.Point(12, 490)
|
|
Me.GroupBox5.Name = "GroupBox5"
|
|
Me.GroupBox5.Size = New System.Drawing.Size(360, 122)
|
|
Me.GroupBox5.TabIndex = 12
|
|
Me.GroupBox5.TabStop = False
|
|
Me.GroupBox5.Text = "GroupBox5"
|
|
'
|
|
'btWriteBinary
|
|
'
|
|
Me.btWriteBinary.Location = New System.Drawing.Point(6, 19)
|
|
Me.btWriteBinary.Name = "btWriteBinary"
|
|
Me.btWriteBinary.Size = New System.Drawing.Size(221, 23)
|
|
Me.btWriteBinary.TabIndex = 11
|
|
Me.btWriteBinary.Text = "Write Binary to PDF"
|
|
Me.btWriteBinary.UseVisualStyleBackColor = True
|
|
'
|
|
'OpenFileDialog2
|
|
'
|
|
Me.OpenFileDialog2.FileName = "OpenFileDialog2"
|
|
Me.OpenFileDialog2.Filter = "XML files (*.xml)|*.xml"
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(916, 633)
|
|
Me.Controls.Add(Me.GroupBox5)
|
|
Me.Controls.Add(Me.GroupBox4)
|
|
Me.Controls.Add(Me.GroupBox3)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.ListBox1)
|
|
Me.Name = "Form1"
|
|
Me.Text = "E-Invoice-TEST-Tool"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
Me.GroupBox4.PerformLayout()
|
|
Me.GroupBox5.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents btRunJob As Button
|
|
Friend WithEvents ListBox1 As ListBox
|
|
Friend WithEvents btValidateSerializePDF As Button
|
|
Friend WithEvents btValidateSerializeParseProps As Button
|
|
Friend WithEvents btCreateMD5Checksum As Button
|
|
Friend WithEvents txtMD5Checksum As TextBox
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents GroupBox3 As GroupBox
|
|
Friend WithEvents txtPropName As TextBox
|
|
Friend WithEvents GroupBox4 As GroupBox
|
|
Friend WithEvents btFindExtractXMLValue As Button
|
|
Friend WithEvents btExtractPDFAttachments As Button
|
|
Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
|
|
Friend WithEvents GroupBox5 As GroupBox
|
|
Friend WithEvents btWriteBinary As Button
|
|
Friend WithEvents ButtonValidateXMLOnly As Button
|
|
Friend WithEvents OpenFileDialog2 As OpenFileDialog
|
|
End Class
|