You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ITSM/.svn/pristine/6f/6f3b6c0eda0b92b82aa1db49e15...

330 lines
14 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmLizenzkauf
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
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.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLizenzkauf))
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.lblLizenztyp = New System.Windows.Forms.Label
Me.cbboxLizenztyp = New System.Windows.Forms.ComboBox
Me.dtPickerKaufdatum = New System.Windows.Forms.DateTimePicker
Me.txtKaufdatum = New System.Windows.Forms.MaskedTextBox
Me.lblKaufdatum = New System.Windows.Forms.Label
Me.lblAnzahl = New System.Windows.Forms.Label
Me.txtAnzahl = New System.Windows.Forms.TextBox
Me.txtKGNummer = New System.Windows.Forms.TextBox
Me.lblKGNummer = New System.Windows.Forms.Label
Me.txtSAPNummer = New System.Windows.Forms.TextBox
Me.lblSAPNummer = New System.Windows.Forms.Label
Me.dtPickerGültigbis = New System.Windows.Forms.DateTimePicker
Me.txtGültigbis = New System.Windows.Forms.MaskedTextBox
Me.lblGueltigbix = New System.Windows.Forms.Label
Me.lblBemerkung = New System.Windows.Forms.Label
Me.txtBemerkung = New System.Windows.Forms.TextBox
Me.btnSave = New System.Windows.Forms.Button
Me.lblaktiv = New System.Windows.Forms.Label
Me.cbaktiv = New System.Windows.Forms.CheckBox
Me.MenuStrip1.SuspendLayout()
Me.ToolStrip1.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(365, 24)
Me.MenuStrip1.TabIndex = 14
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(365, 25)
Me.ToolStrip1.TabIndex = 15
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"
'
'lblLizenztyp
'
Me.lblLizenztyp.AutoSize = True
Me.lblLizenztyp.Location = New System.Drawing.Point(15, 63)
Me.lblLizenztyp.Name = "lblLizenztyp"
Me.lblLizenztyp.Size = New System.Drawing.Size(51, 13)
Me.lblLizenztyp.TabIndex = 16
Me.lblLizenztyp.Text = "Lizenztyp"
'
'cbboxLizenztyp
'
Me.cbboxLizenztyp.FormattingEnabled = True
Me.cbboxLizenztyp.Location = New System.Drawing.Point(123, 60)
Me.cbboxLizenztyp.Name = "cbboxLizenztyp"
Me.cbboxLizenztyp.Size = New System.Drawing.Size(157, 21)
Me.cbboxLizenztyp.TabIndex = 17
'
'dtPickerKaufdatum
'
Me.dtPickerKaufdatum.Location = New System.Drawing.Point(185, 87)
Me.dtPickerKaufdatum.Name = "dtPickerKaufdatum"
Me.dtPickerKaufdatum.Size = New System.Drawing.Size(21, 20)
Me.dtPickerKaufdatum.TabIndex = 78
Me.dtPickerKaufdatum.TabStop = False
'
'txtKaufdatum
'
Me.txtKaufdatum.Location = New System.Drawing.Point(123, 87)
Me.txtKaufdatum.Mask = "00/00/0000"
Me.txtKaufdatum.Name = "txtKaufdatum"
Me.txtKaufdatum.Size = New System.Drawing.Size(66, 20)
Me.txtKaufdatum.TabIndex = 77
Me.txtKaufdatum.ValidatingType = GetType(Date)
'
'lblKaufdatum
'
Me.lblKaufdatum.AutoSize = True
Me.lblKaufdatum.Location = New System.Drawing.Point(15, 90)
Me.lblKaufdatum.Name = "lblKaufdatum"
Me.lblKaufdatum.Size = New System.Drawing.Size(58, 13)
Me.lblKaufdatum.TabIndex = 79
Me.lblKaufdatum.Text = "Kaufdatum"
'
'lblAnzahl
'
Me.lblAnzahl.AutoSize = True
Me.lblAnzahl.Location = New System.Drawing.Point(15, 114)
Me.lblAnzahl.Name = "lblAnzahl"
Me.lblAnzahl.Size = New System.Drawing.Size(39, 13)
Me.lblAnzahl.TabIndex = 80
Me.lblAnzahl.Text = "Anzahl"
'
'txtAnzahl
'
Me.txtAnzahl.Location = New System.Drawing.Point(123, 111)
Me.txtAnzahl.Name = "txtAnzahl"
Me.txtAnzahl.Size = New System.Drawing.Size(83, 20)
Me.txtAnzahl.TabIndex = 81
'
'txtKGNummer
'
Me.txtKGNummer.Location = New System.Drawing.Point(123, 137)
Me.txtKGNummer.Name = "txtKGNummer"
Me.txtKGNummer.Size = New System.Drawing.Size(83, 20)
Me.txtKGNummer.TabIndex = 83
'
'lblKGNummer
'
Me.lblKGNummer.AutoSize = True
Me.lblKGNummer.Location = New System.Drawing.Point(15, 140)
Me.lblKGNummer.Name = "lblKGNummer"
Me.lblKGNummer.Size = New System.Drawing.Size(105, 13)
Me.lblKGNummer.TabIndex = 82
Me.lblKGNummer.Text = "Beschaffungsauftrag"
'
'txtSAPNummer
'
Me.txtSAPNummer.Location = New System.Drawing.Point(123, 163)
Me.txtSAPNummer.Name = "txtSAPNummer"
Me.txtSAPNummer.Size = New System.Drawing.Size(83, 20)
Me.txtSAPNummer.TabIndex = 85
'
'lblSAPNummer
'
Me.lblSAPNummer.AutoSize = True
Me.lblSAPNummer.Location = New System.Drawing.Point(15, 166)
Me.lblSAPNummer.Name = "lblSAPNummer"
Me.lblSAPNummer.Size = New System.Drawing.Size(70, 13)
Me.lblSAPNummer.TabIndex = 84
Me.lblSAPNummer.Text = "SAP-Nummer"
'
'dtPickerGültigbis
'
Me.dtPickerGültigbis.Location = New System.Drawing.Point(185, 189)
Me.dtPickerGültigbis.Name = "dtPickerGültigbis"
Me.dtPickerGültigbis.Size = New System.Drawing.Size(21, 20)
Me.dtPickerGültigbis.TabIndex = 87
Me.dtPickerGültigbis.TabStop = False
'
'txtGültigbis
'
Me.txtGültigbis.Location = New System.Drawing.Point(123, 189)
Me.txtGültigbis.Mask = "00/00/0000"
Me.txtGültigbis.Name = "txtGültigbis"
Me.txtGültigbis.Size = New System.Drawing.Size(66, 20)
Me.txtGültigbis.TabIndex = 86
Me.txtGültigbis.ValidatingType = GetType(Date)
'
'lblGueltigbix
'
Me.lblGueltigbix.AutoSize = True
Me.lblGueltigbix.Location = New System.Drawing.Point(15, 192)
Me.lblGueltigbix.Name = "lblGueltigbix"
Me.lblGueltigbix.Size = New System.Drawing.Size(50, 13)
Me.lblGueltigbix.TabIndex = 88
Me.lblGueltigbix.Text = "Gültig bis"
'
'lblBemerkung
'
Me.lblBemerkung.AutoSize = True
Me.lblBemerkung.Location = New System.Drawing.Point(15, 216)
Me.lblBemerkung.Name = "lblBemerkung"
Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)
Me.lblBemerkung.TabIndex = 89
Me.lblBemerkung.Text = "Bemerkung"
'
'txtBemerkung
'
Me.txtBemerkung.Location = New System.Drawing.Point(123, 213)
Me.txtBemerkung.Multiline = True
Me.txtBemerkung.Name = "txtBemerkung"
Me.txtBemerkung.Size = New System.Drawing.Size(220, 79)
Me.txtBemerkung.TabIndex = 90
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(15, 333)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 91
Me.btnSave.Text = "Speichern"
Me.btnSave.UseVisualStyleBackColor = True
'
'lblaktiv
'
Me.lblaktiv.AutoSize = True
Me.lblaktiv.Location = New System.Drawing.Point(15, 303)
Me.lblaktiv.Name = "lblaktiv"
Me.lblaktiv.Size = New System.Drawing.Size(31, 13)
Me.lblaktiv.TabIndex = 92
Me.lblaktiv.Text = "Aktiv"
'
'cbaktiv
'
Me.cbaktiv.AutoSize = True
Me.cbaktiv.Location = New System.Drawing.Point(125, 303)
Me.cbaktiv.Name = "cbaktiv"
Me.cbaktiv.Size = New System.Drawing.Size(15, 14)
Me.cbaktiv.TabIndex = 94
Me.cbaktiv.UseVisualStyleBackColor = True
'
'frmLizenzkauf
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(365, 380)
Me.Controls.Add(Me.cbaktiv)
Me.Controls.Add(Me.lblaktiv)
Me.Controls.Add(Me.btnSave)
Me.Controls.Add(Me.txtBemerkung)
Me.Controls.Add(Me.lblBemerkung)
Me.Controls.Add(Me.dtPickerGültigbis)
Me.Controls.Add(Me.txtGültigbis)
Me.Controls.Add(Me.lblGueltigbix)
Me.Controls.Add(Me.txtSAPNummer)
Me.Controls.Add(Me.lblSAPNummer)
Me.Controls.Add(Me.txtKGNummer)
Me.Controls.Add(Me.lblKGNummer)
Me.Controls.Add(Me.txtAnzahl)
Me.Controls.Add(Me.lblAnzahl)
Me.Controls.Add(Me.dtPickerKaufdatum)
Me.Controls.Add(Me.txtKaufdatum)
Me.Controls.Add(Me.lblKaufdatum)
Me.Controls.Add(Me.cbboxLizenztyp)
Me.Controls.Add(Me.lblLizenztyp)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmLizenzkauf"
Me.Text = "Lizenzkauf"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.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 lblLizenztyp As System.Windows.Forms.Label
Friend WithEvents cbboxLizenztyp As System.Windows.Forms.ComboBox
Friend WithEvents dtPickerKaufdatum As System.Windows.Forms.DateTimePicker
Friend WithEvents txtKaufdatum As System.Windows.Forms.MaskedTextBox
Friend WithEvents lblKaufdatum As System.Windows.Forms.Label
Friend WithEvents lblAnzahl As System.Windows.Forms.Label
Friend WithEvents txtAnzahl As System.Windows.Forms.TextBox
Friend WithEvents txtKGNummer As System.Windows.Forms.TextBox
Friend WithEvents lblKGNummer As System.Windows.Forms.Label
Friend WithEvents txtSAPNummer As System.Windows.Forms.TextBox
Friend WithEvents lblSAPNummer As System.Windows.Forms.Label
Friend WithEvents dtPickerGültigbis As System.Windows.Forms.DateTimePicker
Friend WithEvents txtGültigbis As System.Windows.Forms.MaskedTextBox
Friend WithEvents lblGueltigbix As System.Windows.Forms.Label
Friend WithEvents lblBemerkung As System.Windows.Forms.Label
Friend WithEvents txtBemerkung As System.Windows.Forms.TextBox
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents lblaktiv As System.Windows.Forms.Label
Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox
End Class