271 lines
12 KiB
VB.net
271 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmBelegFinden
|
|
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(frmBelegFinden))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.cboBenutzer = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cbxStornoRKSV = New System.Windows.Forms.CheckBox()
|
|
Me.cbxStornoErzwingenAdmin = New System.Windows.Forms.CheckBox()
|
|
Me.btnOKNeu = New System.Windows.Forms.Button()
|
|
Me.dat = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtBelegNrNeu = New System.Windows.Forms.TextBox()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.txtBelegNrAlt = New System.Windows.Forms.TextBox()
|
|
Me.cbxStornoBELEG = New System.Windows.Forms.CheckBox()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.cboBenutzer)
|
|
Me.pnl.Controls.Add(Me.Label6)
|
|
Me.pnl.Controls.Add(Me.btnOKNeu)
|
|
Me.pnl.Controls.Add(Me.dat)
|
|
Me.pnl.Controls.Add(Me.Label5)
|
|
Me.pnl.Controls.Add(Me.Label4)
|
|
Me.pnl.Controls.Add(Me.Label3)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Label1)
|
|
Me.pnl.Controls.Add(Me.txtBelegNrNeu)
|
|
Me.pnl.Controls.Add(Me.FlatButton1)
|
|
Me.pnl.Controls.Add(Me.btnOK)
|
|
Me.pnl.Controls.Add(Me.txtBelegNrAlt)
|
|
Me.pnl.Controls.Add(Me.cbxStornoBELEG)
|
|
Me.pnl.Controls.Add(Me.cbxStornoRKSV)
|
|
Me.pnl.Controls.Add(Me.cbxStornoErzwingenAdmin)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(273, 178)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'cboBenutzer
|
|
'
|
|
Me.cboBenutzer._allowFreiText = False
|
|
Me.cboBenutzer._value = ""
|
|
Me.cboBenutzer.DropDownWidth = 200
|
|
Me.cboBenutzer.FormattingEnabled = True
|
|
Me.cboBenutzer.Location = New System.Drawing.Point(3, 137)
|
|
Me.cboBenutzer.Name = "cboBenutzer"
|
|
Me.cboBenutzer.Size = New System.Drawing.Size(46, 21)
|
|
Me.cboBenutzer.TabIndex = 16
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(0, 120)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label6.TabIndex = 15
|
|
Me.Label6.Text = "Benutzer:"
|
|
'
|
|
'cbxStornoRKSV
|
|
'
|
|
Me.cbxStornoRKSV.AutoSize = True
|
|
Me.cbxStornoRKSV.Location = New System.Drawing.Point(130, 91)
|
|
Me.cbxStornoRKSV.Name = "cbxStornoRKSV"
|
|
Me.cbxStornoRKSV.Size = New System.Drawing.Size(145, 17)
|
|
Me.cbxStornoRKSV.TabIndex = 13
|
|
Me.cbxStornoRKSV.Text = "Storno nur RKSV (Admin)"
|
|
Me.cbxStornoRKSV.UseVisualStyleBackColor = True
|
|
Me.cbxStornoRKSV.Visible = False
|
|
'
|
|
'cbxStornoErzwingenAdmin
|
|
'
|
|
Me.cbxStornoErzwingenAdmin.AutoSize = True
|
|
Me.cbxStornoErzwingenAdmin.Location = New System.Drawing.Point(130, 77)
|
|
Me.cbxStornoErzwingenAdmin.Name = "cbxStornoErzwingenAdmin"
|
|
Me.cbxStornoErzwingenAdmin.Size = New System.Drawing.Size(130, 17)
|
|
Me.cbxStornoErzwingenAdmin.TabIndex = 12
|
|
Me.cbxStornoErzwingenAdmin.Text = "Storno nur KB (Admin)"
|
|
Me.cbxStornoErzwingenAdmin.UseVisualStyleBackColor = True
|
|
Me.cbxStornoErzwingenAdmin.Visible = False
|
|
'
|
|
'btnOKNeu
|
|
'
|
|
Me.btnOKNeu.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOKNeu.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOKNeu.Location = New System.Drawing.Point(216, 55)
|
|
Me.btnOKNeu.Name = "btnOKNeu"
|
|
Me.btnOKNeu.Size = New System.Drawing.Size(44, 23)
|
|
Me.btnOKNeu.TabIndex = 11
|
|
Me.btnOKNeu.Text = "OK"
|
|
Me.btnOKNeu.UseVisualStyleBackColor = True
|
|
'
|
|
'dat
|
|
'
|
|
Me.dat.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.dat.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dat.Location = New System.Drawing.Point(119, 136)
|
|
Me.dat.Name = "dat"
|
|
Me.dat.Size = New System.Drawing.Size(91, 23)
|
|
Me.dat.TabIndex = 10
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(116, 120)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(71, 13)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "Beleg-Datum:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(49, 120)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(71, 13)
|
|
Me.Label4.TabIndex = 8
|
|
Me.Label4.Text = "Beleg-Nr (alt):"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.Location = New System.Drawing.Point(6, 99)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(107, 13)
|
|
Me.Label3.TabIndex = 7
|
|
Me.Label3.Text = "Kassenbuch ALT:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(6, 19)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(110, 13)
|
|
Me.Label2.TabIndex = 6
|
|
Me.Label2.Text = "Kassenbuch NEU:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(6, 39)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Beleg-Nr:"
|
|
'
|
|
'txtBelegNrNeu
|
|
'
|
|
Me.txtBelegNrNeu.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBelegNrNeu.Location = New System.Drawing.Point(9, 55)
|
|
Me.txtBelegNrNeu.MaxLength = 100
|
|
Me.txtBelegNrNeu.Name = "txtBelegNrNeu"
|
|
Me.txtBelegNrNeu.Size = New System.Drawing.Size(201, 23)
|
|
Me.txtBelegNrNeu.TabIndex = 2
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.FlatButton1.BackColor = System.Drawing.Color.Red
|
|
Me.FlatButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.White
|
|
Me.FlatButton1.Location = New System.Drawing.Point(231, 0)
|
|
Me.FlatButton1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(41, 19)
|
|
Me.FlatButton1.TabIndex = 0
|
|
Me.FlatButton1.Text = "X"
|
|
Me.FlatButton1.UseVisualStyleBackColor = False
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Location = New System.Drawing.Point(216, 136)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(44, 23)
|
|
Me.btnOK.TabIndex = 5
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'txtBelegNrAlt
|
|
'
|
|
Me.txtBelegNrAlt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtBelegNrAlt.Location = New System.Drawing.Point(52, 136)
|
|
Me.txtBelegNrAlt.Name = "txtBelegNrAlt"
|
|
Me.txtBelegNrAlt.Size = New System.Drawing.Size(64, 23)
|
|
Me.txtBelegNrAlt.TabIndex = 4
|
|
'
|
|
'cbxStornoBELEG
|
|
'
|
|
Me.cbxStornoBELEG.AutoSize = True
|
|
Me.cbxStornoBELEG.Location = New System.Drawing.Point(130, 105)
|
|
Me.cbxStornoBELEG.Name = "cbxStornoBELEG"
|
|
Me.cbxStornoBELEG.Size = New System.Drawing.Size(151, 17)
|
|
Me.cbxStornoBELEG.TabIndex = 17
|
|
Me.cbxStornoBELEG.Text = "Storno nur BELEG (Admin)"
|
|
Me.cbxStornoBELEG.UseVisualStyleBackColor = True
|
|
Me.cbxStornoBELEG.Visible = False
|
|
'
|
|
'frmBelegFinden
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(273, 178)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmBelegFinden"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "frmPreis"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Public WithEvents txtBelegNrNeu As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnOKNeu As System.Windows.Forms.Button
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Public WithEvents txtBelegNrAlt As System.Windows.Forms.TextBox
|
|
Public WithEvents dat As System.Windows.Forms.DateTimePicker
|
|
Public WithEvents cbxStornoErzwingenAdmin As System.Windows.Forms.CheckBox
|
|
Public WithEvents cbxStornoRKSV As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Public WithEvents cboBenutzer As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Public WithEvents cbxStornoBELEG As System.Windows.Forms.CheckBox
|
|
End Class
|