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.
318 lines
13 KiB
318 lines
13 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class DokumentDetail
|
|
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(DokumentDetail))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtBezeichnung = New System.Windows.Forms.TextBox()
|
|
Me.txtBeschreibung = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtPath = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.dtTermin = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtTermin = New System.Windows.Forms.TextBox()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.treestruktur = New DevComponents.AdvTree.AdvTree()
|
|
Me.NodeConnector1 = New DevComponents.AdvTree.NodeConnector()
|
|
Me.ElementStyle1 = New DevComponents.DotNetBar.ElementStyle()
|
|
Me.ElementStyle2 = New DevComponents.DotNetBar.ElementStyle()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.treestruktur, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(24, 27)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(69, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Bezeichnung"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(24, 57)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Beschreibung"
|
|
'
|
|
'txtBezeichnung
|
|
'
|
|
Me.txtBezeichnung.Location = New System.Drawing.Point(115, 24)
|
|
Me.txtBezeichnung.Name = "txtBezeichnung"
|
|
Me.txtBezeichnung.Size = New System.Drawing.Size(404, 20)
|
|
Me.txtBezeichnung.TabIndex = 2
|
|
'
|
|
'txtBeschreibung
|
|
'
|
|
Me.txtBeschreibung.Location = New System.Drawing.Point(115, 54)
|
|
Me.txtBeschreibung.Multiline = True
|
|
Me.txtBeschreibung.Name = "txtBeschreibung"
|
|
Me.txtBeschreibung.Size = New System.Drawing.Size(404, 65)
|
|
Me.txtBeschreibung.TabIndex = 3
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(24, 132)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(29, 13)
|
|
Me.Label3.TabIndex = 4
|
|
Me.Label3.Text = "Pfad"
|
|
'
|
|
'txtPath
|
|
'
|
|
Me.txtPath.AllowDrop = True
|
|
Me.txtPath.Location = New System.Drawing.Point(115, 129)
|
|
Me.txtPath.Name = "txtPath"
|
|
Me.txtPath.Size = New System.Drawing.Size(382, 20)
|
|
Me.txtPath.TabIndex = 5
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image)
|
|
Me.Button1.Location = New System.Drawing.Point(491, 127)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(28, 23)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(24, 163)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(39, 13)
|
|
Me.Label4.TabIndex = 7
|
|
Me.Label4.Text = "Termin"
|
|
'
|
|
'dtTermin
|
|
'
|
|
Me.dtTermin.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dtTermin.Location = New System.Drawing.Point(115, 157)
|
|
Me.dtTermin.Name = "dtTermin"
|
|
Me.dtTermin.Size = New System.Drawing.Size(106, 20)
|
|
Me.dtTermin.TabIndex = 8
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(24, 186)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(79, 13)
|
|
Me.Label5.TabIndex = 9
|
|
Me.Label5.Text = "Termin-Hinweis"
|
|
'
|
|
'txtTermin
|
|
'
|
|
Me.txtTermin.Location = New System.Drawing.Point(115, 183)
|
|
Me.txtTermin.Multiline = True
|
|
Me.txtTermin.Name = "txtTermin"
|
|
Me.txtTermin.Size = New System.Drawing.Size(404, 65)
|
|
Me.txtTermin.TabIndex = 10
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Location = New System.Drawing.Point(27, 284)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSave.TabIndex = 11
|
|
Me.btnSave.Text = "Speichern"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(724, 284)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbruch.TabIndex = 12
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Location = New System.Drawing.Point(227, 159)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(77, 17)
|
|
Me.CheckBox1.TabIndex = 13
|
|
Me.CheckBox1.Text = "Erinnerung"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 327)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(814, 22)
|
|
Me.StatusStrip1.TabIndex = 14
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStripStatusLabel1
|
|
'
|
|
Me.ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Red
|
|
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
|
|
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17)
|
|
'
|
|
'treestruktur
|
|
'
|
|
Me.treestruktur.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline
|
|
Me.treestruktur.AllowDrop = True
|
|
Me.treestruktur.AllowExternalDrop = False
|
|
Me.treestruktur.AllowUserToResizeColumns = False
|
|
Me.treestruktur.BackColor = System.Drawing.SystemColors.Window
|
|
'
|
|
'
|
|
'
|
|
Me.treestruktur.BackgroundStyle.Class = "TreeBorderKey"
|
|
Me.treestruktur.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
|
Me.treestruktur.DragDropEnabled = False
|
|
Me.treestruktur.DragDropNodeCopyEnabled = False
|
|
Me.treestruktur.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"
|
|
Me.treestruktur.Location = New System.Drawing.Point(619, 24)
|
|
Me.treestruktur.Name = "treestruktur"
|
|
Me.treestruktur.NodesConnector = Me.NodeConnector1
|
|
Me.treestruktur.NodeStyle = Me.ElementStyle1
|
|
Me.treestruktur.NodeStyleSelected = Me.ElementStyle2
|
|
Me.treestruktur.PathSeparator = ";"
|
|
Me.treestruktur.Size = New System.Drawing.Size(180, 224)
|
|
Me.treestruktur.Styles.Add(Me.ElementStyle1)
|
|
Me.treestruktur.Styles.Add(Me.ElementStyle2)
|
|
Me.treestruktur.TabIndex = 15
|
|
Me.treestruktur.Text = "AdvTree1"
|
|
'
|
|
'NodeConnector1
|
|
'
|
|
Me.NodeConnector1.LineColor = System.Drawing.SystemColors.ControlText
|
|
'
|
|
'ElementStyle1
|
|
'
|
|
Me.ElementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
|
Me.ElementStyle1.Name = "ElementStyle1"
|
|
Me.ElementStyle1.TextColor = System.Drawing.SystemColors.ControlText
|
|
'
|
|
'ElementStyle2
|
|
'
|
|
Me.ElementStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(221, Byte), Integer), CType(CType(230, Byte), Integer), CType(CType(247, Byte), Integer))
|
|
Me.ElementStyle2.BackColor2 = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(168, Byte), Integer), CType(CType(228, Byte), Integer))
|
|
Me.ElementStyle2.BackColorGradientAngle = 90
|
|
Me.ElementStyle2.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid
|
|
Me.ElementStyle2.BorderBottomWidth = 1
|
|
Me.ElementStyle2.BorderColor = System.Drawing.Color.DarkGray
|
|
Me.ElementStyle2.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid
|
|
Me.ElementStyle2.BorderLeftWidth = 1
|
|
Me.ElementStyle2.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid
|
|
Me.ElementStyle2.BorderRightWidth = 1
|
|
Me.ElementStyle2.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid
|
|
Me.ElementStyle2.BorderTopWidth = 1
|
|
Me.ElementStyle2.CornerDiameter = 4
|
|
Me.ElementStyle2.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
|
Me.ElementStyle2.Description = "Blue"
|
|
Me.ElementStyle2.Name = "ElementStyle2"
|
|
Me.ElementStyle2.PaddingBottom = 1
|
|
Me.ElementStyle2.PaddingLeft = 1
|
|
Me.ElementStyle2.PaddingRight = 1
|
|
Me.ElementStyle2.PaddingTop = 1
|
|
Me.ElementStyle2.TextColor = System.Drawing.Color.Black
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(569, 27)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label6.TabIndex = 16
|
|
Me.Label6.Text = "Struktur"
|
|
'
|
|
'DokumentDetail
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(814, 349)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.treestruktur)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.CheckBox1)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnSave)
|
|
Me.Controls.Add(Me.txtTermin)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.dtTermin)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtPath)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtBeschreibung)
|
|
Me.Controls.Add(Me.txtBezeichnung)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "DokumentDetail"
|
|
Me.Text = "DokumentDetail"
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.treestruktur, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtBezeichnung As TextBox
|
|
Friend WithEvents txtBeschreibung As TextBox
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents txtPath As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents dtTermin As DateTimePicker
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtTermin As TextBox
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents btnAbbruch As Button
|
|
Friend WithEvents CheckBox1 As CheckBox
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
|
|
Friend WithEvents treestruktur As DevComponents.AdvTree.AdvTree
|
|
Friend WithEvents NodeConnector1 As DevComponents.AdvTree.NodeConnector
|
|
Friend WithEvents ElementStyle1 As DevComponents.DotNetBar.ElementStyle
|
|
Friend WithEvents ElementStyle2 As DevComponents.DotNetBar.ElementStyle
|
|
Friend WithEvents Label6 As Label
|
|
End Class
|