Update References to point to new DDModules Project

This commit is contained in:
Jonathan Jenne
2022-09-29 15:11:32 +02:00
parent 0da6670265
commit b78b38e221
28 changed files with 319 additions and 250 deletions

View File

@@ -32,7 +32,6 @@ Partial Class frmStart
Me.Button8 = New System.Windows.Forms.Button()
Me.Button9 = New System.Windows.Forms.Button()
Me.Button10 = New System.Windows.Forms.Button()
Me.Button11 = New System.Windows.Forms.Button()
Me.btnObjectProperties = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
@@ -126,18 +125,9 @@ Partial Class frmStart
Me.Button10.Text = "MsgBox"
Me.Button10.UseVisualStyleBackColor = True
'
'Button11
'
Me.Button11.Location = New System.Drawing.Point(254, 260)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(236, 60)
Me.Button11.TabIndex = 2
Me.Button11.Text = "Fulltext"
Me.Button11.UseVisualStyleBackColor = True
'
'btnObjectProperties
'
Me.btnObjectProperties.Location = New System.Drawing.Point(254, 326)
Me.btnObjectProperties.Location = New System.Drawing.Point(254, 260)
Me.btnObjectProperties.Name = "btnObjectProperties"
Me.btnObjectProperties.Size = New System.Drawing.Size(236, 60)
Me.btnObjectProperties.TabIndex = 2
@@ -153,7 +143,6 @@ Partial Class frmStart
Me.Controls.Add(Me.Button9)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.btnObjectProperties)
Me.Controls.Add(Me.Button11)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
@@ -177,6 +166,5 @@ Partial Class frmStart
Friend WithEvents Button8 As Button
Friend WithEvents Button9 As Button
Friend WithEvents Button10 As Button
Friend WithEvents Button11 As Button
Friend WithEvents btnObjectProperties As Button
End Class