467 lines
19 KiB
VB.net
467 lines
19 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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
|
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.txtResult = New System.Windows.Forms.TextBox()
|
|
Me.txtConnectionString = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cmbQuery = New System.Windows.Forms.ComboBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.pageLog = New System.Windows.Forms.TabPage()
|
|
Me.lbLog = New DevExpress.XtraEditors.ListBoxControl()
|
|
Me.pageRaw = New System.Windows.Forms.TabPage()
|
|
Me.pageQuery = New System.Windows.Forms.TabPage()
|
|
Me.txtQuery = New System.Windows.Forms.TextBox()
|
|
Me.txtOperation = New System.Windows.Forms.TextBox()
|
|
Me.btnLogin = New System.Windows.Forms.Button()
|
|
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
|
Me.txtProxyHost = New System.Windows.Forms.TextBox()
|
|
Me.txtProxyUser = New System.Windows.Forms.TextBox()
|
|
Me.txtProxyPass = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.txtProxyPort = New System.Windows.Forms.TextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.txtCertFingerprint = New System.Windows.Forms.TextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.pageLog.SuspendLayout()
|
|
CType(Me.lbLog, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.pageRaw.SuspendLayout()
|
|
Me.pageQuery.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Button1.Location = New System.Drawing.Point(826, 386)
|
|
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://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\digitaldata.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 = "digitaldata"
|
|
'
|
|
'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"
|
|
'
|
|
'txtResult
|
|
'
|
|
Me.txtResult.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtResult.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtResult.Location = New System.Drawing.Point(3, 3)
|
|
Me.txtResult.Multiline = True
|
|
Me.txtResult.Name = "txtResult"
|
|
Me.txtResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtResult.Size = New System.Drawing.Size(458, 342)
|
|
Me.txtResult.TabIndex = 3
|
|
'
|
|
'txtConnectionString
|
|
'
|
|
Me.txtConnectionString.Location = New System.Drawing.Point(106, 167)
|
|
Me.txtConnectionString.Multiline = True
|
|
Me.txtConnectionString.Name = "txtConnectionString"
|
|
Me.txtConnectionString.Size = New System.Drawing.Size(338, 67)
|
|
Me.txtConnectionString.TabIndex = 1
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(12, 167)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(88, 13)
|
|
Me.Label6.TabIndex = 2
|
|
Me.Label6.Text = "ConnectionString"
|
|
'
|
|
'cmbQuery
|
|
'
|
|
Me.cmbQuery.FormattingEnabled = True
|
|
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)
|
|
Me.cmbQuery.TabIndex = 4
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(12, 355)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label7.TabIndex = 2
|
|
Me.Label7.Text = "Query"
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.TabControl1.Controls.Add(Me.pageLog)
|
|
Me.TabControl1.Controls.Add(Me.pageRaw)
|
|
Me.TabControl1.Controls.Add(Me.pageQuery)
|
|
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, 374)
|
|
Me.TabControl1.TabIndex = 5
|
|
'
|
|
'pageLog
|
|
'
|
|
Me.pageLog.Controls.Add(Me.lbLog)
|
|
Me.pageLog.Location = New System.Drawing.Point(4, 22)
|
|
Me.pageLog.Name = "pageLog"
|
|
Me.pageLog.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.pageLog.Size = New System.Drawing.Size(464, 348)
|
|
Me.pageLog.TabIndex = 2
|
|
Me.pageLog.Text = "Log"
|
|
Me.pageLog.UseVisualStyleBackColor = True
|
|
'
|
|
'lbLog
|
|
'
|
|
Me.lbLog.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.lbLog.Location = New System.Drawing.Point(3, 3)
|
|
Me.lbLog.Name = "lbLog"
|
|
Me.lbLog.Size = New System.Drawing.Size(458, 342)
|
|
Me.lbLog.TabIndex = 0
|
|
'
|
|
'pageRaw
|
|
'
|
|
Me.pageRaw.Controls.Add(Me.txtResult)
|
|
Me.pageRaw.Location = New System.Drawing.Point(4, 22)
|
|
Me.pageRaw.Name = "pageRaw"
|
|
Me.pageRaw.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.pageRaw.Size = New System.Drawing.Size(464, 348)
|
|
Me.pageRaw.TabIndex = 0
|
|
Me.pageRaw.Text = "Raw GraphQL Result"
|
|
Me.pageRaw.UseVisualStyleBackColor = True
|
|
'
|
|
'pageQuery
|
|
'
|
|
Me.pageQuery.Controls.Add(Me.txtQuery)
|
|
Me.pageQuery.Controls.Add(Me.txtOperation)
|
|
Me.pageQuery.Location = New System.Drawing.Point(4, 22)
|
|
Me.pageQuery.Name = "pageQuery"
|
|
Me.pageQuery.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.pageQuery.Size = New System.Drawing.Size(464, 348)
|
|
Me.pageQuery.TabIndex = 1
|
|
Me.pageQuery.Text = "Custom Query"
|
|
Me.pageQuery.UseVisualStyleBackColor = True
|
|
'
|
|
'txtQuery
|
|
'
|
|
Me.txtQuery.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.txtQuery.Font = New System.Drawing.Font("Consolas", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtQuery.Location = New System.Drawing.Point(3, 23)
|
|
Me.txtQuery.Multiline = True
|
|
Me.txtQuery.Name = "txtQuery"
|
|
Me.txtQuery.Size = New System.Drawing.Size(458, 322)
|
|
Me.txtQuery.TabIndex = 0
|
|
'
|
|
'txtOperation
|
|
'
|
|
Me.txtOperation.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.txtOperation.Location = New System.Drawing.Point(3, 3)
|
|
Me.txtOperation.Name = "txtOperation"
|
|
Me.txtOperation.Size = New System.Drawing.Size(458, 20)
|
|
Me.txtOperation.TabIndex = 1
|
|
Me.txtOperation.Text = "Auftraege"
|
|
'
|
|
'btnLogin
|
|
'
|
|
Me.btnLogin.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnLogin.Location = New System.Drawing.Point(724, 386)
|
|
Me.btnLogin.Name = "btnLogin"
|
|
Me.btnLogin.Size = New System.Drawing.Size(96, 31)
|
|
Me.btnLogin.TabIndex = 0
|
|
Me.btnLogin.Text = "Test Login"
|
|
Me.btnLogin.UseVisualStyleBackColor = True
|
|
'
|
|
'ProgressBar1
|
|
'
|
|
Me.ProgressBar1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.ProgressBar1.Location = New System.Drawing.Point(12, 394)
|
|
Me.ProgressBar1.MinimumSize = New System.Drawing.Size(432, 23)
|
|
Me.ProgressBar1.Name = "ProgressBar1"
|
|
Me.ProgressBar1.Size = New System.Drawing.Size(432, 23)
|
|
Me.ProgressBar1.TabIndex = 6
|
|
'
|
|
'txtProxyHost
|
|
'
|
|
Me.txtProxyHost.Location = New System.Drawing.Point(106, 240)
|
|
Me.txtProxyHost.Name = "txtProxyHost"
|
|
Me.txtProxyHost.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtProxyHost.TabIndex = 1
|
|
'
|
|
'txtProxyUser
|
|
'
|
|
Me.txtProxyUser.Location = New System.Drawing.Point(106, 292)
|
|
Me.txtProxyUser.Name = "txtProxyUser"
|
|
Me.txtProxyUser.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtProxyUser.TabIndex = 1
|
|
'
|
|
'txtProxyPass
|
|
'
|
|
Me.txtProxyPass.Location = New System.Drawing.Point(106, 318)
|
|
Me.txtProxyPass.Name = "txtProxyPass"
|
|
Me.txtProxyPass.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtProxyPass.TabIndex = 1
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(12, 243)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label8.TabIndex = 2
|
|
Me.Label8.Text = "Proxy Host"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(12, 295)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label9.TabIndex = 2
|
|
Me.Label9.Text = "Proxy User"
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(12, 321)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(82, 13)
|
|
Me.Label10.TabIndex = 2
|
|
Me.Label10.Text = "Proxy Password"
|
|
'
|
|
'txtProxyPort
|
|
'
|
|
Me.txtProxyPort.Location = New System.Drawing.Point(106, 266)
|
|
Me.txtProxyPort.Name = "txtProxyPort"
|
|
Me.txtProxyPort.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtProxyPort.TabIndex = 1
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(12, 269)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label11.TabIndex = 2
|
|
Me.Label11.Text = "Proxy Port"
|
|
'
|
|
'txtCertFingerprint
|
|
'
|
|
Me.txtCertFingerprint.Location = New System.Drawing.Point(106, 136)
|
|
Me.txtCertFingerprint.Name = "txtCertFingerprint"
|
|
Me.txtCertFingerprint.Size = New System.Drawing.Size(338, 20)
|
|
Me.txtCertFingerprint.TabIndex = 1
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(12, 139)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label12.TabIndex = 2
|
|
Me.Label12.Text = "Cert Fingerprint"
|
|
'
|
|
'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, 429)
|
|
Me.Controls.Add(Me.ProgressBar1)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Controls.Add(Me.cmbQuery)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.Label12)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label10)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtConnectionString)
|
|
Me.Controls.Add(Me.txtCertFingerprint)
|
|
Me.Controls.Add(Me.txtCertPass)
|
|
Me.Controls.Add(Me.txtCertFile)
|
|
Me.Controls.Add(Me.txtProxyPass)
|
|
Me.Controls.Add(Me.txtPassword)
|
|
Me.Controls.Add(Me.txtProxyUser)
|
|
Me.Controls.Add(Me.txtUsername)
|
|
Me.Controls.Add(Me.txtProxyPort)
|
|
Me.Controls.Add(Me.txtProxyHost)
|
|
Me.Controls.Add(Me.txtBaseUrl)
|
|
Me.Controls.Add(Me.btnLogin)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMain"
|
|
Me.Text = "GraphQL Interface"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.pageLog.ResumeLayout(False)
|
|
CType(Me.lbLog, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.pageRaw.ResumeLayout(False)
|
|
Me.pageRaw.PerformLayout()
|
|
Me.pageQuery.ResumeLayout(False)
|
|
Me.pageQuery.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 txtResult As TextBox
|
|
Friend WithEvents txtConnectionString As TextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents cmbQuery As ComboBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents TabControl1 As TabControl
|
|
Friend WithEvents pageRaw As TabPage
|
|
Friend WithEvents btnLogin As Button
|
|
Friend WithEvents ProgressBar1 As ProgressBar
|
|
Friend WithEvents txtProxyHost As TextBox
|
|
Friend WithEvents txtProxyUser As TextBox
|
|
Friend WithEvents txtProxyPass As TextBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents txtProxyPort As TextBox
|
|
Friend WithEvents Label11 As Label
|
|
Friend WithEvents pageQuery As TabPage
|
|
Friend WithEvents txtQuery As TextBox
|
|
Friend WithEvents txtOperation As TextBox
|
|
Friend WithEvents txtCertFingerprint As TextBox
|
|
Friend WithEvents Label12 As Label
|
|
Friend WithEvents pageLog As TabPage
|
|
Friend WithEvents lbLog As DevExpress.XtraEditors.ListBoxControl
|
|
End Class
|