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/_LCDokumente/frmDokument.designer.vb

528 lines
24 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDokument
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(frmDokument))
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.TSBtnCopy = New System.Windows.Forms.ToolStripButton()
Me.TSBtnNew = New System.Windows.Forms.ToolStripButton()
Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton()
Me.TSBtnSuche = New System.Windows.Forms.ToolStripButton()
Me.lblBeschreibung = New System.Windows.Forms.Label()
Me.txtBeschreibung = New System.Windows.Forms.TextBox()
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.cbaktiv = New System.Windows.Forms.CheckBox()
Me.dtPickerVersionsdatum = New System.Windows.Forms.DateTimePicker()
Me.txtVersionsdatum = New System.Windows.Forms.MaskedTextBox()
Me.lblVersionsdatum = New System.Windows.Forms.Label()
Me.txtBezeichnung = New System.Windows.Forms.TextBox()
Me.txtVersion = New System.Windows.Forms.TextBox()
Me.lblVersion = New System.Windows.Forms.Label()
Me.lblBezeichnung = New System.Windows.Forms.Label()
Me.lblDokumenttyp = New System.Windows.Forms.Label()
Me.cboxDokumenttyp = New System.Windows.Forms.ComboBox()
Me.txtFilename = New System.Windows.Forms.TextBox()
Me.lbldatei = New System.Windows.Forms.Label()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.txtDateiname = New System.Windows.Forms.TextBox()
Me.txtOriginalFilename_incl_path = New System.Windows.Forms.TextBox()
Me.brnFileOpen = New System.Windows.Forms.Button()
Me.btnDokumentAnzeigen = New System.Windows.Forms.Button()
Me.lblEx = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.txtHyperlink = New System.Windows.Forms.TextBox()
Me.lblHyperlink = New System.Windows.Forms.Label()
Me.pnlDokument = New System.Windows.Forms.Panel()
Me.pnlHyperlink = New System.Windows.Forms.Panel()
Me.MenuStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.pnlDokument.SuspendLayout()
Me.pnlHyperlink.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(583, 24)
Me.MenuStrip1.TabIndex = 5
Me.MenuStrip1.Tag = ""
Me.MenuStrip1.Text = "Hauptmenu"
'
'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"
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnCopy, Me.TSBtnNew, Me.TSBtnDelete, Me.TSBtnSuche})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(583, 25)
Me.ToolStrip1.TabIndex = 6
Me.ToolStrip1.Text = "Toolstrip Vertragspartner"
'
'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"
'
'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"
Me.TSBtnCopy.Visible = False
'
'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"
'
'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 = "ToolStripButton1"
Me.TSBtnSuche.Visible = False
'
'lblBeschreibung
'
Me.lblBeschreibung.AccessibleDescription = "Name"
Me.lblBeschreibung.AutoSize = True
Me.lblBeschreibung.Location = New System.Drawing.Point(9, 33)
Me.lblBeschreibung.Name = "lblBeschreibung"
Me.lblBeschreibung.Size = New System.Drawing.Size(72, 13)
Me.lblBeschreibung.TabIndex = 155
Me.lblBeschreibung.Text = "Beschreibung"
'
'txtBeschreibung
'
Me.txtBeschreibung.Location = New System.Drawing.Point(98, 32)
Me.txtBeschreibung.Multiline = True
Me.txtBeschreibung.Name = "txtBeschreibung"
Me.txtBeschreibung.Size = New System.Drawing.Size(268, 73)
Me.txtBeschreibung.TabIndex = 2
'
'txtMutierer
'
Me.txtMutierer.BackColor = System.Drawing.SystemColors.InactiveBorder
Me.txtMutierer.Location = New System.Drawing.Point(463, 56)
Me.txtMutierer.Name = "txtMutierer"
Me.txtMutierer.ReadOnly = True
Me.txtMutierer.Size = New System.Drawing.Size(97, 20)
Me.txtMutierer.TabIndex = 153
'
'txtMutiert_am
'
Me.txtMutiert_am.BackColor = System.Drawing.SystemColors.InactiveBorder
Me.txtMutiert_am.Location = New System.Drawing.Point(463, 32)
Me.txtMutiert_am.Name = "txtMutiert_am"
Me.txtMutiert_am.ReadOnly = True
Me.txtMutiert_am.Size = New System.Drawing.Size(97, 20)
Me.txtMutiert_am.TabIndex = 152
'
'txtErstellt_am
'
Me.txtErstellt_am.BackColor = System.Drawing.SystemColors.InactiveBorder
Me.txtErstellt_am.Location = New System.Drawing.Point(463, 6)
Me.txtErstellt_am.Name = "txtErstellt_am"
Me.txtErstellt_am.ReadOnly = True
Me.txtErstellt_am.Size = New System.Drawing.Size(97, 20)
Me.txtErstellt_am.TabIndex = 151
'
'lblMutierer
'
Me.lblMutierer.AccessibleDescription = "Name"
Me.lblMutierer.AutoSize = True
Me.lblMutierer.Location = New System.Drawing.Point(392, 59)
Me.lblMutierer.Name = "lblMutierer"
Me.lblMutierer.Size = New System.Drawing.Size(72, 13)
Me.lblMutierer.TabIndex = 150
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(393, 35)
Me.lblMutiert_am.Name = "lblMutiert_am"
Me.lblMutiert_am.Size = New System.Drawing.Size(59, 13)
Me.lblMutiert_am.TabIndex = 149
Me.lblMutiert_am.Text = "Mutiert am:"
'
'lblErstelltam
'
Me.lblErstelltam.AccessibleDescription = "Name"
Me.lblErstelltam.AutoSize = True
Me.lblErstelltam.Location = New System.Drawing.Point(392, 9)
Me.lblErstelltam.Name = "lblErstelltam"
Me.lblErstelltam.Size = New System.Drawing.Size(58, 13)
Me.lblErstelltam.TabIndex = 148
Me.lblErstelltam.Text = "Erstellt am:"
'
'cbaktiv
'
Me.cbaktiv.Location = New System.Drawing.Point(390, 85)
Me.cbaktiv.Name = "cbaktiv"
Me.cbaktiv.RightToLeft = System.Windows.Forms.RightToLeft.Yes
Me.cbaktiv.Size = New System.Drawing.Size(87, 17)
Me.cbaktiv.TabIndex = 10
Me.cbaktiv.Text = "Aktiv"
Me.cbaktiv.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.cbaktiv.UseVisualStyleBackColor = True
'
'dtPickerVersionsdatum
'
Me.dtPickerVersionsdatum.Location = New System.Drawing.Point(343, 3)
Me.dtPickerVersionsdatum.Name = "dtPickerVersionsdatum"
Me.dtPickerVersionsdatum.Size = New System.Drawing.Size(21, 20)
Me.dtPickerVersionsdatum.TabIndex = 5
Me.dtPickerVersionsdatum.TabStop = False
'
'txtVersionsdatum
'
Me.txtVersionsdatum.Location = New System.Drawing.Point(280, 3)
Me.txtVersionsdatum.Mask = "00/00/0000"
Me.txtVersionsdatum.Name = "txtVersionsdatum"
Me.txtVersionsdatum.Size = New System.Drawing.Size(66, 20)
Me.txtVersionsdatum.TabIndex = 4
Me.txtVersionsdatum.ValidatingType = GetType(Date)
'
'lblVersionsdatum
'
Me.lblVersionsdatum.AutoSize = True
Me.lblVersionsdatum.Location = New System.Drawing.Point(189, 6)
Me.lblVersionsdatum.Name = "lblVersionsdatum"
Me.lblVersionsdatum.Size = New System.Drawing.Size(76, 13)
Me.lblVersionsdatum.TabIndex = 159
Me.lblVersionsdatum.Text = "Versionsdatum"
'
'txtBezeichnung
'
Me.txtBezeichnung.Location = New System.Drawing.Point(98, 7)
Me.txtBezeichnung.Name = "txtBezeichnung"
Me.txtBezeichnung.Size = New System.Drawing.Size(268, 20)
Me.txtBezeichnung.TabIndex = 0
'
'txtVersion
'
Me.txtVersion.Location = New System.Drawing.Point(98, 3)
Me.txtVersion.Name = "txtVersion"
Me.txtVersion.Size = New System.Drawing.Size(84, 20)
Me.txtVersion.TabIndex = 3
'
'lblVersion
'
Me.lblVersion.AutoSize = True
Me.lblVersion.Location = New System.Drawing.Point(9, 6)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(42, 13)
Me.lblVersion.TabIndex = 162
Me.lblVersion.Text = "Version"
'
'lblBezeichnung
'
Me.lblBezeichnung.AutoSize = True
Me.lblBezeichnung.Location = New System.Drawing.Point(9, 10)
Me.lblBezeichnung.Name = "lblBezeichnung"
Me.lblBezeichnung.Size = New System.Drawing.Size(69, 13)
Me.lblBezeichnung.TabIndex = 161
Me.lblBezeichnung.Text = "Bezeichnung"
'
'lblDokumenttyp
'
Me.lblDokumenttyp.AutoSize = True
Me.lblDokumenttyp.Location = New System.Drawing.Point(7, 114)
Me.lblDokumenttyp.Name = "lblDokumenttyp"
Me.lblDokumenttyp.Size = New System.Drawing.Size(70, 13)
Me.lblDokumenttyp.TabIndex = 166
Me.lblDokumenttyp.Text = "Dokumenttyp"
'
'cboxDokumenttyp
'
Me.cboxDokumenttyp.FormattingEnabled = True
Me.cboxDokumenttyp.Location = New System.Drawing.Point(96, 111)
Me.cboxDokumenttyp.Name = "cboxDokumenttyp"
Me.cboxDokumenttyp.Size = New System.Drawing.Size(268, 21)
Me.cboxDokumenttyp.TabIndex = 1
'
'txtFilename
'
Me.txtFilename.Location = New System.Drawing.Point(98, 56)
Me.txtFilename.Name = "txtFilename"
Me.txtFilename.Size = New System.Drawing.Size(268, 20)
Me.txtFilename.TabIndex = 8
'
'lbldatei
'
Me.lbldatei.AutoSize = True
Me.lbldatei.Location = New System.Drawing.Point(9, 58)
Me.lbldatei.Name = "lbldatei"
Me.lbldatei.Size = New System.Drawing.Size(32, 13)
Me.lbldatei.TabIndex = 168
Me.lbldatei.Text = "Datei"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'txtDateiname
'
Me.txtDateiname.Location = New System.Drawing.Point(98, 29)
Me.txtDateiname.Name = "txtDateiname"
Me.txtDateiname.Size = New System.Drawing.Size(268, 20)
Me.txtDateiname.TabIndex = 6
'
'txtOriginalFilename_incl_path
'
Me.txtOriginalFilename_incl_path.Location = New System.Drawing.Point(393, 6)
Me.txtOriginalFilename_incl_path.Name = "txtOriginalFilename_incl_path"
Me.txtOriginalFilename_incl_path.Size = New System.Drawing.Size(169, 20)
Me.txtOriginalFilename_incl_path.TabIndex = 12
Me.txtOriginalFilename_incl_path.Visible = False
'
'brnFileOpen
'
Me.brnFileOpen.Image = CType(resources.GetObject("brnFileOpen.Image"), System.Drawing.Image)
Me.brnFileOpen.Location = New System.Drawing.Point(363, 55)
Me.brnFileOpen.Name = "brnFileOpen"
Me.brnFileOpen.Size = New System.Drawing.Size(24, 24)
Me.brnFileOpen.TabIndex = 9
Me.brnFileOpen.UseVisualStyleBackColor = True
'
'btnDokumentAnzeigen
'
Me.btnDokumentAnzeigen.Image = CType(resources.GetObject("btnDokumentAnzeigen.Image"), System.Drawing.Image)
Me.btnDokumentAnzeigen.Location = New System.Drawing.Point(363, 26)
Me.btnDokumentAnzeigen.Name = "btnDokumentAnzeigen"
Me.btnDokumentAnzeigen.Size = New System.Drawing.Size(24, 24)
Me.btnDokumentAnzeigen.TabIndex = 7
Me.btnDokumentAnzeigen.UseVisualStyleBackColor = True
'
'lblEx
'
Me.lblEx.AutoSize = True
Me.lblEx.Location = New System.Drawing.Point(9, 32)
Me.lblEx.Name = "lblEx"
Me.lblEx.Size = New System.Drawing.Size(59, 13)
Me.lblEx.TabIndex = 173
Me.lblEx.Text = "Best. Datei"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.cbaktiv)
Me.Panel1.Controls.Add(Me.lblErstelltam)
Me.Panel1.Controls.Add(Me.lblMutiert_am)
Me.Panel1.Controls.Add(Me.lblMutierer)
Me.Panel1.Controls.Add(Me.txtErstellt_am)
Me.Panel1.Controls.Add(Me.txtMutiert_am)
Me.Panel1.Controls.Add(Me.lblDokumenttyp)
Me.Panel1.Controls.Add(Me.txtMutierer)
Me.Panel1.Controls.Add(Me.cboxDokumenttyp)
Me.Panel1.Controls.Add(Me.txtBeschreibung)
Me.Panel1.Controls.Add(Me.lblBeschreibung)
Me.Panel1.Controls.Add(Me.lblBezeichnung)
Me.Panel1.Controls.Add(Me.txtBezeichnung)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 49)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(583, 140)
Me.Panel1.TabIndex = 175
'
'txtHyperlink
'
Me.txtHyperlink.Location = New System.Drawing.Point(96, 0)
Me.txtHyperlink.Name = "txtHyperlink"
Me.txtHyperlink.Size = New System.Drawing.Size(268, 20)
Me.txtHyperlink.TabIndex = 176
'
'lblHyperlink
'
Me.lblHyperlink.AutoSize = True
Me.lblHyperlink.Location = New System.Drawing.Point(7, 2)
Me.lblHyperlink.Name = "lblHyperlink"
Me.lblHyperlink.Size = New System.Drawing.Size(51, 13)
Me.lblHyperlink.TabIndex = 177
Me.lblHyperlink.Text = "Hyperlink"
'
'pnlDokument
'
Me.pnlDokument.Controls.Add(Me.txtOriginalFilename_incl_path)
Me.pnlDokument.Controls.Add(Me.txtVersion)
Me.pnlDokument.Controls.Add(Me.lblVersion)
Me.pnlDokument.Controls.Add(Me.lblVersionsdatum)
Me.pnlDokument.Controls.Add(Me.lblEx)
Me.pnlDokument.Controls.Add(Me.txtVersionsdatum)
Me.pnlDokument.Controls.Add(Me.btnDokumentAnzeigen)
Me.pnlDokument.Controls.Add(Me.dtPickerVersionsdatum)
Me.pnlDokument.Controls.Add(Me.lbldatei)
Me.pnlDokument.Controls.Add(Me.txtFilename)
Me.pnlDokument.Controls.Add(Me.txtDateiname)
Me.pnlDokument.Controls.Add(Me.brnFileOpen)
Me.pnlDokument.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlDokument.Location = New System.Drawing.Point(0, 189)
Me.pnlDokument.Name = "pnlDokument"
Me.pnlDokument.Size = New System.Drawing.Size(583, 139)
Me.pnlDokument.TabIndex = 178
'
'pnlHyperlink
'
Me.pnlHyperlink.Controls.Add(Me.lblHyperlink)
Me.pnlHyperlink.Controls.Add(Me.txtHyperlink)
Me.pnlHyperlink.Dock = System.Windows.Forms.DockStyle.Top
Me.pnlHyperlink.Location = New System.Drawing.Point(0, 328)
Me.pnlHyperlink.Name = "pnlHyperlink"
Me.pnlHyperlink.Size = New System.Drawing.Size(583, 46)
Me.pnlHyperlink.TabIndex = 179
'
'frmDokument
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(583, 378)
Me.Controls.Add(Me.pnlHyperlink)
Me.Controls.Add(Me.pnlDokument)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmDokument"
Me.Text = "Dokument"
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.pnlDokument.ResumeLayout(False)
Me.pnlDokument.PerformLayout()
Me.pnlHyperlink.ResumeLayout(False)
Me.pnlHyperlink.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 TSBtnCopy As System.Windows.Forms.ToolStripButton
Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton
Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton
Friend WithEvents TSBtnSuche As System.Windows.Forms.ToolStripButton
Friend WithEvents lblBeschreibung As System.Windows.Forms.Label
Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox
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 cbaktiv As System.Windows.Forms.CheckBox
Friend WithEvents dtPickerVersionsdatum As System.Windows.Forms.DateTimePicker
Friend WithEvents txtVersionsdatum As System.Windows.Forms.MaskedTextBox
Friend WithEvents lblVersionsdatum As System.Windows.Forms.Label
Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox
Friend WithEvents txtVersion As System.Windows.Forms.TextBox
Friend WithEvents lblVersion As System.Windows.Forms.Label
Friend WithEvents lblBezeichnung As System.Windows.Forms.Label
Friend WithEvents lblDokumenttyp As System.Windows.Forms.Label
Friend WithEvents cboxDokumenttyp As System.Windows.Forms.ComboBox
Friend WithEvents txtFilename As System.Windows.Forms.TextBox
Friend WithEvents lbldatei As System.Windows.Forms.Label
Friend WithEvents brnFileOpen As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents txtDateiname As System.Windows.Forms.TextBox
Friend WithEvents txtOriginalFilename_incl_path As System.Windows.Forms.TextBox
Friend WithEvents btnDokumentAnzeigen As System.Windows.Forms.Button
Friend WithEvents lblEx As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents txtHyperlink As System.Windows.Forms.TextBox
Friend WithEvents lblHyperlink As System.Windows.Forms.Label
Friend WithEvents pnlDokument As System.Windows.Forms.Panel
Friend WithEvents pnlHyperlink As System.Windows.Forms.Panel
End Class