Partial Class frmInsertVermerkFachIMEX Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.pnl = New System.Windows.Forms.Panel() Me.PictureBox6 = New System.Windows.Forms.PictureBox() Me.PictureBox7 = New System.Windows.Forms.PictureBox() Me.PictureBox9 = New System.Windows.Forms.PictureBox() Me.Button8 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.PictureBox3 = New System.Windows.Forms.PictureBox() Me.PictureBox4 = New System.Windows.Forms.PictureBox() Me.btnEvolog = New System.Windows.Forms.Button() Me.btnZeus = New System.Windows.Forms.Button() 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.btnKita = New System.Windows.Forms.Button() Me.btnSunlog = New System.Windows.Forms.Button() Me.btnIsd = New System.Windows.Forms.Button() Me.lbl = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox4, 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.PictureBox6) Me.pnl.Controls.Add(Me.PictureBox7) Me.pnl.Controls.Add(Me.PictureBox9) Me.pnl.Controls.Add(Me.Button8) Me.pnl.Controls.Add(Me.Button7) Me.pnl.Controls.Add(Me.Button6) Me.pnl.Controls.Add(Me.Button4) Me.pnl.Controls.Add(Me.Button3) Me.pnl.Controls.Add(Me.PictureBox3) Me.pnl.Controls.Add(Me.PictureBox4) Me.pnl.Controls.Add(Me.btnEvolog) Me.pnl.Controls.Add(Me.btnZeus) 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.btnKita) Me.pnl.Controls.Add(Me.btnSunlog) Me.pnl.Controls.Add(Me.btnIsd) 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(548, 402) Me.pnl.TabIndex = 0 ' 'PictureBox6 ' Me.PictureBox6.Image = Global.AVISO.My.Resources.Resources.igl Me.PictureBox6.Location = New System.Drawing.Point(441, 157) Me.PictureBox6.Name = "PictureBox6" Me.PictureBox6.Size = New System.Drawing.Size(102, 29) Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox6.TabIndex = 19 Me.PictureBox6.TabStop = False ' 'PictureBox7 ' Me.PictureBox7.Image = Global.AVISO.My.Resources.Resources.els Me.PictureBox7.Location = New System.Drawing.Point(433, 122) Me.PictureBox7.Name = "PictureBox7" Me.PictureBox7.Size = New System.Drawing.Size(117, 29) Me.PictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox7.TabIndex = 15 Me.PictureBox7.TabStop = False ' 'PictureBox9 ' Me.PictureBox9.Image = Global.AVISO.My.Resources.Resources.tts Me.PictureBox9.Location = New System.Drawing.Point(441, 52) Me.PictureBox9.Name = "PictureBox9" Me.PictureBox9.Size = New System.Drawing.Size(102, 29) Me.PictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PictureBox9.TabIndex = 17 Me.PictureBox9.TabStop = False ' 'Button8 ' Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.Location = New System.Drawing.Point(300, 192) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(129, 29) Me.Button8.TabIndex = 14 Me.Button8.Text = "BOSFOR" Me.Button8.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.Location = New System.Drawing.Point(300, 157) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(129, 29) Me.Button7.TabIndex = 13 Me.Button7.Text = "IGL" Me.Button7.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Location = New System.Drawing.Point(300, 122) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(129, 29) Me.Button6.TabIndex = 12 Me.Button6.Text = "ELS" Me.Button6.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Location = New System.Drawing.Point(300, 87) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(129, 29) Me.Button4.TabIndex = 11 Me.Button4.Text = "UNIVERSAL/ASDEN" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(300, 52) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(129, 29) Me.Button3.TabIndex = 10 Me.Button3.Text = "TTS" Me.Button3.UseVisualStyleBackColor = True ' 'PictureBox3 ' Me.PictureBox3.Image = Global.AVISO.My.Resources.Resources.evolog Me.PictureBox3.Location = New System.Drawing.Point(170, 192) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(81, 34) 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.zeus 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 ' 'btnEvolog ' Me.btnEvolog.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnEvolog.Location = New System.Drawing.Point(16, 192) Me.btnEvolog.Name = "btnEvolog" Me.btnEvolog.Size = New System.Drawing.Size(129, 29) Me.btnEvolog.TabIndex = 6 Me.btnEvolog.Text = "EVOLOG" Me.btnEvolog.UseVisualStyleBackColor = True ' 'btnZeus ' Me.btnZeus.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnZeus.Location = New System.Drawing.Point(16, 157) Me.btnZeus.Name = "btnZeus" Me.btnZeus.Size = New System.Drawing.Size(129, 29) Me.btnZeus.TabIndex = 7 Me.btnZeus.Text = "ZEUS" Me.btnZeus.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.Image = Global.AVISO.My.Resources.Resources.kita Me.PictureBox1.Location = New System.Drawing.Point(151, 122) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(117, 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.isd 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(134, 328) 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(404, 333) 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(131, 311) 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(269, 262) 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(204, 357) 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(134, 262) 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 ' 'btnKita ' Me.btnKita.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnKita.Location = New System.Drawing.Point(16, 122) Me.btnKita.Name = "btnKita" Me.btnKita.Size = New System.Drawing.Size(129, 29) Me.btnKita.TabIndex = 2 Me.btnKita.Text = "KITA" Me.btnKita.UseVisualStyleBackColor = True ' 'btnSunlog ' Me.btnSunlog.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSunlog.Location = New System.Drawing.Point(16, 87) Me.btnSunlog.Name = "btnSunlog" Me.btnSunlog.Size = New System.Drawing.Size(129, 29) Me.btnSunlog.TabIndex = 1 Me.btnSunlog.Text = "SUNLOG" Me.btnSunlog.UseVisualStyleBackColor = True ' 'btnIsd ' Me.btnIsd.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnIsd.Location = New System.Drawing.Point(16, 52) Me.btnIsd.Name = "btnIsd" Me.btnIsd.Size = New System.Drawing.Size(129, 29) Me.btnIsd.TabIndex = 1 Me.btnIsd.Text = "ISD" Me.btnIsd.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?" ' 'frmInsertVermerkFachIMEX ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(548, 402) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "frmInsertVermerkFachIMEX" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmInsertVermerkFach" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox9, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox4, 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 btnKita As System.Windows.Forms.Button Friend WithEvents btnSunlog As System.Windows.Forms.Button Friend WithEvents btnIsd As System.Windows.Forms.Button 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 btnEvolog As System.Windows.Forms.Button Friend WithEvents btnZeus As System.Windows.Forms.Button Friend WithEvents PictureBox6 As PictureBox Friend WithEvents PictureBox7 As PictureBox Friend WithEvents PictureBox9 As PictureBox Friend WithEvents Button8 As Button Friend WithEvents Button7 As Button Friend WithEvents Button6 As Button Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button End Class