_ Partial Class frmVertragselementApplikationZuweisen 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVertragselementApplikationZuweisen)) Me.lblApplikation = New System.Windows.Forms.Label Me.txtApplikation = New System.Windows.Forms.TextBox Me.btnApplikationSelect = New System.Windows.Forms.Button Me.lbVersionen = New System.Windows.Forms.ListBox Me.btnNeueVersion = New System.Windows.Forms.Button Me.lblVersionen = New System.Windows.Forms.Label 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.txtMutierer = New System.Windows.Forms.TextBox Me.txtMutiertam = New System.Windows.Forms.TextBox Me.txtErstelltam = New System.Windows.Forms.TextBox Me.lblMutierer = New System.Windows.Forms.Label Me.lblMutiertam = New System.Windows.Forms.Label Me.lblErstelltam = New System.Windows.Forms.Label Me.cbaktiv = New System.Windows.Forms.CheckBox Me.lblBezeichnungLizenzverwaltung1 = New System.Windows.Forms.Label Me.lblBezeichnungLizenzverwaltung2 = New System.Windows.Forms.Label Me.txtBezeichnungLizenzverwaltung = New System.Windows.Forms.TextBox Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'lblApplikation ' Me.lblApplikation.AutoSize = True Me.lblApplikation.Location = New System.Drawing.Point(12, 58) Me.lblApplikation.Name = "lblApplikation" Me.lblApplikation.Size = New System.Drawing.Size(59, 13) Me.lblApplikation.TabIndex = 0 Me.lblApplikation.Text = "Applikation" ' 'txtApplikation ' Me.txtApplikation.Location = New System.Drawing.Point(87, 55) Me.txtApplikation.Name = "txtApplikation" Me.txtApplikation.ReadOnly = True Me.txtApplikation.Size = New System.Drawing.Size(175, 20) Me.txtApplikation.TabIndex = 1 ' 'btnApplikationSelect ' Me.btnApplikationSelect.Location = New System.Drawing.Point(258, 55) Me.btnApplikationSelect.Name = "btnApplikationSelect" Me.btnApplikationSelect.Size = New System.Drawing.Size(25, 23) Me.btnApplikationSelect.TabIndex = 2 Me.btnApplikationSelect.Text = "..." Me.btnApplikationSelect.UseVisualStyleBackColor = True ' 'lbVersionen ' Me.lbVersionen.FormattingEnabled = True Me.lbVersionen.Location = New System.Drawing.Point(87, 84) Me.lbVersionen.Name = "lbVersionen" Me.lbVersionen.Size = New System.Drawing.Size(196, 108) Me.lbVersionen.TabIndex = 7 ' 'btnNeueVersion ' Me.btnNeueVersion.Location = New System.Drawing.Point(12, 100) Me.btnNeueVersion.Name = "btnNeueVersion" Me.btnNeueVersion.Size = New System.Drawing.Size(59, 37) Me.btnNeueVersion.TabIndex = 6 Me.btnNeueVersion.Text = "&Neue Version" Me.btnNeueVersion.UseVisualStyleBackColor = True ' 'lblVersionen ' Me.lblVersionen.AutoSize = True Me.lblVersionen.Location = New System.Drawing.Point(12, 84) Me.lblVersionen.Name = "lblVersionen" Me.lblVersionen.Size = New System.Drawing.Size(54, 13) Me.lblVersionen.TabIndex = 8 Me.lblVersionen.Text = "Versionen" ' '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(297, 24) Me.MenuStrip1.TabIndex = 12 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(297, 25) Me.ToolStrip1.TabIndex = 13 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" ' 'txtMutierer ' Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutierer.Location = New System.Drawing.Point(84, 301) Me.txtMutierer.Name = "txtMutierer" Me.txtMutierer.ReadOnly = True Me.txtMutierer.Size = New System.Drawing.Size(60, 20) Me.txtMutierer.TabIndex = 145 Me.txtMutierer.TabStop = False ' 'txtMutiertam ' Me.txtMutiertam.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtMutiertam.Location = New System.Drawing.Point(84, 277) Me.txtMutiertam.Name = "txtMutiertam" Me.txtMutiertam.ReadOnly = True Me.txtMutiertam.Size = New System.Drawing.Size(60, 20) Me.txtMutiertam.TabIndex = 144 Me.txtMutiertam.TabStop = False ' 'txtErstelltam ' Me.txtErstelltam.BackColor = System.Drawing.SystemColors.InactiveBorder Me.txtErstelltam.Location = New System.Drawing.Point(84, 253) Me.txtErstelltam.Name = "txtErstelltam" Me.txtErstelltam.ReadOnly = True Me.txtErstelltam.Size = New System.Drawing.Size(60, 20) Me.txtErstelltam.TabIndex = 143 Me.txtErstelltam.TabStop = False ' 'lblMutierer ' Me.lblMutierer.AccessibleDescription = "Name" Me.lblMutierer.AutoSize = True Me.lblMutierer.Location = New System.Drawing.Point(9, 304) Me.lblMutierer.Name = "lblMutierer" Me.lblMutierer.Size = New System.Drawing.Size(69, 13) Me.lblMutierer.TabIndex = 148 Me.lblMutierer.Text = "Mutiert durch" ' 'lblMutiertam ' Me.lblMutiertam.AccessibleDescription = "Name" Me.lblMutiertam.AutoSize = True Me.lblMutiertam.Location = New System.Drawing.Point(9, 280) Me.lblMutiertam.Name = "lblMutiertam" Me.lblMutiertam.Size = New System.Drawing.Size(56, 13) Me.lblMutiertam.TabIndex = 147 Me.lblMutiertam.Text = "Mutiert am" ' 'lblErstelltam ' Me.lblErstelltam.AccessibleDescription = "Name" Me.lblErstelltam.AutoSize = True Me.lblErstelltam.Location = New System.Drawing.Point(9, 256) Me.lblErstelltam.Name = "lblErstelltam" Me.lblErstelltam.Size = New System.Drawing.Size(55, 13) Me.lblErstelltam.TabIndex = 146 Me.lblErstelltam.Text = "Erstellt am" ' 'cbaktiv ' Me.cbaktiv.Location = New System.Drawing.Point(9, 321) Me.cbaktiv.Name = "cbaktiv" Me.cbaktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.cbaktiv.Size = New System.Drawing.Size(89, 21) Me.cbaktiv.TabIndex = 149 Me.cbaktiv.Text = "Aktiv" Me.cbaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.cbaktiv.UseVisualStyleBackColor = True ' 'lblBezeichnungLizenzverwaltung1 ' Me.lblBezeichnungLizenzverwaltung1.AccessibleDescription = "Name" Me.lblBezeichnungLizenzverwaltung1.AutoSize = True Me.lblBezeichnungLizenzverwaltung1.Location = New System.Drawing.Point(9, 204) Me.lblBezeichnungLizenzverwaltung1.Name = "lblBezeichnungLizenzverwaltung1" Me.lblBezeichnungLizenzverwaltung1.Size = New System.Drawing.Size(69, 13) Me.lblBezeichnungLizenzverwaltung1.TabIndex = 150 Me.lblBezeichnungLizenzverwaltung1.Text = "Bezeichnung" Me.lblBezeichnungLizenzverwaltung1.Visible = False ' 'lblBezeichnungLizenzverwaltung2 ' Me.lblBezeichnungLizenzverwaltung2.AccessibleDescription = "Name" Me.lblBezeichnungLizenzverwaltung2.AutoSize = True Me.lblBezeichnungLizenzverwaltung2.Location = New System.Drawing.Point(9, 217) Me.lblBezeichnungLizenzverwaltung2.Name = "lblBezeichnungLizenzverwaltung2" Me.lblBezeichnungLizenzverwaltung2.Size = New System.Drawing.Size(63, 13) Me.lblBezeichnungLizenzverwaltung2.TabIndex = 151 Me.lblBezeichnungLizenzverwaltung2.Text = "Lizenzverw." Me.lblBezeichnungLizenzverwaltung2.Visible = False ' 'txtBezeichnungLizenzverwaltung ' Me.txtBezeichnungLizenzverwaltung.Location = New System.Drawing.Point(87, 204) Me.txtBezeichnungLizenzverwaltung.Name = "txtBezeichnungLizenzverwaltung" Me.txtBezeichnungLizenzverwaltung.Size = New System.Drawing.Size(196, 20) Me.txtBezeichnungLizenzverwaltung.TabIndex = 152 Me.txtBezeichnungLizenzverwaltung.Visible = False ' 'frmVertragselementApplikationZuweisen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(297, 352) Me.Controls.Add(Me.txtBezeichnungLizenzverwaltung) Me.Controls.Add(Me.lblBezeichnungLizenzverwaltung2) Me.Controls.Add(Me.lblBezeichnungLizenzverwaltung1) Me.Controls.Add(Me.cbaktiv) Me.Controls.Add(Me.txtMutierer) Me.Controls.Add(Me.txtMutiertam) Me.Controls.Add(Me.txtErstelltam) Me.Controls.Add(Me.lblMutierer) Me.Controls.Add(Me.lblMutiertam) Me.Controls.Add(Me.lblErstelltam) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Controls.Add(Me.lblVersionen) Me.Controls.Add(Me.lbVersionen) Me.Controls.Add(Me.btnNeueVersion) Me.Controls.Add(Me.btnApplikationSelect) Me.Controls.Add(Me.txtApplikation) Me.Controls.Add(Me.lblApplikation) Me.Name = "frmVertragselementApplikationZuweisen" Me.Text = "Zuweisung VE - Applikation" Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lblApplikation As System.Windows.Forms.Label Friend WithEvents txtApplikation As System.Windows.Forms.TextBox Friend WithEvents btnApplikationSelect As System.Windows.Forms.Button Friend WithEvents lbVersionen As System.Windows.Forms.ListBox Friend WithEvents btnNeueVersion As System.Windows.Forms.Button Friend WithEvents lblVersionen As System.Windows.Forms.Label 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 txtMutierer As System.Windows.Forms.TextBox Friend WithEvents txtMutiertam As System.Windows.Forms.TextBox Friend WithEvents txtErstelltam As System.Windows.Forms.TextBox Friend WithEvents lblMutierer As System.Windows.Forms.Label Friend WithEvents lblMutiertam As System.Windows.Forms.Label Friend WithEvents lblErstelltam As System.Windows.Forms.Label Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox Friend WithEvents lblBezeichnungLizenzverwaltung1 As System.Windows.Forms.Label Friend WithEvents lblBezeichnungLizenzverwaltung2 As System.Windows.Forms.Label Friend WithEvents txtBezeichnungLizenzverwaltung As System.Windows.Forms.TextBox End Class