Common: create ctrlObjectProperties, embed in DocumentResultList

This commit is contained in:
Jonathan Jenne
2022-03-15 13:31:35 +01:00
parent 538790aa42
commit d6ad9b56e1
15 changed files with 786 additions and 677 deletions

View File

@@ -33,6 +33,7 @@ Partial Class frmStart
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()
'
'Button1
@@ -134,6 +135,15 @@ Partial Class frmStart
Me.Button11.Text = "Fulltext"
Me.Button11.UseVisualStyleBackColor = True
'
'btnObjectProperties
'
Me.btnObjectProperties.Location = New System.Drawing.Point(254, 326)
Me.btnObjectProperties.Name = "btnObjectProperties"
Me.btnObjectProperties.Size = New System.Drawing.Size(236, 60)
Me.btnObjectProperties.TabIndex = 2
Me.btnObjectProperties.Text = "Object Properties"
Me.btnObjectProperties.UseVisualStyleBackColor = True
'
'frmStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -142,6 +152,7 @@ Partial Class frmStart
Me.Controls.Add(Me.Button10)
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)
@@ -167,4 +178,5 @@ Partial Class frmStart
Friend WithEvents Button9 As Button
Friend WithEvents Button10 As Button
Friend WithEvents Button11 As Button
Friend WithEvents btnObjectProperties As Button
End Class