_ Partial Class frmVertragspartner 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(frmVertragspartner)) Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.MenuStrip1 = New System.Windows.Forms.MenuStrip Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton Me.TSBtnSave = New System.Windows.Forms.ToolStripButton Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton Me.TSBtnNew = New System.Windows.Forms.ToolStripButton Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton Me.lblFilter = New System.Windows.Forms.ToolStripLabel Me.TStxtFilter = New System.Windows.Forms.ToolStripTextBox Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton Me.TSBtnFilterAufheben = New System.Windows.Forms.ToolStripButton Me.PnlDetails = New System.Windows.Forms.Panel Me.lblSuchbegriffe = New System.Windows.Forms.Label Me.txtSuchbegriffe = New System.Windows.Forms.TextBox Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox Me.lblSecurityLebel = New System.Windows.Forms.Label Me.cbAktiv = New System.Windows.Forms.CheckBox Me.txtMutierer = New System.Windows.Forms.TextBox Me.txtMutiert_am = New System.Windows.Forms.TextBox Me.txtErstellt_am = New System.Windows.Forms.TextBox Me.lblMutierer = New System.Windows.Forms.Label Me.lblMutiert_am = New System.Windows.Forms.Label Me.lblErstelltam = New System.Windows.Forms.Label Me.txtBemerkung = New System.Windows.Forms.TextBox Me.lblBemerkung = New System.Windows.Forms.Label Me.txtInternet = New System.Windows.Forms.TextBox Me.lblInternet = New System.Windows.Forms.Label Me.txtEmail = New System.Windows.Forms.TextBox Me.lblEmail = New System.Windows.Forms.Label Me.txtTelefon = New System.Windows.Forms.TextBox Me.txtTelefax = New System.Windows.Forms.TextBox Me.lblTelefax = New System.Windows.Forms.Label Me.lblTelefon = New System.Windows.Forms.Label Me.txtOrt = New System.Windows.Forms.TextBox Me.txtPlz = New System.Windows.Forms.TextBox Me.lblPlzOrt = New System.Windows.Forms.Label Me.txtPostfach = New System.Windows.Forms.TextBox Me.lblPostfach = New System.Windows.Forms.Label Me.txtStrasse = New System.Windows.Forms.TextBox Me.lblStrasse = New System.Windows.Forms.Label Me.txtVorname_Firma2 = New System.Windows.Forms.TextBox Me.lblVorname_Firma2 = New System.Windows.Forms.Label Me.txtName_Firma1 = New System.Windows.Forms.TextBox Me.lblName_Firma1 = New System.Windows.Forms.Label Me.GrpKontakte = New System.Windows.Forms.GroupBox Me.C1Kontakte = New C1.Win.C1TrueDBGrid.C1TrueDBGrid Me.KontaktMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.KontaktAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.KontaktKopierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.KontaktNeuToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.KontaktInaktivierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStrip2 = New System.Windows.Forms.ToolStrip Me.TS2BtnView = New System.Windows.Forms.ToolStripButton Me.TS2BtnCopy = New System.Windows.Forms.ToolStripButton Me.TS2BtnNew = New System.Windows.Forms.ToolStripButton Me.TS2BtnDelete = New System.Windows.Forms.ToolStripButton Me.GrpPartner = New System.Windows.Forms.GroupBox Me.TreeVertragspartner = New System.Windows.Forms.TreeView Me.ImageListTreeImages = New System.Windows.Forms.ImageList(Me.components) Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.PnlDetails.SuspendLayout() Me.GrpKontakte.SuspendLayout() CType(Me.C1Kontakte, System.ComponentModel.ISupportInitialize).BeginInit() Me.KontaktMenuStrip.SuspendLayout() Me.ToolStrip2.SuspendLayout() Me.GrpPartner.SuspendLayout() Me.SuspendLayout() ' 'DateiToolStripMenuItem ' Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem" Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20) Me.DateiToolStripMenuItem.Tag = "" Me.DateiToolStripMenuItem.Text = "&Datei" ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22) Me.BeendenToolStripMenuItem.Tag = "" Me.BeendenToolStripMenuItem.Text = "&Beenden" ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(854, 24) Me.MenuStrip1.TabIndex = 2 Me.MenuStrip1.Tag = "" Me.MenuStrip1.Text = "Hauptmenu" ' '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" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnCopy, Me.TSBtnNew, Me.TSBtnDelete, Me.lblFilter, Me.TStxtFilter, Me.TSBtnSuche, Me.TSBtnFilterAufheben}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(854, 25) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "Toolstrip Vertragspartner" ' 'TSBtnCopy ' Me.TSBtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnCopy.Image = CType(resources.GetObject("TSBtnCopy.Image"), System.Drawing.Image) Me.TSBtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnCopy.Name = "TSBtnCopy" Me.TSBtnCopy.Size = New System.Drawing.Size(23, 22) Me.TSBtnCopy.Text = "Datensatz kopieren" Me.TSBtnCopy.ToolTipText = "Datensatz kopieren" ' '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" ' 'lblFilter ' Me.lblFilter.Name = "lblFilter" Me.lblFilter.Size = New System.Drawing.Size(36, 22) Me.lblFilter.Text = "Filter:" ' 'TStxtFilter ' Me.TStxtFilter.Name = "TStxtFilter" Me.TStxtFilter.Size = New System.Drawing.Size(100, 25) ' 'TSBtnSuche ' Me.TSBtnSuche.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnSuche.Image = CType(resources.GetObject("TSBtnSuche.Image"), System.Drawing.Image) Me.TSBtnSuche.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnSuche.Name = "TSBtnSuche" Me.TSBtnSuche.Size = New System.Drawing.Size(23, 22) Me.TSBtnSuche.Text = "Suchen" ' 'TSBtnFilterAufheben ' Me.TSBtnFilterAufheben.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnFilterAufheben.Image = CType(resources.GetObject("TSBtnFilterAufheben.Image"), System.Drawing.Image) Me.TSBtnFilterAufheben.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnFilterAufheben.Name = "TSBtnFilterAufheben" Me.TSBtnFilterAufheben.Size = New System.Drawing.Size(23, 22) Me.TSBtnFilterAufheben.Text = "Filter aufheben" ' 'PnlDetails ' Me.PnlDetails.Controls.Add(Me.lblSuchbegriffe) Me.PnlDetails.Controls.Add(Me.txtSuchbegriffe) Me.PnlDetails.Controls.Add(Me.cboxSecurityLevel) Me.PnlDetails.Controls.Add(Me.lblSecurityLebel) Me.PnlDetails.Controls.Add(Me.cbAktiv) Me.PnlDetails.Controls.Add(Me.txtMutierer) Me.PnlDetails.Controls.Add(Me.txtMutiert_am) Me.PnlDetails.Controls.Add(Me.txtErstellt_am) Me.PnlDetails.Controls.Add(Me.lblMutierer) Me.PnlDetails.Controls.Add(Me.lblMutiert_am) Me.PnlDetails.Controls.Add(Me.lblErstelltam) Me.PnlDetails.Controls.Add(Me.txtBemerkung) Me.PnlDetails.Controls.Add(Me.lblBemerkung) Me.PnlDetails.Controls.Add(Me.txtInternet) Me.PnlDetails.Controls.Add(Me.lblInternet) Me.PnlDetails.Controls.Add(Me.txtEmail) Me.PnlDetails.Controls.Add(Me.lblEmail) Me.PnlDetails.Controls.Add(Me.txtTelefon) Me.PnlDetails.Controls.Add(Me.txtTelefax) Me.PnlDetails.Controls.Add(Me.lblTelefax) Me.PnlDetails.Controls.Add(Me.lblTelefon) Me.PnlDetails.Controls.Add(Me.txtOrt) Me.PnlDetails.Controls.Add(Me.txtPlz) Me.PnlDetails.Controls.Add(Me.lblPlzOrt) Me.PnlDetails.Controls.Add(Me.txtPostfach) Me.PnlDetails.Controls.Add(Me.lblPostfach) Me.PnlDetails.Controls.Add(Me.txtStrasse) Me.PnlDetails.Controls.Add(Me.lblStrasse) Me.PnlDetails.Controls.Add(Me.txtVorname_Firma2) Me.PnlDetails.Controls.Add(Me.lblVorname_Firma2) Me.PnlDetails.Controls.Add(Me.txtName_Firma1) Me.PnlDetails.Controls.Add(Me.lblName_Firma1) Me.PnlDetails.Dock = System.Windows.Forms.DockStyle.Top Me.PnlDetails.Location = New System.Drawing.Point(205, 49) Me.PnlDetails.Name = "PnlDetails" Me.PnlDetails.Size = New System.Drawing.Size(649, 266) Me.PnlDetails.TabIndex = 0 ' 'lblSuchbegriffe ' Me.lblSuchbegriffe.AccessibleDescription = "Name" Me.lblSuchbegriffe.AutoSize = True Me.lblSuchbegriffe.Location = New System.Drawing.Point(325, 137) Me.lblSuchbegriffe.Name = "lblSuchbegriffe" Me.lblSuchbegriffe.Size = New System.Drawing.Size(67, 13) Me.lblSuchbegriffe.TabIndex = 91 Me.lblSuchbegriffe.Text = "Suchbegriffe" ' 'txtSuchbegriffe ' Me.txtSuchbegriffe.Location = New System.Drawing.Point(327, 153) Me.txtSuchbegriffe.Multiline = True Me.txtSuchbegriffe.Name = "txtSuchbegriffe" Me.txtSuchbegriffe.Size = New System.Drawing.Size(308, 72) Me.txtSuchbegriffe.TabIndex = 12 ' 'cboxSecurityLevel ' Me.cboxSecurityLevel.FormattingEnabled = True Me.cboxSecurityLevel.Location = New System.Drawing.Point(85, 235) Me.cboxSecurityLevel.Name = "cboxSecurityLevel" Me.cboxSecurityLevel.Size = New System.Drawing.Size(101, 21) Me.cboxSecurityLevel.TabIndex = 12 ' 'lblSecurityLebel ' Me.lblSecurityLebel.AutoSize = True Me.lblSecurityLebel.Location = New System.Drawing.Point(8, 239) Me.lblSecurityLebel.Name = "lblSecurityLebel" Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13) Me.lblSecurityLebel.TabIndex = 89 Me.lblSecurityLebel.Text = "SecurityLevel" ' 'cbAktiv ' Me.cbAktiv.Location = New System.Drawing.Point(398, 114) Me.cbAktiv.Name = "cbAktiv" Me.cbAktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.cbAktiv.Size = New System.Drawing.Size(76, 15) Me.cbAktiv.TabIndex = 10 Me.cbAktiv.Tag = "" Me.cbAktiv.Text = "Aktiv" Me.cbAktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.cbAktiv.UseVisualStyleBackColor = True ' 'txtMutierer ' Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutierer.Location = New System.Drawing.Point(564, 236) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(71, 20) Me.txtMutierer.TabIndex = 86 Me.txtMutierer.TabStop = False ' 'txtMutiert_am ' Me.txtMutiert_am.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutiert_am.Location = New System.Drawing.Point(402, 236) Me.txtMutiert_am.Name = "txtMutiert_am" Me.txtMutiert_am.ReadOnly = True Me.txtMutiert_am.Size = New System.Drawing.Size(79, 20) Me.txtMutiert_am.TabIndex = 85 Me.txtMutiert_am.TabStop = False ' 'txtErstellt_am ' Me.txtErstellt_am.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtErstellt_am.Location = New System.Drawing.Point(258, 236) Me.txtErstellt_am.Name = "txtErstellt_am" Me.txtErstellt_am.ReadOnly = True Me.txtErstellt_am.Size = New System.Drawing.Size(79, 20) Me.txtErstellt_am.TabIndex = 84 Me.txtErstellt_am.TabStop = False ' 'lblMutierer ' Me.lblMutierer.AccessibleDescription = "Name" Me.lblMutierer.AutoSize = True Me.lblMutierer.Location = New System.Drawing.Point(493, 239) Me.lblMutierer.Name = "lblMutierer" Me.lblMutierer.Size = New System.Drawing.Size(72, 13) Me.lblMutierer.TabIndex = 83 Me.lblMutierer.Text = "Mutiert durch:" ' 'lblMutiert_am ' Me.lblMutiert_am.AccessibleDescription = "Name" Me.lblMutiert_am.AutoSize = True Me.lblMutiert_am.Location = New System.Drawing.Point(343, 239) Me.lblMutiert_am.Name = "lblMutiert_am" Me.lblMutiert_am.Size = New System.Drawing.Size(59, 13) Me.lblMutiert_am.TabIndex = 82 Me.lblMutiert_am.Text = "Mutiert am:" ' 'lblErstelltam ' Me.lblErstelltam.AccessibleDescription = "Name" Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(200, 239) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(58, 13) Me.lblErstelltam.TabIndex = 81 Me.lblErstelltam.Text = "Erstellt am:" ' 'txtBemerkung ' Me.txtBemerkung.Location = New System.Drawing.Point(11, 153) Me.txtBemerkung.Multiline = True Me.txtBemerkung.Name = "txtBemerkung" Me.txtBemerkung.Size = New System.Drawing.Size(308, 72) Me.txtBemerkung.TabIndex = 11 ' 'lblBemerkung ' Me.lblBemerkung.AccessibleDescription = "Name" Me.lblBemerkung.AutoSize = True Me.lblBemerkung.Location = New System.Drawing.Point(8, 137) Me.lblBemerkung.Name = "lblBemerkung" Me.lblBemerkung.Size = New System.Drawing.Size(61, 13) Me.lblBemerkung.TabIndex = 79 Me.lblBemerkung.Text = "Bemerkung" ' 'txtInternet ' Me.txtInternet.Location = New System.Drawing.Point(462, 85) Me.txtInternet.Name = "txtInternet" Me.txtInternet.Size = New System.Drawing.Size(177, 20) Me.txtInternet.TabIndex = 9 ' 'lblInternet ' Me.lblInternet.AccessibleDescription = "Name" Me.lblInternet.AutoSize = True Me.lblInternet.Location = New System.Drawing.Point(400, 88) Me.lblInternet.Name = "lblInternet" Me.lblInternet.Size = New System.Drawing.Size(43, 13) Me.lblInternet.TabIndex = 77 Me.lblInternet.Text = "Internet" ' 'txtEmail ' Me.txtEmail.Location = New System.Drawing.Point(462, 59) Me.txtEmail.Name = "txtEmail" Me.txtEmail.Size = New System.Drawing.Size(177, 20) Me.txtEmail.TabIndex = 8 ' 'lblEmail ' Me.lblEmail.AccessibleDescription = "Name" Me.lblEmail.AutoSize = True Me.lblEmail.Location = New System.Drawing.Point(400, 62) Me.lblEmail.Name = "lblEmail" Me.lblEmail.Size = New System.Drawing.Size(36, 13) Me.lblEmail.TabIndex = 75 Me.lblEmail.Text = "E-Mail" ' 'txtTelefon ' Me.txtTelefon.Location = New System.Drawing.Point(462, 7) Me.txtTelefon.Name = "txtTelefon" Me.txtTelefon.Size = New System.Drawing.Size(177, 20) Me.txtTelefon.TabIndex = 6 ' 'txtTelefax ' Me.txtTelefax.Location = New System.Drawing.Point(462, 33) Me.txtTelefax.Name = "txtTelefax" Me.txtTelefax.Size = New System.Drawing.Size(177, 20) Me.txtTelefax.TabIndex = 7 ' 'lblTelefax ' Me.lblTelefax.AccessibleDescription = "Name" Me.lblTelefax.AutoSize = True Me.lblTelefax.Location = New System.Drawing.Point(400, 36) Me.lblTelefax.Name = "lblTelefax" Me.lblTelefax.Size = New System.Drawing.Size(42, 13) Me.lblTelefax.TabIndex = 72 Me.lblTelefax.Text = "Telefax" ' 'lblTelefon ' Me.lblTelefon.AccessibleDescription = "Name" Me.lblTelefon.AutoSize = True Me.lblTelefon.Location = New System.Drawing.Point(399, 10) Me.lblTelefon.Name = "lblTelefon" Me.lblTelefon.Size = New System.Drawing.Size(43, 13) Me.lblTelefon.TabIndex = 71 Me.lblTelefon.Text = "Telefon" ' 'txtOrt ' Me.txtOrt.Location = New System.Drawing.Point(205, 111) Me.txtOrt.Name = "txtOrt" Me.txtOrt.Size = New System.Drawing.Size(166, 20) Me.txtOrt.TabIndex = 5 ' 'txtPlz ' Me.txtPlz.Location = New System.Drawing.Point(137, 111) Me.txtPlz.Name = "txtPlz" Me.txtPlz.Size = New System.Drawing.Size(62, 20) Me.txtPlz.TabIndex = 4 ' 'lblPlzOrt ' Me.lblPlzOrt.AccessibleDescription = "Name" Me.lblPlzOrt.AutoSize = True Me.lblPlzOrt.Location = New System.Drawing.Point(10, 114) Me.lblPlzOrt.Name = "lblPlzOrt" Me.lblPlzOrt.Size = New System.Drawing.Size(52, 13) Me.lblPlzOrt.TabIndex = 68 Me.lblPlzOrt.Text = "PLZ / Ort" ' 'txtPostfach ' Me.txtPostfach.Location = New System.Drawing.Point(137, 85) Me.txtPostfach.Name = "txtPostfach" Me.txtPostfach.Size = New System.Drawing.Size(234, 20) Me.txtPostfach.TabIndex = 3 ' 'lblPostfach ' Me.lblPostfach.AccessibleDescription = "Name" Me.lblPostfach.AutoSize = True Me.lblPostfach.Location = New System.Drawing.Point(10, 88) Me.lblPostfach.Name = "lblPostfach" Me.lblPostfach.Size = New System.Drawing.Size(49, 13) Me.lblPostfach.TabIndex = 66 Me.lblPostfach.Text = "Postfach" ' 'txtStrasse ' Me.txtStrasse.Location = New System.Drawing.Point(137, 59) Me.txtStrasse.Name = "txtStrasse" Me.txtStrasse.Size = New System.Drawing.Size(234, 20) Me.txtStrasse.TabIndex = 2 ' 'lblStrasse ' Me.lblStrasse.AccessibleDescription = "Name" Me.lblStrasse.AutoSize = True Me.lblStrasse.Location = New System.Drawing.Point(10, 62) Me.lblStrasse.Name = "lblStrasse" Me.lblStrasse.Size = New System.Drawing.Size(42, 13) Me.lblStrasse.TabIndex = 64 Me.lblStrasse.Text = "Strasse" ' 'txtVorname_Firma2 ' Me.txtVorname_Firma2.Location = New System.Drawing.Point(137, 33) Me.txtVorname_Firma2.Name = "txtVorname_Firma2" Me.txtVorname_Firma2.Size = New System.Drawing.Size(234, 20) Me.txtVorname_Firma2.TabIndex = 1 ' 'lblVorname_Firma2 ' Me.lblVorname_Firma2.AccessibleDescription = "Name" Me.lblVorname_Firma2.AutoSize = True Me.lblVorname_Firma2.Location = New System.Drawing.Point(10, 36) Me.lblVorname_Firma2.Name = "lblVorname_Firma2" Me.lblVorname_Firma2.Size = New System.Drawing.Size(120, 13) Me.lblVorname_Firma2.TabIndex = 62 Me.lblVorname_Firma2.Text = "Vorname / Firma Zeile 2" ' 'txtName_Firma1 ' Me.txtName_Firma1.Location = New System.Drawing.Point(137, 7) Me.txtName_Firma1.Name = "txtName_Firma1" Me.txtName_Firma1.Size = New System.Drawing.Size(234, 20) Me.txtName_Firma1.TabIndex = 0 Me.txtName_Firma1.Tag = "" ' 'lblName_Firma1 ' Me.lblName_Firma1.AccessibleDescription = "Name" Me.lblName_Firma1.AutoSize = True Me.lblName_Firma1.Location = New System.Drawing.Point(10, 10) Me.lblName_Firma1.Name = "lblName_Firma1" Me.lblName_Firma1.Size = New System.Drawing.Size(71, 13) Me.lblName_Firma1.TabIndex = 60 Me.lblName_Firma1.Text = "Name / Firma" ' 'GrpKontakte ' Me.GrpKontakte.Controls.Add(Me.C1Kontakte) Me.GrpKontakte.Controls.Add(Me.ToolStrip2) Me.GrpKontakte.Dock = System.Windows.Forms.DockStyle.Fill Me.GrpKontakte.Location = New System.Drawing.Point(205, 315) Me.GrpKontakte.Name = "GrpKontakte" Me.GrpKontakte.Size = New System.Drawing.Size(649, 298) Me.GrpKontakte.TabIndex = 3 Me.GrpKontakte.TabStop = False Me.GrpKontakte.Text = "Kontakte" ' 'C1Kontakte ' Me.C1Kontakte.AlternatingRows = True Me.C1Kontakte.ContextMenuStrip = Me.KontaktMenuStrip Me.C1Kontakte.Dock = System.Windows.Forms.DockStyle.Fill Me.C1Kontakte.FetchRowStyles = True Me.C1Kontakte.FilterBar = True Me.C1Kontakte.GroupByCaption = "Drag a column header here to group by that column" Me.C1Kontakte.Images.Add(CType(resources.GetObject("C1Kontakte.Images"), System.Drawing.Image)) Me.C1Kontakte.Location = New System.Drawing.Point(3, 16) Me.C1Kontakte.Name = "C1Kontakte" Me.C1Kontakte.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1Kontakte.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1Kontakte.PreviewInfo.ZoomFactor = 75 Me.C1Kontakte.PrintInfo.PageSettings = CType(resources.GetObject("C1Kontakte.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1Kontakte.Size = New System.Drawing.Size(643, 279) Me.C1Kontakte.TabIndex = 0 Me.C1Kontakte.Text = "C1TrueDBGrid1" Me.C1Kontakte.PropBag = resources.GetString("C1Kontakte.PropBag") ' 'KontaktMenuStrip ' Me.KontaktMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.KontaktAnzeigenToolStripMenuItem, Me.KontaktKopierenToolStripMenuItem, Me.KontaktNeuToolStripMenuItem, Me.KontaktInaktivierenToolStripMenuItem}) Me.KontaktMenuStrip.Name = "ContextMenuStripKontakte" Me.KontaktMenuStrip.Size = New System.Drawing.Size(136, 92) ' 'KontaktAnzeigenToolStripMenuItem ' Me.KontaktAnzeigenToolStripMenuItem.Name = "KontaktAnzeigenToolStripMenuItem" Me.KontaktAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(135, 22) Me.KontaktAnzeigenToolStripMenuItem.Text = "&Anzeigen" ' 'KontaktKopierenToolStripMenuItem ' Me.KontaktKopierenToolStripMenuItem.Name = "KontaktKopierenToolStripMenuItem" Me.KontaktKopierenToolStripMenuItem.Size = New System.Drawing.Size(135, 22) Me.KontaktKopierenToolStripMenuItem.Text = "&Kopieren" ' 'KontaktNeuToolStripMenuItem ' Me.KontaktNeuToolStripMenuItem.Name = "KontaktNeuToolStripMenuItem" Me.KontaktNeuToolStripMenuItem.Size = New System.Drawing.Size(135, 22) Me.KontaktNeuToolStripMenuItem.Text = "&Neu" ' 'KontaktInaktivierenToolStripMenuItem ' Me.KontaktInaktivierenToolStripMenuItem.Name = "KontaktInaktivierenToolStripMenuItem" Me.KontaktInaktivierenToolStripMenuItem.Size = New System.Drawing.Size(135, 22) Me.KontaktInaktivierenToolStripMenuItem.Text = "&Inaktivieren" ' 'ToolStrip2 ' Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TS2BtnView, Me.TS2BtnCopy, Me.TS2BtnNew, Me.TS2BtnDelete}) Me.ToolStrip2.Location = New System.Drawing.Point(3, 16) Me.ToolStrip2.Name = "ToolStrip2" Me.ToolStrip2.Size = New System.Drawing.Size(643, 25) Me.ToolStrip2.TabIndex = 1 Me.ToolStrip2.Text = "Toolstrip Kontakte" Me.ToolStrip2.Visible = False ' 'TS2BtnView ' Me.TS2BtnView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TS2BtnView.Image = CType(resources.GetObject("TS2BtnView.Image"), System.Drawing.Image) Me.TS2BtnView.ImageTransparentColor = System.Drawing.Color.Magenta Me.TS2BtnView.Name = "TS2BtnView" Me.TS2BtnView.Size = New System.Drawing.Size(23, 22) Me.TS2BtnView.Text = "Datensatz anzeigen" Me.TS2BtnView.ToolTipText = "Datensatz anzeigen" ' 'TS2BtnCopy ' Me.TS2BtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TS2BtnCopy.Image = CType(resources.GetObject("TS2BtnCopy.Image"), System.Drawing.Image) Me.TS2BtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta Me.TS2BtnCopy.Name = "TS2BtnCopy" Me.TS2BtnCopy.Size = New System.Drawing.Size(23, 22) Me.TS2BtnCopy.Text = "Datensatz kopieren" Me.TS2BtnCopy.ToolTipText = "Datensatz kopieren" ' 'TS2BtnNew ' Me.TS2BtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TS2BtnNew.Image = CType(resources.GetObject("TS2BtnNew.Image"), System.Drawing.Image) Me.TS2BtnNew.ImageTransparentColor = System.Drawing.Color.Magenta Me.TS2BtnNew.Name = "TS2BtnNew" Me.TS2BtnNew.Size = New System.Drawing.Size(23, 22) Me.TS2BtnNew.Text = "Neuer Datensatz" Me.TS2BtnNew.ToolTipText = "Neuer Datensatz" ' 'TS2BtnDelete ' Me.TS2BtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TS2BtnDelete.Image = CType(resources.GetObject("TS2BtnDelete.Image"), System.Drawing.Image) Me.TS2BtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta Me.TS2BtnDelete.Name = "TS2BtnDelete" Me.TS2BtnDelete.Size = New System.Drawing.Size(23, 22) Me.TS2BtnDelete.Text = "Datensatz inaktivieren" Me.TS2BtnDelete.ToolTipText = "Datensatz inaktivieren" ' 'GrpPartner ' Me.GrpPartner.Controls.Add(Me.TreeVertragspartner) Me.GrpPartner.Dock = System.Windows.Forms.DockStyle.Left Me.GrpPartner.Location = New System.Drawing.Point(0, 49) Me.GrpPartner.Name = "GrpPartner" Me.GrpPartner.Size = New System.Drawing.Size(205, 564) Me.GrpPartner.TabIndex = 0 Me.GrpPartner.TabStop = False Me.GrpPartner.Text = "Partner" ' 'TreeVertragspartner ' Me.TreeVertragspartner.Dock = System.Windows.Forms.DockStyle.Fill Me.TreeVertragspartner.HideSelection = False Me.TreeVertragspartner.HotTracking = True Me.TreeVertragspartner.ImageIndex = 0 Me.TreeVertragspartner.ImageList = Me.ImageListTreeImages Me.TreeVertragspartner.Location = New System.Drawing.Point(3, 16) Me.TreeVertragspartner.Name = "TreeVertragspartner" Me.TreeVertragspartner.SelectedImageIndex = 0 Me.TreeVertragspartner.Size = New System.Drawing.Size(199, 545) Me.TreeVertragspartner.TabIndex = 0 ' 'ImageListTreeImages ' Me.ImageListTreeImages.ImageStream = CType(resources.GetObject("ImageListTreeImages.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageListTreeImages.TransparentColor = System.Drawing.Color.Transparent Me.ImageListTreeImages.Images.SetKeyName(0, "Personen.ico") Me.ImageListTreeImages.Images.SetKeyName(1, "Carisblok1.ico") Me.ImageListTreeImages.Images.SetKeyName(2, "Carisblok3.ico") Me.ImageListTreeImages.Images.SetKeyName(3, "book02.gif") Me.ImageListTreeImages.Images.SetKeyName(4, "DOC.BMP") Me.ImageListTreeImages.Images.SetKeyName(5, "Folder.ico") Me.ImageListTreeImages.Images.SetKeyName(6, "Personen_Inaktiv.ico") Me.ImageListTreeImages.Images.SetKeyName(7, "Carisblok1_Deleted.ico") Me.ImageListTreeImages.Images.SetKeyName(8, "Carisblok3_Deleted.ico") ' 'frmVertragspartner ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(854, 613) Me.Controls.Add(Me.GrpKontakte) Me.Controls.Add(Me.PnlDetails) Me.Controls.Add(Me.GrpPartner) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmVertragspartner" Me.Text = "Vertragspartner" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.PnlDetails.ResumeLayout(False) Me.PnlDetails.PerformLayout() Me.GrpKontakte.ResumeLayout(False) Me.GrpKontakte.PerformLayout() CType(Me.C1Kontakte, System.ComponentModel.ISupportInitialize).EndInit() Me.KontaktMenuStrip.ResumeLayout(False) Me.ToolStrip2.ResumeLayout(False) Me.ToolStrip2.PerformLayout() Me.GrpPartner.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents TSBtnCopy As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton Friend WithEvents PnlDetails As System.Windows.Forms.Panel Friend WithEvents txtMutierer As System.Windows.Forms.TextBox Friend WithEvents txtMutiert_am As System.Windows.Forms.TextBox Friend WithEvents txtErstellt_am As System.Windows.Forms.TextBox Friend WithEvents lblMutierer As System.Windows.Forms.Label Friend WithEvents lblMutiert_am As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox Friend WithEvents lblBemerkung As System.Windows.Forms.Label Friend WithEvents txtInternet As System.Windows.Forms.TextBox Friend WithEvents lblInternet As System.Windows.Forms.Label Friend WithEvents txtEmail As System.Windows.Forms.TextBox Friend WithEvents lblEmail As System.Windows.Forms.Label Friend WithEvents txtTelefon As System.Windows.Forms.TextBox Friend WithEvents txtTelefax As System.Windows.Forms.TextBox Friend WithEvents lblTelefax As System.Windows.Forms.Label Friend WithEvents lblTelefon As System.Windows.Forms.Label Friend WithEvents txtOrt As System.Windows.Forms.TextBox Friend WithEvents txtPlz As System.Windows.Forms.TextBox Friend WithEvents lblPlzOrt As System.Windows.Forms.Label Friend WithEvents txtPostfach As System.Windows.Forms.TextBox Friend WithEvents lblPostfach As System.Windows.Forms.Label Friend WithEvents txtStrasse As System.Windows.Forms.TextBox Friend WithEvents lblStrasse As System.Windows.Forms.Label Friend WithEvents txtVorname_Firma2 As System.Windows.Forms.TextBox Friend WithEvents lblVorname_Firma2 As System.Windows.Forms.Label Friend WithEvents txtName_Firma1 As System.Windows.Forms.TextBox Friend WithEvents lblName_Firma1 As System.Windows.Forms.Label Friend WithEvents cbAktiv As System.Windows.Forms.CheckBox Friend WithEvents GrpKontakte As System.Windows.Forms.GroupBox Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip Friend WithEvents TS2BtnCopy As System.Windows.Forms.ToolStripButton Friend WithEvents TS2BtnNew As System.Windows.Forms.ToolStripButton Friend WithEvents TS2BtnDelete As System.Windows.Forms.ToolStripButton Friend WithEvents cboxSecurityLevel As System.Windows.Forms.ComboBox Friend WithEvents lblSecurityLebel As System.Windows.Forms.Label Friend WithEvents KontaktMenuStrip As System.Windows.Forms.ContextMenuStrip Friend WithEvents KontaktAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KontaktKopierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KontaktNeuToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KontaktInaktivierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents TS2BtnView As System.Windows.Forms.ToolStripButton Friend WithEvents TSBtnSuche As System.Windows.Forms.ToolStripButton Friend WithEvents C1Kontakte As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GrpPartner As System.Windows.Forms.GroupBox Friend WithEvents TStxtFilter As System.Windows.Forms.ToolStripTextBox Friend WithEvents lblFilter As System.Windows.Forms.ToolStripLabel Friend WithEvents TSBtnFilterAufheben As System.Windows.Forms.ToolStripButton Friend WithEvents TreeVertragspartner As System.Windows.Forms.TreeView Friend WithEvents ImageListTreeImages As System.Windows.Forms.ImageList Friend WithEvents lblSuchbegriffe As System.Windows.Forms.Label Friend WithEvents txtSuchbegriffe As System.Windows.Forms.TextBox End Class