Release für ewa
This commit is contained in:
92
app/DD-Record-Organizer/frmNodeNavigation_RenameNode.Designer.vb
generated
Normal file
92
app/DD-Record-Organizer/frmNodeNavigation_RenameNode.Designer.vb
generated
Normal file
@@ -0,0 +1,92 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmNodeNavigation_RenameNode
|
||||
Inherits DevExpress.XtraEditors.XtraForm
|
||||
|
||||
'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(frmNodeNavigation_RenameNode))
|
||||
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
||||
Me.txtNode_Caption = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.btnRename = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.btncancel = New DevExpress.XtraEditors.SimpleButton()
|
||||
CType(Me.txtNode_Caption.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'LabelControl1
|
||||
'
|
||||
Me.LabelControl1.Location = New System.Drawing.Point(23, 6)
|
||||
Me.LabelControl1.Name = "LabelControl1"
|
||||
Me.LabelControl1.Size = New System.Drawing.Size(60, 13)
|
||||
Me.LabelControl1.TabIndex = 0
|
||||
Me.LabelControl1.Text = "Knoten-Text"
|
||||
'
|
||||
'txtNode_Caption
|
||||
'
|
||||
Me.txtNode_Caption.Location = New System.Drawing.Point(23, 25)
|
||||
Me.txtNode_Caption.Name = "txtNode_Caption"
|
||||
Me.txtNode_Caption.Size = New System.Drawing.Size(264, 20)
|
||||
Me.txtNode_Caption.TabIndex = 1
|
||||
'
|
||||
'btnRename
|
||||
'
|
||||
Me.btnRename.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btnRename.ImageOptions.SvgImage = CType(resources.GetObject("btnRename.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.btnRename.Location = New System.Drawing.Point(23, 61)
|
||||
Me.btnRename.Name = "btnRename"
|
||||
Me.btnRename.Size = New System.Drawing.Size(151, 36)
|
||||
Me.btnRename.TabIndex = 2
|
||||
Me.btnRename.Text = "Umbenennen"
|
||||
'
|
||||
'btncancel
|
||||
'
|
||||
Me.btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.btncancel.ImageOptions.SvgImage = CType(resources.GetObject("btncancel.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.btncancel.Location = New System.Drawing.Point(180, 61)
|
||||
Me.btncancel.Name = "btncancel"
|
||||
Me.btncancel.Size = New System.Drawing.Size(107, 36)
|
||||
Me.btncancel.TabIndex = 3
|
||||
Me.btncancel.Text = "Abbrechen"
|
||||
'
|
||||
'frmNodeNavigation_RenameNode
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(318, 109)
|
||||
Me.Controls.Add(Me.btncancel)
|
||||
Me.Controls.Add(Me.btnRename)
|
||||
Me.Controls.Add(Me.txtNode_Caption)
|
||||
Me.Controls.Add(Me.LabelControl1)
|
||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmNodeNavigation_RenameNode.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmNodeNavigation_RenameNode"
|
||||
Me.Text = "Umbenennen Knoten-Text"
|
||||
CType(Me.txtNode_Caption.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl
|
||||
Friend WithEvents txtNode_Caption As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents btnRename As DevExpress.XtraEditors.SimpleButton
|
||||
Friend WithEvents btncancel As DevExpress.XtraEditors.SimpleButton
|
||||
End Class
|
||||
Reference in New Issue
Block a user