Änderung der Logik der Vollmachtsverwaltung im Kunden (nun können pro VM-Typ mehrere Vollmachten hinterlegt werden). Weiters wurde die GUI der Vollmachten überarbeitet
This commit is contained in:
217
_VERAG_PROG_ALLGEMEIN/DATENSERVER/frmVorlagenUpload.Designer.vb
generated
Normal file
217
_VERAG_PROG_ALLGEMEIN/DATENSERVER/frmVorlagenUpload.Designer.vb
generated
Normal file
@@ -0,0 +1,217 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmVorlagenUpload
|
||||
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(frmVorlagenUpload))
|
||||
Me.txtOrdner = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.lbl = New System.Windows.Forms.Label()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.tzxtKategorie = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.txtName = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.btnUpload = New System.Windows.Forms.Button()
|
||||
Me.txtUnterordner1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.txtUnterordner2 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'txtOrdner
|
||||
'
|
||||
Me.txtOrdner._DateTimeOnly = False
|
||||
Me.txtOrdner._numbersOnly = False
|
||||
Me.txtOrdner._numbersOnlyKommastellen = ""
|
||||
Me.txtOrdner._Prozent = False
|
||||
Me.txtOrdner._ShortDateNew = False
|
||||
Me.txtOrdner._ShortDateOnly = False
|
||||
Me.txtOrdner._TimeOnly = False
|
||||
Me.txtOrdner._value = "VORLAGEN"
|
||||
Me.txtOrdner._Waehrung = False
|
||||
Me.txtOrdner.Enabled = False
|
||||
Me.txtOrdner.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtOrdner.Location = New System.Drawing.Point(89, 38)
|
||||
Me.txtOrdner.MaxLineLength = -1
|
||||
Me.txtOrdner.MaxLines_Warning = ""
|
||||
Me.txtOrdner.MaxLines_Warning_Label = Nothing
|
||||
Me.txtOrdner.Name = "txtOrdner"
|
||||
Me.txtOrdner.Size = New System.Drawing.Size(357, 20)
|
||||
Me.txtOrdner.TabIndex = 3
|
||||
Me.txtOrdner.Text = "VORLAGEN"
|
||||
'
|
||||
'lbl
|
||||
'
|
||||
Me.lbl.AutoSize = True
|
||||
Me.lbl.Location = New System.Drawing.Point(8, 41)
|
||||
Me.lbl.Name = "lbl"
|
||||
Me.lbl.Size = New System.Drawing.Size(42, 13)
|
||||
Me.lbl.TabIndex = 2
|
||||
Me.lbl.Text = "Ordner:"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.BackColor = System.Drawing.Color.White
|
||||
Me.Label1.Location = New System.Drawing.Point(8, 15)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(55, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Kategorie:"
|
||||
'
|
||||
'tzxtKategorie
|
||||
'
|
||||
Me.tzxtKategorie._DateTimeOnly = False
|
||||
Me.tzxtKategorie._numbersOnly = False
|
||||
Me.tzxtKategorie._numbersOnlyKommastellen = ""
|
||||
Me.tzxtKategorie._Prozent = False
|
||||
Me.tzxtKategorie._ShortDateNew = False
|
||||
Me.tzxtKategorie._ShortDateOnly = False
|
||||
Me.tzxtKategorie._TimeOnly = False
|
||||
Me.tzxtKategorie._value = "DOKUMENTE"
|
||||
Me.tzxtKategorie._Waehrung = False
|
||||
Me.tzxtKategorie.Enabled = False
|
||||
Me.tzxtKategorie.ForeColor = System.Drawing.Color.Black
|
||||
Me.tzxtKategorie.Location = New System.Drawing.Point(89, 12)
|
||||
Me.tzxtKategorie.MaxLineLength = -1
|
||||
Me.tzxtKategorie.MaxLines_Warning = ""
|
||||
Me.tzxtKategorie.MaxLines_Warning_Label = Nothing
|
||||
Me.tzxtKategorie.Name = "tzxtKategorie"
|
||||
Me.tzxtKategorie.Size = New System.Drawing.Size(357, 20)
|
||||
Me.tzxtKategorie.TabIndex = 1
|
||||
Me.tzxtKategorie.Text = "DOKUMENTE"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(8, 67)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(66, 13)
|
||||
Me.Label2.TabIndex = 4
|
||||
Me.Label2.Text = "Unterordner:"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(8, 135)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(38, 13)
|
||||
Me.Label3.TabIndex = 6
|
||||
Me.Label3.Text = "Name:"
|
||||
'
|
||||
'txtName
|
||||
'
|
||||
Me.txtName._DateTimeOnly = False
|
||||
Me.txtName._numbersOnly = False
|
||||
Me.txtName._numbersOnlyKommastellen = ""
|
||||
Me.txtName._Prozent = False
|
||||
Me.txtName._ShortDateNew = False
|
||||
Me.txtName._ShortDateOnly = False
|
||||
Me.txtName._TimeOnly = False
|
||||
Me.txtName._value = Nothing
|
||||
Me.txtName._Waehrung = False
|
||||
Me.txtName.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtName.Location = New System.Drawing.Point(89, 132)
|
||||
Me.txtName.MaxLineLength = -1
|
||||
Me.txtName.MaxLines_Warning = ""
|
||||
Me.txtName.MaxLines_Warning_Label = Nothing
|
||||
Me.txtName.Name = "txtName"
|
||||
Me.txtName.Size = New System.Drawing.Size(357, 20)
|
||||
Me.txtName.TabIndex = 7
|
||||
'
|
||||
'btnUpload
|
||||
'
|
||||
Me.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnUpload.Location = New System.Drawing.Point(221, 158)
|
||||
Me.btnUpload.Name = "btnUpload"
|
||||
Me.btnUpload.Size = New System.Drawing.Size(225, 44)
|
||||
Me.btnUpload.TabIndex = 8
|
||||
Me.btnUpload.Text = "Datei Auswählen + Upload"
|
||||
Me.btnUpload.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtUnterordner1
|
||||
'
|
||||
Me.txtUnterordner1._allowedValuesFreiText = Nothing
|
||||
Me.txtUnterordner1._allowFreiText = True
|
||||
Me.txtUnterordner1._value = ""
|
||||
Me.txtUnterordner1.FormattingEnabled = True
|
||||
Me.txtUnterordner1.Location = New System.Drawing.Point(89, 63)
|
||||
Me.txtUnterordner1.Name = "txtUnterordner1"
|
||||
Me.txtUnterordner1.Size = New System.Drawing.Size(357, 21)
|
||||
Me.txtUnterordner1.TabIndex = 5
|
||||
'
|
||||
'txtUnterordner2
|
||||
'
|
||||
Me.txtUnterordner2._allowedValuesFreiText = Nothing
|
||||
Me.txtUnterordner2._allowFreiText = True
|
||||
Me.txtUnterordner2._value = ""
|
||||
Me.txtUnterordner2.FormattingEnabled = True
|
||||
Me.txtUnterordner2.Location = New System.Drawing.Point(89, 90)
|
||||
Me.txtUnterordner2.Name = "txtUnterordner2"
|
||||
Me.txtUnterordner2.Size = New System.Drawing.Size(357, 21)
|
||||
Me.txtUnterordner2.TabIndex = 10
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(8, 94)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(75, 13)
|
||||
Me.Label4.TabIndex = 9
|
||||
Me.Label4.Text = "Unterordner 2:"
|
||||
'
|
||||
'frmVorlagenUpload
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.White
|
||||
Me.ClientSize = New System.Drawing.Size(462, 213)
|
||||
Me.Controls.Add(Me.txtUnterordner2)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.txtUnterordner1)
|
||||
Me.Controls.Add(Me.btnUpload)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.txtName)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.tzxtKategorie)
|
||||
Me.Controls.Add(Me.lbl)
|
||||
Me.Controls.Add(Me.txtOrdner)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmVorlagenUpload"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Vorlage - Upload"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents txtOrdner As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents lbl As System.Windows.Forms.Label
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents tzxtKategorie As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtName As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents btnUpload As System.Windows.Forms.Button
|
||||
Friend WithEvents txtUnterordner1 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents txtUnterordner2 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user