This commit is contained in:
2020-01-08 15:01:48 +01:00
parent c860c222c7
commit e879fb6881
89 changed files with 8692 additions and 3571 deletions

View File

@@ -23,6 +23,7 @@ Partial Class frmInsertVermerkFach
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.pnl = New System.Windows.Forms.Panel()
Me.Button3 = New System.Windows.Forms.Button()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
Me.Button1 = New System.Windows.Forms.Button()
@@ -52,6 +53,7 @@ Partial Class frmInsertVermerkFach
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.Button3)
Me.pnl.Controls.Add(Me.PictureBox3)
Me.pnl.Controls.Add(Me.PictureBox4)
Me.pnl.Controls.Add(Me.Button1)
@@ -72,9 +74,21 @@ Partial Class frmInsertVermerkFach
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(298, 393)
Me.pnl.Size = New System.Drawing.Size(298, 439)
Me.pnl.TabIndex = 0
'
'Button3
'
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button3.Image = Global.AVISO.My.Resources.Resources.digitalerAkt_small
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button3.Location = New System.Drawing.Point(16, 291)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(264, 46)
Me.Button3.TabIndex = 10
Me.Button3.Text = "DIGITALER AKT"
Me.Button3.UseVisualStyleBackColor = True
'
'PictureBox3
'
Me.PictureBox3.Image = Global.AVISO.My.Resources.Resources._3s
@@ -148,7 +162,7 @@ Partial Class frmInsertVermerkFach
'TextBoxOrt
'
Me.TextBoxOrt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBoxOrt.Location = New System.Drawing.Point(16, 322)
Me.TextBoxOrt.Location = New System.Drawing.Point(16, 371)
Me.TextBoxOrt.MaxLength = 30
Me.TextBoxOrt.Name = "TextBoxOrt"
Me.TextBoxOrt.Size = New System.Drawing.Size(264, 23)
@@ -158,7 +172,7 @@ Partial Class frmInsertVermerkFach
'
Me.lblErr.AutoSize = True
Me.lblErr.ForeColor = System.Drawing.Color.Red
Me.lblErr.Location = New System.Drawing.Point(209, 351)
Me.lblErr.Location = New System.Drawing.Point(209, 400)
Me.lblErr.Name = "lblErr"
Me.lblErr.Size = New System.Drawing.Size(71, 13)
Me.lblErr.TabIndex = 3
@@ -168,7 +182,7 @@ Partial Class frmInsertVermerkFach
'lblAndererOrt
'
Me.lblAndererOrt.AutoSize = True
Me.lblAndererOrt.Location = New System.Drawing.Point(13, 305)
Me.lblAndererOrt.Location = New System.Drawing.Point(13, 354)
Me.lblAndererOrt.Name = "lblAndererOrt"
Me.lblAndererOrt.Size = New System.Drawing.Size(64, 13)
Me.lblAndererOrt.TabIndex = 3
@@ -187,7 +201,7 @@ Partial Class frmInsertVermerkFach
'Button5
'
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button5.Location = New System.Drawing.Point(16, 351)
Me.Button5.Location = New System.Drawing.Point(16, 400)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(129, 29)
Me.Button5.TabIndex = 2
@@ -248,7 +262,7 @@ Partial Class frmInsertVermerkFach
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(298, 393)
Me.ClientSize = New System.Drawing.Size(298, 439)
Me.Controls.Add(Me.pnl)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "frmInsertVermerkFach"
@@ -282,4 +296,5 @@ Partial Class frmInsertVermerkFach
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As Button
End Class