279 lines
10 KiB
VB.net
279 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMain
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.txtBaseUrl = New System.Windows.Forms.TextBox()
|
|
Me.txtUsername = New System.Windows.Forms.TextBox()
|
|
Me.txtPassword = New System.Windows.Forms.TextBox()
|
|
Me.txtCertFile = New System.Windows.Forms.TextBox()
|
|
Me.txtCertPass = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtResults = New System.Windows.Forms.TextBox()
|
|
Me.txtConnectionString = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.btnLogin = New System.Windows.Forms.Button()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(826, 300)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(96, 31)
|
|
Me.Button1.TabIndex = 0
|
|
Me.Button1.Text = "Run!"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtBaseUrl
|
|
'
|
|
Me.txtBaseUrl.Location = New System.Drawing.Point(106, 6)
|
|
Me.txtBaseUrl.Name = "txtBaseUrl"
|
|
Me.txtBaseUrl.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtBaseUrl.TabIndex = 1
|
|
Me.txtBaseUrl.Text = "https://data.api.wisag.de:8443"
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Location = New System.Drawing.Point(106, 32)
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtUsername.TabIndex = 1
|
|
Me.txtUsername.Text = "j.jenne@digitaldata.works"
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Location = New System.Drawing.Point(106, 58)
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtPassword.TabIndex = 1
|
|
Me.txtPassword.Text = "DigitalData01!"
|
|
'
|
|
'txtCertFile
|
|
'
|
|
Me.txtCertFile.Location = New System.Drawing.Point(106, 84)
|
|
Me.txtCertFile.Name = "txtCertFile"
|
|
Me.txtCertFile.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtCertFile.TabIndex = 1
|
|
Me.txtCertFile.Text = "E:\JenneJ\WISAG\jonathanjenne.pfx"
|
|
'
|
|
'txtCertPass
|
|
'
|
|
Me.txtCertPass.Location = New System.Drawing.Point(106, 110)
|
|
Me.txtCertPass.Name = "txtCertPass"
|
|
Me.txtCertPass.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtCertPass.TabIndex = 1
|
|
Me.txtCertPass.Text = "jonathanjenne"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "BaseURL"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 35)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label2.TabIndex = 2
|
|
Me.Label2.Text = "Email"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(12, 61)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Password"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(12, 87)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label4.TabIndex = 2
|
|
Me.Label4.Text = "Cert File"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(12, 113)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label5.TabIndex = 2
|
|
Me.Label5.Text = "Cert Pass"
|
|
'
|
|
'txtResults
|
|
'
|
|
Me.txtResults.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtResults.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtResults.Location = New System.Drawing.Point(3, 3)
|
|
Me.txtResults.Multiline = True
|
|
Me.txtResults.Name = "txtResults"
|
|
Me.txtResults.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtResults.Size = New System.Drawing.Size(458, 260)
|
|
Me.txtResults.TabIndex = 3
|
|
'
|
|
'txtConnectionString
|
|
'
|
|
Me.txtConnectionString.Location = New System.Drawing.Point(106, 136)
|
|
Me.txtConnectionString.Multiline = True
|
|
Me.txtConnectionString.Name = "txtConnectionString"
|
|
Me.txtConnectionString.Size = New System.Drawing.Size(338, 98)
|
|
Me.txtConnectionString.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(12, 139)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(88, 13)
|
|
Me.Label6.TabIndex = 2
|
|
Me.Label6.Text = "ConnectionString"
|
|
'
|
|
'ComboBox1
|
|
'
|
|
Me.ComboBox1.FormattingEnabled = True
|
|
Me.ComboBox1.Items.AddRange(New Object() {"SAPDaten"})
|
|
Me.ComboBox1.Location = New System.Drawing.Point(106, 240)
|
|
Me.ComboBox1.Name = "ComboBox1"
|
|
Me.ComboBox1.Size = New System.Drawing.Size(338, 21)
|
|
Me.ComboBox1.TabIndex = 4
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(12, 243)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label7.TabIndex = 2
|
|
Me.Label7.Text = "Query"
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Location = New System.Drawing.Point(450, 6)
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
Me.TabControl1.Size = New System.Drawing.Size(472, 292)
|
|
Me.TabControl1.TabIndex = 5
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.txtResults)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(464, 266)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Raw GraphQL Result"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnLogin
|
|
'
|
|
Me.btnLogin.Location = New System.Drawing.Point(724, 300)
|
|
Me.btnLogin.Name = "btnLogin"
|
|
Me.btnLogin.Size = New System.Drawing.Size(96, 31)
|
|
Me.btnLogin.TabIndex = 0
|
|
Me.btnLogin.Text = "Login"
|
|
Me.btnLogin.UseVisualStyleBackColor = True
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(12, 311)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(432, 23)
|
|
Me.ProgressBar1.TabIndex = 6
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(934, 346)
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Controls.Add(Me.ComboBox1)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtConnectionString)
|
|
Me.Controls.Add(Me.txtCertPass)
|
|
Me.Controls.Add(Me.txtCertFile)
|
|
Me.Controls.Add(Me.txtPassword)
|
|
Me.Controls.Add(Me.txtUsername)
|
|
Me.Controls.Add(Me.txtBaseUrl)
|
|
Me.Controls.Add(Me.btnLogin)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Name = "frmMain"
|
|
Me.Text = "GraphQL Interface"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtBaseUrl As TextBox
|
|
Friend WithEvents txtUsername As TextBox
|
|
Friend WithEvents txtPassword As TextBox
|
|
Friend WithEvents txtCertFile As TextBox
|
|
Friend WithEvents txtCertPass As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtResults As TextBox
|
|
Friend WithEvents txtConnectionString As TextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents ComboBox1 As ComboBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents TabControl1 As TabControl
|
|
Friend WithEvents TabPage1 As TabPage
|
|
Friend WithEvents btnLogin As Button
|
|
Friend WithEvents ProgressBar1 As ProgressBar
|
|
End Class
|