142 lines
5.1 KiB
VB.net
142 lines
5.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmWinlineConfig
|
|
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.txtServer = New System.Windows.Forms.TextBox()
|
|
Me.txtMandator = New System.Windows.Forms.TextBox()
|
|
Me.txtUsername = New System.Windows.Forms.TextBox()
|
|
Me.txtPassword = 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.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.Location = New System.Drawing.Point(9, 32)
|
|
Me.txtServer.Name = "txtServer"
|
|
Me.txtServer.Size = New System.Drawing.Size(346, 20)
|
|
Me.txtServer.TabIndex = 0
|
|
'
|
|
'txtMandator
|
|
'
|
|
Me.txtMandator.Location = New System.Drawing.Point(9, 71)
|
|
Me.txtMandator.Name = "txtMandator"
|
|
Me.txtMandator.Size = New System.Drawing.Size(346, 20)
|
|
Me.txtMandator.TabIndex = 1
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Location = New System.Drawing.Point(9, 110)
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(346, 20)
|
|
Me.txtUsername.TabIndex = 2
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Location = New System.Drawing.Point(9, 149)
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.Size = New System.Drawing.Size(346, 20)
|
|
Me.txtPassword.TabIndex = 3
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(6, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(79, 13)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Server-Adresse"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(6, 55)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "Mandant"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(6, 94)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label3.TabIndex = 6
|
|
Me.Label3.Text = "Benutzer"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(6, 133)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label4.TabIndex = 7
|
|
Me.Label4.Text = "Passwort"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.Label4)
|
|
Me.GroupBox1.Controls.Add(Me.txtServer)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.txtMandator)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.txtUsername)
|
|
Me.GroupBox1.Controls.Add(Me.txtPassword)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(361, 226)
|
|
Me.GroupBox1.TabIndex = 8
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "WinLine WebServices"
|
|
'
|
|
'frmWinlineConfig
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Name = "frmWinlineConfig"
|
|
Me.Text = "frmWinlineConfig"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents txtServer As TextBox
|
|
Friend WithEvents txtMandator As TextBox
|
|
Friend WithEvents txtUsername As TextBox
|
|
Friend WithEvents txtPassword As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
End Class
|