You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
5.0 KiB
124 lines
5.0 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmAvaloqSpoolerTemp
|
|
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.DokList = New System.Windows.Forms.DataGridView()
|
|
Me.btnStart = New System.Windows.Forms.Button()
|
|
Me.Aktion = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DocType = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Partnernr = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.PnrBeschr = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.OrderNr = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.xml = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.sort = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
CType(Me.DokList, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DokList
|
|
'
|
|
Me.DokList.AllowUserToOrderColumns = True
|
|
Me.DokList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DokList.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Aktion, Me.DocType, Me.Partnernr, Me.PnrBeschr, Me.OrderNr, Me.xml, Me.sort})
|
|
Me.DokList.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.DokList.Location = New System.Drawing.Point(0, 0)
|
|
Me.DokList.Name = "DokList"
|
|
Me.DokList.ReadOnly = True
|
|
Me.DokList.Size = New System.Drawing.Size(566, 222)
|
|
Me.DokList.TabIndex = 2
|
|
'
|
|
'btnStart
|
|
'
|
|
Me.btnStart.Location = New System.Drawing.Point(481, 240)
|
|
Me.btnStart.Name = "btnStart"
|
|
Me.btnStart.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnStart.TabIndex = 3
|
|
Me.btnStart.Text = "Ausführen"
|
|
Me.btnStart.UseVisualStyleBackColor = True
|
|
'
|
|
'Aktion
|
|
'
|
|
Me.Aktion.HeaderText = "Funktion"
|
|
Me.Aktion.Name = "Aktion"
|
|
Me.Aktion.ReadOnly = True
|
|
'
|
|
'DocType
|
|
'
|
|
Me.DocType.HeaderText = "Dokument Typ"
|
|
Me.DocType.Name = "DocType"
|
|
Me.DocType.ReadOnly = True
|
|
'
|
|
'Partnernr
|
|
'
|
|
Me.Partnernr.HeaderText = "Partner Nr"
|
|
Me.Partnernr.Name = "Partnernr"
|
|
Me.Partnernr.ReadOnly = True
|
|
'
|
|
'PnrBeschr
|
|
'
|
|
Me.PnrBeschr.HeaderText = "Partner Kurzbeschreibung"
|
|
Me.PnrBeschr.Name = "PnrBeschr"
|
|
Me.PnrBeschr.ReadOnly = True
|
|
'
|
|
'OrderNr
|
|
'
|
|
Me.OrderNr.HeaderText = "Auftrags Nr"
|
|
Me.OrderNr.Name = "OrderNr"
|
|
Me.OrderNr.ReadOnly = True
|
|
'
|
|
'xml
|
|
'
|
|
Me.xml.HeaderText = "xmlFile"
|
|
Me.xml.Name = "xml"
|
|
Me.xml.ReadOnly = True
|
|
'
|
|
'sort
|
|
'
|
|
Me.sort.HeaderText = "sort"
|
|
Me.sort.Name = "sort"
|
|
Me.sort.ReadOnly = True
|
|
Me.sort.Visible = False
|
|
'
|
|
'frmAvaloqSpoolerTemp
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(566, 268)
|
|
Me.Controls.Add(Me.btnStart)
|
|
Me.Controls.Add(Me.DokList)
|
|
Me.Name = "frmAvaloqSpoolerTemp"
|
|
Me.Text = "Temporäre Spooler-Verarbeitungen"
|
|
CType(Me.DokList, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents DokList As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnStart As System.Windows.Forms.Button
|
|
Friend WithEvents Aktion As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents DocType As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Partnernr As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents PnrBeschr As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents OrderNr As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents xml As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents sort As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
End Class
|