_ 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.BearbeitenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.SpeichernToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.NeuerDatensatzToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DatensatzLöschenToolStripMenuItem = 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.btnsuche = New System.Windows.Forms.Button() Me.txtsuche = New System.Windows.Forms.TextBox() 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.GroupBox4 = New System.Windows.Forms.GroupBox() Me.txtBerufNr = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.C1Zuteilung = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ctxMenuZugeteilt = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ZuteilungLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.C1SchuelerBeruf = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ctxMenuZuteilung = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ZuteilenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BerufswahlLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Panel6 = New System.Windows.Forms.Panel() Me.Button3 = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.cbaktiv = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtName = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.txtVorname = New System.Windows.Forms.TextBox() Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripSeparator() Me.ListeOffenePlätzeAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ListeReserviertePlätzeAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() 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() Me.GroupBox4.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.C1Zuteilung, System.ComponentModel.ISupportInitialize).BeginInit() Me.ctxMenuZugeteilt.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.C1SchuelerBeruf, System.ComponentModel.ISupportInitialize).BeginInit() Me.ctxMenuZuteilung.SuspendLayout() Me.Panel6.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnNew, Me.TSBtnDelete}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(853, 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.BearbeitenToolStripMenuItem}) Me.MenuStrip2.Location = New System.Drawing.Point(0, 0) Me.MenuStrip2.Name = "MenuStrip2" Me.MenuStrip2.Size = New System.Drawing.Size(853, 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.ShortcutKeys = CType((System.Windows.Forms.Keys.Alt Or System.Windows.Forms.Keys.F4), System.Windows.Forms.Keys) Me.ToolStripMenuItem2.Size = New System.Drawing.Size(162, 22) Me.ToolStripMenuItem2.Tag = "" Me.ToolStripMenuItem2.Text = "&Beenden" ' 'BearbeitenToolStripMenuItem ' Me.BearbeitenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.SpeichernToolStripMenuItem, Me.NeuerDatensatzToolStripMenuItem, Me.DatensatzLöschenToolStripMenuItem}) Me.BearbeitenToolStripMenuItem.Name = "BearbeitenToolStripMenuItem" Me.BearbeitenToolStripMenuItem.Size = New System.Drawing.Size(75, 20) Me.BearbeitenToolStripMenuItem.Text = "&Bearbeiten" ' 'SpeichernToolStripMenuItem ' Me.SpeichernToolStripMenuItem.Name = "SpeichernToolStripMenuItem" Me.SpeichernToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.S), System.Windows.Forms.Keys) Me.SpeichernToolStripMenuItem.Size = New System.Drawing.Size(211, 22) Me.SpeichernToolStripMenuItem.Text = "&Speichern" ' 'NeuerDatensatzToolStripMenuItem ' Me.NeuerDatensatzToolStripMenuItem.Name = "NeuerDatensatzToolStripMenuItem" Me.NeuerDatensatzToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.N), System.Windows.Forms.Keys) Me.NeuerDatensatzToolStripMenuItem.Size = New System.Drawing.Size(211, 22) Me.NeuerDatensatzToolStripMenuItem.Text = "&Neuer Datensatz" ' 'DatensatzLöschenToolStripMenuItem ' Me.DatensatzLöschenToolStripMenuItem.Name = "DatensatzLöschenToolStripMenuItem" Me.DatensatzLöschenToolStripMenuItem.ShortcutKeys = CType((System.Windows.Forms.Keys.Control Or System.Windows.Forms.Keys.L), System.Windows.Forms.Keys) Me.DatensatzLöschenToolStripMenuItem.Size = New System.Drawing.Size(211, 22) Me.DatensatzLöschenToolStripMenuItem.Text = "&Datensatz löschen" ' '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(853, 510) Me.SplitContainer1.SplitterDistance = 192 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, 53) Me.Panel4.Name = "Panel4" Me.Panel4.Size = New System.Drawing.Size(192, 457) 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(192, 457) 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.btnsuche) Me.Panel3.Controls.Add(Me.txtsuche) 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(192, 53) Me.Panel3.TabIndex = 2 ' 'btnsuche ' Me.btnsuche.Image = CType(resources.GetObject("btnsuche.Image"), System.Drawing.Image) Me.btnsuche.Location = New System.Drawing.Point(114, 30) Me.btnsuche.Name = "btnsuche" Me.btnsuche.Size = New System.Drawing.Size(27, 23) Me.btnsuche.TabIndex = 3 Me.btnsuche.UseVisualStyleBackColor = True ' 'txtsuche ' Me.txtsuche.Location = New System.Drawing.Point(12, 30) Me.txtsuche.Name = "txtsuche" Me.txtsuche.Size = New System.Drawing.Size(100, 20) Me.txtsuche.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.GroupBox2) Me.SplitContainer2.Panel2.Controls.Add(Me.GroupBox1) Me.SplitContainer2.Panel2.Controls.Add(Me.Panel2) Me.SplitContainer2.Size = New System.Drawing.Size(657, 407) Me.SplitContainer2.SplitterDistance = 328 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, 50) 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.0R Me.C1Beruf.PrintInfo.PageSettings = CType(resources.GetObject("C1Beruf.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Beruf.Size = New System.Drawing.Size(328, 357) Me.C1Beruf.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Beruf.TabIndex = 1 Me.C1Beruf.TabStop = False Me.C1Beruf.Text = "C1TrueDBGrid1" Me.C1Beruf.PropBag = resources.GetString("C1Beruf.PropBag") ' 'Panel5 ' Me.Panel5.Controls.Add(Me.GroupBox4) 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(328, 50) Me.Panel5.TabIndex = 11 ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.txtBerufNr) Me.GroupBox4.Controls.Add(Me.Label5) Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox4.Location = New System.Drawing.Point(0, 0) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(328, 50) Me.GroupBox4.TabIndex = 1 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Berufe" ' 'txtBerufNr ' Me.txtBerufNr.Location = New System.Drawing.Point(61, 19) Me.txtBerufNr.Name = "txtBerufNr" Me.txtBerufNr.Size = New System.Drawing.Size(65, 20) Me.txtBerufNr.TabIndex = 0 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(6, 22) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(49, 13) Me.Label5.TabIndex = 0 Me.Label5.Text = "Beruf-Nr." ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.C1Zuteilung) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.Location = New System.Drawing.Point(32, 199) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(293, 208) Me.GroupBox2.TabIndex = 14 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Zuteilung" ' 'C1Zuteilung ' Me.C1Zuteilung.AllowUpdate = False Me.C1Zuteilung.AlternatingRows = True Me.C1Zuteilung.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1Zuteilung.ContextMenuStrip = Me.ctxMenuZugeteilt Me.C1Zuteilung.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Zuteilung.FilterBar = True Me.C1Zuteilung.GroupByCaption = "Drag a column header here to group by that column" Me.C1Zuteilung.Images.Add(CType(resources.GetObject("C1Zuteilung.Images"), System.Drawing.Image)) Me.C1Zuteilung.Location = New System.Drawing.Point(3, 16) Me.C1Zuteilung.Name = "C1Zuteilung" Me.C1Zuteilung.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Zuteilung.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Zuteilung.PreviewInfo.ZoomFactor = 75.0R Me.C1Zuteilung.PrintInfo.PageSettings = CType(resources.GetObject("C1Zuteilung.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Zuteilung.Size = New System.Drawing.Size(287, 189) Me.C1Zuteilung.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1Zuteilung.TabIndex = 13 Me.C1Zuteilung.Text = "C1TrueDBGrid1" Me.C1Zuteilung.PropBag = resources.GetString("C1Zuteilung.PropBag") ' 'ctxMenuZugeteilt ' Me.ctxMenuZugeteilt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZuteilungLöschenToolStripMenuItem}) Me.ctxMenuZugeteilt.Name = "ctxMenuZugeteilt" Me.ctxMenuZugeteilt.Size = New System.Drawing.Size(170, 26) ' 'ZuteilungLöschenToolStripMenuItem ' Me.ZuteilungLöschenToolStripMenuItem.Name = "ZuteilungLöschenToolStripMenuItem" Me.ZuteilungLöschenToolStripMenuItem.Size = New System.Drawing.Size(169, 22) Me.ZuteilungLöschenToolStripMenuItem.Text = "&Zuteilung löschen" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.C1SchuelerBeruf) Me.GroupBox1.Controls.Add(Me.Panel6) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox1.Location = New System.Drawing.Point(32, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(293, 199) Me.GroupBox1.TabIndex = 13 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Berufswahl" ' 'C1SchuelerBeruf ' Me.C1SchuelerBeruf.AlternatingRows = True Me.C1SchuelerBeruf.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating Me.C1SchuelerBeruf.ContextMenuStrip = Me.ctxMenuZuteilung 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(3, 44) 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.0R Me.C1SchuelerBeruf.PrintInfo.PageSettings = CType(resources.GetObject("C1SchuelerBeruf.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1SchuelerBeruf.Size = New System.Drawing.Size(287, 152) Me.C1SchuelerBeruf.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1SchuelerBeruf.TabIndex = 12 Me.C1SchuelerBeruf.Text = "C1TrueDBGrid1" Me.C1SchuelerBeruf.PropBag = resources.GetString("C1SchuelerBeruf.PropBag") ' 'ctxMenuZuteilung ' Me.ctxMenuZuteilung.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZuteilenToolStripMenuItem, Me.BerufswahlLöschenToolStripMenuItem, Me.ToolStripMenuItem3, Me.ListeOffenePlätzeAnzeigenToolStripMenuItem, Me.ListeReserviertePlätzeAnzeigenToolStripMenuItem}) Me.ctxMenuZuteilung.Name = "ctxMenuZuteilung" Me.ctxMenuZuteilung.Size = New System.Drawing.Size(240, 120) ' 'ZuteilenToolStripMenuItem ' Me.ZuteilenToolStripMenuItem.Name = "ZuteilenToolStripMenuItem" Me.ZuteilenToolStripMenuItem.Size = New System.Drawing.Size(176, 22) Me.ZuteilenToolStripMenuItem.Text = "&Zu Betieb zuteilen" ' 'BerufswahlLöschenToolStripMenuItem ' Me.BerufswahlLöschenToolStripMenuItem.Name = "BerufswahlLöschenToolStripMenuItem" Me.BerufswahlLöschenToolStripMenuItem.Size = New System.Drawing.Size(176, 22) Me.BerufswahlLöschenToolStripMenuItem.Text = "&Berufswahl löschen" ' 'Panel6 ' Me.Panel6.Controls.Add(Me.Button3) Me.Panel6.Dock = System.Windows.Forms.DockStyle.Top Me.Panel6.Location = New System.Drawing.Point(3, 16) Me.Panel6.Name = "Panel6" Me.Panel6.Size = New System.Drawing.Size(287, 28) Me.Panel6.TabIndex = 13 ' 'Button3 ' Me.Button3.Dock = System.Windows.Forms.DockStyle.Left Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image) Me.Button3.Location = New System.Drawing.Point(0, 0) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(26, 28) Me.Button3.TabIndex = 2 Me.Button3.UseVisualStyleBackColor = True ' 'Panel2 ' 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, 407) Me.Panel2.TabIndex = 11 ' 'Button2 ' Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image) Me.Button2.Location = New System.Drawing.Point(3, 87) 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, 56) 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.GroupBox3) 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(657, 103) Me.Panel1.TabIndex = 0 ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.ComboBox1) Me.GroupBox3.Controls.Add(Me.cbaktiv) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Controls.Add(Me.TextBox1) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.Label2) Me.GroupBox3.Controls.Add(Me.txtName) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Controls.Add(Me.txtVorname) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox3.Location = New System.Drawing.Point(0, 0) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(657, 100) Me.GroupBox3.TabIndex = 59 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Schüler-Daten" ' '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(63, 73) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(199, 21) Me.ComboBox1.TabIndex = 2 ' 'cbaktiv ' Me.cbaktiv.AutoSize = True Me.cbaktiv.Location = New System.Drawing.Point(307, 72) Me.cbaktiv.Name = "cbaktiv" Me.cbaktiv.Size = New System.Drawing.Size(50, 17) Me.cbaktiv.TabIndex = 58 Me.cbaktiv.TabStop = False Me.cbaktiv.Text = "Aktiv" Me.cbaktiv.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Name" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(371, 17) Me.TextBox1.Multiline = True Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(242, 47) Me.TextBox1.TabIndex = 7 Me.TextBox1.TabStop = False ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(304, 20) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(61, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Bemerkung" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(6, 51) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(49, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Vorname" ' 'txtName ' Me.txtName.Location = New System.Drawing.Point(63, 21) Me.txtName.Name = "txtName" Me.txtName.Size = New System.Drawing.Size(148, 20) Me.txtName.TabIndex = 0 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(8, 76) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(38, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Klasse" ' 'txtVorname ' Me.txtVorname.Location = New System.Drawing.Point(63, 48) Me.txtVorname.Name = "txtVorname" Me.txtVorname.Size = New System.Drawing.Size(148, 20) Me.txtVorname.TabIndex = 1 ' 'ToolStripMenuItem3 ' Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3" Me.ToolStripMenuItem3.Size = New System.Drawing.Size(216, 6) ' 'ListeOffenePlätzeAnzeigenToolStripMenuItem ' Me.ListeOffenePlätzeAnzeigenToolStripMenuItem.Name = "ListeOffenePlätzeAnzeigenToolStripMenuItem" Me.ListeOffenePlätzeAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(219, 22) Me.ListeOffenePlätzeAnzeigenToolStripMenuItem.Text = "Liste offene Plätze anzeigen" ' 'ListeReserviertePlätzeAnzeigenToolStripMenuItem ' Me.ListeReserviertePlätzeAnzeigenToolStripMenuItem.Name = "ListeReserviertePlätzeAnzeigenToolStripMenuItem" Me.ListeReserviertePlätzeAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(239, 22) Me.ListeReserviertePlätzeAnzeigenToolStripMenuItem.Text = "Liste reservierte Plätze anzeigen" ' 'frmSchueler ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(853, 559) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip2) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmSchueler" Me.Text = "Schüler" 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.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.GroupBox2.ResumeLayout(False) CType(Me.C1Zuteilung, System.ComponentModel.ISupportInitialize).EndInit() Me.ctxMenuZugeteilt.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) CType(Me.C1SchuelerBeruf, System.ComponentModel.ISupportInitialize).EndInit() Me.ctxMenuZuteilung.ResumeLayout(False) Me.Panel6.ResumeLayout(False) Me.Panel2.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.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 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 GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents C1Zuteilung As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents ctxMenuZuteilung As System.Windows.Forms.ContextMenuStrip Friend WithEvents ZuteilenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ctxMenuZugeteilt As System.Windows.Forms.ContextMenuStrip Friend WithEvents ZuteilungLöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BerufswahlLöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Panel6 As System.Windows.Forms.Panel Friend WithEvents BearbeitenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents SpeichernToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents NeuerDatensatzToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DatensatzLöschenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents btnsuche As System.Windows.Forms.Button Friend WithEvents txtsuche As System.Windows.Forms.TextBox Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ListeOffenePlätzeAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ListeReserviertePlätzeAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem End Class