_ Partial Class frmSchueler 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.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSchueler)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton Me.TSBtnSave = New System.Windows.Forms.ToolStripButton Me.TSBtnNew = New System.Windows.Forms.ToolStripButton Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton Me.MenuStrip2 = New System.Windows.Forms.MenuStrip Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem Me.SplitContainer1 = New System.Windows.Forms.SplitContainer Me.Panel4 = New System.Windows.Forms.Panel Me.TreeView1 = New System.Windows.Forms.TreeView Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.Panel3 = New System.Windows.Forms.Panel Me.RadioButton2 = New System.Windows.Forms.RadioButton Me.RadioButton1 = New System.Windows.Forms.RadioButton Me.SplitContainer2 = New System.Windows.Forms.SplitContainer Me.C1Beruf = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.Panel5 = New System.Windows.Forms.Panel Me.txtBerufNr = New System.Windows.Forms.TextBox Me.Label5 = New System.Windows.Forms.Label Me.C1SchuelerBeruf = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.Panel2 = New System.Windows.Forms.Panel Me.Button3 = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.Button1 = New System.Windows.Forms.Button Me.Panel1 = New System.Windows.Forms.Panel Me.cbaktiv = New System.Windows.Forms.CheckBox Me.TextBox1 = New System.Windows.Forms.TextBox Me.Label4 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.ComboBox1 = New System.Windows.Forms.ComboBox Me.txtVorname = New System.Windows.Forms.TextBox Me.txtName = New System.Windows.Forms.TextBox Me.Label2 = New System.Windows.Forms.Label Me.Label1 = New System.Windows.Forms.Label Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton Me.ToolStrip1.SuspendLayout() Me.MenuStrip2.SuspendLayout() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.Panel4.SuspendLayout() Me.Panel3.SuspendLayout() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() CType(Me.C1Beruf, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel5.SuspendLayout() CType(Me.C1SchuelerBeruf, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnNew, Me.TSBtnDelete, Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(865, 25) Me.ToolStrip1.TabIndex = 4 Me.ToolStrip1.Text = "ToolStrip1" ' 'TSBtnQuit ' Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnQuit.Name = "TSBtnQuit" Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) Me.TSBtnQuit.Text = "Fenster schliessen" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'TSBtnSave ' Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image) Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSave.Name = "TSBtnSave" Me.TSBtnSave.Size = New System.Drawing.Size(23, 22) Me.TSBtnSave.Text = "Daten speichern" Me.TSBtnSave.ToolTipText = "Daten speichern" ' 'TSBtnNew ' Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image) Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnNew.Name = "TSBtnNew" Me.TSBtnNew.Size = New System.Drawing.Size(23, 22) Me.TSBtnNew.Text = "Neuer Datensatz" Me.TSBtnNew.ToolTipText = "Neuer Datensatz" ' 'TSBtnDelete ' Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image) Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnDelete.Name = "TSBtnDelete" Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22) Me.TSBtnDelete.Text = "Datensatz inaktivieren" Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren" ' 'MenuStrip2 ' Me.MenuStrip2.AllowMerge = False Me.MenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1}) Me.MenuStrip2.Location = New System.Drawing.Point(0, 0) Me.MenuStrip2.Name = "MenuStrip2" Me.MenuStrip2.Size = New System.Drawing.Size(865, 24) Me.MenuStrip2.TabIndex = 5 Me.MenuStrip2.Tag = "" Me.MenuStrip2.Text = "Hauptmenu" ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem2}) Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(46, 20) Me.ToolStripMenuItem1.Tag = "" Me.ToolStripMenuItem1.Text = "&Datei" ' 'ToolStripMenuItem2 ' Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2" Me.ToolStripMenuItem2.Size = New System.Drawing.Size(120, 22) Me.ToolStripMenuItem2.Tag = "" Me.ToolStripMenuItem2.Text = "&Beenden" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 49) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.Panel4) Me.SplitContainer1.Panel1.Controls.Add(Me.Panel3) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1) Me.SplitContainer1.Size = New System.Drawing.Size(865, 464) Me.SplitContainer1.SplitterDistance = 288 Me.SplitContainer1.TabIndex = 6 ' 'Panel4 ' Me.Panel4.Controls.Add(Me.TreeView1) Me.Panel4.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel4.Location = New System.Drawing.Point(0, 33) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(288, 431) Me.Panel4.TabIndex = 3 ' 'TreeView1 ' Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeView1.HideSelection = False Me.TreeView1.HotTracking = True Me.TreeView1.ImageIndex = 0 Me.TreeView1.ImageList = Me.ImageList1 Me.TreeView1.Location = New System.Drawing.Point(0, 0) Me.TreeView1.Name = "TreeView1" Me.TreeView1.SelectedImageIndex = 0 Me.TreeView1.Size = New System.Drawing.Size(288, 431) Me.TreeView1.TabIndex = 1 ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent Me.ImageList1.Images.SetKeyName(0, "Schueler.ico") Me.ImageList1.Images.SetKeyName(1, "Schueler_Inaktiv.ico") Me.ImageList1.Images.SetKeyName(2, "Gruppe.ico") Me.ImageList1.Images.SetKeyName(3, "boy.ico") Me.ImageList1.Images.SetKeyName(4, "girl.ico") ' 'Panel3 ' Me.Panel3.Controls.Add(Me.RadioButton2) Me.Panel3.Controls.Add(Me.RadioButton1) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top Me.Panel3.Location = New System.Drawing.Point(0, 0) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(288, 33) Me.Panel3.TabIndex = 2 ' 'RadioButton2 ' Me.RadioButton2.AutoSize = True Me.RadioButton2.Location = New System.Drawing.Point(103, 3) Me.RadioButton2.Name = "RadioButton2" Me.RadioButton2.Size = New System.Drawing.Size(90, 17) Me.RadioButton2.TabIndex = 1 Me.RadioButton2.Text = "Nach Schüler" Me.RadioButton2.UseVisualStyleBackColor = True ' 'RadioButton1 ' Me.RadioButton1.AutoSize = True Me.RadioButton1.Checked = True Me.RadioButton1.Location = New System.Drawing.Point(12, 3) Me.RadioButton1.Name = "RadioButton1" Me.RadioButton1.Size = New System.Drawing.Size(85, 17) Me.RadioButton1.TabIndex = 0 Me.RadioButton1.TabStop = True Me.RadioButton1.Text = "Nach Klasse" Me.RadioButton1.UseVisualStyleBackColor = True ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 103) Me.SplitContainer2.Name = "SplitContainer2" ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.C1Beruf) Me.SplitContainer2.Panel1.Controls.Add(Me.Panel5) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.C1SchuelerBeruf) Me.SplitContainer2.Panel2.Controls.Add(Me.Panel2) Me.SplitContainer2.Size = New System.Drawing.Size(573, 361) Me.SplitContainer2.SplitterDistance = 287 Me.SplitContainer2.TabIndex = 1 ' 'C1Beruf ' Me.C1Beruf.AlternatingRows = True Me.C1Beruf.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1Beruf.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Beruf.FilterBar = True Me.C1Beruf.GroupByCaption = "Drag a column header here to group by that column" Me.C1Beruf.Images.Add(CType(resources.GetObject("C1Beruf.Images"), System.Drawing.Image)) Me.C1Beruf.Location = New System.Drawing.Point(0, 36) Me.C1Beruf.Name = "C1Beruf" Me.C1Beruf.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Beruf.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Beruf.PreviewInfo.ZoomFactor = 75 Me.C1Beruf.PrintInfo.PageSettings = CType(resources.GetObject("C1Beruf.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Beruf.Size = New System.Drawing.Size(287, 325) Me.C1Beruf.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Beruf.TabIndex = 10 Me.C1Beruf.Text = "C1TrueDBGrid1" Me.C1Beruf.PropBag = resources.GetString("C1Beruf.PropBag") ' 'Panel5 ' Me.Panel5.Controls.Add(Me.txtBerufNr) Me.Panel5.Controls.Add(Me.Label5) Me.Panel5.Dock = System.Windows.Forms.DockStyle.Top Me.Panel5.Location = New System.Drawing.Point(0, 0) Me.Panel5.Name = "Panel5" Me.Panel5.Size = New System.Drawing.Size(287, 36) Me.Panel5.TabIndex = 11 ' 'txtBerufNr ' Me.txtBerufNr.Location = New System.Drawing.Point(69, 6) Me.txtBerufNr.Name = "txtBerufNr" Me.txtBerufNr.Size = New System.Drawing.Size(65, 20) Me.txtBerufNr.TabIndex = 1 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(15, 7) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(49, 13) Me.Label5.TabIndex = 0 Me.Label5.Text = "Beruf-Nr." ' 'C1SchuelerBeruf ' Me.C1SchuelerBeruf.AlternatingRows = True Me.C1SchuelerBeruf.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1SchuelerBeruf.Dock = System.Windows.Forms.DockStyle.Fill Me.C1SchuelerBeruf.FilterBar = True Me.C1SchuelerBeruf.GroupByCaption = "Drag a column header here to group by that column" Me.C1SchuelerBeruf.Images.Add(CType(resources.GetObject("C1SchuelerBeruf.Images"), System.Drawing.Image)) Me.C1SchuelerBeruf.Location = New System.Drawing.Point(32, 0) Me.C1SchuelerBeruf.Name = "C1SchuelerBeruf" Me.C1SchuelerBeruf.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1SchuelerBeruf.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1SchuelerBeruf.PreviewInfo.ZoomFactor = 75 Me.C1SchuelerBeruf.PrintInfo.PageSettings = CType(resources.GetObject("C1SchuelerBeruf.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1SchuelerBeruf.Size = New System.Drawing.Size(250, 361) Me.C1SchuelerBeruf.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1SchuelerBeruf.TabIndex = 12 Me.C1SchuelerBeruf.Text = "C1TrueDBGrid1" Me.C1SchuelerBeruf.PropBag = resources.GetString("C1SchuelerBeruf.PropBag") ' 'Panel2 ' Me.Panel2.Controls.Add(Me.Button3) Me.Panel2.Controls.Add(Me.Button2) Me.Panel2.Controls.Add(Me.Button1) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left Me.Panel2.Location = New System.Drawing.Point(0, 0) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(32, 361) Me.Panel2.TabIndex = 11 ' 'Button3 ' Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image) Me.Button3.Location = New System.Drawing.Point(3, 6) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(26, 30) Me.Button3.TabIndex = 2 Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image) Me.Button2.Location = New System.Drawing.Point(3, 169) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(26, 30) Me.Button2.TabIndex = 1 Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image) Me.Button1.Location = New System.Drawing.Point(3, 138) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(26, 25) Me.Button1.TabIndex = 0 Me.Button1.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.cbaktiv) Me.Panel1.Controls.Add(Me.TextBox1) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.ComboBox1) Me.Panel1.Controls.Add(Me.txtVorname) Me.Panel1.Controls.Add(Me.txtName) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(573, 103) Me.Panel1.TabIndex = 0 ' 'cbaktiv ' Me.cbaktiv.AutoSize = True Me.cbaktiv.Location = New System.Drawing.Point(302, 71) Me.cbaktiv.Name = "cbaktiv" Me.cbaktiv.Size = New System.Drawing.Size(50, 17) Me.cbaktiv.TabIndex = 58 Me.cbaktiv.Text = "Aktiv" Me.cbaktiv.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(302, 17) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(242, 47) Me.TextBox1.TabIndex = 7 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(235, 20) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(61, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Bemerkung" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(14, 72) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Klasse" ' 'ComboBox1 ' Me.ComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append Me.ComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(69, 69) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(199, 21) Me.ComboBox1.TabIndex = 4 ' 'txtVorname ' Me.txtVorname.Location = New System.Drawing.Point(69, 44) Me.txtVorname.Name = "txtVorname" Me.txtVorname.Size = New System.Drawing.Size(148, 20) Me.txtVorname.TabIndex = 3 ' 'txtName ' Me.txtName.Location = New System.Drawing.Point(69, 17) Me.txtName.Name = "txtName" Me.txtName.Size = New System.Drawing.Size(148, 20) Me.txtName.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 47) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(49, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Vorname" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 20) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Name" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "ToolStripButton1" ' 'frmSchueler ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(865, 513) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip2) Me.Name = "frmSchueler" Me.Text = "frmSchueler" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.MenuStrip2.ResumeLayout(False) Me.MenuStrip2.PerformLayout() Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) Me.SplitContainer1.ResumeLayout(False) Me.Panel4.ResumeLayout(False) Me.Panel3.ResumeLayout(False) Me.Panel3.PerformLayout() Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) Me.SplitContainer2.ResumeLayout(False) CType(Me.C1Beruf, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel5.ResumeLayout(False) Me.Panel5.PerformLayout() CType(Me.C1SchuelerBeruf, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton Friend WithEvents MenuStrip2 As System.Windows.Forms.MenuStrip Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer Friend WithEvents TreeView1 As System.Windows.Forms.TreeView Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents txtVorname As System.Windows.Forms.TextBox Friend WithEvents txtName As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer Friend WithEvents C1Beruf As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents C1SchuelerBeruf As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox Friend WithEvents Panel4 As System.Windows.Forms.Panel Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton Friend WithEvents Panel5 As System.Windows.Forms.Panel Friend WithEvents txtBerufNr As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton End Class