GUIs.Test: Rewrite graphql test tool, add BulkInsert form

This commit is contained in:
Jonathan Jenne
2024-01-23 13:50:04 +01:00
parent e4ce86dd3c
commit 6573ab3e7c
8 changed files with 429 additions and 9 deletions

View File

@@ -191,7 +191,7 @@ Partial Class frmMain
'cmbQuery
'
Me.cmbQuery.FormattingEnabled = True
Me.cmbQuery.Items.AddRange(New Object() {"SAPDaten", "Custom"})
Me.cmbQuery.Items.AddRange(New Object() {"SAPDaten", "SAPAufträge", "Custom"})
Me.cmbQuery.Location = New System.Drawing.Point(106, 352)
Me.cmbQuery.Name = "cmbQuery"
Me.cmbQuery.Size = New System.Drawing.Size(338, 21)