_ Partial Class frm_Lizenz_VEAppl 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(frm_Lizenz_VEAppl)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.TSBtnSave = New System.Windows.Forms.ToolStripButton() Me.lblVertragspartner = New System.Windows.Forms.Label() Me.txtVertragspartner = New System.Windows.Forms.TextBox() Me.btnVertragspartnersuche = New System.Windows.Forms.Button() Me.GrpBestehendesLizenzelement_Applikation = New System.Windows.Forms.GroupBox() Me.btnBestehendesLizenzelement_Zuweisen = New System.Windows.Forms.Button() Me.C1VertragselementApplikation = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.cbapplikation = New System.Windows.Forms.ComboBox() Me.cbversion = New System.Windows.Forms.ComboBox() Me.cbLizenzelement = New System.Windows.Forms.ComboBox() Me.bznErstellenundzuweisen = New System.Windows.Forms.Button() Me.btnNeueVersion = New System.Windows.Forms.Button() Me.lblApplikationVersion = New System.Windows.Forms.Label() Me.btnApplikationSuche = New System.Windows.Forms.Button() Me.txtApplikation = New System.Windows.Forms.TextBox() Me.lblApplikation = New System.Windows.Forms.Label() Me.lblLizenzelement = New System.Windows.Forms.Label() Me.cbVertragspartner = New System.Windows.Forms.ComboBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.cbapplikation1 = New System.Windows.Forms.ComboBox() Me.cbversion1 = New System.Windows.Forms.ComboBox() Me.bznErstellenundzuweisen1 = New System.Windows.Forms.Button() Me.btnNeueVersion1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.btnApplikationSuche1 = New System.Windows.Forms.Button() Me.txtApplikation1 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.TreeviewParent = New System.Windows.Forms.TreeView() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.lblSecurityLebel = New System.Windows.Forms.Label() Me.cboxSecurityLevel = New System.Windows.Forms.ComboBox() Me.cbaktiv = New System.Windows.Forms.CheckBox() Me.lblParentElement = New System.Windows.Forms.Label() Me.txtbemerkung = New System.Windows.Forms.RichTextBox() Me.Label4 = New System.Windows.Forms.Label() Me.btnSave = New System.Windows.Forms.Button() Me.cbStrukturelement = New System.Windows.Forms.CheckBox() Me.txtBezeichnung = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.pnlvedetails = New System.Windows.Forms.Panel() Me.Label5 = New System.Windows.Forms.Label() Me.lblVEDetailTitel = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.GrpBestehendesLizenzelement_Applikation.SuspendLayout() CType(Me.C1VertragselementApplikation, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.pnlvedetails.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' '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(799, 24) Me.MenuStrip1.TabIndex = 13 Me.MenuStrip1.Text = "MenuStrip1" ' '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.Text = "&Datei" ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22) Me.BeendenToolStripMenuItem.Text = "&Beenden" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 24) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(799, 25) Me.ToolStrip1.TabIndex = 14 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 = "ToolStripButton1" 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 = "ToolStripButton1" Me.TSBtnSave.ToolTipText = "Daten speichern" Me.TSBtnSave.Visible = False ' 'lblVertragspartner ' Me.lblVertragspartner.AutoSize = True Me.lblVertragspartner.Location = New System.Drawing.Point(18, 31) Me.lblVertragspartner.Name = "lblVertragspartner" Me.lblVertragspartner.Size = New System.Drawing.Size(79, 13) Me.lblVertragspartner.TabIndex = 15 Me.lblVertragspartner.Text = "Vertragspartner" ' 'txtVertragspartner ' Me.txtVertragspartner.Location = New System.Drawing.Point(118, 28) Me.txtVertragspartner.Name = "txtVertragspartner" Me.txtVertragspartner.ReadOnly = True Me.txtVertragspartner.Size = New System.Drawing.Size(263, 20) Me.txtVertragspartner.TabIndex = 24 ' 'btnVertragspartnersuche ' Me.btnVertragspartnersuche.Image = CType(resources.GetObject("btnVertragspartnersuche.Image"), System.Drawing.Image) Me.btnVertragspartnersuche.Location = New System.Drawing.Point(379, 28) Me.btnVertragspartnersuche.Name = "btnVertragspartnersuche" Me.btnVertragspartnersuche.Size = New System.Drawing.Size(20, 20) Me.btnVertragspartnersuche.TabIndex = 25 Me.btnVertragspartnersuche.Text = "Button1" Me.btnVertragspartnersuche.UseVisualStyleBackColor = True ' 'GrpBestehendesLizenzelement_Applikation ' Me.GrpBestehendesLizenzelement_Applikation.Controls.Add(Me.btnBestehendesLizenzelement_Zuweisen) Me.GrpBestehendesLizenzelement_Applikation.Controls.Add(Me.C1VertragselementApplikation) Me.GrpBestehendesLizenzelement_Applikation.Location = New System.Drawing.Point(412, 0) Me.GrpBestehendesLizenzelement_Applikation.Name = "GrpBestehendesLizenzelement_Applikation" Me.GrpBestehendesLizenzelement_Applikation.Size = New System.Drawing.Size(387, 119) Me.GrpBestehendesLizenzelement_Applikation.TabIndex = 31 Me.GrpBestehendesLizenzelement_Applikation.TabStop = False Me.GrpBestehendesLizenzelement_Applikation.Text = "Bestehende Vertragselement-Applikationsbeziehung" Me.GrpBestehendesLizenzelement_Applikation.Visible = False ' 'btnBestehendesLizenzelement_Zuweisen ' Me.btnBestehendesLizenzelement_Zuweisen.Location = New System.Drawing.Point(9, 233) Me.btnBestehendesLizenzelement_Zuweisen.Name = "btnBestehendesLizenzelement_Zuweisen" Me.btnBestehendesLizenzelement_Zuweisen.Size = New System.Drawing.Size(75, 23) Me.btnBestehendesLizenzelement_Zuweisen.TabIndex = 32 Me.btnBestehendesLizenzelement_Zuweisen.Text = "Zuweisen" Me.btnBestehendesLizenzelement_Zuweisen.UseVisualStyleBackColor = True ' 'C1VertragselementApplikation ' Me.C1VertragselementApplikation.AlternatingRows = True Me.C1VertragselementApplikation.FetchRowStyles = True Me.C1VertragselementApplikation.FilterBar = True Me.C1VertragselementApplikation.GroupByCaption = "Drag a column header here to group by that column" Me.C1VertragselementApplikation.Images.Add(CType(resources.GetObject("C1VertragselementApplikation.Images"), System.Drawing.Image)) Me.C1VertragselementApplikation.Location = New System.Drawing.Point(9, 165) Me.C1VertragselementApplikation.Name = "C1VertragselementApplikation" Me.C1VertragselementApplikation.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1VertragselementApplikation.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1VertragselementApplikation.PreviewInfo.ZoomFactor = 75.0R Me.C1VertragselementApplikation.PrintInfo.PageSettings = CType(resources.GetObject("C1VertragselementApplikation.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1VertragselementApplikation.Size = New System.Drawing.Size(369, 55) Me.C1VertragselementApplikation.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation Me.C1VertragselementApplikation.TabIndex = 31 Me.C1VertragselementApplikation.Text = "C1TrueDBGrid1" Me.C1VertragselementApplikation.Visible = False Me.C1VertragselementApplikation.PropBag = resources.GetString("C1VertragselementApplikation.PropBag") ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.cbapplikation) Me.GroupBox1.Controls.Add(Me.cbversion) Me.GroupBox1.Controls.Add(Me.cbLizenzelement) Me.GroupBox1.Controls.Add(Me.bznErstellenundzuweisen) Me.GroupBox1.Controls.Add(Me.btnNeueVersion) Me.GroupBox1.Controls.Add(Me.lblApplikationVersion) Me.GroupBox1.Controls.Add(Me.btnApplikationSuche) Me.GroupBox1.Controls.Add(Me.txtApplikation) Me.GroupBox1.Controls.Add(Me.lblApplikation) Me.GroupBox1.Controls.Add(Me.lblLizenzelement) Me.GroupBox1.Location = New System.Drawing.Point(422, 6) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(387, 99) Me.GroupBox1.TabIndex = 32 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Neue Vertragselement-Applikationsbeziehung" Me.GroupBox1.Visible = False ' 'cbapplikation ' Me.cbapplikation.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbapplikation.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbapplikation.FormattingEnabled = True Me.cbapplikation.Location = New System.Drawing.Point(99, 59) Me.cbapplikation.Name = "cbapplikation" Me.cbapplikation.Size = New System.Drawing.Size(261, 21) Me.cbapplikation.TabIndex = 33 ' 'cbversion ' Me.cbversion.FormattingEnabled = True Me.cbversion.Location = New System.Drawing.Point(99, 87) Me.cbversion.Name = "cbversion" Me.cbversion.Size = New System.Drawing.Size(214, 21) Me.cbversion.TabIndex = 36 ' 'cbLizenzelement ' Me.cbLizenzelement.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed Me.cbLizenzelement.FormattingEnabled = True Me.cbLizenzelement.Location = New System.Drawing.Point(99, 29) Me.cbLizenzelement.Name = "cbLizenzelement" Me.cbLizenzelement.Size = New System.Drawing.Size(263, 21) Me.cbLizenzelement.TabIndex = 35 ' 'bznErstellenundzuweisen ' Me.bznErstellenundzuweisen.Location = New System.Drawing.Point(9, 114) Me.bznErstellenundzuweisen.Name = "bznErstellenundzuweisen" Me.bznErstellenundzuweisen.Size = New System.Drawing.Size(188, 25) Me.bznErstellenundzuweisen.TabIndex = 34 Me.bznErstellenundzuweisen.Text = "Erstellen und zuweisen" Me.bznErstellenundzuweisen.UseVisualStyleBackColor = True ' 'btnNeueVersion ' Me.btnNeueVersion.Image = CType(resources.GetObject("btnNeueVersion.Image"), System.Drawing.Image) Me.btnNeueVersion.Location = New System.Drawing.Point(319, 85) Me.btnNeueVersion.Name = "btnNeueVersion" Me.btnNeueVersion.Size = New System.Drawing.Size(43, 23) Me.btnNeueVersion.TabIndex = 33 Me.btnNeueVersion.UseVisualStyleBackColor = True ' 'lblApplikationVersion ' Me.lblApplikationVersion.AutoSize = True Me.lblApplikationVersion.Location = New System.Drawing.Point(6, 90) Me.lblApplikationVersion.Name = "lblApplikationVersion" Me.lblApplikationVersion.Size = New System.Drawing.Size(42, 13) Me.lblApplikationVersion.TabIndex = 32 Me.lblApplikationVersion.Text = "Version" ' 'btnApplikationSuche ' Me.btnApplikationSuche.Image = CType(resources.GetObject("btnApplikationSuche.Image"), System.Drawing.Image) Me.btnApplikationSuche.Location = New System.Drawing.Point(359, 58) Me.btnApplikationSuche.Name = "btnApplikationSuche" Me.btnApplikationSuche.Size = New System.Drawing.Size(20, 20) Me.btnApplikationSuche.TabIndex = 30 Me.btnApplikationSuche.Text = "Button1" Me.btnApplikationSuche.UseVisualStyleBackColor = True ' 'txtApplikation ' Me.txtApplikation.Location = New System.Drawing.Point(99, 59) Me.txtApplikation.Name = "txtApplikation" Me.txtApplikation.ReadOnly = True Me.txtApplikation.Size = New System.Drawing.Size(263, 20) Me.txtApplikation.TabIndex = 29 ' 'lblApplikation ' Me.lblApplikation.AutoSize = True Me.lblApplikation.Location = New System.Drawing.Point(6, 62) Me.lblApplikation.Name = "lblApplikation" Me.lblApplikation.Size = New System.Drawing.Size(59, 13) Me.lblApplikation.TabIndex = 28 Me.lblApplikation.Text = "Applikation" ' 'lblLizenzelement ' Me.lblLizenzelement.AutoSize = True Me.lblLizenzelement.Location = New System.Drawing.Point(6, 29) Me.lblLizenzelement.Name = "lblLizenzelement" Me.lblLizenzelement.Size = New System.Drawing.Size(83, 13) Me.lblLizenzelement.TabIndex = 19 Me.lblLizenzelement.Text = "Vertragselement" ' 'cbVertragspartner ' Me.cbVertragspartner.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbVertragspartner.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbVertragspartner.FormattingEnabled = True Me.cbVertragspartner.Location = New System.Drawing.Point(118, 28) Me.cbVertragspartner.Name = "cbVertragspartner" Me.cbVertragspartner.Size = New System.Drawing.Size(261, 21) Me.cbVertragspartner.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.pnlvedetails) Me.GroupBox2.Controls.Add(Me.txtApplikation1) Me.GroupBox2.Location = New System.Drawing.Point(416, 19) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(387, 109) Me.GroupBox2.TabIndex = 33 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Nur Applikationsbeziehung" Me.GroupBox2.Visible = False ' 'cbapplikation1 ' Me.cbapplikation1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest Me.cbapplikation1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.cbapplikation1.FormattingEnabled = True Me.cbapplikation1.Location = New System.Drawing.Point(118, 55) Me.cbapplikation1.Name = "cbapplikation1" Me.cbapplikation1.Size = New System.Drawing.Size(261, 21) Me.cbapplikation1.TabIndex = 33 ' 'cbversion1 ' Me.cbversion1.FormattingEnabled = True Me.cbversion1.Location = New System.Drawing.Point(118, 82) Me.cbversion1.Name = "cbversion1" Me.cbversion1.Size = New System.Drawing.Size(214, 21) Me.cbversion1.TabIndex = 36 ' 'bznErstellenundzuweisen1 ' Me.bznErstellenundzuweisen1.Location = New System.Drawing.Point(18, 122) Me.bznErstellenundzuweisen1.Name = "bznErstellenundzuweisen1" Me.bznErstellenundzuweisen1.Size = New System.Drawing.Size(188, 25) Me.bznErstellenundzuweisen1.TabIndex = 34 Me.bznErstellenundzuweisen1.Text = "Erstellen und zuweisen" Me.bznErstellenundzuweisen1.UseVisualStyleBackColor = True ' 'btnNeueVersion1 ' Me.btnNeueVersion1.Image = CType(resources.GetObject("btnNeueVersion1.Image"), System.Drawing.Image) Me.btnNeueVersion1.Location = New System.Drawing.Point(336, 82) Me.btnNeueVersion1.Name = "btnNeueVersion1" Me.btnNeueVersion1.Size = New System.Drawing.Size(43, 23) Me.btnNeueVersion1.TabIndex = 33 Me.btnNeueVersion1.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(18, 82) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(42, 13) Me.Label1.TabIndex = 32 Me.Label1.Text = "Version" ' 'btnApplikationSuche1 ' Me.btnApplikationSuche1.Image = CType(resources.GetObject("btnApplikationSuche1.Image"), System.Drawing.Image) Me.btnApplikationSuche1.Location = New System.Drawing.Point(378, 56) Me.btnApplikationSuche1.Name = "btnApplikationSuche1" Me.btnApplikationSuche1.Size = New System.Drawing.Size(20, 20) Me.btnApplikationSuche1.TabIndex = 30 Me.btnApplikationSuche1.Text = "Button1" Me.btnApplikationSuche1.UseVisualStyleBackColor = True ' 'txtApplikation1 ' Me.txtApplikation1.Location = New System.Drawing.Point(99, 20) Me.txtApplikation1.Name = "txtApplikation1" Me.txtApplikation1.ReadOnly = True Me.txtApplikation1.Size = New System.Drawing.Size(263, 20) Me.txtApplikation1.TabIndex = 29 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(18, 60) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(59, 13) Me.Label2.TabIndex = 28 Me.Label2.Text = "Applikation" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.TreeviewParent) Me.GroupBox3.Controls.Add(Me.lblSecurityLebel) Me.GroupBox3.Controls.Add(Me.cboxSecurityLevel) Me.GroupBox3.Controls.Add(Me.cbaktiv) Me.GroupBox3.Controls.Add(Me.lblParentElement) Me.GroupBox3.Controls.Add(Me.txtbemerkung) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.btnSave) Me.GroupBox3.Controls.Add(Me.cbStrukturelement) Me.GroupBox3.Controls.Add(Me.txtBezeichnung) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox3.Location = New System.Drawing.Point(0, 49) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(799, 211) Me.GroupBox3.TabIndex = 34 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Lizenzelement" ' 'TreeviewParent ' Me.TreeviewParent.FullRowSelect = True Me.TreeviewParent.HideSelection = False Me.TreeviewParent.ImageIndex = 0 Me.TreeviewParent.ImageList = Me.ImageList1 Me.TreeviewParent.Location = New System.Drawing.Point(494, 25) Me.TreeviewParent.Name = "TreeviewParent" Me.TreeviewParent.SelectedImageIndex = 0 Me.TreeviewParent.Size = New System.Drawing.Size(223, 177) Me.TreeviewParent.TabIndex = 5 ' '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, "StrukturElement.png") Me.ImageList1.Images.SetKeyName(1, "StrukturElementDeleted.png") Me.ImageList1.Images.SetKeyName(2, "License-manager-icon.png") Me.ImageList1.Images.SetKeyName(3, "License-manager-icon_Inaktiv_neu.png") Me.ImageList1.Images.SetKeyName(4, "Link-icon_16.png") ' 'lblSecurityLebel ' Me.lblSecurityLebel.AutoSize = True Me.lblSecurityLebel.Location = New System.Drawing.Point(147, 136) Me.lblSecurityLebel.Name = "lblSecurityLebel" Me.lblSecurityLebel.Size = New System.Drawing.Size(71, 13) Me.lblSecurityLebel.TabIndex = 137 Me.lblSecurityLebel.Text = "SecurityLevel" ' 'cboxSecurityLevel ' Me.cboxSecurityLevel.FormattingEnabled = True Me.cboxSecurityLevel.Location = New System.Drawing.Point(247, 132) Me.cboxSecurityLevel.Name = "cboxSecurityLevel" Me.cboxSecurityLevel.Size = New System.Drawing.Size(111, 21) Me.cboxSecurityLevel.TabIndex = 4 ' 'cbaktiv ' Me.cbaktiv.Location = New System.Drawing.Point(18, 151) Me.cbaktiv.Name = "cbaktiv" Me.cbaktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.cbaktiv.Size = New System.Drawing.Size(115, 20) Me.cbaktiv.TabIndex = 3 Me.cbaktiv.Text = "Aktiv" Me.cbaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.cbaktiv.UseVisualStyleBackColor = True ' 'lblParentElement ' Me.lblParentElement.AutoSize = True Me.lblParentElement.Location = New System.Drawing.Point(364, 29) Me.lblParentElement.Name = "lblParentElement" Me.lblParentElement.Size = New System.Drawing.Size(124, 13) Me.lblParentElement.TabIndex = 134 Me.lblParentElement.Text = "Übergeordnetes Element" ' 'txtbemerkung ' Me.txtbemerkung.Location = New System.Drawing.Point(118, 51) Me.txtbemerkung.Name = "txtbemerkung" Me.txtbemerkung.Size = New System.Drawing.Size(240, 75) Me.txtbemerkung.TabIndex = 1 Me.txtbemerkung.Text = "" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(18, 51) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(61, 13) Me.Label4.TabIndex = 130 Me.Label4.Text = "Bemerkung" ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(19, 177) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(101, 25) Me.btnSave.TabIndex = 6 Me.btnSave.Text = "Erstellen" Me.btnSave.UseVisualStyleBackColor = True Me.btnSave.Visible = False ' 'cbStrukturelement ' Me.cbStrukturelement.Location = New System.Drawing.Point(18, 130) Me.cbStrukturelement.Name = "cbStrukturelement" Me.cbStrukturelement.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.cbStrukturelement.Size = New System.Drawing.Size(115, 20) Me.cbStrukturelement.TabIndex = 2 Me.cbStrukturelement.Text = "Strukturelement" Me.cbStrukturelement.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.cbStrukturelement.UseVisualStyleBackColor = True ' 'txtBezeichnung ' Me.txtBezeichnung.Location = New System.Drawing.Point(118, 25) Me.txtBezeichnung.Name = "txtBezeichnung" Me.txtBezeichnung.Size = New System.Drawing.Size(240, 20) Me.txtBezeichnung.TabIndex = 0 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(18, 25) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(69, 13) Me.Label3.TabIndex = 0 Me.Label3.Text = "Bezeichnung" ' 'pnlvedetails ' Me.pnlvedetails.BackColor = System.Drawing.Color.LightYellow Me.pnlvedetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.pnlvedetails.Controls.Add(Me.Label5) Me.pnlvedetails.Controls.Add(Me.lblVEDetailTitel) Me.pnlvedetails.Location = New System.Drawing.Point(15, 1) Me.pnlvedetails.Name = "pnlvedetails" Me.pnlvedetails.Size = New System.Drawing.Size(298, 73) Me.pnlvedetails.TabIndex = 34 Me.pnlvedetails.Visible = False ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(3, 37) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(39, 13) Me.Label5.TabIndex = 1 Me.Label5.Text = "Label5" ' 'lblVEDetailTitel ' Me.lblVEDetailTitel.AutoSize = True Me.lblVEDetailTitel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblVEDetailTitel.Location = New System.Drawing.Point(3, 8) Me.lblVEDetailTitel.Name = "lblVEDetailTitel" Me.lblVEDetailTitel.Size = New System.Drawing.Size(167, 13) Me.lblVEDetailTitel.TabIndex = 0 Me.lblVEDetailTitel.Text = "Details zum Vertragselement" ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.bznErstellenundzuweisen1) Me.GroupBox4.Controls.Add(Me.cbversion1) Me.GroupBox4.Controls.Add(Me.btnNeueVersion1) Me.GroupBox4.Controls.Add(Me.cbapplikation1) Me.GroupBox4.Controls.Add(Me.cbVertragspartner) Me.GroupBox4.Controls.Add(Me.Label1) Me.GroupBox4.Controls.Add(Me.lblVertragspartner) Me.GroupBox4.Controls.Add(Me.GroupBox2) Me.GroupBox4.Controls.Add(Me.btnVertragspartnersuche) Me.GroupBox4.Controls.Add(Me.btnApplikationSuche1) Me.GroupBox4.Controls.Add(Me.GroupBox1) Me.GroupBox4.Controls.Add(Me.txtVertragspartner) Me.GroupBox4.Controls.Add(Me.Label2) Me.GroupBox4.Controls.Add(Me.GrpBestehendesLizenzelement_Applikation) Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top Me.GroupBox4.Location = New System.Drawing.Point(0, 260) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(799, 339) Me.GroupBox4.TabIndex = 35 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Zuweisung" ' 'frm_Lizenz_VEAppl ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(799, 424) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frm_Lizenz_VEAppl" Me.Text = "Lizenzelement-Applikation Zuweisung" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GrpBestehendesLizenzelement_Applikation.ResumeLayout(False) CType(Me.C1VertragselementApplikation, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.pnlvedetails.ResumeLayout(False) Me.pnlvedetails.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem 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 lblVertragspartner As System.Windows.Forms.Label Friend WithEvents txtVertragspartner As System.Windows.Forms.TextBox Friend WithEvents btnVertragspartnersuche As System.Windows.Forms.Button Friend WithEvents GrpBestehendesLizenzelement_Applikation As System.Windows.Forms.GroupBox Friend WithEvents btnBestehendesLizenzelement_Zuweisen As System.Windows.Forms.Button Friend WithEvents C1VertragselementApplikation As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnNeueVersion As System.Windows.Forms.Button Friend WithEvents lblApplikationVersion As System.Windows.Forms.Label Friend WithEvents btnApplikationSuche As System.Windows.Forms.Button Friend WithEvents txtApplikation As System.Windows.Forms.TextBox Friend WithEvents lblApplikation As System.Windows.Forms.Label Friend WithEvents lblLizenzelement As System.Windows.Forms.Label Friend WithEvents bznErstellenundzuweisen As System.Windows.Forms.Button Friend WithEvents cbLizenzelement As System.Windows.Forms.ComboBox Friend WithEvents cbversion As System.Windows.Forms.ComboBox Friend WithEvents cbVertragspartner As System.Windows.Forms.ComboBox Friend WithEvents cbapplikation As System.Windows.Forms.ComboBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents cbapplikation1 As System.Windows.Forms.ComboBox Friend WithEvents cbversion1 As System.Windows.Forms.ComboBox Friend WithEvents bznErstellenundzuweisen1 As System.Windows.Forms.Button Friend WithEvents btnNeueVersion1 As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btnApplikationSuche1 As System.Windows.Forms.Button Friend WithEvents txtApplikation1 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents cbStrukturelement As System.Windows.Forms.CheckBox Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents btnSave As System.Windows.Forms.Button Friend WithEvents txtbemerkung As System.Windows.Forms.RichTextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents lblParentElement As System.Windows.Forms.Label Friend WithEvents lblSecurityLebel As System.Windows.Forms.Label Friend WithEvents cboxSecurityLevel As System.Windows.Forms.ComboBox Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox Friend WithEvents TreeviewParent As System.Windows.Forms.TreeView Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents pnlvedetails As System.Windows.Forms.Panel Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents lblVEDetailTitel As System.Windows.Forms.Label End Class