175 lines
8.9 KiB
VB.net
175 lines
8.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNewNode
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmNewNode))
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.cmbNodeConfig = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit()
|
|
Me.btnOK = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.EmptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
|
|
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.cmbNodeConfig.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.cmbNodeConfig)
|
|
Me.LayoutControl1.Controls.Add(Me.TextEdit1)
|
|
Me.LayoutControl1.Controls.Add(Me.btnOK)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(441, 125)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'cmbNodeConfig
|
|
'
|
|
Me.cmbNodeConfig.Location = New System.Drawing.Point(81, 36)
|
|
Me.cmbNodeConfig.Name = "cmbNodeConfig"
|
|
Me.cmbNodeConfig.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.cmbNodeConfig.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor
|
|
Me.cmbNodeConfig.Size = New System.Drawing.Size(348, 20)
|
|
Me.cmbNodeConfig.StyleController = Me.LayoutControl1
|
|
Me.cmbNodeConfig.TabIndex = 4
|
|
'
|
|
'TextEdit1
|
|
'
|
|
Me.TextEdit1.Location = New System.Drawing.Point(81, 12)
|
|
Me.TextEdit1.Name = "TextEdit1"
|
|
Me.TextEdit1.Size = New System.Drawing.Size(348, 20)
|
|
Me.TextEdit1.StyleController = Me.LayoutControl1
|
|
Me.TextEdit1.TabIndex = 5
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(326, 91)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(103, 22)
|
|
Me.btnOK.StyleController = Me.LayoutControl1
|
|
Me.btnOK.TabIndex = 6
|
|
Me.btnOK.Text = "OK"
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem1, Me.LayoutControlItem3, Me.EmptySpaceItem2, Me.EmptySpaceItem1})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(441, 125)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.TextEdit1
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(421, 24)
|
|
Me.LayoutControlItem2.Text = "Knoten Titel"
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(57, 13)
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.cmbNodeConfig
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 24)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(421, 24)
|
|
Me.LayoutControlItem1.Text = "Knoten Typ"
|
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(57, 13)
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.btnOK
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(314, 79)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(107, 26)
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem3.TextVisible = False
|
|
'
|
|
'EmptySpaceItem2
|
|
'
|
|
Me.EmptySpaceItem2.AllowHotTrack = False
|
|
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 79)
|
|
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
|
|
Me.EmptySpaceItem2.Size = New System.Drawing.Size(314, 26)
|
|
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
|
|
'
|
|
'EmptySpaceItem1
|
|
'
|
|
Me.EmptySpaceItem1.AllowHotTrack = False
|
|
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 48)
|
|
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
|
Me.EmptySpaceItem1.Size = New System.Drawing.Size(421, 31)
|
|
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
|
|
'
|
|
'frmNewNode
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(441, 125)
|
|
Me.Controls.Add(Me.LayoutControl1)
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmNewNode.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmNewNode"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "Neuen Knoten erstellen"
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.cmbNodeConfig.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.EmptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents cmbNodeConfig As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit
|
|
Friend WithEvents btnOK As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents EmptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem
|
|
Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
|
End Class
|