_ Partial Class usrCntlSeminare Inherits System.Windows.Forms.UserControl 'UserControl ü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.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.dgvUID = New System.Windows.Forms.DataGridView() Me.Panel2 = New System.Windows.Forms.Panel() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.lblSuche = New System.Windows.Forms.Label() Me.txtSuche = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button7 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.dgvAusbildungen = New System.Windows.Forms.DataGridView() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.TabPage2.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.dgvAusbildungen, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(3, 3) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1031, 727) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.dgvUID) Me.TabPage1.Controls.Add(Me.Panel2) Me.TabPage1.Controls.Add(Me.Button2) Me.TabPage1.Controls.Add(Me.lblSuche) Me.TabPage1.Controls.Add(Me.txtSuche) Me.TabPage1.Controls.Add(Me.Button1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(1023, 701) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Schulungen" Me.TabPage1.UseVisualStyleBackColor = True ' 'dgvUID ' Me.dgvUID.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvUID.Dock = System.Windows.Forms.DockStyle.Bottom Me.dgvUID.Location = New System.Drawing.Point(3, 51) Me.dgvUID.Name = "dgvUID" Me.dgvUID.Size = New System.Drawing.Size(925, 647) Me.dgvUID.TabIndex = 39 ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Button6) Me.Panel2.Controls.Add(Me.Button5) Me.Panel2.Controls.Add(Me.Button4) Me.Panel2.Controls.Add(Me.Button3) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right Me.Panel2.Location = New System.Drawing.Point(928, 3) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(92, 695) Me.Panel2.TabIndex = 40 ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(10, 196) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(75, 34) Me.Button6.TabIndex = 18 Me.Button6.Text = "Drucken" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Image = Global.ADMIN.My.Resources.Resources.del Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button5.Location = New System.Drawing.Point(10, 94) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 33) Me.Button5.TabIndex = 17 Me.Button5.Text = "Löschen" Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Image = Global.ADMIN.My.Resources.Resources.stift Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button4.Location = New System.Drawing.Point(10, 42) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 33) Me.Button4.TabIndex = 16 Me.Button4.Text = "Details" Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Image = Global.ADMIN.My.Resources.Resources.plus Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button3.Location = New System.Drawing.Point(10, 3) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 33) Me.Button3.TabIndex = 15 Me.Button3.Text = "Neu" Me.Button3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(474, 7) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 23) Me.Button2.TabIndex = 44 Me.Button2.Text = "Alle" Me.Button2.UseVisualStyleBackColor = True ' 'lblSuche ' Me.lblSuche.AutoSize = True Me.lblSuche.Location = New System.Drawing.Point(0, 13) Me.lblSuche.Name = "lblSuche" Me.lblSuche.Size = New System.Drawing.Size(41, 13) Me.lblSuche.TabIndex = 43 Me.lblSuche.Text = "Suche:" ' 'txtSuche ' Me.txtSuche.Location = New System.Drawing.Point(47, 10) Me.txtSuche.Name = "txtSuche" Me.txtSuche.Size = New System.Drawing.Size(340, 20) Me.txtSuche.TabIndex = 41 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(393, 7) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 23) Me.Button1.TabIndex = 42 Me.Button1.Text = "Suche" Me.Button1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.Panel1) Me.TabPage2.Controls.Add(Me.dgvAusbildungen) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(1023, 701) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Ausbildung" Me.TabPage2.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button7) Me.Panel1.Controls.Add(Me.Button8) Me.Panel1.Controls.Add(Me.Button9) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right Me.Panel1.Location = New System.Drawing.Point(932, 3) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(88, 695) Me.Panel1.TabIndex = 44 ' 'Button7 ' Me.Button7.Image = Global.ADMIN.My.Resources.Resources.del Me.Button7.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button7.Location = New System.Drawing.Point(3, 94) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(75, 33) Me.Button7.TabIndex = 45 Me.Button7.Text = "Löschen" Me.Button7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Image = Global.ADMIN.My.Resources.Resources.stift Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button8.Location = New System.Drawing.Point(3, 42) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(75, 33) Me.Button8.TabIndex = 44 Me.Button8.Text = "Details" Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Image = Global.ADMIN.My.Resources.Resources.plus Me.Button9.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button9.Location = New System.Drawing.Point(3, 3) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(75, 33) Me.Button9.TabIndex = 43 Me.Button9.Text = "Neu" Me.Button9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button9.UseVisualStyleBackColor = True ' 'dgvAusbildungen ' Me.dgvAusbildungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAusbildungen.Dock = System.Windows.Forms.DockStyle.Fill Me.dgvAusbildungen.Location = New System.Drawing.Point(3, 3) Me.dgvAusbildungen.Name = "dgvAusbildungen" Me.dgvAusbildungen.Size = New System.Drawing.Size(1017, 695) Me.dgvAusbildungen.TabIndex = 43 ' 'usrCntlSeminare ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.TabControl1) Me.Name = "usrCntlSeminare" Me.Size = New System.Drawing.Size(1022, 689) Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() CType(Me.dgvUID, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.Panel1.ResumeLayout(False) CType(Me.dgvAusbildungen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents dgvUID As System.Windows.Forms.DataGridView Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents lblSuche As System.Windows.Forms.Label Friend WithEvents txtSuche As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents dgvAusbildungen As System.Windows.Forms.DataGridView End Class