_ Partial Class frmNodeConfigAdd Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label() Me.txtNodeParentID = New System.Windows.Forms.TextBox() Me.txtEntityName = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.txtName = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label4 = New System.Windows.Forms.Label() Me.txtComment = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 18) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(78, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Node ParentID" ' 'txtNodeParentID ' Me.txtNodeParentID.Location = New System.Drawing.Point(96, 15) Me.txtNodeParentID.Name = "txtNodeParentID" Me.txtNodeParentID.ReadOnly = True Me.txtNodeParentID.Size = New System.Drawing.Size(39, 21) Me.txtNodeParentID.TabIndex = 1 ' 'txtEntityName ' Me.txtEntityName.Location = New System.Drawing.Point(344, 15) Me.txtEntityName.Name = "txtEntityName" Me.txtEntityName.ReadOnly = True Me.txtEntityName.Size = New System.Drawing.Size(218, 21) Me.txtEntityName.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(276, 18) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(62, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "EntityName" ' 'txtName ' Me.txtName.Location = New System.Drawing.Point(190, 25) Me.txtName.Name = "txtName" Me.txtName.Size = New System.Drawing.Size(249, 21) Me.txtName.TabIndex = 5 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(6, 28) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(172, 13) Me.Label3.TabIndex = 4 Me.Label3.Text = "Interner Name des neuen Knotens" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.txtComment) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.txtName) Me.GroupBox1.Location = New System.Drawing.Point(15, 57) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(547, 92) Me.GroupBox1.TabIndex = 6 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Notwendige Angaben" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(6, 57) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(104, 13) Me.Label4.TabIndex = 6 Me.Label4.Text = "Interner Kommentar" ' 'txtComment ' Me.txtComment.Location = New System.Drawing.Point(190, 54) Me.txtComment.Name = "txtComment" Me.txtComment.Size = New System.Drawing.Size(249, 21) Me.txtComment.TabIndex = 7 ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organizer.My.Resources.Resources.action_add_16xLG Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(15, 155) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(547, 37) Me.Button1.TabIndex = 7 Me.Button1.Text = "Knoten hinzufügen" Me.Button1.UseVisualStyleBackColor = True ' 'SimpleButton1 ' Me.SimpleButton1.ImageOptions.Image = Global.DD_Record_Organizer.My.Resources.Resources.arrow_left Me.SimpleButton1.Location = New System.Drawing.Point(158, 13) Me.SimpleButton1.Name = "SimpleButton1" Me.SimpleButton1.Size = New System.Drawing.Size(112, 23) Me.SimpleButton1.TabIndex = 8 Me.SimpleButton1.Text = "Ebene 0 Knoten" ' 'frmNodeConfigAdd ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(581, 204) Me.Controls.Add(Me.SimpleButton1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.txtEntityName) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.txtNodeParentID) Me.Controls.Add(Me.Label1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmNodeConfigAdd" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Neuen Knoten hinzufügen" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents txtNodeParentID As TextBox Friend WithEvents txtEntityName As TextBox Friend WithEvents Label2 As Label Friend WithEvents txtName As TextBox Friend WithEvents Label3 As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label4 As Label Friend WithEvents txtComment As TextBox Friend WithEvents Button1 As Button Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton End Class