_ Partial Class AllgMainObjekte Inherits System.Windows.Forms.UserControl 'UserControl1 ü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(AllgMainObjekte)) Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.lblHauptnutzer = New System.Windows.Forms.Label() Me.txtHauptnutzer = New System.Windows.Forms.TextBox() Me.cbboxHauptnutzer = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.lblEmail = New System.Windows.Forms.Label() Me.txtMail = New System.Windows.Forms.TextBox() Me.cbboxVerantwTKBMA = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.dtPickernaechstePruefung = New System.Windows.Forms.DateTimePicker() Me.txtnaechstePruefung = New System.Windows.Forms.MaskedTextBox() Me.lblnaechstepruefung = New System.Windows.Forms.Label() Me.lblVerantwTKBMA = New System.Windows.Forms.Label() Me.txtVerantwTKBMa = New System.Windows.Forms.TextBox() Me.lblcid_a = New System.Windows.Forms.Label() Me.cbCID = New System.Windows.Forms.CheckBox() Me.lblCID = New System.Windows.Forms.Label() Me.cbboxDateneigentuemer = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.lblDateneigentuemer = New System.Windows.Forms.Label() Me.cbboxVerwaltungMit = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.lblVerwaltungMit = New System.Windows.Forms.Label() Me.cbboxVerwaltungDurch = New DevComponents.DotNetBar.Controls.ComboBoxEx() Me.lblVerwaltungDurch = New System.Windows.Forms.Label() Me.txtPrimaryKey = New System.Windows.Forms.TextBox() Me.ctxMenuAktiv = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.KopierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.cbAktiv = New System.Windows.Forms.CheckBox() Me.txtSequenz = New System.Windows.Forms.NumericUpDown() Me.lblFunktionsnummer = New System.Windows.Forms.Label() Me.txtFunktionsnummer = New System.Windows.Forms.TextBox() Me.lblFunktionsstelle = New System.Windows.Forms.Label() Me.txtFunktionsstelle = New System.Windows.Forms.TextBox() Me.txtTGNummer = New System.Windows.Forms.TextBox() Me.lblTGNummer = New System.Windows.Forms.Label() Me.txtName = New System.Windows.Forms.TextBox() Me.lblName = New System.Windows.Forms.Label() Me.lblSequenz = New System.Windows.Forms.Label() Me.txtParent = New System.Windows.Forms.TextBox() Me.lblParent = New System.Windows.Forms.Label() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnSave = New System.Windows.Forms.ToolStripButton() Me.TSBtnAddNew = New System.Windows.Forms.ToolStripButton() Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton() Me.TSBtnSetSecurityObject = New System.Windows.Forms.ToolStripButton() Me.tsbtnReport = New System.Windows.Forms.ToolStripButton() Me.tsbtncopy1 = New System.Windows.Forms.ToolStripButton() Me.tsbtnCopy2 = New System.Windows.Forms.ToolStripButton() Me.txtBezeichnung = New System.Windows.Forms.TextBox() Me.lblAktiv = New System.Windows.Forms.Label() Me.txtMutierer = New System.Windows.Forms.TextBox() Me.lblBezeichnung = New System.Windows.Forms.Label() Me.txtMutiertam = New System.Windows.Forms.TextBox() Me.lblBeschreibung = New System.Windows.Forms.Label() Me.txtErstelltam = New System.Windows.Forms.TextBox() Me.txtBeschreibung = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.lblErstelltam = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.ctxMenuBeziehungen = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.InEinemNeuenFensterÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Beziehungen1 = New _MyBeziehungen.Beziehungen() Me.GroupBox2.SuspendLayout() Me.ctxMenuAktiv.SuspendLayout() CType(Me.txtSequenz, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.ctxMenuBeziehungen.SuspendLayout() Me.SuspendLayout() ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.lblHauptnutzer) Me.GroupBox2.Controls.Add(Me.txtHauptnutzer) Me.GroupBox2.Controls.Add(Me.cbboxHauptnutzer) Me.GroupBox2.Controls.Add(Me.lblEmail) Me.GroupBox2.Controls.Add(Me.txtMail) Me.GroupBox2.Controls.Add(Me.cbboxVerantwTKBMA) Me.GroupBox2.Controls.Add(Me.dtPickernaechstePruefung) Me.GroupBox2.Controls.Add(Me.txtnaechstePruefung) Me.GroupBox2.Controls.Add(Me.lblnaechstepruefung) Me.GroupBox2.Controls.Add(Me.lblVerantwTKBMA) Me.GroupBox2.Controls.Add(Me.txtVerantwTKBMa) Me.GroupBox2.Controls.Add(Me.lblcid_a) Me.GroupBox2.Controls.Add(Me.cbCID) Me.GroupBox2.Controls.Add(Me.lblCID) Me.GroupBox2.Controls.Add(Me.cbboxDateneigentuemer) Me.GroupBox2.Controls.Add(Me.lblDateneigentuemer) Me.GroupBox2.Controls.Add(Me.cbboxVerwaltungMit) Me.GroupBox2.Controls.Add(Me.lblVerwaltungMit) Me.GroupBox2.Controls.Add(Me.cbboxVerwaltungDurch) Me.GroupBox2.Controls.Add(Me.lblVerwaltungDurch) Me.GroupBox2.Controls.Add(Me.txtPrimaryKey) Me.GroupBox2.Controls.Add(Me.cbAktiv) Me.GroupBox2.Controls.Add(Me.txtSequenz) Me.GroupBox2.Controls.Add(Me.lblFunktionsnummer) Me.GroupBox2.Controls.Add(Me.txtFunktionsnummer) Me.GroupBox2.Controls.Add(Me.lblFunktionsstelle) Me.GroupBox2.Controls.Add(Me.txtFunktionsstelle) Me.GroupBox2.Controls.Add(Me.txtTGNummer) Me.GroupBox2.Controls.Add(Me.lblTGNummer) Me.GroupBox2.Controls.Add(Me.txtName) Me.GroupBox2.Controls.Add(Me.lblName) Me.GroupBox2.Controls.Add(Me.lblSequenz) Me.GroupBox2.Controls.Add(Me.txtParent) Me.GroupBox2.Controls.Add(Me.lblParent) Me.GroupBox2.Controls.Add(Me.ToolStrip1) Me.GroupBox2.Controls.Add(Me.txtBezeichnung) Me.GroupBox2.Controls.Add(Me.lblAktiv) Me.GroupBox2.Controls.Add(Me.txtMutierer) Me.GroupBox2.Controls.Add(Me.lblBezeichnung) Me.GroupBox2.Controls.Add(Me.txtMutiertam) Me.GroupBox2.Controls.Add(Me.lblBeschreibung) Me.GroupBox2.Controls.Add(Me.txtErstelltam) Me.GroupBox2.Controls.Add(Me.txtBeschreibung) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.lblErstelltam) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(1066, 229) Me.GroupBox2.TabIndex = 21 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Allgemein" ' 'lblHauptnutzer ' Me.lblHauptnutzer.AutoSize = True Me.lblHauptnutzer.Location = New System.Drawing.Point(736, 198) Me.lblHauptnutzer.Name = "lblHauptnutzer" Me.lblHauptnutzer.Size = New System.Drawing.Size(65, 13) Me.lblHauptnutzer.TabIndex = 52 Me.lblHauptnutzer.Text = "Hauptnutzer" ' 'txtHauptnutzer ' Me.txtHauptnutzer.Location = New System.Drawing.Point(807, 194) Me.txtHauptnutzer.Name = "txtHauptnutzer" Me.txtHauptnutzer.Size = New System.Drawing.Size(174, 20) Me.txtHauptnutzer.TabIndex = 51 ' 'cbboxHauptnutzer ' Me.cbboxHauptnutzer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cbboxHauptnutzer.DisplayMember = "Text" Me.cbboxHauptnutzer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxHauptnutzer.FormattingEnabled = True Me.cbboxHauptnutzer.ItemHeight = 14 Me.cbboxHauptnutzer.Location = New System.Drawing.Point(801, 194) Me.cbboxHauptnutzer.Name = "cbboxHauptnutzer" Me.cbboxHauptnutzer.Size = New System.Drawing.Size(187, 20) Me.cbboxHauptnutzer.TabIndex = 50 ' 'lblEmail ' Me.lblEmail.AutoSize = True Me.lblEmail.Location = New System.Drawing.Point(630, 47) Me.lblEmail.Name = "lblEmail" Me.lblEmail.Size = New System.Drawing.Size(26, 13) Me.lblEmail.TabIndex = 49 Me.lblEmail.Text = "Mail" ' 'txtMail ' Me.txtMail.Location = New System.Drawing.Point(662, 44) Me.txtMail.Name = "txtMail" Me.txtMail.Size = New System.Drawing.Size(150, 20) Me.txtMail.TabIndex = 48 ' 'cbboxVerantwTKBMA ' Me.cbboxVerantwTKBMA.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cbboxVerantwTKBMA.DisplayMember = "Text" Me.cbboxVerantwTKBMA.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxVerantwTKBMA.FormattingEnabled = True Me.cbboxVerantwTKBMA.ItemHeight = 14 Me.cbboxVerantwTKBMA.Location = New System.Drawing.Point(543, 193) Me.cbboxVerantwTKBMA.Name = "cbboxVerantwTKBMA" Me.cbboxVerantwTKBMA.Size = New System.Drawing.Size(187, 20) Me.cbboxVerantwTKBMA.TabIndex = 47 ' 'dtPickernaechstePruefung ' Me.dtPickernaechstePruefung.Location = New System.Drawing.Point(608, 165) Me.dtPickernaechstePruefung.Name = "dtPickernaechstePruefung" Me.dtPickernaechstePruefung.Size = New System.Drawing.Size(21, 20) Me.dtPickernaechstePruefung.TabIndex = 46 Me.dtPickernaechstePruefung.TabStop = False ' 'txtnaechstePruefung ' Me.txtnaechstePruefung.Location = New System.Drawing.Point(543, 165) Me.txtnaechstePruefung.Mask = "00/00/0000" Me.txtnaechstePruefung.Name = "txtnaechstePruefung" Me.txtnaechstePruefung.Size = New System.Drawing.Size(66, 20) Me.txtnaechstePruefung.TabIndex = 45 Me.txtnaechstePruefung.ValidatingType = GetType(Date) ' 'lblnaechstepruefung ' Me.lblnaechstepruefung.AutoSize = True Me.lblnaechstepruefung.Location = New System.Drawing.Point(447, 168) Me.lblnaechstepruefung.Name = "lblnaechstepruefung" Me.lblnaechstepruefung.Size = New System.Drawing.Size(91, 13) Me.lblnaechstepruefung.TabIndex = 44 Me.lblnaechstepruefung.Text = "Nächste Kontrolle" ' 'lblVerantwTKBMA ' Me.lblVerantwTKBMA.AutoSize = True Me.lblVerantwTKBMA.Location = New System.Drawing.Point(447, 194) Me.lblVerantwTKBMA.Name = "lblVerantwTKBMA" Me.lblVerantwTKBMA.Size = New System.Drawing.Size(95, 13) Me.lblVerantwTKBMA.TabIndex = 43 Me.lblVerantwTKBMA.Text = "Verantw. TKB-MA." ' 'txtVerantwTKBMa ' Me.txtVerantwTKBMa.Location = New System.Drawing.Point(540, 191) Me.txtVerantwTKBMa.Name = "txtVerantwTKBMa" Me.txtVerantwTKBMa.Size = New System.Drawing.Size(174, 20) Me.txtVerantwTKBMa.TabIndex = 42 ' 'lblcid_a ' Me.lblcid_a.AutoSize = True Me.lblcid_a.ForeColor = System.Drawing.Color.Red Me.lblcid_a.Location = New System.Drawing.Point(528, 141) Me.lblcid_a.Name = "lblcid_a" Me.lblcid_a.Size = New System.Drawing.Size(66, 13) Me.lblcid_a.TabIndex = 41 Me.lblcid_a.Text = "CID-relevant" Me.lblcid_a.Visible = False ' 'cbCID ' Me.cbCID.AutoSize = True Me.cbCID.Location = New System.Drawing.Point(600, 123) Me.cbCID.Name = "cbCID" Me.cbCID.Size = New System.Drawing.Size(15, 14) Me.cbCID.TabIndex = 40 Me.cbCID.UseVisualStyleBackColor = True Me.cbCID.Visible = False ' 'lblCID ' Me.lblCID.AutoSize = True Me.lblCID.Location = New System.Drawing.Point(528, 123) Me.lblCID.Name = "lblCID" Me.lblCID.Size = New System.Drawing.Size(66, 13) Me.lblCID.TabIndex = 39 Me.lblCID.Text = "CID-relevant" Me.lblCID.Visible = False ' 'cbboxDateneigentuemer ' Me.cbboxDateneigentuemer.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cbboxDateneigentuemer.DisplayMember = "Text" Me.cbboxDateneigentuemer.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxDateneigentuemer.FormattingEnabled = True Me.cbboxDateneigentuemer.ItemHeight = 14 Me.cbboxDateneigentuemer.Location = New System.Drawing.Point(552, 190) Me.cbboxDateneigentuemer.Name = "cbboxDateneigentuemer" Me.cbboxDateneigentuemer.Size = New System.Drawing.Size(149, 20) Me.cbboxDateneigentuemer.TabIndex = 37 ' 'lblDateneigentuemer ' Me.lblDateneigentuemer.AutoSize = True Me.lblDateneigentuemer.Location = New System.Drawing.Point(476, 194) Me.lblDateneigentuemer.Name = "lblDateneigentuemer" Me.lblDateneigentuemer.Size = New System.Drawing.Size(68, 13) Me.lblDateneigentuemer.TabIndex = 36 Me.lblDateneigentuemer.Text = "Dateneigent." ' 'cbboxVerwaltungMit ' Me.cbboxVerwaltungMit.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cbboxVerwaltungMit.DisplayMember = "Text" Me.cbboxVerwaltungMit.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxVerwaltungMit.FormattingEnabled = True Me.cbboxVerwaltungMit.ItemHeight = 14 Me.cbboxVerwaltungMit.Location = New System.Drawing.Point(319, 190) Me.cbboxVerwaltungMit.Name = "cbboxVerwaltungMit" Me.cbboxVerwaltungMit.Size = New System.Drawing.Size(151, 20) Me.cbboxVerwaltungMit.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.cbboxVerwaltungMit.TabIndex = 35 ' 'lblVerwaltungMit ' Me.lblVerwaltungMit.AutoSize = True Me.lblVerwaltungMit.Location = New System.Drawing.Point(263, 194) Me.lblVerwaltungMit.Name = "lblVerwaltungMit" Me.lblVerwaltungMit.Size = New System.Drawing.Size(50, 13) Me.lblVerwaltungMit.TabIndex = 34 Me.lblVerwaltungMit.Text = "Verw. mit" ' 'cbboxVerwaltungDurch ' Me.cbboxVerwaltungDurch.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cbboxVerwaltungDurch.DisplayMember = "Text" Me.cbboxVerwaltungDurch.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbboxVerwaltungDurch.FormattingEnabled = True Me.cbboxVerwaltungDurch.ItemHeight = 14 Me.cbboxVerwaltungDurch.Location = New System.Drawing.Point(104, 192) Me.cbboxVerwaltungDurch.Name = "cbboxVerwaltungDurch" Me.cbboxVerwaltungDurch.Size = New System.Drawing.Size(153, 20) Me.cbboxVerwaltungDurch.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled Me.cbboxVerwaltungDurch.TabIndex = 33 ' 'lblVerwaltungDurch ' Me.lblVerwaltungDurch.AutoSize = True Me.lblVerwaltungDurch.Location = New System.Drawing.Point(9, 194) Me.lblVerwaltungDurch.Name = "lblVerwaltungDurch" Me.lblVerwaltungDurch.Size = New System.Drawing.Size(64, 13) Me.lblVerwaltungDurch.TabIndex = 32 Me.lblVerwaltungDurch.Text = "Verw. durch" ' 'txtPrimaryKey ' Me.txtPrimaryKey.ContextMenuStrip = Me.ctxMenuAktiv Me.txtPrimaryKey.Location = New System.Drawing.Point(397, 139) Me.txtPrimaryKey.Name = "txtPrimaryKey" Me.txtPrimaryKey.ReadOnly = True Me.txtPrimaryKey.Size = New System.Drawing.Size(80, 20) Me.txtPrimaryKey.TabIndex = 31 ' 'ctxMenuAktiv ' Me.ctxMenuAktiv.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ctxMenuAktiv.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KopierenToolStripMenuItem}) Me.ctxMenuAktiv.Name = "ctxMenuAktiv" Me.ctxMenuAktiv.Size = New System.Drawing.Size(122, 26) ' 'KopierenToolStripMenuItem ' Me.KopierenToolStripMenuItem.Name = "KopierenToolStripMenuItem" Me.KopierenToolStripMenuItem.Size = New System.Drawing.Size(121, 22) Me.KopierenToolStripMenuItem.Text = "Kopieren" ' 'cbAktiv ' Me.cbAktiv.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cbAktiv.AutoSize = True Me.cbAktiv.Location = New System.Drawing.Point(801, 123) Me.cbAktiv.Name = "cbAktiv" Me.cbAktiv.Size = New System.Drawing.Size(15, 14) Me.cbAktiv.TabIndex = 30 Me.cbAktiv.UseVisualStyleBackColor = True ' 'txtSequenz ' Me.txtSequenz.Location = New System.Drawing.Point(105, 163) Me.txtSequenz.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0}) Me.txtSequenz.Name = "txtSequenz" Me.txtSequenz.Size = New System.Drawing.Size(152, 20) Me.txtSequenz.TabIndex = 29 ' 'lblFunktionsnummer ' Me.lblFunktionsnummer.AutoSize = True Me.lblFunktionsnummer.Location = New System.Drawing.Point(9, 194) Me.lblFunktionsnummer.Name = "lblFunktionsnummer" Me.lblFunktionsnummer.Size = New System.Drawing.Size(90, 13) Me.lblFunktionsnummer.TabIndex = 25 Me.lblFunktionsnummer.Text = "Funktionsnummer" ' 'txtFunktionsnummer ' Me.txtFunktionsnummer.Location = New System.Drawing.Point(615, 191) Me.txtFunktionsnummer.Name = "txtFunktionsnummer" Me.txtFunktionsnummer.Size = New System.Drawing.Size(22, 20) Me.txtFunktionsnummer.TabIndex = 26 ' 'lblFunktionsstelle ' Me.lblFunktionsstelle.AutoSize = True Me.lblFunktionsstelle.Location = New System.Drawing.Point(560, 194) Me.lblFunktionsstelle.Name = "lblFunktionsstelle" Me.lblFunktionsstelle.Size = New System.Drawing.Size(77, 13) Me.lblFunktionsstelle.TabIndex = 27 Me.lblFunktionsstelle.Text = "Funktionsstelle" ' 'txtFunktionsstelle ' Me.txtFunktionsstelle.Location = New System.Drawing.Point(105, 192) Me.txtFunktionsstelle.Name = "txtFunktionsstelle" Me.txtFunktionsstelle.Size = New System.Drawing.Size(120, 20) Me.txtFunktionsstelle.TabIndex = 28 ' 'txtTGNummer ' Me.txtTGNummer.Location = New System.Drawing.Point(330, 191) Me.txtTGNummer.Name = "txtTGNummer" Me.txtTGNummer.Size = New System.Drawing.Size(95, 20) Me.txtTGNummer.TabIndex = 24 ' 'lblTGNummer ' Me.lblTGNummer.AutoSize = True Me.lblTGNummer.Location = New System.Drawing.Point(263, 195) Me.lblTGNummer.Name = "lblTGNummer" Me.lblTGNummer.Size = New System.Drawing.Size(40, 13) Me.lblTGNummer.TabIndex = 23 Me.lblTGNummer.Text = "UserID" ' 'txtName ' Me.txtName.Location = New System.Drawing.Point(105, 192) Me.txtName.Name = "txtName" Me.txtName.Size = New System.Drawing.Size(152, 20) Me.txtName.TabIndex = 22 ' 'lblName ' Me.lblName.AutoSize = True Me.lblName.Location = New System.Drawing.Point(9, 192) Me.lblName.Name = "lblName" Me.lblName.Size = New System.Drawing.Size(35, 13) Me.lblName.TabIndex = 21 Me.lblName.Text = "Name" ' 'lblSequenz ' Me.lblSequenz.AutoSize = True Me.lblSequenz.Location = New System.Drawing.Point(9, 165) Me.lblSequenz.Name = "lblSequenz" Me.lblSequenz.Size = New System.Drawing.Size(49, 13) Me.lblSequenz.TabIndex = 19 Me.lblSequenz.Text = "Sequenz" ' 'txtParent ' Me.txtParent.Location = New System.Drawing.Point(105, 138) Me.txtParent.Name = "txtParent" Me.txtParent.ReadOnly = True Me.txtParent.Size = New System.Drawing.Size(254, 20) Me.txtParent.TabIndex = 18 Me.txtParent.Visible = False ' 'lblParent ' Me.lblParent.AutoSize = True Me.lblParent.Location = New System.Drawing.Point(9, 141) Me.lblParent.Name = "lblParent" Me.lblParent.Size = New System.Drawing.Size(38, 13) Me.lblParent.TabIndex = 17 Me.lblParent.Text = "Parent" Me.lblParent.Visible = False ' 'ToolStrip1 ' Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnSave, Me.TSBtnAddNew, Me.TSBtnDelete, Me.TSBtnSetSecurityObject, Me.tsbtnReport, Me.tsbtncopy1, Me.tsbtnCopy2}) Me.ToolStrip1.Location = New System.Drawing.Point(3, 16) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1060, 27) Me.ToolStrip1.TabIndex = 0 Me.ToolStrip1.Text = "ToolStrip1" ' '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(24, 24) Me.TSBtnSave.Text = "Speichern" ' 'TSBtnAddNew ' Me.TSBtnAddNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnAddNew.Image = CType(resources.GetObject("TSBtnAddNew.Image"), System.Drawing.Image) Me.TSBtnAddNew.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnAddNew.Name = "TSBtnAddNew" Me.TSBtnAddNew.Size = New System.Drawing.Size(24, 24) Me.TSBtnAddNew.Text = "Neu" ' '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(24, 24) Me.TSBtnDelete.Text = "Löschen" ' 'TSBtnSetSecurityObject ' Me.TSBtnSetSecurityObject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSetSecurityObject.Image = CType(resources.GetObject("TSBtnSetSecurityObject.Image"), System.Drawing.Image) Me.TSBtnSetSecurityObject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSetSecurityObject.Name = "TSBtnSetSecurityObject" Me.TSBtnSetSecurityObject.Size = New System.Drawing.Size(24, 24) Me.TSBtnSetSecurityObject.Text = "SecurityObjekte generieren" ' 'tsbtnReport ' Me.tsbtnReport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnReport.Image = CType(resources.GetObject("tsbtnReport.Image"), System.Drawing.Image) Me.tsbtnReport.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnReport.Name = "tsbtnReport" Me.tsbtnReport.Size = New System.Drawing.Size(24, 24) Me.tsbtnReport.Text = "Auswertung" ' 'tsbtncopy1 ' Me.tsbtncopy1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtncopy1.Image = CType(resources.GetObject("tsbtncopy1.Image"), System.Drawing.Image) Me.tsbtncopy1.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtncopy1.Name = "tsbtncopy1" Me.tsbtncopy1.Size = New System.Drawing.Size(24, 24) Me.tsbtncopy1.Text = "In Zwischenablage kopieren" ' 'tsbtnCopy2 ' Me.tsbtnCopy2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.tsbtnCopy2.Image = CType(resources.GetObject("tsbtnCopy2.Image"), System.Drawing.Image) Me.tsbtnCopy2.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnCopy2.Name = "tsbtnCopy2" Me.tsbtnCopy2.Size = New System.Drawing.Size(24, 24) Me.tsbtnCopy2.Text = "In Zwischenablage kopieren" ' 'txtBezeichnung ' Me.txtBezeichnung.Location = New System.Drawing.Point(105, 44) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(274, 20) Me.txtBezeichnung.TabIndex = 6 ' 'lblAktiv ' Me.lblAktiv.AutoSize = True Me.lblAktiv.Location = New System.Drawing.Point(394, 123) Me.lblAktiv.Name = "lblAktiv" Me.lblAktiv.Size = New System.Drawing.Size(31, 13) Me.lblAktiv.TabIndex = 16 Me.lblAktiv.Text = "Aktiv" ' 'txtMutierer ' Me.txtMutierer.Location = New System.Drawing.Point(455, 95) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(159, 20) Me.txtMutierer.TabIndex = 14 ' 'lblBezeichnung ' Me.lblBezeichnung.AutoSize = True Me.lblBezeichnung.Location = New System.Drawing.Point(9, 47) Me.lblBezeichnung.Name = "lblBezeichnung" Me.lblBezeichnung.Size = New System.Drawing.Size(69, 13) Me.lblBezeichnung.TabIndex = 5 Me.lblBezeichnung.Text = "Bezeichnung" ' 'txtMutiertam ' Me.txtMutiertam.Location = New System.Drawing.Point(455, 70) Me.txtMutiertam.Name = "txtMutiertam" Me.txtMutiertam.ReadOnly = True Me.txtMutiertam.Size = New System.Drawing.Size(159, 20) Me.txtMutiertam.TabIndex = 13 ' 'lblBeschreibung ' Me.lblBeschreibung.AutoSize = True Me.lblBeschreibung.Location = New System.Drawing.Point(9, 72) Me.lblBeschreibung.Name = "lblBeschreibung" Me.lblBeschreibung.Size = New System.Drawing.Size(72, 13) Me.lblBeschreibung.TabIndex = 7 Me.lblBeschreibung.Text = "Beschreibung" ' 'txtErstelltam ' Me.txtErstelltam.Location = New System.Drawing.Point(455, 44) Me.txtErstelltam.Name = "txtErstelltam" Me.txtErstelltam.ReadOnly = True Me.txtErstelltam.Size = New System.Drawing.Size(159, 20) Me.txtErstelltam.TabIndex = 12 ' 'txtBeschreibung ' Me.txtBeschreibung.Location = New System.Drawing.Point(105, 69) Me.txtBeschreibung.Multiline = True Me.txtBeschreibung.Name = "txtBeschreibung" Me.txtBeschreibung.Size = New System.Drawing.Size(274, 88) Me.txtBeschreibung.TabIndex = 8 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(394, 98) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(45, 13) Me.Label1.TabIndex = 11 Me.Label1.Text = "Mutierer" ' 'lblErstelltam ' Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(394, 47) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(55, 13) Me.lblErstelltam.TabIndex = 9 Me.lblErstelltam.Text = "Erstellt am" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(394, 73) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(56, 13) Me.Label2.TabIndex = 10 Me.Label2.Text = "Mutiert am" ' 'ctxMenuBeziehungen ' Me.ctxMenuBeziehungen.ImageScalingSize = New System.Drawing.Size(20, 20) Me.ctxMenuBeziehungen.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.InEinemNeuenFensterÖffnenToolStripMenuItem}) Me.ctxMenuBeziehungen.Name = "ctxMenuBeziehungen" Me.ctxMenuBeziehungen.Size = New System.Drawing.Size(236, 26) ' 'InEinemNeuenFensterÖffnenToolStripMenuItem ' Me.InEinemNeuenFensterÖffnenToolStripMenuItem.Name = "InEinemNeuenFensterÖffnenToolStripMenuItem" Me.InEinemNeuenFensterÖffnenToolStripMenuItem.Size = New System.Drawing.Size(235, 22) Me.InEinemNeuenFensterÖffnenToolStripMenuItem.Text = "In einem neuen Fenster öffnen" ' 'Beziehungen1 ' Me.Beziehungen1.ConnectionString = Nothing Me.Beziehungen1.Dock = System.Windows.Forms.DockStyle.Fill Me.Beziehungen1.Generic_Event_Handler = Nothing Me.Beziehungen1.IsRefreshed = False Me.Beziehungen1.KeyValue = 0 Me.Beziehungen1.Location = New System.Drawing.Point(0, 229) Me.Beziehungen1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Beziehungen1.Mitarbeiternr = 0 Me.Beziehungen1.Name = "Beziehungen1" Me.Beziehungen1.Size = New System.Drawing.Size(1066, 320) Me.Beziehungen1.TabIndex = 22 Me.Beziehungen1.TempFilePath = Nothing Me.Beziehungen1.Type = Nothing ' 'AllgMainObjekte ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.Beziehungen1) Me.Controls.Add(Me.GroupBox2) Me.Name = "AllgMainObjekte" Me.Size = New System.Drawing.Size(1066, 549) Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ctxMenuAktiv.ResumeLayout(False) CType(Me.txtSequenz, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ctxMenuBeziehungen.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox Friend WithEvents lblAktiv As System.Windows.Forms.Label Friend WithEvents txtMutierer As System.Windows.Forms.TextBox Friend WithEvents lblBezeichnung As System.Windows.Forms.Label Friend WithEvents txtMutiertam As System.Windows.Forms.TextBox Friend WithEvents lblBeschreibung As System.Windows.Forms.Label Friend WithEvents txtErstelltam As System.Windows.Forms.TextBox Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ctxMenuBeziehungen As System.Windows.Forms.ContextMenuStrip Friend WithEvents InEinemNeuenFensterÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents txtParent As System.Windows.Forms.TextBox Friend WithEvents lblParent As System.Windows.Forms.Label Friend WithEvents Beziehungen1 As _MyBeziehungen.Beziehungen Friend WithEvents lblSequenz As System.Windows.Forms.Label Friend WithEvents txtName As System.Windows.Forms.TextBox Friend WithEvents lblName As System.Windows.Forms.Label Friend WithEvents txtTGNummer As System.Windows.Forms.TextBox Friend WithEvents lblTGNummer As System.Windows.Forms.Label Friend WithEvents lblFunktionsnummer As System.Windows.Forms.Label Friend WithEvents txtFunktionsnummer As System.Windows.Forms.TextBox Friend WithEvents lblFunktionsstelle As System.Windows.Forms.Label Friend WithEvents txtFunktionsstelle As System.Windows.Forms.TextBox Friend WithEvents TSBtnAddNew As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton Friend WithEvents txtSequenz As System.Windows.Forms.NumericUpDown Friend WithEvents cbAktiv As System.Windows.Forms.CheckBox Friend WithEvents TSBtnSetSecurityObject As System.Windows.Forms.ToolStripButton Friend WithEvents tsbtnReport As System.Windows.Forms.ToolStripButton Friend WithEvents txtPrimaryKey As System.Windows.Forms.TextBox Friend WithEvents tsbtncopy1 As System.Windows.Forms.ToolStripButton Friend WithEvents tsbtnCopy2 As System.Windows.Forms.ToolStripButton Friend WithEvents lblVerwaltungMit As System.Windows.Forms.Label Friend WithEvents lblVerwaltungDurch As System.Windows.Forms.Label Friend WithEvents lblDateneigentuemer As System.Windows.Forms.Label Friend WithEvents cbCID As System.Windows.Forms.CheckBox Friend WithEvents lblCID As System.Windows.Forms.Label Friend WithEvents lblcid_a As System.Windows.Forms.Label Friend WithEvents ctxMenuAktiv As System.Windows.Forms.ContextMenuStrip Friend WithEvents KopierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cbboxVerwaltungMit As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents cbboxVerwaltungDurch As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents cbboxDateneigentuemer As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents lblVerantwTKBMA As Label Friend WithEvents txtVerantwTKBMa As TextBox Friend WithEvents dtPickernaechstePruefung As DateTimePicker Friend WithEvents txtnaechstePruefung As MaskedTextBox Friend WithEvents lblnaechstepruefung As Label Friend WithEvents cbboxVerantwTKBMA As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents lblEmail As Label Friend WithEvents txtMail As TextBox Friend WithEvents txtHauptnutzer As TextBox Friend WithEvents cbboxHauptnutzer As DevComponents.DotNetBar.Controls.ComboBoxEx Friend WithEvents lblHauptnutzer As Label End Class