Initial commit
This commit is contained in:
@@ -0,0 +1,191 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class FrmAddDok
|
||||
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.Label1 = New System.Windows.Forms.Label()
|
||||
Me.txtDokumentID = New System.Windows.Forms.TextBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.cbboxMitarbeiter = New System.Windows.Forms.ComboBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.txtMailbetreff = New System.Windows.Forms.TextBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.txtMailInhalt = New System.Windows.Forms.TextBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.txtBemerkung = New System.Windows.Forms.TextBox()
|
||||
Me.btn1 = New System.Windows.Forms.Button()
|
||||
Me.btn2 = New System.Windows.Forms.Button()
|
||||
Me.btn3 = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(22, 23)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(107, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "EDOKA-Dokumentid:"
|
||||
'
|
||||
'txtDokumentID
|
||||
'
|
||||
Me.txtDokumentID.Location = New System.Drawing.Point(135, 20)
|
||||
Me.txtDokumentID.Name = "txtDokumentID"
|
||||
Me.txtDokumentID.Size = New System.Drawing.Size(216, 20)
|
||||
Me.txtDokumentID.TabIndex = 0
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(22, 49)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(88, 13)
|
||||
Me.Label2.TabIndex = 2
|
||||
Me.Label2.Text = "Berechtigung für:"
|
||||
'
|
||||
'cbboxMitarbeiter
|
||||
'
|
||||
Me.cbboxMitarbeiter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append
|
||||
Me.cbboxMitarbeiter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cbboxMitarbeiter.FormattingEnabled = True
|
||||
Me.cbboxMitarbeiter.Location = New System.Drawing.Point(135, 46)
|
||||
Me.cbboxMitarbeiter.Name = "cbboxMitarbeiter"
|
||||
Me.cbboxMitarbeiter.Size = New System.Drawing.Size(216, 21)
|
||||
Me.cbboxMitarbeiter.TabIndex = 1
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(22, 131)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(63, 13)
|
||||
Me.Label3.TabIndex = 4
|
||||
Me.Label3.Text = "Mail-Betreff:"
|
||||
'
|
||||
'txtMailbetreff
|
||||
'
|
||||
Me.txtMailbetreff.Location = New System.Drawing.Point(135, 128)
|
||||
Me.txtMailbetreff.Name = "txtMailbetreff"
|
||||
Me.txtMailbetreff.Size = New System.Drawing.Size(568, 20)
|
||||
Me.txtMailbetreff.TabIndex = 3
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(22, 162)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(63, 13)
|
||||
Me.Label4.TabIndex = 6
|
||||
Me.Label4.Text = "Mail-Betreff:"
|
||||
'
|
||||
'txtMailInhalt
|
||||
'
|
||||
Me.txtMailInhalt.Location = New System.Drawing.Point(135, 159)
|
||||
Me.txtMailInhalt.Multiline = True
|
||||
Me.txtMailInhalt.Name = "txtMailInhalt"
|
||||
Me.txtMailInhalt.Size = New System.Drawing.Size(568, 111)
|
||||
Me.txtMailInhalt.TabIndex = 4
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(22, 76)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(64, 13)
|
||||
Me.Label5.TabIndex = 8
|
||||
Me.Label5.Text = "Bemerkung:"
|
||||
'
|
||||
'txtBemerkung
|
||||
'
|
||||
Me.txtBemerkung.Location = New System.Drawing.Point(135, 73)
|
||||
Me.txtBemerkung.Name = "txtBemerkung"
|
||||
Me.txtBemerkung.Size = New System.Drawing.Size(568, 20)
|
||||
Me.txtBemerkung.TabIndex = 2
|
||||
'
|
||||
'btn1
|
||||
'
|
||||
Me.btn1.Enabled = False
|
||||
Me.btn1.Location = New System.Drawing.Point(135, 296)
|
||||
Me.btn1.Name = "btn1"
|
||||
Me.btn1.Size = New System.Drawing.Size(154, 23)
|
||||
Me.btn1.TabIndex = 10
|
||||
Me.btn1.Text = "Speichern ohne Mailversand"
|
||||
Me.btn1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btn2
|
||||
'
|
||||
Me.btn2.Enabled = False
|
||||
Me.btn2.Location = New System.Drawing.Point(307, 296)
|
||||
Me.btn2.Name = "btn2"
|
||||
Me.btn2.Size = New System.Drawing.Size(154, 23)
|
||||
Me.btn2.TabIndex = 11
|
||||
Me.btn2.Text = "Speichern mit Mailversand"
|
||||
Me.btn2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btn3
|
||||
'
|
||||
Me.btn3.Location = New System.Drawing.Point(549, 296)
|
||||
Me.btn3.Name = "btn3"
|
||||
Me.btn3.Size = New System.Drawing.Size(154, 23)
|
||||
Me.btn3.TabIndex = 12
|
||||
Me.btn3.Text = "Schliessen"
|
||||
Me.btn3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'FrmAddDok
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(715, 331)
|
||||
Me.Controls.Add(Me.btn3)
|
||||
Me.Controls.Add(Me.btn2)
|
||||
Me.Controls.Add(Me.btn1)
|
||||
Me.Controls.Add(Me.txtBemerkung)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.txtMailInhalt)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.txtMailbetreff)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.cbboxMitarbeiter)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.txtDokumentID)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Name = "FrmAddDok"
|
||||
Me.Text = "Dokument hinzufügen"
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents Label1 As Windows.Forms.Label
|
||||
Friend WithEvents txtDokumentID As Windows.Forms.TextBox
|
||||
Friend WithEvents Label2 As Windows.Forms.Label
|
||||
Friend WithEvents cbboxMitarbeiter As Windows.Forms.ComboBox
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents txtMailbetreff As Windows.Forms.TextBox
|
||||
Friend WithEvents Label4 As Windows.Forms.Label
|
||||
Friend WithEvents txtMailInhalt As Windows.Forms.TextBox
|
||||
Friend WithEvents Label5 As Windows.Forms.Label
|
||||
Friend WithEvents txtBemerkung As Windows.Forms.TextBox
|
||||
Friend WithEvents btn1 As Windows.Forms.Button
|
||||
Friend WithEvents btn2 As Windows.Forms.Button
|
||||
Friend WithEvents btn3 As Windows.Forms.Button
|
||||
End Class
|
||||
Reference in New Issue
Block a user