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.
298 lines
13 KiB
298 lines
13 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKategorie
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKategorie))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.lblBezeichnung = New System.Windows.Forms.Label()
|
|
Me.txtKategorie = New System.Windows.Forms.TextBox()
|
|
Me.lblBeschreibung = New System.Windows.Forms.Label()
|
|
Me.txtBeschreibung = New System.Windows.Forms.TextBox()
|
|
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
|
Me.lblkategorie1 = New System.Windows.Forms.Label()
|
|
Me.lblkategorie2 = New System.Windows.Forms.Label()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.txtStrukturNr = New System.Windows.Forms.TextBox()
|
|
Me.lblStrukturNr = New System.Windows.Forms.Label()
|
|
Me.TreeKategorie = New DevComponents.AdvTree.AdvTree()
|
|
Me.Node1 = New DevComponents.AdvTree.Node()
|
|
Me.NodeConnector1 = New DevComponents.AdvTree.NodeConnector()
|
|
Me.ElementStyle1 = New DevComponents.DotNetBar.ElementStyle()
|
|
Me.chkroot = New System.Windows.Forms.CheckBox()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
CType(Me.TreeKategorie, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.ToolStripButton1})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(466, 25)
|
|
Me.ToolStrip1.TabIndex = 6
|
|
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"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton1.Text = "ToolStripButton1"
|
|
Me.ToolStripButton1.ToolTipText = "Neue Kategorie"
|
|
'
|
|
'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(466, 24)
|
|
Me.MenuStrip1.TabIndex = 5
|
|
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(128, 22)
|
|
Me.BeendenToolStripMenuItem.Text = "&Schliessen"
|
|
'
|
|
'lblBezeichnung
|
|
'
|
|
Me.lblBezeichnung.AutoSize = True
|
|
Me.lblBezeichnung.Location = New System.Drawing.Point(22, 88)
|
|
Me.lblBezeichnung.Name = "lblBezeichnung"
|
|
Me.lblBezeichnung.Size = New System.Drawing.Size(52, 13)
|
|
Me.lblBezeichnung.TabIndex = 7
|
|
Me.lblBezeichnung.Text = "Kategorie"
|
|
'
|
|
'txtKategorie
|
|
'
|
|
Me.txtKategorie.Location = New System.Drawing.Point(97, 85)
|
|
Me.txtKategorie.Name = "txtKategorie"
|
|
Me.txtKategorie.Size = New System.Drawing.Size(349, 20)
|
|
Me.txtKategorie.TabIndex = 1
|
|
'
|
|
'lblBeschreibung
|
|
'
|
|
Me.lblBeschreibung.AutoSize = True
|
|
Me.lblBeschreibung.Location = New System.Drawing.Point(22, 111)
|
|
Me.lblBeschreibung.Name = "lblBeschreibung"
|
|
Me.lblBeschreibung.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblBeschreibung.TabIndex = 9
|
|
Me.lblBeschreibung.Text = "Bezeichnung"
|
|
'
|
|
'txtBeschreibung
|
|
'
|
|
Me.txtBeschreibung.Location = New System.Drawing.Point(97, 111)
|
|
Me.txtBeschreibung.Multiline = True
|
|
Me.txtBeschreibung.Name = "txtBeschreibung"
|
|
Me.txtBeschreibung.Size = New System.Drawing.Size(349, 84)
|
|
Me.txtBeschreibung.TabIndex = 2
|
|
'
|
|
'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, "Finma.jpg")
|
|
'
|
|
'lblkategorie1
|
|
'
|
|
Me.lblkategorie1.AutoSize = True
|
|
Me.lblkategorie1.Location = New System.Drawing.Point(22, 201)
|
|
Me.lblkategorie1.Name = "lblkategorie1"
|
|
Me.lblkategorie1.Size = New System.Drawing.Size(41, 13)
|
|
Me.lblkategorie1.TabIndex = 12
|
|
Me.lblkategorie1.Text = "Parent-"
|
|
'
|
|
'lblkategorie2
|
|
'
|
|
Me.lblkategorie2.AutoSize = True
|
|
Me.lblkategorie2.Location = New System.Drawing.Point(22, 214)
|
|
Me.lblkategorie2.Name = "lblkategorie2"
|
|
Me.lblkategorie2.Size = New System.Drawing.Size(45, 13)
|
|
Me.lblkategorie2.TabIndex = 13
|
|
Me.lblkategorie2.Text = "Element"
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Location = New System.Drawing.Point(96, 549)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSave.TabIndex = 5
|
|
Me.btnSave.Text = "Speichern"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(371, 549)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbruch.TabIndex = 6
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'txtStrukturNr
|
|
'
|
|
Me.txtStrukturNr.Location = New System.Drawing.Point(96, 59)
|
|
Me.txtStrukturNr.Name = "txtStrukturNr"
|
|
Me.txtStrukturNr.Size = New System.Drawing.Size(99, 20)
|
|
Me.txtStrukturNr.TabIndex = 0
|
|
'
|
|
'lblStrukturNr
|
|
'
|
|
Me.lblStrukturNr.AutoSize = True
|
|
Me.lblStrukturNr.Location = New System.Drawing.Point(22, 62)
|
|
Me.lblStrukturNr.Name = "lblStrukturNr"
|
|
Me.lblStrukturNr.Size = New System.Drawing.Size(68, 13)
|
|
Me.lblStrukturNr.TabIndex = 17
|
|
Me.lblStrukturNr.Text = "Kat.-Nummer"
|
|
'
|
|
'TreeKategorie
|
|
'
|
|
Me.TreeKategorie.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline
|
|
Me.TreeKategorie.AllowDrop = True
|
|
Me.TreeKategorie.BackColor = System.Drawing.SystemColors.Window
|
|
'
|
|
'
|
|
'
|
|
Me.TreeKategorie.BackgroundStyle.Class = "TreeBorderKey"
|
|
Me.TreeKategorie.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
|
|
Me.TreeKategorie.ImageList = Me.ImageList1
|
|
Me.TreeKategorie.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"
|
|
Me.TreeKategorie.Location = New System.Drawing.Point(97, 201)
|
|
Me.TreeKategorie.Name = "TreeKategorie"
|
|
Me.TreeKategorie.Nodes.AddRange(New DevComponents.AdvTree.Node() {Me.Node1})
|
|
Me.TreeKategorie.NodesConnector = Me.NodeConnector1
|
|
Me.TreeKategorie.NodeStyle = Me.ElementStyle1
|
|
Me.TreeKategorie.PathSeparator = ";"
|
|
Me.TreeKategorie.Size = New System.Drawing.Size(349, 296)
|
|
Me.TreeKategorie.Styles.Add(Me.ElementStyle1)
|
|
Me.TreeKategorie.TabIndex = 3
|
|
Me.TreeKategorie.Text = "AdvTree1"
|
|
'
|
|
'Node1
|
|
'
|
|
Me.Node1.Expanded = True
|
|
Me.Node1.Name = "Node1"
|
|
Me.Node1.Text = "Node1"
|
|
'
|
|
'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
|
|
'
|
|
'chkroot
|
|
'
|
|
Me.chkroot.AutoSize = True
|
|
Me.chkroot.Location = New System.Drawing.Point(97, 503)
|
|
Me.chkroot.Name = "chkroot"
|
|
Me.chkroot.Size = New System.Drawing.Size(156, 17)
|
|
Me.chkroot.TabIndex = 4
|
|
Me.chkroot.Text = "Struktur auf oberster Ebene"
|
|
Me.chkroot.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKategorie
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(466, 584)
|
|
Me.Controls.Add(Me.chkroot)
|
|
Me.Controls.Add(Me.TreeKategorie)
|
|
Me.Controls.Add(Me.txtStrukturNr)
|
|
Me.Controls.Add(Me.lblStrukturNr)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnSave)
|
|
Me.Controls.Add(Me.lblkategorie2)
|
|
Me.Controls.Add(Me.lblkategorie1)
|
|
Me.Controls.Add(Me.txtBeschreibung)
|
|
Me.Controls.Add(Me.lblBeschreibung)
|
|
Me.Controls.Add(Me.txtKategorie)
|
|
Me.Controls.Add(Me.lblBezeichnung)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Name = "frmKategorie"
|
|
Me.Text = "Kategorie"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
CType(Me.TreeKategorie, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
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 lblBezeichnung As System.Windows.Forms.Label
|
|
Friend WithEvents txtKategorie As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblBeschreibung As System.Windows.Forms.Label
|
|
Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblkategorie1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblkategorie2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnSave As System.Windows.Forms.Button
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents txtStrukturNr As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblStrukturNr As System.Windows.Forms.Label
|
|
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
|
Friend WithEvents TreeKategorie As DevComponents.AdvTree.AdvTree
|
|
Friend WithEvents Node1 As DevComponents.AdvTree.Node
|
|
Friend WithEvents NodeConnector1 As DevComponents.AdvTree.NodeConnector
|
|
Friend WithEvents ElementStyle1 As DevComponents.DotNetBar.ElementStyle
|
|
Friend WithEvents chkroot As System.Windows.Forms.CheckBox
|
|
End Class
|