MS Diverses Customizing

This commit is contained in:
Developer01
2024-07-31 11:10:21 +02:00
parent 2039b614c1
commit c15a0ee5a0
36 changed files with 1140 additions and 1612 deletions

View File

@@ -32,6 +32,7 @@ Partial Class frmNodeConfigAdd
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()
'
@@ -49,21 +50,21 @@ Partial Class frmNodeConfigAdd
Me.txtNodeParentID.Location = New System.Drawing.Point(96, 15)
Me.txtNodeParentID.Name = "txtNodeParentID"
Me.txtNodeParentID.ReadOnly = True
Me.txtNodeParentID.Size = New System.Drawing.Size(100, 21)
Me.txtNodeParentID.Size = New System.Drawing.Size(39, 21)
Me.txtNodeParentID.TabIndex = 1
'
'txtEntityName
'
Me.txtEntityName.Location = New System.Drawing.Point(270, 15)
Me.txtEntityName.Location = New System.Drawing.Point(344, 15)
Me.txtEntityName.Name = "txtEntityName"
Me.txtEntityName.ReadOnly = True
Me.txtEntityName.Size = New System.Drawing.Size(292, 21)
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(202, 18)
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
@@ -120,16 +121,26 @@ Partial Class frmNodeConfigAdd
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, 23)
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)
@@ -160,4 +171,5 @@ Partial Class frmNodeConfigAdd
Friend WithEvents Label4 As Label
Friend WithEvents txtComment As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
End Class