Files
AVISO/Aviso/frmInsertVermerkFach.Designer.vb

321 lines
14 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmInsertVermerkFach
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.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()
Me.Button2 = New System.Windows.Forms.Button()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.tan = New System.Windows.Forms.PictureBox()
Me.TextBoxOrt = New System.Windows.Forms.TextBox()
Me.lblErr = New System.Windows.Forms.Label()
Me.lblAndererOrt = New System.Windows.Forms.Label()
Me.btnEINZELAKTE = New System.Windows.Forms.Button()
Me.Button5 = New System.Windows.Forms.Button()
Me.btnSAMMELAKTE = New System.Windows.Forms.Button()
Me.btnNELLENQUACK = New System.Windows.Forms.Button()
Me.btnRHENUS = New System.Windows.Forms.Button()
Me.btnTan = New System.Windows.Forms.Button()
Me.lbl = New System.Windows.Forms.Label()
Me.btnCLose = New System.Windows.Forms.Button()
Me.pnl.SuspendLayout()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.tan, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'pnl
'
Me.pnl.BackColor = System.Drawing.Color.White
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnl.Controls.Add(Me.btnCLose)
Me.pnl.Controls.Add(Me.Button3)
Me.pnl.Controls.Add(Me.PictureBox3)
Me.pnl.Controls.Add(Me.PictureBox4)
Me.pnl.Controls.Add(Me.Button1)
Me.pnl.Controls.Add(Me.Button2)
Me.pnl.Controls.Add(Me.PictureBox2)
Me.pnl.Controls.Add(Me.PictureBox1)
Me.pnl.Controls.Add(Me.tan)
Me.pnl.Controls.Add(Me.TextBoxOrt)
Me.pnl.Controls.Add(Me.lblErr)
Me.pnl.Controls.Add(Me.lblAndererOrt)
Me.pnl.Controls.Add(Me.btnEINZELAKTE)
Me.pnl.Controls.Add(Me.Button5)
Me.pnl.Controls.Add(Me.btnSAMMELAKTE)
Me.pnl.Controls.Add(Me.btnNELLENQUACK)
Me.pnl.Controls.Add(Me.btnRHENUS)
Me.pnl.Controls.Add(Me.btnTan)
Me.pnl.Controls.Add(Me.lbl)
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, 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
Me.PictureBox3.Location = New System.Drawing.Point(170, 186)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(81, 40)
Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox3.TabIndex = 8
Me.PictureBox3.TabStop = False
'
'PictureBox4
'
Me.PictureBox4.Image = Global.AVISO.My.Resources.Resources.soenmez
Me.PictureBox4.Location = New System.Drawing.Point(159, 157)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(102, 29)
Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox4.TabIndex = 9
Me.PictureBox4.TabStop = False
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(16, 192)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(129, 29)
Me.Button1.TabIndex = 6
Me.Button1.Text = "3 S"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(16, 157)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(129, 29)
Me.Button2.TabIndex = 7
Me.Button2.Text = "SÖNMEZ"
Me.Button2.UseVisualStyleBackColor = True
'
'PictureBox2
'
Me.PictureBox2.Image = Global.AVISO.My.Resources.Resources.nellenquack
Me.PictureBox2.Location = New System.Drawing.Point(151, 122)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(117, 29)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox2.TabIndex = 5
Me.PictureBox2.TabStop = False
'
'PictureBox1
'
Me.PictureBox1.Image = Global.AVISO.My.Resources.Resources.rhenus
Me.PictureBox1.Location = New System.Drawing.Point(170, 87)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(81, 29)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 5
Me.PictureBox1.TabStop = False
'
'tan
'
Me.tan.Image = Global.AVISO.My.Resources.Resources.tan
Me.tan.Location = New System.Drawing.Point(159, 52)
Me.tan.Name = "tan"
Me.tan.Size = New System.Drawing.Size(102, 29)
Me.tan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.tan.TabIndex = 5
Me.tan.TabStop = False
'
'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, 371)
Me.TextBoxOrt.MaxLength = 30
Me.TextBoxOrt.Name = "TextBoxOrt"
Me.TextBoxOrt.Size = New System.Drawing.Size(264, 23)
Me.TextBoxOrt.TabIndex = 4
'
'lblErr
'
Me.lblErr.AutoSize = True
Me.lblErr.ForeColor = System.Drawing.Color.Red
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
Me.lblErr.Text = "Ort eingeben!"
Me.lblErr.Visible = False
'
'lblAndererOrt
'
Me.lblAndererOrt.AutoSize = True
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
Me.lblAndererOrt.Text = "Anderer Ort:"
'
'btnEINZELAKTE
'
Me.btnEINZELAKTE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEINZELAKTE.Location = New System.Drawing.Point(151, 256)
Me.btnEINZELAKTE.Name = "btnEINZELAKTE"
Me.btnEINZELAKTE.Size = New System.Drawing.Size(129, 29)
Me.btnEINZELAKTE.TabIndex = 2
Me.btnEINZELAKTE.Text = "EINZELAKTE"
Me.btnEINZELAKTE.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
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
Me.Button5.Text = "OK"
Me.Button5.UseVisualStyleBackColor = True
'
'btnSAMMELAKTE
'
Me.btnSAMMELAKTE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSAMMELAKTE.Location = New System.Drawing.Point(16, 256)
Me.btnSAMMELAKTE.Name = "btnSAMMELAKTE"
Me.btnSAMMELAKTE.Size = New System.Drawing.Size(129, 29)
Me.btnSAMMELAKTE.TabIndex = 2
Me.btnSAMMELAKTE.Text = "SAMMELAKTE"
Me.btnSAMMELAKTE.UseVisualStyleBackColor = True
'
'btnNELLENQUACK
'
Me.btnNELLENQUACK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnNELLENQUACK.Location = New System.Drawing.Point(16, 122)
Me.btnNELLENQUACK.Name = "btnNELLENQUACK"
Me.btnNELLENQUACK.Size = New System.Drawing.Size(129, 29)
Me.btnNELLENQUACK.TabIndex = 2
Me.btnNELLENQUACK.Text = "NELLEN + QUACK"
Me.btnNELLENQUACK.UseVisualStyleBackColor = True
'
'btnRHENUS
'
Me.btnRHENUS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnRHENUS.Location = New System.Drawing.Point(16, 87)
Me.btnRHENUS.Name = "btnRHENUS"
Me.btnRHENUS.Size = New System.Drawing.Size(129, 29)
Me.btnRHENUS.TabIndex = 1
Me.btnRHENUS.Text = "RHENUS"
Me.btnRHENUS.UseVisualStyleBackColor = True
'
'btnTan
'
Me.btnTan.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnTan.Location = New System.Drawing.Point(16, 52)
Me.btnTan.Name = "btnTan"
Me.btnTan.Size = New System.Drawing.Size(129, 29)
Me.btnTan.TabIndex = 1
Me.btnTan.Text = "TAN"
Me.btnTan.UseVisualStyleBackColor = True
'
'lbl
'
Me.lbl.AutoSize = True
Me.lbl.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lbl.Location = New System.Drawing.Point(13, 13)
Me.lbl.Name = "lbl"
Me.lbl.Size = New System.Drawing.Size(195, 17)
Me.lbl.TabIndex = 0
Me.lbl.Text = "Wo befindet sich der Akt?"
'
'btnCLose
'
Me.btnCLose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnCLose.BackColor = System.Drawing.Color.Red
Me.btnCLose.FlatAppearance.BorderColor = System.Drawing.Color.White
Me.btnCLose.FlatAppearance.BorderSize = 0
Me.btnCLose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCLose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCLose.ForeColor = System.Drawing.Color.White
Me.btnCLose.Location = New System.Drawing.Point(243, -1)
Me.btnCLose.Name = "btnCLose"
Me.btnCLose.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.btnCLose.Size = New System.Drawing.Size(54, 20)
Me.btnCLose.TabIndex = 11
Me.btnCLose.Text = "X"
Me.btnCLose.UseVisualStyleBackColor = False
'
'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, 439)
Me.Controls.Add(Me.pnl)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "frmInsertVermerkFach"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "frmInsertVermerkFach"
Me.pnl.ResumeLayout(False)
Me.pnl.PerformLayout()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.tan, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents pnl As System.Windows.Forms.Panel
Friend WithEvents lbl As System.Windows.Forms.Label
Friend WithEvents TextBoxOrt As System.Windows.Forms.TextBox
Friend WithEvents lblAndererOrt As System.Windows.Forms.Label
Friend WithEvents btnEINZELAKTE As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents btnSAMMELAKTE As System.Windows.Forms.Button
Friend WithEvents btnNELLENQUACK As System.Windows.Forms.Button
Friend WithEvents btnRHENUS As System.Windows.Forms.Button
Friend WithEvents btnTan As System.Windows.Forms.Button
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents tan As System.Windows.Forms.PictureBox
Friend WithEvents lblErr As System.Windows.Forms.Label
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
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
Friend WithEvents btnCLose As Button
End Class