Initial commit
This commit is contained in:
148
EDOKA/Backup1/DiverseFormulare/frmAvaloqSpooler.Designer.vb
generated
Normal file
148
EDOKA/Backup1/DiverseFormulare/frmAvaloqSpooler.Designer.vb
generated
Normal file
@@ -0,0 +1,148 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmAvaloqSpooler
|
||||
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)
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
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()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAvaloqSpooler))
|
||||
Me.Panel1 = New System.Windows.Forms.Panel
|
||||
Me.DokList = New System.Windows.Forms.DataGridView
|
||||
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
|
||||
Me.btnNextAction = New System.Windows.Forms.Button
|
||||
Me.btnRefresh = New System.Windows.Forms.Button
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.DokList, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.DokList)
|
||||
Me.Panel1.Location = New System.Drawing.Point(16, 18)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(564, 192)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'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.Location = New System.Drawing.Point(0, 0)
|
||||
Me.DokList.Name = "DokList"
|
||||
Me.DokList.ReadOnly = True
|
||||
Me.DokList.Size = New System.Drawing.Size(545, 192)
|
||||
Me.DokList.TabIndex = 1
|
||||
'
|
||||
'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
|
||||
Me.xml.Visible = False
|
||||
'
|
||||
'sort
|
||||
'
|
||||
Me.sort.HeaderText = "sort"
|
||||
Me.sort.Name = "sort"
|
||||
Me.sort.ReadOnly = True
|
||||
Me.sort.Visible = False
|
||||
'
|
||||
'btnNextAction
|
||||
'
|
||||
Me.btnNextAction.Location = New System.Drawing.Point(404, 217)
|
||||
Me.btnNextAction.Name = "btnNextAction"
|
||||
Me.btnNextAction.Size = New System.Drawing.Size(115, 23)
|
||||
Me.btnNextAction.TabIndex = 1
|
||||
Me.btnNextAction.Text = "Nächste Aktion"
|
||||
Me.btnNextAction.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnRefresh
|
||||
'
|
||||
Me.btnRefresh.Location = New System.Drawing.Point(312, 217)
|
||||
Me.btnRefresh.Name = "btnRefresh"
|
||||
Me.btnRefresh.Size = New System.Drawing.Size(73, 23)
|
||||
Me.btnRefresh.TabIndex = 2
|
||||
Me.btnRefresh.Text = "Refresh"
|
||||
Me.btnRefresh.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAvaloqSpooler
|
||||
'
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit
|
||||
Me.ClientSize = New System.Drawing.Size(592, 249)
|
||||
Me.Controls.Add(Me.btnRefresh)
|
||||
Me.Controls.Add(Me.btnNextAction)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.Name = "frmAvaloqSpooler"
|
||||
Me.ShowInTaskbar = False
|
||||
Me.Text = "Avaloq Spooler "
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
CType(Me.DokList, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents btnNextAction As System.Windows.Forms.Button
|
||||
Friend WithEvents DokList As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents btnRefresh 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
|
||||
Reference in New Issue
Block a user