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.
116 lines
4.9 KiB
116 lines
4.9 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmZahlung
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmZahlung))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.tsbtnquit = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsbtnSave = New System.Windows.Forms.ToolStripButton()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.txtProtokoll = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.AllowDrop = True
|
|
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnquit, Me.tsbtnSave})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(1267, 27)
|
|
Me.ToolStrip1.TabIndex = 16
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'tsbtnquit
|
|
'
|
|
Me.tsbtnquit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.tsbtnquit.Image = CType(resources.GetObject("tsbtnquit.Image"), System.Drawing.Image)
|
|
Me.tsbtnquit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnquit.Name = "tsbtnquit"
|
|
Me.tsbtnquit.Size = New System.Drawing.Size(29, 24)
|
|
Me.tsbtnquit.Text = "Schliessen"
|
|
'
|
|
'tsbtnSave
|
|
'
|
|
Me.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.tsbtnSave.Image = CType(resources.GetObject("tsbtnSave.Image"), System.Drawing.Image)
|
|
Me.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnSave.Name = "tsbtnSave"
|
|
Me.tsbtnSave.Size = New System.Drawing.Size(29, 24)
|
|
Me.tsbtnSave.Text = "Zahlungsdatei öffnen und verarbeiten"
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'txtProtokoll
|
|
'
|
|
Me.txtProtokoll.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtProtokoll.Location = New System.Drawing.Point(0, 44)
|
|
Me.txtProtokoll.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.txtProtokoll.Multiline = True
|
|
Me.txtProtokoll.Name = "txtProtokoll"
|
|
Me.txtProtokoll.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
|
Me.txtProtokoll.Size = New System.Drawing.Size(1267, 616)
|
|
Me.txtProtokoll.TabIndex = 17
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Label1.Location = New System.Drawing.Point(0, 27)
|
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(63, 17)
|
|
Me.Label1.TabIndex = 18
|
|
Me.Label1.Text = "Protokoll"
|
|
'
|
|
'frmZahlung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1267, 660)
|
|
Me.Controls.Add(Me.txtProtokoll)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.Name = "frmZahlung"
|
|
Me.Text = "Zahlungen verarbeiten"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ToolStrip1 As ToolStrip
|
|
Friend WithEvents tsbtnquit As ToolStripButton
|
|
Friend WithEvents tsbtnSave As ToolStripButton
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents txtProtokoll As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
End Class
|